@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
@import url(https://use.typekit.net/sux7lpe.css);
/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  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"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

@font-face {
        font-family: "icomoon";
        src: url(/fonts/icomoon.eot?99d5d5182af978244fd68d4e0274d833);
        src: url(/fonts/icomoon.eot?99d5d5182af978244fd68d4e0274d833#iefix)
                format("embedded-opentype"),
            url(/fonts/icomoon.ttf?dd6f837772210f67ddae478c61aad8e0) format("truetype"),
            url(/fonts/icomoon.woff?a885239b44859b89fbcb85ddfc2e244a) format("woff"),
            url(/fonts/icomoon.svg?183588e5ff1ccb3a3e120f219d1de6bc#icomoon) format("svg");
        font-weight: normal;
        font-style: normal;
        font-display: block;
    }

[class^="icon-"],
    [class*=" icon-"] {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icomoon" !important;
        speak: never;
        font-size: 2rem;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        vertical-align: middle;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.icon--shadow {
        display: inline-block;
        position: relative;
    }

.icon--shadow::after {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 500px;
        content: " ";
        height: 75%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 75%;
        z-index: 0;
    }

.text-brand-teal1 .icon--shadow:after {
        background-color: rgba(68, 153, 157, 0.1);
    }

.text-brand-orange1 .icon--shadow:after {
        background-color: rgba(230, 139, 64, 0.1);
    }

.icon-pdf:before {
        content: "\e908";
    }

.icon-signout:before {
        content: "\e90c";
    }

.icon-star:before {
        content: "\e907";
    }

.icon-caret:before {
        content: "\e900";
    }

.icon-checked:before {
        content: "\e901";
    }

.icon-facebook:before {
        content: "\e902";
    }

.icon-items:before {
        content: "\e903";
    }

.icon-linkedin:before {
        content: "\e904";
    }

.icon-pages:before {
        content: "\e905";
    }

.icon-search:before {
        content: "\e906";
    }

.icon-twitter:before {
        content: "\e909";
    }

.icon-unchecked:before {
        content: "\e90a";
    }

body {
        color: #707070;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        overflow-x: hidden;
    }

.button {
        border: 1px solid #c3c3c3;
        font-size: 1rem;
        font-weight: bold;
        padding: 0.25rem 2rem;
        transition: color 0.4s ease-out, background-color 0.4s ease-out,
            border-color 0.4s ease-out;
        text-align: center;
    }

.button .icon--shadow:after {
        background-color: rgba(230, 139, 64, 0.1);
    }

.button{
  --tw-text-opacity: 1;
  color: rgb(230 138 64 / var(--tw-text-opacity));
}

.button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(230 138 64 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(230 138 64 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button-alt {
        border-radius: 50px;
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        padding: 0.25rem 2rem;
        text-align: center;
        --tw-bg-opacity: 1;
        background-color: rgb(230 138 64 / var(--tw-bg-opacity));
    }

/* Site navigation */

.sitenav {
        position: relative;
        z-index: 40;
        --tw-bg-opacity: 1;
        background-color: rgb(24 70 102 / var(--tw-bg-opacity));
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.sitenav__wrapper--transparent .sitenav {
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
        background-color: transparent;
    }

.sitenav__wrapper {
        padding: 0 0 0.375rem 0;
        position: relative;
    }

.sitenav__container {
        align-items: center;
        display: flex;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1524px;
    }

.sitenav__logo-wrapper {
        align-items: center;
        display: flex;
    }

.sitenav__title {
        font-family: "din-2014", sans-serif;
        color: #fff;
        display: inline-block;
        margin: 0 0 0 1rem;
    }

.sitenav__wrapper--transparent .sitenav__title {
        color: #e68a40;
    }

.sitenav__logo-image {
        height: 60px;
        width: auto;
    }

.sitenav__links-wrapper {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
        left: 0;
        max-height: 0vh;
        overflow: hidden;
        position: absolute;
        visibility: hidden;
        top: 100%;
        width: 100%;
        z-index: 40;
        --tw-bg-opacity: 1;
        background-color: rgb(24 70 102 / var(--tw-bg-opacity));
        padding: 1rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.sitenav__links {
        padding: 1rem;
        text-align: center;
    }

.sitenav--open .sitenav__links-wrapper {
        visibility: visible;
        max-height: 100vh;
    }

.sitenav__links-item {
        margin: 0 0 2rem 0;
    }

.sitenav__links-link {
        font-size: 1.125rem;
        font-weight: bold;
    }

.sitenav__links-link--current {
        text-decoration: underline;
    }

.sitenav__toggle {
        display: inline-block;
        margin-right: 1rem;
    }

.sitenav__wrapper--transparent .sitenav__toggle {
        color: #000;
    }

.sitenav__icon-close,
    .sitenav__icon-open {
        display: inline-block;
        font-size: 1.5rem;
        line-height: 2rem;
    }

.sitenav--open .sitenav__icon-open,
    .sitenav__icon-close {
        display: none;
    }

.sitenav--open .sitenav__icon-close {
        display: inline-block;
    }

.sitenav__mobile {
        display: flex;
        align-items: center;
    }

.sitenav__login {
        padding: 2rem 0;
        text-align: center;
        margin-left: -2rem;
        margin-right: -2rem;
        margin-bottom: -1rem;
        --tw-bg-opacity: 1;
        background-color: rgb(67 109 139 / var(--tw-bg-opacity));
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

.sitenav__login-icon {
        margin: 0 0.4rem 0 0;
    }

.sitenav__login-link {
        color: #fff;
    }

@media (min-width: 1024px) {
        .sitenav {
            height: auto;
            padding-top: 1.5rem;
            padding-bottom: 1.5em;
        }

        .sitenav__logo-image {
            height: 60px;
        }

        .sitenav__links-wrapper {
            box-shadow: none;
            left: auto;
            max-height: none;
            padding: 0;
            position: relative;
            visibility: visible;
            top: auto;
            width: auto;
        }

        .sitenav__wrapper--transparent .sitenav__links-wrapper{
    background-color: transparent;
  }

        .sitenav__links {
            align-items: center;
            box-shadow: none;
            display: flex;
            padding: 0;
            text-align: right;
        }

        .sitenav__wrapper--transparent .sitenav__links {
            color: #184666;
        }

        .sitenav__links-item {
            margin: 0;
            padding: 0 0.5rem;
            text-align: center;
        }

        .sitenav__links-link {
            font-size: 0.9rem;
        }

        .sitenav__links-link--cta {
            margin: 0;
        }

        .sitenav__toggle,
        .sitenav__icon-open,
        .sitenav__icon-close {
            display: none;
        }

        .sitenav__mobile {
            display: none;
        }

        .sitenav__login {
            display: none;
        }
    }

@media (min-width: 640px) {
        .sitenav__logo-image {
            height: 70px;
        }

        .sitenav__title {
            font-size: 1.1rem;
        }
    }

@media (min-width: 1180px) {
        .sitenav__title {
            font-size: 1.4rem;
        }

        .sitenav__links-item {
            padding: 0 0.7rem;
        }

        .sitenav__links-link {
            font-size: 1rem;
        }
    }

@media (min-width: 1280px) {
        .sitenav__logo-image {
            height: 80px;
        }

        .sitenav__links-item {
            padding: 0 1rem;
        }

        .sitenav__links-link {
            font-size: 1rem;
        }
    }

@media (min-width: 1340px) {
        .sitenav__links-link {
            font-size: 1.1rem;
        }
    }

.hero {
        background: url(/images/sponsor_portal_background.jpg?fab7ef8cddb55a491ea89030b9a47239);
        background-size: auto 100%;
        background-position: 0px 0px;
        display: block;
        margin: -89px 0 0 0;
        padding: calc(3rem + 89px) 0;
        position: relative;
        width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }

.hero__container {
        display: block;
        margin: 0 auto;
        max-width: 908px;
    }

.hero__col {
        margin: 0 0 1rem 0;
    }

.hero__card {
        background-color: rgba(230, 139, 64, 0.9);
        color: #fff;
        display: block;
        font-size: 1.875rem;
        font-weight: 300;
        margin: 0 auto;
        max-width: 292px;
        padding: 2.5rem;
        transition: background-color 0.4s ease-out;
        text-align: center;
    }

.hero__card.hero__card--teal {
        background-color: rgba(68, 153, 157, 0.9);
    }

.hero__card.hero__card--blue {
        background-color: rgba(24, 70, 102, 0.9);
    }

.hero__card.hero__card:hover {
        background-color: rgba(230, 139, 64, 1);
    }

.hero__card.hero__card--teal:hover {
        background-color: rgba(68, 153, 157, 1);
    }

.hero__card.hero__card--blue:hover {
        background-color: rgba(24, 70, 102, 1);
    }

.hero__icon {
        display: block;
    }

.hero__icon i {
        font-size: 4.125rem;
        margin: 0 0 1.625rem 0;
        transition: transform 0.4s ease-out;
    }

.hero__card:hover .hero__icon i {
        transform: scale(1.4);
    }

@media (min-width: 768px) {
        .hero {
            align-items: center;
            display: flex;
            height: 600px;
        }

        .hero__container {
            display: flex;
        }

        .hero__container > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

        .hero__card {
            height: 100%;
        }
    }

@media (min-width: 1280px) {
        .hero {
            height: 822px;
        }
    }

.tcollapse {
        display: block;
        border-bottom: 1px solid #ddd;
    }

.tcollapse__heading {
        background-color: #f7f9fa;
        display: block;
        font-size: 1.3rem;
        font-weight: bold;
    }

.tcollapse__toggle {
        color: #184666;
        display: block;
        padding: 1rem 3rem 1rem 0.5rem;
        position: relative;
        text-align: left;
        width: 100%;
    }

.tcollapse__toggle::after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #184666;
        border-radius: 4px;
        content: " ";
        height: 0;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
    }

.tcollapse__wrapper {
        padding: 0 0.5rem;
    }

.tcollapse__content {
        display: none;
    }

.tcollapse.tcollapse--open .tcollapse__content,
    .tcollapse.tcollapse--always-open .tcollapse__content {
        display: block;
    }

.tcollapse--always-open .collapse__heading {
        background: transparent;
    }

.tcollapse--always-open .tcollapse__toggle {
        cursor: default;
    }

.tcollapse.collapse--open .tcollapse__toggle::after {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #184666;
        border-top: none;
    }

.tcollapse--always-open .tcollapse__toggle::after {
        display: none;
    }

.prose ul,
    .prose ol {
        padding: 0 0 0 1rem;
    }

.prose ul {
        list-style: disc;
    }

.prose ol {
        list-style: numeric;
    }

*, ::before, ::after{
  --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-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: rgb(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:  ;
}

::-webkit-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-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: rgb(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-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: rgb(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: 480px){

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

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

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

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

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

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

  .container{
    max-width: 1536px;
  }
}
.collapse{
  visibility: collapse;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.top-1\/2{
  top: 50%;
}
.right-2{
  right: 0.5rem;
}
.left-0{
  left: 0px;
}
.top-0{
  top: 0px;
}
.z-0{
  z-index: 0;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.-ml-2{
  margin-left: -0.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-auto{
  margin-right: auto;
}
.ml-3{
  margin-left: 0.75rem;
}
.-ml-px{
  margin-left: -1px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.hidden{
  display: none;
}
.h-40{
  height: 10rem;
}
.h-auto{
  height: auto;
}
.h-screen{
  height: 100vh;
}
.h-5{
  height: 1.25rem;
}
.min-h-\[652px\]{
  min-height: 652px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-full{
  width: 100%;
}
.w-1\/2{
  width: 50%;
}
.w-auto{
  width: auto;
}
.w-5{
  width: 1.25rem;
}
.max-w-8xl{
  max-width: 1524px;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.max-w-full{
  max-width: 100%;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-mobile{
  max-width: 466px;
}
.max-w-\[138px\]{
  max-width: 138px;
}
.max-w-\[754px\]{
  max-width: 754px;
}
.max-w-\[292px\]{
  max-width: 292px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.flex-none{
  flex: none;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  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));
}
.rotate-180{
  --tw-rotate: 180deg;
  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));
}
.transform{
  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));
}
.cursor-default{
  cursor: default;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :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));
}
.overflow-x-auto{
  overflow-x: auto;
}
.break-words{
  overflow-wrap: break-word;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-brand-teal1{
  --tw-border-opacity: 1;
  border-color: rgb(68 153 157 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-brand-orange1{
  --tw-border-opacity: 1;
  border-color: rgb(230 138 64 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-\[\#7a7a78\]{
  --tw-bg-opacity: 1;
  background-color: rgb(122 122 120 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-brand-teal1{
  --tw-bg-opacity: 1;
  background-color: rgb(68 153 157 / var(--tw-bg-opacity));
}
.bg-brand-blue1{
  --tw-bg-opacity: 1;
  background-color: rgb(24 70 102 / var(--tw-bg-opacity));
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-cover{
  background-size: cover;
}
.p-2{
  padding: 0.5rem;
}
.p-5{
  padding: 1.25rem;
}
.p-4{
  padding: 1rem;
}
.p-8{
  padding: 2rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pl-0{
  padding-left: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pr-4{
  padding-right: 1rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-28{
  padding-right: 7rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-20{
  padding-top: 5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-\[8rem\]{
  font-size: 8rem;
}
.font-thin{
  font-weight: 100;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.leading-5{
  line-height: 1.25rem;
}
.text-brand-blue1{
  --tw-text-opacity: 1;
  color: rgb(24 70 102 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-brand-orange1{
  --tw-text-opacity: 1;
  color: rgb(230 138 64 / var(--tw-text-opacity));
}
.text-brand-teal1{
  --tw-text-opacity: 1;
  color: rgb(68 153 157 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-brand-gray1{
  --tw-text-opacity: 1;
  color: rgb(69 69 69 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-150{
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.file\:mb-2::-webkit-file-upload-button{
  margin-bottom: 0.5rem;
}

.file\:mb-2::file-selector-button{
  margin-bottom: 0.5rem;
}

.last\:border-none:last-child{
  border-style: none;
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:z-10:focus{
  z-index: 10;
}

.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

@media (min-width: 480px){

  .xs\:w-1\/3{
    width: 33.333333%;
  }

  .xs\:w-2\/3{
    width: 66.666667%;
  }

  .xs\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:pl-6{
    padding-left: 1.5rem;
  }

  .xs\:pr-4{
    padding-right: 1rem;
  }

  .xs\:pl-12{
    padding-left: 3rem;
  }
}

@media (min-width: 640px){

  .sm\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:w-1\/3{
    width: 33.333333%;
  }

  .sm\:w-1\/2{
    width: 50%;
  }

  .sm\:max-w-none{
    max-width: none;
  }

  .sm\:flex-1{
    flex: 1 1 0%;
  }

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

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

@media (min-width: 768px){

  .md\:ml-auto{
    margin-left: auto;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

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

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-1\/4{
    width: 25%;
  }

  .md\:w-1\/3{
    width: 33.333333%;
  }

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

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

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .md\:pl-8{
    padding-left: 2rem;
  }

  .md\:pl-0{
    padding-left: 0px;
  }
}

@media (min-width: 1024px){

  .lg\:-mx-12{
    margin-left: -3rem;
    margin-right: -3rem;
  }

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

  .lg\:mt-40{
    margin-top: 10rem;
  }

  .lg\:mr-4{
    margin-right: 1rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:w-1\/5{
    width: 20%;
  }

  .lg\:w-1\/2{
    width: 50%;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

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

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:max-w-lg{
    max-width: 32rem;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:max-w-mobile{
    max-width: 466px;
  }

  .lg\:max-w-\[908px\]{
    max-width: 908px;
  }

  .lg\:max-w-\[1370px\]{
    max-width: 1370px;
  }

  .lg\:max-w-8xl{
    max-width: 1524px;
  }

  .lg\:flex-none{
    flex: none;
  }

  .lg\:flex-grow{
    flex-grow: 1;
  }

  .lg\:border-r{
    border-right-width: 1px;
  }

  .lg\:border-gray-300{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }

  .lg\:border-gray-400{
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity));
  }

  .lg\:p-12{
    padding: 3rem;
  }

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .lg\:pl-10{
    padding-left: 2.5rem;
  }

  .lg\:pr-4{
    padding-right: 1rem;
  }

  .lg\:pr-12{
    padding-right: 3rem;
  }

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

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

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

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

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

@media (min-width: 1280px){

  .xl\:text-\[10rem\]{
    font-size: 10rem;
  }
}

