/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins.
 */ 
/*! 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 {
  -webkit-box-sizing: border-box;
          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: lato, Arial, sans-serif; /* 4 */
  -webkit-font-feature-settings: normal;
          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;
  text-decoration: underline;
} 
/*
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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
} 
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
} 
input::-ms-input-placeholder, textarea::-ms-input-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-display: swap;
        font-family: lato;
        src: url('../fonts/lato/lato-v23-latin-regular.woff2') format('woff2'),
             url('../fonts/lato/lato-v23-latin-regular.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    } 
@font-face {
        font-display: swap;
        font-family: gilroy;
            src: url('../fonts/gilroy/gilroy-semibold-webfont.woff2') format('woff2'),
                url('../fonts/gilroy/gilroy-semibold-webfont.woff') format('woff');
        font-weight: semibold;
        font-style: normal;
    } 
*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
} 
@media screen and (prefers-reduced-motion: reduce) {
    * {
      -webkit-animation: none !important;
              animation: none !important;
      -webkit-transition: none !important;
      transition: none !important;
      scroll-behavior: auto !important;
    }

    [data-anim*=fade] {
        opacity: 1;
    }
} 
[data-anim*="fade"] {
    opacity: 0;
} 
.no-js [data-anim*="fade"] {
        opacity: 1;
    } 
[data-anim] {
    -webkit-animation-duration: 0.6s;
            animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
} 
[data-anim][data-anim-delay="1"] { -webkit-animation-delay: 0.1s; animation-delay: 0.1s } 
[data-anim][data-anim-duration="1"] { -webkit-animation-duration: 0.1s; animation-duration: 0.1s } 
[data-anim][data-anim-delay="2"] { -webkit-animation-delay: 0.2s; animation-delay: 0.2s } 
[data-anim][data-anim-duration="2"] { -webkit-animation-duration: 0.2s; animation-duration: 0.2s } 
[data-anim][data-anim-delay="3"] { -webkit-animation-delay: 0.3s; animation-delay: 0.3s } 
[data-anim][data-anim-duration="3"] { -webkit-animation-duration: 0.3s; animation-duration: 0.3s } 
[data-anim][data-anim-delay="4"] { -webkit-animation-delay: 0.4s; animation-delay: 0.4s } 
[data-anim][data-anim-duration="4"] { -webkit-animation-duration: 0.4s; animation-duration: 0.4s } 
[data-anim][data-anim-delay="5"] { -webkit-animation-delay: 0.5s; animation-delay: 0.5s } 
[data-anim][data-anim-duration="5"] { -webkit-animation-duration: 0.5s; animation-duration: 0.5s } 
[data-anim][data-anim-delay="6"] { -webkit-animation-delay: 0.6s; animation-delay: 0.6s } 
[data-anim][data-anim-duration="6"] { -webkit-animation-duration: 0.6s; animation-duration: 0.6s } 
[data-anim][data-anim-delay="7"] { -webkit-animation-delay: 0.7s; animation-delay: 0.7s } 
[data-anim][data-anim-duration="7"] { -webkit-animation-duration: 0.7s; animation-duration: 0.7s } 
[data-anim][data-anim-delay="8"] { -webkit-animation-delay: 0.8s; animation-delay: 0.8s } 
[data-anim][data-anim-duration="8"] { -webkit-animation-duration: 0.8s; animation-duration: 0.8s } 
[data-anim][data-anim-delay="9"] { -webkit-animation-delay: 0.9s; animation-delay: 0.9s } 
[data-anim][data-anim-duration="9"] { -webkit-animation-duration: 0.9s; animation-duration: 0.9s } 
[data-anim][data-anim-delay="10"] { -webkit-animation-delay: 0.10s; animation-delay: 0.10s } 
[data-anim][data-anim-duration="10"] { -webkit-animation-duration: 0.10s; animation-duration: 0.10s } 
[data-anim][data-anim-delay="11"] { -webkit-animation-delay: 0.11s; animation-delay: 0.11s } 
[data-anim][data-anim-duration="11"] { -webkit-animation-duration: 0.11s; animation-duration: 0.11s } 
[data-anim][data-anim-delay="12"] { -webkit-animation-delay: 0.12s; animation-delay: 0.12s } 
[data-anim][data-anim-duration="12"] { -webkit-animation-duration: 0.12s; animation-duration: 0.12s } 
[data-anim]:not([data-anim-scroll="true"])[data-anim~="fadein"] {
            -webkit-animation-name: fadeIn;
                    animation-name: fadeIn;
        } 
[data-anim]:not([data-anim-scroll="true"])[data-anim~="fadescale"] { 
            -webkit-animation-name: fadeScale; 
                    animation-name: fadeScale;
        } 
[data-anim]:not([data-anim-scroll="true"])[data-anim~="fadeDown"] {
            -webkit-animation-name: fadeDown;
                    animation-name: fadeDown;
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
        } 
[data-anim]:not([data-anim-scroll="true"])[data-anim~="fadeslideup"] {
            -webkit-animation-name: slideUp;
                    animation-name: slideUp;
        } 
[data-anim]:not([data-anim-scroll="true"])[data-anim~="fadeslideright"] {
            -webkit-animation-name: slideRight;
                    animation-name: slideRight;
        } 
[data-anim]:not([data-anim-scroll="true"])[data-anim~="fadeslideleft"] {
            -webkit-animation-name: slideLeft;
                    animation-name: slideLeft;
        } 
[data-anim][data-anim-animate="true"][data-anim~="fadein"] {
            -webkit-animation-name: fadeIn;
                    animation-name: fadeIn;
        } 
[data-anim][data-anim-animate="true"][data-anim~="fadescale"] {
            -webkit-animation-name: fadeScale;
                    animation-name: fadeScale;
        } 
[data-anim][data-anim-animate="true"][data-anim~="fadeDown"] {
            -webkit-animation-name: fadeDown;
                    animation-name: fadeDown;
            -webkit-animation-timing-function: ease-in;
                    animation-timing-function: ease-in;
        } 
[data-anim][data-anim-animate="true"][data-anim~="fadeslideup"] {
            -webkit-animation-name: slideUp;
                    animation-name: slideUp;
        } 
[data-anim][data-anim-animate="true"][data-anim~="fadeslideright"] {
            -webkit-animation-name: slideRight;
                    animation-name: slideRight;
        } 
[data-anim][data-anim-animate="true"][data-anim~="fadeslideleft"] {
            -webkit-animation-name: slideLeft;
                    animation-name: slideLeft;
        } 
[data-anim][data-anim-iteration="infinte"] {
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
    } 
@-webkit-keyframes fadeIn {
    0% { 
        opacity: 0; 
    }

    100% { 
        opacity: 1; 
    }
} 
@keyframes fadeIn {
    0% { 
        opacity: 0; 
    }

    100% { 
        opacity: 1; 
    }
} 
@-webkit-keyframes fadeScale {
    0% { 
        opacity: 0; 
    }

    75% { 
        opacity: 1; 
        -webkit-transform: scale(1.1); 
                transform: scale(1.1); 
    }

    100% { 
        -webkit-transform: scale(1); 
                transform: scale(1); 
        opacity: 1; 
    }
} 
@keyframes fadeScale {
    0% { 
        opacity: 0; 
    }

    75% { 
        opacity: 1; 
        -webkit-transform: scale(1.1); 
                transform: scale(1.1); 
    }

    100% { 
        -webkit-transform: scale(1); 
                transform: scale(1); 
        opacity: 1; 
    }
} 
@-webkit-keyframes fadeDown {
    0% { 
        -webkit-transform: translateY(-1000px); 
                transform: translateY(-1000px); 
        opacity: 0; 
    }

    100% { 
        -webkit-transform: translateY(0); 
                transform: translateY(0); 
        opacity: 1; 
    }
} 
@keyframes fadeDown {
    0% { 
        -webkit-transform: translateY(-1000px); 
                transform: translateY(-1000px); 
        opacity: 0; 
    }

    100% { 
        -webkit-transform: translateY(0); 
                transform: translateY(0); 
        opacity: 1; 
    }
} 
@-webkit-keyframes slideUp {
    0% { 
        -webkit-transform: translateY(200px); 
                transform: translateY(200px); 
        opacity: 0; 
    }

    100% { 
        -webkit-transform: translateY(0); 
                transform: translateY(0); 
        opacity: 1; 
    }
} 
@keyframes slideUp {
    0% { 
        -webkit-transform: translateY(200px); 
                transform: translateY(200px); 
        opacity: 0; 
    }

    100% { 
        -webkit-transform: translateY(0); 
                transform: translateY(0); 
        opacity: 1; 
    }
} 
@-webkit-keyframes slideRight {
    0% { 
        -webkit-transform: translateX(-200px); 
                transform: translateX(-200px); 
        opacity: 0; 
    }

    100% { 
        -webkit-transform: translateX(0); 
                transform: translateX(0); 
        opacity: 1;
    }
} 
@keyframes slideRight {
    0% { 
        -webkit-transform: translateX(-200px); 
                transform: translateX(-200px); 
        opacity: 0; 
    }

    100% { 
        -webkit-transform: translateX(0); 
                transform: translateX(0); 
        opacity: 1;
    }
} 
@-webkit-keyframes slideLeft {
    0% { 
        -webkit-transform: translateX(200px); 
                transform: translateX(200px); 
        opacity: 0; 
    }

    100% { 
        -webkit-transform: translateX(0); 
                transform: translateX(0); 
        opacity: 1; 
    }
} 
@keyframes slideLeft {
    0% { 
        -webkit-transform: translateX(200px); 
                transform: translateX(200px); 
        opacity: 0; 
    }

    100% { 
        -webkit-transform: translateX(0); 
                transform: translateX(0); 
        opacity: 1; 
    }
} 
@-webkit-keyframes loader-ring {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
} 
@keyframes loader-ring {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
} 
/**
  * This injects Tailwind's component classes and any component classes
  * registered by plugins.
  */ 
