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

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

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  font-size: 16px;
  line-height: 1.625;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 228px) {
  .\!container {
    max-width: 228px !important;
  }

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

@media (min-width: 380px) {
  .\!container {
    max-width: 380px !important;
  }

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

@media (min-width: 390px) {
  .\!container {
    max-width: 390px !important;
  }

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

@media (min-width: 470px) {
  .\!container {
    max-width: 470px !important;
  }

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

@media (min-width: 520px) {
  .\!container {
    max-width: 520px !important;
  }

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

@media (min-width: 650px) {
  .\!container {
    max-width: 650px !important;
  }

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

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

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

@media (min-width: 900px) {
  .\!container {
    max-width: 900px !important;
  }

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

@media (min-width: 950px) {
  .\!container {
    max-width: 950px !important;
  }

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

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

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

@media (min-width: 1100px) {
  .\!container {
    max-width: 1100px !important;
  }

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

@media (min-width: 1190px) {
  .\!container {
    max-width: 1190px !important;
  }

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

@media (min-width: 1380px) {
  .\!container {
    max-width: 1380px !important;
  }

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

@media (min-width: 1680px) {
  .\!container {
    max-width: 1680px !important;
  }

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

@media (min-width: 2400px) {
  .\!container {
    max-width: 2400px !important;
  }

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

@media (min-width: 2560px) {
  .\!container {
    max-width: 2560px !important;
  }

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

@media (min-width: 3000px) {
  .\!container {
    max-width: 3000px !important;
  }

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

@media (min-width: 3840px) {
  .\!container {
    max-width: 3840px !important;
  }

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

.bottom-\[-2vw\] {
  bottom: -2vw;
}

.bottom-\[-4vw\] {
  bottom: -4vw;
}

.bottom-\[-8vw\] {
  bottom: -8vw;
}

.left-0 {
  left: 0px;
}

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

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

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

.left-\[-25vw\] {
  left: -25vw;
}

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

.left-\[-7vw\] {
  left: -7vw;
}

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

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

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

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.my-\[-5vw\] {
  margin-top: -5vw;
  margin-bottom: -5vw;
}

.my-\[calc\(-5vw-15px\)\] {
  margin-top: calc(-5vw - 15px);
  margin-bottom: calc(-5vw - 15px);
}

.-ml-6 {
  margin-left: -1.5rem;
}

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

.mb-2\.5 {
  margin-bottom: 10px;
}

.mb-27 {
  margin-bottom: 100px;
}

.mb-7\.5 {
  margin-bottom: 30px;
}

.mb-\[-10vw\] {
  margin-bottom: -10vw;
}

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

.mb-\[-5vw\] {
  margin-bottom: -5vw;
}

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

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

.ml-2\.5 {
  margin-left: 10px;
}

.ml-6 {
  margin-left: 1.5rem;
}

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

.mt-10 {
  margin-top: 2.5rem;
}

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

.mt-2\.5 {
  margin-top: 10px;
}

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

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

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8\.5 {
  margin-top: 34px;
}

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

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

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

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

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

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

.mt-\[-5\.1vw\] {
  margin-top: -5.1vw;
}

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

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

.mt-\[calc\(-5vw-25px\)\] {
  margin-top: calc(-5vw - 25px);
}

.mt-\[calc\(-5vw-28px\)\] {
  margin-top: calc(-5vw - 28px);
}

.mt-\[calc\(-5vw-30px\)\] {
  margin-top: calc(-5vw - 30px);
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1035\/582\] {
  aspect-ratio: 1035/582;
}

.aspect-\[320\/343\] {
  aspect-ratio: 320/343;
}

.aspect-\[345\/327\] {
  aspect-ratio: 345/327;
}

.aspect-\[345\/345\] {
  aspect-ratio: 345/345;
}

.aspect-\[386\/366\] {
  aspect-ratio: 386/366;
}

.aspect-\[466\/354\] {
  aspect-ratio: 466/354;
}

.aspect-\[600\/500\] {
  aspect-ratio: 600/500;
}

.h-0 {
  height: 0px;
}

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

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

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

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

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

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

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

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

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

.h-\[calc\(100\%\+10vw\)\] {
  height: calc(100% + 10vw);
}

.h-\[calc\(100\%\+10vw\+30px\)\] {
  height: calc(100% + 10vw + 30px);
}

.h-\[calc\(100\%\+10vw-25px\)\] {
  height: calc(100% + 10vw - 25px);
}

.h-\[calc\(100\%\+7vw\+28px\)\] {
  height: calc(100% + 7vw + 28px);
}

.h-\[calc\(100\%-180px\)\] {
  height: calc(100% - 180px);
}

.h-\[calc\(100\%-50px\)\] {
  height: calc(100% - 50px);
}

.h-full {
  height: 100%;
}

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

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

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

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

.max-h-\[calc\(100vh-100px\)\] {
  max-height: calc(100vh - 100px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-0 {
  width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-none {
  flex: none;
}

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

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

.-translate-y-\[calc\(50\%\+45px\)\] {
  --tw-translate-y: calc(calc(50% + 45px) * -1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-3 {
  --tw-translate-y: 0.75rem;
  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));
}

.skew-x-\[-11deg\] {
  --tw-skew-x: -11deg;
  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));
}

.skew-x-\[-6deg\] {
  --tw-skew-x: -6deg;
  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));
}

.skew-x-\[-7deg\] {
  --tw-skew-x: -7deg;
  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));
}

.skew-x-\[11deg\] {
  --tw-skew-x: 11deg;
  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));
}

.skew-x-\[6deg\] {
  --tw-skew-x: 6deg;
  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));
}

.skew-x-\[7deg\] {
  --tw-skew-x: 7deg;
  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));
}

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

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.scale-85 {
  --tw-scale-x: .85;
  --tw-scale-y: .85;
  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));
}

.transform-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

.gap-1\.5 {
  gap: 5px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-10\.7 {
  gap: 44px;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-12\.5 {
  gap: 50px;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-14\.85 {
  gap: 58px;
}

.gap-15 {
  gap: 60px;
}

.gap-15\.65 {
  gap: 64px;
}

.gap-16 {
  gap: 4rem;
}

.gap-16\.125 {
  gap: 65px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 10px;
}

.gap-2\.75 {
  gap: 12px;
}

.gap-20 {
  gap: 5rem;
}

.gap-20\.5 {
  gap: 82px;
}

.gap-23\.5 {
  gap: 90px;
}

.gap-26 {
  gap: 100px;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 14px;
}

.gap-31 {
  gap: 120px;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-5\.5 {
  gap: 22px;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-6\.25 {
  gap: 25px;
}

.gap-6\.5 {
  gap: 26px;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-7\.5 {
  gap: 30px;
}

.gap-7\.75 {
  gap: 31px;
}

.gap-8 {
  gap: 32px;
}

.gap-8\.5 {
  gap: 34px;
}

.gap-8\.75 {
  gap: 35px;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-9\.5 {
  gap: 38px;
}

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

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-10\.5 {
  -moz-column-gap: 42px;
       column-gap: 42px;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

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

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-3\.5 {
  row-gap: 14px;
}

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

.gap-y-5 {
  row-gap: 1.25rem;
}

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.text-balance {
  text-wrap: balance;
}

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

.border-solid {
  border-style: solid;
}

.border-brand-3 {
  border-color: var(--color__brand-3);
}

.border-brand-5 {
  border-color: var(--color__brand-5);
}

.border-brand-6 {
  border-color: var(--color__brand-6);
}

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

.border-b-brand-3 {
  border-bottom-color: var(--color__brand-3);
}

.border-t-brand-3 {
  border-top-color: var(--color__brand-3);
}

.bg-brand-1 {
  background-color: var(--color__brand-1);
}

.bg-brand-2 {
  background-color: var(--color__brand-2);
}

.bg-brand-3 {
  background-color: var(--color__brand-3);
}

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

.bg-\[length\:200\%\] {
  background-size: 200%;
}

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

.bg-fixed {
  background-attachment: fixed;
}

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

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

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

.p-2\.5 {
  padding: 10px;
}

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

.px-3\.75 {
  padding-left: 15px;
  padding-right: 15px;
}

.px-4\.5 {
  padding-left: 18px;
  padding-right: 18px;
}

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-7\.5 {
  padding-left: 30px;
  padding-right: 30px;
}

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

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

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

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

.py-15 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.py-2\.75 {
  padding-top: 11px;
  padding-bottom: 11px;
}

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

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

.py-27 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-10\.5 {
  padding-bottom: 42px;
}

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

.pb-13\.25 {
  padding-bottom: 52px;
}

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

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

.pb-21\.25 {
  padding-bottom: 87px;
}

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

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

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

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

.pb-34\.5 {
  padding-bottom: 140px;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-5\.75 {
  padding-bottom: 23px;
}

.pb-6\.75 {
  padding-bottom: 27px;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-7\.5 {
  padding-bottom: 30px;
}

.pb-\[110px\] {
  padding-bottom: 110px;
}

.pb-\[calc\(65px\+10vw\)\] {
  padding-bottom: calc(65px + 10vw);
}

.pb-\[calc\(80px\+10vw\)\] {
  padding-bottom: calc(80px + 10vw);
}

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

.pl-6\.5 {
  padding-left: 26px;
}

.pl-6\.75 {
  padding-left: 27px;
}

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

.pl-8\.25 {
  padding-left: 33px;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-7\.5 {
  padding-right: 30px;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

.pt-14\.25 {
  padding-top: 57px;
}

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

.pt-22\.5 {
  padding-top: 90px;
}

.pt-24\.6 {
  padding-top: 98px;
}

.pt-26\.5 {
  padding-top: 98px;
}

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

.pt-3\.75 {
  padding-top: 15px;
}

.pt-7\.5 {
  padding-top: 30px;
}

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

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

.pt-\[107\.25px\] {
  padding-top: 107.25px;
}

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

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

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

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

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

.text-2\.5xl {
  font-size: 1.75rem;
  line-height: 1.36;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 1.4167;
}

.text-3\.65xl {
  font-size: 2.125rem;
  line-height: 1.294;
}

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

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

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

.text-md {
  font-size: 1rem;
  line-height: 1.625;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-xxs {
  font-size: 0.75rem;
  line-height: 1.5;
}

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

.font-light {
  font-weight: 300;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

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

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

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

.text-brand-1 {
  color: var(--color__brand-1);
}

.text-brand-3 {
  color: var(--color__brand-3);
}

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

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.blur {
  --tw-blur: blur(8px);
  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 {
  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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, 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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width\] {
  transition-property: width;
  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;
}

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

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

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

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.will-change-transform {
  will-change: transform;
}

.bg-brand-1-gradient {
  background: linear-gradient(to bottom, #0064B3 0%, #0E2978 100%);
}

.bg-product-gradient-v2 {
  background: linear-gradient(180deg, rgba(0, 191, 178, 0.2) 0%, rgba(255, 255, 255, 0.2) 104.93%);
}

@media (max-width: 1023px) {
  .bg-product-gradient-v2 {
    background: linear-gradient(180deg, rgba(0, 191, 178, 0.2) 0%, rgba(255, 255, 255, 0.2) 88.48%);
  }
}

@media (max-width: 767px) {
  .bg-product-gradient-v2 {
    background-size: 100% 407px;
    background-repeat: no-repeat;
  }
}

.bg-contact-gradient {
  background: linear-gradient(180deg, var(--color__brand-1) 30.99%, var(--color__brand-2) 147.3%);
}

.bg-header-gradient {
  background: linear-gradient(186deg, var(--color__brand-1) -55.61%, #0075BF 226.73%);
}

.bg-main-gradient {
  background: linear-gradient(180deg, var(--color__brand-1) 49.28%, var(--color__brand-2) 92.5%);
}

@media (min-width: 1024px) {
  .bg-main-gradient {
    background: linear-gradient(180deg, var(--color__brand-1) 32.46%, var(--color__brand-2) 90.01%);
  }
}

@media (min-width: 1380px) {
  .bg-main-gradient {
    background: linear-gradient(180deg, var(--color__brand-1) 21.6%, var(--color__brand-2) 88.4%);
  }
}

.bg-main-gradient-reverse {
  background: linear-gradient(0deg, var(--color__brand-1) 49.28%, var(--color__brand-2) 92.5%);
}

@media (min-width: 1024px) {
  .bg-main-gradient-reverse {
    background: linear-gradient(0deg, var(--color__brand-1) 32.46%, var(--color__brand-2) 90.01%);
  }
}

@media (min-width: 1380px) {
  .bg-main-gradient-reverse {
    background: linear-gradient(0deg, var(--color__brand-1) 21.6%, var(--color__brand-2) 88.4%);
  }
}

.bg-main-text-with-links {
  position: relative;
  background: linear-gradient(to bottom, #2263B3 0%, #0C196F 100%);
}

.bg-main-gradient.with-texture::before,
.bg-main-gradient-reverse.with-texture::before,
.bg-contact-gradient.with-texture::before,
.bg-main-text-with-links.with-texture::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/textured-bg.jpg") center/cover no-repeat;
  opacity: 0.05;
  pointer-events: none;
  z-index: 1;
}

.with-top-slant {
  clip-path: polygon(0 50px, 100% 0, 100% 100%, 0% 100%);
}

@media (max-width: 767px) {
  .with-top-slant {
    clip-path: polygon(0 15px, 100% 0, 100% 100%, 0% 100%);
  }
}

.with-top-slant-reverse {
  clip-path: polygon(0 0, 100% 50px, 100% 100%, 0% 100%);
}

@media (max-width: 767px) {
  .with-top-slant-reverse {
    clip-path: polygon(0 0, 100% 15px, 100% 100%, 0% 100%);
  }
}

.with-phone-icon-before,
.with-email-icon-before,
.with-phone-icon-larger-before,
.with-email-icon-larger-before {
  position: relative;
}

.with-phone-icon-before:after,
.with-email-icon-before:after,
.with-phone-icon-larger-before:after,
.with-email-icon-larger-before:after {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}

.with-phone-icon-before:after {
  top: 4px;
  background-image: url(images/phone-icon.svg);
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}

.with-email-icon-before:after {
  top: 8px;
  background-image: url(images/email-icon.svg);
  background-size: 17px 14px;
  width: 17px;
  height: 14px;
}

.with-email-icon-before.top-4px:after {
  top: 4px;
}

.with-phone-icon-larger-before:after {
  top: 6px;
  background-image: url(images/phone-icon.svg);
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
}

.with-email-icon-larger-before:after {
  top: 9px;
  background-image: url(images/email-icon.svg);
  background-size: 23px 19px;
  width: 23px;
  height: 19px;
}

.with-top-point {
  clip-path: polygon(0 5vw, 50% 0, 100% 5vw, 100% 100%, 0 100%);
}

.with-top-bottom-slant {
  clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
}

@media (max-width: 767px) {
  .with-top-bottom-slant {
    clip-path: polygon(0 15px, 100% 0, 100% calc(100% - 15px), 0 100%);
  }
}

.with-bottom-slant {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 0 100%);
}

@media (max-width: 767px) {
  .with-bottom-slant {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), 0 100%);
  }
}

.with-bottom-slant-reverse {
  clip-path: polygon(0 calc(100% - 50px), 100% 100%, 100% 0, 0 0);
}

@media (max-width: 767px) {
  .with-bottom-slant-reverse {
    clip-path: polygon(0 calc(100% - 15px), 100% 100%, 100% 0, 0 0);
  }
}

.with-bottom-slant-15px {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 15px));
}

.with-top-slant-20px {
  clip-path: polygon(0 0, 100% 20px, 100% 100%, 0 100%);
}

.with-bottom-point-out {
  /* height of the outward peak */
  --peak: 5vw;
  /* create room for the peak below */
  padding-bottom: var(--peak);
  /* top flat, bottom centre is the peak within the extra space */
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--peak)), 50% 100%, 0 calc(100% - var(--peak)));
}

@media (max-width: 767px) {
  .with-bottom-point-out {
    --peak: 20px;
    /* shallower peak on mobile */
  }
}

.with-brand-1-bg-after,
.with-brand-2-bg-after {
  position: relative;
}

.with-brand-1-bg-after:after,
.with-brand-2-bg-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.with-brand-1-bg-after:after {
  background-color: var(--color__brand-1);
}

.with-brand-2-bg-after:after {
  background-color: var(--color__brand-2);
}

.with-gradient-line-above {
  display: flex;
  flex-direction: column;
  gap: 42px;
  align-items: center;
}

.with-gradient-line-above:before {
  content: "";
  height: 1px;
  max-width: 1106px;
  width: 0;
  background: linear-gradient(90deg, var(--color__brand-2) 0%, var(--color__brand-3) 54.33%, #0064B3 100%);
  transition: width 1s ease-in-out;
}

.with-gradient-line-above.animate:before {
  width: 100%;
}

.with-gradient-line-absolute-below {
  position: relative;
}

.with-gradient-line-absolute-below:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  max-width: 1106px;
  width: 100%;
  background: linear-gradient(90deg, var(--color__brand-2) 0%, var(--color__brand-3) 54.33%, #0064B3 100%);
}

.with-brand-1-chevron {
  display: flex;
  gap: 10px;
}

.with-brand-1-chevron:after {
  position: relative;
  top: 3px;
  content: url(images/btn-brand-1-chevron.svg);
  height: 14px;
}

.with-brand-3-chevron-upwards-after {
  display: flex;
  gap: 10px;
}

.with-brand-3-chevron-upwards-after:after {
  content: url(images/chevron-brand-3-upwards.svg);
}

.rotate-after-180:after {
  transform: rotate(-180deg);
}

.with-brand-3-slant-bg {
  background-image: url(images/slant-brand-3-bg.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.with-brand-3-slant-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(images/slant-white-bg.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.group:hover .with-brand-3-slant-bg:before {
  opacity: 1;
}

.drop-shadow-brand-3 {
  filter: drop-shadow(0 0 50px rgba(0, 191, 178, 0.5));
}

.bg-warranty,
.bg-warranty-h-full {
  position: relative;
}

.bg-warranty:after,
.bg-warranty-h-full:after {
  content: "";
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  background: rgba(170, 170, 170, 0.2);
  width: 100%;
}

@media (max-width: 767px) {
  .bg-warranty:after,
.bg-warranty-h-full:after {
    border-radius: 0;
  }
}

.bg-warranty:after {
  height: calc(100% - 37px);
}

.bg-warranty-h-full:after {
  height: 100%;
}

.bg-about {
  background: linear-gradient(180deg, var(--color__brand-2) 2.15%, var(--color__brand-1) 140%);
}

.bg-about-gradient {
  background: linear-gradient(180deg, rgba(0, 191, 178, 0.2) 0%, rgba(255, 255, 255, 0.2) 86.68%);
}

@media (max-width: 1023px) {
  .bg-about-gradient {
    background: linear-gradient(180deg, rgba(0, 191, 178, 0.2) 0%, rgba(255, 255, 255, 0.2) 47.09%);
  }
}

@media (max-width: 767px) {
  .bg-about-gradient {
    background: linear-gradient(180deg, rgba(0, 191, 178, 0.2) 0%, rgba(255, 255, 255, 0.2) 88.48%) no-repeat;
    background-size: 100% 407px;
  }
}

.with-border-brand-3-gradient-after,
.with-border-brand-3-after {
  position: relative;
}

.with-border-brand-3-gradient-after:after,
.with-border-brand-3-after:after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
}

.with-border-brand-3-gradient-after:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--color__brand-3) 54.33%, rgba(255, 255, 255, 0) 100%);
}

.top-52px-after:after {
  top: 152px;
}

.with-dot-brand-3-center-after,
.with-dot-brand-3-left-33px-before {
  position: relative;
}

.with-dot-brand-3-center-after:after,
.with-dot-brand-3-left-33px-before:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  background-color: var(--color__brand-3);
}

.with-dot-brand-3-center-after:after {
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.with-dot-brand-3-center-before {
  position: relative;
}

.with-dot-brand-3-center-before:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  background-color: var(--color__brand-3);
  left: 0;
  right: 0;
  margin: 0 auto;
}

.top-before-minus-7px:before {
  top: -7px;
}

.with-brand-3-gradient-line-horizontal,
.with-white-gradient-line-horizontal {
  display: flex;
  gap: 16px;
  align-items: center;
}

.with-brand-3-gradient-line-horizontal:after,
.with-white-gradient-line-horizontal:after {
  content: "";
  width: 150px;
  max-width: 100%;
  height: 1px;
}

.with-white-gradient-line-horizontal:after {
  background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.73) 64.42%, var(--TEAL, #00BFB2) 100%);
}

.with-brand-1-download-icon,
.with-brand-3-download-icon {
  display: flex;
  gap: 10px;
}

.with-brand-1-download-icon:after,
.with-brand-3-download-icon:after {
  position: relative;
  top: 1px;
}

.with-brand-1-download-icon:after {
  content: url(images/brand-1-download-icon.svg);
}

.with-brand-3-download-icon:after {
  content: url(images/brand-3-download-icon.svg);
}

.with-brand-1-chevron-down-after,
.with-brand-3-chevron-down-after {
  display: flex;
  gap: 10px;
}

.with-brand-1-chevron-down-after:after,
.with-brand-3-chevron-down-after:after {
  position: relative;
  top: 1px;
}

.with-brand-1-chevron-down-after:after {
  content: url(images/chevron-brand-1-downwards.svg);
}

.with-brand-3-link-after:after {
  display: inline-block;
  margin-left: 10px;
  content: url(images/brand-3-chevron-link.svg);
  transition: transform 0.3s ease-out;
}

.group:hover .with-brand-3-link-after::after {
  transform: translateX(2px);
}

.with-radial-gradient-after-v2 {
  position: relative;
}

.with-radial-gradient-after-v2:after {
  content: "";
  position: absolute;
  margin: 0 auto;
  top: -56px;
  left: -20px;
  width: 322px;
  height: 322px;
  border-radius: 322px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 191, 178, 0.5) 0%, rgba(0, 191, 178, 0.33) 37.02%, rgba(0, 191, 178, 0) 100%);
  z-index: 0;
}

.bg-contact-v2 {
  background: linear-gradient(0deg, var(--color__brand-2) 0%, var(--color__brand-1) 85.47%);
}

@media (max-width: 1023px) {
  .bg-contact-v2 {
    background: linear-gradient(0deg, var(--color__brand-2) 3.93%, var(--color__brand-1) 91.98%);
  }
}

@media (max-width: 767px) {
  .bg-contact-v2 {
    background: linear-gradient(0deg, var(--color__brand-2) 1.19%, var(--color__brand-1) 107.11%);
  }
}

.bg-default-gradient {
  background: linear-gradient(180deg, rgba(0, 191, 178, 0.15) 0.58%, rgba(183, 237, 233, 0.3) 48.24%, #fff 99.73%);
}

@media (max-width: 767px) {
  .bg-default-gradient {
    background-image: linear-gradient(180deg, rgba(0, 191, 178, 0.15) 0.58%, rgba(183, 237, 233, 0.3) 48.24%, #fff 99.73%);
    background-repeat: no-repeat;
    background-size: 100% 358px;
  }
}

.bg-page-gradient {
  background-image: linear-gradient(0deg, var(--color__brand-2) 0%, var(--color__brand-1) 86%);
}

@media (max-width: 1023px) {
  .bg-page-gradient {
    background-image: linear-gradient(180deg, var(--color__brand-1) 1.32%, var(--color__brand-2) 61.23%);
  }
}

@media (max-width: 767px) {
  .bg-page-gradient {
    background-image: linear-gradient(180deg, var(--color__brand-1) 0.29%, var(--color__brand-2) 26.18%);
  }
}

.with-product-icon-before {
  display: flex;
  gap: 10px;
}

.with-product-icon-before:before {
  content: url(images/product-icon.svg);
}

.bg-home-gradient-2 {
  background: linear-gradient(to bottom, #0C1F6E 0%, #2263B3 80%, #2263B3 100%) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.\[writing-mode\:vertical-rl\] {
  writing-mode: vertical-rl;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

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

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-75:hover {
  opacity: .75;
}

.focus-visible\:w-\[70px\]:focus-visible {
  width: 70px;
}

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

.group:hover .group-hover\:bg-brand-1-hover {
  background-color: var(--color__brand-1-hover);
}

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

@media (min-width: 228px) {
  .xxs\:mt-\[-65px\] {
    margin-top: -65px;
  }

  .xxs\:pb-\[130px\] {
    padding-bottom: 130px;
  }
}

@media (min-width: 380px) {
  .xs\:mt-\[-46px\] {
    margin-top: -46px;
  }

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

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

  .xs\:px-7\.5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xs\:pb-\[145px\] {
    padding-bottom: 145px;
  }
}

@media (min-width: 390px) {
  .xstwo\:grid {
    display: grid;
  }

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

@media (min-width: 470px) {
  .sm\:mt-\[-100px\] {
    margin-top: -100px;
  }

  .sm\:pb-\[175px\] {
    padding-bottom: 175px;
  }
}

@media (min-width: 520px) {
  .smtwo\:mt-\[-120px\] {
    margin-top: -120px;
  }

  .smtwo\:pb-\[205px\] {
    padding-bottom: 205px;
  }
}

@media (min-width: 650px) {
  .smthree\:mt-\[-140px\] {
    margin-top: -140px;
  }

  .smthree\:pb-\[245px\] {
    padding-bottom: 245px;
  }
}

@media (min-width: 768px) {
  .md\:bottom-\[-2vw\] {
    bottom: -2vw;
  }

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

  .md\:top-\[-147px\] {
    top: -147px;
  }

  .md\:z-100 {
    z-index: 100;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-2\.5 {
    margin-bottom: 10px;
  }

  .md\:mb-\[-12vw\] {
    margin-bottom: -12vw;
  }

  .md\:mb-\[51px\] {
    margin-bottom: 51px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-2\.5 {
    margin-top: 10px;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

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

  .md\:mt-\[-160px\] {
    margin-top: -160px;
  }

  .md\:mt-\[-51px\] {
    margin-top: -51px;
  }

  .md\:mt-\[-52px\] {
    margin-top: -52px;
  }

  .md\:mt-\[-82px\] {
    margin-top: -82px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[1106\/460\] {
    aspect-ratio: 1106/460;
  }

  .md\:aspect-\[1106\/600\] {
    aspect-ratio: 1106/600;
  }

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

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

  .md\:h-\[calc\(100\%-220px\)\] {
    height: calc(100% - 220px);
  }

  .md\:h-auto {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-10\.5 {
    gap: 42px;
  }

  .md\:gap-13 {
    gap: 52px;
  }

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:gap-15 {
    gap: 60px;
  }

  .md\:gap-16\.125 {
    gap: 65px;
  }

  .md\:gap-2\.75 {
    gap: 12px;
  }

  .md\:gap-20 {
    gap: 5rem;
  }

  .md\:gap-23\.35 {
    gap: 91px;
  }

  .md\:gap-23\.5 {
    gap: 90px;
  }

  .md\:gap-23\.75 {
    gap: 94px;
  }

  .md\:gap-26\.25 {
    gap: 104px;
  }

  .md\:gap-28 {
    gap: 7rem;
  }

  .md\:gap-28\.25 {
    gap: 114px;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-3\.5 {
    gap: 14px;
  }

  .md\:gap-33 {
    gap: 140px;
  }

  .md\:gap-43\.5 {
    gap: 184px;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7\.5 {
    gap: 30px;
  }

  .md\:gap-8\.25 {
    gap: 33px;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .md\:gap-y-3\.5 {
    row-gap: 14px;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:p-7\.5 {
    padding: 30px;
  }

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-11 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .md\:px-11\.75 {
    padding-left: 46px;
    padding-right: 46px;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-27\.45 {
    padding-left: 106px;
    padding-right: 106px;
  }

  .md\:px-7\.5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .md\:py-24\.6 {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .md\:pb-15\.75 {
    padding-bottom: 65px;
  }

  .md\:pb-23\.35 {
    padding-bottom: 94px;
  }

  .md\:pb-27 {
    padding-bottom: 100px;
  }

  .md\:pb-34\.5 {
    padding-bottom: 140px;
  }

  .md\:pb-6\.75 {
    padding-bottom: 27px;
  }

  .md\:pb-\[265px\] {
    padding-bottom: 265px;
  }

  .md\:pb-\[calc\(120px\+10vw\)\] {
    padding-bottom: calc(120px + 10vw);
  }

  .md\:pb-\[calc\(97px\+10vw\)\] {
    padding-bottom: calc(97px + 10vw);
  }

  .md\:pb-\[calc\(97px\+12vw\)\] {
    padding-bottom: calc(97px + 12vw);
  }

  .md\:pt-13\.25 {
    padding-top: 52px;
  }

  .md\:pt-17 {
    padding-top: 68px;
  }

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

  .md\:pt-27 {
    padding-top: 100px;
  }

  .md\:pt-34\.5 {
    padding-top: 140px;
  }

  .md\:pt-\[176\.15px\] {
    padding-top: 176.15px;
  }

  .md\:text-2\.25xl {
    font-size: 1.625rem;
    line-height: 1.65;
  }

  .md\:text-2\.5xl {
    font-size: 1.75rem;
    line-height: 1.36;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 1.4167;
  }

  .md\:text-4\.15xl {
    font-size: 2.5rem;
    line-height: 1.25;
  }

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

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .md\:transition-none {
    transition-property: none;
  }

  .md\:duration-0 {
    transition-duration: 0s;
  }

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

@media (min-width: 900px) {
  .mdtwo\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .mdtwo\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .mdtwo\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .mdtwo\:mt-20 {
    margin-top: 5rem;
  }

  .mdtwo\:mt-60 {
    margin-top: 15rem;
  }

  .mdtwo\:mt-\[-170px\] {
    margin-top: -170px;
  }

  .mdtwo\:mt-\[25px\] {
    margin-top: 25px;
  }

  .mdtwo\:block {
    display: block;
  }

  .mdtwo\:flex {
    display: flex;
  }

  .mdtwo\:grid {
    display: grid;
  }

  .mdtwo\:hidden {
    display: none;
  }

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

  .mdtwo\:min-h-\[354px\] {
    min-height: 354px;
  }

  .mdtwo\:min-h-\[387px\] {
    min-height: 387px;
  }

  .mdtwo\:min-h-\[406px\] {
    min-height: 406px;
  }

  .mdtwo\:min-h-\[566px\] {
    min-height: 566px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .mdtwo\:skew-x-\[-6deg\] {
    --tw-skew-x: -6deg;
    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));
  }

  .mdtwo\:skew-x-\[6deg\] {
    --tw-skew-x: 6deg;
    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));
  }

  .mdtwo\:grid-cols-\[minmax\(0\2c 450px\)_1fr\] {
    grid-template-columns: minmax(0,450px) 1fr;
  }

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

  .mdtwo\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .mdtwo\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .mdtwo\:items-stretch {
    align-items: stretch;
  }

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

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

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

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

  .mdtwo\:gap-15 {
    gap: 60px;
  }

  .mdtwo\:gap-4 {
    gap: 1rem;
  }

  .mdtwo\:gap-5 {
    gap: 1.25rem;
  }

  .mdtwo\:gap-5\.25 {
    gap: 21px;
  }

  .mdtwo\:gap-5\.5 {
    gap: 22px;
  }

  .mdtwo\:gap-7\.5 {
    gap: 30px;
  }

  .mdtwo\:gap-8 {
    gap: 32px;
  }

  .mdtwo\:gap-9 {
    gap: 2.25rem;
  }

  .mdtwo\:self-start {
    align-self: flex-start;
  }

  .mdtwo\:self-stretch {
    align-self: stretch;
  }

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

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

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

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

  .mdtwo\:px-27 {
    padding-left: 100px;
    padding-right: 100px;
  }

  .mdtwo\:py-13\.25 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .mdtwo\:py-15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .mdtwo\:pb-13\.75 {
    padding-bottom: 54px;
  }

  .mdtwo\:pb-\[285px\] {
    padding-bottom: 285px;
  }

  .mdtwo\:pr-3 {
    padding-right: 12px;
  }

  .mdtwo\:pt-15 {
    padding-top: 60px;
  }

  .mdtwo\:pt-28 {
    padding-top: 7rem;
  }

  .mdtwo\:pt-\[200px\] {
    padding-top: 200px;
  }

  .mdtwo\:text-2\.5xl {
    font-size: 1.75rem;
    line-height: 1.36;
  }

  .mdtwo\:text-3\.25xl {
    font-size: 2.125rem;
    line-height: 1.15;
  }

  .mdtwo\:with-slanted-line-after:after {
    content: "";
    height: 142px;
    width: 1px;
    transform: rotate(15deg);
    background-color: var(--color__brand-4);
  }

  .mdtwo\:clip-path-none {
    clip-path: none;
  }
}

@media (min-width: 950px) {
  .mdthree\:mt-\[-175px\] {
    margin-top: -175px;
  }

  .mdthree\:pb-\[300px\] {
    padding-bottom: 300px;
  }
}

@media (min-width: 1024px) {
  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-\[-40px\] {
    left: -40px;
  }

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

  .lg\:my-\[-5vw\] {
    margin-top: -5vw;
    margin-bottom: -5vw;
  }

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

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

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

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-50 {
    margin-top: 200px;
  }

  .lg\:mt-\[-112px\] {
    margin-top: -112px;
  }

  .lg\:mt-\[-140px\] {
    margin-top: -140px;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:min-h-\[308px\] {
    min-height: 308px;
  }

  .lg\:min-h-\[324px\] {
    min-height: 324px;
  }

  .lg\:min-h-\[375px\] {
    min-height: 375px;
  }

  .lg\:min-h-\[780px\] {
    min-height: 780px;
  }

  .lg\:min-h-\[80px\] {
    min-height: 80px;
  }

  .lg\:min-h-\[82px\] {
    min-height: 82px;
  }

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

  .lg\:w-\[calc\(33\.3\%-22px\)\] {
    width: calc(33.3% - 22px);
  }

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

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

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

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

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

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

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

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

  .lg\:grid-cols-\[minmax\(0\2c 600px\)_1fr\] {
    grid-template-columns: minmax(0,600px) 1fr;
  }

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-11 {
    gap: 2.75rem;
  }

  .lg\:gap-15\.65 {
    gap: 64px;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-20\.75 {
    gap: 83px;
  }

  .lg\:gap-23\.5 {
    gap: 90px;
  }

  .lg\:gap-26 {
    gap: 100px;
  }

  .lg\:gap-27\.75 {
    gap: 110px;
  }

  .lg\:gap-31\.5 {
    gap: 124px;
  }

  .lg\:gap-33 {
    gap: 140px;
  }

  .lg\:gap-41\.95 {
    gap: 170px;
  }

  .lg\:gap-43\.5 {
    gap: 184px;
  }

  .lg\:gap-44 {
    gap: 11rem;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:px-15 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:px-20\.5 {
    padding-left: 82px;
    padding-right: 82px;
  }

  .lg\:px-7\.5 {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .lg\:py-27\.25 {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .lg\:py-34\.5 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .lg\:py-35\.25 {
    padding-top: 142px;
    padding-bottom: 142px;
  }

  .lg\:py-35\.8 {
    padding-top: 143px;
    padding-bottom: 143px;
  }

  .lg\:py-37\.65 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

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

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

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

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

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

  .lg\:pb-27\.75 {
    padding-bottom: 111px;
  }

  .lg\:pb-35\.25 {
    padding-bottom: 142px;
  }

  .lg\:pb-39\.1 {
    padding-bottom: 156px;
  }

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

  .lg\:pb-\[calc\(142px\+10vw\)\] {
    padding-bottom: calc(142px + 10vw);
  }

  .lg\:pb-\[calc\(142px\+12vw\)\] {
    padding-bottom: calc(142px + 12vw);
  }

  .lg\:pb-\[calc\(176px\+10vw\)\] {
    padding-bottom: calc(176px + 10vw);
  }

  .lg\:pl-20\.5 {
    padding-left: 82px;
  }

  .lg\:pt-22\.5 {
    padding-top: 90px;
  }

  .lg\:pt-31 {
    padding-top: 120px;
  }

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

  .lg\:pt-38 {
    padding-top: 152px;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:pt-56 {
    padding-top: 220px;
  }

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

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 1.4167;
  }

  .lg\:text-3\.65xl {
    font-size: 2.125rem;
    line-height: 1.294;
  }

  .lg\:text-4\.5xl {
    font-size: 2.813rem;
    line-height: 1.15;
  }

  .lg\:text-5\.5xl {
    font-size: 3.125rem;
    line-height: 1.15;
  }

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

  .lg\:with-brand-3-vertical-slant-line:after {
    position: relative;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 1px;
    background: linear-gradient(75deg, rgba(255, 255, 255, 0) 0%, var(--color__brand-3) 54%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(15deg);
  }
}

@media (min-width: 1100px) {
  .lgone\:w-\[calc\(100\%-30px\)\] {
    width: calc(100% - 30px);
  }

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

@media (min-width: 1190px) {
  .lgtwo\:mt-\[-183px\] {
    margin-top: -183px;
  }

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

  .lgtwo\:pb-\[328px\] {
    padding-bottom: 328px;
  }
}

@media (min-width: 1380px) {
  .xl\:left-\[-35px\] {
    left: -35px;
  }

  .xl\:ml-11 {
    margin-left: 44px;
  }

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

  .xl\:mt-\[-185px\] {
    margin-top: -185px;
  }

  .xl\:min-h-\[293px\] {
    min-height: 293px;
  }

  .xl\:min-h-\[460px\] {
    min-height: 460px;
  }

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

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

  .xl\:w-\[calc\(25\%-30px\)\] {
    width: calc(25% - 30px);
  }

  .xl\:w-\[calc\(33\.3\%-32px\)\] {
    width: calc(33.3% - 32px);
  }

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

  .xl\:max-w-\[calc\(33\.3\%-27px\)\] {
    max-width: calc(33.3% - 27px);
  }

  .xl\:max-w-\[calc\(33\.3\%-28px\)\] {
    max-width: calc(33.3% - 28px);
  }

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

  .xl\:grid-cols-\[minmax\(0\2c 706px\)_1fr\] {
    grid-template-columns: minmax(0,706px) 1fr;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }

  .xl\:gap-13\.75 {
    gap: 55px;
  }

  .xl\:gap-16\.15 {
    gap: 66px;
  }

  .xl\:gap-16\.5 {
    gap: 70px;
  }

  .xl\:gap-19\.75 {
    gap: 78px;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-20\.5 {
    gap: 82px;
  }

  .xl\:gap-26 {
    gap: 100px;
  }

  .xl\:gap-7\.75 {
    gap: 31px;
  }

  .xl\:gap-8 {
    gap: 32px;
  }

  .xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .xl\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

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

  .xl\:px-11\.5 {
    padding-left: 45px;
    padding-right: 45px;
  }

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

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

  .xl\:px-27\.45 {
    padding-left: 106px;
    padding-right: 106px;
  }

  .xl\:pb-19\.15 {
    padding-bottom: 74px;
  }

  .xl\:pl-19 {
    padding-left: 72px;
  }

  .xl\:pl-19\.25 {
    padding-left: 76px;
  }

  .xl\:pl-27\.45 {
    padding-left: 106px;
  }

  .xl\:pr-10\.5 {
    padding-right: 42px;
  }

  .xl\:pr-8\.5 {
    padding-right: 34px;
  }

  .xl\:pt-\[170px\] {
    padding-top: 170px;
  }
}

@media (min-width: 1680px) {
  .xlone\:left-\[-80px\] {
    left: -80px;
  }

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

@media (min-width: 2400px) {
  .xltwo\:mb-15 {
    margin-bottom: 60px;
  }
}

@media (min-width: 3000px) {
  .xxlone\:mb-20 {
    margin-bottom: 5rem;
  }
}

.\[\&\:\:after\]\:rotate-180::after {
  --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));
}

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

.\[\&\:\:after\]\:transition-transform::after {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&\:\:after\]\:duration-200::after {
  transition-duration: 200ms;
}

.\[\&\:\:after\]\:ease-in-out::after {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.group:hover .group-hover\:\[\&\:\:after\]\:translate-y-\[2px\]::after {
  --tw-translate-y: 2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:focus-visible .group-focus-visible\:\[\&\:\:after\]\:translate-y-\[2px\]::after {
  --tw-translate-y: 2px;
  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));
}

.\[\&_img\.aligncenter\]\:mx-auto img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_img\.aligncenter\]\:block img.aligncenter {
  display: block;
}

.\[\&_img\.alignright\]\:ml-auto img.alignright {
  margin-left: auto;
}

.\[\&_img\.alignright\]\:block img.alignright {
  display: block;
}

.\[\&_img\]\:inline img {
  display: inline;
}

/*# sourceMappingURL=build.css.map */