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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: 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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

/***************
  * Main *
 ***************/

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font: 500;
    font-size: 1.6rem;
    height: 100%;
    margin: 0;
    font-family: neue-haas-grotesk-display, sans-serif;
    background-color: white;
    overflow-x: hidden;
}

body.is-overflow-h {
    overflow: hidden;
}

img {
    display: block;
    width: 100%;
    height: 100%;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
}

svg {
    width: 100%;
    height: 100%;
}

.wrapper {
    margin: 0 auto;
    max-width: 1440px;
    width: 90%;
}

iframe {
    width: 100%;
    height: 100%;
}

.breadcrumb {
    margin-bottom: 46px;
}

.breadcrumb i {
        display: inline-block;
        width: 11px;
        margin: 0 7px;
    }

.breadcrumb i svg path {
                fill: #fff;
            }

.breadcrumb span {
        font-size: 12px;
        color: #fff;
        font-weight: 500;
    }

.breadcrumb span.breadcrumb_last {
            color: #0FD7FF;
        }

.breadcrumb--dark i svg path {
                    fill: #202020;
                }

.breadcrumb--dark span {
            color: #202020;
        }

.breadcrumb--dark span.breadcrumb_last {
                color: #0F56FF;
            }

.corner-piece {
    width: 40px;
    height: 40px;
    position: absolute;
    color: white;
}

.corner-piece-small {
    width: 12px;
    height: 12px;
    position: absolute;
}

.tagline {
    display: inline-block;
    color: #0F56FF;
    font-family: neue-haas-grotesk-display, sans-serif;
    background-color: #F4F6FF;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: uppercase;
    padding: 5px 12px;
    border: 1px solid #0F56FF;
    border-radius: 16px;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {

.tagline {
        font-size: 14px
}
    }

@media (min-width: 1600px) {

.tagline {
        font-size: 18px;
        letter-spacing: 4.32px
}
    }

.tagline--secondary {
        background-color: transparent;
        border-color: #0FD7FF;
        color: #0FD7FF;
    }

.tagline--small {
        font-size: 12px;
        letter-spacing: 2.88px;
    }

@media (min-width: 1600px) {

.tagline--small {
            font-size: 14px;
            letter-spacing: 3.36px
    }
        }

.tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 16px;
    background-color: #0F56FF;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.88px;
    text-transform: uppercase;
}

.wysiwyg.text-white p, .wysiwyg.text-white ul li {
            color: #fff;
        }

.wysiwyg p {
        color: #202020;
        font-size: 14px;
    }

@media (min-width: 1600px) {

.wysiwyg p {
            font-size: 16px
    }
        }

.wysiwyg ul {
        list-style: none;
        margin-top: 20px;
    }

.wysiwyg ul li {
            display: flex;
            align-items: flex-start;
            color: #202020;
            font-weight: 500;
            font-size: 14px;
            margin: 10px 0;
        }

@media (min-width: 1024px) {

.wysiwyg ul li {
                align-items: center
        }
            }

@media (min-width: 1600px) {

.wysiwyg ul li {
                font-size: 18px
        }
            }

.wysiwyg ul li::before {
                content: '';
                display: inline-block;
                background-color: #0F56FF;
                border-radius: 50%;
                height: 24px;
                min-width: 24px;
                padding: 5px;
                margin-right: 15px;
                background-image: url('../../img/svgs/check.svg');
                background-position: center;
                background-repeat: no-repeat;
                background-size: 60%;
                pointer-events: none;
                position: relative;
                top: 2px;
            }

@media (min-width: 1024px) {

.wysiwyg ul li::before {
                    top: 0
            }
                }

.wysiwyg--green ul li::before {
            background-color: #00665E;
        }

@media (min-width: 1440px) {

.wysiwyg--cols-2 ul {
                -moz-columns: 2;
                     columns: 2;
                -moz-column-break-inside: avoid;
                     break-inside: avoid-column
        }

                .wysiwyg--cols-2 ul li {
                    margin: 0;
                }
            }

.content-logos .accordion {
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
        border-bottom: 1px solid #EBE9E6;
    }

@media (min-width: 1024px) {

.content-logos .accordion {
            padding-left: 25px;
            padding-right: 25px
    }
        }

.content-logos .accordion-wrap h6 {
            font-size: 20px;
        }

@media (min-width: 1600px) {

.content-logos .accordion-wrap h6 {
                font-size: 28px
        }
            }

.content-logos .accordion-description {
            font-size: 14px;
        }

@media (min-width: 1600px) {

.content-logos .accordion-description {
                font-size: 16px
        }
            }

.content-logos .accordion i::after {
                content: '';
                display: block;
                background: url('../../img/svgs/chevron.svg') no-repeat center center;
                width: 14px;
                height: 14px;
            }

.content-logos .accordion i svg {
                display: none;
            }

.content-logos .accordion.is-active i {
                background: transparent;
            }

.accordion {
    padding: 18px 25px;
    border-radius: 12px;
    background: #EFEFEF;
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
}

@media (min-width: 1600px) {

.accordion {
        padding: 25px
}
    }

.accordion i {
        background: #fff;
        min-height: 24px;
        min-width: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

@media (min-width: 1600px) {

.accordion i {
            min-height: 36px;
            min-width: 36px
    }
        }

.accordion i svg {
            width: 12px;
            height: 12px;
            fill: #062A6B;
        }

@media (min-width: 1600px) {

.accordion i svg {
                width: 14px;
                height: 14px
        }
            }

.accordion i svg, .accordion i::after {
            transform: rotate(0deg);
            transition: all 0.2s ease;
        }

.accordion.is-active:first-of-type .accordion-description {
            max-height: unset;
        }

.accordion.is-active .accordion-description {
            opacity: 1;
            transition: max-height 0.2s ease, opacity 0.4s ease 0.2s, margin-top 0.2 ease 1s;
            margin-top: 25px;
        }

.accordion.is-active i {
            background: #062A6B;
            transition: all 0.3s ease;
        }

.accordion.is-active i svg,
            .accordion.is-active i::after {
                transition: all 0.3s ease;
                transform: rotate(180deg);
                fill: #fff;
            }

.accordion-description {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.2s ease 0.2s, opacity 0.4s ease, margin-top 0.3s ease 0.2s;
    margin-top: 0;
    color: inherit;
    font-size: inherit;
}

.accordion-description ul {
        list-style: disc;
        padding-left: 20px;
    }

.accordion-description p, .accordion-description ul, .accordion-description li {
        margin-bottom: 20px;
        color: inherit;
        font-size: 12px;
    }

@media (min-width: 1600px) {

.accordion-description p, .accordion-description ul, .accordion-description li {
            font-size: 16px
    }
        }

.accordion-description p:last-of-type, .accordion-description ul:last-of-type, .accordion-description li:last-of-type {
            margin-bottom: 0;
        }

.accordion-description a {
        color: #0F56FF;
        font-size: 12px;
    }

@media (min-width: 1600px) {

.accordion-description a {
            font-size: 16px
    }
        }

.accordion-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.accordion-wrap h6 {
        color: #010008;
        font-size: 14px;
        font-weight: 400;
        margin: 0 20px 0 0;
    }

@media (min-width: 1600px) {

.accordion-wrap h6 {
            font-size: 21px
    }
        }

.post-filters {
    padding-bottom: 20px;
}

.post-filters::-webkit-scrollbar {
        background: #fff;
        height: 2px;
    }

@media (min-width: 1024px) {

.post-filters::-webkit-scrollbar {
            display: none
    }
        }

.post-filters::-webkit-scrollbar-thumb {
        background-color: #0F56FF;
    }

.post-filters::-webkit-scrollbar-track {
        background-color: #fff;
    }

.post-filters a, .post-filters button {
        letter-spacing: normal;
        transition: all 0.3s ease;
        text-transform: capitalize;
        font-size: 14px;
        border-radius: 30px;
        padding: 6px 12px;
        background-color: #fff;
        color: #202020;
        white-space: nowrap;
    }

@media (min-width: 1600px) {

.post-filters a, .post-filters button {
            font-size: 18px
    }
        }

.post-filters a span, .post-filters button span {
            margin-left: 8px;
            font-weight: 500;
            padding: 2px 10px;
            background-color: #EFEFEF;
            border-radius: 10px;
            font-size: 12px;
        }

.post-filters a:hover, .post-filters button:hover {
            color: #0F56FF;
            text-decoration: none;
            transition: all 0.3s ease;
        }

.post-filters a.is-active, .post-filters button.is-active {
            background-color: #0F56FF;
            color: #fff;
        }

.post-filters a.is-active:hover, .post-filters button.is-active:hover {
                text-decoration: none;
            }

.post-filters a.is-active span, .post-filters button.is-active span {
                background-color: #062A6B;
                color: #fff;
            }

.loading-state {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    height: 0;
    margin: 0;

}

.loading-state.is-loading {
        opacity: 1;
        pointer-events: all;
        visibility: visible;
        height: auto;
        margin-top: 50px;
    }

@media (min-width: 1600px) {

.loading-state.is-loading {
            margin-top: 80px
    }
        }

.loading-state.is-loading i {
            animation: infinite-rotate 2s linear infinite;
        }

@keyframes infinite-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.vimeo-container iframe {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.fp-hero .vimeo-container iframe {
        width: 150%;
    }

@media (min-width: 1024px) {

.fp-hero .vimeo-container iframe {
            width: 100%
    }
        }

.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 40px;
    gap: 2px;
}

.pagination .page-numbers, .pagination .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        background: #fff;
        color: #0F56FF;;
        border-radius: 50%;
    }

.pagination .page-numbers i, .pagination .btn i {
            min-width: 45px;
            min-height: 45px;
        }

.pagination .page-numbers.current, .pagination .btn.current {
            background: #0F56FF;;
            color: #fff;
        }

.pagination .page-numbers i, .pagination .btn i {
            position: static;
            background: #fff;
        }

.pagination .page-numbers i svg path, .pagination .btn i svg path {
                fill: #0F56FF;
            }

.job-article p {
        color: #202020;
        margin-bottom: 20px;
        font-size: 14px;
    }

@media (min-width: 1600px) {

.job-article p {
            font-size: 16px
    }
        }

.job-article ul {
        list-style: disc;
        list-style-position: inside;
    }

.job-article ul li {
            color: #202020;
            margin-bottom: 20px;
            font-size: 14px;
        }

@media (min-width: 1600px) {

.job-article ul li {
                font-size: 16px
        }
            }

.job-article ul li:last-of-type {
                margin-bottom: 0;
            }

.legal-article h6 {
        margin: 25px 0;
        font-weight: 400;
        font-size: 18px;
    }

@media (min-width: 1600px) {

.legal-article h6 {
            font-size: 21px
    }
        }

.legal-article h6:first-of-type {
            margin-top: 0;
        }

.legal-article ul {
        list-style-position: outside;
        padding-left: 10px;
    }

.legal-article ul li {
            margin-bottom: 0;
        }

.legal-article p:has(+ ul),
    .legal-article p:last-of-type {
        margin-bottom: 0;
    }

.product-table {
    display: none;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: white;
    color: #ffffff;
}

@media (min-width: 1024px){

.product-table {
        display: table
}
    }

.product-table thead th {
        background-color: #1A2038;
        padding: 15px;
        text-align: center;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        overflow: hidden;
        border-left: 2px solid white;
        border-right: 2px solid white;
    }

.product-table thead th:first-of-type {
            background-color: white;
        }

.product-table tbody td {
        padding: 10px;
        text-align: center;
    }

.product-table tbody tr:nth-child(odd) {
            background-color: #0E142E;
        }

.product-table tbody tr:nth-child(even) {
            background-color: #1A2038;
        }

.product-table tbody tr:nth-child(even) td:first-of-type {
                background-color: #F3F4F8;
            }