body {
  font-size: 16px;
  line-height: 22px;
} 
html {
  margin: 0px;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  padding: 0px;
} 
#breadcrumbs a {
  text-decoration-line: underline;
} 
/* SET GLOBAL BUTTON STYLES*/ 
.text-link {
  position: relative;
  padding-left: 1.5rem;
  font-weight: 700;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgba(0, 95, 170, 1);
  color: rgba(0, 95, 170, var(--tw-text-opacity));
} 
.text-link::before {
  position: absolute;
  left: 0px;
  top: 50%;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), -50%) 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: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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));
  background-image: url('../images/icons/blue-link-arrow.svg');
  content: var(--tw-content);
  background-size: cover;
} 
.text-link span {
  position: relative;
  font-family: gilroy, sans-serif;
  font-weight: 500;
} 
.text-link span::after {
  position: absolute;
  left: 0px;
  display: block;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 95, 170, 1);
  background-color: rgba(0, 95, 170, var(--tw-bg-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  --tw-content: '';
  content: '';
  content: var(--tw-content);
} 
.text-link span:hover::after {
  content: var(--tw-content);
  width: 100%;
} 
.text-link-white {
  position: relative;
  padding-left: 2rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
} 
.text-link-white::before {
  position: absolute;
  left: 0px;
  top: 50%;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), -50%) 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: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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));
  background-image: url('../images/icons/link-arrow-white.svg');
  content: var(--tw-content);
  background-size: cover;
} 
.text-link-white span {
  position: relative;
} 
.text-link-white span::after {
  position: absolute;
  left: 0px;
  display: block;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  --tw-content: '';
  content: '';
  content: var(--tw-content);
} 
.text-link-white span:hover::after {
  content: var(--tw-content);
  width: 100%;
} 
.nav-link-parent span {
  position: relative;
} 
.nav-link-parent span::after {
  position: absolute;
  left: 0px;
  display: block;
  height: 3px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(1, 177, 176, 1);
  background-color: rgba(1, 177, 176, var(--tw-bg-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  --tw-content: '';
  content: '';
  content: var(--tw-content);
} 
.nav-link-parent.white span::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
} 
.wp-block-columns {
  max-width: 1328px !important;
} 
@media (max-width: 1024px){

    .wp-block-columns {
    display: block !important;
  }
      } 
.wp-block-columns {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
} 
@media (min-width: 1024px) { 
  .wp-block-columns {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }
} 
@media (min-width: 1480px) { 
  .wp-block-columns {
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }
} 
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 165px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: gilroy, sans-serif;
  font-weight: 500;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
} 
.btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) rgba(96, 165, 250, 0.75), 0 0 rgba(0,0,0,0);
          box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) rgba(96, 165, 250, 0.75), 0 0 rgba(0,0,0,0);
  box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) rgba(96, 165, 250, 0.75), 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
  --tw-ring-color: rgba(96, 165, 250, var(--tw-ring-opacity));
  --tw-ring-opacity: 0.75;
} 
.btn span {
  position: relative;
} 
.btn span::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  --tw-content: '';
  content: '';
  content: var(--tw-content);
} 
.btn span:hover::after {
  content: var(--tw-content);
  width: 100%;
} 
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 95, 170, 1);
  background-color: rgba(0, 95, 170, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
} 
.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 9, 68, 1);
  background-color: rgba(0, 9, 68, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
} 
.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 246, 250, 1);
  background-color: rgba(241, 246, 250, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 95, 170, 1);
  color: rgba(0, 95, 170, var(--tw-text-opacity));
} 
.btn-secondary:hover {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 9, 68, 1);
  background-color: rgba(0, 9, 68, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
} 
.btn-primary-alt {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 95, 170, 1);
  border-color: rgba(0, 95, 170, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 95, 170, 1);
  color: rgba(0, 95, 170, var(--tw-text-opacity));
} 
.btn-primary-alt:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 9, 68, 1);
  background-color: rgba(0, 9, 68, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
} 
.btn-secondary-alt {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
} 
.btn-secondary-alt:hover {
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 9, 68, 1);
  background-color: rgba(0, 9, 68, var(--tw-bg-opacity));
} 
.btn-download span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} 
.btn-download span::after {
  content: var(--tw-content);
  bottom: -5px;
} 
.btn-download span::before {
  margin-right: 0.625rem;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  background-image: url('../images/icons/download.svg');
  background-size: contain;
  --tw-content: '';
  content: '';
  content: var(--tw-content);
} 
.btn-load {
  position: relative;
} 
.btn-load::after {
  position: absolute;
  left: 50%;
  bottom: 9px;
  height: 1px;
  width: 0px;
  --tw-translate-x: -50%;
  -webkit-transform: translate(-50%, 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: translate(-50%, 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));
  -webkit-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: 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));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  --tw-content: '';
  content: '';
  content: var(--tw-content);
} 
.btn-load:hover::after {
  content: var(--tw-content);
  width: 50%;
} 
/* SET GLOBAL FONT STYLES */ 
h1,h2,h3,h4,h5 {
  font-family: gilroy, sans-serif;
  font-weight: 500;
} 
h1 {
  font-size: 25px;
  line-height: 30px;
} 
@media (min-width: 768px) { 
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
} 
h2 {
  font-size: 20px;
  line-height: 24px;
} 
@media (min-width: 768px) { 
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
} 
h3 {
  font-size: 18px;
  line-height: 22px;
} 
@media (min-width: 768px) { 
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
} 
h4 {
  font-size: 16px;
  line-height: 20px;
} 
@media (min-width: 768px) { 
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
} 
/* SET TEXT EDITOR CLASS - USED ON WYSIWYG */ 
.text-editor {
  color: var(--tw-prose-body);
  max-width: 65ch;
} 
.text-editor :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
} 
.text-editor :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
} 
.text-editor :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  font-weight: 500;
} 
.text-editor :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
} 
.text-editor :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
} 
.text-editor :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
} 
.text-editor :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
} 
.text-editor :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
} 
.text-editor :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
} 
.text-editor :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
} 
.text-editor :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
} 
.text-editor :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
} 
.text-editor :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
} 
.text-editor :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
} 
.text-editor :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
} 
.text-editor :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
} 
.text-editor :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
} 
.text-editor :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
} 
.text-editor :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
} 
.text-editor :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
} 
.text-editor :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
} 
.text-editor :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
} 
.text-editor :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
} 
.text-editor :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
} 
.text-editor :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
} 
.text-editor :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
} 
.text-editor :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
} 
.text-editor :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
} 
.text-editor :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
} 
.text-editor :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
} 
.text-editor :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
} 
.text-editor :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
} 
.text-editor :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
} 
.text-editor :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
} 
.text-editor :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
} 
.text-editor :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
} 
.text-editor :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
} 
.text-editor :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
} 
.text-editor :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
} 
.text-editor :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
} 
.text-editor :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
} 
.text-editor :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
} 
.text-editor :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
} 
.text-editor :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
} 
.text-editor :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
} 
.text-editor :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
} 
.text-editor :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
} 
.text-editor :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
} 
.text-editor :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
} 
.text-editor :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
} 
.text-editor :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
} 
.text-editor :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
} 
.text-editor :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
} 
.text-editor :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
} 
.text-editor :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
} 
.text-editor :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
} 
.text-editor :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
} 
.text-editor {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
} 
.text-editor :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
} 
.text-editor :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
} 
.text-editor :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
} 
.text-editor :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
} 
.text-editor :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
} 
.text-editor :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
} 
.text-editor :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
} 
.text-editor :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
} 
.text-editor :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
} 
.text-editor :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
} 
.text-editor :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
} 
.text-editor :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
} 
.text-editor :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
} 
.text-editor :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
} 
.text-editor :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
} 
.text-editor :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
} 
.text-editor :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
} 
.text-editor :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
} 
.text-editor :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
} 
.text-editor :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
} 
.text-editor :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
} 
.text-editor :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
} 
.text-editor {
  max-width: none;
} 
.text-editor :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *)) {
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 500;
} 
.text-editor :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 40px;
  line-height: 45px;
} 
.text-editor :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 30px;
  line-height: 36px;
} 
.text-editor :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 20px;
  line-height: 26px;
} 
.text-editor :where(h4):not(:where([class~="not-prose"] *)) {
  font-size: 16px;
  line-height: 20px;
} 
.text-editor :where(h5):not(:where([class~="not-prose"] *)) {
  font-size: 1.25rem;
} 
.text-editor :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: auto;
  white-space: pre-line;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgba(73, 73, 73, 1);
  color: rgba(73, 73, 73, var(--tw-text-opacity));
} 
.text-editor :where(a):not(:where([class~="not-prose"] *)) {
  --tw-text-opacity: 1;
  color: rgba(0, 95, 170, 1);
  color: rgba(0, 95, 170, var(--tw-text-opacity));
  text-decoration-line: underline;
} 
.text-editor :where(a):not(:where([class~="not-prose"] *)):hover {
  text-decoration-line: none;
} 
.text-editor :where(strong):not(:where([class~="not-prose"] *)) {
  font-family: gilroy, sans-serif;
  font-weight: 700;
} 
.text-editor :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 2.5rem;
  text-align: left;
} 
.text-editor :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 2.5rem;
  text-align: left;
} 
.text-editor :where(td):not(:where([class~="not-prose"] *)) {
  padding-left: 0.5rem;
} 
.text-editor p br {
  display: none;
} 
/* SET PLAY BUTTON STYLES */ 
.play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  height: 3.5rem;
  width: 3.5rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  -webkit-transform: translate(-50%, -50%) 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: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
} 
.play-btn::before {
  position: absolute;
  top: 50%;
  left: 55%;
  height: 1.5rem;
  width: 1.75rem;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  -webkit-transform: translate(-50%, -50%) 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: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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));
  background-image: url('../images/icons/play.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --tw-content: '';
  content: '';
  content: var(--tw-content);
} 
@media (min-width: 768px) { 
  .play-btn {
    height: 5rem;
    width: 5rem;
  } 
  .play-btn::before {
    height: 2rem;
    content: var(--tw-content);
    width: 2.25rem;
  }
} 
.play-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(1, 177, 176, 1);
  background-color: rgba(1, 177, 176, var(--tw-bg-opacity));
} 
.play-btn:hover::before {
  content: var(--tw-content);
  background-image: url('../images/icons/play-white.svg');
} 
/** Gravity Forms */ 
.gform_wrapper .button,
      .gform_wrapper .gform_footer input[type="submit"] {
        @extend %btn;
      } 
/* prettier-ignore */ 
.m__section__links__image::before {
  position: absolute;
  bottom: -1px;
  z-index: 10;
  height: 25px;
  width: 100%;
  background-image: url('../images/icons/triangle-blue-mobile.svg');
  background-size: cover;
  --tw-content: '';
  content: '';
  content: var(--tw-content);
} 
@media (min-width: 480px){

  .m__section__links__image::before {
    height: 50px;
  }} 
@media (min-width: 768px){

  .m__section__links__image::before {
    height: 65px;
  }} 
@media (min-width: 1024px){

  .m__section__links__image::before {
    top: 0px;
    height: 100%;
    width: 100px;
    background-image: url('../images/icons/50-50-blue.svg');
  }} 
.m__section__links__image.left::before{
    left: 0;
  } 
@media (min-width: 1024px){

  .m__section__links__image.right::before {
    right: 0px;
    top: 0px;
    --tw-scale-x: -1;
    -webkit-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(-1) scaleY(var(--tw-scale-y));
            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(-1) scaleY(var(--tw-scale-y));
    -webkit-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: 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));
  }} 
