@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.19 | 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;
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-\[-25px\]{
  bottom: -25px;
}
.left-4{
  left: 1rem;
}
.left-\[9px\]{
  left: 9px;
}
.z-10{
  z-index: 10;
}
.z-\[2\]{
  z-index: 2;
}
.m-auto{
  margin: auto;
}
.-mx-3{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[16px\]{
  margin-bottom: 16px;
}
.mb-\[18px\]{
  margin-bottom: 18px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[24px\]{
  margin-bottom: 24px;
}
.mb-\[28px\]{
  margin-bottom: 28px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[48px\]{
  margin-bottom: 48px;
}
.mb-\[60px\]{
  margin-bottom: 60px;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-11{
  margin-top: 2.75rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[40px\]{
  margin-top: 40px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-6{
  height: 1.5rem;
}
.h-\[110px\]{
  height: 110px;
}
.h-\[353px\]{
  height: 353px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-max{
  height: -moz-max-content;
  height: max-content;
}
.min-h-\[164px\]{
  min-height: 164px;
}
.min-h-\[310px\]{
  min-height: 310px;
}
.min-h-\[385px\]{
  min-height: 385px;
}
.min-h-\[434px\]{
  min-height: 434px;
}
.w-\[158px\]{
  width: 158px;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[153px\]{
  min-width: 153px;
}
.min-w-\[154px\]{
  min-width: 154px;
}
.min-w-\[42px\]{
  min-width: 42px;
}
.\!max-w-\[280px\]{
  max-width: 280px !important;
}
.max-w-\[129px\]{
  max-width: 129px;
}
.max-w-\[153px\]{
  max-width: 153px;
}
.max-w-\[268px\]{
  max-width: 268px;
}
.max-w-\[275px\]{
  max-width: 275px;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[340px\]{
  max-width: 340px;
}
.shrink-0{
  flex-shrink: 0;
}
.rotate-\[-5deg\]{
  --tw-rotate: -5deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes infinite-scroll-left{
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(-100%);
  }
}
.animate-infinite-scroll-left{
  animation: infinite-scroll-left 100s linear infinite;
}
.cursor-auto{
  cursor: auto;
}
.cursor-pointer{
  cursor: pointer;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-11{
  gap: 2.75rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[16px\]{
  gap: 16px;
}
.gap-\[40px\]{
  gap: 40px;
}
.gap-\[6px\]{
  gap: 6px;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[32px\]{
  border-radius: 32px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[74px\]{
  border-radius: 74px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-\[\#065241\]{
  --tw-border-opacity: 1;
  border-color: rgb(6 82 65 / var(--tw-border-opacity, 1));
}
.border-\[\#CBD0DF\]{
  --tw-border-opacity: 1;
  border-color: rgb(203 208 223 / var(--tw-border-opacity, 1));
}
.border-\[\#ECEFFF47\]{
  border-color: #ECEFFF47;
}
.border-accent-46{
  --tw-border-opacity: 1;
  border-color: rgb(7 161 70 / var(--tw-border-opacity, 1));
}
.border-b-\[\#A8B4FF\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(168 180 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#0656BC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(6 86 188 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1E1F29\]{
  --tw-bg-opacity: 1;
  background-color: rgb(30 31 41 / var(--tw-bg-opacity, 1));
}
.bg-\[\#24E472\]{
  --tw-bg-opacity: 1;
  background-color: rgb(36 228 114 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EBF4FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 244 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EFF1FE33\]{
  background-color: #EFF1FE33;
}
.bg-\[\#F03030\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 48 48 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F5FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 255 / var(--tw-bg-opacity, 1));
}
.bg-accent-1f{
  --tw-bg-opacity: 1;
  background-color: rgb(9 2 31 / var(--tw-bg-opacity, 1));
}
.bg-accent-fe{
  --tw-bg-opacity: 1;
  background-color: rgb(239 241 254 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white-fa{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.fill-black{
  fill: #000000;
}
.fill-white{
  fill: #ffffff;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-\[20px\]{
  padding: 20px;
}
.\!py-4{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.\!py-\[30px\]{
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[28px\]{
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[48px\]{
  padding-left: 48px;
  padding-right: 48px;
}
.px-\[62px\]{
  padding-left: 62px;
  padding-right: 62px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[8px\]{
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[10px\]{
  padding-bottom: 10px;
}
.pb-\[254px\]{
  padding-bottom: 254px;
}
.pb-\[25px\]{
  padding-bottom: 25px;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-\[20px\]{
  padding-left: 20px;
}
.pl-\[54px\]{
  padding-left: 54px;
}
.pr-\[47px\]{
  padding-right: 47px;
}
.pr-\[54px\]{
  padding-right: 54px;
}
.pr-\[56px\]{
  padding-right: 56px;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-9{
  padding-top: 2.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[16px\]\/\[1\]{
  font-size: 16px;
  line-height: 1;
}
.text-\[16px\]\/\[24px\]{
  font-size: 16px;
  line-height: 24px;
}
.text-\[16px\]\/\[32px\]{
  font-size: 16px;
  line-height: 32px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[20px\]\/\[1\]{
  font-size: 20px;
  line-height: 1;
}
.text-\[24px\]\/\[32px\]{
  font-size: 24px;
  line-height: 32px;
}
.text-\[24px\]\/\[36px\]{
  font-size: 24px;
  line-height: 36px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[30px\]\/\[24px\]{
  font-size: 30px;
  line-height: 24px;
}
.text-\[30px\]\/\[32px\]{
  font-size: 30px;
  line-height: 32px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[32px\]\/\[36px\]{
  font-size: 32px;
  line-height: 36px;
}
.text-\[48px\]{
  font-size: 48px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.leading-\[1\.14\]{
  line-height: 1.14;
}
.leading-\[1\.17\]{
  line-height: 1.17;
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-\[1\.23\]{
  line-height: 1.23;
}
.leading-\[1\.25\]{
  line-height: 1.25;
}
.leading-\[1\.2\]{
  line-height: 1.2;
}
.leading-\[1\.4\]{
  line-height: 1.4;
}
.leading-\[1\.6\]{
  line-height: 1.6;
}
.leading-\[1\.75\]{
  line-height: 1.75;
}
.leading-\[28px\]{
  line-height: 28px;
}
.leading-\[2\]{
  line-height: 2;
}
.tracking-\[0\.05em\]{
  letter-spacing: 0.05em;
}
.tracking-\[0\.095em\]{
  letter-spacing: 0.095em;
}
.text-\[\#008C51\]{
  --tw-text-opacity: 1;
  color: rgb(0 140 81 / var(--tw-text-opacity, 1));
}
.text-\[\#1E1E1E\]{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}
.text-\[\#24E472\]{
  --tw-text-opacity: 1;
  color: rgb(36 228 114 / var(--tw-text-opacity, 1));
}
.text-\[\#504C5C\]{
  --tw-text-opacity: 1;
  color: rgb(80 76 92 / var(--tw-text-opacity, 1));
}
.text-\[\#979797\]{
  --tw-text-opacity: 1;
  color: rgb(151 151 151 / var(--tw-text-opacity, 1));
}
.text-accent-1e{
  --tw-text-opacity: 1;
  color: rgb(30 30 30 / var(--tw-text-opacity, 1));
}
.text-accent-1f{
  --tw-text-opacity: 1;
  color: rgb(9 2 31 / var(--tw-text-opacity, 1));
}
.text-accent-4b{
  --tw-text-opacity: 1;
  color: rgb(11 169 75 / var(--tw-text-opacity, 1));
}
.text-accent-72{
  --tw-text-opacity: 1;
  color: rgb(36 228 114 / 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));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.opacity-40{
  opacity: 0.4;
}
.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-300{
  transition-duration: 300ms;
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Montserrat, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(1 1 1 / var(--tw-text-opacity, 1));
}
.section{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px){
  .section{
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1280px){
  .section{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.section-title{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 768px){
  .section-title{
    font-size: 32px;
    line-height: 1.25;
  }
}
@media (min-width: 1280px){
  .section-title{
    font-size: 40px;
    line-height: 1.2;
  }
}
.btn{
  display: flex;
  width: 100%;
  max-width: 320px;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}
@media (max-width: 767.98px){
  .btn{
    margin-left: auto;
    margin-right: auto;
  }
}
.btn {
  background: linear-gradient(180deg, #24e472 20.31%, #07a045 90.62%);
}
.btn::after {
  display: block;
  content: "";
  width: 100%;
  max-width: 24px;
  height: 24px;
  background-image: url("../images/components/hand.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn:hover, .btn:focus {
  background: linear-gradient(180deg, #24e472 -100%, #07a045 100%);
}
.btn:disabled {
  background: #6f9f82;
}
.btn-second{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  max-width: 320px;
  border-radius: 0.75rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
  background: linear-gradient(180deg, #24e472 20.31%, #07a045 90.62%);
}
.btn-second:hover, .btn-second:focus {
  background: linear-gradient(180deg, #24e472 -100%, #07a045 100%);
}
.btn-second:disabled {
  background: #6f9f82;
}
.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;
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url('../images/components/intTelInput/flags.webp');
  --iti-path-flags-2x: url('../images/components/intTelInput/flags@2x.webp');
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
.iti {
  position: relative;
  display: block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.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: 0 !important;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.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__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}
.iti__dial-code {
  color: var(--iti-dialcode-color);
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}
.iti__country-list .iti__flag,
.iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__country-list .iti__flag,
[dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.iti .iti__selected-dial-code {
  margin-left: 4px;
}
[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}
.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: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}
.iti__ac {
  --iti-flag-offset: 0px;
}
.iti__ad {
  --iti-flag-offset: -16px;
}
.iti__ae {
  --iti-flag-offset: -32px;
}
.iti__af {
  --iti-flag-offset: -48px;
}
.iti__ag {
  --iti-flag-offset: -64px;
}
.iti__ai {
  --iti-flag-offset: -80px;
}
.iti__al {
  --iti-flag-offset: -96px;
}
.iti__am {
  --iti-flag-offset: -112px;
}
.iti__ao {
  --iti-flag-offset: -128px;
}
.iti__ar {
  --iti-flag-offset: -144px;
}
.iti__as {
  --iti-flag-offset: -160px;
}
.iti__at {
  --iti-flag-offset: -176px;
}
.iti__au {
  --iti-flag-offset: -192px;
}
.iti__aw {
  --iti-flag-offset: -208px;
}
.iti__ax {
  --iti-flag-offset: -224px;
}
.iti__az {
  --iti-flag-offset: -240px;
}
.iti__ba {
  --iti-flag-offset: -256px;
}
.iti__bb {
  --iti-flag-offset: -272px;
}
.iti__bd {
  --iti-flag-offset: -288px;
}
.iti__be {
  --iti-flag-offset: -304px;
}
.iti__bf {
  --iti-flag-offset: -320px;
}
.iti__bg {
  --iti-flag-offset: -336px;
}
.iti__bh {
  --iti-flag-offset: -352px;
}
.iti__bi {
  --iti-flag-offset: -368px;
}
.iti__bj {
  --iti-flag-offset: -384px;
}
.iti__bl {
  --iti-flag-offset: -400px;
}
.iti__bm {
  --iti-flag-offset: -416px;
}
.iti__bn {
  --iti-flag-offset: -432px;
}
.iti__bo {
  --iti-flag-offset: -448px;
}
.iti__bq {
  --iti-flag-offset: -464px;
}
.iti__br {
  --iti-flag-offset: -480px;
}
.iti__bs {
  --iti-flag-offset: -496px;
}
.iti__bt {
  --iti-flag-offset: -512px;
}
.iti__bw {
  --iti-flag-offset: -528px;
}
.iti__by {
  --iti-flag-offset: -544px;
}
.iti__bz {
  --iti-flag-offset: -560px;
}
.iti__ca {
  --iti-flag-offset: -576px;
}
.iti__cc {
  --iti-flag-offset: -592px;
}
.iti__cd {
  --iti-flag-offset: -608px;
}
.iti__cf {
  --iti-flag-offset: -624px;
}
.iti__cg {
  --iti-flag-offset: -640px;
}
.iti__ch {
  --iti-flag-offset: -656px;
}
.iti__ci {
  --iti-flag-offset: -672px;
}
.iti__ck {
  --iti-flag-offset: -688px;
}
.iti__cl {
  --iti-flag-offset: -704px;
}
.iti__cm {
  --iti-flag-offset: -720px;
}
.iti__cn {
  --iti-flag-offset: -736px;
}
.iti__co {
  --iti-flag-offset: -752px;
}
.iti__cr {
  --iti-flag-offset: -768px;
}
.iti__cu {
  --iti-flag-offset: -784px;
}
.iti__cv {
  --iti-flag-offset: -800px;
}
.iti__cw {
  --iti-flag-offset: -816px;
}
.iti__cx {
  --iti-flag-offset: -832px;
}
.iti__cy {
  --iti-flag-offset: -848px;
}
.iti__cz {
  --iti-flag-offset: -864px;
}
.iti__de {
  --iti-flag-offset: -880px;
}
.iti__dj {
  --iti-flag-offset: -896px;
}
.iti__dk {
  --iti-flag-offset: -912px;
}
.iti__dm {
  --iti-flag-offset: -928px;
}
.iti__do {
  --iti-flag-offset: -944px;
}
.iti__dz {
  --iti-flag-offset: -960px;
}
.iti__ec {
  --iti-flag-offset: -976px;
}
.iti__ee {
  --iti-flag-offset: -992px;
}
.iti__eg {
  --iti-flag-offset: -1008px;
}
.iti__eh {
  --iti-flag-offset: -1024px;
}
.iti__er {
  --iti-flag-offset: -1040px;
}
.iti__es {
  --iti-flag-offset: -1056px;
}
.iti__et {
  --iti-flag-offset: -1072px;
}
.iti__fi {
  --iti-flag-offset: -1088px;
}
.iti__fj {
  --iti-flag-offset: -1104px;
}
.iti__fk {
  --iti-flag-offset: -1120px;
}
.iti__fm {
  --iti-flag-offset: -1136px;
}
.iti__fo {
  --iti-flag-offset: -1152px;
}
.iti__fr {
  --iti-flag-offset: -1168px;
}
.iti__ga {
  --iti-flag-offset: -1184px;
}
.iti__gb {
  --iti-flag-offset: -1200px;
}
.iti__gd {
  --iti-flag-offset: -1216px;
}
.iti__ge {
  --iti-flag-offset: -1232px;
}
.iti__gf {
  --iti-flag-offset: -1248px;
}
.iti__gg {
  --iti-flag-offset: -1264px;
}
.iti__gh {
  --iti-flag-offset: -1280px;
}
.iti__gi {
  --iti-flag-offset: -1296px;
}
.iti__gl {
  --iti-flag-offset: -1312px;
}
.iti__gm {
  --iti-flag-offset: -1328px;
}
.iti__gn {
  --iti-flag-offset: -1344px;
}
.iti__gp {
  --iti-flag-offset: -1360px;
}
.iti__gq {
  --iti-flag-offset: -1376px;
}
.iti__gr {
  --iti-flag-offset: -1392px;
}
.iti__gt {
  --iti-flag-offset: -1408px;
}
.iti__gu {
  --iti-flag-offset: -1424px;
}
.iti__gw {
  --iti-flag-offset: -1440px;
}
.iti__gy {
  --iti-flag-offset: -1456px;
}
.iti__hk {
  --iti-flag-offset: -1472px;
}
.iti__hn {
  --iti-flag-offset: -1488px;
}
.iti__hr {
  --iti-flag-offset: -1504px;
}
.iti__ht {
  --iti-flag-offset: -1520px;
}
.iti__hu {
  --iti-flag-offset: -1536px;
}
.iti__id {
  --iti-flag-offset: -1552px;
}
.iti__ie {
  --iti-flag-offset: -1568px;
}
.iti__il {
  --iti-flag-offset: -1584px;
}
.iti__im {
  --iti-flag-offset: -1600px;
}
.iti__in {
  --iti-flag-offset: -1616px;
}
.iti__io {
  --iti-flag-offset: -1632px;
}
.iti__iq {
  --iti-flag-offset: -1648px;
}
.iti__ir {
  --iti-flag-offset: -1664px;
}
.iti__is {
  --iti-flag-offset: -1680px;
}
.iti__it {
  --iti-flag-offset: -1696px;
}
.iti__je {
  --iti-flag-offset: -1712px;
}
.iti__jm {
  --iti-flag-offset: -1728px;
}
.iti__jo {
  --iti-flag-offset: -1744px;
}
.iti__jp {
  --iti-flag-offset: -1760px;
}
.iti__ke {
  --iti-flag-offset: -1776px;
}
.iti__kg {
  --iti-flag-offset: -1792px;
}
.iti__kh {
  --iti-flag-offset: -1808px;
}
.iti__ki {
  --iti-flag-offset: -1824px;
}
.iti__km {
  --iti-flag-offset: -1840px;
}
.iti__kn {
  --iti-flag-offset: -1856px;
}
.iti__kp {
  --iti-flag-offset: -1872px;
}
.iti__kr {
  --iti-flag-offset: -1888px;
}
.iti__kw {
  --iti-flag-offset: -1904px;
}
.iti__ky {
  --iti-flag-offset: -1920px;
}
.iti__kz {
  --iti-flag-offset: -1936px;
}
.iti__la {
  --iti-flag-offset: -1952px;
}
.iti__lb {
  --iti-flag-offset: -1968px;
}
.iti__lc {
  --iti-flag-offset: -1984px;
}
.iti__li {
  --iti-flag-offset: -2000px;
}
.iti__lk {
  --iti-flag-offset: -2016px;
}
.iti__lr {
  --iti-flag-offset: -2032px;
}
.iti__ls {
  --iti-flag-offset: -2048px;
}
.iti__lt {
  --iti-flag-offset: -2064px;
}
.iti__lu {
  --iti-flag-offset: -2080px;
}
.iti__lv {
  --iti-flag-offset: -2096px;
}
.iti__ly {
  --iti-flag-offset: -2112px;
}
.iti__ma {
  --iti-flag-offset: -2128px;
}
.iti__mc {
  --iti-flag-offset: -2144px;
}
.iti__md {
  --iti-flag-offset: -2160px;
}
.iti__me {
  --iti-flag-offset: -2176px;
}
.iti__mf {
  --iti-flag-offset: -2192px;
}
.iti__mg {
  --iti-flag-offset: -2208px;
}
.iti__mh {
  --iti-flag-offset: -2224px;
}
.iti__mk {
  --iti-flag-offset: -2240px;
}
.iti__ml {
  --iti-flag-offset: -2256px;
}
.iti__mm {
  --iti-flag-offset: -2272px;
}
.iti__mn {
  --iti-flag-offset: -2288px;
}
.iti__mo {
  --iti-flag-offset: -2304px;
}
.iti__mp {
  --iti-flag-offset: -2320px;
}
.iti__mq {
  --iti-flag-offset: -2336px;
}
.iti__mr {
  --iti-flag-offset: -2352px;
}
.iti__ms {
  --iti-flag-offset: -2368px;
}
.iti__mt {
  --iti-flag-offset: -2384px;
}
.iti__mu {
  --iti-flag-offset: -2400px;
}
.iti__mv {
  --iti-flag-offset: -2416px;
}
.iti__mw {
  --iti-flag-offset: -2432px;
}
.iti__mx {
  --iti-flag-offset: -2448px;
}
.iti__my {
  --iti-flag-offset: -2464px;
}
.iti__mz {
  --iti-flag-offset: -2480px;
}
.iti__na {
  --iti-flag-offset: -2496px;
}
.iti__nc {
  --iti-flag-offset: -2512px;
}
.iti__ne {
  --iti-flag-offset: -2528px;
}
.iti__nf {
  --iti-flag-offset: -2544px;
}
.iti__ng {
  --iti-flag-offset: -2560px;
}
.iti__ni {
  --iti-flag-offset: -2576px;
}
.iti__nl {
  --iti-flag-offset: -2592px;
}
.iti__no {
  --iti-flag-offset: -2608px;
}
.iti__np {
  --iti-flag-offset: -2624px;
}
.iti__nr {
  --iti-flag-offset: -2640px;
}
.iti__nu {
  --iti-flag-offset: -2656px;
}
.iti__nz {
  --iti-flag-offset: -2672px;
}
.iti__om {
  --iti-flag-offset: -2688px;
}
.iti__pa {
  --iti-flag-offset: -2704px;
}
.iti__pe {
  --iti-flag-offset: -2720px;
}
.iti__pf {
  --iti-flag-offset: -2736px;
}
.iti__pg {
  --iti-flag-offset: -2752px;
}
.iti__ph {
  --iti-flag-offset: -2768px;
}
.iti__pk {
  --iti-flag-offset: -2784px;
}
.iti__pl {
  --iti-flag-offset: -2800px;
}
.iti__pm {
  --iti-flag-offset: -2816px;
}
.iti__pr {
  --iti-flag-offset: -2832px;
}
.iti__ps {
  --iti-flag-offset: -2848px;
}
.iti__pt {
  --iti-flag-offset: -2864px;
}
.iti__pw {
  --iti-flag-offset: -2880px;
}
.iti__py {
  --iti-flag-offset: -2896px;
}
.iti__qa {
  --iti-flag-offset: -2912px;
}
.iti__re {
  --iti-flag-offset: -2928px;
}
.iti__ro {
  --iti-flag-offset: -2944px;
}
.iti__rs {
  --iti-flag-offset: -2960px;
}
.iti__ru {
  --iti-flag-offset: -2976px;
}
.iti__rw {
  --iti-flag-offset: -2992px;
}
.iti__sa {
  --iti-flag-offset: -3008px;
}
.iti__sb {
  --iti-flag-offset: -3024px;
}
.iti__sc {
  --iti-flag-offset: -3040px;
}
.iti__sd {
  --iti-flag-offset: -3056px;
}
.iti__se {
  --iti-flag-offset: -3072px;
}
.iti__sg {
  --iti-flag-offset: -3088px;
}
.iti__sh {
  --iti-flag-offset: -3104px;
}
.iti__si {
  --iti-flag-offset: -3120px;
}
.iti__sj {
  --iti-flag-offset: -3136px;
}
.iti__sk {
  --iti-flag-offset: -3152px;
}
.iti__sl {
  --iti-flag-offset: -3168px;
}
.iti__sm {
  --iti-flag-offset: -3184px;
}
.iti__sn {
  --iti-flag-offset: -3200px;
}
.iti__so {
  --iti-flag-offset: -3216px;
}
.iti__sr {
  --iti-flag-offset: -3232px;
}
.iti__ss {
  --iti-flag-offset: -3248px;
}
.iti__st {
  --iti-flag-offset: -3264px;
}
.iti__sv {
  --iti-flag-offset: -3280px;
}
.iti__sx {
  --iti-flag-offset: -3296px;
}
.iti__sy {
  --iti-flag-offset: -3312px;
}
.iti__sz {
  --iti-flag-offset: -3328px;
}
.iti__tc {
  --iti-flag-offset: -3344px;
}
.iti__td {
  --iti-flag-offset: -3360px;
}
.iti__tg {
  --iti-flag-offset: -3376px;
}
.iti__th {
  --iti-flag-offset: -3392px;
}
.iti__tj {
  --iti-flag-offset: -3408px;
}
.iti__tk {
  --iti-flag-offset: -3424px;
}
.iti__tl {
  --iti-flag-offset: -3440px;
}
.iti__tm {
  --iti-flag-offset: -3456px;
}
.iti__tn {
  --iti-flag-offset: -3472px;
}
.iti__to {
  --iti-flag-offset: -3488px;
}
.iti__tr {
  --iti-flag-offset: -3504px;
}
.iti__tt {
  --iti-flag-offset: -3520px;
}
.iti__tv {
  --iti-flag-offset: -3536px;
}
.iti__tw {
  --iti-flag-offset: -3552px;
}
.iti__tz {
  --iti-flag-offset: -3568px;
}
.iti__ua {
  --iti-flag-offset: -3584px;
}
.iti__ug {
  --iti-flag-offset: -3600px;
}
.iti__us {
  --iti-flag-offset: -3616px;
}
.iti__uy {
  --iti-flag-offset: -3632px;
}
.iti__uz {
  --iti-flag-offset: -3648px;
}
.iti__va {
  --iti-flag-offset: -3664px;
}
.iti__vc {
  --iti-flag-offset: -3680px;
}
.iti__ve {
  --iti-flag-offset: -3696px;
}
.iti__vg {
  --iti-flag-offset: -3712px;
}
.iti__vi {
  --iti-flag-offset: -3728px;
}
.iti__vn {
  --iti-flag-offset: -3744px;
}
.iti__vu {
  --iti-flag-offset: -3760px;
}
.iti__wf {
  --iti-flag-offset: -3776px;
}
.iti__ws {
  --iti-flag-offset: -3792px;
}
.iti__xk {
  --iti-flag-offset: -3808px;
}
.iti__ye {
  --iti-flag-offset: -3824px;
}
.iti__yt {
  --iti-flag-offset: -3840px;
}
.iti__za {
  --iti-flag-offset: -3856px;
}
.iti__zm {
  --iti-flag-offset: -3872px;
}
.iti__zw {
  --iti-flag-offset: -3888px;
}
.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
/*! 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.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;
}
.teacher .slick-slide {
  margin: 0 2px;
}
@media (min-width: 768px) {
  .teacher .slick-slide {
    margin: 0 16px;
  }
}
.teacher .slick-dotted.slick-slider {
  margin-bottom: 50px;
}
.teacher .slick-dots {
  bottom: -40px;
}
@media (min-width: 768px) {
  .teacher .slick-dots {
    bottom: -34px;
  }
}
.teacher .slick-dots li {
  border: 1px solid #b7efcd;
  border-radius: 4px;
  width: 32px;
  height: 2px;
  transition: all 200ms linear;
}
@media (min-width: 768px) {
  .teacher .slick-dots li {
    width: 48px;
  }
}
@media (min-width: 1280px) {
  .teacher .slick-dots li {
    width: 10px;
  }
}
.teacher .slick-dots li button::before {
  content: "";
}
.teacher .slick-dots li.slick-active {
  border: 1px solid #24e472;
  border-radius: 4px;
  width: 32px;
  height: 2px;
  background-color: #24e472;
}
@media (min-width: 768px) {
  .teacher .slick-dots li.slick-active {
    width: 48px;
  }
}
@media (min-width: 1280px) {
  .teacher .slick-dots li.slick-active {
    width: 10px;
  }
}
.graduates .slick-slide {
  margin: 0 2px;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .graduates .slick-slide {
    margin: 0 16px;
  }
}
.graduates .slick-dotted.slick-slider {
  margin-bottom: 0px;
}
.graduates .slick-dots {
  bottom: -40px;
}
@media (min-width: 768px) {
  .graduates .slick-dots {
    bottom: -34px;
  }
}
.graduates .slick-dots li {
  border: 1px solid #b7efcd;
  border-radius: 4px;
  width: 32px;
  height: 2px;
  transition: all 200ms linear;
}
@media (min-width: 768px) {
  .graduates .slick-dots li {
    width: 48px;
  }
}
@media (min-width: 1280px) {
  .graduates .slick-dots li {
    width: 10px;
  }
}
.graduates .slick-dots li button::before {
  content: "";
}
.graduates .slick-dots li.slick-active {
  border: 1px solid #24e472;
  border-radius: 4px;
  width: 32px;
  height: 2px;
  background-color: #24e472;
}
@media (min-width: 768px) {
  .graduates .slick-dots li.slick-active {
    width: 48px;
  }
}
@media (min-width: 1280px) {
  .graduates .slick-dots li.slick-active {
    width: 10px;
  }
}
/* 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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}
.about .slick-track {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .about .slick-slide {
    max-width: 200px;
  }
}
.about .slick-slide div {
  display: flex;
  align-items: center;
}
/*! 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;
  fill: #000000;
  padding: 0px;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.modal-close-btn:hover{
  fill: #FF6C00;
}
.modal-close-btn:focus{
  fill: #FF6C00;
}
@media (min-width: 768px){
  .modal-close-btn{
    right: 2.5rem;
    top: 2.5rem;
  }
}
.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-modal-registered{
  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-modal-registered.is-hidden{
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
.modal-registered-close-btn{
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  display: grid;
  height: 1rem;
  width: 1rem;
  place-items: center;
  border-radius: 9999px;
  fill: #ffffff;
  padding: 0px;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.modal-registered-close-btn:hover{
  fill: #156644;
}
.modal-registered-close-btn:focus{
  fill: #156644;
}
.modal-registered{
  margin: auto;
  width: 100%;
  max-width: 320px;
  --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(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 60px;
  text-align: center;
  line-height: 1.2;
  opacity: 1;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
@media (min-width: 768px){
  .modal-registered{
    max-width: 590px;
  }
}
.is-hidden .modal-registered{
  opacity: 0;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
/*! 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(36 228 114 / 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;
}
.steps-bar{
  position: relative;
  margin-left: 18px;
  margin-right: 18px;
  margin-bottom: 1.25rem;
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(36 228 114 / var(--tw-border-opacity, 1));
  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(36 228 114 / 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-border-opacity: 1;
  border-color: rgb(36 228 114 / var(--tw-border-opacity, 1));
  --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;
}
.form-btn {
  background: linear-gradient(180deg, #24e472 20.31%, #07a045 90.62%);
}
.form-btn::after {
  display: block;
  content: "";
  width: 100%;
  max-width: 24px;
  height: 24px;
  background-image: url("../images/components/hand.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.form-btn:hover, .form-btn:focus {
  background: linear-gradient(180deg, #24e472 -100%, #07a045 100%);
}
.form-btn:disabled {
  background: #6f9f82;
}
.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: 48px;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(235 238 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 768px){
  .input-field{
    line-height: 1.25;
  }
}
.input-field::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(187 185 197 / var(--tw-text-opacity, 1));
}
.input-field::placeholder{
  --tw-text-opacity: 1;
  color: rgb(187 185 197 / var(--tw-text-opacity, 1));
}
.input-field:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 108 0 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input-field.is-invalid{
  border-width: 2px;
  --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{
  position: absolute;
  left: 0px;
  top: 3px;
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
[type=radio]:checked + .checkbox, [type=checkbox]:checked + .checkbox{
  --tw-border-opacity: 1;
  border-color: rgb(36 228 114 / var(--tw-border-opacity, 1));
  background-image: url('../images/components/agree-checkbox.svg');
}
[type=checkbox]:focus-visible + .checkbox{
  outline-style: solid;
  outline-color: #e59700;
}
.input-label-checkbox{
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (min-width: 768px){
  .input-label-checkbox{
    font-size: 12px;
  }
}
.input-label-checkbox > .is-invalid + .checkbox{
  border-width: 2px;
  --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 */
.accordion__item[aria-expanded=true] .accordion__btn {
  color: #ff6b0a;
}
.accordion__item[aria-expanded=true] .accordion__svg {
  opacity: 0;
  animation: all 300ms ease-in-out;
}
.accordion__item[aria-expanded=true] .accordion__svg-minus {
  opacity: 1;
  animation: all 300ms ease-in-out;
}
.accordion__item .accordion__svg, .accordion__item .accordion__svg-minus {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transform-origin: center;
  transition: transform 300ms ease-in-out;
}
.accordion__item .accordion__answer {
  box-sizing: content-box;
  overflow: hidden;
  max-height: 0;
  transition: all 300ms linear;
}
.accordion__item[aria-expanded=true] .accordion__answer {
  margin-top: 8px;
}
.header {
  background-image: url("../images/sections/header/bg-mob.svg");
  background-repeat: no-repeat;
  background-size: 1278px auto;
  background-position: top -275px right calc(50% - 196px);
}
@media (min-width: 768px) {
  .header {
    background-image: url("../images/sections/header/bg-tab.svg");
    background-size: 3150px auto;
    background-position: top -1136px right calc(50% - 185px);
  }
}
@media (min-width: 1280px) {
  .header {
    background-image: url("../images/sections/header/bg-desk.svg");
    background-size: 3860px auto;
    background-position: bottom -314px right calc(50% + 3px);
  }
}
.header-description {
  border: 0.4px solid #07a146;
  background: rgba(30, 31, 41, 0.8);
}
.header-text {
  border: 0.4px solid #07a045;
  opacity: 0.8;
  background: rgba(30, 31, 41, 0.8);
}
.header__item:nth-child(1)::before {
  display: block;
  content: "";
  width: 100%;
  max-width: 24px;
  height: 24px;
  background-image: url("../images/sections/header/1.svg");
  background-repeat: no-repeat;
  background-size: 24px auto;
  flex-shrink: 0;
}
.header__item:nth-child(2)::before {
  display: block;
  content: "";
  width: 100%;
  max-width: 24px;
  height: 24px;
  background-image: url("../images/sections/header/2.svg");
  background-repeat: no-repeat;
  background-size: 24px auto;
  flex-shrink: 0;
}
.header__item:nth-child(3)::before {
  display: block;
  content: "";
  width: 100%;
  max-width: 24px;
  height: 24px;
  background-image: url("../images/sections/header/3.svg");
  background-repeat: no-repeat;
  background-size: 24px auto;
  flex-shrink: 0;
}
.header__item:nth-child(1) {
  width: 117px;
}
@media (min-width: 1280px) {
  .header__item:nth-child(1) {
    width: 126px;
  }
}
.header__item:nth-child(2) {
  width: 103px;
}
@media (min-width: 1280px) {
  .header__item:nth-child(2) {
    width: 114px;
  }
}
.header__item:nth-child(3) {
  width: 165px;
}
@media (min-width: 1280px) {
  .header__item:nth-child(3) {
    width: 188px;
  }
}
.header .list__item::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("../images/sections/header/star.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .start {
    background-image: url("../images/sections/start/shadow-tab.svg");
    background-repeat: no-repeat;
    background-size: 2987px auto;
    background-position: top -250px left calc(50% - 10px);
  }
}
@media (min-width: 1280px) {
  .start {
    background-position: top -177px left calc(50% - 40px);
  }
}
.start-wrapper {
  background-image: url("../images/sections/start/bg-mob.svg");
  background-repeat: no-repeat;
  background-size: 320px auto;
  background-position: center;
}
@media (min-width: 768px) {
  .start-wrapper {
    background-image: url("../images/sections/start/bg-tab.svg");
    background-repeat: no-repeat;
    background-size: 568px auto;
  }
}
@media (min-width: 1280px) {
  .why {
    background-image: url("../images/sections/why/bg.svg");
    background-repeat: no-repeat;
    background-size: 592px auto;
    background-position: bottom 80px left calc(50% - 316px);
  }
}
@media (max-width: 1279.98px) {
  .why-title::after {
    display: block;
    content: "";
    width: 320px;
    height: 176px;
    background-image: url("../images/sections/why/bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1279.98px) and (min-width: 768px) {
  .why-title::after {
    width: 472px;
    height: 260px;
    margin-top: 40px;
  }
}
.directions .list__item:nth-child(1) {
  background-image: url("../images/sections/directions/bg-item-1.svg"), url("../images/sections/directions/bg-mob-1.svg"), url("../images/sections/directions/bg-mob-2.svg");
  background-repeat: no-repeat;
  background-position: bottom 32px center, bottom -300px left -539px, top -265px right -195px;
}
@media (min-width: 1280px) {
  .directions .list__item:nth-child(1) {
    background-size: 256px auto, auto, auto;
    background-position: center right 24px, bottom -365px left -539px, top -262px right -155px;
  }
}
.directions .list__item:nth-child(2) {
  background-image: url("../images/sections/directions/bg-item-2.svg"), url("../images/sections/directions/bg-mob-1.svg"), url("../images/sections/directions/bg-mob-2.svg");
  background-repeat: no-repeat;
  background-position: bottom 32px center, bottom -300px left -539px, top -265px right -195px;
}
@media (min-width: 1280px) {
  .directions .list__item:nth-child(2) {
    background-size: 256px auto, auto, auto;
    background-position: center right 24px, bottom -365px left -539px, top -262px right -155px;
  }
}
.directions .innerList__item::before {
  content: "";
  display: block;
  min-width: 20px;
  height: 20px;
  background-image: url("../images/sections/directions/item-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .about {
    background-image: url("../images/sections/about/bg-mob.webp");
    background-repeat: no-repeat;
    background-position: top -35px right calc(50% - 184px);
    background-size: 2248px auto;
  }
}
@media screen and (max-width: 767.98px) and (min-device-pixel-ratio: 2), screen and (max-width: 767.98px) and (-moz-min-device-pixel-ratio: 2), screen and (max-width: 767.98px) and (min-resolution: 192dpi), screen and (max-width: 767.98px) and (min-resolution: 2dppx) {
  .about {
    background-image: url("../images/sections/about/bg-mob@2x.webp");
  }
}
@media (min-width: 768px) {
  .about {
    background-image: url("../images/sections/about/bg-tab.webp");
    background-repeat: no-repeat;
    background-position: top -2px right calc(50% + 24px);
    background-size: 2248px auto;
  }
}
@media screen and (min-width: 768px) and (min-device-pixel-ratio: 2), screen and (min-width: 768px) and (-moz-min-device-pixel-ratio: 2), screen and (min-width: 768px) and (min-resolution: 192dpi), screen and (min-width: 768px) and (min-resolution: 2dppx) {
  .about {
    background-image: url("../images/sections/about/bg-tab@2x.webp");
  }
}
@media (min-width: 1280px) {
  .about {
    background-image: url("../images/sections/about/bg-desk.webp");
    background-repeat: no-repeat;
    background-position: top 76px right calc(50% + 24px);
    background-size: 1808px auto;
  }
}
@media screen and (min-width: 1280px) and (min-device-pixel-ratio: 2), screen and (min-width: 1280px) and (-moz-min-device-pixel-ratio: 2), screen and (min-width: 1280px) and (min-resolution: 192dpi), screen and (min-width: 1280px) and (min-resolution: 2dppx) {
  .about {
    background-image: url("../images/sections/about/bg-desk@2x.webp");
  }
}
.benefits__item {
  box-shadow: 0px 2px 16px 0px rgba(9, 2, 31, 0.12);
}
.benefits__item:nth-child(1)::before {
  position: absolute;
  top: -30px;
  left: 20px;
  display: block;
  content: "";
  width: 100%;
  max-width: 60px;
  height: 60px;
  background-image: url("../images/sections/benefits/1.svg");
  background-repeat: no-repeat;
  background-size: 60px auto;
}
@media (min-width: 768px) {
  .benefits__item:nth-child(1)::before {
    top: -36px;
    max-width: 72px;
    height: 72px;
    background-size: 72px auto;
  }
}
@media (min-width: 1280px) {
  .benefits__item:nth-child(1)::before {
    left: 40px;
  }
}
.benefits__item:nth-child(2)::before {
  position: absolute;
  top: -30px;
  left: 20px;
  display: block;
  content: "";
  width: 100%;
  max-width: 60px;
  height: 60px;
  background-image: url("../images/sections/benefits/2.svg");
  background-repeat: no-repeat;
  background-size: 60px auto;
}
@media (min-width: 768px) {
  .benefits__item:nth-child(2)::before {
    top: -36px;
    max-width: 72px;
    height: 72px;
    background-size: 72px auto;
  }
}
@media (min-width: 1280px) {
  .benefits__item:nth-child(2)::before {
    left: 40px;
  }
}
.benefits__item:nth-child(3)::before {
  position: absolute;
  top: -30px;
  left: 20px;
  display: block;
  content: "";
  width: 100%;
  max-width: 60px;
  height: 60px;
  background-image: url("../images/sections/benefits/3.svg");
  background-repeat: no-repeat;
  background-size: 60px auto;
}
@media (min-width: 768px) {
  .benefits__item:nth-child(3)::before {
    top: -36px;
    max-width: 72px;
    height: 72px;
    background-size: 72px auto;
  }
}
@media (min-width: 1280px) {
  .benefits__item:nth-child(3)::before {
    left: 40px;
  }
}
.benefits__item::after {
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 16px;
  height: 28px;
  background-image: url("../images/sections/benefits/arrow.svg");
  background-repeat: no-repeat;
  background-size: auto;
}
@media (min-width: 1280px) {
  .benefits__item::after {
    transform: rotate(-90deg);
    bottom: 95px;
    left: 391px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .benefits__item:nth-child(1)::after {
    bottom: 78px;
    transform: rotate(-90deg);
    left: 344px;
  }
  .benefits__item:nth-child(2)::after {
    bottom: -46px;
    left: 48px;
  }
}
.benefits__item:nth-child(3)::after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .benefits__item:nth-child(3)::after {
    display: block;
    bottom: 194px;
    left: 104px;
  }
}
.switcher-wrapper {
  background-image: url("../images/sections/switcher/bg-mob.svg");
  background-repeat: no-repeat;
  background-size: 320px auto;
  background-position: center;
}
@media (min-width: 768px) {
  .switcher-wrapper {
    background-image: url("../images/sections/switcher/bg-tab.svg");
    background-size: 568px auto;
  }
}
@media (min-width: 1280px) {
  .what-wrapper {
    background-image: url("../images/sections/what/bg.svg");
    background-repeat: no-repeat;
    background-size: 232px auto;
    background-position: bottom 46px right 24px;
  }
}
@media (max-width: 1279.98px) {
  .what-text::after {
    display: block;
    content: "";
    width: 232px;
    height: 152px;
    background-image: url("../images/sections/what/bg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }
}
/*! purgecss start ignore */
.learn .item-box {
  background-image: url("../images/sections/learn/bg-mob.svg");
  background-repeat: no-repeat;
  background-size: 278px auto;
  background-position: bottom right;
}
@media (min-width: 768px) {
  .learn .item-box {
    background-image: url("../images/sections/learn/bg-tab.svg");
    background-repeat: no-repeat;
    background-size: 386px auto;
    background-position: bottom right;
  }
}
@media (min-width: 1280px) {
  .learn .item-box {
    background-image: url("../images/sections/learn/bg-desk.svg");
    background-size: 700px auto;
  }
}
.learn .slick-slide {
  margin: 0 12px;
}
.learn .prev-learn-btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 28px;
  background-image: url(../images/sections/benefits/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}
.learn .next-learn-btn::after {
  content: "";
  display: block;
  width: 16px;
  height: 28px;
  background-image: url(../images/sections/benefits/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}
/*! purgecss end ignore */
.program-wrapper-accordion {
  box-shadow: 0px 2px 16px 0px rgba(9, 2, 31, 0.12);
}
.program-accordion__item[aria-expanded=true] .program-accordion__btn {
  color: #ff6b0a;
}
.program-accordion__item[aria-expanded=true] .accordion__svg {
  opacity: 0;
  animation: all 300ms ease-in-out;
}
.program-accordion__item[aria-expanded=true] .accordion__svg-minus {
  opacity: 1;
  animation: all 300ms ease-in-out;
}
.program-accordion__item .accordion__svg, .program-accordion__item .accordion__svg-minus {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transform-origin: center;
  transition: transform 300ms ease-in-out;
}
@media (min-width: 768px) {
  .program-accordion__item .accordion__svg, .program-accordion__item .accordion__svg-minus {
    right: 32px;
  }
}
.program-accordion__item[aria-expanded=true] .program-accordion__answer {
  margin-top: 16px;
  height: 312px;
  max-height: 312px !important;
}
@media (min-width: 768px) {
  .program-accordion__item[aria-expanded=true] .program-accordion__answer {
    max-height: 248px !important;
  }
}
@media (min-width: 1280px) {
  .program-accordion__item[aria-expanded=true] .program-accordion__answer {
    max-height: 224px !important;
  }
}
.program-accordion__item .program-accordion__answer {
  box-sizing: content-box;
  overflow: hidden;
  max-height: 0;
  padding-right: 20px;
  padding-left: 20px;
  transition: all 300ms linear;
  box-shadow: 0px 2px 16px 0px rgba(9, 2, 31, 0.12);
}
@media (min-width: 768px) {
  .program-accordion__item .program-accordion__answer {
    padding-left: 40px;
  }
}
.program .program-accordion__item:nth-child(4) .program-accordion__btn,
.program .program-accordion__item:nth-child(5) .program-accordion__btn,
.program .program-accordion__item:nth-child(6) .program-accordion__btn {
  background-color: #24e472;
}
@media (min-width: 768px) {
  .program .program-accordion__item:nth-child(4) .program-accordion__btn,
  .program .program-accordion__item:nth-child(5) .program-accordion__btn,
  .program .program-accordion__item:nth-child(6) .program-accordion__btn {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.tech__item:nth-child(1) {
  padding-top: 8px;
  padding-bottom: 8px;
}
.tech__item:nth-child(2) {
  padding-top: 13px;
  padding-bottom: 13px;
}
.tech__item:nth-child(3) {
  padding-top: 18px;
  padding-bottom: 18px;
}
.tech__item:nth-child(5) {
  padding-top: 3px;
  padding-bottom: 3px;
}
@media (min-width: 1280px) {
  .tech__item:nth-child(5) {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.tech__item:nth-child(4), .tech__item:nth-child(6), .tech__item:nth-child(7), .tech__item:nth-child(8), .tech__item:nth-child(9) {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1280px) {
  .tech__item:nth-child(4), .tech__item:nth-child(6), .tech__item:nth-child(7), .tech__item:nth-child(8), .tech__item:nth-child(9) {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.tech__item:nth-child(10) {
  padding-top: 17px;
  padding-bottom: 17px;
}
@media (min-width: 1280px) {
  .tech__item:nth-child(10) {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.tech__list:nth-child(1) .list-title::before {
  display: block;
  content: "";
  width: 100%;
  max-width: 60px;
  height: 60px;
  background-image: url("../images/sections/tech/1.svg");
  background-repeat: no-repeat;
  background-size: 60px auto;
  flex-shrink: 0;
}
.tech__list:nth-child(2) .list-title::before {
  display: block;
  content: "";
  width: 100%;
  max-width: 60px;
  height: 60px;
  background-image: url("../images/sections/tech/2.svg");
  background-repeat: no-repeat;
  background-size: 60px auto;
  flex-shrink: 0;
}
.teacher-wrapper {
  background: rgba(30, 30, 30, 0.72);
  backdrop-filter: blur(4px);
  z-index: 1;
}
@media (min-width: 768px) {
  .resume {
    background-image: url("../images/sections/resume/bg.svg");
    background-repeat: no-repeat;
    background-size: 2987px auto;
    background-position: top -80px right calc(50% - 10px);
  }
}
@media (min-width: 1280px) {
  .resume {
    background-position: top 50px right calc(50% + 74px);
  }
}
.resume-wrapper::before {
  position: absolute;
  top: -51px;
  right: -34px;
  display: block;
  content: "";
  width: 100px;
  height: 100px;
  background-image: url("../images/sections/resume/clip.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .resume-wrapper::before {
    top: -55px;
    right: -41px;
    transform: rotate(8deg);
  }
}
@media (min-width: 1280px) {
  .resume-wrapper::before {
    top: -78px;
    right: -56px;
    width: 140px;
    height: 140px;
  }
}
.resume-list {
  background: linear-gradient(180deg, #000 0%, rgba(102, 102, 102, 0) 200.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.resume-list::after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("../images/sections/resume/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .resume-list::after {
    bottom: -12px;
    width: 18px;
    height: 18px;
  }
}
@media (min-width: 1280px) {
  .resume-list::after {
    width: 25px;
    height: 25px;
  }
}
.certificate-list__item::before {
  content: "";
  display: block;
  min-width: 16px;
  height: 16px;
  background-image: url("../images/sections/certificate/item-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .certificate-list__item::before {
    min-width: 20px;
    height: 20px;
  }
}
.find-list__item:nth-child(1)::before {
  content: "";
  display: block;
  min-width: 86px;
  height: 72px;
  background-image: url("../images/sections/find/1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .find-list__item:nth-child(1)::before {
    min-width: 100px;
    height: 100px;
  }
}
.find-list__item:nth-child(2)::before {
  content: "";
  display: block;
  min-width: 86px;
  height: 72px;
  background-image: url("../images/sections/find/2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .find-list__item:nth-child(2)::before {
    min-width: 100px;
    height: 100px;
  }
}
.find-list__item:nth-child(3)::before {
  content: "";
  display: block;
  min-width: 86px;
  height: 72px;
  background-image: url("../images/sections/find/3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .find-list__item:nth-child(3)::before {
    min-width: 100px;
    height: 100px;
  }
}
.find-list__item:nth-child(4)::before {
  content: "";
  display: block;
  min-width: 86px;
  height: 72px;
  background-image: url("../images/sections/find/4.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .find-list__item:nth-child(4)::before {
    min-width: 100px;
    height: 100px;
  }
}
/*! purgecss start ignore */
.work {
  background-image: url("../images/sections/work/bg-mob.svg");
  background-repeat: no-repeat;
  background-position: top -288px left calc(50% - 172px);
}
@media (min-width: 768px) {
  .work {
    background-image: url("../images/sections/work/bg-tab.svg");
    background-repeat: no-repeat;
    background-position: top -1398px left calc(50% + 348px);
  }
}
@media (min-width: 1280px) {
  .work {
    background-position: top -1380px left calc(50% + 283px);
  }
}
.work .slick-slide div {
  display: flex;
  align-items: center;
}
.work .slick-track {
  display: flex;
  align-items: center;
}
.work .text::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 24px;
  background-image: url("../images/sections/work/text-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
/*! purgecss end ignore */
.graduates .item-wrapper {
  box-shadow: 0px 2px 2px 0px rgba(9, 2, 31, 0.12);
}
@media (min-width: 768px) {
  .graduates .item-wrapper {
    box-shadow: 0px 2px 6px 0px rgba(9, 2, 31, 0.12);
  }
}
.salary {
  background-image: url("../images/sections/salary/bg.svg");
  background-repeat: no-repeat;
  background-size: 1287px auto;
  background-position: top -170px left calc(50% + 104px);
}
@media (min-width: 768px) {
  .salary {
    background-image: url("../images/sections/salary/bg-tab.svg");
    background-size: 2989px auto;
    background-position: top -150px right calc(50% + 220px);
  }
}
@media (min-width: 1280px) {
  .salary {
    background-image: url("../images/sections/salary/bg-desk.svg");
    background-position: top -168px right calc(50% + 400px);
  }
}
.salary__item {
  background-image: url("../images/sections/salary/border.svg");
  background-repeat: no-repeat;
  background-size: auto 168px;
  background-position: top center;
}
/*! purgecss start ignore */
.vacancies .slick-slide.slick-current.slick-active.slick-center li {
  transform: scale(1.12);
  opacity: 1;
}
.vacancies .slick-slide li img {
  border-radius: 12px;
  box-shadow: 0px 2px 16px 0px rgba(9, 2, 31, 0.12);
}
.vacancies .slick-slide {
  margin: 6px 0 6px 0;
}
.vacancies-list {
  background: linear-gradient(0deg, rgba(0, 201, 116, 0.9) -13.41%, rgb(242, 245, 255) 22.52%, rgb(242, 245, 255) 81.45%, rgba(0, 201, 116, 0.9) 106.15%);
}
@media (min-width: 768px) {
  .vacancies-list {
    background: linear-gradient(0deg, rgba(0, 201, 116, 0.9) -21.41%, rgba(9, 6, 13, 0.9) 16.1%, rgba(9, 6, 13, 0.9) 81.99%, rgba(0, 201, 116, 0.9) 112.15%);
  }
}
/*! purgecss end ignore */
.try {
  background-image: url("../images/sections/try/bg-mob.svg");
  background-repeat: no-repeat;
  background-size: 1305px auto;
  background-position: top -300px right calc(50% - 262px);
}
@media (min-width: 768px) {
  .try {
    background-image: url("../images/sections/try/bg-tab.svg");
    background-size: 3860px auto;
    background-position: top -296px right calc(50% - 403px);
  }
}
@media (min-width: 1280px) {
  .try {
    background-image: url("../images/sections/try/bg-desk.svg");
    background-position: top -296px right calc(50% + 429px);
  }
}
.try__item::before {
  display: block;
  content: "";
  width: 100%;
  max-width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #24e472;
}
.register {
  background-image: url("../images/sections/register/bg-mob.svg");
  background-repeat: no-repeat;
  background-position: top -265px left calc(50% + 211px);
}
@media (min-width: 768px) {
  .register {
    background-image: url("../images/sections/register/bg-tab.svg");
    background-repeat: no-repeat;
    background-position: top 60px left calc(50% - 68px);
  }
}
@media (min-width: 1280px) {
  .register {
    background-image: url("../images/sections/register/bg-desk.svg");
    background-repeat: no-repeat;
    background-position: top -1375px left calc(50% - 50px);
  }
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.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\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-\[\#24E472\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(36 228 114 / var(--tw-bg-opacity, 1));
}
.hover\:text-accent:hover{
  --tw-text-opacity: 1;
  color: rgb(255 108 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\:bg-\[\#24E472\]:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(36 228 114 / var(--tw-bg-opacity, 1));
}
.focus\:text-accent:focus{
  --tw-text-opacity: 1;
  color: rgb(255 108 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\:max-w-\[120px\]{
    max-width: 120px;
  }
}
@media (min-width: 768px){
  .md\:bottom-5{
    bottom: 1.25rem;
  }
  .md\:left-5{
    left: 1.25rem;
  }
  .md\:left-\[112px\]{
    left: 112px;
  }
  .md\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mb-5{
    margin-bottom: 1.25rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:mb-7{
    margin-bottom: 1.75rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mb-9{
    margin-bottom: 2.25rem;
  }
  .md\:mb-\[24px\]{
    margin-bottom: 24px;
  }
  .md\:mb-\[30px\]{
    margin-bottom: 30px;
  }
  .md\:mb-\[32px\]{
    margin-bottom: 32px;
  }
  .md\:mb-\[34px\]{
    margin-bottom: 34px;
  }
  .md\:mb-\[3px\]{
    margin-bottom: 3px;
  }
  .md\:mb-\[54px\]{
    margin-bottom: 54px;
  }
  .md\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .md\:mb-\[7px\]{
    margin-bottom: 7px;
  }
  .md\:mr-5{
    margin-right: 1.25rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-2{
    margin-top: 0.5rem;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:mt-\[16px\]{
    margin-top: 16px;
  }
  .md\:mt-\[52px\]{
    margin-top: 52px;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:\!hidden{
    display: none !important;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-8{
    height: 2rem;
  }
  .md\:h-\[432px\]{
    height: 432px;
  }
  .md\:h-\[435px\]{
    height: 435px;
  }
  .md\:h-\[542px\]{
    height: 542px;
  }
  .md\:h-\[84px\]{
    height: 84px;
  }
  .md\:min-h-\[140px\]{
    min-height: 140px;
  }
  .md\:min-h-\[144px\]{
    min-height: 144px;
  }
  .md\:min-h-\[252px\]{
    min-height: 252px;
  }
  .md\:min-h-\[420px\]{
    min-height: 420px;
  }
  .md\:min-h-\[932px\]{
    min-height: 932px;
  }
  .md\:w-8{
    width: 2rem;
  }
  .md\:w-\[104px\]{
    width: 104px;
  }
  .md\:w-\[256px\]{
    width: 256px;
  }
  .md\:w-\[282px\]{
    width: 282px;
  }
  .md\:w-\[334px\]{
    width: 334px;
  }
  .md\:w-\[384px\]{
    width: 384px;
  }
  .md\:w-\[464px\]{
    width: 464px;
  }
  .md\:w-\[590px\]{
    width: 590px;
  }
  .md\:min-w-\[256px\]{
    min-width: 256px;
  }
  .md\:min-w-\[336px\]{
    min-width: 336px;
  }
  .md\:max-w-\[118px\]{
    max-width: 118px;
  }
  .md\:max-w-\[165px\]{
    max-width: 165px;
  }
  .md\:max-w-\[224px\]{
    max-width: 224px;
  }
  .md\:max-w-\[262px\]{
    max-width: 262px;
  }
  .md\:max-w-\[275px\]{
    max-width: 275px;
  }
  .md\:max-w-\[288px\]{
    max-width: 288px;
  }
  .md\:max-w-\[334px\]{
    max-width: 334px;
  }
  .md\:max-w-\[335px\]{
    max-width: 335px;
  }
  .md\:max-w-\[338px\]{
    max-width: 338px;
  }
  .md\:max-w-\[344px\]{
    max-width: 344px;
  }
  .md\:max-w-\[385px\]{
    max-width: 385px;
  }
  .md\:max-w-\[388px\]{
    max-width: 388px;
  }
  .md\:max-w-\[400px\]{
    max-width: 400px;
  }
  .md\:max-w-\[404px\]{
    max-width: 404px;
  }
  .md\:max-w-\[456px\]{
    max-width: 456px;
  }
  .md\:max-w-\[544px\]{
    max-width: 544px;
  }
  .md\:max-w-\[550px\]{
    max-width: 550px;
  }
  .md\:max-w-\[552px\]{
    max-width: 552px;
  }
  .md\:max-w-\[559px\]{
    max-width: 559px;
  }
  .md\:max-w-\[568px\]{
    max-width: 568px;
  }
  .md\:max-w-\[612px\]{
    max-width: 612px;
  }
  .md\:max-w-\[650px\]{
    max-width: 650px;
  }
  .md\:basis-\[307px\]{
    flex-basis: 307px;
  }
  .md\:basis-\[336px\]{
    flex-basis: 336px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-\[16px\]{
    gap: 16px;
  }
  .md\:gap-\[18px\]{
    gap: 18px;
  }
  .md\:gap-\[25px\]{
    gap: 25px;
  }
  .md\:gap-\[32px\]{
    gap: 32px;
  }
  .md\:gap-\[70px\]{
    gap: 70px;
  }
  .md\:gap-x-\[84px\]{
    -moz-column-gap: 84px;
         column-gap: 84px;
  }
  .md\:whitespace-normal{
    white-space: normal;
  }
  .md\:rounded-2xl{
    border-radius: 1rem;
  }
  .md\:rounded-\[24px\]{
    border-radius: 24px;
  }
  .md\:rounded-xl{
    border-radius: 0.75rem;
  }
  .md\:border-\[\#C3C3C3\]{
    --tw-border-opacity: 1;
    border-color: rgb(195 195 195 / var(--tw-border-opacity, 1));
  }
  .md\:bg-accent-fe{
    --tw-bg-opacity: 1;
    background-color: rgb(239 241 254 / var(--tw-bg-opacity, 1));
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:p-\[16px\]{
    padding: 16px;
  }
  .md\:p-\[32px\]{
    padding: 32px;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-\[144px\]{
    padding-left: 144px;
    padding-right: 144px;
  }
  .md\:px-\[17px\]{
    padding-left: 17px;
    padding-right: 17px;
  }
  .md\:px-\[60px\]{
    padding-left: 60px;
    padding-right: 60px;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .md\:py-\[21px\]{
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .md\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md\:py-\[6px\]{
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .md\:pl-8{
    padding-left: 2rem;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-5{
    padding-top: 1.25rem;
  }
  .md\:pt-7{
    padding-top: 1.75rem;
  }
  .md\:pt-\[25px\]{
    padding-top: 25px;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:\!text-\[40px\]{
    font-size: 40px !important;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-\[10px\]{
    font-size: 10px;
  }
  .md\:text-\[18px\]{
    font-size: 18px;
  }
  .md\:text-\[24px\]{
    font-size: 24px;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:text-\[36px\]\/\[1\]{
    font-size: 36px;
    line-height: 1;
  }
  .md\:text-\[40px\]{
    font-size: 40px;
  }
  .md\:text-\[44px\]{
    font-size: 44px;
  }
  .md\:text-\[9px\]{
    font-size: 9px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .md\:font-bold{
    font-weight: 700;
  }
  .md\:font-light{
    font-weight: 300;
  }
  .md\:font-medium{
    font-weight: 500;
  }
  .md\:\!leading-\[1\.2\]{
    line-height: 1.2 !important;
  }
  .md\:leading-\[1\.25\]{
    line-height: 1.25;
  }
  .md\:leading-\[1\.27\]{
    line-height: 1.27;
  }
  .md\:leading-\[1\.2\]{
    line-height: 1.2;
  }
  .md\:leading-\[1\.3\]{
    line-height: 1.3;
  }
  .md\:leading-\[1\.4\]{
    line-height: 1.4;
  }
  .md\:leading-\[1\]{
    line-height: 1;
  }
  .md\:text-\[\#131313\]{
    --tw-text-opacity: 1;
    color: rgb(19 19 19 / var(--tw-text-opacity, 1));
  }
  .md\:text-\[\#1E1E1E\]{
    --tw-text-opacity: 1;
    color: rgb(30 30 30 / var(--tw-text-opacity, 1));
  }
  .md\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
  .md\:text-black-01{
    --tw-text-opacity: 1;
    color: rgb(1 1 1 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 1280px){
  .xl\:bottom-6{
    bottom: 1.5rem;
  }
  .xl\:bottom-\[-20px\]{
    bottom: -20px;
  }
  .xl\:left-6{
    left: 1.5rem;
  }
  .xl\:left-\[96px\]{
    left: 96px;
  }
  .xl\:\!mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }
  .xl\:mb-12{
    margin-bottom: 3rem;
  }
  .xl\:mb-2\.5{
    margin-bottom: 0.625rem;
  }
  .xl\:mb-4{
    margin-bottom: 1rem;
  }
  .xl\:mb-5{
    margin-bottom: 1.25rem;
  }
  .xl\:mb-6{
    margin-bottom: 1.5rem;
  }
  .xl\:mb-\[25px\]{
    margin-bottom: 25px;
  }
  .xl\:mb-\[56px\]{
    margin-bottom: 56px;
  }
  .xl\:mb-\[5px\]{
    margin-bottom: 5px;
  }
  .xl\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .xl\:mb-\[92px\]{
    margin-bottom: 92px;
  }
  .xl\:mb-\[96px\]{
    margin-bottom: 96px;
  }
  .xl\:ml-auto{
    margin-left: auto;
  }
  .xl\:mr-3\.5{
    margin-right: 0.875rem;
  }
  .xl\:mt-\[32px\]{
    margin-top: 32px;
  }
  .xl\:block{
    display: block;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[414px\]{
    height: 414px;
  }
  .xl\:h-\[420px\]{
    height: 420px;
  }
  .xl\:h-\[890px\]{
    height: 890px;
  }
  .xl\:w-\[150px\]{
    width: 150px;
  }
  .xl\:w-\[240px\]{
    width: 240px;
  }
  .xl\:w-\[252px\]{
    width: 252px;
  }
  .xl\:w-\[255px\]{
    width: 255px;
  }
  .xl\:w-\[406px\]{
    width: 406px;
  }
  .xl\:w-\[592px\]{
    width: 592px;
  }
  .xl\:w-\[594px\]{
    width: 594px;
  }
  .xl\:min-w-\[384px\]{
    min-width: 384px;
  }
  .xl\:min-w-\[592px\]{
    min-width: 592px;
  }
  .xl\:max-w-\[1000px\]{
    max-width: 1000px;
  }
  .xl\:max-w-\[1003px\]{
    max-width: 1003px;
  }
  .xl\:max-w-\[1008px\]{
    max-width: 1008px;
  }
  .xl\:max-w-\[1126px\]{
    max-width: 1126px;
  }
  .xl\:max-w-\[1151px\]{
    max-width: 1151px;
  }
  .xl\:max-w-\[1252px\]{
    max-width: 1252px;
  }
  .xl\:max-w-\[154px\]{
    max-width: 154px;
  }
  .xl\:max-w-\[164px\]{
    max-width: 164px;
  }
  .xl\:max-w-\[264px\]{
    max-width: 264px;
  }
  .xl\:max-w-\[280px\]{
    max-width: 280px;
  }
  .xl\:max-w-\[315px\]{
    max-width: 315px;
  }
  .xl\:max-w-\[326px\]{
    max-width: 326px;
  }
  .xl\:max-w-\[454px\]{
    max-width: 454px;
  }
  .xl\:max-w-\[482px\]{
    max-width: 482px;
  }
  .xl\:max-w-\[488px\]{
    max-width: 488px;
  }
  .xl\:max-w-\[512px\]{
    max-width: 512px;
  }
  .xl\:max-w-\[520px\]{
    max-width: 520px;
  }
  .xl\:max-w-\[546px\]{
    max-width: 546px;
  }
  .xl\:max-w-\[591px\]{
    max-width: 591px;
  }
  .xl\:max-w-\[592px\]{
    max-width: 592px;
  }
  .xl\:max-w-\[664px\]{
    max-width: 664px;
  }
  .xl\:max-w-\[680px\]{
    max-width: 680px;
  }
  .xl\:max-w-\[728px\]{
    max-width: 728px;
  }
  .xl\:max-w-\[784px\]{
    max-width: 784px;
  }
  .xl\:max-w-\[800px\]{
    max-width: 800px;
  }
  .xl\:basis-\[536px\]{
    flex-basis: 536px;
  }
  .xl\:basis-\[565px\]{
    flex-basis: 565px;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .xl\:flex-wrap{
    flex-wrap: wrap;
  }
  .xl\:items-end{
    align-items: flex-end;
  }
  .xl\:items-center{
    align-items: center;
  }
  .xl\:justify-center{
    justify-content: center;
  }
  .xl\:justify-between{
    justify-content: space-between;
  }
  .xl\:gap-20{
    gap: 5rem;
  }
  .xl\:gap-5{
    gap: 1.25rem;
  }
  .xl\:gap-6{
    gap: 1.5rem;
  }
  .xl\:gap-8{
    gap: 2rem;
  }
  .xl\:gap-\[14px\]{
    gap: 14px;
  }
  .xl\:gap-\[16px\]{
    gap: 16px;
  }
  .xl\:gap-\[25px\]{
    gap: 25px;
  }
  .xl\:gap-\[64px\]{
    gap: 64px;
  }
  .xl\:gap-\[68px\]{
    gap: 68px;
  }
  .xl\:gap-x-\[250px\]{
    -moz-column-gap: 250px;
         column-gap: 250px;
  }
  .xl\:gap-y-\[60px\]{
    row-gap: 60px;
  }
  .xl\:whitespace-nowrap{
    white-space: nowrap;
  }
  .xl\:rounded-2xl{
    border-radius: 1rem;
  }
  .xl\:p-5{
    padding: 1.25rem;
  }
  .xl\:p-\[16px\]{
    padding: 16px;
  }
  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:px-\[25px\]{
    padding-left: 25px;
    padding-right: 25px;
  }
  .xl\:px-\[54px\]{
    padding-left: 54px;
    padding-right: 54px;
  }
  .xl\:px-\[58px\]{
    padding-left: 58px;
    padding-right: 58px;
  }
  .xl\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .xl\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .xl\:\!pb-\[166px\]{
    padding-bottom: 166px !important;
  }
  .xl\:\!pt-\[96px\]{
    padding-top: 96px !important;
  }
  .xl\:pl-10{
    padding-left: 2.5rem;
  }
  .xl\:pl-6{
    padding-left: 1.5rem;
  }
  .xl\:pl-\[60px\]{
    padding-left: 60px;
  }
  .xl\:pr-\[272px\]{
    padding-right: 272px;
  }
  .xl\:pr-\[34px\]{
    padding-right: 34px;
  }
  .xl\:pt-\[60px\]{
    padding-top: 60px;
  }
  .xl\:text-left{
    text-align: left;
  }
  .xl\:text-center{
    text-align: center;
  }
  .xl\:\!text-\[44px\]{
    font-size: 44px !important;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-\[15px\]{
    font-size: 15px;
  }
  .xl\:text-\[24px\]\/\[32px\]{
    font-size: 24px;
    line-height: 32px;
  }
  .xl\:text-\[25px\]{
    font-size: 25px;
  }
  .xl\:text-\[28px\]{
    font-size: 28px;
  }
  .xl\:text-\[32px\]\/\[36px\]{
    font-size: 32px;
    line-height: 36px;
  }
  .xl\:text-\[36px\]\/\[1\]{
    font-size: 36px;
    line-height: 1;
  }
  .xl\:text-\[40px\]{
    font-size: 40px;
  }
  .xl\:text-\[48px\]\/\[1\]{
    font-size: 48px;
    line-height: 1;
  }
  .xl\:text-\[64px\]{
    font-size: 64px;
  }
  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xl\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .xl\:font-bold{
    font-weight: 700;
  }
  .xl\:\!leading-\[1\.27\]{
    line-height: 1.27 !important;
  }
  .xl\:leading-\[1\.13\]{
    line-height: 1.13;
  }
  .xl\:leading-\[1\.14\]{
    line-height: 1.14;
  }
  .xl\:leading-\[1\.2\]{
    line-height: 1.2;
  }
}
@media (max-width: 767.98px){
  .smOnly\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .smOnly\:-ml-9{
    margin-left: -2.25rem;
  }
  .smOnly\:-mr-9{
    margin-right: -2.25rem;
  }
  .smOnly\:mb-10{
    margin-bottom: 2.5rem;
  }
  .smOnly\:mb-3{
    margin-bottom: 0.75rem;
  }
  .smOnly\:mb-5{
    margin-bottom: 1.25rem;
  }
  .smOnly\:mb-6{
    margin-bottom: 1.5rem;
  }
  .smOnly\:mb-7{
    margin-bottom: 1.75rem;
  }
  .smOnly\:mb-8{
    margin-bottom: 2rem;
  }
  .smOnly\:mb-\[10px\]{
    margin-bottom: 10px;
  }
  .smOnly\:mt-6{
    margin-top: 1.5rem;
  }
  .smOnly\:block{
    display: block;
  }
  .smOnly\:\!hidden{
    display: none !important;
  }
  .smOnly\:w-full{
    width: 100%;
  }
  .smOnly\:max-w-\[320px\]{
    max-width: 320px;
  }
  .smOnly\:max-w-\[400px\]{
    max-width: 400px;
  }
  .smOnly\:whitespace-nowrap{
    white-space: nowrap;
  }
  .smOnly\:bg-accent-fe{
    --tw-bg-opacity: 1;
    background-color: rgb(239 241 254 / var(--tw-bg-opacity, 1));
  }
  .smOnly\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .smOnly\:\!pb-9{
    padding-bottom: 2.25rem !important;
  }
  .smOnly\:\!pb-\[66px\]{
    padding-bottom: 66px !important;
  }
  .smOnly\:\!pt-10{
    padding-top: 2.5rem !important;
  }
  .smOnly\:\!pt-5{
    padding-top: 1.25rem !important;
  }
  .smOnly\:\!font-black{
    font-weight: 900 !important;
  }
  .smOnly\:font-black{
    font-weight: 900;
  }
  .smOnly\:last\:mb-0:last-child{
    margin-bottom: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px){
  .mdOnly\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .mdOnly\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .mdOnly\:mb-10{
    margin-bottom: 2.5rem;
  }
  .mdOnly\:mb-\[20px\]{
    margin-bottom: 20px;
  }
  .mdOnly\:block{
    display: block;
  }
  .mdOnly\:flex{
    display: flex;
  }
  .mdOnly\:min-h-\[180px\]{
    min-height: 180px;
  }
  .mdOnly\:w-\[104px\]{
    width: 104px;
  }
  .mdOnly\:w-\[256px\]{
    width: 256px;
  }
  .mdOnly\:min-w-\[256px\]{
    min-width: 256px;
  }
  .mdOnly\:max-w-\[335px\]{
    max-width: 335px;
  }
  .mdOnly\:max-w-\[517px\]{
    max-width: 517px;
  }
  .mdOnly\:max-w-\[592px\]{
    max-width: 592px;
  }
  .mdOnly\:flex-wrap{
    flex-wrap: wrap;
  }
  .mdOnly\:items-start{
    align-items: flex-start;
  }
  .mdOnly\:justify-center{
    justify-content: center;
  }
  .mdOnly\:gap-5{
    gap: 1.25rem;
  }
  .mdOnly\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .mdOnly\:gap-y-\[60px\]{
    row-gap: 60px;
  }
  .mdOnly\:\!pb-9{
    padding-bottom: 2.25rem !important;
  }
  .mdOnly\:\!pb-\[82px\]{
    padding-bottom: 82px !important;
  }
  .mdOnly\:\!pt-10{
    padding-top: 2.5rem !important;
  }
  .mdOnly\:\!pt-20{
    padding-top: 5rem !important;
  }
  .mdOnly\:pl-\[18px\]{
    padding-left: 18px;
  }
  .mdOnly\:text-center{
    text-align: center;
  }
  .mdOnly\:text-\[24px\]{
    font-size: 24px;
  }
  .mdOnly\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .mdOnly\:leading-\[1\.66\]{
    line-height: 1.66;
  }
  .mdOnly\:text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
}
@media (max-width: 1279.98px){
  .notXl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .notXl\:mb-8{
    margin-bottom: 2rem;
  }
  .notXl\:\!hidden{
    display: none !important;
  }
  .notXl\:hidden{
    display: none;
  }
  .notXl\:min-h-\[164px\]{
    min-height: 164px;
  }
  .notXl\:flex-col{
    flex-direction: column;
  }
  .notXl\:items-center{
    align-items: center;
  }
  .notXl\:justify-center{
    justify-content: center;
  }
}