.product-table tbody tr td {
            border-left: 2px solid white;
            border-right: 2px solid white;
        }

.product-table tbody tr:last-of-type td {
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
        }

.product-table tbody tr td:first-of-type {
        background-color: white;
        color: #202020;
        padding: 15px;
        text-align: left;
        font-weight: 700;
    }

.product-table td:first-child, .product-table th:first-child {
        text-align: left;
    }

.product-table th, .product-table td {
        border: none;
    }

.product-accordions {
    margin-top: 50px;
}

@media (min-width: 1024px){

.product-accordions {
        display: none
}
    }

.product-accordions .accordion {
        border-radius: 0;
        padding: 0;
    }

.product-accordions .accordion i {
            min-height: 36px;
            min-width: 36px;
        }

.product-accordions .accordion i svg {
                min-height: 16px;
                min-width: 16px;
            }

.product-accordions .accordion-wrap {
            padding: 12px 16px;
        }

.product-accordions .accordion-description {
            margin: 0 !important;
        }

.product-accordions .accordion-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px 16px;
            background-color: #1A2038;
        }

.product-accordions .accordion-row:nth-of-type(odd) {
                background-color: #0E142E;
    
            }

.product-accordions .accordion-row p {
                color: #fff;
                margin: 0;
            }

.product-accordions .accordion-row p:first-of-type {
                    font-weight: 500;
                }

/***************
  * Typography *
 ***************/

h1,
 .xl-title {
  line-height: 1;
  font-weight: 400;
  font-size: 30px;
 }

@media (min-width: 1600px) {

h1,
 .xl-title {
    font-size: 78px
 }
  }

h2,
 .lg-title {
  line-height: normal;
  font-weight: 500;
  font-size: 36px;
 }

@media (min-width: 1600px) {

h2,
 .lg-title {
    font-size: 64px
 }
  }

h3,
 .md-title {
  line-height: 1.4;
  font-weight: 500;
  font-size: 30px;
 }

@media (min-width: 1600px) {

h3,
 .md-title {
    font-size: 48px;
    line-height: normal
 }
  }

h4,
 .sm-title {
  line-height: 1.1;
  font-weight: 500;
  font-size: 30px;
 }

@media (min-width: 1600px) {

h4,
 .sm-title {
    font-size: 36px;
    line-height: normal
 }
  }

h5,
 .xs-title {
  line-height: 1.3;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.02em;
 }

@media (min-width: 1600px) {

h5,
 .xs-title {
    font-size: 28px
 }
  }

h6,
 .xxs-title {
  line-height: 1.2;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.4px;
 }

@media (min-width: 1600px) {

h6,
 .xxs-title {
    font-size: 24px
 }
  }

h1, h2, h3, h4, h5, h6 {
  font-family: neue-haas-grotesk-display, sans-serif;
  margin: 0 0 0.5em;
 }

/* body copy */

p, ol, ul, li, a {
  font-size: inherit;
  line-height: 1.5;
  color: rgba(32, 32, 32, 0.6);
  font-family: neue-haas-grotesk-display, sans-serif;
  letter-spacing: 0.4px;
 }

@media (min-width: 1024px) {

p, ol, ul, li, a {
    line-height: 1.75
 }
  }

p:first-of-type {
  margin-top: 0;
 }

a {
  color: var(--white);
  font-weight: 500;
 }

a:hover {
  text-decoration: underline;
 }

.wrapper {
    margin: 0 auto;
    max-width: 1440px;
    width: 90%;
}

.inline-svg {
    position: relative;
    display: block;
    width: 100%;
}

.inline-svg > svg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

.object-cover--absolute {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

.object-cover--absolute.top-center {
      -o-object-position: top center;
         object-position: top center;
    }

.object-contain--absolute {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

.object-contain--absolute.top-center {
      -o-object-position: top center;
         object-position: top center;
    }

.flip-x {
    transform: scaleX(-1);
  }

.transform-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.transformY-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

.transformX-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

.logo-marquee .swiper-wrapper {
        transition-timing-function: linear !important;
    }

.media-showcase-carousel .swiper {
    overflow: visible !important;

}

.swiper-buttons {
    display: flex;
    align-items: center;
}

.swiper-buttons .swiper-button {
        position: relative !important;
        right: unset;
        left: unset;
        top: unset;
        bottom: unset;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), #0F56FF;
        display: flex;
        align-items: center;
        justify-content: center;
    }

@media (min-width: 1600px) {

.swiper-buttons .swiper-button {
            width: 68px;
            height: 68px
    }
        }

.swiper-buttons .swiper-button i svg {
                width: 11px;
                height: 11px;
            }

.swiper-buttons .swiper-button i svg path {
                    fill: white;
                }

.swiper-buttons .swiper-button:after {
            display: none;
        }

.swiper-pagination p, .swiper-pagination span {
        font-size: 14px;
    }

@media (min-width: 1600px) {

.swiper-pagination p, .swiper-pagination span {
            font-size: 16px
    }
        }

.swiper-pagination-fraction {
        top: 0 !important;
    }

.swiper-pagination-bullet {
        margin: 0 2px !important;
    }

.single-product-hero .swiper-pagination .swiper-pagination-bullet {
        width: 33.33%;
        height: 2px;
        border-radius: 5px;
        margin: 0 !important;
    }

.testimonial-slider .swiper-pagination-bullet {
        background-color: white;
        opacity: 1;
    }

.testimonial-slider .swiper-pagination-bullet-active {
            background-color: #0F56FF;
        }

.btn {
    display: inline-flex;
    align-items: center;
    height: 56px;
    transition: all 0.3s ease;
}

@media (min-width: 1600px) {

.btn {
        height: 68px
}
    }

.btn:hover,
    .btn:focus {
        transition: all 0.3s ease;
        text-decoration: none;
    }

.btn:hover span, .btn:focus span {
            transition: all 0.3s ease;
            background: #EFEFEF;
            color: #0F56FF;
        }

.btn:hover i, .btn:focus i {
            transition: all 0.3s ease;
            background: #EFEFEF;
        }

.btn:hover i svg path,.btn:focus i svg path{
                transition: all 0.3s ease;
                fill: #0F56FF;
            }

.btn.w-full span {
            width: 100%;
        }

@media (min-width: 768px) {

.btn.w-full span {
                width: auto
        }
            }

.btn span {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), #0F56FF;
        min-height: 100%;
        border-radius: 130px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 32px;
        color: white;
        font-size: 18px;
        font-weight: 500;
        transition: all 0.3s ease;
    }

@media (min-width: 1600px) {

.btn span {
            font-size: 20px
    }
        }

.btn i {
        min-width: 56px;
        min-height: 56px;
        border-radius: 50%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), #0F56FF;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        left: -5px;
        transition: all 0.3s ease;
    }

@media (min-width: 1600px) {

.btn i {
            min-width: 68px;
            min-height: 68px
    }
        }

.btn i svg {
            width: 11px;
            height: 11px;
        }

.btn i svg path {
                fill: white;
                transition: all 0.3s ease;
            }

.btn--flipped {
        height: 40px;
    }

@media (min-width: 1024px) {

.btn--flipped {
            height: 56px
    }
        }

@media (min-width: 1600px) {

.btn--flipped {
            height: 68px
    }
        }

.btn--flipped span {
            position: relative;
            left: -5px;
            font-size: 14px;
        }

@media (min-width: 1600px) {

.btn--flipped span {
                font-size: 20px
        }
            }

.btn--flipped i {
            left: 0px;
            width: 40px;
            min-width: 40px;
            min-height: 40px;
        }

@media (min-width: 1024px) {

.btn--flipped i {
                min-width: 56px;
                min-height: 56px
        }
            }

@media (min-width: 1600px) {

.btn--flipped i {
                min-width: 68px;
                min-height: 68px
        }
            }

.btn--grey span {
            background: #EFEFEF;
            color: #0F56FF;
        }

.btn--grey i {
            background: #EFEFEF;
        }

.btn--grey i svg path{
                fill: #0F56FF;
            }

.btn--grey:hover span, .btn--grey:focus span {
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), #0F56FF;
                color: #fff;
            }

.btn--grey:hover i, .btn--grey:focus i {
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), #0F56FF;
            }

.btn--grey:hover i svg path,.btn--grey:focus i svg path{
                    fill: #fff;
                }

.btn--green span {
            background: #00665E;
        }

.btn--green i {
            background: #00665E;
        }

.btn.external-link i svg {
                width: 16px;
                height: 16px;
            }

.btn-icon {
    display: block;
    width: 48px;
    height: 48px;
    padding: 12px;
    border-radius: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), #0F56FF;
}

@media (min-width: 1024px) {

.btn-icon {
        width: 32px;
        height: 32px;
        padding: 10px
}
    }

@media (min-width: 1600px) {

.btn-icon {
        width: 48px;
        height: 48px;
        padding: 12px
}
    }

.btn-icon svg path{
        fill: white;
    }

.card-btn {
    display: flex;
    align-items: center;
}

.card-btn span {
        min-height: 100%;
        border-radius: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #062A6B;
        font-size: 18px;
        font-weight: 500;
    }

@media (min-width: 1600px) {

.card-btn span {
            font-size: 20px
    }
        }

.card-btn i {
        width: 30px;
        height: 30px;
        min-height: 100%;
        border-radius: 50%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), #0F56FF;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
    }

.card-btn i svg {
            width: 11px;
        }

.card-btn i svg path {
                fill: #fff;
            }

.single-job-hero .btn--flipped {
        height: 56px;
    }

@media (min-width: 1600px) {

.single-job-hero .btn--flipped {
            height: 68px
    }
        }

.single-job-hero .btn--flipped i {
            left: 0px;
            width: 56px;
            min-width: 56px;
            min-height: 56px;
        }

@media (min-width: 1600px) {

.single-job-hero .btn--flipped i {
                min-width: 68px;
                min-height: 68px
        }
            }

@media (min-width: 1024px) {

.post-card.is-large {
            position: relative;
            grid-column: span 3;
            flex-direction: row-reverse
    }

.post-card.is-large .post-content {
                position: static;
                padding: 40px
        }
        }

@media (min-width: 1600px) {

.post-card.is-large .post-content {
                padding: 80px
        }
            }

@media (min-width: 1024px) {

.post-card.is-large .post-content h5 {
                    font-size: 24px
            }
                }

@media (min-width: 1600px) {

.post-card.is-large .post-content h5 {
                    font-size: 36px
            }

.post-card.is-large .post-content .post-description {
                    font-size: 21px
            }
                }

@media (min-width: 1024px) {

.post-card.is-large .post-image {
                padding-bottom: 0;
                height: 100%
        }
            }

.content-switcher-image {
        display: none;
    }

.content-switcher-image.is-active {
            display: block;
        }

.content-switcher-item {
        position: relative;
        padding-left: 30px;
        margin-bottom: 30px;
        cursor: pointer;
        padding-bottom: 30px;
        border-bottom: 1px solid #EFEFEF;
    }

@media (min-width: 1024px) {

.content-switcher-item {
            margin-bottom: 20px;
            padding-bottom: 0;
            border-bottom: none
    }
        }

@media (min-width: 1600px) {

.content-switcher-item {
            padding-left: 36px;
            margin-bottom: 40px;
            padding-bottom: 0
    }
        }

.content-switcher-item:before {
            content: '';
            opacity: 0;
            position: absolute;
            width: 5px;
            height: calc(100% - 30px);
            top: 0;
            left: 0;
            background-color: #0F56FF;
            border-radius: 10px;
            transition: all 0.3s ease;
            transform-origin: center;
        }

@media (min-width: 1024px) {

.content-switcher-item:before {
                height: 100%
        }
            }

.content-switcher-item p {
            opacity: 0;
            max-height: 0;
            pointer-events: none;
            transition: all 0.3s ease;
        }

