/**
 * FONT-FACE
 * Usage:
   @include font-face ('Acrom', '../fonts/Acrom/Acrom-Thin', 100);
 */

/**
 * 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;
}

html {
  min-width: 0px;
  scroll-behavior: smooth;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  font-family: Montserrat, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(1 1 1 / var(--tw-text-opacity, 1));
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.section-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.btn-accent {
  display: block;
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 107 10 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 10 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}

.btn-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 107 10 / var(--tw-text-opacity, 1));
}

.btn-accent:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 107 10 / var(--tw-text-opacity, 1));
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

.left-\[70\%\] {
  left: 70%;
}

.left-\[85\%\] {
  left: 85%;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-\[12\%\] {
  right: 12%;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-1\/3 {
  top: 33.333333%;
}

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

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

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

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

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

.mx-\[-24px\] {
  margin-left: -24px;
  margin-right: -24px;
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

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

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

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

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

.mb-auto {
  margin-bottom: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-2 {
  height: 0.5rem;
}

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

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

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

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

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

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

.w-1 {
  width: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

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

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

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

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

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

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

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

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

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[5px\] {
  gap: 5px;
}

.gap-\[6px\] {
  gap: 6px;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.gap-y-\[10px\] {
  row-gap: 10px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

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

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

.rounded-\[50\%\] {
  border-radius: 50%;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

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

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

.border {
  border-width: 1px;
}

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

.border-\[\#BBB9C5\] {
  --tw-border-opacity: 1;
  border-color: rgb(187 185 197 / var(--tw-border-opacity, 1));
}

.border-\[\#CBD5E1\] {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-\[\#E0DEE9\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 222 233 / var(--tw-border-opacity, 1));
}

.border-\[\#FF6B0A\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 10 / var(--tw-border-opacity, 1));
}

.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 10 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#4455A4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(68 85 164 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E0DEE9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 222 233 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4BA5C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 186 92 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF5F28\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 95 40 / var(--tw-bg-opacity, 1));
}

.bg-\[\#c1ffc7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(193 255 199 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e0dee9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 222 233 / var(--tw-bg-opacity, 1));
}

.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 10 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(39 61 164 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

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

.fill-\[\#BBB9C5\] {
  fill: #BBB9C5;
}

.fill-\[\#FBFBFB\] {
  fill: #FBFBFB;
}

.fill-white {
  fill: #ffffff;
}

.stroke-white {
  stroke: #ffffff;
}

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

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 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-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

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

.pl-\[38px\] {
  padding-left: 38px;
}

.pl-\[40px\] {
  padding-left: 40px;
}

.pl-\[48px\] {
  padding-left: 48px;
}

.pl-\[76px\] {
  padding-left: 76px;
}

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

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

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

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[0\.875rem\] {
  font-size: 0.875rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[48px\] {
  font-size: 48px;
}

.text-\[8px\] {
  font-size: 8px;
}

.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-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.not-italic {
  font-style: normal;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.33\] {
  line-height: 1.33;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.66\] {
  line-height: 1.66;
}

.leading-\[1\.67\] {
  line-height: 1.67;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-\[1\] {
  line-height: 1;
}

.leading-\[2\] {
  line-height: 2;
}

.leading-\[43px\] {
  line-height: 43px;
}

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

.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}

.text-\[\#010101\] {
  --tw-text-opacity: 1;
  color: rgb(1 1 1 / var(--tw-text-opacity, 1));
}

.text-\[\#808080\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}

.text-\[\#979797\] {
  --tw-text-opacity: 1;
  color: rgb(151 151 151 / var(--tw-text-opacity, 1));
}

.text-\[\#BBB9C5\] {
  --tw-text-opacity: 1;
  color: rgb(187 185 197 / var(--tw-text-opacity, 1));
}

.text-\[\#FBFBFB\] {
  --tw-text-opacity: 1;
  color: rgb(251 251 251 / var(--tw-text-opacity, 1));
}

.text-\[\#FF6B0A\] {
  --tw-text-opacity: 1;
  color: rgb(255 107 10 / var(--tw-text-opacity, 1));
}

.text-accent {
  --tw-text-opacity: 1;
  color: rgb(255 107 10 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-black-light {
  --tw-text-opacity: 1;
  color: rgb(1 1 1 / 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;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

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

/*! purgecss start ignore */

.iti {
  position: relative;
  display: block;
  color: #000000;
}

