mark, .mark {
  background: transparent;
  position: relative;
  color: inherit;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}

  mark.purple:after, mark.green:after, mark.green-2:after, mark.green-3:after, .mark.purple:after, .mark.green:after, .mark.green-2:after, .mark.green-3:after {
      position: absolute;
      content: '';
      display: block;
      height: 45%;
      width: 100%;
      bottom: 0;
      left: 0;
      z-index: -1;
      background-position: bottom center;
      background-repeat: repeat-x;
    }

  mark.purple:after, .mark.purple:after {
      background-image: url(/wp-content/themes/wagestream/public/new/images/highlight.svg?238fe4064b0daea046b44220585f890a);
      background-size: 201px;
    }

  mark.green:after, .mark.green:after {
      background-image: url(/wp-content/themes/wagestream/public/new/images/highlight-green.svg?697db271f0e333c106d36ad9995ff1d2);
      background-size: 192px;
    }

  mark.green-2:after, .mark.green-2:after {
      background-image: url(/wp-content/themes/wagestream/public/new/images/highlight-green-2.svg?56dbcc7a025e0f22b3a83f0240c842ef);
      background-size: 192px;
    }

  mark.green-3:after, .mark.green-3:after {
      background-image: url(/wp-content/themes/wagestream/public/new/images/highlight-green-3-mobile.svg?c2fadaab45387895a27b3099ede6f9a4);
      background-size: 100px;
      bottom: -2px;
    }

  @media (min-width: 1200px) {

  mark.green-3:after, .mark.green-3:after {
        background-image: url(/wp-content/themes/wagestream/public/new/images/highlight-green-3.svg?0b5da1419d1fb6a3be8cd80353a846fc);
        background-size: 431px;
        bottom: -5px
    }
      }

  @media (min-width: 1600px) {

  mark.green-3:after, .mark.green-3:after {
        bottom: -2px
    }
      }

.blick {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, rgba(255,255,255,0.2)), color-stop(50%, transparent));
    background: linear-gradient(to bottom right, rgba(255,255,255,0.2) 50%, transparent 50%);
}
@media (min-width: 768px) {
    .play svg {
        height: 104px;
    }
}
@media (min-width: 768px) {
    .play svg {
        width: 104px;
    }
}
@media (min-width: 1600px) {
    .play svg {
        height: 120px;
    }
}
@media (min-width: 1600px) {
    .play svg {
        width: 120px;
    }
}
.btn {
        display: inline-block;
        border-radius: 9999px;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 16px;
        padding-bottom: 16px;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
}

    .btn-primary {
        --tw-bg-opacity: 1;
        background-color: rgb(143 93 231 / var(--tw-bg-opacity));
}

    .btn-primary:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(115 69 207 / var(--tw-bg-opacity));
}

    .btn-wide {
        width: 100%;
}

    .btn-wide {
        max-width: 320px;
}

    .btn-icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .btn-icon {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}

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

.form-group:not(.checkbox) label {
        margin-bottom: 8px;
}
    .form-group:not(.checkbox) label {
        display: block;
}
    .form-group:not(.checkbox) label {
        font-size: 14px;
}
    .form-group:not(.checkbox) label {
        font-weight: 700;
}
    .form-group:not(.checkbox) label {
        line-height: 21px;
}
    .form-group:not(.checkbox) label {
        letter-spacing: 0.28px;
}
    .form-group:not(.checkbox) label {
        --tw-text-opacity: 1;
        color: rgb(52 39 104 / var(--tw-text-opacity));
}

form input, form select, form button {
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
    }

form input:focus, form select:focus, form button:focus {
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            outline: none;
        }

form .checkbox-label a {
        --tw-text-opacity: 1;
        color: rgb(0 234 205 / var(--tw-text-opacity));
}

form .checkbox-label a {
        -webkit-text-decoration-line: underline;
                text-decoration-line: underline;
}

form .checkbox-checked {
            display: none;
        }

form .checkbox-empty {
            display: block;
        }

form .checkbox-checkbox-icon {

        }

form .checkbox.checked .checkbox-checked {
                display: block;
            }

form .checkbox.checked .checkbox-empty {
                display: none;
            }

form .form-success {
        display: none;
        font-size: 20px;
    }

form.sent .form-success {
        position: absolute;
}

form.sent .form-success {
        top: 0px;
}

form.sent .form-success {
        z-index: 10;
}

form.sent .form-success {
        display: block;
}

form.sent .form-content {
            pointer-events: none;
            opacity: 0;
            z-index: -1;
        }

form .input,  form .textarea {
        border-radius: 9999px;
}

form .input,  form .textarea {
        border-width: 1px;
}

form .input,  form .textarea {
        --tw-border-opacity: 1;
        border-color: rgb(230 235 242 / var(--tw-border-opacity));
}

form .input,  form .textarea {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

form .input,  form .textarea {
        padding-left: 24px;
        padding-right: 24px;
}

form .input,  form .textarea {
        padding-top: 16px;
        padding-bottom: 16px;
}

form .input,  form .textarea {
        font-size: 14px;
}

form .input,  form .textarea {
        font-weight: 500;
}

form .input,  form .textarea {
        line-height: 1;
}

form .input,  form .textarea {
        --tw-text-opacity: 1;
        color: rgb(34 40 47 / var(--tw-text-opacity));
}

form .input::-webkit-input-placeholder, form .textarea::-webkit-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(34 40 47 / var(--tw-placeholder-opacity));
}

form .input::-moz-placeholder, form .textarea::-moz-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(34 40 47 / var(--tw-placeholder-opacity));
}

form .input:-ms-input-placeholder, form .textarea:-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(34 40 47 / var(--tw-placeholder-opacity));
}

form .input::-ms-input-placeholder, form .textarea::-ms-input-placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(34 40 47 / var(--tw-placeholder-opacity));
}

form .input::placeholder,  form .textarea::placeholder {
        --tw-placeholder-opacity: 1;
        color: rgb(34 40 47 / var(--tw-placeholder-opacity));
}

form .input:focus,  form .textarea:focus {
        --tw-border-opacity: 1;
        border-color: rgb(197 207 214 / var(--tw-border-opacity));
}

