@charset "UTF-8";
/**
 * 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: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1280px){
  .section{
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.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;
  }
.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;
}
.bottom-\[20px\]{
  bottom: 20px;
}
.bottom-\[54px\]{
  bottom: 54px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-\[10px\]{
  left: 10px;
}
.top-1\/2{
  top: 50%;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[4\]{
  z-index: 4;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mb-\[32px\]{
  margin-bottom: 32px;
}
.mb-\[36px\]{
  margin-bottom: 36px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.mb-\[80px\]{
  margin-bottom: 80px;
}
.ml-\[12px\]{
  margin-left: 12px;
}
.ml-\[48px\]{
  margin-left: 48px;
}
.mt-12{
  margin-top: 3rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-2{
  height: 0.5rem;
}
.h-\[152px\]{
  height: 152px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[80px\]{
  height: 80px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.min-h-\[232px\]{
  min-height: 232px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[38px\]{
  width: 38px;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.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-row{
  flex-direction: row;
}
.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;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[18px\]{
  border-radius: 18px;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-\[65px\]{
  border-radius: 65px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-\[\#ffffff4d\]{
  border-color: #ffffff4d;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#1a1a1a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffff1a\]{
  background-color: #ffffff1a;
}
.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-white\/15{
  background-color: rgb(255 255 255 / 0.15);
}
.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-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-\[3px\]{
  padding: 3px;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[13px\]{
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[58px\]{
  padding-left: 58px;
  padding-right: 58px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[21px\]{
  padding-top: 21px;
  padding-bottom: 21px;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.pb-\[185px\]{
  padding-bottom: 185px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.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-\[40px\]{
  padding-top: 40px;
}
.font-dela{
  font-family: Dela Gothic One, sans-serif;
}
.font-montserrat{
  font-family: Montserrat, sans-serif;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[30px\]{
  font-size: 30px;
}
.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-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.italic{
  font-style: italic;
}
.leading-\[1\.11\]{
  line-height: 1.11;
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\]{
  line-height: 1;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[36px\]{
  line-height: 36px;
}
.leading-\[40px\]{
  line-height: 40px;
}
.text-\[\#FF59E4\]{
  --tw-text-opacity: 1;
  color: rgb(255 89 228 / var(--tw-text-opacity, 1));
}
.text-\[\#FF6C01\]{
  --tw-text-opacity: 1;
  color: rgb(255 108 1 / var(--tw-text-opacity, 1));
}
.text-\[\#FFB800\]{
  --tw-text-opacity: 1;
  color: rgb(255 184 0 / var(--tw-text-opacity, 1));
}
.text-\[\#ffffff80\]{
  color: #ffffff80;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.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;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/*! 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 */
/*! purgecss start ignore */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/components/ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*! 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 {
  position: relative;
}
@media (max-width: 767.98px) {
  .header {
    background-repeat: no-repeat;
    background-image: url("../images/sections/header/bg.webp");
    background-position: top -70px right calc(50% - 145px);
  }
}
.header__list {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 18px;
  padding: 16px 32px;
}
.header__item:first-child::after {
  content: "";
  width: 3px;
  height: 24px;
  display: block;
  margin-left: 20px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}