.iti * {
  box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__dropdown-content {
  position: absolute;
  z-index: 2;
}

.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

.iti__dropdown-content {
  margin-left: -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__search-input {
  width: 100%;
  border-width: 0;
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}

[dir=rtl] .iti__flag-box,
[dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}

.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel],
.iti--separate-dial-code input.iti__tel-input,
.iti--separate-dial-code input.iti__tel-input[type=text],
.iti--separate-dial-code input.iti__tel-input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel],
[dir=rtl] .iti--separate-dial-code input.iti__tel-input,
[dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

[dir=rtl] .iti--allow-dropdown .iti__flag-container,
[dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}

.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}

[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.iti--fullscreen-popup.iti--container.iti--country-search {
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}

.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}

.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}

.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}

.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/intTelInput/flags.png?1");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}

.iti__flag.iti__np {
  background-color: transparent;
}

/*! purgecss end ignore */

/*! purgecss start ignore */

/* Default Variables (Define these before use in your CSS) */

:root {
  --slick-font-path: "./fonts/";
  --slick-font-family: "slick";
  --slick-loader-path: "./";
  --slick-arrow-color: white;
  --slick-dot-color: black;
  --slick-dot-color-active: var(--slick-dot-color);
  --slick-prev-character: "\2190";
  --slick-next-character: "\2192";
  --slick-dot-character: "\2022";
  --slick-dot-size: 6px;
  --slick-opacity-default: 0.75;
  --slick-opacity-on-hover: 1;
  --slick-opacity-not-active: 0.25;
}

/* 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:before,
.slick-next:before {
  font-family: var(--slick-font-family);
  font-size: 20px;
  line-height: 1;
  color: var(--slick-arrow-color);
  opacity: var(--slick-opacity-default);
  -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: var(--slick-prev-character);
}

[dir=rtl] .slick-prev:before {
  content: var(--slick-next-character);
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: var(--slick-next-character);
}

[dir=rtl] .slick-next:before {
  content: var(--slick-prev-character);
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: var(--slick-opacity-on-hover);
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: var(--slick-opacity-not-active);
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 15px;
}

.slick-dots {
  position: absolute;
  bottom: -55px;
  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:before {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  content: var(--slick-dot-character);
  width: 10px;
  height: 10px;
  font-family: var(--slick-font-family);
  font-size: var(--slick-dot-size);
  line-height: 20px;
  text-align: center;
  color: var(--slick-dot-color);
  opacity: var(--slick-opacity-not-active);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: var(--slick-dot-color-active);
  opacity: var(--slick-opacity-default);
}

/* 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;
}

/*! purgecss end ignore */

.backdrop {
  visibility: visible;
  position: fixed;
  inset: 0px;
  z-index: 100;
  display: flex;
  overflow: auto;
  opacity: 1;
  transition-duration: 100ms;
  transition-timing-function: linear;
}

.backdrop {
  background-color: rgba(0, 0, 0, 0.55);
}