.grey-bg {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: -1;
  height: 100%;
  width: 100vw;
  --tw-translate-x: -50%;
  -webkit-transform: translate(-50%, 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: translate(-50%, 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));
  -webkit-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: 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));
  --tw-bg-opacity: 1;
  background-color: rgba(241, 246, 250, 1);
  background-color: rgba(241, 246, 250, var(--tw-bg-opacity));
} 
.grey-bg-bottom {
  position: relative;
  padding-bottom: 2.5rem;
} 
.grey-bg-bottom::before {
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: calc(50% + 2.5rem);
  width: 100vw;
  --tw-translate-x: -50%;
  -webkit-transform: translate(-50%, 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: translate(-50%, 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));
  -webkit-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: 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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(241, 246, 250, 1);
  background-color: rgba(241, 246, 250, var(--tw-bg-opacity));
} 
@media (min-width: 1024px) { 
  .grey-bg-bottom {
    padding-bottom: 3.5rem;
  } 
  .grey-bg-bottom::before {
    content: var(--tw-content);
    height: calc(50% + 3.5rem);
  }
} 
.grey-bg-top {
  position: relative;
  padding-top: 2.5rem;
} 
.grey-bg-top::before {
  position: absolute;
  top: 0px;
  left: 50%;
  height: calc(50% + 2.5rem);
  width: 100vw;
  --tw-translate-x: -50%;
  -webkit-transform: translate(-50%, 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: translate(-50%, 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));
  -webkit-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: 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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(241, 246, 250, 1);
  background-color: rgba(241, 246, 250, var(--tw-bg-opacity));
} 
@media (min-width: 1024px) { 
  .grey-bg-top {
    padding-top: 3.5rem;
  }
} 
.m__icons__slider .slick-list, .m__news__slider .slick-list {
  margin-left: -5px;
  margin-right: -5px;
} 
.m__news__slider .slick-list {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
} 
.m__icons__slider .slick-slide, .m__news__slider .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
} 
.m__icons__slider .slick-dots, 
  .m__logoCarousel__slider .slick-dots, 
  .m__news__slider .slick-dots {
  position: relative;
  margin-top: 2.5rem;
} 
.m__icons__slider .slick-dots li, 
  .m__logoCarousel__slider .slick-dots li, 
  .m__news__slider .slick-dots li {
  height: 0.625rem;
  width: 0.625rem;
} 
.m__icons__slider .slick-dots li button, 
  .m__logoCarousel__slider .slick-dots li button, 
  .m__news__slider .slick-dots li button {
  height: 0.625rem;
  width: 0.625rem;
  --tw-border-opacity: 1;
  border-color: rgba(0, 95, 170, 1);
  border-color: rgba(0, 95, 170, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 95, 170, 1);
  background-color: rgba(0, 95, 170, var(--tw-bg-opacity));
} 
.m__form.c__slantBg::before {
  content: var(--tw-content);
  height: 100%;
} 
@media (min-width: 1024px) { 
  .m__form.c__slantBg::before {
    content: var(--tw-content);
    height: 66.666667%;
  }
} 
.c__slantBg {
  padding-bottom: 4rem;
} 
.c__slantBg::before {
  position: absolute;
  left: 50%;
  bottom: -1px;
  height: 60%;
  width: 100vw;
  --tw-translate-x: -50%;
  -webkit-transform: translate(-50%, 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: translate(-50%, 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));
  -webkit-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: 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));
  content: var(--tw-content);
  background-size: cover;
} 
@media (min-width: 1024px) { 
  .c__slantBg {
    padding-bottom: 6rem;
  }
} 
.c__slantBg.blue::before {
  content: var(--tw-content);
  background-image: url('../images/icons/vid-dark-blue.svg');
} 
.c__slantBg.green::before {
  content: var(--tw-content);
  background-image: url('../images/icons/vid-green.svg');
} 
.c__slantBg.grey::before {
  content: var(--tw-content);
  background-image: url('../images/icons/vid-light-blue.svg');
} 
pre {
  white-space: normal;
} 
/* active tab */ 
.parent-tabs.active .nav-link-parent span::after {
  content: var(--tw-content);
  width: 100%;
} 
.m__section__image .slick-list, .m__section__image .slick-list .slick-track {
  height: 100%;
} 
.m__testimonials .slick-dots {
  position: static;
  margin-top: 2rem;
} 
.m__testimonials .slick-prev::before {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  content: var(--tw-content);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
} 
.m__testimonials .slick-prev:hover::before {
  content: var(--tw-content);
  left: 45%;
} 
.m__testimonials .slick-next::before {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  content: var(--tw-content);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
} 
.m__testimonials .slick-next:hover::before {
  content: var(--tw-content);
  left: 55%;
} 
.c__advice__bookmark {
  position: absolute;
  top: 22px;
  right: 22px;
  height: 23px;
  width: 18px;
  cursor: pointer;
  background-image: url('../images/icons/bookmark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
} 
.c__advice__bookmark.active {
  background-image: url('../images/icons/bookmark-fill.svg');
} 
.tooltip {
  position: absolute;
  top: 22px;
  right: 45px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 95, 170, 1);
  background-color: rgba(0, 95, 170, var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  display: none;
} 
.tooltip.active{
  display: block;
} 
.dashboard__bookmark {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 23px;
  width: 18px;
  cursor: pointer;
  background-image: url('../images/icons/bookmark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
} 
.dashboard__bookmark.active {
  background-image: url('../images/icons/bookmark-fill.svg');
} 
.c__advice__bookmark:hover, .dashboard__bookmark:hover {
  background-image: url('../images/icons/bookmark-fill.svg');
  opacity: 0.75;
} 
.c__advice__bookmark.active, .bg-bookmark.active, .dashboard__bookmark.active {
  background-image: url('../images/icons/bookmark-fill.svg');
} 
.arrow-label::before {
  position: absolute;
  right: 0px;
  top: 35%;
  height: 0.75rem;
  width: 0.75rem;
  --tw-translate-y: -50%;
  --tw-rotate: 135deg;
  -webkit-transform: translate(var(--tw-translate-x), -50%) rotate(135deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), -50%) rotate(135deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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));
  border-top-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-content: '';
  content: '';
  content: var(--tw-content);
} 
.code-label::before {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 0.5rem;
  width: 0.5rem;
  --tw-translate-y: -50%;
  --tw-rotate: 135deg;
  -webkit-transform: translate(var(--tw-translate-x), -50%) rotate(135deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), -50%) rotate(135deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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));
  border-top-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 95, 170, 1);
  border-color: rgba(0, 95, 170, var(--tw-border-opacity));
  --tw-content: '';
  content: '';
  content: var(--tw-content);
} 
#code-nav.active {
  position: fixed;
  left: 0px;
  bottom: 1.25rem;
  margin-bottom: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
} 
@media (min-width: 1024px){ 
#code-nav.active {
    top: 10rem;
    left: auto;
    bottom: auto;
    padding-left: 0px;
    padding-right: 0px;
  }} 
#code-nav.hide {
  z-index: -100;
  opacity: 0;
} 
.c__code__item:hover, .c__code__item.active {
  padding-left: 1rem;
} 
.c__code__item:hover::before, .c__code__item.active::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgba(73, 73, 73, 1);
  background-color: rgba(73, 73, 73, var(--tw-bg-opacity));
} 
.c__code__item::before {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 0.75rem;
  width: 0.125rem;
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), -50%) 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: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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));
  --tw-content: '';
  content: '';
  content: var(--tw-content);
} 
.c__member__filter, .c__filter__item, .c__advice__filter, .c__course__filter {
  display: inline-block;
  min-width: 124px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgba(241, 246, 250, 1);
  background-color: rgba(241, 246, 250, var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgba(0, 95, 170, 1);
  color: rgba(0, 95, 170, var(--tw-text-opacity));
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
} 
.c__member__filter.active, .c__member__filter:hover, .c__advice__filter.active, .c__advice__filter:hover, .c__course__filter.active, .c__course__filter:hover, .c__filter__item.active, .c__filter__item:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 95, 170, 1);
  background-color: rgba(0, 95, 170, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
} 
.results-loading {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 4rem;
  display: none;
  height: 120px;
  width: 120px;
} 
.results-loading.active {
  display: block;
} 
.results-loading div {
  position: absolute;
  margin: 0.75rem;
  display: block;
  height: 96px;
  width: 96px;
  border-radius: 50%;
  border-width: 12px;
  border-style: solid;
  border-color: rgba(0, 95, 170, 1);
  border-color: rgba(0, 95, 170, var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-left-color: rgba(0, 95, 170, 1);
  border-left-color: rgba(0, 95, 170, var(--tw-border-opacity));
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
} 
.results-loading div:nth-child(1) {
  -webkit-transition-delay: -0.45s;
          transition-delay: -0.45s;
} 
.results-loading div:nth-child(2) {
  -webkit-transition-delay: -0.3s;
          transition-delay: -0.3s;
} 
.results-loading div:nth-child(3) {
  -webkit-transition-delay: -0.15s;
          transition-delay: -0.15s;
} 
.m__map iFrame {
  position: relative;
  left: 50%;
  height: 500px;
  width: 100vw;
  --tw-translate-x: -50%;
  -webkit-transform: translate(-50%, 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: translate(-50%, 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));
  -webkit-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: 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));
} 
@media (min-width: 1024px){ 
.m__map iFrame {
    position: absolute;
    height: 100%;
    width: 100vw;
  } 
#faqs-left {
    -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
  } 
#faqs-right {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
  }} 
.m__heroSlider .slick-dots {
  left: 50%;
  max-width: 1328px;
  --tw-translate-x: -50%;
  -webkit-transform: translate(-50%, 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: translate(-50%, 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));
  -webkit-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: 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));
  padding-left: 1rem;
  padding-right: 1rem;
} 
@media (min-width: 768px){ 
.m__heroSlider .slick-dots {
    bottom: 4rem;
    text-align: left;
  }} 
@media (min-width: 1024px){ 
.m__heroSlider .slick-dots {
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
  }} 