.content-switcher-item.is-active {
            margin-bottom: 30px;
        }

.content-switcher-item.is-active h5 {
                color: #0F56FF;
            }

.content-switcher-item.is-active p {
                opacity: 1;
                max-height: 100%;
                pointer-events: all;
                transition: all 0.3s ease;
            }

.content-switcher-item.is-active:before {
                opacity: 1;
                transition: all 0.3s ease;
            }

.content-tabs-underline {
        height: 2px;
        width: 100%;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: -1px;
        z-index: 1;
    }

.content-tabs-tabline {
        height: 2px;
        width: 100px;
        background-color: #0FD7FF;
        position: absolute;
        left: 0;
        bottom: -1px;
        z-index: 2;
        transition: all 0.3s ease
    }

.content-tabs-tab {
        cursor: pointer;
        white-space: nowrap;
        padding-bottom: 5px;
    }

.content-tabs-tab.is-active {
            color: #0FD7FF;
            position: relative;
        }

.content-tabs-tab.is-active::after {
                content: '';
                display: block;
                position: absolute;
                background-color: #0FD7FF;
                z-index: 2;
                left: 0;
                bottom: -1px;
                height: 1px;
                width: 100%;
            }

.content-tabs-content {
        display: none;
    }

.content-tabs-content.is-active {
            display: flex;
        }

.content-tabs-item {
        position: relative;
        padding-left: 36px;
        margin-bottom: 40px;
        cursor: pointer;
    }

.content-tabs-item:before {
            content: '';
            opacity: 0;
            position: absolute;
            width: 5px;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #0F56FF;
            border-radius: 10px;
            transition: all 0.3s ease;
            transform-origin: center;
        }

.content-tabs-item p {
            opacity: 0;
            max-height: 0;
            pointer-events: none;
            transition: all 0.3s ease;
        }

