*, ::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.14 | 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 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x:hidden;
}

body {
  overflow-x: hidden;
}

a {
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1408px) {
  .container {
    max-width: 1408px;
  }
}

.btn {
  padding: 16px 32px;
  border-radius: 8px;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

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

.top-\[0px\] {
  top: 0px;
}

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

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

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

.my-\[165px\] {
  margin-top: 165px;
  margin-bottom: 165px;
}

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

.my-\[16px\] {
  margin-top: 16px;
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-\[16px\] {
  margin-left: 16px;
}

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

.ml-\[8px\] {
  margin-left: 8px;
}

.mr-\[12px\] {
  margin-right: 12px;
}

.mr-\[8px\] {
  margin-right: 8px;
}

.mt-24 {
  margin-top: 6rem;
}

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

.w-6 {
  width: 1.5rem;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

.max-w-2xl {
  max-width: 42rem;
}

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

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

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

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

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

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

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

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

.max-w-full {
  max-width: 100%;
}

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

.shrink-0 {
  flex-shrink: 0;
}

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

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

.basis-2\/6 {
  flex-basis: 33.333333%;
}

.basis-4\/6 {
  flex-basis: 66.666667%;
}

.basis-5\/12 {
  flex-basis: 41.666667%;
}

.basis-7\/12 {
  flex-basis: 58.333333%;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

.flex-row {
  flex-direction: row;
}

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

.items-start {
  align-items: flex-start;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

.space-x-\[8px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-\[38px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(38px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(38px * var(--tw-space-y-reverse));
}

.space-y-\[8px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}

.space-x-\[16px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.rounded-t-\[16px\] {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.border {
  border-width: 1px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-l-\[10px\] {
  border-left-width: 10px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

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

.border-\[\#BDD4FE\]\/45 {
  border-color: rgb(189 212 254 / 0.45);
}

.border-\[\#DBDBDB\] {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}

.border-\[\#EAEAEA\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(80 144 234 / var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-b-white\/\[\.08\] {
  border-bottom-color: rgb(255 255 255 / .08);
}

.border-l-\[\#5090EA\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(80 144 234 / var(--tw-border-opacity));
}

.border-t-white\/\[\.08\] {
  border-top-color: rgb(255 255 255 / .08);
}

.bg-\[\#000A1A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 10 26 / var(--tw-bg-opacity));
}

.bg-\[\#00132F\]\/65 {
  background-color: rgb(0 19 47 / 0.65);
}

.bg-\[\#010916\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 9 22 / var(--tw-bg-opacity));
}

.bg-\[\#1D1D1D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}

.bg-\[\#F7F9FF\]\/45 {
  background-color: rgb(247 249 255 / 0.45);
}

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

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(80 144 234 / var(--tw-bg-opacity));
}

.bg-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(80 144 234 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-arrow-heading {
  background-image: url("/dist/img/arrow-heading.svg");
}

.bg-edm-logo-bg {
  background-image: url('/dist/img/edm-is-simple/edm-logo-bg.svg');
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-header-logo {
  background-image: url('/dist/img/header/logo.png');
}

.bg-hero {
  background-image: url('/dist/img/hero/hero.jpg');
}

.bg-wce1-bg {
  background-image: url('/dist/img/why-choosing-edm/wce-1-bg.svg');
}

.bg-wce2-bg {
  background-image: url('/dist/img/why-choosing-edm/wce-2-bg.svg');
}

.bg-wce3-bg {
  background-image: url('/dist/img/why-choosing-edm/wce-3-bg.svg');
}

.from-\[\#5090EA\] {
  --tw-gradient-from: #5090EA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 144 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#72CAC6\] {
  --tw-gradient-to: #72CAC6 var(--tw-gradient-to-position);
}

.bg-\[length\:80\%\] {
  background-size: 80%;
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-bottom {
  background-position: bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

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

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

.p-\[32px\] {
  padding: 32px;
}

.p-\[8px\] {
  padding: 8px;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-\[10\.8rem\] {
  padding-right: 10.8rem;
}

.pt-\[16px\] {
  padding-top: 16px;
}

.pt-\[63px\] {
  padding-top: 63px;
}

.pt-\[98px\] {
  padding-top: 98px;
}

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

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

.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-\[40px\] {
  font-size: 40px;
}

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

.text-btn {
  font-size: 16px;
  line-height: 24px;
}

.text-text {
  font-size: 16px;
  line-height: 24px;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

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

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

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

.text-\[\#5090EA\] {
  --tw-text-opacity: 1;
  color: rgb(80 144 234 / var(--tw-text-opacity));
}

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

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

.text-\[\#ADB1BB\] {
  --tw-text-opacity: 1;
  color: rgb(173 177 187 / var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(80 144 234 / var(--tw-text-opacity));
}

.text-btn {
  --tw-text-opacity: 1;
  color: rgb(80 144 234 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

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

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.underline {
  text-decoration-line: underline;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.rotate-0 {
  transform: rotate(0deg);
}

.rotate-135 {
  transform: rotate(135deg);
}

.plus.rotate-135 {
  fill: #1D1D1D;
}

.flip-vertical {
  transform: scaleY(-1);
}

.list-item::after {
  content: '/';
  margin: 0 8px;
  color: #fff;
  opacity: 0.5;
}

.list-item:last-child::after {
  content: '';
  margin: 0;
}

.border-wrap {
  max-width: 445px;
  padding: 1rem;
  position: relative;
  background: linear-gradient(to right, rgba(114, 202, 198, 0.1), #5090EA);
  padding: 1px;
}

.border-wrap-blue-to-mint {
  position: relative;
  background: linear-gradient(to right, #5090EA, #72cac6);
  padding: 1px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 16px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #5090EA;
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1408px) {
    .xl\:container {
      max-width: 1408px;
    }
  }
}

.before\:mr-\[8px\]::before {
  content: var(--tw-content);
  margin-right: 8px;
}

.before\:block::before {
  content: var(--tw-content);
  display: block;
}

.before\:h-\[18px\]::before {
  content: var(--tw-content);
  height: 18px;
}

.before\:h-\[24px\]::before {
  content: var(--tw-content);
  height: 24px;
}

.before\:h-\[84px\]::before {
  content: var(--tw-content);
  height: 84px;
}

.before\:bg-edm-is-simple-1::before {
  content: var(--tw-content);
  background-image: url('/dist/img/edm-is-simple/s1.png');
}

.before\:bg-edm-is-simple-2::before {
  content: var(--tw-content);
  background-image: url('/dist/img/edm-is-simple/s2.png');
}

.before\:bg-edm-is-simple-3::before {
  content: var(--tw-content);
  background-image: url('/dist/img/edm-is-simple/s3.png');
}

.before\:bg-contain::before {
  content: var(--tw-content);
  background-size: contain;
}

.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.before\:content-arrow::before {
  --tw-content: url("/dist/img/arrow.svg");
  content: var(--tw-content);
}

.before\:content-loc::before {
  --tw-content: url("/dist/img/loc.svg");
  content: var(--tw-content);
}

.before\:content-mail::before {
  --tw-content: url("/dist/img/mail.svg");
  content: var(--tw-content);
}

.before\:content-tel::before {
  --tw-content: url("/dist/img/tel.svg");
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:ml-\[4px\]::after {
  content: var(--tw-content);
  margin-left: 4px;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:h-\[16px\]::after {
  content: var(--tw-content);
  height: 16px;
}

.after\:h-\[9px\]::after {
  content: var(--tw-content);
  height: 9px;
}

.after\:h-\[8px\]::after {
  content: var(--tw-content);
  height: 8px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:-scale-x-100::after {
  content: var(--tw-content);
  --tw-scale-x: -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));
}

.after\:bg-arrow-heading::after {
  content: var(--tw-content);
  background-image: url("/dist/img/arrow-heading.svg");
}

.after\:bg-contain::after {
  content: var(--tw-content);
  background-size: contain;
}

.after\:bg-cover::after {
  content: var(--tw-content);
  background-size: cover;
}

.after\:bg-no-repeat::after {
  content: var(--tw-content);
  background-repeat: no-repeat;
}

.after\:content-langArrow::after {
  --tw-content: url("/dist/img/header/lang-arrow.svg");
  content: var(--tw-content);
}

.hover\:border-btn-hover:hover {
  --tw-border-opacity: 1;
  border-color: rgb(114 202 198 / var(--tw-border-opacity));
}

.hover\:bg-btn-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(114 202 198 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:stroke-white:hover {
  stroke: #fff;
}

.hover\:hover\:text-\[\#5090EA\]:hover:hover {
  --tw-text-opacity: 1;
  color: rgb(80 144 234 / var(--tw-text-opacity));
}

.hover\:text-\[\#5090EA\]:hover {
  --tw-text-opacity: 1;
  color: rgb(80 144 234 / var(--tw-text-opacity));
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(80 144 234 / var(--tw-text-opacity));
}

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

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#8E8E8E\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(142 142 142 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .sm\:mb-\[24px\] {
    margin-bottom: 24px;
  }

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

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

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

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

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

  .sm\:text-text {
    font-size: 16px;
    line-height: 24px;
  }

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

@media (max-width: 639px) {
  .max-sm\:order-last {
    order: 9999;
  }

  .max-sm\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .max-sm\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .max-sm\:mb-\[31px\] {
    margin-bottom: 31px;
  }

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

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

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

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

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

  .max-sm\:flex-col {
    flex-direction: column;
  }

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

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

  .max-sm\:leading-\[16px\] {
    line-height: 16px;
  }
}

@media (min-width: 768px) {
  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:pt-\[60\%\] {
    padding-top: 60%;
  }
}

@media (min-width: 1024px) {
  .lg\:top-\[20px\] {
    top: 20px;
  }

  .lg\:my-\[165px\] {
    margin-top: 165px;
    margin-bottom: 165px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:flex-row {
    flex-direction: row;
  }

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\:space-x-\[10px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10px * var(--tw-space-x-reverse));
    margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-\[40px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(40px * var(--tw-space-x-reverse));
    margin-left: calc(40px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-\[69px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(69px * var(--tw-space-x-reverse));
    margin-left: calc(69px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-\[70px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(70px * var(--tw-space-x-reverse));
    margin-left: calc(70px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-\[16px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16px * var(--tw-space-x-reverse));
    margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .lg\:border-t-\[1px\] {
    border-top-width: 1px;
  }

  .lg\:bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
  }

  .lg\:bg-\[length\:49\%\] {
    background-size: 49%;
  }

  .lg\:bg-\[100\%_113\%\] {
    background-position: 100% 113%;
  }

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

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

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

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

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

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

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

  .lg\:pt-\[0\] {
    padding-top: 0;
  }

  .lg\:pt-\[106px\] {
    padding-top: 106px;
  }

  .lg\:pt-\[148px\] {
    padding-top: 148px;
  }

  .lg\:pt-\[26px\] {
    padding-top: 26px;
  }

  .lg\:pt-\[48px\] {
    padding-top: 48px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:after\:right-\[-70px\]::after {
    content: var(--tw-content);
    right: -70px;
  }

  .lg\:after\:right-\[70px\]::after {
    content: var(--tw-content);
    right: 70px;
  }

  .lg\:after\:top-\[-78px\]::after {
    content: var(--tw-content);
    top: -78px;
  }

  .lg\:after\:ml-\[16px\]::after {
    content: var(--tw-content);
    margin-left: 16px;
  }

  .lg\:after\:h-\[54px\]::after {
    content: var(--tw-content);
    height: 54px;
  }

  .lg\:after\:h-\[77px\]::after {
    content: var(--tw-content);
    height: 77px;
  }

  .lg\:after\:bg-s1-to-s2-line::after {
    content: var(--tw-content);
    background-image: url('/dist/img/edm-is-simple/s1-to-s2-line.svg');
  }

  .lg\:after\:content-heroHeadingIcon::after {
    --tw-content: url("/dist/img/hero/headingIcon.svg");
    content: var(--tw-content);
  }
}

@media (max-width: 1023px) {
  .max-lg\:absolute {
    position: absolute;
  }

  .max-lg\:left-1\/2 {
    left: 50%;
  }

  .max-lg\:left-\[-42px\] {
    left: -42px;
  }

  .max-lg\:order-last {
    order: 9999;
  }

  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-lg\:my-\[68px\] {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .max-lg\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .max-lg\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .max-lg\:mb-\[36px\] {
    margin-bottom: 36px;
  }

  .max-lg\:mt-\[10rem\] {
    margin-top: 10rem;
  }

  .max-lg\:mt-\[24px\] {
    margin-top: 24px;
  }

  .max-lg\:mt-\[8px\] {
    margin-top: 8px;
  }

  .max-lg\:mb-\[8px\] {
    margin-bottom: 8px;
  }

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:hidden {
    display: none;
  }

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

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

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

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

  .max-lg\:-translate-x-1\/2 {
    --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));
  }

  .max-lg\:transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:items-start {
    align-items: flex-start;
  }

  .max-lg\:overflow-hidden {
    overflow: hidden;
  }

  .max-lg\:bg-\[length\:250px\] {
    background-size: 250px;
  }

  .max-lg\:bg-\[100\%_-5\%\] {
    background-position: 100% -5%;
  }

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

  .max-lg\:py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .max-lg\:py-\[36px\] {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .max-lg\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .max-lg\:pb-\[24px\] {
    padding-bottom: 24px;
  }

  .max-lg\:pb-\[60px\] {
    padding-bottom: 60px;
  }

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

  .max-lg\:pr-\[20px\] {
    padding-right: 20px;
  }

  .max-lg\:pt-\[16px\] {
    padding-top: 16px;
  }

  .max-lg\:pt-\[20px\] {
    padding-top: 20px;
  }

  .max-lg\:pt-\[40\%\] {
    padding-top: 40%;
  }

  .max-lg\:pt-\[60px\] {
    padding-top: 60px;
  }

  .max-lg\:pt-\[77px\] {
    padding-top: 77px;
  }

  .max-lg\:text-center {
    text-align: center;
  }

  .max-lg\:text-\[15px\] {
    font-size: 15px;
  }

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

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

  .max-lg\:text-text {
    font-size: 16px;
    line-height: 24px;
  }

  .max-lg\:leading-\[32px\] {
    line-height: 32px;
  }

  .max-lg\:leading-\[40px\] {
    line-height: 40px;
  }

  .max-lg\:before\:mx-auto::before {
    content: var(--tw-content);
    margin-left: auto;
    margin-right: auto;
  }

  .max-lg\:before\:mb-\[20px\]::before {
    content: var(--tw-content);
    margin-bottom: 20px;
  }

  .max-lg\:before\:h-\[54px\]::before {
    content: var(--tw-content);
    height: 54px;
  }

  .max-lg\:before\:content-heroHeadingIcon::before {
    --tw-content: url("/dist/img/hero/headingIcon.svg");
    content: var(--tw-content);
  }

  .max-lg\:after\:right-\[-34px\]::after {
    content: var(--tw-content);
    right: -34px;
  }

  .max-lg\:after\:right-\[35px\]::after {
    content: var(--tw-content);
    right: 35px;
  }

  .max-lg\:after\:top-\[-138px\]::after {
    content: var(--tw-content);
    top: -138px;
  }

  .max-lg\:after\:h-\[137px\]::after {
    content: var(--tw-content);
    height: 137px;
  }

  .max-lg\:after\:bg-s1-to-s2-line-m::after {
    content: var(--tw-content);
    background-image: url('/dist/img/edm-is-simple/s1-to-s2-line-m.svg');
  }
}

@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:left-\[-78px\] {
    left: -78px;
  }

  .xl\:right-\[-78px\] {
    right: -78px;
  }

  .xl\:top-\[-78px\] {
    top: -78px;
  }

  .xl\:top-\[40px\] {
    top: 40px;
  }

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

  .xl\:ml-auto {
    margin-left: auto;
  }

  .xl\:flex {
    display: flex;
  }

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

  .xl\:w-1\/2 {
    width: 50%;
  }

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

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:justify-end {
    justify-content: flex-end;
  }

  .xl\:space-x-\[20px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20px * var(--tw-space-x-reverse));
    margin-left: calc(20px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-\[28px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(28px * var(--tw-space-x-reverse));
    margin-left: calc(28px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-\[74px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(74px * var(--tw-space-x-reverse));
    margin-left: calc(74px * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-\[80px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(80px * var(--tw-space-x-reverse));
    margin-left: calc(80px * calc(1 - var(--tw-space-x-reverse)));
  }

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

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

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

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

  .xl\:before\:h-\[156px\]::before {
    content: var(--tw-content);
    height: 156px;
  }

  .xl\:before\:w-\[156px\]::before {
    content: var(--tw-content);
    width: 156px;
  }
}

@media (max-width: 1279px) {
  .max-xl\:left-\[-42px\] {
    left: -42px;
  }

  .max-xl\:right-\[-42px\] {
    right: -42px;
  }

  .max-xl\:top-\[-42px\] {
    top: -42px;
  }

  .max-xl\:order-last {
    order: 9999;
  }

  .max-xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .max-xl\:hidden {
    display: none;
  }

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

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

  .max-xl\:flex-col {
    flex-direction: column;
  }

  .max-xl\:items-center {
    align-items: center;
  }

  .max-xl\:justify-start {
    justify-content: flex-start;
  }

  .max-xl\:space-y-\[20px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px * var(--tw-space-y-reverse));
  }

  .max-xl\:before\:w-\[84px\]::before {
    content: var(--tw-content);
    width: 84px;
  }
}

@media (min-width: 1408px) {
  .\32xl\:space-x-\[48px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(48px * var(--tw-space-x-reverse));
    margin-left: calc(48px * calc(1 - var(--tw-space-x-reverse)));
  }
}