.m__heroSlider .slick-dots button {
  height: 12px;
  width: 12px;
} 
.gfield {
  position: relative;
  float: left;
  margin-bottom: 11px;
  width: 100%;
} 
@media (min-width: 768px) { 
  .gfield {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
} 
@media (min-width: 1024px) { 
  .gfield {
    margin-bottom: 19px;
  }
} 
.gform_confirmation_message {
  text-align: center;
  font-family: gilroy, sans-serif;
  font-size: 18px;
  line-height: 22px;
} 
@media (min-width: 768px) { 
  .gform_confirmation_message {
    font-size: 20px;
    line-height: 26px;
  } 
  .gform_fields {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  } 
  .field-col-8 {
    width: 70%;
  } 
  .field-col-7 {
    width: 65%;
  } 
  .field-col-6 {
    width: 50%;
  } 
  .field-col-5 {
    width: 35%;
  } 
  .field-col-4 {
    width: 33.333333%;
  } 
  .field-col-3 {
    width: 25%;
  } 
  .field-col-2 {
    width: 20%;
  }
} 
.gfield_label {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 95, 170, 1);
  color: rgba(0, 95, 170, var(--tw-text-opacity));
} 
input[type=text], 
input[type=select], 
input[type=tel], 
input[type=email], 
input[type=number], 
input[type=password],
textarea, 
select {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, 1);
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 22px;
} 
input[type=text]:focus-visible, 
input[type=select]:focus-visible, 
input[type=tel]:focus-visible, 
input[type=email]:focus-visible, 
input[type=number]:focus-visible, 
input[type=password]:focus-visible,
textarea:focus-visible, 
select:focus-visible {
  outline-color: #005FAA;
} 
input[type=submit] {
  margin-top: 16px;
  width: 100%;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 95, 170, 1);
  background-color: rgba(0, 95, 170, var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 2rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
} 
input[type=submit]:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 9, 68, 1);
  background-color: rgba(0, 9, 68, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
} 
@media (min-width: 768px) { 
  input[type=submit] {
    width: auto;
    min-width: 165px;
  }
} 
input[type=checkbox], input[type=radio] {
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(150, 150, 150, 1);
  border-color: rgba(150, 150, 150, var(--tw-border-opacity));
} 
input[type=checkbox]:checked, input[type=radio]:checked {
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 95, 170, 1);
  background-color: rgba(0, 95, 170, var(--tw-bg-opacity));
} 
input[type=checkbox]:checked::after, input[type=radio]:checked::after {
  position: absolute;
  left: 7.5px;
  top: 3.5px;
  height: 10px;
  width: 5px;
  --tw-rotate: 45deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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));
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-content: "";
  content: "";
  content: var(--tw-content);
} 
.gfield.hidden_label .gfield_label {
  display: none;
} 
@media (min-width: 768px) { 
  .m__form__center .ginput_container_consent {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
} 
.ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
} 
@media (min-width: 480px) { 
  .ginput_container_consent {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
} 
@media (min-width: 768px) { 
  .ginput_container_consent {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
} 
@media (min-width: 480px) { 
  .ginput_container_consent input[type=checkbox] {
    margin-right: 0.75rem;
  }
} 
.ginput_container_consent label {
  max-width: 90%;
  font-size: 0.75rem;
  line-height: 1rem;
} 
.m__form__center .gform_footer {
  text-align: center;
} 
.gform_submission_error {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgba(0, 95, 170, 1);
  color: rgba(0, 95, 170, var(--tw-text-opacity));
} 
.input-center .gfield_validation_message {
  position: relative;
  width: 100%;
  text-align: center;
} 
.gform_validation_errors .gform_submission_error {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, 1);
  color: rgba(220, 38, 38, var(--tw-text-opacity));
} 
.gfield_validation_message {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, 1);
  color: rgba(220, 38, 38, var(--tw-text-opacity));
} 
@media (min-width: 768px) { 
  .gfield_validation_message {
    position: absolute;
  }
} 
.gform_ajax_spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  -webkit-transform: translate(-50%, -50%) 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: translate(-50%, -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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));
} 
.gfield_consent_label a {
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 1px;
} 
.ginput_container_password .ginput_left {
  margin-bottom: 0.5rem;
  display: block;
} 
@media (min-width: 768px) { 
  .ginput_container_password .ginput_left {
    float: left;
    margin-bottom: 0px;
    width: 50%;
    padding-right: 0.5rem;
  } 
  .ginput_container_password .ginput_right {
    float: right;
    width: 50%;
    padding-left: 0.5rem;
  }
} 
.ginput_container_password label {
    display: none;
} 
@media (min-width: 1024px){ 
.gfield_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }} 
.gfield_checkbox li {
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} 
.gfield_checkbox li input {
  margin-right: 0.5rem;
} 
.gfield_label {
  margin-bottom: 0.5rem;
  display: block;
} 
.gfield_validation_message {
  --tw-text-opacity: 1;
  color: rgba(255, 49, 49, 1);
  color: rgba(255, 49, 49, var(--tw-text-opacity));
} 
.gfield.columns .gfield_checkbox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
} 
/**
  * This injects Tailwind's utility classes and any utility classes registered
  * by plugins.
  */ 
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
} 
.pointer-events-none {
  pointer-events: none;
} 
.invisible {
  visibility: hidden;
} 
.fixed {
  position: fixed;
} 
.absolute {
  position: absolute;
} 
.relative {
  position: relative;
} 
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
} 
.inset-x-0 {
  left: 0px;
  right: 0px;
} 
.left-0 {
  left: 0px;
} 
.top-0 {
  top: 0px;
} 
.bottom-0 {
  bottom: 0px;
} 
.top-\[5px\] {
  top: 5px;
} 
.right-0 {
  right: 0px;
} 
.bottom-6 {
  bottom: 1.5rem;
} 
.right-1 {
  right: 0.25rem;
} 
.top-1 {
  top: 0.25rem;
} 
.right-2 {
  right: 0.5rem;
} 
.top-1\/2 {
  top: 50%;
} 
.right-\[-100px\] {
  right: -100px;
} 
.top-4 {
  top: 1rem;
} 
.top-36 {
  top: 9rem;
} 
.bottom-\[22px\] {
  bottom: 22px;
} 
.right-\[22px\] {
  right: 22px;
} 
.left-\[25px\] {
  left: 25px;
} 
.top-\[11px\] {
  top: 11px;
} 
.left-1\/2 {
  left: 50%;
} 
.top-full {
  top: 100%;
} 
.-left-5 {
  left: -1.25rem;
} 
.bottom-4 {
  bottom: 1rem;
} 
.left-6 {
  left: 1.5rem;
} 
.top-5 {
  top: 1.25rem;
} 
.top-9 {
  top: 2.25rem;
} 
.bottom-9 {
  bottom: 2.25rem;
} 
.bottom-7 {
  bottom: 1.75rem;
} 
.z-10 {
  z-index: 10;
} 
.z-\[1\] {
  z-index: 1;
} 
.z-\[2\] {
  z-index: 2;
} 
.z-\[9999\] {
  z-index: 9999;
} 
.z-\[60\] {
  z-index: 60;
} 
.z-50 {
  z-index: 50;
} 
.z-30 {
  z-index: 30;
} 
.z-20 {
  z-index: 20;
} 
.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
} 
.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
} 
.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
} 
.float-right {
  float: right;
} 
.float-left {
  float: left;
} 
.clear-both {
  clear: both;
} 
.m-0 {
  margin: 0px;
} 
.mx-auto {
  margin-left: auto;
  margin-right: auto;
} 
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
} 
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
} 
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
} 
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
} 
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
} 
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
} 
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
} 
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
} 
.mt-\[83px\] {
  margin-top: 83px;
} 
.mb-16 {
  margin-bottom: 4rem;
} 
.mb-12 {
  margin-bottom: 3rem;
} 
.mb-2\.5 {
  margin-bottom: 0.625rem;
} 
.mb-2 {
  margin-bottom: 0.5rem;
} 
.mb-8 {
  margin-bottom: 2rem;
} 
.mb-4 {
  margin-bottom: 1rem;
} 
.mt-7 {
  margin-top: 1.75rem;
} 
.mb-0 {
  margin-bottom: 0px;
} 
.mb-5 {
  margin-bottom: 1.25rem;
} 
.mt-4 {
  margin-top: 1rem;
} 
.mb-10 {
  margin-bottom: 2.5rem;
} 
.mt-6 {
  margin-top: 1.5rem;
} 
.mt-2\.5 {
  margin-top: 0.625rem;
} 
.mt-2 {
  margin-top: 0.5rem;
} 
.mb-3\.5 {
  margin-bottom: 0.875rem;
} 
.mb-3 {
  margin-bottom: 0.75rem;
} 
.mt-3 {
  margin-top: 0.75rem;
} 
.mr-4 {
  margin-right: 1rem;
} 
.mr-2 {
  margin-right: 0.5rem;
} 
.mb-7 {
  margin-bottom: 1.75rem;
} 
.mt-8 {
  margin-top: 2rem;
} 
.-mt-8 {
  margin-top: -2rem;
} 
.mb-6 {
  margin-bottom: 1.5rem;
} 
.ml-2 {
  margin-left: 0.5rem;
} 
.mr-6 {
  margin-right: 1.5rem;
} 
.mb-11 {
  margin-bottom: 2.75rem;
} 
.mb-\[27px\] {
  margin-bottom: 27px;
} 
.mr-16 {
  margin-right: 4rem;
} 
.mt-12 {
  margin-top: 3rem;
} 
.mr-7 {
  margin-right: 1.75rem;
} 
.-mt-6 {
  margin-top: -1.5rem;
} 
.mb-\[22px\] {
  margin-bottom: 22px;
} 
.mr-1 {
  margin-right: 0.25rem;
} 
.-mr-2 {
  margin-right: -0.5rem;
} 
.mb-0\.5 {
  margin-bottom: 0.125rem;
} 
.mb-1 {
  margin-bottom: 0.25rem;
} 
.mr-8 {
  margin-right: 2rem;
} 
.ml-8 {
  margin-left: 2rem;
} 
.mt-\[5px\] {
  margin-top: 5px;
} 
.mt-5 {
  margin-top: 1.25rem;
} 
.block {
  display: block;
} 
.inline-block {
  display: inline-block;
} 
.inline {
  display: inline;
} 
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
} 
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
} 
.grid {
  display: grid;
} 
.contents {
  display: contents;
} 
.hidden {
  display: none;
} 
.aspect-video {
  aspect-ratio: 16 / 9;
} 
.aspect-square {
  aspect-ratio: 1 / 1;
} 
.aspect-\[18\/11\] {
  aspect-ratio: 18/11;
} 
.h-\[1px\] {
  height: 1px;
} 
.h-44 {
  height: 11rem;
} 
.h-5 {
  height: 1.25rem;
} 
.h-64 {
  height: 16rem;
} 
.h-56 {
  height: 14rem;
} 
.h-full {
  height: 100%;
} 
.h-\[31px\] {
  height: 31px;
} 
.h-0 {
  height: 0px;
} 
.h-\[44px\] {
  height: 44px;
} 
.h-\[23px\] {
  height: 23px;
} 
.h-48 {
  height: 12rem;
} 
.h-14 {
  height: 3.5rem;
} 
.h-10 {
  height: 2.5rem;
} 
.h-12 {
  height: 3rem;
} 
.h-6 {
  height: 1.5rem;
} 
.h-\[100px\] {
  height: 100px;
} 
.h-\[20px\] {
  height: 20px;
} 
.h-screen {
  height: 100vh;
} 
.h-\[12px\] {
  height: 12px;
} 
.h-\[9px\] {
  height: 9px;
} 
.h-\[22px\] {
  height: 22px;
} 
.h-\[48px\] {
  height: 48px;
} 
.h-1\/4 {
  height: 25%;
} 
.h-3\/4 {
  height: 75%;
} 
.h-\[21px\] {
  height: 21px;
} 
.h-\[11px\] {
  height: 11px;
} 
.h-\[13px\] {
  height: 13px;
} 
.h-\[19px\] {
  height: 19px;
} 
.h-\[17px\] {
  height: 17px;
} 
.h-\[calc\(100vh-91px\)\] {
  height: calc(100vh - 91px);
} 
.h-8 {
  height: 2rem;
} 
.h-3 {
  height: 0.75rem;
} 
.h-1 {
  height: 0.25rem;
} 
.max-h-\[120px\] {
  max-height: 120px;
} 
.max-h-\[400px\] {
  max-height: 400px;
} 
.max-h-\[43px\] {
  max-height: 43px;
} 
.max-h-\[80px\] {
  max-height: 80px;
} 
.min-h-\[440px\] {
  min-height: 440px;
} 
.min-h-\[168px\] {
  min-height: 168px;
} 
.min-h-\[89px\] {
  min-height: 89px;
} 
.min-h-\[44px\] {
  min-height: 44px;
} 
.min-h-\[220px\] {
  min-height: 220px;
} 
.w-\[1px\] {
  width: 1px;
} 
.w-full {
  width: 100%;
} 
.w-5 {
  width: 1.25rem;
} 
.w-\[31px\] {
  width: 31px;
} 
.w-\[44px\] {
  width: 44px;
} 
.w-\[18px\] {
  width: 18px;
} 
.w-0 {
  width: 0px;
} 
.w-auto {
  width: auto;
} 
.w-12 {
  width: 3rem;
} 
.w-6 {
  width: 1.5rem;
} 
.w-\[23px\] {
  width: 23px;
} 
.w-\[8px\] {
  width: 8px;
} 
.w-\[9px\] {
  width: 9px;
} 
.w-\[22px\] {
  width: 22px;
} 
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
} 
.w-\[21px\] {
  width: 21px;
} 
.w-\[11px\] {
  width: 11px;
} 
.w-\[14px\] {
  width: 14px;
} 
.w-\[20px\] {
  width: 20px;
} 
.w-screen {
  width: 100vw;
} 
.w-\[5px\] {
  width: 5px;
} 
.w-\[17px\] {
  width: 17px;
} 
.w-1\/6 {
  width: 16.666667%;
} 
.w-8 {
  width: 2rem;
} 
.w-3 {
  width: 0.75rem;
} 
.w-1 {
  width: 0.25rem;
} 
.min-w-\[136px\] {
  min-width: 136px;
} 
.min-w-\[80px\] {
  min-width: 80px;
} 
.max-w-\[245px\] {
  max-width: 245px;
} 
.max-w-7xl {
  max-width: 80rem;
} 
.max-w-\[83\%\] {
  max-width: 83%;
} 
.max-w-5xl {
  max-width: 64rem;
} 
.max-w-\[1328px\] {
  max-width: 1328px;
} 
.max-w-3xl {
  max-width: 48rem;
} 
.max-w-\[240px\] {
  max-width: 240px;
} 
.max-w-xl {
  max-width: 36rem;
} 
.max-w-2xl {
  max-width: 42rem;
} 
.max-w-\[900px\] {
  max-width: 900px;
} 
.max-w-\[40px\] {
  max-width: 40px;
} 
.max-w-screen-xl {
  max-width: 1480px;
} 
.max-w-\[60\%\] {
  max-width: 60%;
} 
.max-w-\[1020px\] {
  max-width: 1020px;
} 
.max-w-\[180px\] {
  max-width: 180px;
} 
.max-w-\[120px\] {
  max-width: 120px;
} 
.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
} 
.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
} 
.basis-3\/12 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
} 
.origin-top-right {
  -webkit-transform-origin: top right;
          transform-origin: top right;
} 
.translate-y-full {
  --tw-translate-y: 100%;
  -webkit-transform: translate(var(--tw-translate-x), 100%) 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: translate(var(--tw-translate-x), 100%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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));
} 
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), -50%) 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: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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));
} 
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  -webkit-transform: translate(-50%, 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: translate(-50%, 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));
  -webkit-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: 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;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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-90 {
  --tw-rotate: 90deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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-90 {
  --tw-rotate: -90deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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 {
  -webkit-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: 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-pointer {
  cursor: pointer;
} 
.list-none {
  list-style-type: none;
} 
.columns-2 {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
} 
.columns-3 {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
} 
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
} 
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
} 
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
} 
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
} 
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
} 
.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
} 
.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
} 
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} 
.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
} 
.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
} 
.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
} 
.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
} 
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
} 
.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
} 
.gap-9 {
  gap: 2.25rem;
} 
.gap-2 {
  gap: 0.5rem;
} 
.gap-4 {
  gap: 1rem;
} 
.gap-3\.5 {
  gap: 0.875rem;
} 
.gap-3 {
  gap: 0.75rem;
} 
.gap-1 {
  gap: 0.25rem;
} 
.gap-y-14 {
  row-gap: 3.5rem;
} 
.gap-x-2 {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
} 
.gap-y-10 {
  row-gap: 2.5rem;
} 
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * (1 - 0));
  margin-top: calc(2rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(2rem * (1 - 0));
  margin-top: calc(2rem * calc(1 - 0));
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * 0);
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
} 
.justify-self-end {
  justify-self: end;
} 
.overflow-auto {
  overflow: auto;
} 
.overflow-hidden {
  overflow: hidden;
} 
.overflow-x-scroll {
  overflow-x: scroll;
} 
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} 
.whitespace-nowrap {
  white-space: nowrap;
} 
.rounded-sm {
  border-radius: 0.125rem;
} 
.rounded-\[5px\] {
  border-radius: 5px;
} 
.rounded-md {
  border-radius: 0.375rem;
} 
.rounded-xl {
  border-radius: 0.75rem;
} 
.rounded-full {
  border-radius: 9999px;
} 
.rounded-none {
  border-radius: 0px;
} 
.rounded {
  border-radius: 0.25rem;
} 
.border-0 {
  border-width: 0px;
} 
.border {
  border-width: 1px;
} 
.border-2 {
  border-width: 2px;
} 
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
} 
.border-b {
  border-bottom-width: 1px;
} 
.border-t {
  border-top-width: 1px;
} 
.border-b-2 {
  border-bottom-width: 2px;
} 
.border-t-2 {
  border-top-width: 2px;
} 
.border-b-\[1px\] {
  border-bottom-width: 1px;
} 
.border-r {
  border-right-width: 1px;
} 
.border-l {
  border-left-width: 1px;
} 
.border-solid {
  border-style: solid;
} 
.border-brand-dark-grey {
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 48, 1);
  border-color: rgba(51, 51, 48, var(--tw-border-opacity));
} 
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
} 
.border-brand-input-grey {
  --tw-border-opacity: 1;
  border-color: rgba(150, 150, 150, 1);
  border-color: rgba(150, 150, 150, var(--tw-border-opacity));
} 
.border-brand-border-grey {
  --tw-border-opacity: 1;
  border-color: rgba(216, 216, 216, 1);
  border-color: rgba(216, 216, 216, var(--tw-border-opacity));
} 
.border-\[\#C9DAE7\] {
  --tw-border-opacity: 1;
  border-color: rgba(201, 218, 231, 1);
  border-color: rgba(201, 218, 231, var(--tw-border-opacity));
} 
.border-\[\#E7E7E7\] {
  --tw-border-opacity: 1;
  border-color: rgba(231, 231, 231, 1);
  border-color: rgba(231, 231, 231, var(--tw-border-opacity));
} 
.border-brand-grey {
  --tw-border-opacity: 1;
  border-color: rgba(241, 246, 250, 1);
  border-color: rgba(241, 246, 250, var(--tw-border-opacity));
} 
.border-primary-color {
  --tw-border-opacity: 1;
  border-color: rgba(0, 95, 170, 1);
  border-color: rgba(0, 95, 170, var(--tw-border-opacity));
} 
.border-opacity-20 {
  --tw-border-opacity: 0.2;
} 
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
} 
.bg-primary-color {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 95, 170, 1);
  background-color: rgba(0, 95, 170, var(--tw-bg-opacity));
} 
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 70, 229, 1);
  background-color: rgba(79, 70, 229, var(--tw-bg-opacity));
} 
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, 1);
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity));
} 
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
} 
.bg-brand-teal {
  --tw-bg-opacity: 1;
  background-color: rgba(1, 177, 176, 1);
  background-color: rgba(1, 177, 176, var(--tw-bg-opacity));
} 
.bg-brand-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 246, 250, 1);
  background-color: rgba(241, 246, 250, var(--tw-bg-opacity));
} 
.bg-\[\#F1F6FA\] {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 246, 250, 1);
  background-color: rgba(241, 246, 250, var(--tw-bg-opacity));
} 
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
} 
.bg-icon-search {
  background-image: url('../images/icons/search.svg');
} 
.bg-post-fallback {
  background-image: url('../images/logo.svg');
} 
.bg-bookmark {
  background-image: url('../images/icons/bookmark.svg');
} 
.bg-\[url\(\'\.\.\/images\/backgrounds\/nav-bg\.svg\'\)\] {
  background-image: url('../images/backgrounds/nav-bg.svg');
} 
.bg-\[length\:16px_16px\] {
  background-size: 16px 16px;
} 
.bg-cover {
  background-size: cover;
} 
.bg-contain {
  background-size: contain;
} 
.bg-\[10px_center\] {
  background-position: 10px center;
} 
.bg-center {
  background-position: center;
} 
.bg-left {
  background-position: left;
} 
.bg-right {
  background-position: right;
} 
.bg-no-repeat {
  background-repeat: no-repeat;
} 
.fill-white {
  fill: #fff;
} 
.fill-primary-color {
  fill: #005FAA;
} 
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
} 
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
} 
.p-0 {
  padding: 0px;
} 
.p-6 {
  padding: 1.5rem;
} 
.p-5 {
  padding: 1.25rem;
} 
.p-2 {
  padding: 0.5rem;
} 
.p-8 {
  padding: 2rem;
} 
.p-9 {
  padding: 2.25rem;
} 
.p-4 {
  padding: 1rem;
} 
.p-1 {
  padding: 0.25rem;
} 
.p-3 {
  padding: 0.75rem;
} 
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
} 
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
} 
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
} 
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
} 
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
} 
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
} 
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
} 
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
} 
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
} 
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
} 
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
} 
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
} 
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
} 
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
} 
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
} 
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
} 
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
} 
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
} 
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
} 
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
} 
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
} 
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
} 
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
} 
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
} 
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
} 
.pr-2 {
  padding-right: 0.5rem;
} 
.pl-8 {
  padding-left: 2rem;
} 
.pt-44 {
  padding-top: 11rem;
} 
.pt-6 {
  padding-top: 1.5rem;
} 
.pb-5 {
  padding-bottom: 1.25rem;
} 
.pl-0 {
  padding-left: 0px;
} 
.pl-4 {
  padding-left: 1rem;
} 
.pr-7 {
  padding-right: 1.75rem;
} 
.pt-8 {
  padding-top: 2rem;
} 
.pb-6 {
  padding-bottom: 1.5rem;
} 
.pb-4 {
  padding-bottom: 1rem;
} 
.pr-4 {
  padding-right: 1rem;
} 
.pt-4 {
  padding-top: 1rem;
} 
.pb-8 {
  padding-bottom: 2rem;
} 
.pt-5 {
  padding-top: 1.25rem;
} 
.pl-14 {
  padding-left: 3.5rem;
} 
.pb-16 {
  padding-bottom: 4rem;
} 
.pb-9 {
  padding-bottom: 2.25rem;
} 
.pt-\[45px\] {
  padding-top: 45px;
} 
.pl-2 {
  padding-left: 0.5rem;
} 
.pr-16 {
  padding-right: 4rem;
} 
.pr-8 {
  padding-right: 2rem;
} 
.pt-2\.5 {
  padding-top: 0.625rem;
} 
.pt-2 {
  padding-top: 0.5rem;
} 
.pr-1 {
  padding-right: 0.25rem;
} 
.pr-\[0\.25rem\] {
  padding-right: 0.25rem;
} 
.pt-\[22px\] {
  padding-top: 22px;
} 
.pr-6 {
  padding-right: 1.5rem;
} 
.pb-10 {
  padding-bottom: 2.5rem;
} 
.pt-1 {
  padding-top: 0.25rem;
} 
.pb-\[1px\] {
  padding-bottom: 1px;
} 
.pb-\[22px\] {
  padding-bottom: 22px;
} 
.pt-\[18px\] {
  padding-top: 18px;
} 
.pr-12 {
  padding-right: 3rem;
} 
.pl-10 {
  padding-left: 2.5rem;
} 
.pb-20 {
  padding-bottom: 5rem;
} 
.pt-12 {
  padding-top: 3rem;
} 
.pb-12 {
  padding-bottom: 3rem;
} 
.pt-\[89px\] {
  padding-top: 89px;
} 
.pr-0 {
  padding-right: 0px;
} 
.pr-3 {
  padding-right: 0.75rem;
} 
.text-center {
  text-align: center;
} 
.font-sans {
  font-family: lato, Arial, sans-serif;
} 
.font-gilroy {
  font-family: gilroy, sans-serif;
} 
.text-\[14px\] {
  font-size: 14px;
} 
.text-\[12px\] {
  font-size: 12px;
} 
.text-m-5xl {
  font-size: 25px;
  line-height: 30px;
} 
.text-3xl {
  font-size: 20px;
  line-height: 26px;
} 
.text-xl {
  font-size: 1.25rem;
} 
.text-base {
  font-size: 16px;
  line-height: 22px;
} 
.text-\[18px\] {
  font-size: 18px;
} 
.text-sm {
  font-size: 0.8rem;
} 
.text-2xl {
  font-size: 16px;
  line-height: 20px;
} 
.text-4xl {
  font-size: 30px;
  line-height: 36px;
} 
.text-\[15px\] {
  font-size: 15px;
} 
.text-\[10px\] {
  font-size: 10px;
} 
.text-\[13px\] {
  font-size: 13px;
} 
.text-\[8px\] {
  font-size: 8px;
} 
.text-\[16px\] {
  font-size: 16px;
} 
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
} 
.font-bold {
  font-weight: 700;
} 
.font-medium {
  font-weight: 500;
} 
.font-normal {
  font-weight: 400;
} 
.leading-4 {
  line-height: 1rem;
} 
.leading-\[22px\] {
  line-height: 22px;
} 
.leading-\[14px\] {
  line-height: 14px;
} 
.leading-\[24px\] {
  line-height: 24px;
} 
.leading-\[20px\] {
  line-height: 20px;
} 
.leading-\[29px\] {
  line-height: 29px;
} 
.leading-\[15px\] {
  line-height: 15px;
} 
.leading-\[2rem\] {
  line-height: 2rem;
} 
.leading-8 {
  line-height: 2rem;
} 
.leading-\[12px\] {
  line-height: 12px;
} 
.tracking-tight {
  letter-spacing: -0.025em;
} 
.text-brand-light-grey {
  --tw-text-opacity: 1;
  color: rgba(156, 156, 156, 1);
  color: rgba(156, 156, 156, var(--tw-text-opacity));
} 
.text-primary-color {
  --tw-text-opacity: 1;
  color: rgba(0, 95, 170, 1);
  color: rgba(0, 95, 170, var(--tw-text-opacity));
} 
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
} 
.text-brand-text-grey {
  --tw-text-opacity: 1;
  color: rgba(73, 73, 73, 1);
  color: rgba(73, 73, 73, var(--tw-text-opacity));
} 
.text-brand-dark-grey {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 48, 1);
  color: rgba(51, 51, 48, var(--tw-text-opacity));
} 
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, 1);
  color: rgba(17, 24, 39, var(--tw-text-opacity));
} 
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity));
} 
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, 1);
  color: rgba(79, 70, 229, var(--tw-text-opacity));
} 
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity));
} 
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgba(13, 148, 136, 1);
  color: rgba(13, 148, 136, var(--tw-text-opacity));
} 
.text-\[16x\] {
  color: 16x;
} 
.underline {
  text-decoration-line: underline;
} 
.no-underline {
  text-decoration-line: none;
} 
.opacity-50 {
  opacity: 0.5;
} 
.opacity-60 {
  opacity: 0.6;
} 
.shadow-tease {
  --tw-shadow: 0 0 4px 2px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 0 4px 2px var(--tw-shadow-color);
  -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 4px 2px rgba(0,0,0,0.05);
          box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 4px 2px rgba(0,0,0,0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
} 
.shadow-custom {
  --tw-shadow: 0 0 5px 0 rgba(0,0,0,0.14);
  --tw-shadow-colored: 0 0 5px 0 var(--tw-shadow-color);
  -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0,0,0,0.14);
          box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 5px 0 rgba(0,0,0,0.14);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
} 
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
} 
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
} 
.filter {
  -webkit-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);
          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 {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, -webkit-filter, -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-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
} 
.transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
} 
.duration-300 {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
} 
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
} 
/* Chrome, Safari and Opera */ 
.no-scrollbar::-webkit-scrollbar {
      display: none;
    } 