.brand-banner-box::after {
              background: linear-gradient(180deg, #0E142E 51%, rgba(14, 20, 46, 0.00) 99.44%);
        }

@media (min-width: 1024px) {

.brand-banner-box::after {
                background: linear-gradient(90deg, #0E142E 51%, rgba(14, 20, 46, 0.00) 99.44%)
        }
            }

.brand-banner-box--green::after {
                background: linear-gradient(180deg, #4D7F71 51%, rgba(77, 127, 113, 0) 99.44%);
            }

@media (min-width: 1024px) {

.brand-banner-box--green::after {
                    background: linear-gradient(90deg, #4D7F71 51%, rgba(77, 127, 113, 0) 99.44%)
            }
                }

.header {
    position: fixed;
    z-index: 50;
    top: 17.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px;
    transition: all 0.3s ease;
}

@media (min-width: 1600px) {

.header {
        top: 42px;
        padding: 0 30px
}
    }

@media (min-width: 1920px) {

.header {
        padding: 0 40px
}
    }

.header__logo img:nth-of-type(2) {
                display: none;
            }

.header a:hover {
        text-decoration: none;
    }

@media (max-width: 1023px) {

.header.search-is-open {
            top: 0;
            height: 70px;
            padding: 10px 20px;
            background-color: #fff;
            transition: all 0.3s ease

    }

.header.search-is-open .header__logo {
                display: none
        }

.header.search-is-open .nav {
                padding: 0
        }

.header.search-is-open .nav .search-bar {
                    transition: none !important
            }

.header.search-is-open .nav .search-bar.is-open {
                        transition: none !important;
                        width: calc(100vw - 40px);
                        margin: 0 !important
                }

.header.search-is-open .nav .search-bar.is-open .search-input {
                            padding: 16px 20px 16px 50px !important;
                            background-color: #fff
                    }

.header.search-is-open .nav .search-bar.is-open .search-toggle {
                            margin-left: 0;
                            background-color: #fff
                    }

.header.search-is-open .nav .search-bar.is-open .search-close {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            background-color: #EFEFEF;
                            border-radius: 50%;
                            width: 34px;
                            height: 34px;
                            position: relative;
                            z-index: 2;
                            margin-left: auto
                    }
        
                            .header.search-is-open .nav .search-bar.is-open .search-close svg {
                                width: 16px;
                                fill: #062A6B;
                            }

.header.search-is-open .nav .search-results {
                    width: 100vw;
                    left: -20px;
                    border-radius: 0;
                    transition: none !important
            }

.header.search-is-open .nav .search-results.is-open {
                        transition: none !important
                }

.header.search-is-open .nav .mobile-toggle {
                    display: none !important

            }
        }

.header.is-open,
    .header.is-scrolled {
        top: 0;
        padding: 10px 20px;
        background-color: #fff;
        transition: all 0.3s ease;
    }

.header.is-open .header__logo img:nth-of-type(1), .header.is-scrolled .header__logo img:nth-of-type(1) {
                    display: none;
                }

.header.is-open .header__logo img:nth-of-type(2), .header.is-scrolled .header__logo img:nth-of-type(2) {
                    display: block;
                }

.header.is-open .nav, .header.is-scrolled .nav {
            background-color: #EFEFEF;
        }

.header.is-open .nav .search-bar .search-toggle,
            .header.is-open .nav .mobile-toggle,
            .header.is-scrolled .nav .search-bar .search-toggle,
            .header.is-scrolled .nav .mobile-toggle {
                background-color: #fff;
            }

.header .nav {
        display: flex;
        background-color: #fff;
        border-radius: 70px;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 8px 12px;
    }

@media (min-width: 1024px) {

.header .nav {
            padding: 0px 20px;
            min-height: 50px
    }
        }

@media (min-width: 1440px) {

.header .nav {
            padding: 0px 8px 0px 20px
    }
        }

@media (min-width: 1600px) {

.header .nav {
            padding: 0px 12px 0px 28px
    }
        }

@media (min-width: 1920px) {

.header .nav {
            padding: 0px 12px 0px 36px;
            min-height: 68px
    }
        }

.header .nav .search-bar {
            display: flex;
            align-items: center;
            position: relative;
            width: 46px;
            height: 46px;
            margin: 0 10px 0 0 !important;
        }

@media (min-width: 1024px) {

.header .nav .search-bar {
                transition: width 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955);
                display: none
        }
            }

@media (min-width: 1440px) {

.header .nav .search-bar {
                display: flex;
                margin: 0 0 0 24px !important
        }
            }

@media (min-width: 1600px) {

.header .nav .search-bar {
                width: 52px;
                height: 52px
        }
            }

@media (min-width: 1024px) {

.header .nav .search-bar.is-open {
                    width: 300px;
                    /* margin: 0 10px 0 0 !important; */
                    transition: width 0.35s cubic-bezier(0.455, 0.03, 0.515, 0.955)
            }
                }

.header .nav .search-bar.is-open .search-input {
                    padding: 16px 60px 16px 20px !important;
                    background-color: #fff;
                    background-color: #EFEFEF;
                }

.header .nav .search-bar .search-input {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 46px;
                min-height: unset !important;
                border-radius: 50%;
                background-color: #EFEFEF;
                color: #062A6B !important;
                font-weight: 400 !important;
            }

@media (min-width: 1600px) {

.header .nav .search-bar .search-input {
                    height: 52px
            }
                }

.header .nav .search-bar .search-input::-moz-placeholder {
                    font-weight: 400;
                }

.header .nav .search-bar .search-input::placeholder {
                    font-weight: 400;
                }

.header .nav .search-bar .search-input:focus{
                    border: none;
                    outline: none;
                }

.header .nav .search-bar .search-toggle {
                width: 46px;
                height: 46px;
                min-height: 100%;
                border-radius: 50%;
                background-color: #EFEFEF;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                z-index: 2;
                margin-left: auto;
            }

@media (min-width: 1600px) {

.header .nav .search-bar .search-toggle {
                    width: 52px;
                    height: 52px
            }
                }

.header .nav .search-bar .search-toggle svg {
                    width: 22px;
                    fill: #062A6B;
                }

.header .nav .search-bar .search-close {
                display: none;
            }

.header .nav .search-results {
            position: absolute;
            top: 100%;
            right: 12px;
            width: 300px;
            background-color: #fff;
            border-radius: 20px;
            overflow: hidden;
            transition: all 0.35s ease;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
        }

@media (min-width: 1024px) {

.header .nav .search-results {
                transition: all 0.35s ease
        }
            }

.header .nav .search-results.is-open {
                opacity: 1;
                visibility: visible;
                pointer-events: all;
            }

@media (min-width: 1024px) {

.header .nav .search-results.is-open {
                    transition: all 0.35s ease
            }
                }

.header .nav .search-results ul li {
                padding: 15px 20px;
                cursor: pointer;
                transition: all 0.3s ease;
                background-color: #fff;
            }

.header .nav .search-results ul li:hover {
                    background-color: #EFEFEF;
                    transition: all 0.3s ease;
                }

.header .nav .search-results ul li a {
                    display: flex;
                    align-items: center;
                    color: #202020;
                    font-weight: 400;
                }

.header .nav .search-results ul li a:hover {
                        text-decoration: none;
                    }

.header .nav .search-results ul li .thumbnail {
                    display: inline-block;
                    position: relative;
                    min-width: 34px;
                    height: 34px;
                    border-radius: 50%;
                    overflow: hidden;
                    margin-right: 10px;
                }

.header .nav .mobile-toggle {
            width: 46px;
            height: 46px;
            min-height: 100%;
            border-radius: 50%;
            background-color: #EFEFEF;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 2;
            margin-left: auto;
        }

@media (min-width: 1024px) {

.header .nav .mobile-toggle {
                display: none
        }
            }

.header .nav .mobile-toggle.is-open span {
                    background: transparent;
                }

.header .nav .mobile-toggle.is-open span:before {
                        transform: rotate(45deg);
                    }

.header .nav .mobile-toggle.is-open span:after {
                        transform: rotate(-45deg);
                    }

.header .nav .mobile-toggle span {
                display: block;
                width: 18px;
                height: 2px;
                background-color: #062A6B;
            }

.header .nav .mobile-toggle span::before,
            .header .nav .mobile-toggle span::after {
                content: '';
                position: absolute;
                display: block;
                width: 18px;
                height: 2px;
                background-color: #062A6B;
                transition: transform 0.2s ease-in-out;
            }

.header .nav .mobile-toggle span::before {
                transform: translateY(-5px);
            }

.header .nav .mobile-toggle span::after {
                transform: translateY(5px);
            }

.header .nav .header-nav {
            display: none;
        }

@media (min-width: 1024px) {

.header .nav .header-nav {
                display: flex;
                align-items: center
        }

.header .nav .header-nav > .menu-item {
                    margin: 0 8px;
                    padding: 16px 0
            }
            }

@media (min-width: 1600px) {

.header .nav .header-nav > .menu-item {
                    margin: 0 14px;
                    padding: 22px 0
            }
                }

.header .nav .header-nav > .menu-item.is-open .submenu {
                        opacity: 1;
                        visibility: visible;
                        pointer-events: all;
                        transition: all 0.3s ease;
                    }

.header .nav .header-nav > .menu-item.is-open.menu-item--has-children::before {
                            display: block;
                        }

.header .nav .header-nav > .menu-item.is-open .menu-item-parent > i {
                        transform: rotate(180deg);
                        transition: all 0.3s ease;
                    }

@media (min-width: 1024px) {

.header .nav .header-nav > .menu-item:first-of-type {
                        margin: 0 8px 0 0
                }
                    }

@media (min-width: 1600px) {

.header .nav .header-nav > .menu-item:first-of-type {
                        margin: 0 14px 0 0
                }
                    }

@media (min-width: 1024px) {

.header .nav .header-nav > .menu-item:last-of-type {
                        margin: 0 0 0 8px
                }
                    }

@media (min-width: 1600px) {

.header .nav .header-nav > .menu-item:last-of-type {
                        margin: 0 0 0 14px
                }
                    }

.header .nav .header-nav > .menu-item--has-children {
                    display: flex;
                    align-items: center;
                }

/* position: relative; */

.header .nav .header-nav > .menu-item--has-children::before {
                        content: '';
                        display: none;
                        height: 40px;
                        width: 100%;
                        position: absolute;
                        top: 100%;
                        left: 0;
                        background-color: transparent;
                    }

.header .nav .header-nav > .menu-item--has-children.products .submenu {
                            width: 70vw;
                            padding: 30px 16px;
                        }

@media (min-width: 1600px) {

.header .nav .header-nav > .menu-item--has-children.products .submenu {
                                padding: 50px
                        }
                            }

.header .nav .header-nav > .menu-item--has-children.products .submenu::before {
                                width: 100%;
                                height: 90%;
                                border-radius: 30px;
                            }

.header .nav .header-nav > .menu-item--has-children.products .submenu::after {
                                width: 80%;
                                height: 100%;
                                border-radius: 30px;
                            }

.header .nav .header-nav > .menu-item--has-children.products .submenu .corner-piece {
                                right: calc(20% - 39px);
                                bottom: calc(10% - 40px);
                            }

.header .nav .header-nav > .menu-item--has-children.products .submenu > .menu-item {
                                width: 25%;
                            }

.header .nav .header-nav > .menu-item--has-children.products .submenu > .menu-item .menu-item-wrap {
                                    margin: 0 12px;
                                }

@media (min-width: 1600px) {

.header .nav .header-nav > .menu-item--has-children.products .submenu > .menu-item .menu-item-wrap {
                                        margin: 0 30px
                                }
                                    }

.header .nav .header-nav > .menu-item--has-children.products .submenu > .menu-item:first-of-type .menu-item-wrap {
                                    margin: 0 12px 0 0;
                                }

@media (min-width: 1600px) {

.header .nav .header-nav > .menu-item--has-children.products .submenu > .menu-item:first-of-type .menu-item-wrap {
                                        margin: 0 30px 0 0
                                }
                                    }

.header .nav .header-nav > .menu-item--has-children.products .submenu > .menu-item:last-of-type .menu-item-wrap {
                                    margin: 0 0 0 12px;
                                }

@media (min-width: 1600px) {

.header .nav .header-nav > .menu-item--has-children.products .submenu > .menu-item:last-of-type .menu-item-wrap {
                                        margin: 0 0 0 30px
                                }
                                    }

.header .nav .header-nav > .menu-item > a {
                    line-height: 1;
                    font-size: 14px;
                }

@media (min-width: 1600px) {

.header .nav .header-nav > .menu-item > a {
                        font-size: 20px
                }
                    }

.header .nav .header-nav > .menu-item a {
                    font-weight: 500;
                    color: #202020;
                    font-size: 14px;
                }

@media (min-width: 1600px) {

.header .nav .header-nav > .menu-item a {
                        font-size: 20px
                }
                    }

.header .nav .header-nav > .menu-item .menu-item-parent {
                    display: flex;
                    align-items: center;
                }

.header .nav .header-nav > .menu-item .menu-item-parent a {
                        font-weight: 500;
                        color: #202020;
                        font-size: 14px;
                    }

@media (min-width: 1600px) {

.header .nav .header-nav > .menu-item .menu-item-parent a {
                            font-size: 20px
                    }
                        }

.header .nav .header-nav > .menu-item .menu-item-parent i {
                        margin-left: 5px;
                        transition: all 0.3s ease;
                    }

@media (min-width: 1024px) {

.header .nav .header-nav > .menu-item .menu-item-parent i svg {
                                width: 10px
                        }
                            }

@media (min-width: 1600px) {

.header .nav .header-nav > .menu-item .menu-item-parent i svg {
                                width: 100%
                        }
                            }

.header .nav .header-nav > .menu-item .submenu {
                    display: flex;
                    position: absolute;
                    left: 50%;
                    transform: translateX(-50%);
                    top: calc(100% + 40px);
                    background: transparent;
                    border-radius: 30px;
                    overflow: hidden;
                    min-width: 650px;
                    padding: 25px 30px;
                    opacity: 0;
                    visibility: hidden;
                    pointer-events: none;
                    transition: all 0.3s ease;
                }

@media (min-width: 1600px) {

.header .nav .header-nav > .menu-item .submenu {
                        padding: 36px 49px;
                        min-width: 800px
                }
                    }

.header .nav .header-nav > .menu-item .submenu::before {
                        content: '';
                        display: block;
                        position: absolute;
                        top: 0;
                        right: 0;
                        width: 100%;
                        height: 85%;
                        background-color: #fff;
                        border-radius: 15px;
                        overflow: hidden;
                        z-index: -1;
                    }

.header .nav .header-nav > .menu-item .submenu::after {
                        content: '';
                        display: block;
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 90%;
                        height: 100%;
                        background-color: #fff;
                        border-radius: 15px;
                        overflow: hidden;
                        z-index: -1;
                    }

.header .nav .header-nav > .menu-item .submenu .corner-piece-small {
                        right: calc(10% - 10px);
                        bottom: calc(15% - 12px);
                    }

@media (min-width: 1600px) {

.header .nav .header-nav > .menu-item .submenu .corner-piece-small {
                            right: calc(10% - 12px)
                    }
                        }

.header .nav .header-nav > .menu-item .submenu > .menu-item {
                        width: 50%;
                    }

.header .nav .header-nav > .menu-item .submenu > .menu-item .grand-children .card-btn span {
                                    font-size: 14px !important;
                                }

@media (min-width: 1600px) {

.header .nav .header-nav > .menu-item .submenu > .menu-item .grand-children .card-btn span {
                                        font-size: 18px !important
                                }
                                    }

.header .nav .header-nav > .menu-item .submenu > .menu-item .grand-children .card-btn i {
                                    width: 24px;
                                    height: 24px;
                                }

@media (min-width: 1600px) {

.header .nav .header-nav > .menu-item .submenu > .menu-item .grand-children .card-btn i {
                                        width: 30px;
                                        height: 30px
                                }
                                    }

.header .nav .header-nav > .menu-item .submenu > .menu-item .grand-children .card-btn i svg {
                                        width: 9px;
                                    }

@media (min-width: 1600px) {

.header .nav .header-nav > .menu-item .submenu > .menu-item .grand-children .card-btn i svg {
                                            width: 11px
                                    }
                                        }

@media (min-width: 1024px) {

.header .nav .header-nav .menu-item-heading {
                    display: none
            }
                }

.header .btn {
        display: none;
    }

@media (min-width: 1440px) {

.header .btn {
            display: inline-block
    }
        }

.responsive-menu {
    background-color: #fff;
    position: fixed;
    z-index: 100;
    top: 82px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 82px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(0);
    padding: 0 20px;
    overflow-y: auto;
}

.responsive-menu.is-open {
        transition: all 0.3s ease;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

.responsive-menu .menu-item {
        padding: 20px 0;
        border-bottom: 1px solid #EFEFEF;

    }

.responsive-menu .menu-item a:not(.btn, .card-btn) {
            color: #062A6B;
        }

.responsive-menu .menu-item .grand-children li {
                margin: 0;
            }

.responsive-menu .menu-item .grand-children li a {
                    display: flex;
                    align-items: flex-start;
                    flex-direction: column;
                    font-weight: 500;
                    font-size: 16px;
                }

.responsive-menu .menu-item .grand-children li a p {
                        font-size: 14px;
                    }

.responsive-menu .menu-item .grand-children > .card-btn, .responsive-menu .menu-item .grand-children > .card-btn > i {
                display: flex !important;
            }

.responsive-menu .menu-item .submenu,
        .responsive-menu .menu-item .grand-children {
            background-color: #fff;
            position: fixed;
            z-index: 200;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: all 0.3s ease;
            transform: translateX(100%);
            padding: 0 20px;
            list-style: none;
            overflow-y: auto;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

.responsive-menu .menu-item .submenu.is-visible, .responsive-menu .menu-item .grand-children.is-visible {
                opacity: 1;
                visibility: visible;
                pointer-events: all;
                transition: all 0.3s ease;
                transform: translateX(0);
            }

.responsive-menu .menu-item .submenu .menu-item-heading, .responsive-menu .menu-item .grand-children .menu-item-heading {
                display: flex;
                align-items: center;
                color: #062A6B;
                background-color: #EFEFEF;
                font-weight: 500;
                padding: 20px;
                margin: 0 -20px;
            }

.responsive-menu .menu-item .submenu .menu-item-heading::before, .responsive-menu .menu-item .grand-children .menu-item-heading::before {
                    content: '';
                    display: inline-block;
                    background: url('../../img/svgs/angle-down.svg') no-repeat center center;
                    transform: rotate(90deg);
                    width: 12px;
                    height: 12px;
                    margin-right: 20px;
                }

.responsive-menu .menu-item .submenu .menu-item--has-grand-children, .responsive-menu .menu-item .grand-children .menu-item--has-grand-children {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

.responsive-menu .menu-item .submenu .menu-item--has-grand-children::after, .responsive-menu .menu-item .grand-children .menu-item--has-grand-children::after {
                    content: '';
                    display: inline-block;
                    background: url('../../img/svgs/angle-down.svg') no-repeat center center;
                    transform: rotate(-90deg);
                    width: 12px;
                    height: 12px;
                }

.responsive-menu .menu-item .submenu .menu-item-wrap .card-btn, .responsive-menu .menu-item .grand-children .menu-item-wrap .card-btn {
                display: none;
            }

.responsive-menu .menu-item-parent {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #062A6B;
    }

.responsive-menu .menu-item-parent svg {
            width: 12px;
            height: 12px;
            transform: rotate(-90deg);
        }

.footer::before {
        content: '';
        display: block;
        position: absolute;
        bottom: -100%;
        right: -40%;
        animation: morph 6s ease-in-out infinite, moveBefore 20s linear infinite;
        background: linear-gradient(45deg, rgba(15, 215, 255, 0) 20%, #0F56FF 100%);
        border-radius: 90% 40% 60% 70% / 60% 60% 70% 70%;
        height: 1200px;
        transition: all 1s ease-in-out;
        width: 1200px;
        z-index: 1;
        filter: blur(100px);
    }

@media (min-width: 1024px) {

.footer::before {
            bottom: -200%
    }
        }

@media (min-width: 1600px) {

.footer::before {
            bottom: -120%
    }
        }

.footer__nav .footer-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        margin: 40px 0;
    }

@media (min-width: 1024px) {

.footer__nav .footer-menu {
            margin: 0;
            grid-template-columns: repeat(3, 1fr)
    }
        }

.footer__nav .footer-menu > li:last-of-type {
                grid-column: span 2;
            }

@media (min-width: 1024px) {

.footer__nav .footer-menu > li:last-of-type {
                    grid-column: span 1
            }
                }

.footer__nav .footer-menu > li a {
                color: #fff;
                font-size: 14px;
                display: inline;
            }

.footer__nav .footer-menu > li a:hover {
                    text-decoration: none;
                    color: #0FD7FF;
                    transition: all 0.3s ease;
                }

@media (min-width: 1024px) {

.footer__nav .footer-menu > li a {
                    margin-bottom: 10px
            }
                }

@media (min-width: 1600px) {

.footer__nav .footer-menu > li a {
                    margin-bottom: 20px;
                    font-size: 21px
            }
                }

.footer__nav .footer-menu > li > a {
                font-size: 14px;
                font-weight: 600;
                display: inline-block;
                pointer-events: none;
            }

@media (min-width: 1600px) {

.footer__nav .footer-menu > li > a {
                     font-size: 18px
            }
                }

.footer__nav .footer-menu > li .sub-menu li {
                    margin: 10px 0;

                    /* @screen l {
                        margin: 0;
                    } */
                }

.footer__legal ul {
        display: flex;
        align-items: center;
    }

.footer__legal ul li {
            margin-right: 20px;
            line-height: 1.5;
        }

.footer__legal ul li a {
                color: #fff;
                font-size: 14px;
            }

.footer__legal ul li a:hover {
                    text-decoration: none;
                    color: #0FD7FF;
                    transition: all 0.3s ease;
                }

@media (min-width: 1600px) {

.footer__legal ul li a {
                    font-size: 21px
            }
               }

@keyframes moveBefore {
    0% {
      transform: translate(0);
    }
    50% {
      transform: translate(-60vw, 100px);
    }
    100% {
      transform: translate(0);
    }
}

@media (min-width: 1600px) {
    @keyframes moveBefore {
        0% {
          transform: translate(0);
        }
        50% {
          transform: translate(-60vw, 300px);
        }
        100% {
          transform: translate(0);
        }
    }
}

@keyframes morph {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 31% 70% 40%;
    } 
    40% {
        border-radius: 50% 100% 40% 60% / 55% 10% 35% 50%;
    }
    80% {
        border-radius: 70% 30% 50% 50% / 45% 55% 65% 35%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 32% 70% 40%;
    } 
}

form {
    margin-top: 10px !important;
}

@media (min-width: 1024px) {

form {
        margin-top: 50px !important
}
    }

form .gfield {
        position: relative !important;
    }

form .gfield.is-floating label {
                font-size: 12px !important;
                top: 6px !important;
                transition: all 0.3s ease;
            }

form label:not(.gfield_consent_label) {
        position: absolute !important;
        top: 16px !important;
        left: 20px !important;
        font-size: 14px !important;
        margin: 0 !important;
        gap: 0 !important;
        color: #202020 !important;
        letter-spacing: 0.28px !important;
        transition: all 0.3s ease;
    }

@media (min-width: 1024px) {

form label:not(.gfield_consent_label) {
            top: 20px !important
    }
        }

form .gfield_consent_label {
        color: #fff !important;
        letter-spacing: 1px;
    }

form .gfield_consent_label a {
            color: #0FD7FF !important;
            text-decoration: underline !important;
        }

form .gfield_required span {
            display: none;
        }

form .gfield_required::after {
            content: '*';
            display: block;
            color: #202020;
            font-size: 14px;
        }

form .ginput_container_consent {
        display: flex !important;
        align-items: flex-start;
    }

@media (min-width: 1024px) {

form .ginput_container_consent {
            align-items: center
    }
        }

form .ginput_container_consent input {
            position: relative;
            top: 2px;
        }

@media (min-width: 768px) {

form .ginput_container_consent input {
                top: 2px
        }
            }

form .ginput_container_consent label {
            font-size: 14px !important;
        }

@media (min-width: 1024px) {

form .ginput_container_consent label {
                font-size: 16px !important
        }
            }

form .ginput_container_consent .gfield_required {
            display: none !important;
        }

form input:not(input[type="checkbox"]),
    form select {
        padding: 16px 20px !important;
        border-radius: 590px !important;
        min-height: 52px !important;
        letter-spacing: 0.28px !important;
    }

@media (min-width: 1024px) {

form input:not(input[type="checkbox"]),
    form select {
            min-height: 60px !important
    }
        }

form input:not(input[type="checkbox"]):focus, form select:focus {
            border-color: #0FD7FF !important;
            outline-color: #0FD7FF !important;
        }

form input:not(input[type="checkbox"]) {
        font-weight: 600 !important;
    }

form input[type="checkbox"] {
        border-radius: 50% !important;
        min-width: 20px !important;
    }

form select {
        display: flex !important;
        align-items: center !important;
        line-height: 1 !important;
    }

form textarea {
        padding: 16px 20px !important;
        border-radius: 24px !important;
    }

form .btn {
        display: flex !important;
        align-items: center !important;
        height: 56px !important;
        background-color: transparent !important;
        gap: 0 !important;
        padding: 0 !important;
    }

@media (min-width: 1024px) {

form .btn {
            height: 68px !important
    }
        }

form .btn i svg path {
                    fill: white !important;
                    all: revert-layer !important;
                }

form .gfield--type-fileupload .gfield_label {
            z-index: 5 !important;
            pointer-events: none;
            top: 50% !important;
            left: 50% !important;
            transform: translate(-50%, -50%) !important;
        }

form .gfield--type-fileupload .gfield_label::before {
                content: '';
                display: block;
                width: 16px;
                height: 20px;
                background: url('../../img/svgs/file-download.svg') no-repeat center center;
                position: absolute;
                top: -30px;
                left: 50%;
                transform: translateX(-50%);
                pointer-events: none;
            }

form .gfield--type-fileupload input[type="file"] {
            min-height: 170px !important;
            position: relative !important;
            cursor: pointer;
            border-radius: 20px !important;
        }

form .gfield--type-fileupload .ginput_container_fileupload::after {
                content: '';
                background-color: white;
                height: 100%;
                width: 100%;
                position: absolute;
                pointer-events: none;
                top: 0;
                left: 0;
                display: block;
                border-radius: 20px !important;
            }

form .gfield--type-fileupload #gfield_upload_rules_2_14,
        form .gfield--type-fileupload #gfield_upload_rules_2_15 {
            display: none !important;
        }

.gform-theme--foundation .gform_fields {
        row-gap: 20px !important;
    }

.form-block.bg-brand-light-blue form .gfield_consent_label {
        color: #202020 !important;
    }

.form-block.bg-brand-light-blue form input, .form-block.bg-brand-light-blue form select, .form-block.bg-brand-light-blue form textarea {
        border: none !important;
    }

.container {
  width: 100%;
}

@media (min-width: 320px) {

  .container {
    max-width: 320px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}

@media (min-width: 1600px) {

  .container {
    max-width: 1600px;
  }
}

@media (min-width: 1920px) {

  .container {
    max-width: 1920px;
  }
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.-bottom-20 {
  bottom: -20px;
}

.bottom-0 {
  bottom: 0;
}

.bottom-10 {
  bottom: 10px;
}

.bottom-15 {
  bottom: 15px;
}

.bottom-20 {
  bottom: 20px;
}

.bottom-30 {
  bottom: 30px;
}

.bottom-\[calc\(100\%\+58px\)\] {
  bottom: calc(100% + 58px);
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0;
}

.left-1\/2 {
  left: 50%;
}

.left-150 {
  left: 150px;
}

.left-170 {
  left: 170px;
}

.left-245 {
  left: 245px;
}

.left-5 {
  left: 5px;
}

.left-60 {
  left: 60px;
}

.left-70 {
  left: 70px;
}

.left-\[calc\(100\%-4\.5px\)\] {
  left: calc(100% - 4.5px);
}

.left-\[unset\] {
  left: unset;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0;
}

.right-15 {
  right: 15px;
}

.right-150 {
  right: 150px;
}

.right-20 {
  right: 20px;
}

.right-45 {
  right: 45px;
}

.right-70 {
  right: 70px;
}

.right-80 {
  right: 80px;
}

.right-full {
  right: 100%;
}

.top-0 {
  top: 0;
}

.top-1\/2 {
  top: 50%;
}

.top-120 {
  top: 120px;
}

.top-40 {
  top: 40px;
}

.top-5 {
  top: 5px;
}

.top-50 {
  top: 50px;
}

.top-60 {
  top: 60px;
}

.top-\[40\%\] {
  top: 40%;
}

.top-\[unset\] {
  top: unset;
}

.top-full {
  top: 100%;
}

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

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

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

.z-\[2\] {
  z-index: 2;
}

.-mx-\[5\.5\%\] {
  margin-left: -5.5%;
  margin-right: -5.5%;
}

.mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.mx-9 {
  margin-left: 9px;
  margin-right: 9px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-5 {
  margin-left: 5px;
}

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

.mr-10 {
  margin-right: 10px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-14 {
  margin-right: 14px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-8 {
  margin-right: 8px;
}

.mr-80 {
  margin-right: 80px;
}

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

.mt-100 {
  margin-top: 100px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.\!h-auto {
  height: auto !important;
}

.h-0 {
  height: 0;
}

.h-1\/2 {
  height: 50%;
}

.h-100 {
  height: 100px;
}

.h-12 {
  height: 12px;
}

.h-16 {
  height: 16px;
}

.h-180 {
  height: 180px;
}

.h-20 {
  height: 20px;
}

.h-22 {
  height: 22px;
}

.h-24 {
  height: 24px;
}

.h-28 {
  height: 28px;
}

.h-280 {
  height: 280px;
}

.h-30 {
  height: 30px;
}

.h-35 {
  height: 35px;
}

.h-350 {
  height: 350px;
}

.h-36 {
  height: 36px;
}

.h-40 {
  height: 40px;
}

.h-400 {
  height: 400px;
}

.h-410 {
  height: 410px;
}

.h-42 {
  height: 42px;
}

.h-45 {
  height: 45px;
}

.h-46 {
  height: 46px;
}

.h-48 {
  height: 48px;
}

.h-50 {
  height: 50px;
}

.h-500 {
  height: 500px;
}

.h-60 {
  height: 60px;
}

.h-85 {
  height: 85px;
}

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

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

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

.h-\[60\%\] {
  height: 60%;
}

.h-\[70vh\] {
  height: 70vh;
}

.h-full {
  height: 100%;
}

.max-h-24 {
  max-height: 24px;
}

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

.max-h-\[70\%\] {
  max-height: 70%;
}

.max-h-\[73\%\] {
  max-height: 73%;
}

.max-h-\[80\%\] {
  max-height: 80%;
}

.max-h-\[90\%\] {
  max-height: 90%;
}

.min-h-200 {
  min-height: 200px;
}

.\!w-auto {
  width: auto !important;
}

.\!w-full {
  width: 100% !important;
}

.w-100 {
  width: 100px;
}

.w-12 {
  width: 12px;
}

.w-120 {
  width: 120px;
}

.w-130 {
  width: 130px;
}

.w-150 {
  width: 150px;
}

.w-20 {
  width: 20px;
}

.w-22 {
  width: 22px;
}

.w-24 {
  width: 24px;
}

.w-30 {
  width: 30px;
}

.w-35 {
  width: 35px;
}

.w-36 {
  width: 36px;
}

.w-40 {
  width: 40px;
}

.w-410 {
  width: 410px;
}

.w-42 {
  width: 42px;
}

.w-45 {
  width: 45px;
}

.w-46 {
  width: 46px;
}

.w-48 {
  width: 48px;
}

.w-50 {
  width: 50px;
}

.w-60 {
  width: 60px;
}

.w-70 {
  width: 70px;
}

.w-80 {
  width: 80px;
}

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

.w-\[calc\(50\%-16px\)\] {
  width: calc(50% - 16px);
}

.w-auto {
  width: auto;
}

.w-col-12 {
  width: 100%;
}

.w-col-6 {
  width: 50%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-16 {
  min-width: 16px;
}

.min-w-28 {
  min-width: 28px;
}

.min-w-30 {
  min-width: 30px;
}

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

.max-w-130 {
  max-width: 130px;
}

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

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

.max-w-\[61\%\] {
  max-width: 61%;
}

.max-w-\[90\%\] {
  max-width: 90%;
}

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.rotate-90 {
  --tw-rotate: 90deg;
  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;
}

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

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

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

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

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

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

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

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

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-20 {
  gap: 20px;
}

.gap-24 {
  gap: 24px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-40 {
  gap: 40px;
}

.gap-50 {
  gap: 50px;
}

.gap-55 {
  gap: 55px;
}

.gap-60 {
  gap: 60px;
}

.gap-x-15 {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.gap-x-16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-x-32 {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-x-80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.gap-y-20 {
  row-gap: 20px;
}

.gap-y-24 {
  row-gap: 24px;
}

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

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

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14px * var(--tw-space-y-reverse));
}

.space-y-15 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}

.space-y-34 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(34px * var(--tw-space-y-reverse));
}

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-normal {
  white-space: normal;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-full {
  border-radius: 50%;
}

.rounded-normal {
  border-radius: 30px;
}

.rounded-sm {
  border-radius: 24px;
}

.rounded-xs {
  border-radius: 15px;
}

.rounded-b-normal {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-bl-normal {
  border-bottom-left-radius: 30px;
}

.rounded-bl-sm {
  border-bottom-left-radius: 24px;
}

.rounded-bl-xs {
  border-bottom-left-radius: 15px;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-br-sm {
  border-bottom-right-radius: 24px;
}

.rounded-tl-normal {
  border-top-left-radius: 30px;
}

.rounded-tl-sm {
  border-top-left-radius: 24px;
}

.rounded-tr-normal {
  border-top-right-radius: 30px;
}

.rounded-tr-sm {
  border-top-right-radius: 24px;
}

.rounded-tr-xs {
  border-top-right-radius: 15px;
}

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

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

.border-brand-frost-grey {
  --tw-border-opacity: 1;
  border-color: rgb(239 239 239 / var(--tw-border-opacity));
}

.border-brand-stroke-grey {
  --tw-border-opacity: 1;
  border-color: rgb(235 233 230 / var(--tw-border-opacity));
}

.border-b-brand-vivid-blue {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(15 86 255 / var(--tw-border-opacity));
}

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

.bg-brand-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(14 20 46 / var(--tw-bg-opacity));
}

.bg-brand-frost-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

.bg-brand-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(241 246 254 / var(--tw-bg-opacity));
}

.bg-brand-midnight-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(6 42 107 / var(--tw-bg-opacity));
}

.bg-brand-vivid-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(15 86 255 / var(--tw-bg-opacity));
}

.bg-brand-vivid-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 94 / var(--tw-bg-opacity));
}

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

.bg-transparent {
  background-color: transparent;
}

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

.bg-gated-gradient {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 70%);;
}

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

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

.object-left {
  -o-object-position: left;
     object-position: left;
}

.p-100 {
  padding: 100px;
}

.p-20 {
  padding: 20px;
}

.p-25 {
  padding: 25px;
}

.p-28 {
  padding: 28px;
}

.p-30 {
  padding: 30px;
}

.p-4 {
  padding: 4px;
}

.p-5 {
  padding: 5px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-22 {
  padding-left: 22px;
  padding-right: 22px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.\!pb-25 {
  padding-bottom: 25px !important;
}

.\!pl-\[66px\] {
  padding-left: 66px !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-300 {
  padding-bottom: 300px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-\[100\%\] {
  padding-bottom: 100%;
}

.pb-\[134\%\] {
  padding-bottom: 134%;
}

.pb-\[47\.78\%\] {
  padding-bottom: 47.78%;
}

.pb-\[50\%\] {
  padding-bottom: 50%;
}

.pb-\[56\%\] {
  padding-bottom: 56%;
}

.pb-\[65\%\] {
  padding-bottom: 65%;
}

.pb-\[80\%\] {
  padding-bottom: 80%;
}

.pb-\[83\%\] {
  padding-bottom: 83%;
}

.pb-\[84\.5\%\] {
  padding-bottom: 84.5%;
}

.pl-10 {
  padding-left: 10px;
}

.pl-18 {
  padding-left: 18px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-22 {
  padding-left: 22px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-4 {
  padding-right: 4px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

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

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

.\!text-right {
  text-align: right !important;
}

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

.align-middle {
  vertical-align: middle;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-base {
  font-size: 16px;
}

.text-lg {
  font-size: 18px;
}

.text-sm {
  font-size: 14px;
}

.text-xl {
  font-size: 20px;
}

.text-xs {
  font-size: 12px;
}

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

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

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.\!text-brand-off-black {
  --tw-text-opacity: 1 !important;
  color: rgb(32 32 32 / var(--tw-text-opacity)) !important;
}

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

.text-brand-dark-grey {
  --tw-text-opacity: 1;
  color: rgb(28 27 28 / var(--tw-text-opacity));
}

.text-brand-light-blue {
  --tw-text-opacity: 1;
  color: rgb(241 246 254 / var(--tw-text-opacity));
}

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

.text-brand-vivid-blue {
  --tw-text-opacity: 1;
  color: rgb(15 86 255 / var(--tw-text-opacity));
}

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

.opacity-65 {
  opacity: 0.65;
}

.opacity-80 {
  opacity: 0.8;
}

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

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}

:root{--swiper-theme-color:#007aff}

:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}

.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}

.swiper-vertical>.swiper-wrapper{flex-direction:column}

.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}

.swiper-horizontal{touch-action:pan-y}

.swiper-vertical{touch-action:pan-x}

.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}

.swiper-slide-invisible-blank{visibility:hidden}

.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}

.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}

.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}

.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}

.swiper-3d .swiper-wrapper{transform-style:preserve-3d}

.swiper-3d{perspective:1200px}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}

.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}

.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}

.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}

.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}

.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}