.backdrop.is-hidden {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.modal-close-btn {
  position: absolute;
  right: 0.75rem;
  top: 1rem;
  display: grid;
  height: 1.5rem;
  width: 1.5rem;
  place-items: center;
  border-radius: 9999px;
  fill: #010101;
  padding: 0px;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.modal-close-btn:hover {
  fill: #FF6B0A;
}

.modal-close-btn:focus {
  fill: #FF6B0A;
}

.modal {
  margin: auto;
  display: flex;
  width: 100%;
  max-width: 336px;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.is-hidden .modal {
  --tw-translate-y: 100%;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

/*! purgecss start ignore */

.leeloo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  overflow: hidden;
}

.leeloo iframe {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.leeloo > div {
  width: 100%;
}

.leeloo > div .leeloo-lgt-form-wrapper .leeloo-lgt-form {
  width: 100% !important;
}

.leeloo .leeloo-lgt-form-wrapper {
  display: block;
}

.leeloo .leeloo-lgt-form {
  width: 100% !important;
}

/*! purgecss end ignore */

.progress-bar {
  position: relative;
  margin-top: 1.5rem;
  height: 10px;
  width: 100%;
  border-radius: 1rem;
}

.progress-bar .color {
  position: absolute;
  height: 10px;
  width: 0px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 10 / 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;
  display: flex;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 107 10 / var(--tw-border-opacity, 1));
  padding-top: 0px;
  padding-bottom: 0px;
}

.steps-bar > .item.active {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 181 132 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(1 1 1 / var(--tw-text-opacity, 1));
}

.steps-bar > .item {
  position: absolute;
  top: -0.875rem;
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  overflow: visible;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 107 10 / 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 {
  margin-top: 1.75rem;
  width: 100%;
  border-radius: 1rem;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 10 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.form-btn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 10 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 107 10 / var(--tw-text-opacity, 1));
}

.form-btn:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 10 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 107 10 / var(--tw-text-opacity, 1));
}

.input-wrap {
  position: relative;
  width: 100%;
  font-weight: 500;
}

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

.input-message {
  resize: none;
}

.input-field {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(79 81 91 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.input-field::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.input-field::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.input-field:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 10 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.input-field.is-invalid {
  border-width: 1px;
  --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: 0px;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  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=checkbox]:checked + .checkbox {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 10 / var(--tw-border-opacity, 1));
  background-image: url('../images/check.svg');
}

.input-label-checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 2.5rem;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
}

.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 */

/*! purgecss start ignore */

.header {
  padding-top: 36px;
  background-image: url("../images/header/bg-mob.svg");
  background-repeat: no-repeat;
  background-position: top -89px right calc(50% - 227px);
}

.header .beginer-text {
  background: rgba(255, 255, 255, 0.15);
}

.header .list-bg-employment:nth-child(1) {
  background-image: url("../images/header/1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 56px 56px;
}

.header .list-bg-employment:nth-child(2) {
  background-image: url("../images/header/2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 56px 56px;
}

.header .list-bg-employment:nth-child(3) {
  background-image: url("../images/header/3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 56px 56px;
}

.header .list-bg-employment:nth-child(4) {
  background-image: url("../images/header/4.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-size: 56px 56px;
}

.header .awards-item:nth-child(1) .awards-icon {
  width: 53px;
  margin-left: auto;
}

.header .awards-item:nth-child(3) .awards-icon {
  width: 57px;
  margin-right: auto;
}

.header .arrow-icon {
  position: relative;
}

.header .arrow-icon::before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/header/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: -4px;
  margin-right: 2px;
}

.header .mob-nav-list:nth-child(1) .link::before,
.header .nav__item:nth-child(1) .link::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 16px;
  margin-right: 10px;
  background-image: url("../images/header/fire.svg");
  background-repeat: no-repeat;
}

.new-price-text::before {
  display: inline-block;
  content: "";
  width: 52px;
  height: 52px;
  background-size: 39px 52px;
  background-image: url("../images/header/fire-red.svg");
  background-repeat: no-repeat;
  margin-right: 20px;
}

/*! purgecss end ignore */

.hero .title-icon::before {
  display: block;
  content: "";
  min-width: 64px;
  height: 64px;
  margin-right: 12px;
}

.hero .item:nth-child(1) .title-icon::before {
  background-image: url("../images/hero/1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.hero .item:nth-child(2) .title-icon::before {
  background-image: url("../images/hero/2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.hero .item:nth-child(3) .title-icon::before {
  background-image: url("../images/hero/3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.hero .item:nth-child(4) .title-icon::before {
  background-image: url("../images/hero/4.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.hero .item:nth-child(5) .title-icon::before {
  background-image: url("../images/hero/5.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.hero .item:nth-child(6) .title-icon::before {
  background-image: url("../images/hero/6.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.benefits .item {
  position: relative;
  box-shadow: 2px 2px 14px rgba(39, 61, 164, 0.2);
}

.benefits .item::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}

.benefits .item:nth-child(1)::before {
  background-image: url("../images/benefits/1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.benefits .item:nth-child(2)::before {
  background-image: url("../images/benefits/2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.benefits .item:nth-child(3)::before {
  background-image: url("../images/benefits/3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.benefits .item:nth-child(4)::before {
  background-image: url("../images/benefits/4.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.js-item-courses {
  min-height: 86px;
  height: 95px;
}

.js-item-courses {
  box-sizing: content-box;
  overflow: hidden;
  transition: all 400ms linear;
}

.js-item-courses.active {
  min-height: 360px;
}

.js-item-courses .js-opacity {
  opacity: 0;
  transition: all 400ms linear;
}

.js-item-courses.active .js-opacity {
  opacity: 1;
}

.js-item-courses.active .not-active {
  pointer-events: auto;
  cursor: pointer;
}

.not-active {
  pointer-events: none;
  cursor: default;
}

.js-item-courses {
  position: relative;
}

.js-item-courses::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 50px;
  height: 50px;
  transform: rotate(180deg);
  transition: all 400ms linear;
  background-image: url("../images/how/arrow-top-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.js-item-courses.active::after {
  transform: rotate(360deg);
}

.js-item-courses.active .js-module {
  display: none;
}

.svg-wrapper {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 25px;
  right: 25px;
  border: 1px solid #fff;
}

.svg-wrapper {
  border-radius: 16px;
}

.col-1 {
  grid-column: span 1/span 1;
}

.courses .btn {
  background-color: #9c6fe2;
  border-color: #9c6fe2;
}

.courses .btn:hover,
.courses .btn:active {
  background-color: #ffffff;
  color: #9c6fe2;
}

.formShort .input-wrapper .input-wrap-checkbox {
  display: none;
}

.formShort2 .input-wrapper .input-wrap-checkbox {
  display: none;
}

.career .item:nth-child(1)::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  background-image: url("../images/career/1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

.career .item:nth-child(2)::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  background-image: url("../images/career/2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

.career .item:nth-child(3)::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  background-image: url("../images/career/3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

.career .wrapper {
  background-image: url(../images/career/man.svg);
  background-repeat: no-repeat;
  background-size: 136px auto;
  background-position: top 20px right 20px;
}

.support .item:nth-child(1)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #e44a59;
  border-radius: 50%;
}

.support .item:nth-child(2)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #e38800;
  border-radius: 50%;
}

.support .item:nth-child(3)::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #9c6fe2;
  border-radius: 50%;
}

.certificate .image {
  position: absolute;
  top: 32px;
  left: calc(50% - 116px);
}

.principles .item:nth-child(1) .wrapper {
  background-image: url("../images/principles/1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

.principles .item:nth-child(2) .wrapper {
  background-image: url("../images/principles/2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

.principles .item:nth-child(3) .wrapper {
  background-image: url("../images/principles/3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

.principles .gradient {
  background: linear-gradient(270deg, #f2c763 -4.44%, #77adff 68.99%, #1da551 100%);
}

.principles .progress {
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  display: flex;
  width: 100%;
  background: linear-gradient(to right, #fff 99.5%, #1da551 99.5%);
}

.principles .progress-value.scrolled {
  animation: load 2.5s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #fff;
  background: linear-gradient(90deg, #f2c763 0%, #f2c763 68%, #77adff 72%, #77adff 84%, #1da551 88%, #1da551 100%);
  height: 14px;
  width: 0;
}

@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 99.5%;
  }
}

.journey .item {
  background-color: rgba(185, 212, 253, 0.2);
}

.journey .list {
  background-image: url(../images/journey/bg1.svg);
  background-repeat: no-repeat;
  background-size: 190px auto;
  background-position: bottom center;
}

.journey .item:nth-child(1) .item-wrapper {
  background-color: #f3ddff;
}

.journey .item:nth-child(2) .item-wrapper {
  background-color: #cde8ff;
}

.journey .item:nth-child(3) .item-wrapper {
  background-color: #ffd0d5;
}

.journey .item:nth-child(4) .item-wrapper {
  background-color: #ffdab6;
}

.journey .item:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background-image: url("../images/journey/1.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.journey .item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background-image: url("../images/journey/2.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.journey .item:nth-child(3)::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background-image: url("../images/journey/3.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.journey .item:nth-child(4)::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  background-image: url("../images/journey/4.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.journey .item:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 10px;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/journey/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.journey .item:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 10px;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/journey/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.journey .item:nth-child(3)::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 10px;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/journey/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.register .form-wrapper {
  box-shadow: 0px 10px 50px rgba(17, 19, 28, 0.1);
}

.register .background {
  background-image: url(../images/register/bg.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
}

.register .line::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ff6b0a;
}

.text-js {
  max-height: 0;
  padding: 0 1rem;
  box-sizing: content-box;
  overflow: hidden;
  transition: all 300ms linear, padding-right 0ms linear, padding-left 0ms linear;
}

.js-svg {
  transition: transform 300ms ease-in-out;
  transform-origin: center;
}

.js-item[aria-expanded=true] .js-svg {
  transform: rotate(180deg);
  transform-origin: center;
}

.js-item[aria-expanded=true] .text-js {
  display: block;
  padding: 1rem;
  border-top: 1px solid rgb(203, 213, 225);
  transition: all 300ms linear, padding-right 0ms linear, padding-left 0ms linear;
}

.banner {
  transition: height 0.4s, opacity 0.5s;
}

.backdrop-bannerPrivacy {
  visibility: visible;
  position: fixed;
  inset: 0px;
  z-index: 100;
  display: flex;
  overflow: auto;
  padding-bottom: 0.5rem;
  opacity: 1;
  transition-duration: 100ms;
  transition-timing-function: linear;
}

.backdrop-bannerPrivacy {
  background-color: rgba(0, 0, 0, 0.55);
}

.backdrop-bannerPrivacy.is-hidden {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.modalBannerPrivacy {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  display: flex;
  width: 97%;
  max-width: 380px;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.is-hidden .modalBannerPrivacy {
  --tw-translate-y: 100%;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}

.btn-form-banner {
  width: 100%;
  background: linear-gradient(90.02deg, #131423 25.19%, #0097a2 65.84%, #ff5632 102.17%);
  background-size: contain;
}

.backdrop-bannerPrivacy .modalBannerPrivacy .modal-close-btn {
  top: 5px;
  right: 5px;
}

.modal .wrapper-for-form {
  padding: 0;
  box-shadow: none;
  overflow: visible;
  height: auto;
}

.modalBannerPrivacy .wrapper-for-form {
  padding: 0;
  box-shadow: none;
  overflow: visible;
  height: auto;
}

.acceptBtn {
  padding: 16px 87px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

/*! purgecss start ignore */

.reviews .prev-reviews-btn:hover .prev-svg {
  fill: #ff6b0a;
}

.reviews .prev-reviews-btn:focus .prev-svg {
  fill: #ff6b0a;
}

.reviews .prev-reviews-btn:active .prev-svg {
  fill: #ff6b0a;
}

.reviews .next-reviews-btn:hover .next-svg {
  fill: #ff6b0a;
}

.reviews .next-reviews-btn:focus .next-svg {
  fill: #ff6b0a;
}

.reviews .next-reviews-btn:active .next-svg {
  fill: #ff6b0a;
}

.testimonials .slick-disabled {
  opacity: 0.3;
}

.testimonials .slick-list {
  overflow: visible;
}

.testimonials__imgBlock-text {
  box-shadow: 0px 0px 0px 5px rgba(217, 217, 218, 0.25);
}

.testimonials__text-block {
  max-height: 200px;
  /* Adjust height to fit your design */
  overflow-y: auto;
  padding-right: 10px;
  /* Prevent text from touching the scrollbar */
  scrollbar-width: thin;
  /* Firefox: makes scrollbar slimmer */
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

/* Webkit (Chrome, Edge, Safari) */

.testimonials__text-block::-webkit-scrollbar {
  width: 5px;
  /* Slim scrollbar */
}

.testimonials__text-block::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  /* Soft gray thumb */
  border-radius: 4px;
}

.testimonials__text-block::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
  /* Darker on hover */
}

.testimonials__text-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  pointer-events: none;
}

/*! purgecss end ignore */

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

.last\:mb-2:last-child {
  margin-bottom: 0.5rem;
}

.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}

.last\:mr-0:last-child {
  margin-right: 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-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-accent:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 10 / var(--tw-border-opacity, 1));
}

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

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

.hover\:fill-accent:hover {
  fill: #FF6B0A;
}

.hover\:stroke-accent:hover {
  stroke: #FF6B0A;
}

.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: rgb(255 107 10 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.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\:scale-110:focus {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.focus\:border-accent:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 10 / var(--tw-border-opacity, 1));
}

.focus\:bg-accent:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 10 / var(--tw-bg-opacity, 1));
}

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

.focus\:fill-accent:focus {
  fill: #FF6B0A;
}

.focus\:text-accent:focus {
  --tw-text-opacity: 1;
  color: rgb(255 107 10 / var(--tw-text-opacity, 1));
}

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

.focus\:opacity-100:focus {
  opacity: 1;
}

.focus\:opacity-50:focus {
  opacity: 0.5;
}

.active\:border-accent:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 107 10 / var(--tw-border-opacity, 1));
}

.active\:stroke-accent:active {
  stroke: #FF6B0A;
}

.active\:text-accent:active {
  --tw-text-opacity: 1;
  color: rgb(255 107 10 / 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));
}

.group:hover .group-hover\:brightness-75 {
  --tw-brightness: brightness(.75);
  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);
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .section-title {
    font-size: 32px;
    line-height: 1.12;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 20px;
  }

  .modal-close-btn {
    right: 2.5rem;
    top: 2.5rem;
  }

  .modal {
    max-width: 456px;
    padding: 2.5rem;
  }

  .steps-bar {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .input-label {
    margin-bottom: 0.5rem;
    font-size: 16px;
    line-height: 1.6;
  }

  .input-label-checkbox {
    font-size: 12px;
  }

  .header {
    padding-bottom: 36px;
    background-size: 1060px 1029px;
    background-position: top -25px right calc(50% - 340px);
  }

  .header .awards-item:nth-child(1) .awards-icon {
    width: 65px;
    margin-left: 0;
  }

  .header .awards-item:nth-child(2) .awards-icon {
    width: 41px;
    margin-left: 0;
  }

  .header .awards-item:nth-child(5) .awards-icon {
    width: 41px;
    margin-left: 0;
  }

  .header .awards-item:nth-child(3) .awards-icon {
    width: 79px;
    margin-left: 0;
  }

  .header .awards-item:nth-child(6) .awards-icon {
    width: 132px;
  }

  .header .awards-item:nth-child(4) .awards-icon {
    width: 120px;
  }

  .new-price-text::before {
    background-size: auto;
  }

  .hero .title-icon::before {
    min-width: 72px;
    height: 72px;
    margin-right: 16px;
  }

  .benefits .item::before {
    width: 72px;
    height: 72px;
    left: -36px;
  }

  .formShort .input-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: 576px;
    margin: 0 auto;
  }

  .formShort2 .input-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: 576px;
    margin: 0 auto;
  }

  .career .wrapper {
    background-size: auto;
    background-position: top 52px right 37px;
    background-image: url(../images/career/man.svg);
  }

  .support .item:nth-child(1)::before {
    width: 32px;
    height: 32px;
    top: -8px;
  }

  .support .item:nth-child(2)::before {
    width: 32px;
    height: 32px;
  }

  .support .item:nth-child(3)::before {
    width: 32px;
    height: 32px;
  }

  .certificate .image {
    top: 79px;
    left: calc(50% - 330px);
  }

  .certificate .wrapper::after {
    position: absolute;
    content: "";
    display: block;
    width: 209px;
    height: 80px;
    bottom: -44px;
    left: calc(50% - 130px);
    background-image: url("../images/certificate/arrow.svg");
    background-size: 209px auto;
    background-repeat: no-repeat;
  }

  .certificate-preTitle::after {
    position: absolute;
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    top: 94px;
    right: calc(50% - 308px);
    background-image: url("../images/certificate/hand.svg");
    background-size: 48px auto;
    background-repeat: no-repeat;
  }

  .certificate .wrapper {
    background-image: url("../images/certificate/ring-certificate.svg");
    background-size: 60px auto;
    background-repeat: no-repeat;
    background-position: top 64px right 12px;
  }

  .journey .list {
    background-image: url(../images/journey/bg1.svg), url(../images/journey/bg2.svg);
    background-repeat: no-repeat;
    background-size: 188px auto;
    background-position: top -16px right 18px, bottom left 19px;
  }

  .journey .item:nth-child(1)::after {
    left: 224px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }

  .journey .item:nth-child(3)::after {
    left: 224px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }

  .journey .item:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
  }

  .journey .item:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
  }

  .text-js {
    padding: 0 32px;
  }

  .js-item[aria-expanded=true] .text-js {
    padding: 16px 32px;
  }

  .modalBannerPrivacy {
    max-width: 760px;
  }

  .acceptBtn {
    padding: 16px 47px;
    width: auto;
  }

  .reviews .slick-slide {
    margin-left: 10px;
    margin-right: 10px;
    width: 354px;
  }

  .testimonials .slick-slide {
    width: 330px !important;
    margin-left: 8px;
    margin-right: 8px;
  }

  .testimonials__imgBlock-text:nth-child(2) {
    box-shadow: none;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

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

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

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

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

  .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-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-5\/6 {
    width: 83.333333%;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-max {
    width: -moz-max-content;
    width: max-content;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:shrink-0 {
    flex-shrink: 0;
  }

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

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

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

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

  .md\:items-start {
    align-items: flex-start;
  }

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

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

  .md\:gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-\[17px\] {
    gap: 17px;
  }

  .md\:gap-\[200px\] {
    gap: 200px;
  }

  .md\:gap-\[30px\] {
    gap: 30px;
  }

  .md\:gap-\[51px\] {
    gap: 51px;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }

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

  .md\:gap-x-\[45px\] {
    -moz-column-gap: 45px;
    column-gap: 45px;
  }

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

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:whitespace-normal {
    white-space: normal;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:bg-black\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .md\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(39 61 164 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-3\.5 {
    padding: 0.875rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

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

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-\[6px\] {
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

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

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }

  .md\:pb-\[128px\] {
    padding-bottom: 128px;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-\[36px\] {
    padding-left: 36px;
  }

  .md\:pl-\[48px\] {
    padding-left: 48px;
  }

  .md\:pl-\[56px\] {
    padding-left: 56px;
  }

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

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

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

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

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pt-\[18px\] {
    padding-top: 18px;
  }

  .md\:pt-\[60px\] {
    padding-top: 60px;
  }

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

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

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

  .md\:text-\[12px\] {
    font-size: 12px;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }

  .md\:text-\[72px\] {
    font-size: 72px;
  }

  .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-semibold {
    font-weight: 600;
  }

  .md\:leading-\[1\.25\] {
    line-height: 1.25;
  }

  .md\:leading-\[1\.2\] {
    line-height: 1.2;
  }

  .md\:leading-\[1\.4\] {
    line-height: 1.4;
  }

  .md\:leading-\[1\.5\] {
    line-height: 1.5;
  }

  .md\:leading-\[1\] {
    line-height: 1;
  }

  .md\:text-accent {
    --tw-text-opacity: 1;
    color: rgb(255 107 10 / var(--tw-text-opacity, 1));
  }

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

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:last\:mr-0:last-child {
    margin-right: 0px;
  }
}

@media screen and (min-width: 768px) {
  .format .image.backdrop {
    opacity: 1;
  }

  .svg-wrapper {
    border: 1px solid #e0dee9;
  }

  .col-2 {
    grid-column: span 2/span 2;
  }

  .format .item-js {
    background-color: #fff;
    transition: all 0.3s ease-in;
    cursor: pointer;
  }

  .format .item-js.active {
    background-color: #273da4;
    color: #fff;
    margin-left: 5rem;
  }

  .format .image {
    opacity: 0;
  }

  .format .image.visible {
    opacity: 1;
  }

  .format .image.backdrop-bannerPrivacy {
    opacity: 1;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .section-title {
    font-size: 48px;
    line-height: 1.2;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .mobile-menu {
    display: none;
  }

  .menu-btn {
    display: none;
  }

  .header {
    background-size: 1059px 1009px;
    background-image: url("../images/header/bg-desk2.svg");
    background-position: top -19px right calc(50% - 245px);
    padding-top: 22px;
  }

  .new-price-text::before {
    background-size: auto;
    width: 72px;
  }

  .benefits .mob-wrapper .item:nth-child(3) {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .formShort .input-wrapper {
    grid-template-columns: 1fr 1fr 1fr 0.6fr;
    grid-column-gap: 24px;
    max-width: none;
  }

  .formShort2 .input-wrapper {
    grid-template-columns: 1fr 1fr 1fr 0.6fr;
    grid-column-gap: 24px;
    max-width: none;
  }

  .career .item:nth-child(1)::before {
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
  }

  .career .item:nth-child(2)::before {
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
  }

  .career .item:nth-child(3)::before {
    width: 72px;
    height: 72px;
    min-width: 72px;
    min-height: 72px;
  }

  .career .wrapper {
    background-image: url(../images/career/man.svg);
  }

  .support .item:nth-child(1)::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .support .item:nth-child(2)::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .support .item:nth-child(3)::before {
    top: 50%;
    transform: translateY(-50%);
  }

  .certificate .image {
    top: 119px;
    left: calc(50% - 530px);
  }

  .certificate .wrapper::after {
    width: 360px;
    height: 137px;
    bottom: -74px;
    left: calc(50% - 250px);
    background-size: 360px auto;
  }

  .certificate-preTitle::after {
    width: 80px;
    height: 80px;
    top: 150px;
    right: calc(50% - 480px);
    background-size: 80px auto;
  }

  .certificate .wrapper {
    background-size: 80px auto;
    background-position: top 40px right 60px;
  }

  .journey .list {
    background-size: 300px auto;
    background-position: top -10px right 56px, bottom left 54px;
  }

  .journey .item:nth-child(1)::before {
    top: -24px;
    width: 72px;
    height: 72px;
  }

  .journey .item:nth-child(2)::before {
    top: -24px;
    width: 72px;
    height: 72px;
  }

  .journey .item:nth-child(3)::before {
    top: -24px;
    width: 72px;
    height: 72px;
  }

  .journey .item:nth-child(4)::before {
    top: -24px;
    width: 72px;
    height: 72px;
  }

  .journey .item:nth-child(1)::after {
    width: 26px;
    height: 16px;
    left: 388px;
  }

  .journey .item:nth-child(2)::after {
    width: 26px;
    height: 16px;
    bottom: -27px;
  }

  .journey .item:nth-child(3)::after {
    width: 26px;
    height: 16px;
    left: 388px;
  }

  .banner .banner-bg {
    background-image: url("../images/banner/bg-image.webp");
    background-repeat: no-repeat;
    background-size: 380px auto;
    background-position: center right 400px;
  }

  .reviews .slick-slide {
    margin-left: 16px;
    margin-right: 16px;
    width: 384px;
  }

  .reviews .text-cont-bg {
    border-radius: 0 0 0 16px;
  }

  .testimonials .slick-slide {
    width: 290px !important;
  }

  .testimonials .slick-track {
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:bottom-\[-110px\] {
    bottom: -110px;
  }

  .xl\:bottom-\[0\] {
    bottom: 0;
  }

  .xl\:right-\[8\%\] {
    right: 8%;
  }

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

  .xl\:my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

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

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

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

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:inline-block {
    display: inline-block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:items-start {
    align-items: flex-start;
  }

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

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

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

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-\[136px\] {
    gap: 136px;
  }

  .xl\:gap-\[63px\] {
    gap: 63px;
  }

  .xl\:gap-\[65px\] {
    gap: 65px;
  }

  .xl\:gap-\[78px\] {
    gap: 78px;
  }

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

  .xl\:gap-x-\[60px\] {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .xl\:gap-y-16 {
    row-gap: 4rem;
  }

  .xl\:gap-y-\[60px\] {
    row-gap: 60px;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .xl\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .xl\:bg-black\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:p-2\.5 {
    padding: 0.625rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

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

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

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

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

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

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:py-\[34px\] {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .xl\:py-\[44px\] {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .xl\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pl-\[44px\] {
    padding-left: 44px;
  }

  .xl\:pl-\[60px\] {
    padding-left: 60px;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

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

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

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

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

  .xl\:pt-\[30px\] {
    padding-top: 30px;
  }

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

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

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

  .xl\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .xl\:text-\[14px\] {
    font-size: 14px;
  }

  .xl\:text-\[18px\] {
    font-size: 18px;
  }

  .xl\:text-\[20px\] {
    font-size: 20px;
  }

  .xl\:text-\[24px\] {
    font-size: 24px;
  }

  .xl\:text-\[30px\] {
    font-size: 30px;
  }

  .xl\:text-\[32px\] {
    font-size: 32px;
  }

  .xl\:text-\[36px\] {
    font-size: 36px;
  }

  .xl\:text-\[48px\] {
    font-size: 48px;
  }

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

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

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:uppercase {
    text-transform: uppercase;
  }

  .xl\:leading-\[1\.2\] {
    line-height: 1.2;
  }

  .xl\:leading-\[1\.33\] {
    line-height: 1.33;
  }

  .xl\:leading-\[1\.3\] {
    line-height: 1.3;
  }

  .xl\:leading-\[1\.7\] {
    line-height: 1.7;
  }

  .xl\:text-black-light {
    --tw-text-opacity: 1;
    color: rgb(1 1 1 / var(--tw-text-opacity, 1));
  }

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

  .xl\:opacity-90 {
    opacity: 0.9;
  }
}

@media screen and (min-width: 1280px) {
  .js-item-courses {
    height: 100px;
  }
}

@media (max-width: 1279.98px) {
  .mobile-menu {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 100vh;
    text-align: center;
    transition: opacity 0.3s linear;
  }

  .mobile-menu.is-open {
    visibility: visible;
    pointer-events: all;
    transition: opacity 0.3s linear;
    opacity: 1;
  }

  .mobile-menu .logo {
    margin-bottom: 24px;
  }

  .mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: inherit;
    border: none;
    border-radius: 50%;
    padding: 0;
    transition: fill 0.3s linear;
  }

  .mobile-menu-close-svg {
    transition: fill 0.3s linear;
  }

  .mobile-menu.is-open .nav {
    display: block;
  }

  .mobile-menu .nav__item {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 24px;
  }

  .menu-btn {
    background-color: inherit;
    border: none;
    padding: 0;
  }
}

@media screen and (max-width: 1279px) {
  .js-item-courses::after {
    background-image: url("../images/how/arrow-top-white.svg");
  }
}

@media screen and (max-width: 767px) {
  .format .mobile-item:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .format .scroll-js {
    border: 1px solid #e0dee9;
  }

  .format .mobile-item:nth-child(even) .scroll-js {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .format .mobile-item:nth-child(odd) .scroll-js {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .format .scroll-js {
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
    background-color: #fff;
  }

  .format .scroll-js.active {
    background-color: #273da4;
    color: #fff;
  }

  .format .image-box {
    min-height: 222px;
    min-width: 129px;
    margin-right: -0.5rem;
    z-index: 2;
  }

  .format .image-box:nth-child(even) {
    margin-left: -0.5rem;
  }

  .format .image-box:nth-child(odd) {
    margin-right: -0.5rem;
  }

  .format .image-box .current-image-js {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .smOnly\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

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

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

  .smOnly\:mb-2 {
    margin-bottom: 0.5rem;
  }

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

  .smOnly\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

  .smOnly\:flex {
    display: flex;
  }

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

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

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

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

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

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

  .smOnly\:overflow-hidden {
    overflow: hidden;
  }

  .smOnly\:rounded-2xl {
    border-radius: 1rem;
  }

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

  .smOnly\:pl-\[30px\] {
    padding-left: 30px;
  }

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

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}

@media (min-width: 768px) and (max-width: 1279.98px) {
  .benefits .mob-wrapper .item:nth-child(3),
  .benefits .mob-wrapper .item:nth-child(4) {
    display: none;
  }

  .benefits .tablet-wrapper .item:nth-child(1),
  .benefits .tablet-wrapper .item:nth-child(2) {
    display: none;
  }

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

  .mdOnly\:pl-\[38px\] {
    padding-left: 38px;
  }
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }

  .iti__flag {
    background-image: url("../images/intTelInput/flags@2x.png?1");
  }
}