.no-scrollbar {
      -ms-overflow-style: none; /* IE and Edge */
      scrollbar-width: none; /* Firefox */
    } 
/* Lity - v2.3.1 - http://sorgalla.com/lity/ */ 
.lity {
    outline: none !important;
} 
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
} 
.lity.lity-opened {
        opacity: 1;
    } 
.lity.lity-closed {
        opacity: 0;
    } 
.lity * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    } 
.lity-wrap {
    outline: none !important;
} 
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
} 
.lity-wrap::before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    } 
.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
} 
.lity-loading .lity-loader {
    opacity: 1;
} 
.lity-container {
    outline: none !important;
} 
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
} 
.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
} 
.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
} 
.lity-content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
} 
.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
} 
.lity-close::-moz-focus-inner {
        border: 0;
        padding: 0;
    } 
.lity-close:hover,
    .lity-close:focus,
    .lity-close:active,
    .lity-close:visited {
        -webkit-text-decoration: none;
        text-decoration: none;
        text-align: center;
        padding: 0;
        color: #fff;
        font-style: normal;
        font-size: 35px;
        line-height: 35px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
        border: 0;
        background: none;
        outline: none;
        -webkit-box-shadow: none;
                box-shadow: none;
    } 
.lity-close:active {
        top: 1px;
    } 
