<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: __gothamBook_37f057;
    src: url(../fonts/Gotham-Book.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: __gothamBook_Fallback_37f057;
    src: local("Arial");
    ascent-override: 70.47%;
    descent-override: 17.62%;
    line-gap-override: 17.62%;
    size-adjust: 113.52%;
}

.__className_37f057 {
    font-family: __gothamBook_37f057, __gothamBook_Fallback_37f057;
}

:root {
    --gotham-book: "__gothamBook_37f057", "__gothamBook_Fallback_37f057";
}

@font-face {
    font-family: __gothamBold_035bf5;
    src: url(../fonts/Gotham-Bold.otf) format("opentype");
    font-display: swap;
}

@font-face {
    font-family: __gothamBold_Fallback_035bf5;
    src: local("Arial");
    ascent-override: 68.83%;
    descent-override: 17.21%;
    line-gap-override: 17.21%;
    size-adjust: 116.22%;
}

.__className_035bf5 {
    font-family: __gothamBold_035bf5, __gothamBold_Fallback_035bf5;
}

:root {
    --gotham-bold: "__gothamBold_035bf5", "__gothamBold_Fallback_035bf5";
}

* {
    margin: 0;
}

body,
html {
    height: 100%;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

canvas,
img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    overflow-wrap: break-word;
}

#__next,
#root {
    isolation: isolate;
}

address {
    font-style: normal;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

#map {
    height: 380px;
}

@media (min-width: 768px) {
    .container {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    #map {
        height: 480px;
    }
}

@media (min-width: 1024px) {
    .container {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    #map {
        height: 480px;
    }
}

@media (min-width: 1280px) {
    .container {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    #map {
        height: 480px;
    }
}

@media (min-width: 1600px) {
    .container {
        padding-left: 10rem;
        padding-right: 10rem;
    }
    #map {
        height: 680px;
    }
}

@media (min-width: 1920px) {
    .container {
        padding-left: 15rem;
        padding-right: 15rem;
    }
}

.py-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .py-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 1280px) {
    .py-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.pt-section {
    padding-top: 3rem;
}

@media (min-width: 768px) {
    .pt-section {
        padding-top: 4rem;
    }
}

@media (min-width: 1280px) {
    .pt-section {
        padding-top: 6rem;
    }
}

.pb-section {
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .pb-section {
        padding-bottom: 4rem;
    }
}

@media (min-width: 1280px) {
    .pb-section {
        padding-bottom: 6rem;
    }
}

body {
    font-family: var(--gotham-book), sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(48 48 48 / var(--tw-text-opacity));
}

:root:after {
    font-size: 8px;
    position: fixed;
    font-family: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 999999;
    top: 0;
    left: 10px;
    white-space: pre-wrap;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 0 0 2px 2px;
    font-weight: 400;
    padding: 0.5em 1em;
    letter-spacing: 0.1em;
    line-height: 1.5;
    --tw-bg-opacity: 1;
    background-color: rgb(251 113 133 / var(--tw-bg-opacity));
}

@media (min-width: 480px) {
    :root:after {
        --tw-bg-opacity: 1;
        background-color: rgb(244 114 182 / var(--tw-bg-opacity));
    }
}

@media (min-width: 768px) {
    :root:after {
        --tw-bg-opacity: 1;
        background-color: rgb(167 139 250 / var(--tw-bg-opacity));
    }
}

@media (min-width: 1024px) {
    :root:after {
        --tw-bg-opacity: 1;
        background-color: rgb(129 140 248 / var(--tw-bg-opacity));
    }
}

@media (min-width: 1280px) {
    :root:after {
        --tw-bg-opacity: 1;
        background-color: rgb(56 189 248 / var(--tw-bg-opacity));
    }
}

@media (min-width: 1600px) {
    :root:after {
        --tw-bg-opacity: 1;
        background-color: rgb(34 211 238 / var(--tw-bg-opacity));
    }
}

@media (min-width: 1920px) {
    :root:after {
        --tw-bg-opacity: 1;
        background-color: rgb(45 212 191 / var(--tw-bg-opacity));
    }
}

/*
! tailwindcss v3.3.6 | MIT License | https://tailwindcss.com
*/
*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
}

:after,
:before {
    --tw-content: "";
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
        Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif,
        Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
}