.header .text-color {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    max-width: 362px;
    height: 600px;
    background-repeat: no-repeat;
    background-image: url("../images/sections/header/bg-md.webp");
    background-size: 493px auto;
    background-position: top 10px right 0;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .header::before {
    background-image: url("../images/sections/header/bg-xl.webp");
    background-size: contain;
    background-position: bottom 15px right 0;
    max-width: 1100px;
    height: 1100px;
    top: -115px;
    right: calc(50% - 790px);
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  .what {
    background-image: url("../images/sections/target/bg-xl.webp");
    background-position: bottom -990px left calc(50% - 790px);
    background-repeat: no-repeat;
  }
}
.what .text-price-item:nth-child(1) .text-price-bg {
  background: linear-gradient(270deg, #302ba3 -193.06%, #00ce7a -116.86%, #ff6b00 -42.13%, #ffb800 25.27%, #ff52f0 100%), #c1bcf7;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.what .text-price-item:nth-child(2) .text-price-bg {
  background: linear-gradient(0.25turn, #ffb800, #ff6b00, #ff6b00, #00ce7a);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.what .text-price-item:nth-child(3) .text-price-bg {
  background: linear-gradient(0.25turn, #00ce7a, #302ba3, #302ba3, #302ba3, #302ba3);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.target {
  /* Keyframes for checkmark animation */
  /* Keyframes for car shake */
  /* Keyframes for car and flame movement */
}
@media (min-width: 768px) {
  .target {
    background-image: url("../images/sections/target/bg-md.webp");
    background-repeat: no-repeat;
    background-position: top -130px left calc(50% - 490px);
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .target {
    background-image: url("../images/sections/target/bg-xl.webp");
    background-position: top -608px left calc(50% - 790px);
  }
}
.target__block {
  background-image: url("../images/sections/target/goal-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.target__item {
  background-color: rgba(255, 255, 255, 0.1);
}
@keyframes checkmarkAnimation {
  0% {
    stroke-dashoffset: 100;
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    stroke-dashoffset: 100;
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    transform: scale(1);
    opacity: 1;
  }
}
.target .target-check {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  opacity: 0;
  transform-origin: center;
  transform: scale(0.5);
  transition: transform 0.3s ease-in-out;
}
.target .start-check-animation {
  animation: checkmarkAnimation 1s ease-in-out forwards;
  animation-delay: var(--animation-delay, 0s);
}
@keyframes shake {
  0%, 100% {
    transform: translateY(0);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateY(-1px);
  }
  10%, 20%, 30%, 50%, 60%, 70%, 80% {
    transform: translateY(1px);
  }
}
@keyframes moveCar {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(970px);
  } /* Adjust based on the desired distance */
}
@keyframes moveFlame {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-16px);
  }
  25% {
    transform: translateX(-36px);
  }
  50% {
    transform: translateX(-46px);
  }
  75% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  } /* Adjust based on the desired distance */
}
.target .car-block,
.target .flame {
  animation-play-state: paused;
}
.target .start-animation.car-block {
  animation: shake 1.5s ease-in-out, moveCar 4s ease-in-out 1.5s 1 forwards;
  animation-play-state: running;
}
.target .start-animation.flame {
  animation: moveFlame 4s ease-in-out 1.5s 1 forwards;
  animation-play-state: running;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .course {
    background-image: url("../images/sections/course/bg-md.webp");
    background-repeat: no-repeat;
    background-position: top -100px left calc(50% - 615px);
  }
}
.course__title-block span::after {
  display: block;
  content: "";
  width: 3px;
  height: 24px;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.3019607843);
  border-radius: 8px;
}
.course .title--color {
  background: linear-gradient(270deg, #302ba3 -193.06%, #00ce7a -116.86%, #ff6b00 -42.13%, #ffb800 25.27%, #ff52f0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1280px) {
  .price {
    background-image: url("../images/sections/price/bg-section-xl.webp");
    background-position: top -240px left calc(50% - 800px);
    background-size: 1200px auto;
    background-repeat: no-repeat;
  }
}
.price .text--color {
  background: linear-gradient(93.11deg, #ff52f0 0%, #ffb800 25.5%, #ff6b00 48.5%, #00ce7a 74%, #302ba3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price__img-block {
  background-image: url("../images/sections/price/bg-sm.webp");
  background-repeat: no-repeat;
  background-position: top -160px center;
}
@media (min-width: 768px) {
  .price__img-block {
    background-image: url("../images/sections/price/bg-md.webp");
    background-position: top -200px center;
  }
}
@media (min-width: 1280px) {
  .price__img-block {
    background-image: url("../images/sections/price/bg-xl.webp");
    background-position: top -150px center;
  }
}
.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;
  }
}
@media (max-width: 767.98px) {
  .register {
    background-repeat: no-repeat;
    background-image: url("../images/sections/header/bg.webp");
    background-position: top -145px right calc(50% - 140px);
  }
}
@media (min-width: 768px) {
  .register::before {
    content: "";
    position: absolute;
    top: -50px;
    right: -20px;
    display: block;
    width: 100%;
    max-width: 362px;
    height: 600px;
    background-repeat: no-repeat;
    background-image: url("../images/sections/header/bg-md.webp");
    background-size: 493px auto;
    background-position: top -60px right 0;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  .register::before {
    top: -170px;
    right: calc(50% - 790px);
    background-image: url("../images/sections/header/bg-xl.webp");
    background-size: contain;
    background-position: bottom -10px right;
    max-width: 1100px;
    height: 1100px;
    z-index: 3;
  }
}
.odd\:bg-\[rgba\(255\2c 255\2c 255\2c 0\.1\)\]:nth-child(odd){
  background-color: rgba(255,255,255,0.1);
}
.odd\:bg-white\/10:nth-child(odd){
  background-color: rgb(255 255 255 / 0.1);
}
.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);
}
.hover\:text-\[\#FF6B00\]:hover{
  --tw-text-opacity: 1;
  color: rgb(255 107 0 / var(--tw-text-opacity, 1));
}
.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);
}
.focus\:text-\[\#FF6B00\]:focus{
  --tw-text-opacity: 1;
  color: rgb(255 107 0 / var(--tw-text-opacity, 1));
}
.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: 480px){
  .sm\:block{
    display: block;
  }
}
@media (min-width: 768px){
  .md\:relative{
    position: relative;
  }
  .md\:left-\[-17px\]{
    left: -17px;
  }
  .md\:top-\[10px\]{
    top: 10px;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mb-\[24px\]{
    margin-bottom: 24px;
  }
  .md\:mb-\[32px\]{
    margin-bottom: 32px;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-8{
    height: 2rem;
  }
  .md\:h-\[300px\]{
    height: 300px;
  }
  .md\:h-\[400px\]{
    height: 400px;
  }
  .md\:h-\[56px\]{
    height: 56px;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:w-8{
    width: 2rem;
  }
  .md\:w-\[224px\]{
    width: 224px;
  }
  .md\:w-\[274px\]{
    width: 274px;
  }
  .md\:w-\[286px\]{
    width: 286px;
  }
  .md\:w-\[352px\]{
    width: 352px;
  }
  .md\:w-\[380px\]{
    width: 380px;
  }
  .md\:w-\[470px\]{
    width: 470px;
  }
  .md\:w-\[56px\]{
    width: 56px;
  }
  .md\:w-\[620px\]{
    width: 620px;
  }
  .md\:w-\[659px\]{
    width: 659px;
  }
  .md\:w-\[672px\]{
    width: 672px;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:max-w-\[384px\]{
    max-width: 384px;
  }
  .md\:max-w-\[500px\]{
    max-width: 500px;
  }
  .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-end{
    align-items: flex-end;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-\[32px\]{
    gap: 32px;
  }
  .md\:gap-\[36px\]{
    gap: 36px;
  }
  .md\:gap-y-\[32px\]{
    row-gap: 32px;
  }
  .md\:overflow-hidden{
    overflow: hidden;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-\[26px\]{
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-\[128px\]{
    padding-bottom: 128px;
  }
  .md\:pt-\[37px\]{
    padding-top: 37px;
  }
  .md\:text-\[12px\]{
    font-size: 12px;
  }
  .md\:text-\[16px\]{
    font-size: 16px;
  }
  .md\:text-\[24px\]{
    font-size: 24px;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .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;
  }
}
@media (min-width: 1280px){
  .xl\:relative{
    position: relative;
  }
  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:mb-6{
    margin-bottom: 1.5rem;
  }
  .xl\:mb-\[140px\]{
    margin-bottom: 140px;
  }
  .xl\:mb-\[24px\]{
    margin-bottom: 24px;
  }
  .xl\:mb-\[32px\]{
    margin-bottom: 32px;
  }
  .xl\:mb-\[80px\]{
    margin-bottom: 80px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[100px\]{
    height: 100px;
  }
  .xl\:h-\[30px\]{
    height: 30px;
  }
  .xl\:h-\[492px\]{
    height: 492px;
  }
  .xl\:h-\[548px\]{
    height: 548px;
  }
  .xl\:h-\[65px\]{
    height: 65px;
  }
  .xl\:h-auto{
    height: auto;
  }
  .xl\:min-h-\[80px\]{
    min-height: 80px;
  }
  .xl\:w-\[152px\]{
    width: 152px;
  }
  .xl\:w-\[30px\]{
    width: 30px;
  }
  .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-\[442px\]{
    width: 442px;
  }
  .xl\:w-\[500px\]{
    width: 500px;
  }
  .xl\:w-\[608px\]{
    width: 608px;
  }
  .xl\:w-\[610px\]{
    width: 610px;
  }
  .xl\:w-\[958px\]{
    width: 958px;
  }
  .xl\:max-w-\[361px\]{
    max-width: 361px;
  }
  .xl\:max-w-\[659px\]{
    max-width: 659px;
  }
  .xl\:max-w-\[704px\]{
    max-width: 704px;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:flex-col{
    flex-direction: column;
  }
  .xl\:flex-wrap{
    flex-wrap: wrap;
  }
  .xl\:items-start{
    align-items: flex-start;
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:justify-end{
    justify-content: flex-end;
  }
  .xl\:justify-center{
    justify-content: center;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:gap-0{
    gap: 0px;
  }
  .xl\:gap-6{
    gap: 1.5rem;
  }
  .xl\:gap-8{
    gap: 2rem;
  }
  .xl\:gap-\[24px\]{
    gap: 24px;
  }
  .xl\:gap-y-\[32px\]{
    row-gap: 32px;
  }
  .xl\:p-6{
    padding: 1.5rem;
  }
  .xl\:p-\[24px\]{
    padding: 24px;
  }
  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:px-\[29px\]{
    padding-left: 29px;
    padding-right: 29px;
  }
  .xl\:px-\[32px\]{
    padding-left: 32px;
    padding-right: 32px;
  }
  .xl\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .xl\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xl\:py-\[128px\]{
    padding-top: 128px;
    padding-bottom: 128px;
  }
  .xl\:py-\[13px\]{
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .xl\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xl\:py-\[62px\]{
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .xl\:py-\[64px\]{
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .xl\:pb-0{
    padding-bottom: 0px;
  }
  .xl\:pb-\[208px\]{
    padding-bottom: 208px;
  }
  .xl\:pb-\[64px\]{
    padding-bottom: 64px;
  }
  .xl\:pl-\[80px\]{
    padding-left: 80px;
  }
  .xl\:pt-\[64px\]{
    padding-top: 64px;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-\[24px\]{
    font-size: 24px;
  }
  .xl\:text-\[36px\]{
    font-size: 36px;
  }
  .xl\:text-\[48px\]{
    font-size: 48px;
  }
  .xl\:text-\[72px\]{
    font-size: 72px;
  }
  .xl\:leading-\[1\.2\]{
    line-height: 1.2;
  }
  .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-\[288px\]{
    width: 288px;
  }
  .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\:absolute{
    position: absolute;
  }
  .mdOnly\:ml-\[28px\]{
    margin-left: 28px;
  }
  .mdOnly\:ml-\[8px\]{
    margin-left: 8px;
  }
  .mdOnly\:block{
    display: block;
  }
  .mdOnly\:flex{
    display: flex;
  }
  .mdOnly\:h-\[334px\]{
    height: 334px;
  }
  .mdOnly\:w-\[672px\]{
    width: 672px;
  }
  .mdOnly\:w-full{
    width: 100%;
  }
  .mdOnly\:items-center{
    align-items: center;
  }
  .mdOnly\:bg-\[\#353535\]{
    --tw-bg-opacity: 1;
    background-color: rgb(53 53 53 / var(--tw-bg-opacity, 1));
  }
  .mdOnly\:pt-\[80px\]{
    padding-top: 80px;
  }
}
@media (max-width: 1279.98px){
  .notXl\:w-max{
    width: -moz-max-content;
    width: max-content;
  }
}
@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\)\]\:order-5:nth-child(4){
    order: 5;
  }
  .xl\:\[\&\:nth-child\(4\)\]\:h-\[336px\]:nth-child(4){
    height: 336px;
  }
  .xl\:\[\&\:nth-child\(4\)\]\:h-\[378px\]:nth-child(4){
    height: 378px;
  }
  .xl\:\[\&\:nth-child\(4\)\]\:w-\[384px\]:nth-child(4){
    width: 384px;
  }
  .xl\:\[\&\:nth-child\(4\)\]\:w-\[592px\]:nth-child(4){
    width: 592px;
  }
}
@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\)\]\:h-\[378px\]:nth-child(5){
    height: 378px;
  }
  .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));
}