/* Image */ 
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
} 
/* iFrame */ 
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
} 
.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
} 
.lity-iframe-container iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
    } 
.lity-hide {
    display: none;
} 
/* Slider */ 
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
} 
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
} 
.slick-list:focus {
  outline: none;
} 
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
} 
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
} 
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
} 
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
} 
.slick-track:after {
  clear: both;
} 
.slick-loading .slick-track {
  visibility: hidden;
} 
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
} 
[dir='rtl'] .slick-slide {
  float: right;
} 
.slick-slide img {
  display: block;
} 
.slick-slide.slick-loading img {
  display: none;
} 
.slick-slide.dragging img {
  pointer-events: none;
} 
.slick-initialized .slick-slide {
  display: block;
} 
.slick-loading .slick-slide {
  visibility: hidden;
} 
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
} 
.slick-arrow.slick-hidden {
  display: none;
} 
/* Theme - dots */ 
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 1em;
} 
.slick-dots::after {
    content: "";
    clear: both;
    display: table;
  } 
.slick-dots li {
    display: inline-block;
    height: 15px;
    line-height: 1em;
    margin: 0;
    padding: 0;
    width: 15px;
  } 
.slick-dots li button {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      background: transparent;
      border: 1px solid #ffffff;
      border-radius: 50%;
      display: block;
      height: 15px;
      margin: 0;
      padding: 0;
      text-indent: -9999px;
      width: 15px;
      cursor: pointer;
    } 
.slick-dots li button:active,
      .slick-dots li button:focus {
        outline: none;
      } 
.slick-dots li.slick-active button {
        background: #FFFFFF;
        cursor: auto;

      } 
.slick-dots li:not(:last-child) {
      margin-right: 15px;
    } 
/* Theme - arrows */ 
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 54px;
  height: 54px;
  background: none;
  cursor: pointer;
  border: 0;
  font-size: 0;
  line-height: 0;
  outline: 0;
  color: transparent;
  z-index: 1;
  padding: 0;
  background-color: white;
  border-radius: 100%;
} 
.slick-arrow::before {
    content: '';
    display: block;
    background: url(../images/icons/slider-arrow.svg) center/contain no-repeat;
    width: 100%;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  } 
.slick-arrow.slick-prev {
    left: 0;
  } 
.slick-arrow.slick-prev::before {
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg);
    } 
.slick-arrow.slick-next {
    right: 0;
  } 
