/*
! tailwindcss v3.1.8 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: neue-haas-grotesk-display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

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

/* site wide 500, button has 600 and below heading has 400 */

.text-9xl,  .text-9xlmob,  .text-8xl,  .text-7xl,  .text-6xl,  .text-5xl {
  font-weight: 400;
}

.text-9xl,  .text-9xlmob,  .text-8xl,  .text-7xl,  .text-6xl,  .\!text-5xl {
  font-weight: 400;
}

.c-small-title {
  position: relative;
  padding-left: 1.25rem;
  font-size: 12px ;
  line-height: 24px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(0 173 239 / var(--tw-text-opacity));
}

.c-small-title:before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 239 / var(--tw-bg-opacity));
}

.c-small-title.circleWhite:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.content > ul,  .richtextarea ul {
  display: block;
  padding-left: 1rem;
  list-style-type: disc;
}

.content > ol,  .richtextarea ol {
  display: block;
  padding-left: 1rem;
  list-style-type: auto;
}

.content:not(.text-white) > p a {
  --tw-text-opacity: 1;
  color: rgb(0 148 208 / var(--tw-text-opacity));
}

.content:not(.text-white) > p a:hover,  .richtextarea:not(.text-white) > p > a:hover {
  text-decoration-line: underline;
}

.content > ul + p,  .richtextarea > ul + p,  .content > ol + p,  .richtextarea > ol + p {
  margin-top: 1rem;
}

.content > p + ul,  .richtextarea > p + ul,  .content > p + ol,  .richtextarea > p + ol {
  margin-top: 1rem;
}

.content > p:not(:last-of-type),  .richtextarea > p:not(:last-of-type) {
  margin-bottom: 1rem;
}

.richtextarea strong {
  font-weight: 600;
}

.content:not(.text-2xl) p {
  font-size: 16px;
  line-height: 24px;
}

.content:not(.text-white) p,  .content > ul li,  .richtextarea:not(.text-white) p,  .richtextarea > ul li {
  --tw-text-opacity: 1;
  color: rgb(119 120 123 / var(--tw-text-opacity));
}

.richtextarea h1,  .richtextarea h2,  .richtextarea h3,  .richtextarea h4,  .richtextarea h5,  .richtextarea h6 {
  margin-bottom: 1.5rem;
  font-size: 24px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(27 117 187 / var(--tw-text-opacity));
}

.richtextarea > p > a {
  text-decoration-line: underline;
}

.richtextarea > p + h1, 
    .richtextarea > p + h2, 
    .richtextarea > p + h3, 
    .richtextarea > p + h4, 
    .richtextarea > p + h5, 
    .richtextarea > ul + h1, 
    .richtextarea > ul + h2, 
    .richtextarea > ul + h3, 
    .richtextarea > ul + h4, 
    .richtextarea > ul + h5 {
  margin-top: 4rem;
}