.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}

.swiper-lazy-preloader-black{--swiper-preloader-color:#000}

@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}

:root{--swiper-theme-color:#007aff}

:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}

.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}

.swiper-vertical>.swiper-wrapper{flex-direction:column}

.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}

.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}

.swiper-horizontal{touch-action:pan-y}

.swiper-vertical{touch-action:pan-x}

.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}

.swiper-slide-invisible-blank{visibility:hidden}

.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}

.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}

.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}

.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}

.swiper-3d .swiper-wrapper{transform-style:preserve-3d}

.swiper-3d{perspective:1200px}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}

.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}

.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}

.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}

.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}

.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}

.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}

.swiper-lazy-preloader-black{--swiper-preloader-color:#000}

@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}

:root{--swiper-navigation-size:44px}

.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}

.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}

.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}

.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}

.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}

.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}

.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}

.swiper-button-lock{display:none}

.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}

.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}

.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}

.swiper-pagination.swiper-pagination-hidden{opacity:0}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}

.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}

.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}

button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}

.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}

.swiper-pagination-bullet:only-child{display:none!important}

.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}

.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}

.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}

.swiper-pagination-lock{display:none}

.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}

.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}

.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}

.swiper-scrollbar-cursor-drag{cursor:move}

.swiper-scrollbar-lock{display:none}

