/*
! tailwindcss v3.2.7 | 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: currentColor; /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
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:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* 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:  ;
}@font-face{font-family:"Korolev";src:url("./../fonts/Korolev-Light.woff2") format("woff2"),url("./../fonts/Korolev-Light.woff") format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Korolev";src:url("./../fonts/Korolev-Medium.woff2") format("woff2"),url("./../fonts/Korolev-Medium.woff") format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Korolev";src:url("./../fonts/Korolev-Bold.woff2") format("woff2"),url("./../fonts/Korolev-Bold.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}.front-end *[data-oat=fade-top]{opacity:0;transform:translateY(-3rem)}.front-end *[data-oat=fade-top].inview{animation:fade-opacity 1700ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate 1000ms cubic-bezier(0.7, 0, 0.3, 1) forwards}.front-end *[data-oat=fade-bot]{opacity:0;transform:translateY(3rem)}.front-end *[data-oat=fade-bot].inview{animation:fade-opacity 2000ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards}.front-end *[data-oat=fade-text]{opacity:0}.front-end *[data-oat=fade-text].inview{opacity:1}.front-end *[data-oat=fade-text] span{display:inline-flex;opacity:0;transform:translateY(200%) skew(-0.06turn, 12deg);transition:opacity 1200ms cubic-bezier(0.7, 0, 0.3, 1)}.front-end *[data-oat=fade-text] span.inview{opacity:1;animation:600ms cubic-bezier(0, 0.55, 0.45, 1) forwards fade-text}.front-end *[data-oat=screen-l-to-r]{--bg: white;position:relative;overflow:hidden}.front-end *[data-oat=screen-l-to-r]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}.front-end *[data-oat=screen-l-to-r].inview:before{content:"";transform:translateX(100%)}.front-end *[data-oat=screen-r-to-l]{--bg: white;position:relative;overflow:hidden}.front-end *[data-oat=screen-r-to-l]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}.front-end *[data-oat=screen-r-to-l].inview:before{content:"";transform:translateX(-100%)}.front-end *[data-oat=screen-t-to-b]{--bg: white;position:relative;overflow:hidden}.front-end *[data-oat=screen-t-to-b]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}.front-end *[data-oat=screen-t-to-b].inview:before{content:"";transform:translateY(100%)}@keyframes fade-opacity{to{opacity:1}}@keyframes fade-translate{to{transform:translateY(0)}}@keyframes fade-text{to{transform:translateY(0%) skew(0)}}.col {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 3rem;
}.flex-grid{--gutter: 3rem;display:flex;flex-wrap:wrap;margin-left:calc(var(--gutter)*-0.5);margin-right:calc(var(--gutter)*-0.5)}.flex-grid-col{padding-left:calc(var(--gutter)*.5);padding-right:calc(var(--gutter)*.5)}.wrap-xl{--width: 0rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width)}.wrap-xl._with-paddings{--gutter: 3rem;--width: 0rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap{--width: 117rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width)}.wrap._with-paddings{--gutter: 3rem;--width: 117rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-md{--width: 98rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width)}.wrap-md._with-paddings{--gutter: 3rem;--width: 98rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-sm{--width: 84rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width)}.wrap-sm._with-paddings{--gutter: 3rem;--width: 84rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-xs{--width: 0rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width)}.wrap-xs._with-paddings{--gutter: 3rem;--width: 0rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}html.front-end body,.body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;margin: 0px;overflow-x: hidden;font-family: Korolev, sans-serif;font-size: 1.6rem;font-weight: 500;line-height: 1.625;--tw-text-opacity: 1;color: rgb(112 109 135 / var(--tw-text-opacity))}html.front-end body.has-no-scroll,.body.has-no-scroll {
  overflow: hidden;
}html.front-end,.html {
  font-size: 62.5%;
}@media (max-width: 1020px) {

  html.front-end,.html {
    font-size: 52.5%;
  }
}@media (max-width: 480px) {

  html.front-end,.html {
    font-size: 48%;
  }
}html.front-end,.html {
  scroll-behavior: smooth;
}.container {
  width: 100%;
}.burger {
  position: relative;
  display: none;
  height: 20px;
  width: 32px;
}@media (max-width: 620px) {

  .burger {
    display: flex;
  }
}.burger__item {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -1px;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(218 0 85 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.burger__item::before {
  position: absolute;
  top: 9px;
  left: 0px;
  display: flex;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(218 0 85 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}.burger__item::after {
  position: absolute;
  bottom: 9px;
  left: 0px;
  display: flex;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(218 0 85 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}.burger.is-active .burger__item {
  background-color: transparent;
}.burger.is-active .burger__item::before {
  bottom: 0px;
  top: 0px;
  --tw-rotate: -45deg;
  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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(218 0 85 / var(--tw-bg-opacity));
}.burger.is-active .burger__item::after {
  top: 0px;
  --tw-rotate: 45deg;
  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));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(218 0 85 / var(--tw-bg-opacity));
}.butt {
  display: inline-flex;
  justify-content: center;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(218 0 85 / var(--tw-bg-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.butt:hover {
  border-radius: 6px;
}.butt__text {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.butt._blue {
  --tw-bg-opacity: 1;
  background-color: rgb(16 30 72 / var(--tw-bg-opacity));
}.butt._medium {
  font-size: 2rem;
}.butt._big {
  font-size: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}.butt .spin {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-y: 100%;
  --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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.butt._spin .spin {
  --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));
  opacity: 1;
}.butt._spin .butt__text {
  --tw-translate-y: -150%;
  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));
}.footer {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(239 239 239 / var(--tw-border-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}.footer__main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}.footer__abbvie {
  fill: #101E48;
}.footer .menu__list {
  display: flex;
  gap: 2rem;
}.footer .menu__link {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(16 30 72 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.footer .menu__link:hover {
  color: rgb(16 30 72 / 0.5);
}.form-checkbox {
  position: relative;
}.form-checkbox input {
  display: none;
}.form-checkbox input:checked+label::after {
  content: var(--tw-content);
  opacity: 1;
}.form-checkbox label {
  display: flex;
  cursor: pointer;
  padding-left: 3rem;
  font-size: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.form-checkbox label:before,.form-checkbox label:after {
  position: absolute;
  top: 2px;
  left: 0px;
  height: 2rem;
  width: 2rem;
  border-radius: 4px;
}.form-checkbox label:before{content:"";border-width: 1px;--tw-border-opacity: 1;border-color: rgb(229 229 229 / var(--tw-border-opacity));--tw-bg-opacity: 1;background-color: rgb(242 242 242 / var(--tw-bg-opacity))}.form-checkbox label:after{content:"";--tw-scale-x: .7;--tw-scale-y: .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));background-image: url(./../svg/isolated/check.svg);background-size: contain;background-position: center;background-repeat: no-repeat;opacity: 0;transition-property: opacity;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 400ms}.form-checkbox input[type=radio]+label:before{content:"";border-radius: 9999px}.form-checkbox input[type=radio]+label:after {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}.form-field {
  display: flex;
  width: 100%;
  flex-direction: column;
}.form-field._half {
  width: calc(50% - calc(var(--gap) / 2));
}@media (max-width: 768px) {

  .form-field._half {
    width: 100%;
  }
}@keyframes shake {

  0%, 100% {
    transform: translateX(0px);
  }

  25% {
    transform: translateX(3px);
  }

  75% {
    transform: translateX(-3px);
  }
}.form-field._error .form-input {
  animation: shake 200ms 2 ease-in-out;
}.form-field._error .form-input input {
  color: rgb(180 21 21 / 0.6);
}.form-field._error .form-input input::-moz-placeholder {
  color: rgb(180 21 21 / 0.6);
}.form-field._error .form-input input:-ms-input-placeholder {
  color: rgb(180 21 21 / 0.6);
}.form-field._error .form-input input::placeholder {
  color: rgb(180 21 21 / 0.6);
}.form-field._error .form-error {
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(180 21 21 / var(--tw-text-opacity));
}.form-group{--gap: 2rem;margin-bottom: 3rem;display: flex;width: 100%;gap: var(--gap)}@media (max-width: 768px) {

  .form-group {
    flex-direction: column;
  }
}.form-input {
  position: relative;
}.form-input input,.form-input textarea {
  width: 100%;
  border-radius: 4px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  line-height: 1;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.form-input input::-moz-placeholder, .form-input textarea::-moz-placeholder {
  color: rgb(112 109 135 / 0.5);
}.form-input input:-ms-input-placeholder, .form-input textarea:-ms-input-placeholder {
  color: rgb(112 109 135 / 0.5);
}.form-input input::placeholder,.form-input textarea::placeholder {
  color: rgb(112 109 135 / 0.5);
}.form-input svg {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  --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));
}.form-input textarea+svg {
  top: 1.75rem;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.form-label {
  margin-bottom: 1.25rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.form-label._required::after {
  --tw-content: "*";
  content: var(--tw-content);
}.form-select {
  width: 100%;
  position: relative;
  cursor: pointer;
}.form-select:after{content:"";position: absolute;top: 50%;right: 2rem;--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));height: 1.5rem;width: 1.5rem;background-image: url("./../svg/isolated//arrow-select.svg");background-size: contain;background-repeat: no-repeat;pointer-events: none}.form-select select {
  width: 100%;
  cursor: pointer;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 4px;
  line-height: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}.graph__container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
  pointer-events: none;
}.graph__container.is-active {
  pointer-events: auto;
}.graph__container.is-active .graph__image {
  opacity: 1;
}.graph__container.is-active .graph__event {
  opacity: 1;
}.graph__image {
  width: 100%;
  opacity: 0.1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.graph__event {
  position: relative;
  margin-top: 2rem;
  display: flex;
  width: 100%;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.header {
  position: sticky;
  top: 0px;
  left: 0px;
  z-index: 99;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(16 30 72 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}@media (max-width: 620px) {

  .header__head {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .header__content {
    display: none;
  }
}.header .menu__list {
  display: flex;
  align-items: center;
  gap: 5rem;
}.header .menu__list--submenu {
  position: absolute;
  top: 100%;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(16 30 72 / var(--tw-bg-opacity));
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
  --tw-translate-y: -0.5rem;
  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));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.header .menu__list--submenu .menu__item:last-child .menu__link {
  background-color: transparent;
  padding: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.header .menu__list--submenu .menu__item:last-child .menu__link:hover {
  --tw-text-opacity: 1;
  color: rgb(218 0 85 / var(--tw-text-opacity));
}.header .menu__list--submenu .menu__link {
  white-space: nowrap;
  font-weight: 400;
  font-size: 1.4rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.header .menu__list--submenu .menu__link:hover {
  --tw-text-opacity: 1;
  color: rgb(218 0 85 / var(--tw-text-opacity));
}.header .menu__item {
  position: relative;
}.header .menu__item:last-child .menu__link {
  display: inline-flex;
  border-radius: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(218 0 85 / var(--tw-bg-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.header .menu__item:last-child .menu__link:hover {
  border-radius: 6px;
}.header .menu__item:hover .menu__list {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}.header .menu__link {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.header .menu__link:hover {
  --tw-text-opacity: 1;
  color: rgb(218 0 85 / var(--tw-text-opacity));
}.header.is-active {
  position: fixed;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(16 30 72 / var(--tw-bg-opacity));
}.header.is-active .header__main {
  flex-direction: column;
  height: 100%;
}.header.is-active .header__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}.header.is-active .menu__list {
  flex-direction: column;
}.header.is-active .menu__link {
  font-size: 2rem;
}.list-of-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
  row-gap: 2.2rem;
}.list-of-buttons._center {
  justify-content: center;
}.modal-speaker {
  background-color: rgb(16 30 72 / 0.8) !important;
  z-index: 99999 !important;
  height: 100vh;
}@media (max-width: 768px) {

  .modal-speaker {
    height: auto;
  }
}.wrap-xl.modal-speaker .modal__main{--gutter: 3rem;--width: 0rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.modal-speaker .modal__main{--width: 117rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width)}.modal-speaker .modal__main._with-paddings{--gutter: 3rem;--width: 117rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap.modal-speaker .modal__main{--gutter: 3rem;--width: 117rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-md.modal-speaker .modal__main{--gutter: 3rem;--width: 98rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-sm.modal-speaker .modal__main{--gutter: 3rem;--width: 84rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-xs.modal-speaker .modal__main{--gutter: 3rem;--width: 0rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.modal-speaker .modal__main {
  display: flex;
  align-items: center;
  justify-content: center;
}.modal-speaker .modal__content {
  position: relative;
  height: auto;
  width: 100%;
  padding: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}.modal-speaker .modal__cross {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}.modal-speaker .modal__cross svg {
  fill: #9B9B9B;
}.modal {
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  max-height: 100vh;
  min-height: 100%;
  width: 100%;
  overflow-y: auto;
  background-color: rgb(0 0 0 / 0.7);
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.modal.is-open {
  pointer-events: auto;
  opacity: 1;
}.modal__main {
  height: 100%;
  width: 100%;
}.modal__cross {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.modal__cross svg {
  fill: white;
}.modal__content {
  height: 100%;
  width: 100%;
  padding: 6rem;
}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.spin{--size: 2rem;width:var(--size);height:var(--size);position: relative;display: inline-block;--tw-border-opacity: 1;border-color: rgb(218 0 85 / var(--tw-border-opacity))}.spin::before {
  position: absolute;
  display: block;
  height: 100%;
  content: var(--tw-content);
  width: 100%;
}@keyframes spin {

  to {
    content: var(--tw-content);
    transform: rotate(360deg);
  }
}.spin::before {
  animation: spin 1s linear infinite;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  border-top-color: currentColor;
  border-right-color: currentColor;
  border-bottom-color: transparent;
  content: var(--tw-content);
  border-left-color: transparent;
}.spin:before{border-width:calc(var(--size)/6)}.text-content {
  font-family: Korolev, sans-serif;
}.text-content h1 {
  font-size: 8rem;
  line-height: 1.25;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h1:first-child {
  margin-top: 0px;
}.text-content h1:last-child {
  margin-bottom: 0px;
}.text-content h2 {
  font-size: 5.4rem;
  line-height: 1.25;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h2:first-child {
  margin-top: 0px;
}.text-content h2:last-child {
  margin-bottom: 0px;
}.text-content h3 {
  font-size: 3rem;
  line-height: 1.25;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h3:first-child {
  margin-top: 0px;
}.text-content h3:last-child {
  margin-bottom: 0px;
}.text-content h4 {
  font-size: 2.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h4:first-child {
  margin-top: 0px;
}.text-content h4:last-child {
  margin-bottom: 0px;
}.text-content h5 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h5:first-child {
  margin-top: 0px;
}.text-content h5:last-child {
  margin-bottom: 0px;
}.text-content h6 {
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h6:first-child {
  margin-top: 0px;
}.text-content h6:last-child {
  margin-bottom: 0px;
}.text-content b,.text-content strong {
  font-weight: 700;
}.heading-1,.text-content .heading-1 {
  font-size: 8rem;
  line-height: 1.25;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-1:first-child,.text-content .heading-1:first-child {
  margin-top: 0px;
}.heading-1:last-child,.text-content .heading-1:last-child {
  margin-bottom: 0px;
}.heading-2,.text-content .heading-2 {
  font-size: 5.4rem;
  line-height: 1.25;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-2:first-child,.text-content .heading-2:first-child {
  margin-top: 0px;
}.heading-2:last-child,.text-content .heading-2:last-child {
  margin-bottom: 0px;
}.heading-3,.text-content .heading-3 {
  font-size: 3rem;
  line-height: 1.25;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-3:first-child,.text-content .heading-3:first-child {
  margin-top: 0px;
}.heading-3:last-child,.text-content .heading-3:last-child {
  margin-bottom: 0px;
}.heading-4,.text-content .heading-4 {
  font-size: 2.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-4:first-child,.text-content .heading-4:first-child {
  margin-top: 0px;
}.heading-4:last-child,.text-content .heading-4:last-child {
  margin-bottom: 0px;
}.heading-5,.text-content .heading-5 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-5:first-child,.text-content .heading-5:first-child {
  margin-top: 0px;
}.heading-5:last-child,.text-content .heading-5:last-child {
  margin-bottom: 0px;
}.heading-6,.text-content .heading-6 {
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-6:first-child,.text-content .heading-6:first-child {
  margin-top: 0px;
}.heading-6:last-child,.text-content .heading-6:last-child {
  margin-bottom: 0px;
}.video {
  position: relative;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
}.video:hover.played .video__button-pause {
  display: flex;
}.video__button,.video__button-pause {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  width: 7rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.video__button svg,.video__button-pause svg {
  fill: #101E48;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.video__button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 30 72 / var(--tw-bg-opacity));
}.video__button:hover svg {
  fill: white;
}.video__fullscreen {
  position: absolute;
  top: 3rem;
  left: 3rem;
  z-index: 10;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.video__fullscreen svg {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.video__container {
  position: relative;
  height: 100%;
  width: 100%;
}.video__container:after{content:"";background-color: rgb(112 109 135 / 0.4);transition-property: all;transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);transition-duration: 500ms;pointer-events: none;position: absolute;top: 0px;left: 0px;z-index: 10;height: 100%;width: 100%}.video__file {
  position: relative;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.video.played .video__container::after {
  opacity: 0;
}.video.played .video__container:hover::after {
  opacity: 1;
}.video.played .video__fullscreen {
  opacity: 1;
}.video._fullscreen {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999999;
  border-radius: 0px;
  background-color: rgb(112 109 135 / 0.8);
  display: flex;
  height: 100vh;
  width: 100vw;
}.video._fullscreen .video__container {
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  max-width: 120rem;
  padding-left: 3rem;
  padding-right: 3rem;
}.video._fullscreen .video__container:after {
  opacity: 0 !important;
}.video._fullscreen .video__button-pause {
  display: none !important;
}.video._fullscreen .video__file {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}.video._fullscreen .video__fullscreen {
  opacity: 1;
}.wordpress-pagination .nav-links {
  display: flex;
  gap: 1.2rem;
}.wordpress-pagination .nav-links>* {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  height: 5.2rem;
  width: 5.2rem;
  border-radius: .4rem;
  font-size: 1.6rem;
}.wordpress-pagination .nav-links>*.current {
  --tw-bg-opacity: 1;
  background-color: rgb(218 0 85 / var(--tw-bg-opacity));
  font-weight: 700;
}.wordpress-pagination .nav-links>*.prev,.wordpress-pagination .nav-links>*.next {
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;background-size:auto 1.2rem;background-image:url("./../svg/isolated/arrow-left-black.svg");
}.wordpress-pagination .nav-links>*.next{background-image:url("./../svg/isolated/arrow-right-black.svg")}.error404 header,.error404 footer {
  display: none;
}.nf-form-content button,.nf-form-content input[type=button],.nf-form-content input[type=submit] {
  position: relative !important;
  display: inline-flex !important;
  min-width: 20rem !important;
  cursor: pointer !important;
  justify-content: center !important;
  overflow: hidden !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(218 0 85 / var(--tw-bg-opacity)) !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: .85rem !important;
  padding-bottom: .85rem !important;
  text-align: center !important;
  font-weight: 600 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  transition-property: all !important;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
}.nf-form-content button:hover,.nf-form-content input[type=button]:hover,.nf-form-content input[type=submit]:hover {
  background-color: rgb(218 0 85 / var(--tw-bg-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 238 0 / var(--tw-bg-opacity)) !important;
}.checkbox-container .checkbox-wrap {
  display: flex !important;
  flex-wrap: nowrap !important;
}.checkbox-container .checkbox-wrap .nf-field-element {
  visibility: hidden;
  position: absolute;
  left: 999px;
  height: 0px;
  width: 0px;
  font-size: 0;
}.checkbox-container .checkbox-wrap .nf-field-label {
  visibility: visible !important;
  display: flex !important;
  height: 100% !important;
  min-height: 2rem !important;
  width: auto !important;
  min-width: 2rem !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
  align-items: center !important;
}.checkbox-container .checkbox-wrap .nf-field-label label {
  margin: 0px;
  letter-spacing: 0em;
  margin-left: 0px !important;
  height: auto !important;
  width: auto !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
  padding-left: 3rem !important;
  padding-right: 2rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(218 0 85 / var(--tw-text-opacity)) !important;
}.checkbox-container .checkbox-wrap .nf-field-label label:before,.checkbox-container .checkbox-wrap .nf-field-label label:after {
  top: 0px !important;
  left: 0px !important;
  margin-left: 0px !important;
  height: 2rem !important;
  width: 2rem !important;
  flex-shrink: 0 !important;
  cursor: pointer !important;
}.checkbox-container .checkbox-wrap .nf-field-label label:before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.checkbox-container .checkbox-wrap .nf-field-label label:after {
  flex-shrink: 0 !important;
  border-radius: 3px !important;
  border-style: none !important;
  background-color: rgb(245 245 245 / 0.5) !important;
}.checkbox-container.label-hidden .checkbox-wrap .nf-field-label {
  align-items: flex-start !important;
}.checkbox-container.label-hidden .checkbox-wrap .nf-field-label label {
  font-size: 0 !important;
  line-height: 0 !important;
}.checkbox-container .nf-field-description {
  margin: 0px;
  letter-spacing: 0em;
  margin-left: -1rem;
  width: auto;
  flex-basis: auto;
}.checkbox-container .nf-field-description>* {
  margin-bottom: 1rem !important;
}.checkbox-container.label-right .field-wrap>div {
  width: auto !important;
}.nf-form-fields-required{display:none !important}.nf-error-msg {
  margin: 0 !important;
  border-radius: 4px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(180 21 21 / var(--tw-bg-opacity)) !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  text-align: center !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.nf-form-content {
  width: 100% !important;
  max-width: 100% !important;
}.nf-field-container {
  margin-bottom: 3rem !important;
}@media (max-width: 768px) {

  .nf-field-container {
    margin-bottom: 2rem !important;
  }
}.nf-field-element input {
  margin: 0px !important;
  border-radius: 4px !important;
  border-width: 1px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  font-size: 1.6rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(112 109 135 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
}.nf-field-element input:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(218 0 85 / var(--tw-border-opacity)) !important;
}.list-wrap select,.nf-field-element .hour,.nf-field-element .minute,.textarea-wrap textarea {
  margin: 0px !important;
  border-radius: 4px !important;
  border-width: 1px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
  font-size: 1.6rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(112 109 135 / var(--tw-text-opacity)) !important;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 300ms !important;
}.list-wrap select:focus,.nf-field-element .hour:focus,.nf-field-element .minute:focus,.textarea-wrap textarea:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(218 0 85 / var(--tw-border-opacity)) !important;
}.nf-field-label {
  margin-bottom: 1rem !important;
  display: flex !important;
}.nf-field-label label {
  --tw-text-opacity: 1 !important;
  color: rgb(112 109 135 / var(--tw-text-opacity)) !important;
}:root{--form-gutter: 1.8rem}.nf-form-content {
  padding-left: 0px;
  padding-right: 0px;
}.nf-multi-cell .nf-cell {
  padding-top: 0px !important;
  padding-bottom: 0px !important;padding-left:calc(var(--form-gutter)*.5*1);padding-right:calc(var(--form-gutter)*.5*1);
}.nf-row{margin-left:calc(var(--form-gutter)*.5*-1);margin-right:calc(var(--form-gutter)*.5*-1)}.nf-progress {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(218 0 85 / var(--tw-bg-opacity)) !important;
}.nf-breadcrumbs li a {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(218 0 85 / var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(218 0 85 / var(--tw-text-opacity)) !important;background:transparent;font-weight:400;
}.nf-breadcrumbs li.active a{color:#fff}.nf-response-msg {
  border-radius: 2px !important;
  padding: 4rem !important;
  text-align: center !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}.nf-form-content .list-select-wrap>div select+div{border:0 !important;background:none !important;z-index:9999;pointer-events:none}.nf-form-content .list-select-wrap>div select+div:after{font-size:1.2rem !important}.submit-container .nf-field {
  display: flex !important;
  justify-content: center !important;
}.nf-field-element .hour{border-right:0 !important}.nf-field-element .minute{border-left:0 !important}.splide {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  padding-bottom: 2rem;
}.splide__track {
  height: 100%;
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 8;
  margin-bottom: 2rem;
}.splide__list {
  height: 100%;
  width: 100%;
}.splide__slide {
  flex-shrink: 0;
}.splide__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}.splide__info {
  grid-column-start: 1;
  grid-column-end: 4;
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: rgb(255 255 255 / 0.1);
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-radius: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}@media (max-width: 640px) {

  .splide__info {
    grid-column-end: 8;
    margin-left: 3rem;
    margin-right: 3rem;
  }
}.splide__info span {
  font-size: 1.4rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.splide__info svg {
  fill: white;
}.splide__number {
  grid-column-start: 6;
  grid-column-end: 8;
  display: flex;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1.4rem;
}@media (max-width: 640px) {

  .splide__number {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    margin-top: 2rem;
    font-size: 2rem;
  }
}.splide__arrows {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  grid-column-start: 4;
  grid-column-end: 6;
}@media (max-width: 640px) {

  .splide__arrows {
    grid-column-start: 5;
    grid-column-end: 8;
    margin-right: 3rem;
    margin-top: 2rem;
  }
}.splide__arrow {
  padding: 2rem;
}.splide__arrow svg {
  fill: white;
}.splide__arrow--prev {
  --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));
  border-left-width: 2px;
  border-left-color: rgb(255 255 255 / 0.2);
}.splide__list {
  display: flex;
}.splide__slide {
  outline: 2px solid transparent;
  outline-offset: 2px;
}html .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}html .visible {
  visibility: visible;
}html .invisible {
  visibility: hidden;
}html .static {
  position: static;
}html .fixed {
  position: fixed;
}html .absolute {
  position: absolute;
}html .relative {
  position: relative;
}html .bottom-0 {
  bottom: 0px;
}html .bottom-16 {
  bottom: 4rem;
}html .bottom-\[3rem\] {
  bottom: 3rem;
}html .left-0 {
  left: 0px;
}html .left-\[3rem\] {
  left: 3rem;
}html .right-0 {
  right: 0px;
}html .top-0 {
  top: 0px;
}html .-z-20 {
  z-index: -20;
}html .z-10 {
  z-index: 10;
}html .z-20 {
  z-index: 20;
}html .z-50 {
  z-index: 50;
}html .z-\[1000\] {
  z-index: 1000;
}html .z-\[999\] {
  z-index: 999;
}html .col-span-3 {
  grid-column: span 3 / span 3;
}html .col-span-4 {
  grid-column: span 4 / span 4;
}html .col-span-5 {
  grid-column: span 5 / span 5;
}html .col-span-6 {
  grid-column: span 6 / span 6;
}html .col-span-7 {
  grid-column: span 7 / span 7;
}html .col-span-8 {
  grid-column: span 8 / span 8;
}html .col-span-full {
  grid-column: 1 / -1;
}html .col-start-1 {
  grid-column-start: 1;
}html .col-start-6 {
  grid-column-start: 6;
}html .col-end-11 {
  grid-column-end: 11;
}html .col-end-13 {
  grid-column-end: 13;
}html .col-end-6 {
  grid-column-end: 6;
}html .row-span-full {
  grid-row: 1 / -1;
}html .mb-12 {
  margin-bottom: 3rem;
}html .mb-2 {
  margin-bottom: 0.5rem;
}html .mb-20 {
  margin-bottom: 5rem;
}html .mb-4 {
  margin-bottom: 1rem;
}html .mb-8 {
  margin-bottom: 2rem;
}html .mb-\[3rem\] {
  margin-bottom: 3rem;
}html .mt-12 {
  margin-top: 3rem;
}html .mt-16 {
  margin-top: 4rem;
}html .mt-2 {
  margin-top: 0.5rem;
}html .mt-20 {
  margin-top: 5rem;
}html .mt-24 {
  margin-top: 6rem;
}html .mt-4 {
  margin-top: 1rem;
}html .mt-8 {
  margin-top: 2rem;
}html .mt-\[\.5rem\] {
  margin-top: .5rem;
}html .mt-\[8rem\] {
  margin-top: 8rem;
}html .block {
  display: block;
}html .inline {
  display: inline;
}html .flex {
  display: flex;
}html .table {
  display: table;
}html .grid {
  display: grid;
}html .hidden {
  display: none;
}html .aspect-\[220\/300\] {
  aspect-ratio: 220/300;
}html .aspect-square {
  aspect-ratio: 1 / 1;
}html .h-24 {
  height: 6rem;
}html .h-\[80rem\] {
  height: 80rem;
}html .h-full {
  height: 100%;
}html .h-screen {
  height: 100vh;
}html .w-24 {
  width: 6rem;
}html .w-\[10rem\] {
  width: 10rem;
}html .w-\[40rem\] {
  width: 40rem;
}html .w-\[42rem\] {
  width: 42rem;
}html .w-full {
  width: 100%;
}html .max-w-\[24rem\] {
  max-width: 24rem;
}html .max-w-\[50rem\] {
  max-width: 50rem;
}html .max-w-\[54rem\] {
  max-width: 54rem;
}html .max-w-\[62rem\] {
  max-width: 62rem;
}html .max-w-\[64rem\] {
  max-width: 64rem;
}html .flex-shrink-0 {
  flex-shrink: 0;
}html .-translate-x-\[8rem\] {
  --tw-translate-x: -8rem;
  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));
}html .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));
}html .resize {
  resize: both;
}html .scroll-mt-40 {
  scroll-margin-top: 10rem;
}html .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}html .grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}html .grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}html .flex-col {
  flex-direction: column;
}html .flex-wrap {
  flex-wrap: wrap;
}html .items-start {
  align-items: flex-start;
}html .items-end {
  align-items: flex-end;
}html .items-center {
  align-items: center;
}html .justify-end {
  justify-content: flex-end;
}html .justify-center {
  justify-content: center;
}html .justify-between {
  justify-content: space-between;
}html .gap-0 {
  gap: 0px;
}html .gap-12 {
  gap: 3rem;
}html .gap-16 {
  gap: 4rem;
}html .gap-2 {
  gap: 0.5rem;
}html .gap-32 {
  gap: 8rem;
}html .gap-4 {
  gap: 1rem;
}html .gap-8 {
  gap: 2rem;
}html .gap-x-\[1rem\] {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}html .overflow-hidden {
  overflow: hidden;
}html .rounded {
  border-radius: 4px;
}html .rounded-full {
  border-radius: 9999px;
}html .rounded-xs {
  border-radius: 2px;
}html .border {
  border-width: 1px;
}html .border-2 {
  border-width: 2px;
}html .border-t-2 {
  border-top-width: 2px;
}html .border-dotted {
  border-style: dotted;
}html .border-\[red\]\/50 {
  border-color: rgb(255 0 0 / 0.5);
}html .border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(218 0 85 / var(--tw-border-opacity));
}html .border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}html .bg-\[grey\] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}html .bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(16 30 72 / var(--tw-bg-opacity));
}html .bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(180 21 21 / var(--tw-bg-opacity));
}html .bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}html .bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(218 0 85 / var(--tw-bg-opacity));
}html .bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(168 60 60 / var(--tw-bg-opacity));
}html .bg-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 0 / var(--tw-bg-opacity));
}html .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}html .fill-\[red\]\/50 {
  fill: rgb(255 0 0 / 0.5);
}html .fill-blue {
  fill: #101E48;
}html .fill-primary {
  fill: #DA0055;
}html .fill-white {
  fill: white;
}html .object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}html .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}html .object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}html .object-center {
  -o-object-position: center;
     object-position: center;
}html .object-right {
  -o-object-position: right;
     object-position: right;
}html .object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}html .p-1 {
  padding: 0.25rem;
}html .p-16 {
  padding: 4rem;
}html .p-2 {
  padding: 0.5rem;
}html .p-8 {
  padding: 2rem;
}html .px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}html .px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}html .px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}html .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}html .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}html .px-\[2rem\] {
  padding-left: 2rem;
  padding-right: 2rem;
}html .py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}html .py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}html .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}html .py-\[1rem\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}html .py-\[2rem\] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}html .pb-0 {
  padding-bottom: 0px;
}html .pb-\[10rem\] {
  padding-bottom: 10rem;
}html .pb-\[14rem\] {
  padding-bottom: 14rem;
}html .pb-\[16rem\] {
  padding-bottom: 16rem;
}html .pl-20 {
  padding-left: 5rem;
}html .pt-24 {
  padding-top: 6rem;
}html .pt-\[12rem\] {
  padding-top: 12rem;
}html .text-center {
  text-align: center;
}html .text-2xl {
  font-size: 5.4rem;
}html .text-3xl {
  font-size: 8rem;
}html .text-\[12rem\] {
  font-size: 12rem;
}html .text-\[3\.2rem\] {
  font-size: 3.2rem;
}html .text-\[65rem\] {
  font-size: 65rem;
}html .text-\[8rem\] {
  font-size: 8rem;
}html .text-md {
  font-size: 2.4rem;
}html .text-sm {
  font-size: 2rem;
}html .text-xl {
  font-size: 3rem;
}html .text-xs {
  font-size: 1.6rem;
}html .text-xxs {
  font-size: 1.4rem;
}html .font-bold {
  font-weight: 700;
}html .font-light {
  font-weight: 300;
}html .font-medium {
  font-weight: 500;
}html .uppercase {
  text-transform: uppercase;
}html .leading-none {
  line-height: 1;
}html .leading-tight {
  line-height: 1.25;
}html .text-\[red\]\/50 {
  color: rgb(255 0 0 / 0.5);
}html .text-blue {
  --tw-text-opacity: 1;
  color: rgb(16 30 72 / var(--tw-text-opacity));
}html .text-current {
  color: currentColor;
}html .text-main {
  --tw-text-opacity: 1;
  color: rgb(112 109 135 / var(--tw-text-opacity));
}html .text-primary {
  --tw-text-opacity: 1;
  color: rgb(218 0 85 / var(--tw-text-opacity));
}html .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}html .underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}html .opacity-0 {
  opacity: 0;
}html .opacity-40 {
  opacity: 0.4;
}html .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);
}html .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}html .after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}html .after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}html .after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}html .after\:-z-10::after {
  content: var(--tw-content);
  z-index: -10;
}html .after\:h-1\/2::after {
  content: var(--tw-content);
  height: 50%;
}html .after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}html .after\:bg-gradient-to-t::after {
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}html .after\:from-blue::after {
  content: var(--tw-content);
  --tw-gradient-from: #101E48;
  --tw-gradient-to: rgb(16 30 72 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}html .first\:relative:first-child {
  position: relative;
}html .hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(218 0 85 / var(--tw-text-opacity));
}html .hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}html .group:hover .group-hover\:bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(16 30 72 / var(--tw-bg-opacity));
}html .group:hover .group-hover\:fill-white {
  fill: white;
}@media (max-width: 1380px) {

  html .wide\:hidden {
    display: none;
  }
}@media (max-width: 1020px) {

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

  html .desktop\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}@media (max-width: 768px) {

  html .tablet\:relative {
    position: relative;
  }

  html .tablet\:\!left-0 {
    left: 0px !important;
  }

  html .tablet\:bottom-0 {
    bottom: 0px;
  }

  html .tablet\:left-0 {
    left: 0px;
  }

  html .tablet\:top-12 {
    top: 3rem;
  }

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

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

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

  html .tablet\:flex {
    display: flex;
  }

  html .tablet\:hidden {
    display: none;
  }

  html .tablet\:w-20 {
    width: 5rem;
  }

  html .tablet\:min-w-\[60rem\] {
    min-width: 60rem;
  }

  html .tablet\:flex-row {
    flex-direction: row;
  }

  html .tablet\:flex-col {
    flex-direction: column;
  }

  html .tablet\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  html .tablet\:items-start {
    align-items: flex-start;
  }

  html .tablet\:gap-12 {
    gap: 3rem;
  }

  html .tablet\:gap-4 {
    gap: 1rem;
  }

  html .tablet\:gap-8 {
    gap: 2rem;
  }

  html .tablet\:overflow-auto {
    overflow: auto;
  }

  html .tablet\:p-16 {
    padding: 4rem;
  }

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

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

  html .tablet\:text-\[20rem\] {
    font-size: 20rem;
  }

  html .tablet\:opacity-40 {
    opacity: 0.4;
  }
}@media (max-width: 640px) {

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

  html .phablet\:col-end-1 {
    grid-column-end: 1;
  }

  html .phablet\:row-auto {
    grid-row: auto;
  }

  html .phablet\:hidden {
    display: none;
  }

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

  html .phablet\:bg-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(16 30 72 / var(--tw-bg-opacity));
  }

  html .phablet\:text-\[10rem\] {
    font-size: 10rem;
  }

  html .phablet\:text-\[4rem\] {
    font-size: 4rem;
  }
}@media (max-width: 480px) {

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

  html .mobile\:gap-4 {
    gap: 1rem;
  }

  html .mobile\:gap-8 {
    gap: 2rem;
  }

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

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

  html .mobile\:text-\[5rem\] {
    font-size: 5rem;
  }

  html .mobile\:text-\[8rem\] {
    font-size: 8rem;
  }

  html .mobile\:text-xl {
    font-size: 3rem;
  }

  html .mobile\:text-xs {
    font-size: 1.6rem;
  }

  html .mobile\:opacity-20 {
    opacity: 0.2;
  }

  html .mobile\:opacity-50 {
    opacity: 0.5;
  }
}