form .input-select, form .textarea-select {
            -webkit-appearance: none;
        }

form .input-select-wrap, form .textarea-select-wrap {
        position: relative;
}

form .input-select-wrap, form .textarea-select-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}

form .input-select-wrap, form .textarea-select-wrap {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}

form .input-select-wrap:after, form .textarea-select-wrap:after {
                    content: '';
                    display: block;
                    background: url('/wp-content/themes/wagestream/public/new/svg/core/arrow-down.svg');
                    position: absolute;
                    right: 18px;
                    background-size: contain;
                    width: 13px;
                    height: 8px;
                }

form .input.has-error, form .textarea.has-error {
        --tw-border-opacity: 1;
        border-color: rgb(255 0 48 / var(--tw-border-opacity));
}

form .input[disabled], form .textarea[disabled] {
        --tw-border-opacity: 1;
        border-color: rgb(230 235 242 / var(--tw-border-opacity));
}

form .input[disabled], form .textarea[disabled] {
        --tw-bg-opacity: 1;
        background-color: rgb(247 248 251 / var(--tw-bg-opacity));
}

form .textarea {
        min-height: 160px;
}

form .textarea {
        border-radius: 25px;
}

form .textarea {
        padding-left: 24px;
        padding-right: 24px;
}

form .textarea {
        font-size: 14px;
}

form input[type=submit] {
        cursor: pointer;
}

form.dark-theme .checkbox label {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
}
img[data-lazyloaded]{
         opacity: 0;
     }
    img.litespeed-loaded{
        -webkit-transition: opacity .5s linear 0.1s;
        transition: opacity .5s linear 0.1s;
        opacity: 1;
    }