body {
    margin: 0;
    line-height: inherit;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
        Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

:-moz-focusring {
    outline: auto;
}

:-moz-ui-invalid {
    box-shadow: none;
}

progress {
    vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
}

fieldset,
legend {
    padding: 0;
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

dialog {
    padding: 0;
}

textarea {
    resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}

[role="button"],
button {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.container {
    width: 100%;
}

@media (min-width: 100%) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1920px) {
    .container {
        max-width: 1920px;
    }
}

.sr-only {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.absolute,
.sr-only {
    position: absolute;
}

.relative {
    position: relative;
}

.left-0 {
    left: 0;
}

.top-0 {
    top: 0;
}

.z-20 {
    z-index: 20;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-14 {
    margin-bottom: 3.5rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-auto {
    margin-top: auto;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-10 {
    height: 2.5rem;
}

.h-24 {
    height: 6rem;
}

.h-5 {
    height: 1.25rem;
}

.h-8 {
    height: 2rem;
}

.h-\[3px\] {
    height: 3px;
}

.h-\[500px\] {
    height: 500px;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.max-h-\[26rem\] {
    max-height: 26rem;
}

.w-10 {
    width: 2.5rem;
}

.w-24 {
    width: 6rem;
}

.w-40 {
    width: 10rem;
}

.w-5 {
    width: 1.25rem;
}

.w-\[\.625rem\] {
    width: 0.625rem;
}

.w-\[\.875rem\] {
    width: 0.875rem;
}

.w-\[60px\] {
    width: 60px;
}

.w-full {
    width: 100%;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-5xl {
    max-width: 64rem;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-sm {
    max-width: 24rem;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.-translate-y-32 {
    --tw-translate-y: -8rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y))
        rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
        scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-14 {
    gap: 3.5rem;
}

.gap-20 {
    gap: 5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-9 {
    gap: 2.25rem;
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
}

.gap-y-12 {
    row-gap: 3rem;
}

.space-y-4 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.border {
    border-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-t {
    border-top-width: 1px;
}

.border-\[rgba\(0\2c 146\2c 200\2c 0\.3\)\] {
    border-color: rgba(0, 146, 200, 0.3);
}

.border-t-white {
    --tw-border-opacity: 1;
    border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 174 239 / var(--tw-bg-opacity));
}

.bg-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgb(0 146 200 / var(--tw-bg-opacity));
}

.bg-semi-transparent {
    background-color: rgba(0, 0, 0, 0.5);
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\/assets\/images\/cta-background\.svg\'\)\] {
    background-image: url(../images/cta-background.svg);
}

.bg-\[url\(\'\/assets\/images\/home-hero\.jpg\'\)\] {
    background-image: url(../images/home-hero.jpg);
}

.bg-gradient-to-b {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-blue-light {
    --tw-gradient-from: #0092c8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(0, 146, 200, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-blue {
    --tw-gradient-to: #00aeef var(--tw-gradient-to-position);
}

.bg-cover {
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.p-5 {
    padding: 1.25rem;
}

.px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-bottom: 1rem;
}

.pt-4,
.py-4 {
    padding-top: 1rem;
}

.text-center {
    text-align: center;
}

.font-gotham-bold {
    font-family: var(--gotham-bold), sans-serif;
}

.font-gotham-book {
    font-family: var(--gotham-book), sans-serif;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-xs {
    font-size: 0.775rem;
    line-height: 1.25rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.uppercase {
    text-transform: uppercase;
}

.not-italic {
    font-style: normal;
}

.leading-tight {
    line-height: 1.25;
}

.text-\[\#dc3545\] {
    --tw-text-opacity: 1;
    color: rgb(220 53 69 / var(--tw-text-opacity));
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(48 48 48 / var(--tw-text-opacity));
}

.text-blue {
    --tw-text-opacity: 1;
    color: rgb(0 174 239 / var(--tw-text-opacity));
}

.text-blue-dark {
    --tw-text-opacity: 1;
    color: rgb(54 127 176 / var(--tw-text-opacity));
}

.text-blue-light {
    --tw-text-opacity: 1;
    color: rgb(0 146 200 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
    text-decoration-line: underline;
}

.underline-offset-2 {
    text-underline-offset: 2px;
}

.shadow-\[0_12px_50px_0_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
    --tw-shadow: 0 12px 50px 0 rgba(0, 0, 0, 0.2);
    --tw-shadow-colored: 0 12px 50px 0 var(--tw-shadow-color);
}

.shadow-\[0_12px_50px_0_rgba\(0\2c 0\2c 0\2c 0\.2\)\],
.shadow-blue-md {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-blue-md {
    --tw-shadow: 5px 7px 8px rgba(0, 146, 200, 0.2);
    --tw-shadow-colored: 5px 7px 8px var(--tw-shadow-color);
}

.shadow-blue-sm {
    --tw-shadow: 0 0 2px 2px rgba(0, 146, 200, 0.2);
    --tw-shadow-colored: 0 0 2px 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.transition-colors {
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.after\:\!border-b-blue:after {
    content: var(--tw-content);
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(0 174 239 / var(--tw-border-opacity)) !important;
}

.hover\:bg-gradient-to-b:hover {
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.hover\:text-blue-dark:hover {
    --tw-text-opacity: 1;
    color: rgb(54 127 176 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:opacity-80:hover {
    opacity: 0.8;
}

.hover\:shadow-blue-lg:hover {
    --tw-shadow: 0 3px 30px rgba(0, 146, 200, 0.2);
    --tw-shadow-colored: 0 3px 30px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 480px) {
    .sm\:flex-row {
        flex-direction: row;
    }

    .sm\:text-left {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .md\:mb-14 {
        margin-bottom: 3.5rem;
    }

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:gap-0 {
        gap: 0;
    }

    .md\:gap-14 {
        gap: 3.5rem;
    }

    .md\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }
}

@media (min-width: 1024px) {
    .lg\:block {
        display: block;
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:flex-row {
        flex-direction: row;
    }
}

@media (min-width: 1280px) {
    .xl\:mb-24 {
        margin-bottom: 6rem;
    }

    .xl\:gap-20 {
        gap: 5rem;
    }

    .xl\:gap-24 {
        gap: 6rem;
    }
}

.animated-underline {
    position: relative;
}

.animated-underline:hover:after {
    bottom: 0;
    content: var(--tw-content) !important;
    opacity: 1 !important;
}

.animated-underline:after {
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 100%;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
    content: "";
}

.input {
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-color: rgb(222 226 230 / var(--tw-border-opacity));
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.input,
.input.error {
    --tw-border-opacity: 1;
}

.input.error {
    border-color: rgb(220 53 69 / var(--tw-border-opacity));
}

#UserForm_Form_26_action_process {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    --tw-shadow: 0 0 2px 2px rgba(0, 146, 200, 0.2);
    --tw-shadow-colored: 0 0 2px 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-transform: uppercase;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: var(--gotham-bold), sans-serif;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    --tw-gradient-to: #00aeef var(--tw-gradient-to-position);
    --tw-gradient-from: #0092c8 var(--tw-gradient-from-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
    border-radius: 9999px;
    display: inline-block;
}

.userform-fields .middleColumn,
.userform-fields + .Actions {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.list-disc li {
    list-style-type: disc;
    margin-left: 44px;
}

/* for mobile menu*/
.burger {
    display: block;
    cursor: pointer;
    padding: 20px;
}

.burger span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 5px auto;
    transition: all 0.3s ease;
}

.blue-burger span {
    background-color: #0092c8;
}

#toggle {
    display: none;
}

#toggle:checked + .burger span:nth-child(2) {
    opacity: 0;
}

#toggle:checked + .burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

#toggle:checked + .burger span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

.hidden-mobile {
    display: none;
}

.mobile-only {
    display: block;
}

@media (min-width: 1024px) {
    .mobile-only {
        display: none;
    }
    .hidden-mobile {
        display: block;
    }
}

.menu-container {
    position: relative;
    display: contents;
    text-align: center;
}

.menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    overflow: hidden;
    transition: all 0.3s ease;
    max-height: 0;
}

#toggle:checked + .burger ~ .menu-container .menu {
    max-height: 500px; /* Adjust as needed */
    padding: 20px; /* Add padding for better appearance */
}

.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu ul li a {
    display: block;
    color: black;
    text-decoration: none;
    padding: 10px;
    transition: background-color 0.3s ease;
}

.menu ul li a:hover {
    background-color: white;
}
/* for mobile menu*/

/*footer*/
@media (min-width: 1024px) {
    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.responsive-width {
    width: 100%; /* Set width to 100% by default */
    text-align: center;
    font-size: 14px;
}

.footer-ul-gap {
    gap: 1rem;
}

.footer-soc {
    margin: auto;
    text-align: center;
    padding-top: 30px;
}

.footer-author {
    display: block;
    text-align: center;
}

.mobile-text-center {
    text-align: center;
}

.mobile-m-auto {
    margin: auto;
}

@media (min-width: 1024px) {
    .responsive-width {
        width: auto; /* Set width to auto for screens larger than 992px */
        text-align: left;
        font-size: 16px;
    }
    .footer-ul-gap {
        gap: 5rem;
    }
    .footer-soc {
        margin: 0;
        text-align: center;
        padding-top: 0;
    }
    .footer-author {
        display: contents;
    }
    .mobile-text-center {
        text-align: left;
    }

    .mobile-m-auto {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 85%; /* Decrease font size by 15% for smaller screens */
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: smaller;
    }

    .mobile-h-banner {
        height: 12rem;
    }

    .mobile-contactus-text {
        font-size: 1rem;
    }

    /*.image-container {
        width: 100%;
        height: 21rem;
        overflow: hidden;
      }
      
      .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }*/

    .mobile-image-scale {
        scale: 0.8;
    }
}
</pre></body></html>