.slick-track
{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
} 
.slick-slide
{
    height: inherit !important;
} 
/* =WordPress Core
-------------------------------------------------------------- */ 
.alignnone {
    margin: 5px 20px 20px 0;
} 
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
} 
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
} 
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
} 
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
} 
a img.alignnone {
    margin: 5px 20px 20px 0;
} 
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
} 
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
} 
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
} 
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
} 
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
} 
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
} 
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
} 
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
} 
/* Text meant only for screen readers. */ 
.screen-reader-text {
	position: absolute !important;
	word-wrap: normal !important;
} 
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	width: 1px; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
} 
.screen-reader-text:focus {
	clip: auto !important;
} 
.screen-reader-text:focus {
	background-color: #eee;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	-webkit-text-decoration: none;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;

	/* Above WP toolbar. */
} 
.select2-selection {
    border: 0 !important;
} 
.select2-selection.select2-selection--single {
    height: 36px;
} 
.select2-container {
    min-width: 200px;
    height: 36px;
} 
.blue-select-2 .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #005FAA !important;
} 
.blue-select-2 .select2-container--default .select2-selection--single .select2-selection__placeholder { 
    font-size: 14px;
    font-family: lato, sans-serif;
    font-weight: 400;
    line-height: 22px;
} 
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333333 !important;
} 
.select2-container--default .select2-selection--single .select2-selection__placeholder { 
    font-size: 16px;
    font-family: gilroy, sans-serif;
    font-weight: 500;
    line-height: 22px;
} 
.select2-container--default .select2-selection--single {
    height: 100% !important;
} 
.select2-selection__rendered {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
} 
.select2-selection__rendered {
    border: 1px solid #969696;
    height: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
} 
.select2-selection__arrow {
    top: 22px !important;
} 
.select2-selection__arrow {
    /* display: none/; */
} 
.select2-selection__arrow b {
    display: none;
} 
.select2-selection__arrow::before {
    content: " ";
    background: url('../images/icons/blue-arrow.svg');
    width: 8px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    bottom: 24px;
} 
.select2-dropdown {
    border: 0;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
} 
.select2-results__option {
    position: relative;
    padding-bottom: 0.2em;
    color: #000944;
    min-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 20px;
    font-size: 14px;
} 
.select2-results__option:hover, .select2-results__option:focus {
    background-color: #e6e6e6 !important;
} 
.select2-results__option--selected {
    background-color: #e6e6e6 !important;
    color: #000944 !important;
} 
.select2-results__option--highlighted {
    background-color: #e6e6e6 !important;
    color: #000944 !important;
} 
.select2-results__option--highlighted:hover, .select2-results__option--highlighted:focus {
    background-color: #e6e6e6 !important;
} 
@keyframes fadeIn {from {opacity: 0;}to {opacity: 1;}} 
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
} 
.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
} 
.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
} 
.after\:-bottom-\[4px\]::after {
  content: var(--tw-content);
  bottom: -4px;
} 
.after\:-bottom-\[9px\]::after {
  content: var(--tw-content);
  bottom: -9px;
} 
.after\:-bottom-\[13px\]::after {
  content: var(--tw-content);
  bottom: -13px;
} 
.after\:h-2::after {
  content: var(--tw-content);
  height: 0.5rem;
} 
.after\:w-2::after {
  content: var(--tw-content);
  width: 0.5rem;
} 
.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  -webkit-transform: translate(var(--tw-translate-x), -50%) 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: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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));
} 
.after\:rotate-\[-45deg\]::after {
  content: var(--tw-content);
  --tw-rotate: -45deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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));
} 
.after\:border-r-2::after {
  content: var(--tw-content);
  border-right-width: 2px;
} 
.after\:border-b-2::after {
  content: var(--tw-content);
  border-bottom-width: 2px;
} 
.after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
} 
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: '';
  content: var(--tw-content);
} 
.hover\:border-primary-color:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 95, 170, 1);
  border-color: rgba(0, 95, 170, var(--tw-border-opacity));
} 
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, 1);
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
} 
.hover\:bg-primary-color:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 95, 170, 1);
  background-color: rgba(0, 95, 170, var(--tw-bg-opacity));
} 
.hover\:bg-bookmark-fill:hover {
  background-image: url('../images/icons/bookmark-fill.svg');
} 
.hover\:fill-white\/75:hover {
  fill: rgba(255, 255, 255, 0.75);
} 
.hover\:fill-primary-color\/75:hover {
  fill: rgba(0, 95, 170, 0.75);
} 
.hover\:fill-brand-teal:hover {
  fill: #01b1b0;
} 
.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity));
} 
.hover\:text-primary-color:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 95, 170, 1);
  color: rgba(0, 95, 170, var(--tw-text-opacity));
} 
.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgba(99, 102, 241, 1);
  color: rgba(99, 102, 241, var(--tw-text-opacity));
} 
.hover\:text-brand-dark-blue:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 9, 68, 1);
  color: rgba(0, 9, 68, var(--tw-text-opacity));
} 
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
} 
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, 1);
  color: rgba(55, 65, 81, var(--tw-text-opacity));
} 
.hover\:no-underline:hover {
  text-decoration-line: none;
} 
.hover\:shadow-tease-hover:hover {
  --tw-shadow: 0 0 4px 2px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 0 4px 2px var(--tw-shadow-color);
  -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 4px 2px rgba(0,0,0,0.12);
          box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 0 4px 2px rgba(0,0,0,0.12);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
} 
.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
} 
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
} 
.focus\:ring-2: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 rgba(0,0,0,0);
          box-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color), var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color), 0 0 rgba(0,0,0,0);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
} 
.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
} 
.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity));
} 
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
} 
.focus-visible\:outline-0:focus-visible {
  outline-width: 0px;
} 
.group:hover .group-hover\:block {
  display: block;
} 
.group:hover .group-hover\:hidden {
  display: none;
} 
.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, 1);
  color: rgba(107, 114, 128, var(--tw-text-opacity));
} 
.group:hover .group-hover\:after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
} 
.group:hover .group-hover\:after\:w-\[calc\(100\%\+13px\)\]::after {
  content: var(--tw-content);
  width: calc(100% + 13px);
} 
.peer:checked ~ .peer-checked\:visible {
  visibility: visible;
} 
.peer:checked ~ .peer-checked\:block {
  display: block;
} 
.peer:checked ~ .peer-checked\:inline-block {
  display: inline-block;
} 
.peer:checked ~ .peer-checked\:h-auto {
  height: auto;
} 
.peer:checked ~ .peer-checked\:overflow-auto {
  overflow: auto;
} 
.peer:checked ~ .peer-checked\:bg-brand-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 246, 250, 1);
  background-color: rgba(241, 246, 250, var(--tw-bg-opacity));
} 
.peer:checked ~ .peer-checked\:pt-4 {
  padding-top: 1rem;
} 
.peer:checked ~ .peer-checked\:pl-4 {
  padding-left: 1rem;
} 
.peer:checked ~ .peer-checked\:before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
} 
.peer:checked ~ .peer-checked\:before\:rotate-\[-45deg\]::before {
  content: var(--tw-content);
  --tw-rotate: -45deg;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-45deg) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-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: 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));
} 
.prose-headings\:text-primary-color :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *)) {
  --tw-text-opacity: 1;
  color: rgba(0, 95, 170, 1);
  color: rgba(0, 95, 170, var(--tw-text-opacity));
} 
.prose-headings\:text-brand-dark-grey :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *)) {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 48, 1);
  color: rgba(51, 51, 48, var(--tw-text-opacity));
} 
.prose-p\:mb-4 :where(p):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1rem;
} 
.prose-p\:mb-2 :where(p):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0.5rem;
} 
.prose-p\:leading-\[22px\] :where(p):not(:where([class~="not-prose"] *)) {
  line-height: 22px;
} 
.prose-p\:text-brand-text-grey :where(p):not(:where([class~="not-prose"] *)) {
  --tw-text-opacity: 1;
  color: rgba(73, 73, 73, 1);
  color: rgba(73, 73, 73, var(--tw-text-opacity));
} 
.prose-a\:font-bold :where(a):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
} 
.prose-a\:text-primary-color :where(a):not(:where([class~="not-prose"] *)) {
  --tw-text-opacity: 1;
  color: rgba(0, 95, 170, 1);
  color: rgba(0, 95, 170, var(--tw-text-opacity));
} 
.prose-a\:no-underline :where(a):not(:where([class~="not-prose"] *)) {
  text-decoration-line: none;
} 
@media (min-width: 480px) { 
  .sm\:mr-4 {
    margin-right: 1rem;
  } 
  .sm\:mt-0 {
    margin-top: 0px;
  } 
  .sm\:mt-4 {
    margin-top: 1rem;
  } 
  .sm\:mt-8 {
    margin-top: 2rem;
  } 
  .sm\:mr-10 {
    margin-right: 2.5rem;
  } 
  .sm\:inline-block {
    display: inline-block;
  } 
  .sm\:grid {
    display: grid;
  } 
  .sm\:h-72 {
    height: 18rem;
  } 
  .sm\:w-auto {
    width: auto;
  } 
  .sm\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  } 
  .sm\:w-\[400px\] {
    width: 400px;
  } 
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  } 
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  } 
  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  } 
  .sm\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  } 
  .sm\:gap-4 {
    gap: 1rem;
  } 
  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  } 
  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  } 
  .sm\:pr-8 {
    padding-right: 2rem;
  } 
  .sm\:pb-8 {
    padding-bottom: 2rem;
  } 
  .sm\:text-4xl {
    font-size: 30px;
    line-height: 36px;
  } 
  .sm\:text-3xl {
    font-size: 20px;
    line-height: 26px;
  } 
  .sm\:text-5xl {
    font-size: 40px;
    line-height: 45px;
  } 
  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }
} 
@media (min-width: 768px) { 
  .md\:absolute {
    position: absolute;
  } 
  .md\:relative {
    position: relative;
  } 
  .md\:bottom-8 {
    bottom: 2rem;
  } 
  .md\:left-\[-20\%\] {
    left: -20%;
  } 
  .md\:right-0 {
    right: 0px;
  } 
  .md\:top-0 {
    top: 0px;
  } 
  .md\:top-auto {
    top: auto;
  } 
  .md\:top-6 {
    top: 1.5rem;
  } 
  .md\:z-0 {
    z-index: 0;
  } 
  .md\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  } 
  .md\:order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  } 
  .md\:order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  } 
  .md\:order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  } 
  .md\:mb-\[38px\] {
    margin-bottom: 38px;
  } 
  .md\:mb-16 {
    margin-bottom: 4rem;
  } 
  .md\:mb-8 {
    margin-bottom: 2rem;
  } 
  .md\:mb-11 {
    margin-bottom: 2.75rem;
  } 
  .md\:mt-8 {
    margin-top: 2rem;
  } 
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  } 
  .md\:mb-0 {
    margin-bottom: 0px;
  } 
  .md\:mb-14 {
    margin-bottom: 3.5rem;
  } 
  .md\:mt-0 {
    margin-top: 0px;
  } 
  .md\:mr-0 {
    margin-right: 0px;
  } 
  .md\:mt-4 {
    margin-top: 1rem;
  } 
  .md\:mt-12 {
    margin-top: 3rem;
  } 
  .md\:mb-1 {
    margin-bottom: 0.25rem;
  } 
  .md\:block {
    display: block;
  } 
  .md\:inline-block {
    display: inline-block;
  } 
  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  } 
  .md\:grid {
    display: grid;
  } 
  .md\:hidden {
    display: none;
  } 
  .md\:aspect-auto {
    aspect-ratio: auto;
  } 
  .md\:aspect-\[16\/8\] {
    aspect-ratio: 16/8;
  } 
  .md\:h-auto {
    height: auto;
  } 
  .md\:h-\[70px\] {
    height: 70px;
  } 
  .md\:h-full {
    height: 100%;
  } 
  .md\:min-h-\[538px\] {
    min-height: 538px;
  } 
  .md\:min-h-\[279px\] {
    min-height: 279px;
  } 
  .md\:w-\[100\%\] {
    width: 100%;
  } 
  .md\:w-\[56\%\] {
    width: 56%;
  } 
  .md\:w-\[calc\(50\%-1em\)\] {
    width: calc(50% - 1em);
  } 
  .md\:w-1\/4 {
    width: 25%;
  } 
  .md\:w-3\/4 {
    width: 75%;
  } 
  .md\:w-7\/12 {
    width: 58.333333%;
  } 
  .md\:w-3\/5 {
    width: 60%;
  } 
  .md\:w-2\/5 {
    width: 40%;
  } 
  .md\:w-1\/2 {
    width: 50%;
  } 
  .md\:w-4\/12 {
    width: 33.333333%;
  } 
  .md\:w-8\/12 {
    width: 66.666667%;
  } 
  .md\:max-w-none {
    max-width: none;
  } 
  .md\:max-w-\[400px\] {
    max-width: 400px;
  } 
  .md\:columns-2 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  } 
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  } 
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  } 
  .md\:grid-cols-\[25\%_35\%_40\%\] {
    grid-template-columns: 25% 35% 40%;
  } 
  .md\:grid-cols-\[33\%_66\%\] {
    grid-template-columns: 33% 66%;
  } 
  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  } 
  .md\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  } 
  .md\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  } 
  .md\:gap-4 {
    gap: 1rem;
  } 
  .md\:gap-8 {
    gap: 2rem;
  } 
  .md\:gap-x-4 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  } 
  .md\:gap-y-7 {
    row-gap: 1.75rem;
  } 
  .md\:overflow-hidden {
    overflow: hidden;
  } 
  .md\:border-0 {
    border-width: 0px;
  } 
  .md\:bg-transparent {
    background-color: transparent;
  } 
  .md\:bg-center {
    background-position: center;
  } 
  .md\:p-0 {
    padding: 0px;
  } 
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  } 
  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  } 
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  } 
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  } 
  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  } 
  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  } 
  .md\:pb-7 {
    padding-bottom: 1.75rem;
  } 
  .md\:pb-32 {
    padding-bottom: 8rem;
  } 
  .md\:pt-6 {
    padding-top: 1.5rem;
  } 
  .md\:pt-0 {
    padding-top: 0px;
  } 
  .md\:pr-0 {
    padding-right: 0px;
  } 
  .md\:pl-4 {
    padding-left: 1rem;
  } 
  .md\:pt-7 {
    padding-top: 1.75rem;
  } 
  .md\:pt-14 {
    padding-top: 3.5rem;
  } 
  .md\:pt-2 {
    padding-top: 0.5rem;
  } 
  .md\:pt-8 {
    padding-top: 2rem;
  } 
  .md\:text-left {
    text-align: left;
  } 
  .md\:align-middle {
    vertical-align: middle;
  } 
  .md\:text-xl {
    font-size: 1.25rem;
  } 
  .md\:text-4xl {
    font-size: 30px;
    line-height: 36px;
  } 
  .md\:text-\[14px\] {
    font-size: 14px;
  } 
  .md\:text-\[12px\] {
    font-size: 12px;
  } 
  .md\:before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }
} 
@media (min-width: 1024px) { 
  .lg\:absolute {
    position: absolute;
  } 
  .lg\:left-0 {
    left: 0px;
  } 
  .lg\:right-0 {
    right: 0px;
  } 
  .lg\:left-\[-25\%\] {
    left: -25%;
  } 
  .lg\:top-\[20px\] {
    top: 20px;
  } 
  .lg\:top-1\/2 {
    top: 50%;
  } 
  .lg\:right-12 {
    right: 3rem;
  } 
  .lg\:-top-2\.5 {
    top: -0.625rem;
  } 
  .lg\:-top-2 {
    top: -0.5rem;
  } 
  .lg\:-right-\[28\%\] {
    right: -28%;
  } 
  .lg\:float-right {
    float: right;
  } 
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  } 
  .lg\:mt-\[188px\] {
    margin-top: 188px;
  } 
  .lg\:mt-\[146px\] {
    margin-top: 146px;
  } 
  .lg\:mr-0 {
    margin-right: 0px;
  } 
  .lg\:ml-auto {
    margin-left: auto;
  } 
  .lg\:ml-0 {
    margin-left: 0px;
  } 
  .lg\:mr-auto {
    margin-right: auto;
  } 
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  } 
  .lg\:mt-8 {
    margin-top: 2rem;
  } 
  .lg\:mt-0 {
    margin-top: 0px;
  } 
  .lg\:mt-11 {
    margin-top: 2.75rem;
  } 
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  } 
  .lg\:mb-0 {
    margin-bottom: 0px;
  } 
  .lg\:mb-16 {
    margin-bottom: 4rem;
  } 
  .lg\:block {
    display: block;
  } 
  .lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  } 
  .lg\:grid {
    display: grid;
  } 
  .lg\:hidden {
    display: none;
  } 
  .lg\:h-full {
    height: 100%;
  } 
  .lg\:max-h-full {
    max-height: 100%;
  } 
  .lg\:min-h-\[440px\] {
    min-height: 440px;
  } 
  .lg\:min-h-\[350px\] {
    min-height: 350px;
  } 
  .lg\:min-h-\[513px\] {
    min-height: 513px;
  } 
  .lg\:w-\[392px\] {
    width: 392px;
  } 
  .lg\:w-7\/12 {
    width: 58.333333%;
  } 
  .lg\:w-5\/12 {
    width: 41.666667%;
  } 
  .lg\:w-1\/2 {
    width: 50%;
  } 
  .lg\:w-\[calc\(25\%-1em\)\] {
    width: calc(25% - 1em);
  } 
  .lg\:w-3\/4 {
    width: 75%;
  } 
  .lg\:w-1\/4 {
    width: 25%;
  } 
  .lg\:w-\[32\%\] {
    width: 32%;
  } 
  .lg\:w-\[296px\] {
    width: 296px;
  } 
  .lg\:w-\[calc\(100\%-296px\)\] {
    width: calc(100% - 296px);
  } 
  .lg\:w-\[400px\] {
    width: 400px;
  } 
  .lg\:min-w-\[392px\] {
    min-width: 392px;
  } 
  .lg\:min-w-\[83px\] {
    min-width: 83px;
  } 
  .lg\:max-w-2xl {
    max-width: 42rem;
  } 
  .lg\:max-w-none {
    max-width: none;
  } 
  .lg\:max-w-\[310px\] {
    max-width: 310px;
  } 
  .lg\:max-w-\[83\%\] {
    max-width: 83%;
  } 
  .lg\:max-w-\[500px\] {
    max-width: 500px;
  } 
  .lg\:max-w-\[68\%\] {
    max-width: 68%;
  } 
  .lg\:flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  } 
  .lg\:basis-9\/12 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  } 
  .lg\:basis-4\/12 {
    -ms-flex-preferred-size: 33.333333%;
        flex-basis: 33.333333%;
  } 
  .lg\:basis-8\/12 {
    -ms-flex-preferred-size: 66.666667%;
        flex-basis: 66.666667%;
  } 
  .lg\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    -webkit-transform: translate(var(--tw-translate-x), -50%) 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: translate(var(--tw-translate-x), -50%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    -webkit-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: 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));
  } 
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  } 
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  } 
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  } 
  .lg\:grid-cols-\[58\%_42\%\] {
    grid-template-columns: 58% 42%;
  } 
  .lg\:grid-cols-\[23\%_22\%_35\%_20\%\] {
    grid-template-columns: 23% 22% 35% 20%;
  } 
  .lg\:grid-cols-\[25\%_50\%_25\%\] {
    grid-template-columns: 25% 50% 25%;
  } 
  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  } 
  .lg\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  } 
  .lg\:justify-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  } 
  .lg\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  } 
  .lg\:gap-8 {
    gap: 2rem;
  } 
  .lg\:bg-center {
    background-position: center;
  } 
  .lg\:p-11 {
    padding: 2.75rem;
  } 
  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  } 
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  } 
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  } 
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  } 
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  } 
  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  } 
  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  } 
  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  } 
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  } 
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  } 
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  } 
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  } 
  .lg\:pl-28 {
    padding-left: 7rem;
  } 
  .lg\:pr-10 {
    padding-right: 2.5rem;
  } 
  .lg\:pr-28 {
    padding-right: 7rem;
  } 
  .lg\:pl-10 {
    padding-left: 2.5rem;
  } 
  .lg\:pl-20 {
    padding-left: 5rem;
  } 
  .lg\:pr-20 {
    padding-right: 5rem;
  } 
  .lg\:pr-4 {
    padding-right: 1rem;
  } 
  .lg\:pr-8 {
    padding-right: 2rem;
  } 
  .lg\:pl-\[120px\] {
    padding-left: 120px;
  } 
  .lg\:pt-32 {
    padding-top: 8rem;
  } 
  .lg\:pb-36 {
    padding-bottom: 9rem;
  } 
  .lg\:pl-8 {
    padding-left: 2rem;
  } 
  .lg\:pt-24 {
    padding-top: 6rem;
  } 
  .lg\:pt-1 {
    padding-top: 0.25rem;
  } 
  .lg\:pb-0 {
    padding-bottom: 0px;
  } 
  .lg\:pr-0 {
    padding-right: 0px;
  } 
  .lg\:text-left {
    text-align: left;
  } 
  .lg\:text-right {
    text-align: right;
  } 
  .lg\:before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }
} 
@media (min-width: 1280px) { 
  .mxl\:-right-\[5\%\] {
    right: -5%;
  } 
  .mxl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  } 
  .mxl\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
} 
@media (min-width: 1480px) { 
  .xl\:left-0 {
    left: 0px;
  } 
  .xl\:right-0 {
    right: 0px;
  } 
  .xl\:w-\[65\%\] {
    width: 65%;
  } 
  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  } 
  .xl\:pl-\[116px\] {
    padding-left: 116px;
  } 
  .xl\:pr-\[116px\] {
    padding-right: 116px;
  } 
  .xl\:pr-12 {
    padding-right: 3rem;
  }
} 
.peer:checked ~ .peer-checked\:\[\&_svg\]\:visible svg {
  visibility: visible;
} 
.\[\&\.absolute\]\:hidden.absolute {
  display: none;
} 
.peer:checked ~ .peer-checked\:\[\&\.absolute\]\:block.absolute {
  display: block;
} 