.modal {

    position: fixed;

    top: 0px;

    right: 0px;

    bottom: 0px;

    left: 0px;

    z-index: 50;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    height: 100%;

    width: 100%;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;

    background-color: rgb(44 34 92 / var(--tw-bg-opacity));

    --tw-bg-opacity: 0.8;
}

    .modal-content {

    height: 100%;
}

    .modal-content {

    max-height: 90vh;
}

    .modal-content {

    overflow-y: auto;
}
/*
! 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 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: 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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

  body {
  font-family: semplicitapro, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

  .svg-icon {
    display: inline-block;
    height: auto;
    width: var(--svg-width, 24px);
    fill: currentColor;
  }

  section {
  padding-top: 40px;
  padding-bottom: 40px;
}

  @media (min-width: 576px) {

  .only-tel {
    display: none;
  }
}

  .only-tel-lg {
  display: none;
}

  @media (min-width: 576px) {

  .only-tel-lg {
    display: block;
  }
}

  @media (min-width: 768px) {

  .only-tel-lg {
    display: none;
  }
}

  .only-tab {
  display: none;
}

  @media (min-width: 768px) {

  .only-tab {
    display: block;
  }
}

  @media (min-width: 992px) {

  .only-tab {
    display: none;
  }
}

  .only-tab-lg {
  display: none;
}

  @media (min-width: 992px) {

  .only-tab-lg {
    display: block;
  }
}

  @media (min-width: 1200px) {

  .only-tab-lg {
    display: none;
  }
}

  .only-lap {
  display: none;
}

  @media (min-width: 1200px) {

  .only-lap {
    display: block;
  }
}

  @media (min-width: 1600px) {

  .only-lap {
    display: none;
  }
}

  .only-hd {
  display: none;
}

  @media (min-width: 1600px) {

  .only-hd {
    display: block;
  }
}

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

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.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;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.left {
  left: 8px;
}
.right {
  right: 8px;
}
.top-24 {
  top: 24px;
}
.right-24 {
  right: 24px;
}
.-top-12 {
  top: -12px;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.-left-\[160px\] {
  left: -160px;
}
.top-\[230px\] {
  top: 230px;
}
.-right-\[180px\] {
  right: -180px;
}
.top-\[150px\] {
  top: 150px;
}
.-top-64 {
  top: -64px;
}
.top {
  top: 8px;
}
.right-0 {
  right: 0px;
}
.-top {
  top: -8px;
}
.bottom-0 {
  bottom: 0px;
}
.top-\[550px\] {
  top: 550px;
}
.top-\[390px\] {
  top: 390px;
}
.top-\[9px\] {
  top: 9px;
}
.left-12 {
  left: 12px;
}
.-top-\[86px\] {
  top: -86px;
}
.-right-\[173px\] {
  right: -173px;
}
.bottom-32 {
  bottom: 32px;
}
.right-32 {
  right: 32px;
}
.top-\[5\%\] {
  top: 5%;
}
.right-\[8\%\] {
  right: 8%;
}
.bottom {
  bottom: 8px;
}
.z-10 {
  z-index: 10;
}
.z-0 {
  z-index: 0;
}
.-z-10 {
  z-index: -10;
}
.z-50 {
  z-index: 50;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.m-0 {
  margin: 0px;
}
.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}
.my {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-16 {
  margin-top: 16px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-64 {
  margin-top: 64px;
}
.mb-64 {
  margin-bottom: 64px;
}
.mb-56 {
  margin-bottom: 56px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-104 {
  margin-bottom: 104px;
}
.mt-40 {
  margin-top: 40px;
}
.mt {
  margin-top: 8px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mr-4 {
  margin-right: 4px;
}
.mt-32 {
  margin-top: 32px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mt-8 {
  margin-top: 8px;
}
.-mt-165 {
  margin-top: -165px;
}
.-mb-80 {
  margin-bottom: -80px;
}
.ml-auto {
  margin-left: auto;
}
.mb {
  margin-bottom: 8px;
}
.-mt-72 {
  margin-top: -72px;
}
.mb-12 {
  margin-bottom: 12px;
}
.ml-12 {
  margin-left: 12px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.ml {
  margin-left: 8px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-auto {
  height: auto;
}
.h-12 {
  height: 12px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[368px\] {
  height: 368px;
}
.h-\[255px\] {
  height: 255px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-88 {
  height: 88px;
}
.h-64 {
  height: 64px;
}
.h-32 {
  height: 32px;
}
.h-40 {
  height: 40px;
}
.h-104 {
  height: 104px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[130px\] {
  height: 130px;
}
.h-28 {
  height: 28px;
}
.h-56 {
  height: 56px;
}
.h-\[80px\] {
  height: 80px;
}
.h-48 {
  height: 48px;
}
.h-80 {
  height: 80px;
}
.h-72 {
  height: 72px;
}
.h-24 {
  height: 24px;
}
.h-16 {
  height: 16px;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[55px\] {
  max-height: 55px;
}
.max-h-full {
  max-height: 100%;
}
.max-h-32 {
  max-height: 32px;
}
.max-h-\[27\] {
  max-height: 27;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-0 {
  min-height: 0px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-12 {
  width: 12px;
}
.\!w-auto {
  width: auto !important;
}
.w-\[45\%\] {
  width: 45%;
}
.w-screen {
  width: 100vw;
}
.w {
  width: 8px;
}
.w-\[120px\] {
  width: 120px;
}
.w-40 {
  width: 40px;
}
.w-\[206px\] {
  width: 206px;
}
.w-\[183px\] {
  width: 183px;
}
.w-\[171px\] {
  width: 171px;
}
.w-56 {
  width: 56px;
}
.w-80 {
  width: 80px;
}
.w-72 {
  width: 72px;
}
.w-24 {
  width: 24px;
}
.w-16 {
  width: 16px;
}
.w-\[40px\] {
  width: 40px;
}
.min-w-\[225px\] {
  min-width: 225px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.max-w-\[597px\] {
  max-width: 597px;
}
.max-w-\[666px\] {
  max-width: 666px;
}
.max-w-\[1194px\] {
  max-width: 1194px;
}
.max-w-\[498px\] {
  max-width: 498px;
}
.max-w-\[unset\] {
  max-width: unset;
}
.max-w-prose {
  max-width: 65ch;
}
.\!max-w-\[65\%\] {
  max-width: 65% !important;
}
.max-w-\[154px\] {
  max-width: 154px;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[286px\] {
  max-width: 286px;
}
.max-w-\[489px\] {
  max-width: 489px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-520 {
  max-width: 520px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[385px\] {
  max-width: 385px;
}
.max-w-\[247px\] {
  max-width: 247px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-460 {
  max-width: 460px;
}
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.grow-0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}
.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.gap-16 {
  gap: 16px;
}
.gap-24 {
  gap: 24px;
}
.gap-48 {
  gap: 48px;
}
.gap-32 {
  gap: 32px;
}
.gap-12 {
  gap: 12px;
}
.gap-40 {
  gap: 40px;
}
.gap {
  gap: 8px;
}
.gap-4 {
  gap: 4px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-y-24 {
  row-gap: 24px;
}
.gap-x-16 {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.gap-y-32 {
  row-gap: 32px;
}
.gap-x-56 {
  -webkit-column-gap: 56px;
     -moz-column-gap: 56px;
          column-gap: 56px;
}
.gap-y-40 {
  row-gap: 40px;
}
.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}
.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(56px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(56px * var(--tw-space-y-reverse));
}
.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24px * var(--tw-space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(48px * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(32px * var(--tw-space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}
.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}
.justify-self-center {
  justify-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded {
  border-radius: 10px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 25px;
}
.rounded-xs {
  border-radius: 6px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-t {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-b {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t-8 {
  border-top-width: 8px;
}
.border-brand-primary {
  --tw-border-opacity: 1;
  border-color: rgb(143 93 231 / var(--tw-border-opacity));
}
.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(0 234 205 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-grey-blue-2 {
  --tw-border-opacity: 1;
  border-color: rgb(196 208 225 / var(--tw-border-opacity));
}
.bg-brand-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(143 93 231 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-brand-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(44 34 92 / var(--tw-bg-opacity));
}
.bg-\[\#3E3375\] {
  --tw-bg-opacity: 1;
  background-color: rgb(62 51 117 / var(--tw-bg-opacity));
}
.bg-off-white {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 251 / var(--tw-bg-opacity));
}
.bg-grey-blue-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 251 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(0 234 205 / var(--tw-bg-opacity));
}
.bg-brand-bright {
  --tw-bg-opacity: 1;
  background-color: rgb(115 69 207 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-accent-bright {
  --tw-bg-opacity: 1;
  background-color: rgb(0 234 205 / var(--tw-bg-opacity));
}
.bg-\[\#2c225c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 34 92 / var(--tw-bg-opacity));
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-r {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-brand-gradient-1 {
  --tw-gradient-from: #644FA1;
  --tw-gradient-to: rgb(100 79 161 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-accent-dark-blue {
  --tw-gradient-to: #342768;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p {
  padding: 8px;
}
.p-16 {
  padding: 16px;
}
.p-64 {
  padding: 64px;
}
.p-0 {
  padding: 0px;
}
.p-24 {
  padding: 24px;
}
.p-48 {
  padding: 48px;
}
.p-4 {
  padding: 4px;
}
.p-8 {
  padding: 8px;
}
.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}
.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}
.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}
.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}
.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
.py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}
.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}
.py {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-16 {
  padding-left: 16px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-88 {
  padding-top: 88px;
}
.pb-88 {
  padding-bottom: 88px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-\[132px\] {
  padding-bottom: 132px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-104 {
  padding-top: 104px;
}
.pb-104 {
  padding-bottom: 104px;
}
.pt-72 {
  padding-top: 72px;
}
.pt-40 {
  padding-top: 40px;
}
.pb-64 {
  padding-bottom: 64px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-64 {
  padding-top: 64px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-\[220px\] {
  padding-top: 220px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pt-28 {
  padding-top: 28px;
}
.pt-16 {
  padding-top: 16px;
}
.pr-8 {
  padding-right: 8px;
}
.pt-32 {
  padding-top: 32px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pl-8 {
  padding-left: 8px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-metropolis {
  font-family: metropolis;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.text-12 {
  font-size: 12px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[109px\] {
  font-size: 109px;
}
.text-14 {
  font-size: 14px;
}
.text-24 {
  font-size: 24px;
}
.text-13 {
  font-size: 13px;
}
.text-20 {
  font-size: 20px;
}
.text-8 {
  font-size: 8px;
}
.text-\[56px\] {
  font-size: 56px;
}
.text-\[16px\] {
  font-size: 16px;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-400 {
  font-weight: 400;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-thin {
  font-weight: 100;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-26 {
  line-height: 26px;
}
.leading-\[20\.7px\] {
  line-height: 20.7px;
}
.leading-20 {
  line-height: 20px;
}
.leading-44 {
  line-height: 44px;
}
.leading-1 {
  line-height: 1;
}
.leading-22 {
  line-height: 22px;
}
.leading-18 {
  line-height: 18px;
}
.leading-1\.2 {
  line-height: 1.2;
}
.leading-24 {
  line-height: 24px;
}
.leading-28 {
  line-height: 28px;
}
.leading-32 {
  line-height: 32px;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[27px\] {
  line-height: 27px;
}
.leading-\[25\.3px\] {
  line-height: 25.3px;
}
.leading-\[80px\] {
  line-height: 80px;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-brand-dark {
  --tw-text-opacity: 1;
  color: rgb(44 34 92 / var(--tw-text-opacity));
}
.text-accent {
  --tw-text-opacity: 1;
  color: rgb(0 234 205 / var(--tw-text-opacity));
}
.text-brand-bright {
  --tw-text-opacity: 1;
  color: rgb(115 69 207 / var(--tw-text-opacity));
}
.text-brand-primary {
  --tw-text-opacity: 1;
  color: rgb(143 93 231 / var(--tw-text-opacity));
}
.text-status-danger {
  --tw-text-opacity: 1;
  color: rgb(255 0 48 / var(--tw-text-opacity));
}
.text-grey-alt {
  --tw-text-opacity: 1;
  color: rgb(103 112 126 / var(--tw-text-opacity));
}
.text-off-white {
  --tw-text-opacity: 1;
  color: rgb(247 248 251 / var(--tw-text-opacity));
}
.text-grey-blue-2 {
  --tw-text-opacity: 1;
  color: rgb(196 208 225 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-50 {
  opacity: 0.5;
}
.\!opacity-80 {
  opacity: 0.8 !important;
}
.opacity-80 {
  opacity: 0.8;
}
.bg-blend-overlay {
  background-blend-mode: overlay;
}
.shadow-lg {
  --tw-shadow: 0px 16px 48px var(--shadow-color, rgba(0, 0, 0, 0.175));
  --tw-shadow-colored: 0px 16px 48px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0px 8px 16px var(--shadow-color, rgba(0, 0, 0, 0.15));
  --tw-shadow-colored: 0px 8px 16px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0px 2px 4px var(--shadow-color, rgba(0, 0, 0, 0.075));
  --tw-shadow-colored: 0px 2px 4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.outline-accent {
  outline-color: #00EACD;
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 576px) {

  .container {
    max-width: 456px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 643px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {

  .container {
    max-width: 792px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {

  .container {
    max-width: 961px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1600px) {

  .container {
    max-width: 1436px;
  }
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:h-64::before {
  content: var(--tw-content);
  height: 64px;
}
.before\:h-\[50px\]::before {
  content: var(--tw-content);
  height: 50px;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.hover\:bg-brand-bright:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(115 69 207 / var(--tw-bg-opacity));
}
.hover\:text-brand-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(44 34 92 / var(--tw-text-opacity));
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.group:hover .group-hover\:-left-4 {
  left: -4px;
}
.group:hover .group-hover\:bg-brand-bright {
  --tw-bg-opacity: 1;
  background-color: rgb(115 69 207 / var(--tw-bg-opacity));
}
@media (max-width: 575px) {

  .tel\:container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  @media (min-width: 576px) {

    .tel\:container {
      max-width: 456px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media (min-width: 768px) {

    .tel\:container {
      max-width: 643px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media (min-width: 992px) {

    .tel\:container {
      max-width: 792px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media (min-width: 1200px) {

    .tel\:container {
      max-width: 961px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media (min-width: 1600px) {

    .tel\:container {
      max-width: 1436px;
    }
  }

  .tel\:bottom-0 {
    bottom: 0px;
  }

  .tel\:mb-24 {
    margin-bottom: 24px;
  }

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

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

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

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

  .tel\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .tel\:p-32 {
    padding: 32px;
  }

  .tel\:pt-64 {
    padding-top: 64px;
  }

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

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

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

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

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

  .tel\:leading-28 {
    line-height: 28px;
  }

  .tel\:leading-24 {
    line-height: 24px;
  }

  .tel\:leading-32 {
    line-height: 32px;
  }

  .tel\:leading-20 {
    line-height: 20px;
  }
}
@media (min-width: 576px) {

  .tel-lg\:container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  @media (min-width: 576px) {

    .tel-lg\:container {
      max-width: 456px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media (min-width: 768px) {

    .tel-lg\:container {
      max-width: 643px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media (min-width: 992px) {

    .tel-lg\:container {
      max-width: 792px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media (min-width: 1200px) {

    .tel-lg\:container {
      max-width: 961px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media (min-width: 1600px) {

    .tel-lg\:container {
      max-width: 1436px;
    }
  }

  .tel-lg\:absolute {
    position: absolute;
  }

  .tel-lg\:right-40 {
    right: 40px;
  }

  .tel-lg\:-top-16 {
    top: -16px;
  }

  .tel-lg\:top-\[150\%\] {
    top: 150%;
  }

  .tel-lg\:float-right {
    float: right;
  }

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

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

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

  .tel-lg\:-mt-32 {
    margin-top: -32px;
  }

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

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

  .tel-lg\:mt-32 {
    margin-top: 32px;
  }

  .tel-lg\:mt-80 {
    margin-top: 80px;
  }

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

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

  .tel-lg\:mt-24 {
    margin-top: 24px;
  }

  .tel-lg\:block {
    display: block;
  }

  .tel-lg\:inline-block {
    display: inline-block;
  }

  .tel-lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tel-lg\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .tel-lg\:hidden {
    display: none;
  }

  .tel-lg\:h-\[200\%\] {
    height: 200%;
  }

  .tel-lg\:h-88 {
    height: 88px;
  }

  .tel-lg\:h-72 {
    height: 72px;
  }

  .tel-lg\:h-104 {
    height: 104px;
  }

  .tel-lg\:h-56 {
    height: 56px;
  }

  .tel-lg\:h-\[40px\] {
    height: 40px;
  }

  .tel-lg\:max-h-32 {
    max-height: 32px;
  }

  .tel-lg\:w-auto {
    width: auto;
  }

  .tel-lg\:w-72 {
    width: 72px;
  }

  .tel-lg\:w-104 {
    width: 104px;
  }

  .tel-lg\:w-56 {
    width: 56px;
  }

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

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

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

  .tel-lg\:max-w-custom {
    max-width: var(--max-w);
  }

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

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

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

  .tel-lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .tel-lg\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .tel-lg\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .tel-lg\:gap-40 {
    gap: 40px;
  }

  .tel-lg\:gap-14 {
    gap: 14px;
  }

  .tel-lg\:gap-y-32 {
    row-gap: 32px;
  }

  .tel-lg\:gap-y-64 {
    row-gap: 64px;
  }

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

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

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

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

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

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

  .tel-lg\:p-40 {
    padding: 40px;
  }

  .tel-lg\:p-32 {
    padding: 32px;
  }

  .tel-lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

  .tel-lg\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tel-lg\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .tel-lg\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .tel-lg\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tel-lg\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .tel-lg\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .tel-lg\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .tel-lg\:px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .tel-lg\:px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px;
  }

  .tel-lg\:pt-72 {
    padding-top: 72px;
  }

  .tel-lg\:pt-104 {
    padding-top: 104px;
  }

  .tel-lg\:pb-0 {
    padding-bottom: 0px;
  }

  .tel-lg\:pt-8 {
    padding-top: 8px;
  }

  .tel-lg\:pb-40 {
    padding-bottom: 40px;
  }

  .tel-lg\:pt-24 {
    padding-top: 24px;
  }

  .tel-lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }

  .tel-lg\:pt-40 {
    padding-top: 40px;
  }

  .tel-lg\:pb-64 {
    padding-bottom: 64px;
  }

  .tel-lg\:pr-\[20px\] {
    padding-right: 20px;
  }

  .tel-lg\:pt-\[36px\] {
    padding-top: 36px;
  }

  .tel-lg\:text-left {
    text-align: left;
  }

  .tel-lg\:text-center {
    text-align: center;
  }

  .tel-lg\:text-\[14px\] {
    font-size: 14px;
  }

  .tel-lg\:text-16 {
    font-size: 16px;
  }

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

  .tel-lg\:text-\[28px\] {
    font-size: 28px;
  }

  .tel-lg\:text-32 {
    font-size: 32px;
  }

  .tel-lg\:text-24 {
    font-size: 24px;
  }

  .tel-lg\:text-\[22px\] {
    font-size: 22px;
  }

  .tel-lg\:text-\[60px\] {
    font-size: 60px;
  }

  .tel-lg\:text-20 {
    font-size: 20px;
  }

  .tel-lg\:text-\[16px\] {
    font-size: 16px;
  }

  .tel-lg\:text-\[18px\] {
    font-size: 18px;
  }

  .tel-lg\:leading-\[25\.3px\] {
    line-height: 25.3px;
  }

  .tel-lg\:leading-24 {
    line-height: 24px;
  }

  .tel-lg\:leading-32 {
    line-height: 32px;
  }

  .tel-lg\:leading-28 {
    line-height: 28px;
  }

  .tel-lg\:leading-48 {
    line-height: 48px;
  }

  .tel-lg\:leading-36 {
    line-height: 36px;
  }

  .tel-lg\:leading-20 {
    line-height: 20px;
  }
}
@media (min-width: 768px) {

  .tab\:absolute {
    position: absolute;
  }

  .tab\:-right-16 {
    right: -16px;
  }

  .tab\:top-\[150\%\] {
    top: 150%;
  }

  .tab\:right-24 {
    right: 24px;
  }

  .tab\:top-32 {
    top: 32px;
  }

  .tab\:-right-32 {
    right: -32px;
  }

  .tab\:-right-24 {
    right: -24px;
  }

  .tab\:bottom-0 {
    bottom: 0px;
  }

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

  .tab\:-right-\[275px\] {
    right: -275px;
  }

  .tab\:-left-104 {
    left: -104px;
  }

  .tab\:bottom-40 {
    bottom: 40px;
  }

  .tab\:right-64 {
    right: 64px;
  }

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

  .tab\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .tab\:row-start-3 {
    grid-row-start: 3;
  }

  .tab\:float-none {
    float: none;
  }

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

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

  .tab\:mb-56 {
    margin-bottom: 56px;
  }

  .tab\:mb-32 {
    margin-bottom: 32px;
  }

  .tab\:-mb-64 {
    margin-bottom: -64px;
  }

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

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

  .tab\:mb-\[110px\] {
    margin-bottom: 110px;
  }

  .tab\:-mr-104 {
    margin-right: -104px;
  }

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

  .tab\:mb-64 {
    margin-bottom: 64px;
  }

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

  .tab\:mt-\[80px\] {
    margin-top: 80px;
  }

  .tab\:mb-24 {
    margin-bottom: 24px;
  }

  .tab\:mb-48 {
    margin-bottom: 48px;
  }

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

  .tab\:block {
    display: block;
  }

  .tab\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tab\:inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .tab\:grid {
    display: grid;
  }

  .tab\:hidden {
    display: none;
  }

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

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

  .tab\:h-56 {
    height: 56px;
  }

  .tab\:h-104 {
    height: 104px;
  }

  .tab\:h-full {
    height: 100%;
  }

  .tab\:h-32 {
    height: 32px;
  }

  .tab\:max-h-40 {
    max-height: 40px;
  }

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

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

  .tab\:min-h-0 {
    min-height: 0px;
  }

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

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

  .tab\:w-auto {
    width: auto;
  }

  .tab\:w-32 {
    width: 32px;
  }

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

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

  .tab\:max-w-\[unset\] {
    max-width: unset;
  }

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

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

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

  .tab\:max-w-320 {
    max-width: 320px;
  }

  .tab\:max-w-220 {
    max-width: 220px;
  }

  .tab\:max-w-290 {
    max-width: 290px;
  }

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

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

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

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

  .tab\:max-w-520 {
    max-width: 520px;
  }

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

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

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

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

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

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

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

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

  .tab\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .tab\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .tab\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .tab\:items-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .tab\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .tab\:justify-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .tab\:justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .tab\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .tab\:gap-48 {
    gap: 48px;
  }

  .tab\:gap-\[18px\] {
    gap: 18px;
  }

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

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

  .tab\:gap-y-40 {
    row-gap: 40px;
  }

  .tab\:gap-y-104 {
    row-gap: 104px;
  }

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

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

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

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

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

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

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

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

  .tab\:space-y-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 1;
  }

  .tab\:rounded-md {
    border-radius: 25px;
  }

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

  .tab\:rounded-none {
    border-radius: 0px;
  }

  .tab\:rounded-l {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .tab\:p-56 {
    padding: 56px;
  }

  .tab\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .tab\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .tab\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .tab\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .tab\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .tab\:px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }

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

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

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

  .tab\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tab\:py-72 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .tab\:py-44 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .tab\:pt-\[72px\] {
    padding-top: 72px;
  }

  .tab\:pt-72 {
    padding-top: 72px;
  }

  .tab\:pb-64 {
    padding-bottom: 64px;
  }

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

  .tab\:pr-32 {
    padding-right: 32px;
  }

  .tab\:pb-24 {
    padding-bottom: 24px;
  }

  .tab\:pr-16 {
    padding-right: 16px;
  }

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

  .tab\:pt-64 {
    padding-top: 64px;
  }

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

  .tab\:text-24 {
    font-size: 24px;
  }

  .tab\:text-16 {
    font-size: 16px;
  }

  .tab\:text-12 {
    font-size: 12px;
  }

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

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

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

  .tab\:text-32 {
    font-size: 32px;
  }

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

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

  .tab\:text-36 {
    font-size: 36px;
  }

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

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

  .tab\:text-18 {
    font-size: 18px;
  }

  .tab\:leading-32 {
    line-height: 32px;
  }

  .tab\:leading-22 {
    line-height: 22px;
  }

  .tab\:leading-16 {
    line-height: 16px;
  }

  .tab\:leading-\[42px\] {
    line-height: 42px;
  }

  .tab\:leading-44 {
    line-height: 44px;
  }

  .tab\:leading-24 {
    line-height: 24px;
  }

  .tab\:leading-48 {
    line-height: 48px;
  }

  .tab\:leading-28 {
    line-height: 28px;
  }

  .tab\:before\:h-\[100px\]::before {
    content: var(--tw-content);
    height: 100px;
  }
}
@media (min-width: 992px) {

  .tab-lg\:container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  @media (min-width: 576px) {

    .tab-lg\:container {
      max-width: 456px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media (min-width: 768px) {

    .tab-lg\:container {
      max-width: 643px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media (min-width: 992px) {

    .tab-lg\:container {
      max-width: 792px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media (min-width: 1200px) {

    .tab-lg\:container {
      max-width: 961px;
      padding-left: 0;
      padding-right: 0;
    }
  }

  @media (min-width: 1600px) {

    .tab-lg\:container {
      max-width: 1436px;
    }
  }

  .tab-lg\:absolute {
    position: absolute;
  }

  .tab-lg\:relative {
    position: relative;
  }

  .tab-lg\:right-40 {
    right: 40px;
  }

  .tab-lg\:-top-56 {
    top: -56px;
  }

  .tab-lg\:-left-64 {
    left: -64px;
  }

  .tab-lg\:left-32 {
    left: 32px;
  }

  .tab-lg\:top-40 {
    top: 40px;
  }

  .tab-lg\:right-auto {
    right: auto;
  }

  .tab-lg\:-right-56 {
    right: -56px;
  }

  .tab-lg\:-top-32 {
    top: -32px;
  }

  .tab-lg\:-right-\[150px\] {
    right: -150px;
  }

  .tab-lg\:-left-56 {
    left: -56px;
  }

  .tab-lg\:bottom-\[50px\] {
    bottom: 50px;
  }

  .tab-lg\:right-104 {
    right: 104px;
  }

  .tab-lg\:order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

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

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

  .tab-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .tab-lg\:-mt-56 {
    margin-top: -56px;
  }

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

  .tab-lg\:mb-\[156px\] {
    margin-bottom: 156px;
  }

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

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

  .tab-lg\:mt-24 {
    margin-top: 24px;
  }

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

  .tab-lg\:mt-32 {
    margin-top: 32px;
  }

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

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

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

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

  .tab-lg\:mt-56 {
    margin-top: 56px;
  }

  .tab-lg\:mt-8 {
    margin-top: 8px;
  }

  .tab-lg\:block {
    display: block;
  }

  .tab-lg\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .tab-lg\:grid {
    display: grid;
  }

  .tab-lg\:hidden {
    display: none;
  }

  .tab-lg\:h-12 {
    height: 12px;
  }

  .tab-lg\:h-\[90px\] {
    height: 90px;
  }

  .tab-lg\:h-80 {
    height: 80px;
  }

  .tab-lg\:h-\[272px\] {
    height: 272px;
  }

  .tab-lg\:h-\[350px\] {
    height: 350px;
  }

  .tab-lg\:w-12 {
    width: 12px;
  }

  .tab-lg\:w-full {
    width: 100%;
  }

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

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

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

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

  .tab-lg\:max-w-320 {
    max-width: 320px;
  }

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

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

  .tab-lg\:max-w-640 {
    max-width: 640px;
  }

  .tab-lg\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .tab-lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

  .tab-lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .tab-lg\:gap-32 {
    gap: 32px;
  }

  .tab-lg\:gap-\[21px\] {
    gap: 21px;
  }

  .tab-lg\:gap-y-64 {
    row-gap: 64px;
  }

  .tab-lg\:gap-y-144 {
    row-gap: 144px;
  }

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

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

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

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

  .tab-lg\:rounded {
    border-radius: 10px;
  }

  .tab-lg\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .tab-lg\:px-88 {
    padding-left: 88px;
    padding-right: 88px;
  }

  .tab-lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .tab-lg\:px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .tab-lg\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tab-lg\:px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .tab-lg\:py-48 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .tab-lg\:px-104 {
    padding-left: 104px;
    padding-right: 104px;
  }

  .tab-lg\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .tab-lg\:px-\[122px\] {
    padding-left: 122px;
    padding-right: 122px;
  }

  .tab-lg\:px-130 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .tab-lg\:px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .tab-lg\:pt-\[113px\] {
    padding-top: 113px;
  }

  .tab-lg\:pb-32 {
    padding-bottom: 32px;
  }

  .tab-lg\:pt-64 {
    padding-top: 64px;
  }

  .tab-lg\:pt-80 {
    padding-top: 80px;
  }

  .tab-lg\:pb-0 {
    padding-bottom: 0px;
  }

  .tab-lg\:pr-0 {
    padding-right: 0px;
  }

  .tab-lg\:pt-32 {
    padding-top: 32px;
  }

  .tab-lg\:text-left {
    text-align: left;
  }

  .tab-lg\:text-right {
    text-align: right;
  }

  .tab-lg\:text-\[28px\] {
    font-size: 28px;
  }

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

  .tab-lg\:text-24 {
    font-size: 24px;
  }

  .tab-lg\:text-\[48px\] {
    font-size: 48px;
  }

  .tab-lg\:text-16 {
    font-size: 16px;
  }

  .tab-lg\:text-14 {
    font-size: 14px;
  }

  .tab-lg\:text-\[17px\] {
    font-size: 17px;
  }

  .tab-lg\:text-32 {
    font-size: 32px;
  }

  .tab-lg\:text-10 {
    font-size: 10px;
  }

  .tab-lg\:text-\[80px\] {
    font-size: 80px;
  }

  .tab-lg\:text-\[31px\] {
    font-size: 31px;
  }

  .tab-lg\:text-36 {
    font-size: 36px;
  }

  .tab-lg\:leading-28 {
    line-height: 28px;
  }

  .tab-lg\:leading-\[36\.8px\] {
    line-height: 36.8px;
  }

  .tab-lg\:leading-\[56px\] {
    line-height: 56px;
  }

  .tab-lg\:leading-26 {
    line-height: 26px;
  }

  .tab-lg\:leading-22 {
    line-height: 22px;
  }

  .tab-lg\:leading-32 {
    line-height: 32px;
  }

  .tab-lg\:leading-40 {
    line-height: 40px;
  }

  .tab-lg\:leading-48 {
    line-height: 48px;
  }

  .tab-lg\:leading-36 {
    line-height: 36px;
  }
}
@media (min-width: 1200px) {

  .lap\:relative {
    position: relative;
  }

  .lap\:top-24 {
    top: 24px;
  }

  .lap\:right-24 {
    right: 24px;
  }

  .lap\:-left-104 {
    left: -104px;
  }

  .lap\:-right-104 {
    right: -104px;
  }

  .lap\:-top-104 {
    top: -104px;
  }

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

  .lap\:right-40 {
    right: 40px;
  }

  .lap\:top-auto {
    top: auto;
  }

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

  .lap\:right-auto {
    right: auto;
  }

  .lap\:left-\[18px\] {
    left: 18px;
  }

  .lap\:top-\[13px\] {
    top: 13px;
  }

  .lap\:-right-\[80px\] {
    right: -80px;
  }

  .lap\:-right-72 {
    right: -72px;
  }

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

  .lap\:right-118 {
    right: 118px;
  }

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

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

  .lap\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lap\:col-start-1 {
    grid-column-start: 1;
  }

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

  .lap\:col-start-2 {
    grid-column-start: 2;
  }

  .lap\:col-start-9 {
    grid-column-start: 9;
  }

  .lap\:m-0 {
    margin: 0px;
  }

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

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

  .lap\:mb-64 {
    margin-bottom: 64px;
  }

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

  .lap\:mb-72 {
    margin-bottom: 72px;
  }

  .lap\:-mb-\[120px\] {
    margin-bottom: -120px;
  }

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

  .lap\:mt-56 {
    margin-top: 56px;
  }

  .lap\:mt-64 {
    margin-top: 64px;
  }

  .lap\:mb-88 {
    margin-bottom: 88px;
  }

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

  .lap\:mt-24 {
    margin-top: 24px;
  }

  .lap\:mb-32 {
    margin-bottom: 32px;
  }

  .lap\:mb-24 {
    margin-bottom: 24px;
  }

  .lap\:block {
    display: block;
  }

  .lap\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lap\:grid {
    display: grid;
  }

  .lap\:hidden {
    display: none;
  }

  .lap\:h-14 {
    height: 14px;
  }

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

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

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

  .lap\:h-24 {
    height: 24px;
  }

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

  .lap\:w-14 {
    width: 14px;
  }

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

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

  .lap\:w-24 {
    width: 24px;
  }

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

  .lap\:max-w-460 {
    max-width: 460px;
  }

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

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

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

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

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

  .lap\:max-w-320 {
    max-width: 320px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lap\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .lap\:flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .lap\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .lap\:gap-40 {
    gap: 40px;
  }

  .lap\:gap-0 {
    gap: 0px;
  }

  .lap\:gap-\[17px\] {
    gap: 17px;
  }

  .lap\:gap-44 {
    gap: 44px;
  }

  .lap\:gap-12 {
    gap: 12px;
  }

  .lap\:gap-x-44 {
    -webkit-column-gap: 44px;
       -moz-column-gap: 44px;
            column-gap: 44px;
  }

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

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

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

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

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

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

  .lap\:px-144 {
    padding-left: 144px;
    padding-right: 144px;
  }

  .lap\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .lap\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lap\:py-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lap\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .lap\:py-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

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

  .lap\:px-\[122px\] {
    padding-left: 122px;
    padding-right: 122px;
  }

  .lap\:px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lap\:px-\[126px\] {
    padding-left: 126px;
    padding-right: 126px;
  }

  .lap\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }

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

  .lap\:pt-\[188px\] {
    padding-top: 188px;
  }

  .lap\:pt-\[90px\] {
    padding-top: 90px;
  }

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

  .lap\:pt-\[120px\] {
    padding-top: 120px;
  }

  .lap\:pt-104 {
    padding-top: 104px;
  }

  .lap\:pt-\[140px\] {
    padding-top: 140px;
  }

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

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

  .lap\:pt-16 {
    padding-top: 16px;
  }

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

  .lap\:text-36 {
    font-size: 36px;
  }

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

  .lap\:text-32 {
    font-size: 32px;
  }

  .lap\:text-18 {
    font-size: 18px;
  }

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

  .lap\:text-16 {
    font-size: 16px;
  }

  .lap\:text-40 {
    font-size: 40px;
  }

  .lap\:text-13 {
    font-size: 13px;
  }

  .lap\:text-24 {
    font-size: 24px;
  }

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

  .lap\:leading-44 {
    line-height: 44px;
  }

  .lap\:leading-32 {
    line-height: 32px;
  }

  .lap\:leading-26 {
    line-height: 26px;
  }

  .lap\:leading-1\.5 {
    line-height: 1.5;
  }

  .lap\:leading-1 {
    line-height: 1;
  }

  .lap\:leading-\[56px\] {
    line-height: 56px;
  }

  .lap\:leading-36 {
    line-height: 36px;
  }

  .lap\:leading-24 {
    line-height: 24px;
  }

  .lap\:leading-\[36\.8px\] {
    line-height: 36.8px;
  }

  .lap\:leading-48 {
    line-height: 48px;
  }

  .lap\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 1600px) {

  .hd\:absolute {
    position: absolute;
  }

  .hd\:relative {
    position: relative;
  }

  .hd\:-right-40 {
    right: -40px;
  }

  .hd\:top-\[70\%\] {
    top: 70%;
  }

  .hd\:-right-104 {
    right: -104px;
  }

  .hd\:-bottom-40 {
    bottom: -40px;
  }

  .hd\:top-auto {
    top: auto;
  }

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

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

  .hd\:-right-72 {
    right: -72px;
  }

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

  .hd\:-right-16 {
    right: -16px;
  }

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

  .hd\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

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

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

  .hd\:col-start-1 {
    grid-column-start: 1;
  }

  .hd\:col-start-5 {
    grid-column-start: 5;
  }

  .hd\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .hd\:row-start-1 {
    grid-row-start: 1;
  }

  .hd\:row-start-3 {
    grid-row-start: 3;
  }

  .hd\:row-start-2 {
    grid-row-start: 2;
  }

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

  .hd\:mb-72 {
    margin-bottom: 72px;
  }

  .hd\:mb-144 {
    margin-bottom: 144px;
  }

  .hd\:mb-180 {
    margin-bottom: 180px;
  }

  .hd\:-mt-\[180px\] {
    margin-top: -180px;
  }

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

  .hd\:mb-56 {
    margin-bottom: 56px;
  }

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

  .hd\:mb-32 {
    margin-bottom: 32px;
  }

  .hd\:mt-104 {
    margin-top: 104px;
  }

  .hd\:mb-64 {
    margin-bottom: 64px;
  }

  .hd\:block {
    display: block;
  }

  .hd\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .hd\:grid {
    display: grid;
  }

  .hd\:hidden {
    display: none;
  }

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

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

  .hd\:h-144 {
    height: 144px;
  }

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

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

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

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

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

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

  .hd\:w-10\/12 {
    width: 83.333333%;
  }

  .hd\:min-w-custom {
    min-width: var(--min-w);
  }

  .hd\:\!max-w-\[1194px\] {
    max-width: 1194px !important;
  }

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

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

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

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

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

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

  .hd\:max-w-520 {
    max-width: 520px;
  }

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

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

  .hd\:max-w-290 {
    max-width: 290px;
  }

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

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

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

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

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

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

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

  .hd\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .hd\:justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .hd\:gap-80 {
    gap: 80px;
  }

  .hd\:gap-40 {
    gap: 40px;
  }

  .hd\:gap-118 {
    gap: 118px;
  }

  .hd\:gap-\[60px\] {
    gap: 60px;
  }

  .hd\:gap-16 {
    gap: 16px;
  }

  .hd\:gap-32 {
    gap: 32px;
  }

  .hd\:gap-24 {
    gap: 24px;
  }

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

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

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

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

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

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

  .hd\:p-80 {
    padding: 80px;
  }

  .hd\:px-242 {
    padding-left: 242px;
    padding-right: 242px;
  }

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

  .hd\:py-242 {
    padding-top: 242px;
    padding-bottom: 242px;
  }

  .hd\:px-\[125px\] {
    padding-left: 125px;
    padding-right: 125px;
  }

  .hd\:py-12 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .hd\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .hd\:px-\[122px\] {
    padding-left: 122px;
    padding-right: 122px;
  }

  .hd\:px-\[118px\] {
    padding-left: 118px;
    padding-right: 118px;
  }

  .hd\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hd\:pb-24 {
    padding-bottom: 24px;
  }

  .hd\:pl-\[120px\] {
    padding-left: 120px;
  }

  .hd\:pt-104 {
    padding-top: 104px;
  }

  .hd\:pb-104 {
    padding-bottom: 104px;
  }

  .hd\:pt-64 {
    padding-top: 64px;
  }

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

  .hd\:pr-24 {
    padding-right: 24px;
  }

  .hd\:pl-\[122px\] {
    padding-left: 122px;
  }

  .hd\:pr-144 {
    padding-right: 144px;
  }

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

  .hd\:text-24 {
    font-size: 24px;
  }

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

  .hd\:text-36 {
    font-size: 36px;
  }

  .hd\:text-60 {
    font-size: 60px;
  }

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

  .hd\:text-32 {
    font-size: 32px;
  }

  .hd\:text-100 {
    font-size: 100px;
  }

  .hd\:leading-40 {
    line-height: 40px;
  }

  .hd\:leading-32 {
    line-height: 32px;
  }

  .hd\:leading-1\.2 {
    line-height: 1.2;
  }

  .hd\:leading-1 {
    line-height: 1;
  }

  .hd\:leading-\[100px\] {
    line-height: 100px;
  }

  .hd\:leading-44 {
    line-height: 44px;
  }
}

