/**
 * MEDIA QUERIES
 * Usage:
  .block {
    @include mq(mobile) {
        margin-bottom: 16px;
    };
  }
 */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/*! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
 */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
html {
  min-width: 0px;
  scroll-behavior: smooth;
}
body {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1280px) {
  body {
    font-size: 24px;
    line-height: 30px;
  }
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 480px) {
  .container {
    max-width: 480px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 32px;
    padding-left: 32px;
  }
}
.section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 1280px) {
  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.section-title {
  margin-bottom: 20px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}
@media (min-width: 768px) {
  .section-title {
    margin-bottom: 32px;
    font-size: 36px;
    line-height: 40px;
  }
}
@media (min-width: 1280px) {
  .section-title {
    font-size: 48px;
    line-height: 48px;
  }
}
.btn {
  position: relative;
  display: flex;
  min-height: 80px;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 65px;
  text-align: center;
  font-family: Dela Gothic One, sans-serif;
  transition-duration: 300ms;
}
@media (min-width: 1280px) {
  .btn {
    min-height: 100px;
    font-size: 24px;
  }
}
.btn {
    background: linear-gradient(97.32deg, #ff6b00 0%, #ff52f0 100%);
  }
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(97.32deg, #ff52f0 0%, #ff6b00 100%);
    transition-duration: 300ms;
  }
.btn:hover, .btn:focus {
    box-shadow: 0px 0px 30px 0px rgba(236, 39, 182, 0.9);
  }
.btn:hover::before, .btn:focus::before {
    opacity: 0;
  }
.gradient-btn {
  position: relative;
  display: flex;
  min-height: 80px;
  width: 100%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 65px;
  text-align: center;
  font-family: Dela Gothic One, sans-serif;
  transition-duration: 300ms;
}
@media (min-width: 1280px) {
  .gradient-btn {
    min-height: 100px;
    font-size: 24px;
  }
}
.gradient-btn {
    background-image: url("../images/sections/choose/bg-btn.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
  }
@media (min-width: 768px) {
    .gradient-btn {
      background-image: url("../images/sections/choose/bg-btn-md.svg");
    }
  }
@media (min-width: 1280px) {
    .gradient-btn {
      background-image: url("../images/sections/choose/bg-btn-xl.svg");
    }
  }
.gradient-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(93.11deg, #ff52f0 0%, #ffb800 25.5%, #ff6b00 48.5%, #00ce7a 74%, #302ba3 100%);
    transition-duration: 300ms;
  }
@media (min-width: 1280px) {
    .gradient-btn::before {
      background: linear-gradient(97.32deg, #ff52f0 0%, #ff6b00 100%);
    }
  }
.gradient-btn:hover::before, .gradient-btn:focus::before {
    opacity: 1;
  }
.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
  }
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-1\/2 {
  left: 50%;
}
.top-1\/2 {
  top: 50%;
}
.z-\[2\] {
  z-index: 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-\[12px\] {
  margin-left: 12px;
}
.ml-\[48px\] {
  margin-left: 48px;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-2 {
  height: 0.5rem;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[80px\] {
  height: 80px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[288px\] {
  width: 288px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[92px\] {
  width: 92px;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-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));
}
.list-none {
  list-style-type: none;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[48px\] {
  gap: 48px;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-\[65px\] {
  border-radius: 65px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-\[32px\] {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
}
.rounded-t-\[32px\] {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.bg-\[\#00CE7A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 206 122 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1a1a1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#FF52F0\] {
  --tw-gradient-from: #FF52F0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 82 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#FF6B00\] {
  --tw-gradient-to: #FF6B00 var(--tw-gradient-to-position);
}
.fill-white {
  fill: #ffffff;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[3px\] {
  padding: 3px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-\[27px\] {
  padding-top: 27px;
  padding-bottom: 27px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[185px\] {
  padding-bottom: 185px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[48px\] {
  padding-bottom: 48px;
}
.pb-\[96px\] {
  padding-bottom: 96px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.pt-\[7px\] {
  padding-top: 7px;
}
.font-dela {
  font-family: Dela Gothic One, sans-serif;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.italic {
  font-style: italic;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-\[40px\] {
  line-height: 40px;
}
.text-\[\#00D85B\] {
  --tw-text-opacity: 1;
  color: rgb(0 216 91 / var(--tw-text-opacity, 1));
}
.text-\[\#FF5F5F\] {
  --tw-text-opacity: 1;
  color: rgb(255 95 95 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.underline {
  text-decoration-line: underline;
}
.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);
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
/*! purgecss start ignore */
.iti {
  position: relative;
  display: block;
  color: #000000;
  width: 100% !important;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-left: -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.iti__search-input {
  width: 100%;
  border-width: 0;
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel], .iti--separate-dial-code input.iti__tel-input,
.iti--separate-dial-code input.iti__tel-input[type=text],
.iti--separate-dial-code input.iti__tel-input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel], [dir=rtl] .iti--separate-dial-code input.iti__tel-input,
[dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container, [dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iti--fullscreen-popup.iti--container.iti--country-search {
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}
.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}
.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}
.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/components/intTelInput/flags.webp?1");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-image: url("../images/components/intTelInput/flags@2x.webp?1");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
/*! purgecss end ignore */
.backdrop {
  visibility: visible;
  position: fixed;
  inset: 0px;
  z-index: 100;
  display: flex;
  overflow: auto;
  opacity: 1;
  transition-duration: 300ms;
  transition-timing-function: linear;
  background-color: rgba(0, 0, 0, 0.55);
}
.backdrop.is-hidden {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.modal-close-btn {
  position: absolute;
  right: 1.5rem;
  top: 1.25rem;
  display: grid;
  height: 1.5rem;
  width: 1.5rem;
  place-items: center;
  border-radius: 9999px;
  padding: 0px;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
@media (min-width: 768px) {
  .modal-close-btn {
    right: 2.5rem;
    top: 2.5rem;
  }
}
.modal-btn-close-svg {
  fill: white;
}
.modal-btn-close-svg:hover, .modal-btn-close-svg:focus {
  fill: #ff6b00;
}
.modal {
  margin: auto;
  display: flex;
  width: 100%;
  max-width: 336px;
  --tw-translate-x: 0px;
  --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));
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  opacity: 1;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
@media (min-width: 768px) {
  .modal {
    max-width: 456px;
    padding: 2.5rem;
  }
}
.is-hidden .modal {
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.backdrop-video {
  visibility: visible;
  position: fixed;
  inset: 0px;
  z-index: 100;
  display: flex;
  overflow: auto;
  opacity: 1;
  transition-duration: 300ms;
  transition-timing-function: linear;
  background-color: rgba(0, 0, 0, 0.55);
}
.backdrop-video.is-hidden {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.modal-video-close-btn {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  display: grid;
  height: 1.5rem;
  width: 1.5rem;
  place-items: center;
  border-radius: 9999px;
  padding: 0px;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
@media (min-width: 768px) {
  .modal-video-close-btn {
    right: 1.25rem;
    top: 1.25rem;
  }
}
.modal-video {
  margin: auto;
  width: 100%;
  max-width: 400px;
  --tw-translate-x: 0px;
  --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));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 24px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  opacity: 1;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
@media (min-width: 768px) {
  .modal-video {
    max-width: 720px;
    padding: 2.5rem;
  }
}
.is-hidden .modal-video {
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.modal-video iframe {
  border: none;
}
/*! purgecss start ignore */
.leeloo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  overflow: hidden;
}
.leeloo iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.leeloo > div {
  width: 100%;
}
.leeloo > div .leeloo-lgt-form-wrapper .leeloo-lgt-form {
  width: 100% !important;
}
.leeloo .leeloo-lgt-form-wrapper {
  display: block;
}
.leeloo .leeloo-lgt-form {
  width: 100% !important;
}
/*! purgecss end ignore */
.progress-bar {
  position: relative;
  margin-top: 1.5rem;
  height: 10px;
  width: 100%;
  border-radius: 1rem;
}
.progress-bar .color {
  position: absolute;
  height: 10px;
  width: 0px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  animation: progress 4s infinite linear;
}
@keyframes progress {
  0% {
    width: 0%;
  }
  25% {
    width: 50%;
  }
  50% {
    width: 75%;
  }
  75% {
    width: 85%;
  }
  100% {
    width: 100%;
  }
}
.scroll-hidden {
  overflow: hidden !important;
}
.steps-bar {
  position: relative;
  margin-left: 18px;
  margin-right: 18px;
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .steps-bar {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
.steps-bar > .item.active {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 181 132 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 1 1 / var(--tw-text-opacity, 1));
}
.steps-bar > .item {
  position: absolute;
  top: -0.875rem;
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  overflow: visible;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(151 151 151 / var(--tw-text-opacity, 1));
}
.steps-bar > .item:first-child {
  left: 0px;
}
.steps-bar > .item:nth-child(2) {
  left: calc(50% - 10px);
}
.steps-bar > .item:last-child {
  right: 0px;
}
.custom-select-wrapper select {
  display: none;
}
.input-wrap {
  position: relative;
  width: 100%;
  font-weight: 500;
}
.input-wrap-radio {
  padding-bottom: 0.5rem;
}
.input-wrap-half {
  width: calc((100% - 1.5rem) / 2);
}
.input-wrap-half + .input-wrap-checkbox {
  margin-top: 1.5rem;
}
.input-label {
  margin-bottom: 0.25rem;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .input-label {
    margin-bottom: 0.5rem;
    font-size: 16px;
    line-height: 1.6;
  }
}
.input-message {
  resize: none;
}
.input-field {
  height: 3rem;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  .input-field {
    height: 3.5rem;
    font-size: 18px;
    line-height: 1.25;
  }
}
.input-field::-moz-placeholder {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.input-field::placeholder {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.input-field:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 0 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input-field.is-invalid {
  --tw-border-opacity: 1;
  border-color: rgb(202 56 31 / var(--tw-border-opacity, 1));
}
input[type=tel].input-field {
  padding-left: 3.5rem;
  padding-right: 1rem;
}
/* .checkbox {
  @apply block h-6 w-6 min-w-6 rounded border border-[#D6D6D6] bg-contain bg-center bg-no-repeat md:h-8 md:w-8 md:min-w-8 md:rounded-lg;

  [type='radio']:checked + &,
  [type='checkbox']:checked + & {
    @apply border-accent bg-check;
  }
} */
.input-label-checkbox {
  position: relative;
  display: flex;
  cursor: pointer;
  gap: 0.5rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(71 71 71 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  .input-label-checkbox {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .input-label-checkbox {
    font-size: 16px;
  }
}
.input-label-checkbox > .is-invalid + .checkbox {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(202 56 31 / var(--tw-border-opacity, 1));
}
/*! purgecss start ignore */
.just-validate-error-label {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-top: 0.25rem;
  --tw-translate-y: calc(100% + 4px);
  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));
  font-size: 10px;
  font-weight: 300;
  line-height: 1.1;
}
/*! purgecss end ignore */
/*! select */
.custom-select-wrapper {
  position: relative;
}
.custom-select-wrapper:has(.select-field.is-invalid) .custom-select-trigger {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(202 56 31 / var(--tw-border-opacity, 1));
}
.custom-select-wrapper:has(.select-field.is-invalid) .custom-options-wrapper {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(202 56 31 / var(--tw-border-opacity, 1));
}
.custom-select-wrapper .select-arrow {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 1.75rem;
  height: 1.75rem;
  --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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.custom-select-wrapper.open .select-arrow {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.custom-select-wrapper .custom-select-trigger {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.custom-select-wrapper .custom-options-wrapper {
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 50;
  display: none;
  width: 100%;
  flex-direction: column;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.custom-select-wrapper.open .custom-options-wrapper {
  display: flex;
  overflow: hidden;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
}
@media (min-width: 768px) {
  .custom-select-wrapper.open .custom-options-wrapper {
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.custom-select-wrapper.open .custom-options-wrapper .custom-option {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.custom-select-wrapper.open .custom-options-wrapper .custom-option:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.custom-select-wrapper.open .custom-options-wrapper .custom-option:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
  .custom-select-wrapper.open .custom-options-wrapper .custom-option {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.custom-select-wrapper.open .custom-options-wrapper .custom-option .select-checkbox {
  display: block;
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 768px) {
  .custom-select-wrapper.open .custom-options-wrapper .custom-option .select-checkbox {
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    border-width: 2px;
  }
}
.custom-select-wrapper.open .custom-options-wrapper .custom-option:hover .select-checkbox, .custom-select-wrapper.open .custom-options-wrapper .custom-option:focus .select-checkbox {
  --tw-border-opacity: 1;
  border-color: rgb(101 60 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(235 230 250 / var(--tw-bg-opacity, 1));
}
.custom-select-wrapper.open .custom-options-wrapper .custom-option [type=checkbox]:checked + .select-checkbox {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(101 60 217 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(235 230 250 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {
  .custom-select-wrapper.open .custom-options-wrapper .custom-option [type=checkbox]:checked + .select-checkbox {
    border-width: 6px;
  }
}
.custom-select-wrapper.open .custom-select-trigger {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
@media (min-width: 768px) {
  .custom-select-wrapper.open .custom-select-trigger {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}
/*! end select */
.header {
  background-image: url("../images/sections/header/bg.webp");
  background-repeat: no-repeat;
  background-size: 760px auto;
  background-position: top -86px right calc(50% - 200px);
}
@media (min-width: 768px) {
  .header {
    background-image: url("../images/sections/header/bg-md.webp");
    background-size: 950px auto;
    background-position: bottom -170px right calc(50% - 290px);
  }
}
@media (min-width: 1280px) {
  .header {
    background-image: url("../images/sections/header/bg-xl.webp");
    background-size: 1200px auto;
    background-position: bottom -190px right calc(50% - 350px);
  }
}
.header__item:nth-child(1)::before {
  display: block;
  content: "";
  width: 100%;
  max-width: 60px;
  height: 60px;
  background-image: url("../images/sections/header/1.svg");
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: center;
  flex-shrink: 0;
}
.header__item:nth-child(2)::before {
  display: block;
  content: "";
  width: 100%;
  max-width: 60px;
  height: 60px;
  background-image: url("../images/sections/header/2.svg");
  background-repeat: no-repeat;
  background-size: 60px auto;
  background-position: center;
  flex-shrink: 0;
}
@media (min-width: 1280px) {
  .header__item:nth-child(2)::before {
    background-image: url("../images/sections/header/2-xl.svg");
  }
}
.way {
  background-image: url("../images/sections/way/bg.webp");
  background-repeat: no-repeat;
  background-position: bottom -40px center;
}
@media (min-width: 768px) {
  .way {
    background-image: url("../images/sections/way/bg-md.webp");
    background-position: bottom -90px left calc(50% + 180px);
  }
}
@media (min-width: 1280px) {
  .way {
    background-image: url("../images/sections/way/bg-xl.webp");
    background-position: bottom -150px left calc(50% + 365px);
  }
}
.way__item:nth-child(1) h2 {
  background-image: url("../images/sections/way/1.svg");
  background-repeat: no-repeat;
  background-position: top left 160px;
  background-size: contain;
}
@media (min-width: 768px) {
  .way__item:nth-child(1) h2 {
    background-position: top left;
  }
}
@media (min-width: 1280px) {
  .way__item:nth-child(1) h2 {
    background-size: 196px auto;
  }
}
.way__item:nth-child(2) h2 {
  background-image: url("../images/sections/way/2.svg");
  background-repeat: no-repeat;
  background-position: top left 160px;
  background-size: contain;
}
@media (min-width: 768px) {
  .way__item:nth-child(2) h2 {
    background-position: top left;
  }
}
@media (min-width: 1280px) {
  .way__item:nth-child(2) h2 {
    background-size: 196px auto;
  }
}
.way__item:nth-child(3) h2 {
  background-image: url("../images/sections/way/3.svg");
  background-repeat: no-repeat;
  background-position: top left 160px;
  background-size: contain;
}
@media (min-width: 768px) {
  .way__item:nth-child(3) h2 {
    background-position: top left;
  }
}
@media (min-width: 1280px) {
  .way__item:nth-child(3) h2 {
    background-size: 196px auto;
  }
  .way__item:nth-child(1) h2 {
    background-size: 166px auto;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .way__item:nth-child(2) {
    margin-left: auto;
    max-width: 452px;
  }
}
.way__block {
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .choose {
    background-image: url("../images/sections/way/bg-md.webp");
    background-position: top -562px left calc(50% + 180px);
    background-repeat: no-repeat;
  }
}
.choose__item:nth-child(1) {
  background-image: url("../images/sections/choose/1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .choose__item:nth-child(1) {
    background-image: url("../images/sections/choose/1-md.webp");
    background-position: top right -48px;
  }
}
@media (min-width: 1280px) {
  .choose__item:nth-child(1) {
    background-image: url("../images/sections/choose/1-xl.webp");
    background-position: top right;
  }
}
.choose__item:nth-child(2) {
  background-image: url("../images/sections/choose/2.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .choose__item:nth-child(2) {
    background-image: url("../images/sections/choose/2-md.webp");
    background-position: top right -48px;
  }
}
@media (min-width: 1280px) {
  .choose__item:nth-child(2) {
    background-image: url("../images/sections/choose/2-xl.webp");
    background-position: top right;
  }
}
@media (min-width: 768px) {
  .choose__item:nth-child(1) {
    background-position: top right -62px;
  }
}
@media (min-width: 1280px) {
  .choose__item:nth-child(1) {
    background-position: top right -121px;
  }
}
.courses {
  background-image: url("../images/sections/courses/bg-sm.webp"), url("../images/sections/courses/bg-2-sm.webp");
  background-repeat: no-repeat;
  background-position: top 620px right calc(50% - 400px), bottom -135px left calc(50% - 400px);
}
@media (min-width: 768px) {
  .courses {
    background-image: url("../images/sections/courses/bg-2-sm.webp"), url("../images/sections/courses/bg-2-sm.webp");
    background-position: top -50px right calc(50% - 550px), bottom -735px left calc(50% - 550px);
  }
}
@media (min-width: 1280px) {
  .courses {
    background-image: url("../images/sections/courses/bg-xl.webp"), url("../images/sections/courses/bg-xl.webp");
    background-position: top -50px right calc(50% - 785px), bottom 50px left calc(50% - 720px);
  }
}
@media (min-width: 768px) {
  .history {
    background-image: url("../images/sections/courses/bg-2-sm.webp");
    background-position: top -683px left calc(50% - 550px);
    background-repeat: no-repeat;
  }
}
@media (min-width: 1280px) {
  .history {
    background-image: url("../images/sections/history/bg-xl.webp");
    background-position: top -297px right calc(50% - 446px);
  }
}
.history__wrapper {
  background-repeat: no-repeat;
  background-image: url("../images/sections/history/book.webp"), url("../images/sections/history/gradient.webp");
  background-position: center bottom, center bottom;
  background-size: 266px auto, cover;
}
@media (min-width: 768px) {
  .history__wrapper {
    background-image: url("../images/sections/history/book-md.webp"), url("../images/sections/history/gradient-md.webp");
    background-position: bottom right, bottom right;
    background-size: 336px auto, cover;
  }
}
@media (min-width: 1280px) {
  .history__wrapper {
    background-image: url("../images/sections/history/book-xl.webp");
    background-position: bottom right;
    background-size: 590px auto;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .reviews__item:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.register {
  background-image: url("../images/sections/header/bg.webp");
  background-repeat: no-repeat;
  background-size: 760px auto;
  background-position: top -95px right calc(50% - 180px);
}
@media (min-width: 768px) {
  .register {
    background-image: url("../images/sections/register/bg-md.webp");
    background-size: 1100px auto;
    background-position: bottom -320px right calc(50% - 215px);
  }
}
@media (min-width: 1280px) {
  .register {
    background-image: url("../images/sections/register/bg-xl.webp");
    background-size: 1500px auto;
    background-position: bottom -630px right calc(50% - 370px);
  }
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:from-\[\#FF6B00\]:hover {
  --tw-gradient-from: #FF6B00 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 107 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.hover\:to-\[\#FF52F0\]:hover {
  --tw-gradient-to: #FF52F0 var(--tw-gradient-to-position);
}
.focus\:scale-105:focus {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.focus\:from-\[\#FF6B00\]:focus {
  --tw-gradient-from: #FF6B00 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 107 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.focus\:to-\[\#FF52F0\]:focus {
  --tw-gradient-to: #FF52F0 var(--tw-gradient-to-position);
}
.disabled\:border-none:disabled {
  border-style: none;
}
.disabled\:bg-gray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.disabled\:hover\:text-white:hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-\[32px\] {
    margin-bottom: 32px;
  }
  .md\:mb-\[80px\] {
    margin-bottom: 80px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:h-8 {
    height: 2rem;
  }
  .md\:h-\[400px\] {
    height: 400px;
  }
  .md\:h-\[56px\] {
    height: 56px;
  }
  .md\:h-\[60px\] {
    height: 60px;
  }
  .md\:w-8 {
    width: 2rem;
  }
  .md\:w-\[148px\] {
    width: 148px;
  }
  .md\:w-\[245px\] {
    width: 245px;
  }
  .md\:w-\[274px\] {
    width: 274px;
  }
  .md\:w-\[286px\] {
    width: 286px;
  }
  .md\:w-\[336px\] {
    width: 336px;
  }
  .md\:w-\[352px\] {
    width: 352px;
  }
  .md\:w-\[359px\] {
    width: 359px;
  }
  .md\:w-\[380px\] {
    width: 380px;
  }
  .md\:w-\[470px\] {
    width: 470px;
  }
  .md\:w-\[56px\] {
    width: 56px;
  }
  .md\:w-\[620px\] {
    width: 620px;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:max-w-\[218px\] {
    max-width: 218px;
  }
  .md\:max-w-\[334px\] {
    max-width: 334px;
  }
  .md\:max-w-\[338px\] {
    max-width: 338px;
  }
  .md\:max-w-\[419px\] {
    max-width: 419px;
  }
  .md\:shrink-0 {
    flex-shrink: 0;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-0 {
    gap: 0px;
  }
  .md\:gap-2 {
    gap: 0.5rem;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:gap-6 {
    gap: 1.5rem;
  }
  .md\:gap-8 {
    gap: 2rem;
  }
  .md\:gap-\[24px\] {
    gap: 24px;
  }
  .md\:gap-\[32px\] {
    gap: 32px;
  }
  .md\:gap-\[36px\] {
    gap: 36px;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:p-\[32px\] {
    padding: 32px;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:pb-\[128px\] {
    padding-bottom: 128px;
  }
  .md\:pb-\[24px\] {
    padding-bottom: 24px;
  }
  .md\:pb-\[80px\] {
    padding-bottom: 80px;
  }
  .md\:pl-\[155px\] {
    padding-left: 155px;
  }
  .md\:pt-\[12px\] {
    padding-top: 12px;
  }
  .md\:pt-\[37px\] {
    padding-top: 37px;
  }
  .md\:pt-\[80px\] {
    padding-top: 80px;
  }
  .md\:text-\[12px\] {
    font-size: 12px;
  }
  .md\:text-\[24px\] {
    font-size: 24px;
  }
  .md\:text-\[36px\] {
    font-size: 36px;
  }
  .md\:text-\[48px\] {
    font-size: 48px;
  }
  .md\:leading-\[1\.2\] {
    line-height: 1.2;
  }
  .md\:leading-\[14px\] {
    line-height: 14px;
  }
  .md\:leading-\[1\] {
    line-height: 1;
  }
  .md\:leading-\[40px\] {
    line-height: 40px;
  }
  .md\:first\:rounded-l-\[24px\]:first-child {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .md\:last\:rounded-r-\[24px\]:last-child {
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
@media (min-width: 1280px) {
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .xl\:mb-\[128px\] {
    margin-bottom: 128px;
  }
  .xl\:mb-\[24px\] {
    margin-bottom: 24px;
  }
  .xl\:mb-\[48px\] {
    margin-bottom: 48px;
  }
  .xl\:mb-\[80px\] {
    margin-bottom: 80px;
  }
  .xl\:ml-\[120px\] {
    margin-left: 120px;
  }
  .xl\:ml-auto {
    margin-left: auto;
  }
  .xl\:block {
    display: block;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:h-\[100px\] {
    height: 100px;
  }
  .xl\:h-\[40px\] {
    height: 40px;
  }
  .xl\:h-\[65px\] {
    height: 65px;
  }
  .xl\:h-\[84px\] {
    height: 84px;
  }
  .xl\:h-auto {
    height: auto;
  }
  .xl\:w-\[110px\] {
    width: 110px;
  }
  .xl\:w-\[1216px\] {
    width: 1216px;
  }
  .xl\:w-\[152px\] {
    width: 152px;
  }
  .xl\:w-\[264px\] {
    width: 264px;
  }
  .xl\:w-\[336px\] {
    width: 336px;
  }
  .xl\:w-\[360px\] {
    width: 360px;
  }
  .xl\:w-\[376px\] {
    width: 376px;
  }
  .xl\:w-\[381px\] {
    width: 381px;
  }
  .xl\:w-\[384px\] {
    width: 384px;
  }
  .xl\:w-\[416px\] {
    width: 416px;
  }
  .xl\:w-\[500px\] {
    width: 500px;
  }
  .xl\:w-\[592px\] {
    width: 592px;
  }
  .xl\:w-\[608px\] {
    width: 608px;
  }
  .xl\:w-\[610px\] {
    width: 610px;
  }
  .xl\:w-\[700px\] {
    width: 700px;
  }
  .xl\:max-w-\[280px\] {
    max-width: 280px;
  }
  .xl\:max-w-\[369px\] {
    max-width: 369px;
  }
  .xl\:max-w-\[401px\] {
    max-width: 401px;
  }
  .xl\:max-w-\[458px\] {
    max-width: 458px;
  }
  .xl\:max-w-\[596px\] {
    max-width: 596px;
  }
  .xl\:max-w-\[659px\] {
    max-width: 659px;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:items-start {
    align-items: flex-start;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:justify-center {
    justify-content: center;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:gap-0 {
    gap: 0px;
  }
  .xl\:gap-4 {
    gap: 1rem;
  }
  .xl\:gap-6 {
    gap: 1.5rem;
  }
  .xl\:gap-\[24px\] {
    gap: 24px;
  }
  .xl\:gap-\[32px\] {
    gap: 32px;
  }
  .xl\:gap-\[36px\] {
    gap: 36px;
  }
  .xl\:p-6 {
    padding: 1.5rem;
  }
  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:px-\[62px\] {
    padding-left: 62px;
    padding-right: 62px;
  }
  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:py-\[128px\] {
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .xl\:py-\[92px\] {
    padding-top: 92px;
    padding-bottom: 92px;
  }
  .xl\:pb-0 {
    padding-bottom: 0px;
  }
  .xl\:pb-\[128px\] {
    padding-bottom: 128px;
  }
  .xl\:pb-\[208px\] {
    padding-bottom: 208px;
  }
  .xl\:pb-\[36px\] {
    padding-bottom: 36px;
  }
  .xl\:pl-\[23px\] {
    padding-left: 23px;
  }
  .xl\:pt-0 {
    padding-top: 0px;
  }
  .xl\:pt-\[128px\] {
    padding-top: 128px;
  }
  .xl\:pt-\[68px\] {
    padding-top: 68px;
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-\[16px\] {
    font-size: 16px;
  }
  .xl\:text-\[24px\] {
    font-size: 24px;
  }
  .xl\:text-\[30px\] {
    font-size: 30px;
  }
  .xl\:text-\[32px\] {
    font-size: 32px;
  }
  .xl\:text-\[36px\] {
    font-size: 36px;
  }
  .xl\:text-\[48px\] {
    font-size: 48px;
  }
  .xl\:text-\[72px\] {
    font-size: 72px;
  }
  .xl\:leading-\[1\.1\] {
    line-height: 1.1;
  }
  .xl\:leading-\[1\.2\] {
    line-height: 1.2;
  }
  .xl\:leading-\[1\] {
    line-height: 1;
  }
  .xl\:leading-\[40px\] {
    line-height: 40px;
  }
  .xl\:leading-\[48px\] {
    line-height: 48px;
  }
}
@media (max-width: 767.98px) {
  .smOnly\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .smOnly\:mb-4 {
    margin-bottom: 1rem;
  }
  .smOnly\:mb-\[20px\] {
    margin-bottom: 20px;
  }
  .smOnly\:w-full {
    width: 100%;
  }
  .smOnly\:max-w-\[280px\] {
    max-width: 280px;
  }
  .smOnly\:max-w-\[320px\] {
    max-width: 320px;
  }
  .smOnly\:rounded-\[24px\] {
    border-radius: 24px;
  }
  .smOnly\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .smOnly\:px-\[23px\] {
    padding-left: 23px;
    padding-right: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .mdOnly\:ml-\[28px\] {
    margin-left: 28px;
  }
  .mdOnly\:ml-\[8px\] {
    margin-left: 8px;
  }
  .mdOnly\:mr-\[-16px\] {
    margin-right: -16px;
  }
  .mdOnly\:flex {
    display: flex;
  }
}
@media (max-width: 1279.98px) {
  .notXl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .md\:\[\&\:nth-child\(1\)\]\:order-1:nth-child(1) {
    order: 1;
  }
  .md\:\[\&\:nth-child\(1\)\]\:w-\[704px\]:nth-child(1) {
    width: 704px;
  }
}
@media (min-width: 1280px) {
  .xl\:\[\&\:nth-child\(1\)\]\:h-\[356px\]:nth-child(1) {
    height: 356px;
  }
  .xl\:\[\&\:nth-child\(1\)\]\:w-\[592px\]:nth-child(1) {
    width: 592px;
  }
}
@media (min-width: 768px) {
  .md\:\[\&\:nth-child\(2\)\]\:order-4:nth-child(2) {
    order: 4;
  }
  .md\:\[\&\:nth-child\(2\)\]\:h-\[286px\]:nth-child(2) {
    height: 286px;
  }
  .md\:\[\&\:nth-child\(2\)\]\:w-\[336px\]:nth-child(2) {
    width: 336px;
  }
  .md\:\[\&\:nth-child\(2\)\]\:bg-transparent:nth-child(2) {
    background-color: transparent;
  }
}
@media (min-width: 1280px) {
  .xl\:\[\&\:nth-child\(2\)\]\:h-\[336px\]:nth-child(2) {
    height: 336px;
  }
  .xl\:\[\&\:nth-child\(2\)\]\:w-\[384px\]:nth-child(2) {
    width: 384px;
  }
}
@media (min-width: 768px) {
  .md\:\[\&\:nth-child\(3\)\]\:order-5:nth-child(3) {
    order: 5;
  }
  .md\:\[\&\:nth-child\(3\)\]\:w-\[704px\]:nth-child(3) {
    width: 704px;
  }
}
@media (min-width: 1280px) {
  .xl\:\[\&\:nth-child\(3\)\]\:h-\[336px\]:nth-child(3) {
    height: 336px;
  }
  .xl\:\[\&\:nth-child\(3\)\]\:w-\[384px\]:nth-child(3) {
    width: 384px;
  }
  .xl\:\[\&\:nth-child\(3\)\]\:flex-col:nth-child(3) {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .md\:\[\&\:nth-child\(4\)\]\:order-3:nth-child(4) {
    order: 3;
  }
  .md\:\[\&\:nth-child\(4\)\]\:h-\[286px\]:nth-child(4) {
    height: 286px;
  }
  .md\:\[\&\:nth-child\(4\)\]\:w-\[336px\]:nth-child(4) {
    width: 336px;
  }
  .md\:\[\&\:nth-child\(4\)\]\:bg-transparent:nth-child(4) {
    background-color: transparent;
  }
}
@media (min-width: 1280px) {
  .xl\:\[\&\:nth-child\(4\)\]\:h-\[336px\]:nth-child(4) {
    height: 336px;
  }
  .xl\:\[\&\:nth-child\(4\)\]\:w-\[384px\]:nth-child(4) {
    width: 384px;
  }
}
@media (min-width: 768px) {
  .md\:\[\&\:nth-child\(5\)\]\:order-2:nth-child(5) {
    order: 2;
  }
  .md\:\[\&\:nth-child\(5\)\]\:w-\[704px\]:nth-child(5) {
    width: 704px;
  }
}
@media (min-width: 1280px) {
  .xl\:\[\&\:nth-child\(5\)\]\:h-\[356px\]:nth-child(5) {
    height: 356px;
  }
  .xl\:\[\&\:nth-child\(5\)\]\:w-\[592px\]:nth-child(5) {
    width: 592px;
  }
}
.\[\&_\.img-icon\]\:hover\:scale-\[1\.4\]:hover .img-icon {
  --tw-scale-x: 1.4;
  --tw-scale-y: 1.4;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&_\.img-icon\]\:focus\:scale-\[1\.4\]:focus .img-icon {
  --tw-scale-x: 1.4;
  --tw-scale-y: 1.4;
  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));
}
.\[\&_\.svg-icon\]\:hover\:scale-\[1\.4\]:hover .svg-icon {
  --tw-scale-x: 1.4;
  --tw-scale-y: 1.4;
  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));
}
.\[\&_\.svg-icon\]\:focus\:scale-\[1\.4\]:focus .svg-icon {
  --tw-scale-x: 1.4;
  --tw-scale-y: 1.4;
  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));
}