.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}

.swiper-slide-zoomed{cursor:move;touch-action:none}

.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}

.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}

.swiper-grid>.swiper-wrapper{flex-wrap:wrap}

.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}

.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}

.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}

.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}

.swiper-fade .swiper-slide-active{pointer-events:auto}

.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper.swiper-cube{overflow:visible}

.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}

.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}

.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}

.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}

.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}

.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}

.swiper.swiper-flip{overflow:visible}

.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}

.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}

.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}

.swiper.swiper-cards{overflow:visible}

.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-right-0::before {
  content: var(--tw-content);
  right: 0;
}

.before\:-top-\[10\%\]::before {
  content: var(--tw-content);
  top: -10%;
}

.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:z-1::before {
  content: var(--tw-content);
  z-index: 1;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-1\/2::before {
  content: var(--tw-content);
  height: 50%;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-hero-fade-mobile::before {
  content: var(--tw-content);
  background-image: linear-gradient(180deg, #062A6B -1.37%, rgba(6, 42, 107, 0.00) 100%);;
}

.before\:bg-hero-gradient::before {
  content: var(--tw-content);
  background-image: linear-gradient(144deg, rgba(10, 96, 182, 1) 13%, rgba(6, 42, 107, 1) 36%, rgba(9, 42, 160) 200%);;
}

.before\:bg-hero-gradient-with-image::before {
  content: var(--tw-content);
  background-image: linear-gradient(144deg, rgba(10, 96, 182, 1) 13%, rgba(6, 42, 107, 1) 55%);;
}

.before\:bg-tl-blue-gradient::before {
  content: var(--tw-content);
  background-image: linear-gradient(-42deg, rgba(15, 215, 255, 0) 76%, #0F56FF 100%, #0FD7FF 110%);
}

.before\:bg-tr-blue-gradient::before {
  content: var(--tw-content);
  background-image: linear-gradient(25deg, rgba(15, 215, 255, 0) 62%, #0F56FF 90%, #0FD7FF 100%);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-bottom-\[15\%\]::after {
  content: var(--tw-content);
  bottom: -15%;
}

.after\:-top-\[59px\]::after {
  content: var(--tw-content);
  top: -59px;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0;
}

.after\:right-\[15\%\]::after {
  content: var(--tw-content);
  right: 15%;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0;
}

.after\:z-1::after {
  content: var(--tw-content);
  z-index: 1;
}

.after\:z-2::after {
  content: var(--tw-content);
  z-index: 2;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}

.after\:h-1\/4::after {
  content: var(--tw-content);
  height: 25%;
}

.after\:h-120::after {
  content: var(--tw-content);
  height: 120px;
}

.after\:h-30::after {
  content: var(--tw-content);
  height: 30px;
}

.after\:h-40::after {
  content: var(--tw-content);
  height: 40px;
}

.after\:h-50::after {
  content: var(--tw-content);
  height: 50px;
}

.after\:h-60::after {
  content: var(--tw-content);
  height: 60px;
}

.after\:h-\[85\%\]::after {
  content: var(--tw-content);
  height: 85%;
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

.after\:w-150::after {
  content: var(--tw-content);
  width: 150px;
}

.after\:w-245::after {
  content: var(--tw-content);
  width: 245px;
}

.after\:w-45::after {
  content: var(--tw-content);
  width: 45px;
}

.after\:w-60::after {
  content: var(--tw-content);
  width: 60px;
}

.after\:w-70::after {
  content: var(--tw-content);
  width: 70px;
}

.after\:w-80::after {
  content: var(--tw-content);
  width: 80px;
}

.after\:w-\[73px\]::after {
  content: var(--tw-content);
  width: 73px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:overflow-hidden::after {
  content: var(--tw-content);
  overflow: hidden;
}

.after\:rounded-normal::after {
  content: var(--tw-content);
  border-radius: 30px;
}

.after\:rounded-sm::after {
  content: var(--tw-content);
  border-radius: 24px;
}

.after\:rounded-bl-normal::after {
  content: var(--tw-content);
  border-bottom-left-radius: 30px;
}

.after\:rounded-bl-sm::after {
  content: var(--tw-content);
  border-bottom-left-radius: 24px;
}

.after\:rounded-bl-xs::after {
  content: var(--tw-content);
  border-bottom-left-radius: 15px;
}

.after\:rounded-br-\[20px\]::after {
  content: var(--tw-content);
  border-bottom-right-radius: 20px;
}

.after\:rounded-br-sm::after {
  content: var(--tw-content);
  border-bottom-right-radius: 24px;
}

.after\:rounded-br-xs::after {
  content: var(--tw-content);
  border-bottom-right-radius: 15px;
}

.after\:rounded-tl-xs::after {
  content: var(--tw-content);
  border-top-left-radius: 15px;
}

.after\:rounded-tr-normal::after {
  content: var(--tw-content);
  border-top-right-radius: 30px;
}

.after\:bg-black::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

.after\:bg-bl-blue-gradient::after {
  content: var(--tw-content);
  background-image: linear-gradient(200deg, rgba(15, 215, 255, 0) 46%, #0f89ff 85%, #062A6B 100%);
}

.after\:bg-br-blue-gradient::after {
  content: var(--tw-content);
  background-image: linear-gradient(132deg, rgba(15, 215, 255, 0) 62%, #0F56FF 90%, #0FD7FF 100%);
}

.after\:bg-nav-gradient::after {
  content: var(--tw-content);
  background-image: linear-gradient(0deg, rgba(6, 42, 107, 0.00) 0%, #062A6B 51.43%);;
}

.after\:opacity-60::after {
  content: var(--tw-content);
  opacity: 0.6;
}

.last-of-type\:mb-0:last-of-type {
  margin-bottom: 0;
}

.last-of-type\:mr-0:last-of-type {
  margin-right: 0;
}

.hover\:bg-brand-stroke-grey:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 233 230 / var(--tw-bg-opacity));
}

.hover\:\!text-brand-vivid-blue:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(15 86 255 / var(--tw-text-opacity)) !important;
}

.hover\:text-brand-neon-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(15 215 255 / var(--tw-text-opacity));
}

.hover\:text-brand-off-black:hover {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:transition-all:hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.hover\:duration-300:hover {
  transition-duration: 300ms;
}

.group:hover .group-hover\:scale-\[1\.1\] {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:\!text-brand-vivid-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(15 86 255 / var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-brand-off-black {
  --tw-text-opacity: 1;
  color: rgb(32 32 32 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:no-underline {
  text-decoration-line: none;
}

.group:hover .group-hover\:transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (max-width: 500px) {

  .xs-max\:min-h-screen {
    min-height: 100vh;
  }
}

@media (min-width: 768px) {

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

  .md\:h-450 {
    height: 450px;
  }

  .md\:h-500 {
    height: 500px;
  }

  .md\:h-\[40vh\] {
    height: 40vh;
  }

  .md\:w-\[calc\(50\%-25px\)\] {
    width: calc(50% - 25px);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[70\%\] {
    max-width: 70%;
  }

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

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

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

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

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

  .md\:gap-15 {
    gap: 15px;
  }

  .md\:gap-30 {
    gap: 30px;
  }

  .md\:gap-40 {
    gap: 40px;
  }

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

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:pb-30 {
    padding-bottom: 30px;
  }

  .md\:pb-400 {
    padding-bottom: 400px;
  }

  .md\:pb-\[80\%\] {
    padding-bottom: 80%;
  }

  .md\:before\:bg-hero-gradient-with-image-tablet::before {
    content: var(--tw-content);
    background-image: linear-gradient(167deg, rgba(10, 96, 182, 1) 13%, rgba(6, 42, 107, 1) 55%);;
  }
}

@media (min-width: 1024px) {

  .l\:absolute {
    position: absolute;
  }

  .l\:bottom-0 {
    bottom: 0;
  }

  .l\:bottom-100 {
    bottom: 100px;
  }

  .l\:bottom-20 {
    bottom: 20px;
  }

  .l\:bottom-\[unset\] {
    bottom: unset;
  }

  .l\:bottom-full {
    bottom: 100%;
  }

  .l\:left-1\/2 {
    left: 50%;
  }

  .l\:left-170 {
    left: 170px;
  }

  .l\:left-\[35\%\] {
    left: 35%;
  }

  .l\:left-\[48\%\] {
    left: 48%;
  }

  .l\:left-\[90\%\] {
    left: 90%;
  }

  .l\:left-full {
    left: 100%;
  }

  .l\:right-20 {
    right: 20px;
  }

  .l\:right-90 {
    right: 90px;
  }

  .l\:top-0 {
    top: 0;
  }

  .l\:top-100 {
    top: 100px;
  }

  .l\:top-70 {
    top: 70px;
  }

  .l\:top-75 {
    top: 75px;
  }

  .l\:top-\[265px\] {
    top: 265px;
  }

  .l\:top-\[unset\] {
    top: unset;
  }

  .l\:top-full {
    top: 100%;
  }

  .l\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .l\:m-0 {
    margin: 0;
  }

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

  .l\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .l\:my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .l\:mb-0 {
    margin-bottom: 0;
  }

  .l\:mb-10 {
    margin-bottom: 10px;
  }

  .l\:mb-16 {
    margin-bottom: 16px;
  }

  .l\:mb-20 {
    margin-bottom: 20px;
  }

  .l\:mb-24 {
    margin-bottom: 24px;
  }

  .l\:mb-30 {
    margin-bottom: 30px;
  }

  .l\:mb-40 {
    margin-bottom: 40px;
  }

  .l\:mb-5 {
    margin-bottom: 5px;
  }

  .l\:mb-50 {
    margin-bottom: 50px;
  }

  .l\:mb-60 {
    margin-bottom: 60px;
  }

  .l\:mb-70 {
    margin-bottom: 70px;
  }

  .l\:ml-col-1 {
    margin-left: 8.3333333333%;
  }

  .l\:ml-col-2 {
    margin-left: 16.6666666667%;
  }

  .l\:ml-col-3 {
    margin-left: 25%;
  }

  .l\:mt-0 {
    margin-top: 0;
  }

  .l\:mt-10 {
    margin-top: 10px;
  }

  .l\:mt-130 {
    margin-top: 130px;
  }

  .l\:mt-20 {
    margin-top: 20px;
  }

  .l\:mt-30 {
    margin-top: 30px;
  }

  .l\:mt-40 {
    margin-top: 40px;
  }

  .l\:mt-60 {
    margin-top: 60px;
  }

  .l\:line-clamp-none {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }

  .l\:\!block {
    display: block !important;
  }

  .l\:block {
    display: block;
  }

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

  .l\:\!flex {
    display: flex !important;
  }

  .l\:flex {
    display: flex;
  }

  .l\:\!grid {
    display: grid !important;
  }

  .l\:grid {
    display: grid;
  }

  .l\:\!hidden {
    display: none !important;
  }

  .l\:hidden {
    display: none;
  }

  .l\:h-0 {
    height: 0;
  }

  .l\:h-12 {
    height: 12px;
  }

  .l\:h-20 {
    height: 20px;
  }

  .l\:h-200 {
    height: 200px;
  }

  .l\:h-24 {
    height: 24px;
  }

  .l\:h-240 {
    height: 240px;
  }

  .l\:h-30 {
    height: 30px;
  }

  .l\:h-35 {
    height: 35px;
  }

  .l\:h-40 {
    height: 40px;
  }

  .l\:h-48 {
    height: 48px;
  }

  .l\:h-500 {
    height: 500px;
  }

  .l\:h-80 {
    height: 80px;
  }

  .l\:h-\[65vh\] {
    height: 65vh;
  }

  .l\:h-full {
    height: 100%;
  }

  .l\:max-h-36 {
    max-height: 36px;
  }

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

  .l\:w-12 {
    width: 12px;
  }

  .l\:w-150 {
    width: 150px;
  }

  .l\:w-24 {
    width: 24px;
  }

  .l\:w-30 {
    width: 30px;
  }

  .l\:w-48 {
    width: 48px;
  }

  .l\:w-60 {
    width: 60px;
  }

  .l\:w-\[110\%\] {
    width: 110%;
  }

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

  .l\:w-\[calc\(33\.33\%-20px\)\] {
    width: calc(33.33% - 20px);
  }

  .l\:w-\[calc\(50\%-8px\)\] {
    width: calc(50% - 8px);
  }

  .l\:w-auto {
    width: auto;
  }

  .l\:w-col-10 {
    width: 83.3333333333%;
  }

  .l\:w-col-3 {
    width: 25%;
  }

  .l\:w-col-4 {
    width: 33.3333333333%;
  }

  .l\:w-col-5 {
    width: 41.6666666667%;
  }

  .l\:w-col-6 {
    width: 50%;
  }

  .l\:w-col-7 {
    width: 58.3333333333%;
  }

  .l\:w-col-8 {
    width: 66.6666666667%;
  }

  .l\:w-col-9 {
    width: 75%;
  }

  .l\:min-w-20 {
    min-width: 20px;
  }

  .l\:max-w-100 {
    max-width: 100px;
  }

  .l\:max-w-200 {
    max-width: 200px;
  }

  .l\:max-w-280 {
    max-width: 280px;
  }

  .l\:max-w-600 {
    max-width: 600px;
  }

  .l\:max-w-\[35\%\] {
    max-width: 35%;
  }

  .l\:max-w-\[46\%\] {
    max-width: 46%;
  }

  .l\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .l\:max-w-\[75\%\] {
    max-width: 75%;
  }

  .l\:max-w-\[90\%\] {
    max-width: 90%;
  }

  .l\:rotate-0 {
    --tw-rotate: 0deg;
    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));
  }

  .l\:rotate-90 {
    --tw-rotate: 90deg;
    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));
  }

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

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

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

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

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

  .l\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

  .l\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .l\:justify-end {
    justify-content: flex-end;
  }

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

  .l\:gap-20 {
    gap: 20px;
  }

  .l\:gap-30 {
    gap: 30px;
  }

  .l\:gap-34 {
    gap: 34px;
  }

  .l\:gap-40 {
    gap: 40px;
  }

  .l\:gap-45 {
    gap: 45px;
  }

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

  .l\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .l\:rounded-normal {
    border-radius: 30px;
  }

  .l\:rounded-bl-normal {
    border-bottom-left-radius: 30px;
  }

  .l\:rounded-br-normal {
    border-bottom-right-radius: 30px;
  }

  .l\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .l\:rounded-tr-\[20px\] {
    border-top-right-radius: 20px;
  }

  .l\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .l\:rounded-tr-normal {
    border-top-right-radius: 30px;
  }

  .l\:rounded-tr-xs {
    border-top-right-radius: 15px;
  }

  .l\:p-22 {
    padding: 22px;
  }

  .l\:p-25 {
    padding: 25px;
  }

  .l\:p-80 {
    padding: 80px;
  }

  .l\:px-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .l\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .l\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .l\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .l\:py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .l\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .l\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .l\:pb-0 {
    padding-bottom: 0;
  }

  .l\:pb-120 {
    padding-bottom: 120px;
  }

  .l\:pb-150 {
    padding-bottom: 150px;
  }

  .l\:pb-30 {
    padding-bottom: 30px;
  }

  .l\:pb-70 {
    padding-bottom: 70px;
  }

  .l\:pb-80 {
    padding-bottom: 80px;
  }

  .l\:pb-\[35\%\] {
    padding-bottom: 35%;
  }

  .l\:pb-\[40\%\] {
    padding-bottom: 40%;
  }

  .l\:pb-\[45\%\] {
    padding-bottom: 45%;
  }

  .l\:pb-\[56\.25\%\] {
    padding-bottom: 56.25%;
  }

  .l\:pb-\[94\%\] {
    padding-bottom: 94%;
  }

  .l\:pb-\[95\%\] {
    padding-bottom: 95%;
  }

  .l\:pt-0 {
    padding-top: 0;
  }

  .l\:pt-100 {
    padding-top: 100px;
  }

  .l\:pt-120 {
    padding-top: 120px;
  }

  .l\:pt-150 {
    padding-top: 150px;
  }

  .l\:pt-180 {
    padding-top: 180px;
  }

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

  .l\:text-1xl {
    font-size: 21px;
  }

  .l\:text-\[26px\] {
    font-size: 26px;
  }

  .l\:text-base {
    font-size: 16px;
  }

  .l\:text-lg {
    font-size: 18px;
  }

  .l\:text-sm {
    font-size: 14px;
  }

  .l\:text-xs {
    font-size: 12px;
  }

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

  .l\:leading-8 {
    line-height: 2rem;
  }

  .l\:before\:-right-\[7\%\]::before {
    content: var(--tw-content);
    right: -7%;
  }

  .l\:before\:left-1\/2::before {
    content: var(--tw-content);
    left: 50%;
  }

  .l\:before\:top-0::before {
    content: var(--tw-content);
    top: 0;
  }

  .l\:before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
  }

  .l\:before\:w-1\/2::before {
    content: var(--tw-content);
    width: 50%;
  }

  .l\:before\:bg-hero-fade::before {
    content: var(--tw-content);
    background-image: linear-gradient(90deg, rgba(6, 42, 107, 1) 0%, #062a6b00 58.43%, rgba(6, 42, 107, 1) 115%);;
  }

  .l\:before\:bg-hero-gradient-with-image::before {
    content: var(--tw-content);
    background-image: linear-gradient(144deg, rgba(10, 96, 182, 1) 13%, rgba(6, 42, 107, 1) 55%);;
  }

  .l\:after\:top-\[unset\]::after {
    content: var(--tw-content);
    top: unset;
  }

  .l\:after\:block::after {
    content: var(--tw-content);
    display: block;
  }

  .l\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }

  .l\:after\:h-100::after {
    content: var(--tw-content);
    height: 100px;
  }

  .l\:after\:h-70::after {
    content: var(--tw-content);
    height: 70px;
  }

  .l\:after\:h-\[265px\]::after {
    content: var(--tw-content);
    height: 265px;
  }

  .l\:after\:h-full::after {
    content: var(--tw-content);
    height: 100%;
  }

  .l\:after\:w-170::after {
    content: var(--tw-content);
    width: 170px;
  }

  .l\:after\:w-90::after {
    content: var(--tw-content);
    width: 90px;
  }

  .l\:after\:w-\[48\%\]::after {
    content: var(--tw-content);
    width: 48%;
  }

  .l\:after\:w-\[90\%\]::after {
    content: var(--tw-content);
    width: 90%;
  }

  .l\:after\:rounded-normal::after {
    content: var(--tw-content);
    border-radius: 30px;
  }

  .l\:after\:rounded-bl-normal::after {
    content: var(--tw-content);
    border-bottom-left-radius: 30px;
  }

  .l\:after\:rounded-br-none::after {
    content: var(--tw-content);
    border-bottom-right-radius: 0;
  }

  .l\:after\:rounded-br-normal::after {
    content: var(--tw-content);
    border-bottom-right-radius: 30px;
  }

  .l\:after\:rounded-tr-normal::after {
    content: var(--tw-content);
    border-top-right-radius: 30px;
  }
}

@media (max-width: 1023px) {

  .l-max\:text-lg {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {

  .lg\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .lg\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .lg\:mt-200 {
    margin-top: 200px;
  }
}

@media (min-width: 1440px) {

  .xl\:left-170 {
    left: 170px;
  }

  .xl\:my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:mb-40 {
    margin-bottom: 40px;
  }

  .xl\:ml-col-1 {
    margin-left: 8.3333333333%;
  }

  .xl\:ml-col-2 {
    margin-left: 16.6666666667%;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:h-100 {
    height: 100px;
  }

  .xl\:h-225 {
    height: 225px;
  }

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

  .xl\:h-\[70vh\] {
    height: 70vh;
  }

  .xl\:w-200 {
    width: 200px;
  }

  .xl\:w-\[68\%\] {
    width: 68%;
  }

  .xl\:w-col-3 {
    width: 25%;
  }

  .xl\:w-col-5 {
    width: 41.6666666667%;
  }

  .xl\:w-col-8 {
    width: 66.6666666667%;
  }

  .xl\:max-w-200 {
    max-width: 200px;
  }

  .xl\:max-w-\[340px\] {
    max-width: 340px;
  }

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

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

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

  .xl\:gap-40 {
    gap: 40px;
  }

  .xl\:gap-46 {
    gap: 46px;
  }

  .xl\:p-25 {
    padding: 25px;
  }

  .xl\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .xl\:py-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .xl\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .xl\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .xl\:pb-\[75\%\] {
    padding-bottom: 75%;
  }

  .xl\:pt-100 {
    padding-top: 100px;
  }

  .xl\:pt-180 {
    padding-top: 180px;
  }

  .xl\:after\:block::after {
    content: var(--tw-content);
    display: block;
  }

  .xl\:after\:h-80::after {
    content: var(--tw-content);
    height: 80px;
  }

  .xl\:after\:w-170::after {
    content: var(--tw-content);
    width: 170px;
  }
}

@media (min-width: 1600px) {

  .ws\:left-170 {
    left: 170px;
  }

  .ws\:left-\[60\%\] {
    left: 60%;
  }

  .ws\:left-\[80\%\] {
    left: 80%;
  }

  .ws\:left-\[850px\] {
    left: 850px;
  }

  .ws\:right-80 {
    right: 80px;
  }

  .ws\:top-70 {
    top: 70px;
  }

  .ws\:my-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .ws\:my-140 {
    margin-top: 140px;
    margin-bottom: 140px;
  }

  .ws\:mb-0 {
    margin-bottom: 0;
  }

  .ws\:mb-12 {
    margin-bottom: 12px;
  }

  .ws\:mb-120 {
    margin-bottom: 120px;
  }

  .ws\:mb-140 {
    margin-bottom: 140px;
  }

  .ws\:mb-145 {
    margin-bottom: 145px;
  }

  .ws\:mb-150 {
    margin-bottom: 150px;
  }

  .ws\:mb-20 {
    margin-bottom: 20px;
  }

  .ws\:mb-24 {
    margin-bottom: 24px;
  }

  .ws\:mb-30 {
    margin-bottom: 30px;
  }

  .ws\:mb-35 {
    margin-bottom: 35px;
  }

  .ws\:mb-40 {
    margin-bottom: 40px;
  }

  .ws\:mb-60 {
    margin-bottom: 60px;
  }

  .ws\:mb-70 {
    margin-bottom: 70px;
  }

  .ws\:ml-col-1 {
    margin-left: 8.3333333333%;
  }

  .ws\:mr-12 {
    margin-right: 12px;
  }

  .ws\:mr-18 {
    margin-right: 18px;
  }

  .ws\:mr-24 {
    margin-right: 24px;
  }

  .ws\:mr-60 {
    margin-right: 60px;
  }

  .ws\:mt-0 {
    margin-top: 0;
  }

  .ws\:mt-16 {
    margin-top: 16px;
  }

  .ws\:mt-200 {
    margin-top: 200px;
  }

  .ws\:mt-50 {
    margin-top: 50px;
  }

  .ws\:mt-60 {
    margin-top: 60px;
  }

  .ws\:mt-70 {
    margin-top: 70px;
  }

  .ws\:line-clamp-none {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }

  .ws\:flex {
    display: flex;
  }

  .ws\:h-100 {
    height: 100px;
  }

  .ws\:h-120 {
    height: 120px;
  }

  .ws\:h-280 {
    height: 280px;
  }

  .ws\:h-36 {
    height: 36px;
  }

  .ws\:h-48 {
    height: 48px;
  }

  .ws\:h-50 {
    height: 50px;
  }

  .ws\:h-60 {
    height: 60px;
  }

  .ws\:h-70 {
    height: 70px;
  }

  .ws\:h-700 {
    height: 700px;
  }

  .ws\:h-80 {
    height: 80px;
  }

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

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

  .ws\:h-\[55vh\] {
    height: 55vh;
  }

  .ws\:w-120 {
    width: 120px;
  }

  .ws\:w-170 {
    width: 170px;
  }

  .ws\:w-200 {
    width: 200px;
  }

  .ws\:w-36 {
    width: 36px;
  }

  .ws\:w-48 {
    width: 48px;
  }

  .ws\:w-70 {
    width: 70px;
  }

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

  .ws\:w-\[calc\(50\%-15px\)\] {
    width: calc(50% - 15px);
  }

  .ws\:w-col-10 {
    width: 83.3333333333%;
  }

  .ws\:w-col-7 {
    width: 58.3333333333%;
  }

  .ws\:min-w-\[48px\] {
    min-width: 48px;
  }

  .ws\:max-w-400 {
    max-width: 400px;
  }

  .ws\:max-w-\[125px\] {
    max-width: 125px;
  }

  .ws\:max-w-\[55\%\] {
    max-width: 55%;
  }

  .ws\:max-w-\[80\%\] {
    max-width: 80%;
  }

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

  .ws\:gap-150 {
    gap: 150px;
  }

  .ws\:gap-40 {
    gap: 40px;
  }

  .ws\:gap-45 {
    gap: 45px;
  }

  .ws\:gap-46 {
    gap: 46px;
  }

  .ws\:gap-\[78px\] {
    gap: 78px;
  }

  .ws\:gap-x-80 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .ws\:space-y-30 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(30px * var(--tw-space-y-reverse));
  }

  .ws\:rounded-normal {
    border-radius: 30px;
  }

  .ws\:rounded-tr-normal {
    border-top-right-radius: 30px;
  }

  .ws\:rounded-tr-sm {
    border-top-right-radius: 24px;
  }

  .ws\:p-28 {
    padding: 28px;
  }

  .ws\:p-30 {
    padding: 30px;
  }

  .ws\:p-40 {
    padding: 40px;
  }

  .ws\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .ws\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .ws\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .ws\:py-14 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .ws\:py-160 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .ws\:py-28 {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .ws\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ws\:py-75 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .ws\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .ws\:pb-80 {
    padding-bottom: 80px;
  }

  .ws\:pb-\[31\.5\%\] {
    padding-bottom: 31.5%;
  }

  .ws\:pb-\[50\%\] {
    padding-bottom: 50%;
  }

  .ws\:pb-\[56\%\] {
    padding-bottom: 56%;
  }

  .ws\:pb-\[95\%\] {
    padding-bottom: 95%;
  }

  .ws\:pl-22 {
    padding-left: 22px;
  }

  .ws\:pl-30 {
    padding-left: 30px;
  }

  .ws\:pt-100 {
    padding-top: 100px;
  }

  .ws\:pt-180 {
    padding-top: 180px;
  }

  .ws\:pt-200 {
    padding-top: 200px;
  }

  .ws\:text-1xl {
    font-size: 21px;
  }

  .ws\:text-3xl {
    font-size: 24px;
  }

  .ws\:text-\[26px\] {
    font-size: 26px;
  }

  .ws\:text-\[28px\] {
    font-size: 28px;
  }

  .ws\:text-\[36px\] {
    font-size: 36px;
  }

  .ws\:text-base {
    font-size: 16px;
  }

  .ws\:text-lg {
    font-size: 18px;
  }

  .ws\:text-sm {
    font-size: 14px;
  }

  .ws\:text-xl {
    font-size: 20px;
  }

  .ws\:leading-10 {
    line-height: 2.5rem;
  }

  .ws\:leading-9 {
    line-height: 2.25rem;
  }

  .ws\:after\:h-100::after {
    content: var(--tw-content);
    height: 100px;
  }

  .ws\:after\:h-125::after {
    content: var(--tw-content);
    height: 125px;
  }

  .ws\:after\:h-70::after {
    content: var(--tw-content);
    height: 70px;
  }

  .ws\:after\:w-170::after {
    content: var(--tw-content);
    width: 170px;
  }

  .ws\:after\:w-80::after {
    content: var(--tw-content);
    width: 80px;
  }

  .ws\:after\:w-\[60\%\]::after {
    content: var(--tw-content);
    width: 60%;
  }

  .ws\:after\:w-\[80\%\]::after {
    content: var(--tw-content);
    width: 80%;
  }

  .ws\:after\:w-\[850px\]::after {
    content: var(--tw-content);
    width: 850px;
  }

  .ws\:after\:rounded-bl-normal::after {
    content: var(--tw-content);
    border-bottom-left-radius: 30px;
  }
}

@media (min-width: 1920px) {

  .fullhd\:left-170 {
    left: 170px;
  }

  .fullhd\:max-w-\[150px\] {
    max-width: 150px;
  }

  .fullhd\:pt-35 {
    padding-top: 35px;
  }

  .fullhd\:pt-45 {
    padding-top: 45px;
  }

  .fullhd\:after\:h-150::after {
    content: var(--tw-content);
    height: 150px;
  }

  .fullhd\:after\:h-80::after {
    content: var(--tw-content);
    height: 80px;
  }

  .fullhd\:after\:w-170::after {
    content: var(--tw-content);
    width: 170px;
  }

  .fullhd\:after\:rounded-br-normal::after {
    content: var(--tw-content);
    border-bottom-right-radius: 30px;
  }
}