.richtextarea.slide-form h1, 
    .richtextarea.slide-form h2, 
    .richtextarea.slide-form h3, 
    .richtextarea.slide-form h4, 
    .richtextarea.slide-form h5, 
    .richtextarea.slide-form h6, 
    .richtextarea.slide-form p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.c-btn {
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.c-btn:hover, .c-btn:active, .c-btn:focus-visible {
  box-shadow: none;
  outline-style: none;
}

.c-btn.c-btn-default {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.c-btn.c-btn-big {
  min-width: 193px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.c-btn.c-btn-medium {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.btn-fill,  .btn-fill.exit {
  position: absolute;
  top: -50%;
  left: -25%;
  height: 200%;
  width: 150%;
  border-radius: 50%;
  transform: translate3d(0, -76%, 0);
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.66, 0, 0.34, 1) 0s;
}

.btn-fill.exit {
  transform: translate3d(0, 76%, 0);
  visibility: hidden;
}

body:not(.touch) .c-btn:hover .btn-fill {
  transform: translate3d(0, 0%, 0);
  visibility: hidden;
}

body:not(.touch) .c-btn:hover .btn-fill.exit {
  transform: translate3d(0, 0%, 0);
  visibility: visible;
}

.c-btn .btn-text, .c-btn .material-icons {
  transition: color 0.3s cubic-bezier(0.52, 0, 0.74, 0) 0s;
  /*content box btn has overwrite*/
}

.c-btn .btn-text .sup{
  transition: color 0.3s cubic-bezier(0.52, 0, 0.74, 0) 0.1s;
}

.c-btn svg path {
  transition: fill 0.3s cubic-bezier(0.52, 0, 0.74, 0) 0s;
}

body:not(.touch) .c-btn:hover .btn-text, body:not(.touch) .c-btn:hover .material-icons {
  transition: color 0.3s cubic-bezier(0.52, 0, 0.74, 0) 0.1s;
  /*delay 0.3s in js*/
}

body:not(.touch) .c-btn:hover svg path {
  transition: fill 0.3s cubic-bezier(0.52, 0, 0.74, 0) 0.1s;
  /*delay 0.3s in js*/
}

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

.form-group.error .c-btn-white {
  box-shadow: 0px -1px 0px 0px red;
}

.c-btn-white.invalid {
  border-color: red;
}

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

body:not(.touch) .c-btn-white:hover {
  --tw-text-opacity: 1;
  color: rgb(8 58 96 / var(--tw-text-opacity));
}

body:not(.touch) .c-btn-white:hover svg path {
  /*fill: #fff;*/
  fill: #083A60;
}

.c-btn-lightwhite {
  --tw-border-opacity: 1;
  border-color: rgb(201 202 203 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(8 58 96 / var(--tw-text-opacity));
}

.c-btn-lightwhite .btn-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
}

body:not(.touch) .c-btn-lightwhite:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body:not(.touch) .c-btn-lightwhite:hover .sup {
  transition: color 0.3s cubic-bezier(0.52, 0, 0.74, 0) 0.1s;
  color: #fff;
}

body:not(.touch) .c-btn-lightwhite:hover svg path {
  fill: #fff;
}

.c-btn-blue {
  --tw-border-opacity: 1;
  border-color: rgb(8 58 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(8 58 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-slide-container.open .c-btn-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
}

.c-btn-blue .btn-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/*    .c-btn-blue:hover {
            @apply text-primary-900 bg-white;
        }*/

.c-btn-blue-transparent {
  --tw-border-opacity: 1;
  border-color: rgb(8 58 96 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(8 58 96 / var(--tw-text-opacity));
}

body:not(.touch) .c-btn-blue-transparent:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 117 187 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.c-btn-blue-transparent .btn-fill {
  --tw-border-opacity: 1;
  border-color: rgb(27 117 187 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
}

/*.c-btn-blue-transparent:hover {
        @apply bg-primary-900 text-white;
    }*/

.c-line {
  height: 1px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(201 202 203 / var(--tw-bg-opacity));
}

.c-line-space {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.c-testimonial .overlay::before {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.2),
            rgba(0, 0, 0, 0.2)
        ),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

/*.testimonial-slide .content-wrapper {
        @apply opacity-0 duration-200 delay-300 transition-opacity ease-in-default;
    }

    .testimonial-slide .out .content-wrapper {
        @apply animate-fadeOut;
        !*@apply animate-fadeOutUpLong;*!
    }

    .testimonial-slide .swiper-slide-active .content-wrapper {
        !*@apply animate-fadeInUpLong;*!
        @apply animate-fadeIn;
    }*/

.testimonial-slide .content-wrapper {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: linear;
}

.testimonial-slide .swiper-slide-active .content-wrapper{
  opacity: 1;
}

.video-popup .iframe-wrapper{
  max-width: 1px;
  max-height: 1px;
  overflow: hidden;
}

.video-popup.open {
  pointer-events: auto;
  z-index: 999;
  opacity: 1;
}

.video-popup.open .popup-video-close {
  pointer-events: auto;
}

.video-popup.open .iframe-wrapper{
  max-width: unset;
  max-height: unset;
  overflow: unset;
}

.video-popup.animate .iframe-wrapper {
  opacity: 1;
}

.iframe-wrapper.internal-video iframe {
  display: none;
}

.login-wrapper:not(.iframe-wrapper.internal-video iframe) {
  pointer-events: auto;
  z-index: 99;
}

.iframe-wrapper.video video {
  display: none;
}

.login-wrapper:not(.iframe-wrapper.video video) {
  pointer-events: auto;
  z-index: 99;
}

body:not(.touch) .popup-video-play .background {
  transition: transform .4s cubic-bezier(0.34, 1.5, 0.64, 1);
  transform: translateY(0%) scale(1) rotate(0.001deg);
  pointer-events: auto;
}

body:not(.touch) .popup-video-play:hover .background{
  transform: translateY(0%) scale(1.2) rotate(0.001deg);
}

.partnership-popup.open {
  pointer-events: auto;
  opacity: 1;
}

.partnership-popup.animate .partnership-popup-close {
  opacity: 0.9;
}

body:not(.loaded) .partnership-popup {
  display: none;
}

.login-wrapper:not(body:not(.loaded) .partnership-popup) {
  pointer-events: auto;
  z-index: 99;
}

/* width */

.c-scroller::-webkit-scrollbar {
  width: 2px;
  border-radius: 10px;
}

/* Track */

.c-scroller::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(201 202 203 / var(--tw-bg-opacity));
}

/* Handle */

.c-scroller::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
}

/* Handle on hover */

.c-scroller::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
}

.item.is-inview.active {
  opacity: 1;
}

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

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

.right-\[-2px\] {
  right: -2px;
}

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

.top-8 {
  top: 2rem;
}

.left-8 {
  left: 2rem;
}

.top-1 {
  top: 0.25rem;
}

.bottom-4 {
  bottom: 1rem;
}

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

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

.-left-\[10\%\] {
  left: -10%;
}

.bottom-full {
  bottom: 100%;
}

.left-\[50\%\] {
  left: 50%;
}

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

.-left-4 {
  left: -1rem;
}

.-top-2 {
  top: -0.5rem;
}

.top-4 {
  top: 1rem;
}

.right-auto {
  right: auto;
}

.bottom-1\.5 {
  bottom: 0.375rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.-left-\[20px\] {
  left: -20px;
}

.-right-\[20px\] {
  right: -20px;
}

.top-\[calc\(50\%-104px\)\] {
  top: calc(50% - 104px);
}

.-bottom-\[20px\] {
  bottom: -20px;
}

.-top-\[20px\] {
  top: -20px;
}

.right-4 {
  right: 1rem;
}

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

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

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

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

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

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

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

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

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

.order-2 {
  order: 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0px;
}

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

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

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

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

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.mt-8 {
  margin-top: 2rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

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

.mt-32 {
  margin-top: 8rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.mr-\[10px\] {
  margin-right: 10px;
}

.mt-12 {
  margin-top: 3rem;
}

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

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

.ml-4 {
  margin-left: 1rem;
}

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

.mr-\[5px\] {
  margin-right: 5px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

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

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-full {
  height: 100%;
}

.h-12 {
  height: 3rem;
}

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

.h-16 {
  height: 4rem;
}

.h-32 {
  height: 8rem;
}

.h-1 {
  height: 0.25rem;
}

.h-\[calc\(150px\+2vw\)\] {
  height: calc(150px + 2vw);
}

.h-screen {
  height: 100vh;
}

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

.h-60 {
  height: 15rem;
}

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

.h-10 {
  height: 2.5rem;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-24 {
  height: 6rem;
}

.h-6 {
  height: 1.5rem;
}

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

.h-0 {
  height: 0px;
}

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

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

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

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

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

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

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

.max-h-16 {
  max-height: 4rem;
}

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

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

.max-h-40 {
  max-height: 10rem;
}

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

.max-h-screen {
  max-height: 100vh;
}

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

.min-h-screen {
  min-height: 100vh;
}

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

.min-h-\[calc\(575px\+\(3\.2\*\(50vw\)\)\)\] {
  min-height: calc(575px + (3.2 * (50vw)));
}

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

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

.w-full {
  width: 100%;
}

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

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

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

.w-32 {
  width: 8rem;
}

.w-screen {
  width: 100vw;
}

.w-1 {
  width: 0.25rem;
}

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

.w-16 {
  width: 4rem;
}

.w-10 {
  width: 2.5rem;
}

.w-24 {
  width: 6rem;
}

.w-6 {
  width: 1.5rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

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

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

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-56 {
  width: 14rem;
}

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

.w-14 {
  width: 3.5rem;
}

.w-\[calc\(100vw-32px\)\] {
  width: calc(100vw - 32px);
}

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

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

.max-w-full {
  max-width: 100%;
}

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

.max-w-\[100vw\] {
  max-width: 100vw;
}

.max-w-\[16vw\] {
  max-width: 16vw;
}

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.max-w-4xl {
  max-width: 56rem;
}

.border-collapse {
  border-collapse: collapse;
}

.translate-y-\[-50\%\] {
  --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));
}

.translate-x-\[-50\%\] {
  --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-\[calc\(100\%\)\] {
  --tw-translate-y: calc(100%);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-\[100\%\] {
  --tw-translate-x: -100%;
  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-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));
}

.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-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

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

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

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

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

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

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

.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;
}

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

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

.gap-24 {
  gap: 6rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.overflow-y-auto {
  overflow-y: auto;
}

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

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

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

.rounded-\[50\%\] {
  border-radius: 50%;
}

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

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-tr-\[30px\] {
  border-top-right-radius: 30px;
}

.rounded-tl-\[30px\] {
  border-top-left-radius: 30px;
}

.rounded-br-\[30px\] {
  border-bottom-right-radius: 30px;
}

.border {
  border-width: 1px;
}

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

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

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

.border-secondary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(201 202 203 / var(--tw-border-opacity));
}

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

.border-primary-900 {
  --tw-border-opacity: 1;
  border-color: rgb(8 58 96 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

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

.bg-secondary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 202 203 / var(--tw-bg-opacity));
}

.bg-secondary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
}

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

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

.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 58 96 / var(--tw-bg-opacity));
}

.bg-secondary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(119 120 123 / var(--tw-bg-opacity));
}

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

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

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

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.bg-right-top {
  background-position: right top;
}

.bg-left {
  background-position: left;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

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

.object-\[75\%_50\%\] {
  -o-object-position: 75% 50%;
     object-position: 75% 50%;
}

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

.p-0 {
  padding: 0px;
}

.p-9 {
  padding: 2.25rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-5 {
  padding: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

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

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

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

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

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

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

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

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

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

.pt-36 {
  padding-top: 9rem;
}

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

.pt-16 {
  padding-top: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

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

.pt-\[100\%\] {
  padding-top: 100%;
}

.pt-\[80\%\] {
  padding-top: 80%;
}

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-\[135\%\] {
  padding-top: 135%;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

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

.pb-24 {
  padding-bottom: 6rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

.pt-48 {
  padding-top: 12rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-\[0vw\] {
  padding-bottom: 0vw;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-\[121\.42\%\] {
  padding-top: 121.42%;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pt-\[60\%\] {
  padding-top: 60%;
}

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

.pl-5 {
  padding-left: 1.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-\[75\%\] {
  padding-top: 75%;
}

.pt-\[56\%\] {
  padding-top: 56%;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-\[55\.11\%\] {
  padding-top: 55.11%;
}

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

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

.font-sans {
  font-family: neue-haas-grotesk-display, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-5xl {
  font-size: clamp(40px, 4.444vw, 64px);
  line-height: 1;
}

.text-4xl {
  font-size: clamp(32px, 2.778vw, 40px);
  line-height: 1.2;
}

.text-tiny {
  font-size: 12px ;
  line-height: 24px;
}

.text-3xl {
  font-size: 32px;
  line-height: 1.2;
}

.text-2xl {
  font-size: 24px;
  line-height: 32px;
}

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

.text-8xl {
  font-size: clamp(96px, 7.778vw, 112px);
  line-height: 1;
}

.text-9xlmob {
  font-size: clamp(30px, 14vw, 80px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.text-stat {
  font-size: clamp(112px, 13.889vw, 200px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.text-7xl {
  font-size: clamp(64px, 6.667vw, 96px);
  line-height: 1;
}

.text-9xl {
  font-size: clamp(64px, 13.889vw, 200px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.text-6xl {
  font-size: clamp(64px,5.556vw, 80px);
  line-height: 1;
}

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

.\!text-5xl {
  font-size: clamp(40px, 4.444vw, 64px) !important;
  line-height: 1 !important;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.tracking-\[1px\] {
  letter-spacing: 1px;
}

.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(27 117 187 / var(--tw-text-opacity));
}

.text-secondary-800 {
  --tw-text-opacity: 1;
  color: rgb(119 120 123 / var(--tw-text-opacity));
}

.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(8 58 96 / var(--tw-text-opacity));
}

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

.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(0 173 239 / var(--tw-text-opacity));
}

.text-secondary-600 {
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}

.opacity-100 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 10px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

.delay-1000 {
  transition-delay: 1000ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-default {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.ease-linear {
  transition-timing-function: linear;
}

.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}

/*vars*/

:root {
  --container-padding: clamp(2.5rem, 8vw, 8rem);
}

@media screen and (max-width: 992px) {
  :root {
    --container-padding: 6vw;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --container-padding: 1rem;
  }
}

.container {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

html.has-scroll-smooth {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

html.has-scroll-scrolling .neg-on-scroll {
  margin-bottom: -2px;
}

.richtextarea a {
  color: #1B75BB;
  text-decoration: underline;
}

.footer-rounded-div .rounded-div-wrap {
  will-change: height;
  transform: translateY(-1px);
}

.footer-rounded-div .rounded-div {
  transform: translate(-50%, -86.666%);
}

ul::-webkit-scrollbar {
  height: 5px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

/* Add a thumb */

ul::-webkit-scrollbar-thumb {
  height: 5px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity))
}

::-webkit-scrollbar {
  display: none;
  width: 5px;
  border-radius: 20px;
}

/* Track */

::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

/* Handle */

::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(8 58 96 / var(--tw-bg-opacity));
}

.form-slide-container.open ::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 58 96 / var(--tw-bg-opacity));
}

.form-slide-container.open ::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
}

/*.c-scrollbar{
    @apply hidden;
}*/

/**/

.gradient-wrapper .grad0, .gradient-wrapper .grad1, .gradient-wrapper .grad2, .gradient-wrapper .grad3, .gradient-wrapper .grad4 {
  animation: bgGradient 12s ease-in-out infinite;
}

.gradient-wrapper .grad1 {
  animation: bgGradientSecondary 10s ease-in-out infinite 10s;
}

.gradient-wrapper .grad2 {
  animation-duration: 15s;
}

.gradient-wrapper .grad3 {
  animation: bgGradientSecondary 12s ease-in-out infinite;
}

.gradient-wrapper .grad4 {
  animation-duration: 15s;
}

@media screen and (max-width: 991px) {
  /**
 * The default focus style is likely provided by Bootstrap or the browser
 * but here we override everything else with a visually appealing cross-
 * browser solution that works well on all focusable page elements
 * including buttons, links, inputs, textareas, and selects.
 */

  *{
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
    -webkit-tap-highlight-color: transparent;
  }
}

:root {
  --scroll-y: 0px;
}

body .curtain {
  will-change: transform;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 1s cubic-bezier(0.47, 0.28, 0.01, 1.05) 0s;
}

body.loaded .loading {
  background-color: transparent;
}

body.ready .curtain {
  transform: scaleY(1);
}

body.ready .loading-text {
  opacity: 1;
}

body.loaded .loading-text {
  opacity: 0;
  transition-delay: 0s;
}

body.loaded .curtain {
  transform-origin: top;
  transform: scaleY(0);
}

html.page-already-loaded body .loading {
  display: none;
  transition: none;
}

main {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 900ms;
  transition-timing-function: ease;
  /*transform-origin: 70vw calc(var(--scroll-y) + 50vh);*/
  transform-origin: center calc(var(--scroll-y) + 50vh);
}

body.prepare-init-page-transition main{
  transform: translate3d(0px, 0vh, 0px) rotate(0deg) scale(1, 1);
}

.background {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  will-change: transform;
  -o-object-position: center top;
  object-position: center top;
}

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

body main:nth-child(2) {
  /*transform-origin: 0 50vh;*/
  transform-origin: center 50vh;
  z-index: 1;
  /*clip-path: polygon(0% 90vh, 100% 100vh, 100% 100%, 0% 100%);*/
  -webkit-clip-path: polygon(0% 100vh, 100% 100vh, 100% 100%, 0% 100%);
          clip-path: polygon(0% 100vh, 100% 100vh, 100% 100%, 0% 100%);
  transform: translate3d(0px, 10vh, 0px) rotate(0deg) scale(1, 1);
}

body main:nth-child(2) .transition-element {
  /*transform: translate3d(0px, 75vh, 0px) rotate(0deg) scale(1.2, 1.2);*/
  transform: translate3d(0px, 25vh, 0px) rotate(0deg) scale(1.2, 1.2);
}

body.init-page-transition {
  --tw-bg-opacity: 1;
  background-color: rgb(18 18 18 / var(--tw-bg-opacity));
}

body.init-page-transition main:nth-child(1) {
  /*transform: translate3d(0px, -75vh, 0px) rotate(-6.986deg) scale(1.2994, 1.2994);*/
  transform: translate3d(0px, -75vh, 0px) scale(1.2994, 1.2994);
  opacity: 0;
}

body.init-page-transition main:nth-child(1) .transition-element {
  transform: translate3d(0px, 40vh, 0px) rotate(0deg) scale(1, 1);
}

body.init-page-transition main:nth-child(2) {
  -webkit-clip-path: polygon(0% 0vh, 100% 0vh, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0vh, 100% 0vh, 100% 100%, 0% 100%);
  transform: translate3d(0px, 0vh, 0px) rotate(0deg) scale(1, 1);
  position: absolute;
  top: var(--scroll-y);
  left: 0;
  width: 100%;
  height: 100%;
}

body.init-page-transition main:nth-child(2) .transition-element {
  transform: translate3d(0px, 0%, 0px) rotate(0deg) scale(1, 1);
}

@media screen and (max-width: 991px) {
  main.popup-nav-show{
    transform: none !important;
  }

  main.popup-nav-show .mob-nav-container {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 900ms;
    transition-timing-function: ease;
    /*transform-origin: 70vw calc(var(--scroll-y) + 50vh);*/
    transform-origin: center calc(var(--scroll-y) + 50vh);
  }

  body.init-page-transition main.popup-nav-show{
    transform: none !important;
    opacity: 0;
  }

  body.init-page-transition main.popup-nav-show:nth-child(1) .mob-nav-container{
    /*transform: translate3d(0px, -75vh, 0px) rotate(-6.986deg) scale(1.2994, 1.2994);*/
    transform: translate3d(0px, -75vh, 0px) scale(1.2994, 1.2994);
  }
}

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

header.white li > a span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

header.blue li {
  --tw-text-opacity: 1;
  color: rgb(27 117 187 / var(--tw-text-opacity));
}

header.blue li > a span {
  --tw-bg-opacity: 1;
  background-color: rgb(8 58 96 / var(--tw-bg-opacity));
}

.form-slide-container.open header.blue li > a span {
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
}

header.blue li.active,  header .dropdown-item.active {
  --tw-text-opacity: 1;
  color: rgb(8 58 96 / var(--tw-text-opacity));
}

header.blue li.active > a > span,  .dropdown-item.active span {
  --tw-bg-opacity: 1;
  background-color: rgb(8 58 96 / var(--tw-bg-opacity));
}

.form-slide-container.open header.blue li.active > a > span,  .form-slide-container.open  .dropdown-item.active span {
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
}

header .dropdown-item {
  --tw-translate-x: -1rem;
  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));
}

header .dropdown-item:hover {
  --tw-translate-x: 0px;
  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));
}

header .dropdown-item.active {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(8 58 96 / var(--tw-text-opacity));
}

header .logo-wrapper img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

header .logo-wrapper,  header .nav-right-section {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: ease;
}

.btn-nav-wrapper .btn-nav {
  transform-origin: center;
  transition: transform .4s cubic-bezier(0.36, 0, 0.66, 0);
  transform: translateY(0%) scale(0) rotate(0.001deg);
  will-change: transform;
}

@media screen and (max-width: 992px) {
  .btn-nav-wrapper .btn-nav {
    transform: translateY(0%) scale(1) rotate(0.001deg);
  }
}

main.nav-btn-show .mob-nav-container {
  opacity: 1;
}

main.nav-btn-show .mob-nav-container .nav-background,  main.nav-btn-show .mob-nav-container .nav-background-hover {
  visibility: visible;
}

main.nav-btn-show .btn-nav-wrapper .btn-nav {
  transition: transform .4s cubic-bezier(0.34, 1.5, 0.64, 1);
  transform: translateY(0%) scale(1) rotate(0.001deg);
  pointer-events: auto;
}

body:not(.touch) main.nav-btn-show .btn-nav-wrapper .btn-nav:hover .nav-background-hover {
  transform: translateY(0%) scale(1.2) rotate(0.001deg);
}

main.popup-nav-show .mob-nav-container .scrollbar, main.popup-nav-show .mob-nav-container .login-secondary a, main.popup-nav-show .mob-nav-container .back-btn-animate {
  pointer-events: auto;
}

@media screen and (max-width: 991px) {
  main .btn-nav-wrapper {
    transition: transform .4s cubic-bezier(0.34, 1.5, 0.64, 1);
    transform: translateY(0%) scale(1) rotate(0.001deg);
    pointer-events: auto;
  }
}

header.header-hide {
  pointer-events: none;
}

main.popup-nav-show header {
  pointer-events: none;
}

header.header-hide .logo-wrapper,  header.header-hide .nav-right-section,  header.header-hide .nav-login {
  opacity: 0;
}

/*header nav shop open*/

main.popup-nav-show {
  height: 100%;
  overflow: hidden;
}

/*
main.popup-nav-show > header {
    z-index: 999;
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 100%;
}
*/

main.popup-nav-show .btn-nav .icon-open {
  display: none;
}

.login-wrapper:not(main.popup-nav-show .btn-nav .icon-open) {
  pointer-events: auto;
  z-index: 99;
}

main.popup-nav-show .btn-nav .icon-close {
  display: block;
}

main.header-nav-exit .btn-nav .icon-open {
  display: block;
}

main.header-nav-exit .btn-nav .icon-close {
  display: none;
}

.login-wrapper:not(main.header-nav-exit .btn-nav .icon-close) {
  pointer-events: auto;
  z-index: 99;
}

main.popup-nav-show .mob-nav-container {
  pointer-events: auto;
  z-index: 999;
  display: block;
  opacity: 1;
}

.mob-nav-container .nav-wrapper .login-secondary {
  opacity: 0;
  transition: all 0.3s ease 0.3s;
}

.mob-nav-container .nav-background, .mob-nav-container .nav-background-hover {
  transform: scale(1);
  transform-origin: center;
  will-change: transform;
  transition: transform 0.4s ease-in-out 0s;
}

main.popup-nav-show {
  pointer-events: none;
}

main.popup-nav-show .mob-nav-container .nav-wrapper .login-secondary,  main.popup-nav-show .mob-nav-container .autoplay-video {
  opacity: 1;
}

main.popup-nav-show .main-nav .nav-items:nth-child(1) .nav-link, main.popup-nav-show .replace-sub-nav .reveal-animation:nth-child(1) .dropdown-item {
  animation: ClipRectFadeIn 0.8s ease 50ms both;
}

main.popup-nav-show .main-nav .nav-items:nth-child(2) .nav-link, main.popup-nav-show .replace-sub-nav .reveal-animation:nth-child(2) .dropdown-item {
  animation: ClipRectFadeIn 0.8s ease 100ms both;
}

main.popup-nav-show .main-nav .nav-items:nth-child(3) .nav-link, main.popup-nav-show .replace-sub-nav .reveal-animation:nth-child(3) .dropdown-item {
  animation: ClipRectFadeIn 0.8s ease 150ms both;
}

main.popup-nav-show .main-nav .nav-items:nth-child(4) .nav-link, main.popup-nav-show .replace-sub-nav .reveal-animation:nth-child(4) .dropdown-item {
  animation: ClipRectFadeIn 0.8s ease 200ms both;
}

main.popup-nav-show .main-nav .nav-items:nth-child(5) .nav-link, main.popup-nav-show .replace-sub-nav .reveal-animation:nth-child(5) .dropdown-item {
  animation: ClipRectFadeIn 0.8s ease 250ms both;
}

main.popup-nav-show .main-nav .nav-items:nth-child(6) .nav-link, main.popup-nav-show .replace-sub-nav .reveal-animation:nth-child(6) .dropdown-item {
  animation: ClipRectFadeIn 0.8s ease 250ms both;
}

main.popup-nav-show .main-nav .nav-items:nth-child(7) .nav-link, main.popup-nav-show .replace-sub-nav .reveal-animation:nth-child(7) .dropdown-item {
  animation: ClipRectFadeIn 0.8s ease 250ms both;
}

main.popup-nav-show .main-nav .nav-items:nth-child(8) .nav-link, main.popup-nav-show .replace-sub-nav .reveal-animation:nth-child(8) .dropdown-item {
  animation: ClipRectFadeIn 0.8s ease 250ms both;
}

main.popup-nav-show .main-nav .nav-items:nth-child(9) .nav-link, main.popup-nav-show .replace-sub-nav .reveal-animation:nth-child(9) .dropdown-item {
  animation: ClipRectFadeIn 0.8s ease 300ms both;
}

main.popup-nav-show .main-nav .nav-items:nth-child(10) .nav-link, main.popup-nav-show .replace-sub-nav .reveal-animation:nth-child(10) .dropdown-item {
  animation: ClipRectFadeIn 0.8s ease 350ms both;
}

main.header-nav-exit .mob-nav-container .nav-wrapper .login-secondary {
  transition-delay: 0s;
  opacity: 0
}

main.popup-nav-show .mob-nav-container .nav-background {
  transform: scale(50);
}

/*exit*/

main.header-nav-text-exit .main-nav .nav-items:nth-child(1) .nav-link, main.header-nav-text-exit .replace-sub-nav .reveal-animation:nth-child(1) .dropdown-item {
  animation: ClipRectFadeOut 0.8s ease 50ms both;
}

main.header-nav-text-exit .main-nav .nav-items:nth-child(2) .nav-link, main.header-nav-text-exit .replace-sub-nav .reveal-animation:nth-child(2) .dropdown-item {
  animation: ClipRectFadeOut 0.8s ease 100ms both;
}

main.header-nav-text-exit .main-nav .nav-items:nth-child(3) .nav-link, main.header-nav-text-exit .replace-sub-nav .reveal-animation:nth-child(3) .dropdown-item {
  animation: ClipRectFadeOut 0.8s ease 150ms both;
}

main.header-nav-text-exit .main-nav .nav-items:nth-child(4) .nav-link, main.header-nav-text-exit .replace-sub-nav .reveal-animation:nth-child(4) .dropdown-item {
  animation: ClipRectFadeOut 0.8s ease 200ms both;
}

main.header-nav-text-exit .main-nav .nav-items:nth-child(5) .nav-link, main.header-nav-text-exit .replace-sub-nav .reveal-animation:nth-child(5) .dropdown-item {
  animation: ClipRectFadeOut 0.8s ease 250ms both;
}

main.header-nav-text-exit .main-nav .nav-items:nth-child(6) .nav-link, main.header-nav-text-exit .replace-sub-nav .reveal-animation:nth-child(6) .dropdown-item {
  animation: ClipRectFadeOut 0.8s ease 250ms both;
}

main.header-nav-text-exit .main-nav .nav-items:nth-child(7) .nav-link, main.header-nav-text-exit .replace-sub-nav .reveal-animation:nth-child(7) .dropdown-item {
  animation: ClipRectFadeOut 0.8s ease 250ms both;
}

main.header-nav-text-exit .main-nav .nav-items:nth-child(8) .nav-link, main.header-nav-text-exit .replace-sub-nav .reveal-animation:nth-child(8) .dropdown-item {
  animation: ClipRectFadeOut 0.8s ease 250ms both;
}

main.header-nav-text-exit .main-nav .nav-items:nth-child(9) .nav-link, main.header-nav-text-exit .replace-sub-nav .reveal-animation:nth-child(9) .dropdown-item {
  animation: ClipRectFadeOut 0.8s ease 300ms both;
}

main.header-nav-text-exit .main-nav .nav-items:nth-child(10) .nav-link, main.header-nav-text-exit .replace-sub-nav .reveal-animation:nth-child(10) .dropdown-item {
  animation: ClipRectFadeOut 0.8s ease 350ms both;
}

@media screen and (min-width: 1200px) {
  main .mob-nav-container .nav-background {
    transition-duration: 0.6s;
  }

  main.popup-nav-show .mob-nav-container .nav-background {
    transform: scale(60);
  }
}

@media screen and (min-width: 1800px) {
  main .mob-nav-container .nav-background {
    transition-duration: 0.7s;
  }

  main.popup-nav-show .mob-nav-container .nav-background {
    transform: scale(70);
  }
}

@media screen and (min-width: 2200px) {
  main .mob-nav-container .nav-background {
    transition-duration: 0.8s;
  }

  main.popup-nav-show .mob-nav-container .nav-background {
    transform: scale(80);
  }
}

@media screen and (min-width: 2500px) {
  main .mob-nav-container .nav-background {
    transition-duration: 0.9s;
  }

  main.popup-nav-show .mob-nav-container .nav-background {
    transform: scale(90);
  }
}

@media screen and (min-width: 2800px) {
  main .mob-nav-container .nav-background {
    transition-duration: 1s;
  }

  main.popup-nav-show .mob-nav-container .nav-background {
    transform: scale(100);
  }
}

main.header-nav-exit .mob-nav-container .nav-background {
  transform: scale(0.8);
}

main.popup-nav-show > header .current-logo {
  transition: all 0.4s ease;
}

main.header-nav-exit main > header .logo-wrapper img:not(.current-logo) {
  transition: all 0.4s ease 0.5s;
}

main.popup-nav-show > header .logo-main {
  opacity: 1;
}

main.header-nav-exit main > header .logo-wrapper img:not(.current-logo) {
  opacity: 0;
}

main.header-nav-exit main > header .current-logo {
  opacity: 1;
  transition-delay: 0.3s;
}

/*header child nav*/

.mob-nav-container.child-nav-active .parent-nav {
  display: none;
}

.login-wrapper:not(.mob-nav-container.child-nav-active .parent-nav) {
  pointer-events: auto;
  z-index: 99;
}

.mob-nav-container.child-nav-active .child-nav {
  display: block;
}

.mob-nav-container .child-nav .animate, .mob-nav-container .back-btn-animate {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mob-nav-container.child-nav-animate .child-nav .animate,  .mob-nav-container.child-nav-animate .back-btn-animate {
  pointer-events: auto;
  opacity: 1;
}

@media screen and (max-width: 768px) and (min-height: 532px) {
  .mob-nav-container .inner {
    align-items: center;
  }

  .mob-nav-container .inner .nav-link,  .mob-nav-container .inner .dropdown-item {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media screen and (min-height: 700px) {
  .mob-nav-container .inner {
    align-items: center;
  }
}

@media screen and (min-height: 900px) and (max-width: 767px) {
  .mob-nav-container .inner {
    align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-height: 760px) {
  .footer-extra-gap {
    padding-top: calc(760px - 100vh);
  }

  main.HomePage footer{
  }
}

/* ==typography */

/* ==button */

/* ==c-solution-item */

/* ==solution item */

.c-shadow-box {
  border-radius: 1.5rem;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .c-shadow-box {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-shadow: 0px 10px 40px rgba(0, 0, 0, 0);
    --tw-shadow-colored: 0px 10px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: linear;
  }
}

.c-shadow-box {
  /* @apply */
}

.c-shadow-box:not(.shadow-none):hover {
  /* @apply */
}

@media (min-width: 768px) {
  .c-shadow-box:not(.shadow-none):hover {
    --tw-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 10px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.c-shadow-box .c-btn {
  opacity: 1;
}

@media (min-width: 768px) {
  .c-shadow-box .c-btn {
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: linear;
  }
}

.c-shadow-box:not(.shadow-none):hover .c-btn {
  opacity: 1;
}

@media (min-width: 768px) {
  .c-shadow-box:hover .c-btn {
    opacity: 1;
  }
}

.form-control::-moz-placeholder {
  width: 100%;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  font-size: 24px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-control, 
.form-control:focus, 
.form-control:active, 
.form-control::placeholder {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  font-size: 24px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.c-shadow-box:not(
.form-control::-moz-placeholder):hover {
  /* @apply */
}

.c-shadow-box:not(.form-control):hover, .c-shadow-box:not(
.form-control:focus):hover, .c-shadow-box:not(
.form-control:active):hover, .c-shadow-box:not(
.form-control::placeholder):hover {
  /* @apply */
}

@media (min-width: 768px) {
  .c-shadow-box:not(
.form-control::-moz-placeholder):hover {
    --tw-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 10px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .c-shadow-box:not(.form-control):hover,  .c-shadow-box:not(
.form-control:focus):hover,  .c-shadow-box:not(
.form-control:active):hover,  .c-shadow-box:not(
.form-control::placeholder):hover {
    --tw-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 10px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.c-shadow-box:not(
.form-control::-moz-placeholder):hover .c-btn {
  opacity: 1;
}

.c-shadow-box:not(.form-control):hover .c-btn,  .c-shadow-box:not(
.form-control:focus):hover .c-btn,  .c-shadow-box:not(
.form-control:active):hover .c-btn,  .c-shadow-box:not(
.form-control::placeholder):hover .c-btn {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .form-control::-moz-placeholder {
    font-size: 16px;
    line-height: 24px;
  }
  .form-control, 
    .form-control:focus, 
    .form-control:active, 
    .form-control::placeholder {
    font-size: 16px;
    line-height: 24px;
  }
}

form table img, form table b {
  display: none;
}

form table td {
  font-size: 12px ;
  line-height: 24px;
}

form table input {
  margin-bottom: 3rem;
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  background-color: transparent;
  padding-bottom: 0.5rem;
  font-size: 24px;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form-group.error form table input {
  box-shadow: 0px -1px 0px 0px red;
}

form table input.invalid {
  border-color: red;
}

form table input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.5;
}

form table input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.5;
}

form table input[type="submit"] {
  margin-bottom: 2rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 12px ;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-group.error form table input[type="submit"] {
  box-shadow: 0px -1px 0px 0px red;
}

form table input[type="submit"].invalid {
  border-color: red;
}

.extralogin {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.extralogin label {
  font-size: 12px ;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(119 120 123 / var(--tw-text-opacity));
}

.extralogin p {
  --tw-text-opacity: 1;
  color: rgb(119 120 123 / var(--tw-text-opacity));
}

.extralogin p > a,  .extralogin p > a:active,  .extralogin p > a:hover {
  --tw-text-opacity: 1;
  color: rgb(27 117 187 / var(--tw-text-opacity));
}

.extralogin input[type="submit"],   .embed-form input[type="submit"] {
  padding-left: 6rem;
  padding-right: 6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.extralogin input[type="submit"]:hover,  .extralogin input[type="submit"]:active,  .extralogin input[type="submit"]:focus-visible,  .embed-form input[type="submit"]:hover,   .embed-form input[type="submit"]:active,   .embed-form input[type="submit"]:focus-visible {
  box-shadow: none;
  outline-style: none;
}

.extralogin input[type="submit"].c-btn-default,   .embed-form input[type="submit"].c-btn-default {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.extralogin input[type="submit"].c-btn-big,   .embed-form input[type="submit"].c-btn-big {
  min-width: 193px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.extralogin input[type="submit"].c-btn-medium,   .embed-form input[type="submit"].c-btn-medium {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

body:not(.touch) .extralogin input[type="submit"]:hover .btn-fill, body:not(.touch)  .embed-form input[type="submit"]:hover .btn-fill {
  transform: translate3d(0, 0%, 0);
  visibility: hidden;
}

body:not(.touch) .extralogin input[type="submit"]:hover .btn-fill.exit, body:not(.touch)  .embed-form input[type="submit"]:hover .btn-fill.exit {
  transform: translate3d(0, 0%, 0);
  visibility: visible;
}

.extralogin input[type="submit"] .btn-text,  .extralogin input[type="submit"] .material-icons,  .embed-form input[type="submit"] .btn-text,   .embed-form input[type="submit"] .material-icons {
  /*content box btn has overwrite*/
  transition: color 0.3s cubic-bezier(0.52, 0, 0.74, 0) 0s;
  /*content box btn has overwrite*/
}

.extralogin input[type="submit"] .btn-text .sup,  .embed-form input[type="submit"] .btn-text .sup{
  transition: color 0.3s cubic-bezier(0.52, 0, 0.74, 0) 0.1s;
}

.extralogin input[type="submit"] svg path,  .embed-form input[type="submit"] svg path {
  transition: fill 0.3s cubic-bezier(0.52, 0, 0.74, 0) 0s;
}

body:not(.touch) .extralogin input[type="submit"]:hover .btn-text,  body:not(.touch) .extralogin input[type="submit"]:hover .material-icons, body:not(.touch)  .embed-form input[type="submit"]:hover .btn-text,  body:not(.touch)  .embed-form input[type="submit"]:hover .material-icons {
  /*delay 0.3s in js*/
  transition: color 0.3s cubic-bezier(0.52, 0, 0.74, 0) 0.1s;
  /*delay 0.3s in js*/
}

body:not(.touch) .extralogin input[type="submit"]:hover svg path, body:not(.touch)  .embed-form input[type="submit"]:hover svg path {
  transition: fill 0.3s cubic-bezier(0.52, 0, 0.74, 0) 0.1s;
  /*delay 0.3s in js*/
}

.extralogin input[type="submit"],  .embed-form input[type="submit"] {
  margin-right: auto;
  display: flex;
  min-width: 193px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  border-width: 1px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 12px ;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

@media screen and (max-width: 767px) {
  .dropdown-items .extralogin input[type="submit"],   .dropdown-category-wrapper .replace .extralogin input[type="submit"],  .dropdown-items  .embed-form input[type="submit"],   .dropdown-category-wrapper .replace  .embed-form input[type="submit"] {
    border-style: none;
    padding: 0px;
  }
}

.c-shadow-box .extralogin input[type="submit"],  .c-shadow-box  .embed-form input[type="submit"] {
  opacity: 1;
}

@media (min-width: 768px) {
  .c-shadow-box .extralogin input[type="submit"],  .c-shadow-box  .embed-form input[type="submit"] {
    opacity: 0;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: linear;
  }
}

.c-shadow-box:not(.shadow-none):hover .extralogin input[type="submit"],  .c-shadow-box:not(.shadow-none):hover  .embed-form input[type="submit"] {
  opacity: 1;
}

@media (min-width: 768px) {
  .c-shadow-box:hover .extralogin input[type="submit"],  .c-shadow-box:hover  .embed-form input[type="submit"] {
    opacity: 1;
  }
}

.form-slide-container.open .extralogin input[type="submit"] path,  .form-slide-container.open  .embed-form input[type="submit"] path {
  fill: #fff;
}

.category-link.active .extralogin input[type="submit"],  .category-link.active  .embed-form input[type="submit"] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.category-link.active .extralogin input[type="submit"] span,  .category-link.active  .embed-form input[type="submit"] span {
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.extralogin .form-control,  .extralogin .inputbox,  .default-form input {
  height: 3rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 202 203 / var(--tw-border-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

.extralogin .form-group {
  margin-bottom: 1rem;
}

.form-group.error .border-white {
  box-shadow: 0px -1px 0px 0px red;
}

.tab-btn.active span {
  opacity: 1;
}

.tab-btn:not(.active) h2 {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(119 120 123 / var(--tw-text-opacity));
  opacity: 0.5;
}

.tab-btn:not(.active):hover h2 {
  opacity: 1;
}

.login-wrapper {
  pointer-events: none;
}

.login-wrapper:not(.hidden) {
  pointer-events: auto;
  z-index: 99;
}

.login-wrapper .login-header .logo {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: ease;
}

.login-wrapper .login-header.header-hide .logo {
  opacity: 0;
}

/*slider form*/

body:not(.loaded) .form-slide-container {
  display: none;
}

.login-wrapper:not(body:not(.loaded) .form-slide-container) {
  pointer-events: auto;
  z-index: 99;
}

.z-index-top {
  z-index: 999;
}

.form-slide-container.open {
  pointer-events: auto;
}

.form-slide-container.animate .overlay-form {
  opacity: 0.9;
}

@media screen and (max-width: 768px) {
  .form-slide-container.open .from-wrapper .form-slide-close-button.-rotate-180 {
    display: none;
  }

  .login-wrapper:not(.form-slide-container.open .from-wrapper .form-slide-close-button.-rotate-180) {
    pointer-events: auto;
    z-index: 99;
  }

  body.init-page-transition .form-slide-container,  body.init-page-transition .form-slide-button {
    display: none;
  }

  .login-wrapper:not(body.init-page-transition .form-slide-container),  .login-wrapper:not( body.init-page-transition .form-slide-button) {
    pointer-events: auto;
    z-index: 99;
  }
}

.form-slide-container.open .bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
}

.form-slide-container.open path {
  fill: #1B75BB;
}

.form-slide-container.open .c-btn path {
  fill: #fff;
}

.form-slide-container form table{
  width: 100%;
}

.form-slide-container .slide-form p > a {
  color: #fff;
}

/*.embed form*/

.embed-form input {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  padding-bottom: 0.5rem;
  font-size: 24px;
  line-height: 32px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.c-shadow-box:not(.embed-form input):hover {
  /* @apply */
}

@media (min-width: 768px) {
  .c-shadow-box:not(.embed-form input):hover {
    --tw-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0px 10px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.c-shadow-box:not(.embed-form input):hover .c-btn {
  opacity: 1;
}

.embed-form input:not(.wfe_button) {
  width: 100%;
}

.embed-form .wfe_button {
  --tw-border-opacity: 1;
  border-color: rgb(201 202 203 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(8 58 96 / var(--tw-text-opacity));
}

.embed-form .wfe_button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(27 117 187 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.embed-form .wfe_component {
  margin-bottom: 3rem;
  display: block;
  width: 100%;
}

/*embed-bg-white*/

.embed-bg-white h1 {
  font-size: clamp(32px, 2.778vw, 40px);
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(27 117 187 / var(--tw-text-opacity));
}

.embed-bg-white form table td {
  --tw-text-opacity: 1;
  color: rgb(119 120 123 / var(--tw-text-opacity));
}

.embed-bg-white form table input {
  --tw-border-opacity: 1;
  border-color: rgb(201 202 203 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

.embed-bg-white form table input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(201 202 203 / var(--tw-text-opacity));
}

.embed-bg-white form table input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(201 202 203 / var(--tw-text-opacity));
}

.embed-bg-white form table input[type="submit"] {
  margin-right: auto;
  max-width: 250px;
  --tw-border-opacity: 1;
  border-color: rgb(8 58 96 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(8 58 96 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.form-slide-container.open .embed-bg-white form table input[type="submit"] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
}

.border-white.invalid {
  border-color: red;
}

#ForgotPassword {
  margin-top: 15px;
}

#MemberLoginForm_LoginForm_Remember_Holder {
  display: flex;
  align-items: center;
}

.login-page-wrap .message {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(119 120 123 / var(--tw-text-opacity));
}

.default-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.default-form .text {
  width: 400px;
}

.default-form .field, .login-form__message, .login-form__content, .default-form .btn-toolbar {
  margin-top: 15px;
}

.default-form .checkbox {
  margin-right: 10px;
}

.default-form input[type="submit"] {
  padding-top: 0;
  padding-bottom: 0;
}

body:not(.loaded) .video-popup {
  display: none;
}

.login-wrapper:not(body:not(.loaded) .video-popup) {
  pointer-events: auto;
  z-index: 99;
}

/*generic emebd fix*/

.ss-htmleditorfield-file.embed{
  position: relative;
  max-width: calc(100vw - 30px);
  max-width: min(calc(100vw - 30px), 100%);
  display: block;
}

.ss-htmleditorfield-file.embed video{
  max-width: 100% !important;
}

.ss-htmleditorfield-file.embed  .caption{
  font-size: 14px;
  margin-top: 5px;
}

/*.ss-htmleditorfield-file.external-video{
    width: 100% !important;
    position: relative;
    padding-top: 56.2%;
    margin-bottom: 15px;
    !*overflow: hidden;*!
}
.ss-htmleditorfield-file.external-video .caption{
    position: absolute;
    z-index: 999;
    top: 101%;
    font-size: 14px;
    left: 0px;
}
*/

.ss-htmleditorfield-file.external-video iframe{
  position: relative;
  aspect-ratio: 16 / 9;
  height: auto !important;
  max-width: 100% !important;
}

/* ==scroller */

/*fade in*/

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -30);
  }

  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes fadeInDownFull {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes InUp {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 20);
  }

  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes InUpLong {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 60);
  }

  100% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 10);
  }

  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes fadeInUpLong {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 40);
  }

  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes fadeInUpSuperLong {
  0% {
    visibility: visible;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 50);
  }

  100% {
    visibility: visible;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes fullUp {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes fadeInZoomOutSmall {
  0% {
    opacity: 0;
    transform: matrix(1.5, 0, 0, 1.5, 0, 0);
  }

  100% {
    opacity: 1;
    margin-top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes fadeInZoomOut {
  0% {
    opacity: 0;
    transform: matrix(2.5, 0, 0, 2.5, 0, 0);
  }

  100% {
    opacity: 1;
    margin-top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

/*for imges with will be initially scaled to 1.2*/

@keyframes fadeInUpScale {
  0% {
    opacity: 0;
    transform: matrix(2.5, 0, 0, 2.5, 0, 80);
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    margin-top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

@keyframes scaleUp {
  0% {
    opacity: 1;
    margin-top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  100% {
    opacity: 1;
    margin-top: 0px;
    transform: matrix(1.2, 0, 0, 1.2, 0, 0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    margin-top: 10px;
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -10);
  }
}

@keyframes fadeOutUpLong {
  0% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  100% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, -60);
  }
}

@keyframes fadeOutDowFixed {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    bottom: 0;
  }
}

/*slide in*/

@keyframes slideIn {
  0% {
    left: 100%;
  }

  80% {
    left: 0%;
  }

  100% {
    left: 0%;
  }
}

/*spin*/

@keyframes spin {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/*pulse blink*/

/*text reveal*/

@keyframes revealCurtain {
  0% {
    -webkit-clip-path: inset(100% 0px 0% 0px);
            clip-path: inset(100% 0px 0% 0px);
  }

  100% {
    -webkit-clip-path: inset(0% 0px 0% 0px);
            clip-path: inset(0% 0px 0% 0px);
  }
}

@keyframes reveal {
  0% {
    max-height: 0;
    visibility: hidden;
  }

  0.1% {
    visibility: visible;
  }

  100% {
    max-height: 180px;
    visibility: visible;
  }
}

/*text reveal*/

@keyframes revealIn {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes revealOut {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

/* delay prev*/

@keyframes delayPrev {
  0% {
    transform: translate(0);
  }

  25% {
    transform: translate(-10%);
  }

  100% {
    transform: translate(0%);
  }
}

@keyframes slideNext {
  0% {
    transform: translate(0);
  }

  25% {
    transform: translate(10%);
  }

  100% {
    transform: translate(0%);
  }
}

/* thumbnail left right*/

@keyframes leftChange {
  0% {
    transform: translate(0);
  }

  25% {
    transform: translate(-1%);
  }

  100% {
    transform: translate(0%);
  }
}

@keyframes changeRight {
  0% {
    transform: translate(0);
  }

  25% {
    transform: translate(1%);
  }

  100% {
    transform: translate(0%);
  }
}

@keyframes ClipRectIn {
  0% {
    visibility: hidden;
    -webkit-clip-path: inset(0% 0px 100% 0px);
            clip-path: inset(0% 0px 100% 0px);
    transform: translateY(100%);
  }

  100% {
    visibility: visible;
    -webkit-clip-path: inset(0% 0px 0% 0px);
            clip-path: inset(0% 0px 0% 0px);
    transform: translateY(0%);
  }
}

@keyframes ClipRectFadeIn {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0% 0px 100% 0px);
            clip-path: inset(0% 0px 100% 0px);
    transform: translateY(100%) rotate(0deg);
    transform-origin: left top;
  }

  100% {
    opacity: 1;
    -webkit-clip-path: inset(0% 0px 0% 0px);
            clip-path: inset(0% 0px 0% 0px);
    transform: translateY(0%) rotate(0deg);
    transform-origin: left top;
  }
}

@keyframes ClipRectFadeOut {
  0% {
    opacity: 1;
    -webkit-clip-path: inset(0% 0px 0% 0px);
            clip-path: inset(0% 0px 0% 0px);
    transform: translateY(0%) rotate(0deg);
    transform-origin: left top;
  }

  100% {
    opacity: 0;
    -webkit-clip-path: inset(0% 0px -100% 0px);
            clip-path: inset(0% 0px -100% 0px);
    transform: translateY(-100%) rotate(0deg);
    transform-origin: left top;
  }
}

@keyframes ClipRectSide {
  0% {
    -webkit-clip-path: inset(0px 100% 0px 0px);
            clip-path: inset(0px 100% 0px 0px);
  }

  100% {
    -webkit-clip-path: inset(0% 0px 0% 0px);
            clip-path: inset(0% 0px 0% 0px);
  }
}

@keyframes ClipRectSideLeft {
  0% {
    -webkit-clip-path: inset(0px 0px 0px 100%);
            clip-path: inset(0px 0px 0px 100%);
  }

  100% {
    -webkit-clip-path: inset(0px 0px 0px 0%);
            clip-path: inset(0px 0px 0px 0%);
  }
}

@keyframes ClipRectSideUp {
  0% {
    visibility: hidden;
    -webkit-clip-path: inset(0px 0% 100% 0%);
            clip-path: inset(0px 0% 100% 0%);
    transform: translateY(70%);
  }

  100% {
    visibility: visible;
    -webkit-clip-path: inset(0px 0px 0px 0%);
            clip-path: inset(0px 0px 0px 0%);
    transform: translateY(0%);
  }
}

@keyframes showFixedNav {
  100% {
    transform: translateY(50%);
  }
}

@keyframes loadingAnimation {
  0% {
    opacity: 0.6;
    -webkit-mask-position: 50% 50%;
    transform: scale(0.3);
  }

  20% {
    opacity: 0.9;
    -webkit-mask-position: 50% 50%;
    transform: scale(0.6);
  }

  33.33% {
    opacity: 0.6;
    -webkit-mask-position: 50% 50%;
    transform: scale(0.4);
  }

  53.33% {
    opacity: 0.9;
    -webkit-mask-position: 50% 50%;
    transform: scale(0.7);
  }

  66.6% {
    opacity: 0.6;
    -webkit-mask-position: 50% 50%;
    transform: scale(0.5);
  }

  86.6% {
    opacity: 0.9;
    -webkit-mask-position: 50% 50%;
    transform: scale(0.9);
  }

  100% {
    opacity: 0.6;
    -webkit-mask-position: 50% 50%;
    transform: scale(0.7)
  }
}

@keyframes goFullWidth {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes bgGradient {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: matrix(2, 0, 0, 2, 1500, 0) rotate(-60deg);
  }
}

@keyframes bgGradientSecondary {
  0% {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: matrix(2, 0, 0, 2, 1500, 120) rotate(-60deg);
  }
}

/* ==stat */

h1.decimal2 .number-scroll:nth-child(2) {
  position: relative;
  padding-right: clamp(0.6rem, 2vw, 1.75rem);
}

h1.decimal2 .number-scroll:nth-child(2):after {
  content: '.';
  position: absolute;
  bottom: 0px;
  right: 0px;
}

h1.decimal1 .number-scroll:nth-child(1) {
  position: relative;
  padding-right: clamp(0.6rem, 2vw, 1.75rem);
}

h1.decimal1 .number-scroll:nth-child(1):after {
  content: '.';
  position: absolute;
  bottom: 0px;
  right: 0px;
}

h1 .number-scroll:last-child {
  position: relative;
  padding-right: clamp(6rem, 12vw, 10rem);
}

h1 .number-scroll:last-child:after {
  content: '%';
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 0.375rem
}

/* ==blog */

@media screen and (max-width: 767px) {
  .dropdown-category-wrapper .p-0 {
    padding: 0 !important;
  }

  .category-dropdown {
    display: flex;
    justify-content: space-between;
  }

  .dropdown-items .c-btn,  .dropdown-category-wrapper .replace .c-btn {
    border-style: none;
    padding: 0px !important;
  }

  .dropdown-category-wrapper .dropdown-items a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.category-link.active .c-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.category-link.active .c-btn span {
  --tw-bg-opacity: 1;
  background-color: rgb(27 117 187 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* ==contact video */

@media screen and (max-width: 767px) and (min-height: 800px ) {
  .mobile-scroll-delay-contact {
    min-height: 182%;
  }
}

/*sm*/

@media screen and (max-width: 767px) and (max-height: 1000px ) {
  .mobile-scroll-delay-contact {
    bottom: -110%;
  }
}

@media screen and (max-width: 767px) and (max-height: 800px ) {
  .mobile-scroll-delay-contact {
    bottom: -140%;
  }
}

@media screen and (max-width: 767px) and (max-height: 700px ) {
  .mobile-scroll-delay-contact {
    bottom: -160%;
  }
}

@media screen and (max-width: 767px) and (max-height: 576px ) {
  .mobile-scroll-delay-contact {
    bottom: -200%;
  }
}

@media screen and (max-width: 767px) and (max-height: 500px ) {
  .mobile-scroll-delay-contact {
    bottom: -234%;
  }
}

/*xs*/

@media screen and (max-width: 576px) and (max-height: 1000px ) {
  .mobile-scroll-delay-contact {
    bottom: -80%;
  }
}

@media screen and (max-width: 576px) and (max-height: 900px ) {
  .mobile-scroll-delay-contact {
    bottom: -75%;
  }
}

@media screen and (max-width: 576px) and (max-height: 800px ) {
  .mobile-scroll-delay-contact {
    bottom: -81%;
  }
}

@media screen and (max-width: 576px) and (max-height: 700px ) {
  .mobile-scroll-delay-contact {
    bottom: -102%;
  }
}

@media screen and (max-width: 576px) and (max-height: 576px ) {
  .mobile-scroll-delay-contact {
    bottom: -132%;
  }
}

@media screen and (max-width: 576px) and (max-height: 500px ) {
  .mobile-scroll-delay-contact {
    bottom: -175%;
  }
}

/*xxs*/

@media screen and (max-width: 400px) and (max-height: 1000px ) {
  .mobile-scroll-delay-contact {
    bottom: -80%;
  }
}

@media screen and (max-width: 400px) and (max-height: 900px ) {
  .mobile-scroll-delay-contact {
    bottom: -75%;
  }
}

@media screen and (max-width: 400px) and (max-height: 800px ) {
  .mobile-scroll-delay-contact {
    bottom: -80%;
  }
}

@media screen and (max-width: 400px) and (max-height: 700px ) {
  .mobile-scroll-delay-contact {
    bottom: -73%;
  }
}

@media screen and (max-width: 400px) and (max-height: 576px ) {
  .mobile-scroll-delay-contact {
    bottom: -90%;
  }
}

@media screen and (max-width: 400px) and (max-height: 500px ) {
  .mobile-scroll-delay-contact {
    bottom: -100%;
  }
}

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

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

.placeholder\:opacity-50::-moz-placeholder {
  opacity: 0.5;
}

.placeholder\:opacity-50::placeholder {
  opacity: 0.5;
}

.hover\:\!text-primary-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(8 58 96 / var(--tw-text-opacity)) !important;
}

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

.hover\:text-primary-900:hover {
  --tw-text-opacity: 1;
  color: rgb(8 58 96 / var(--tw-text-opacity));
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:duration-100 {
  transition-duration: 100ms;
}

.group:hover .group-hover\:ease-linear {
  transition-timing-function: linear;
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity));
  }
}

@media (min-width: 576px) {
  .sm\:text-9xl {
    font-weight: 400;
  }

  .sm\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm\:top-\[6\%\] {
    top: 6%;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:min-h-\[calc\(650px\+\(3\.2\*\(50vw\)\)\)\] {
    min-height: calc(650px + (3.2 * (50vw)));
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:text-9xl {
    font-size: clamp(64px, 13.889vw, 200px);
    line-height: 1;
    letter-spacing: -0.04em;
  }
}

@media (min-width: 768px) {
  .md\:text-6xl {
    font-weight: 400;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:right-\[14\%\] {
    right: 14%;
  }

  .md\:top-24 {
    top: 6rem;
  }

  .md\:left-24 {
    left: 6rem;
  }

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

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

  .md\:right-\[86px\] {
    right: 86px;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-start-7 {
    grid-column-start: 7;
  }

  .md\:col-start-6 {
    grid-column-start: 6;
  }

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

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

  .md\:mb-48 {
    margin-bottom: 12rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-48 {
    margin-top: 12rem;
  }

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

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-\[208px\] {
    margin-top: 208px;
  }

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

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:mb-40 {
    margin-bottom: 10rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mt-64 {
    margin-top: 16rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

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

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[calc\(200px\+6vw\)\] {
    height: calc(200px + 6vw);
  }

  .md\:h-full {
    height: 100%;
  }

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

  .md\:h-12 {
    height: 3rem;
  }

  .md\:min-h-\[140\%\] {
    min-height: 140%;
  }

  .md\:min-h-\[110\%\] {
    min-height: 110%;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

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

  .md\:w-3\/6 {
    width: 50%;
  }

  .md\:w-\[calc\(100\%\+80vw\)\] {
    width: calc(100% + 80vw);
  }

  .md\:w-\[102\%\] {
    width: 102%;
  }

  .md\:w-\[80vw\] {
    width: 80vw;
  }

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

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:translate-x-\[calc\(100\%\)\] {
    --tw-translate-x: calc(100%);
    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));
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }

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

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .md\:justify-start {
    justify-content: flex-start;
  }

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

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

  .md\:gap-11 {
    gap: 2.75rem;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-32 {
    gap: 8rem;
  }

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

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

  .md\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .md\:gap-y-24 {
    row-gap: 6rem;
  }

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

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .md\:object-right-top {
    -o-object-position: right top;
       object-position: right top;
  }

  .md\:object-\[85\%_50\%\] {
    -o-object-position: 85% 50%;
       object-position: 85% 50%;
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:pt-56 {
    padding-top: 14rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pt-\[55\.11\%\] {
    padding-top: 55.11%;
  }

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

  .md\:pt-64 {
    padding-top: 16rem;
  }

  .md\:pb-\[37rem\] {
    padding-bottom: 37rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

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

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pt-48 {
    padding-top: 12rem;
  }

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

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

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-\[56\.25\%\] {
    padding-top: 56.25%;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pr-20 {
    padding-right: 5rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

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

  .md\:text-6xl {
    font-size: clamp(64px,5.556vw, 80px);
    line-height: 1;
  }

  .md\:text-3xl {
    font-size: 32px;
    line-height: 1.2;
  }

  .md\:text-xl {
    font-size: 16px;
    line-height: 24px;
  }

  .md\:\!text-\[50px\] {
    font-size: 50px !important;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

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

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

  .md\:duration-200 {
    transition-duration: 200ms;
  }

  .md\:ease-in-default {
    transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  }
}

@media (min-width: 992px) {
  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:top-auto {
    top: auto;
  }

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

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

  .lg\:-top-5 {
    top: -1.25rem;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-64 {
    margin-bottom: 16rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:mt-64 {
    margin-top: 16rem;
  }

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

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:min-h-\[110\%\] {
    min-height: 110%;
  }

  .lg\:min-h-fit {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }

  .lg\:w-\[calc\(100\%\+60vw\)\] {
    width: calc(100% + 60vw);
  }

  .lg\:w-20 {
    width: 5rem;
  }

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

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

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

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

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:border-r-\[2px\] {
    border-right-width: 2px;
  }

  .lg\:border-secondary-700 {
    --tw-border-opacity: 1;
    border-color: rgb(201 202 203 / var(--tw-border-opacity));
  }

  .lg\:object-center {
    -o-object-position: center;
       object-position: center;
  }

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

  .lg\:py-64 {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pr-\[7rem\] {
    padding-right: 7rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:pt-64 {
    padding-top: 16rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:opacity-50 {
    opacity: 0.5;
  }
}

@media (min-width: 1200px) {
  .xl\:w-\[calc\(100\%\+40vw\)\] {
    width: calc(100% + 40vw);
  }

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

@media (min-width: 1396px) {
  .xxl\:right-\[14\%\] {
    right: 14%;
  }

  .xxl\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

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