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

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 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

.left-0 {
  left: 0px;
}

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

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

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

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

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

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-3 {
  margin: 0.75rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

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

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

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

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

.mb-20 {
  margin-bottom: 5rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

.mt-3\.5 {
  margin-top: 14px;
}

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

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

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

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

.mt-7\.5 {
  margin-top: 30px;
}

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

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

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

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

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

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

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

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

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

.mb-\[24\.5\%\] {
  margin-bottom: 24.5%;
}

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

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

.contents {
  display: contents;
}

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

.hidden {
  display: none;
}

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

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

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

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

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

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

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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-\[0\.7\] {
  --tw-scale-x: 0.7;
  --tw-scale-y: 0.7;
  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-\[1\.082\] {
  --tw-scale-x: 1.082;
  --tw-scale-y: 1.082;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-13 {
  gap: 52px;
}

.gap-13\.25 {
  gap: 54px;
}

.gap-14 {
  gap: 56px;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

.gap-3\.75 {
  gap: 15px;
}

.gap-5 {
  gap: 1.25rem;
}

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

.gap-7 {
  gap: 1.75rem;
}

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

.gap-8 {
  gap: 2rem;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-13 {
  -moz-column-gap: 52px;
       column-gap: 52px;
}

.gap-x-13\.25 {
  -moz-column-gap: 54px;
       column-gap: 54px;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

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

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

.gap-y-17 {
  row-gap: 68px;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

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

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

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

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * 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-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

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

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

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

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-4xl {
  border-radius: 5rem;
}

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

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

.border-r {
  border-right-width: 1px;
}

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

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

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

.border-octonary {
  --tw-border-opacity: 1;
  border-color: rgb(200 0 15 / var(--tw-border-opacity));
}

.border-quaternary {
  --tw-border-opacity: 1;
  border-color: rgb(40 155 230 / var(--tw-border-opacity));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(170 201 118 / var(--tw-border-opacity));
}

.border-senary {
  --tw-border-opacity: 1;
  border-color: rgb(40 171 230 / var(--tw-border-opacity));
}

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

.border-r-tertiary {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.bg-denary {
  --tw-bg-opacity: 1;
  background-color: rgb(81 81 79 / var(--tw-bg-opacity));
}

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

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

.bg-quaternary {
  --tw-bg-opacity: 1;
  background-color: rgb(40 155 230 / var(--tw-bg-opacity));
}

.bg-quinary {
  --tw-bg-opacity: 1;
  background-color: rgb(57 161 171 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(170 201 118 / var(--tw-bg-opacity));
}

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

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

.bg-values-passion-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(255 236 227 / var(--tw-bg-opacity));
}

.bg-values-red {
  --tw-bg-opacity: 1;
  background-color: rgb(218 33 40 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

.p-7 {
  padding: 1.75rem;
}

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

.px-13 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-13\.25 {
  padding-left: 52px;
  padding-right: 52px;
}

.px-13\.75 {
  padding-left: 54px;
  padding-right: 54px;
}

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

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

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

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

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

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

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

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

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

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

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

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

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

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

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

.pb-27\.5 {
  padding-bottom: 110px;
}

.pb-34 {
  padding-bottom: 136px;
}

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

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

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

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

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

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

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

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

.pl-7 {
  padding-left: 1.75rem;
}

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

.pr-13 {
  padding-right: 50px;
}

.pr-14 {
  padding-right: 3.5rem;
}

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

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

.pt-10\.75 {
  padding-top: 44px;
}

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

.pt-42 {
  padding-top: 166px;
}

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

.pt-5\.75 {
  padding-top: 24px;
}

.pt-7 {
  padding-top: 1.75rem;
}

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

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

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

.text-1\.5xl {
  font-size: 1.375rem;
  line-height: 1.5rem;
}

.text-2\.15xl {
  font-size: 1.563rem;
  line-height: 1.9rem;
}

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-xxs {
  font-size: 0.625rem;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.\!leading-snug {
  line-height: 1.375 !important;
}

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

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

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(81 81 80 / var(--tw-text-opacity));
}

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

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

.opacity-80 {
  opacity: 0.8;
}

.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, outline-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;
}

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

.bg-after-outer {
  width: 100%;
}

@media (min-width: 1550px) {
  .bg-after-outer {
    margin: 0 100px;
  }
}

@media (max-width: 1549px) and (min-width: 1024px) {
  .bg-after-outer {
    margin: 0 30px;
  }
}

@media (max-width: 1023px) {
  .bg-after-outer {
    margin: 0 60px;
  }
}

@media (max-width: 767px) {
  .bg-after-outer {
    margin: 0;
  }
}

.bg-after {
  max-width: 1580px;
  margin: 0 auto;
  position: relative;
}

.bg-after:after {
  position: absolute;
  content: "";
  max-width: 1580px;
  height: 100%;
  right: 0;
  top: 0;
  left: 0;
  margin: 0 auto;
  z-index: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-after-opacity-90-percent:after {
  opacity: 90%;
}

.bg-after-w-100-h-70px {
  max-width: 100%;
  margin: 0;
}

.bg-after-w-100-h-70px:after {
  right: auto;
  width: 100%;
  height: calc(100% - 70px);
}

.bg-white-after-w-100-minus-h-77px-rounded {
  position: relative;
}

.bg-white-after-w-100-minus-h-77px-rounded:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 77px);
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-after-h-full-minus-40px {
  position: relative;
}

.bg-after-h-full-minus-40px:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
}

.bg-after-rounded-md:after {
  border-radius: 0.375rem;
}

.bg-after-tr-tl-sm:after {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

@media (max-width: 767px) {
  .bg-after-tr-tl-sm:after {
    border-radius: 0px;
  }
}

.with-line-after {
  display: flex;
  flex-direction: column;
}

.with-line-after:after {
  content: "";
  width: 52px;
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(170 201 118 / var(--tw-bg-opacity));
  margin-top: 20px;
}

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

.bg-blue-ideal-block {
  background-image: url("images/bg-blue-ideal-block.svg");
  background-size: cover;
}

.with-line-border {
  position: relative;
}

.with-line-border img {
  position: relative;
  z-index: 20;
}

.with-line-border:after {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(170 201 118 / var(--tw-border-opacity));
  z-index: 10;
  border-radius: 0.375rem;
}

.with-line-border.blue-line:after {
  --tw-border-opacity: 1;
  border-color: rgb(40 171 230 / var(--tw-border-opacity));
}

.with-line-after-horizontal-desktop {
  display: flex;
  align-items: center;
}

.with-line-after-horizontal-desktop:after {
  content: "";
  height: 2px;
  flex: 1;
  background-color: #fff;
  margin-left: 44px;
}

@media (max-width: 767px) {
  .with-line-after-horizontal-desktop:after {
    content: none;
  }
}

.bg-grey-to-white-gradient-after:after {
  background: linear-gradient(0deg, whitesmoke 0%, white 100%);
}

.underline-after-white {
  position: relative;
  padding-bottom: 20px;
}

.underline-after-white:after {
  position: absolute;
  content: "";
  background-color: #fff;
  height: 2px;
  width: 52px;
  left: 0;
  bottom: 0;
}

.underline-after-blue {
  position: relative;
  padding-bottom: 20px;
}

.underline-after-blue:after {
  position: absolute;
  content: "";
  background-color: #28ABE6;
  height: 2px;
  width: 52px;
  left: 0;
  bottom: 0;
}

.with-chevron-after:after {
  content: url("images/gi-health-link-chevron.svg");
}

.with-line-bottom {
  position: relative;
  margin-bottom: 20px;
}

.with-line-bottom:after {
  position: absolute;
  content: "";
  width: 52px;
  height: 2px;
  bottom: -20px;
  left: 0;
}

.with-line-bottom.blue-line:after {
  --tw-bg-opacity: 1;
  background-color: rgb(40 171 230 / var(--tw-bg-opacity));
}

.with-line-bottom.red-line:after {
  --tw-bg-opacity: 1;
  background-color: rgb(200 0 15 / var(--tw-bg-opacity));
}

.with-yellow-line-below:after {
  content: "";
  width: 52px;
  height: 2px;
  background-color: #FAE226;
}

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

.with-line:after {
  content: "";
  height: 1px;
  width: 60px;
  background-color: #fff;
}

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

.with-prev-arrow:after {
  content: url(images/spinner-btn-prev.svg);
}

.with-next-arrow:after {
  content: url(images/spinner-btn-next.svg);
}

.first\:\!mb-20:first-child {
  margin-bottom: 5rem !important;
}

.first\:\!border-b:first-child {
  border-bottom-width: 1px !important;
}

.first\:\!border-senary:first-child {
  --tw-border-opacity: 1 !important;
  border-color: rgb(40 171 230 / var(--tw-border-opacity)) !important;
}

.first\:\!pb-18\.75:first-child {
  padding-bottom: 70px !important;
}

.first\:font-bold:first-child {
  font-weight: 700;
}

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

.last\:border-transparent:last-child {
  border-color: transparent;
}

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

.hover\:bg-nonary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(170 0 14 / var(--tw-bg-opacity));
}

.hover\:bg-septenary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(200 0 16 / var(--tw-bg-opacity));
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.group:hover .group-hover\:text-octonary {
  --tw-text-opacity: 1;
  color: rgb(200 0 15 / var(--tw-text-opacity));
}

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

@media (min-width: 470px) {
  .sm\:bottom-\[-55px\] {
    bottom: -55px;
  }

  .sm\:top-\[-43px\] {
    top: -43px;
  }

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

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

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

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

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

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

  .sm\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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: 632px) {
  .smtwo\: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: 768px) {
  .md\:\!visible {
    visibility: visible !important;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:bottom-\[-40px\] {
    bottom: -40px;
  }

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

  .md\:left-\[180px\] {
    left: 180px;
  }

  .md\:left-\[50px\] {
    left: 50px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:mx-13 {
    margin-left: 52px;
    margin-right: 52px;
  }

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

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

  .md\:my-15\.75 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

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

  .md\:mb-12\.5 {
    margin-bottom: 50px;
  }

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

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

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

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

  .md\:mt-19\.25 {
    margin-top: 74px;
  }

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

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

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

  .md\:\!block {
    display: block !important;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:max-h-none {
    max-height: none;
  }

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

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

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

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

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

  .md\:w-6\/12 {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\: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));
  }

  .md\:cursor-none {
    cursor: none;
  }

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

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

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

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

  .md\:gap-28 {
    gap: 112px;
  }

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

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

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

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

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

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

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

  .md\:p-15 {
    padding: 60px;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-7\.85 {
    padding: 33px;
  }

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

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

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

  .md\:py-26\.5 {
    padding-top: 98px;
    padding-bottom: 98px;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

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

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pr-\[350px\] {
    padding-right: 350px;
  }

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

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

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

  .md\:pt-13\.75 {
    padding-top: 54px;
  }

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

  .md\:pt-19\.5 {
    padding-top: 77px;
  }

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

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

  .md\:text-2\.15xl {
    font-size: 1.563rem;
    line-height: 1.9rem;
  }

  .md\:text-3\.75xl {
    font-size: 2.188rem;
    line-height: 3rem;
  }

  .md\:text-4\.25xl {
    font-size: 2.375rem;
    line-height: 3rem;
  }

  .md\:text-4\.75xl {
    font-size: 2.813rem;
    line-height: 3.1rem;
  }

  .md\:bg-after-w-100-h-186px {
    max-width: 100%;
    margin: 0;
  }

  .md\:bg-after-w-100-h-186px:after {
    right: auto;
    width: 100%;
    height: calc(100% - 186px);
  }

  .md\:bg-center-15px {
    background-position: center 15px;
  }
}

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

  .mdtwo\:ml-13 {
    margin-left: 52px;
  }

  .mdtwo\:\!block {
    display: block !important;
  }

  .mdtwo\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .mdtwo\:gap-13\.25 {
    gap: 54px;
  }

  .mdtwo\:gap-7 {
    gap: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:\!visible {
    visibility: visible !important;
  }

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

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

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

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

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

  .lg\:top-\[-400px\] {
    top: -400px;
  }

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

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

  .lg\:top-\[52px\] {
    top: 52px;
  }

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

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

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

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

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

  .lg\:my-15\.75 {
    margin-top: 65px;
    margin-bottom: 65px;
  }

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

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

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

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

  .lg\:mt-19 {
    margin-top: 72px;
  }

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

  .lg\:mt-20\.75 {
    margin-top: 85px;
  }

  .lg\:mt-27 {
    margin-top: 100px;
  }

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

  .lg\:mt-27\.85 {
    margin-top: 111px;
  }

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

  .lg\:mt-35\.5 {
    margin-top: 144px;
  }

  .lg\:mt-41\.5 {
    margin-top: 166px;
  }

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

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

  .lg\:\!block {
    display: block !important;
  }

  .lg\:\!flex {
    display: flex !important;
  }

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

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\: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));
  }

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

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

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

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

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

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

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

  .lg\:gap-17 {
    gap: 68px;
  }

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

  .lg\:gap-27 {
    gap: 106px;
  }

  .lg\:gap-28 {
    gap: 112px;
  }

  .lg\:gap-28\.5 {
    gap: 118px;
  }

  .lg\:gap-34\.5 {
    gap: 140px;
  }

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

  .lg\:gap-4\.5 {
    gap: 18px;
  }

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

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

  .lg\:gap-x-14 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .lg\:gap-y-28 {
    row-gap: 112px;
  }

  .lg\: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));
  }

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

  .lg\:bg-none {
    background-image: none;
  }

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

  .lg\:px-13 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:px-13\.25 {
    padding-left: 52px;
    padding-right: 52px;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

  .lg\:px-27\.35 {
    padding-left: 108px;
    padding-right: 108px;
  }

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

  .lg\:py-17 {
    padding-top: 68px;
    padding-bottom: 68px;
  }

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

  .lg\:py-20\.65 {
    padding-top: 84px;
    padding-bottom: 84px;
  }

  .lg\:py-23 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .lg\:py-37 {
    padding-top: 147px;
    padding-bottom: 147px;
  }

  .lg\:py-37\.5 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

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

  .lg\:pb-19 {
    padding-bottom: 72px;
  }

  .lg\:pb-19\.125 {
    padding-bottom: 75px;
  }

  .lg\:pb-19\.75 {
    padding-bottom: 78px;
  }

  .lg\:pb-34 {
    padding-bottom: 136px;
  }

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

  .lg\:pb-38 {
    padding-bottom: 152px;
  }

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

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

  .lg\:pl-15 {
    padding-left: 60px;
  }

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

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

  .lg\:pr-15 {
    padding-right: 60px;
  }

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

  .lg\:pr-8 {
    padding-right: 2rem;
  }

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

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

  .lg\:pt-23 {
    padding-top: 92px;
  }

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

  .lg\:pt-27\.5 {
    padding-top: 110px;
  }

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

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

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

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

  .lg\:text-5\.5xl {
    font-size: 3.125rem;
    line-height: 3.5rem;
  }

  .lg\:bg-after-w-75-percent {
    max-width: none;
    margin: 0;
  }

  .lg\:bg-after-w-75-percent:after {
    right: auto;
    width: 75%;
    height: 100%;
  }

  .lg\:right-0-left-auto-after:after {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1100px) {
  .lgtwo\:flex-row {
    flex-direction: row;
  }

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

@media (min-width: 1280px) {
  .xl\:\!visible {
    visibility: visible !important;
  }

  .xl\:left-\[400px\] {
    left: 400px;
  }

  .xl\:top-\[92px\] {
    top: 92px;
  }

  .xl\:ml-13 {
    margin-left: 52px;
  }

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

  .xl\:mt-38 {
    margin-top: 152px;
  }

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

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

  .xl\:\!block {
    display: block !important;
  }

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

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

  .xl\:w-6\/12 {
    width: 50%;
  }

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

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

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

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

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

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

  .xl\:flex-none {
    flex: none;
  }

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

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

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

  .xl\:gap-14 {
    gap: 56px;
  }

  .xl\:gap-17 {
    gap: 68px;
  }

  .xl\:gap-27 {
    gap: 106px;
  }

  .xl\:gap-27\.5 {
    gap: 108px;
  }

  .xl\:gap-48 {
    gap: 12rem;
  }

  .xl\:gap-x-14 {
    -moz-column-gap: 56px;
         column-gap: 56px;
  }

  .xl\:gap-y-0 {
    row-gap: 0px;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:px-13 {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .xl\:px-27\.5 {
    padding-left: 110px;
    padding-right: 110px;
  }

  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

  .xl\:pl-27 {
    padding-left: 100px;
  }

  .xl\:pl-27\.35 {
    padding-left: 108px;
  }

  .xl\:pr-27 {
    padding-right: 100px;
  }

  .xl\:pr-27\.35 {
    padding-right: 108px;
  }

  .xl\:pr-\[200px\] {
    padding-right: 200px;
  }

  .xl\:pr-\[220px\] {
    padding-right: 220px;
  }

  .xl\:text-6\.5xl {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 1550px) {
  .xxl\:left-\[-30px\] {
    left: -30px;
  }

  .xxl\:left-\[300px\] {
    left: 300px;
  }

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

  .xxl\:top-\[-600px\] {
    top: -600px;
  }

  .xxl\:top-\[-650px\] {
    top: -650px;
  }

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

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

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

  .xxl\:text-7xl {
    font-size: 4.375rem;
    line-height: 5rem;
  }
}

@media (min-width: 1650px) {
  .xxxl\:top-\[-700px\] {
    top: -700px;
  }
}

/*# sourceMappingURL=build.css.map */