﻿body {
    font-family: Inter, sans-serif;
}

a {
    color: #4765a0;
}

a {
    text-decoration: inherit;
}

.min-h-12 {
    min-height: 3rem;
}

.bg-secondary { 
    background-color: #000!important;
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, 1)!important;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.top-0 {
    top: 0;
}

.top-10 {
    top: 2.5rem;
}

.right-0 {
    right: 0;
}

.z-30 {
    z-index: 30;
}

.w-full {
    width: 100%;
}

.w-12 {
    width: 3rem;
}

.h-28 {
    height: 7rem;
}

.z-50 {
    z-index: 50;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.inline-flex {
    display: inline-flex;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-20 {
    height: 5rem;
}

.h-28 {
    height: 7rem;
}

.h-auto {
    height: auto;
}

.max-w-full {
    max-width: 100%;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.mt-5 {
    margin-top: 1.25rem!important;
}

.ml-4 {
    margin-left: 1rem!important;
}

.mr-1 {
    margin-right: .25rem!important;
}

.text-white {
    color: rgb(255, 255, 255, 1);
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)));
    margin-right: calc(2rem* var(--tw-space-x-reverse));
}

.uppercase {
    text-transform: uppercase;
}

.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.hidden {
    display: none;
}

.object-center {
    -o-object-position: center;
    object-position: center;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

img, video {
    height: auto;
    max-width: 100%;
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    vertical-align: middle;
}

.sr-only {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    clip: rect(0, 0, 0, 0);
    border-width: 0;
    white-space: nowrap;
}


.text-primary {
    color: rgba(30, 88, 165, 1)!important;
}

.rounded-md {
    border-radius: .375rem;
}


.nav-background {
    background-image: linear-gradient(to right, rgb(96, 165, 250), rgb(30, 58, 138));
}



.border-primary {
    --tw-border-opacity: 1;
    border-color: rgb(var(--color-primary, neutral) / var(--tw-border-opacity));
}

.border-b {
    border-bottom-width: 1px;
}

@media (min-width: 640px) {
    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 640px) {
    .sm\:pl-4 {
        padding-left: 1rem!important;
    }
}

@media (min-width: 640px) {
    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .md\:block {
        display: block;
    }
}

@media (min-width: 768px) {
    .md\:hidden {
        display: none;
    }
}

@media (min-width: 1024px) {
    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1024px) {
    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1024px) {
    .lg\:items-center {
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .lg\:flex-1 {
        flex: 1 1 0%;
    }
}

@media (min-width: 1024px) {
    .lg\:flex {
        display: flex;
    }
}



@media (min-width: 1024px) {
    .lg\:justify-end {
        justify-content: flex-end;
    }
}

@media (min-width: 1024px) {
    .lg\:border-none {
        border-style: none;
    }
}



@media (min-width: 1024px) {
    .lg\:items-center {
        align-items: center;
    }
}

@media (min-width: 1024px) {
    .lg\:mt-5 {
        margin-top: 1.25rem;
    }
}



@media (min-width: 1024px) {
    .lg\:space-x-9 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(2.25rem*(1 - var(--tw-space-x-reverse)));
        margin-right: calc(2.25rem* var(--tw-space-x-reverse));
    }
}

@media (min-width: 1280px) {
    .xl\:flex {
        display: flex;
    }
}

@media (min-width: 1280px) {
    .xl\:hidden {
        display: none;
    }
}

@media (min-width: 1280px) {
    .xl\:block {
        display: block;
    }
}