/*
! tailwindcss v3.3.2 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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] {
  display: none;
}

*, ::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:  ;
}

::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:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 90vw) {

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

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

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

  .container {
    max-width: 1024px;
  }
}
.relative {
  position: relative;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-px {
  margin-top: -1px;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-\[40px\] {
  height: 40px;
}
.h-auto {
  height: auto;
}
.w-0 {
  width: 0px;
}
.w-12 {
  width: 3rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-full {
  width: 100%;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.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));
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[4px\] {
  gap: 4px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[200px\] {
  padding-top: 200px;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.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-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.leading-5 {
  line-height: 1.25rem;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body {
  background-color: #f5f3fb;
  scroll-behavior: smooth;
}
section {
  padding: 5rem 5vw 0 5vw;
}
.blockTxt {
  h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    margin-bottom: 60px;
  }
  h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
    color: #000;
    margin-bottom: 20px;
  }
  p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    margin-bottom: 40px;
  }

  strong {
    font-weight: 700;
  }

  a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    text-decoration-color: #000;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
  }
}
.btn {
  padding: 0.7rem 2rem 0.5rem 2rem;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  border-radius: 3rem;
  background: linear-gradient(
    90deg,
    rgb(149, 39, 123) 0%,
    rgb(231, 43, 112) 30%,
    rgb(241, 128, 38) 50%,
    rgb(231, 43, 112) 100%
  );
  background-size: 200%;
  background-position: 0%;
  text-transform: uppercase;
  transition: background-position 0.5s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.btn:hover {
  background-position: 100%;
}
.btn.border {
  border: 2px solid #000000;
  background: transparent;
  color: #000000;
}
.btn.day {
  background: #d6defc;
  color: #000000;
}
.bgGradientYellow {
  background: linear-gradient(180deg, #f7a605 0%, #fac356 100%);
  color: #000;

  .txtWithStrong strong {
    color: #fff;
  }

  h1 strong {
    color: #fff !important;
  }

  .bg-circleImg {
    background-color: #f9c253;
  }
  .txtWithTags {
    strong {
      background: linear-gradient(111deg, #f9c253 33.51%, #f9c253 72.7%);
    }
  }
}
.bgDarkBlue {
  background-color: #0f1f38;
  color: #fff;
  .txtWithStrong strong {
    color: #d5defc;
  }
  .bg-circleImg {
    background-color: #d5defc;
  }
  .txtWithTags {
    strong {
      color: #000;
      background: #d5defc;
    }
  }
}
.bgLightBlue {
  background-color: #d5defc;
  color: #000;
  h1 strong {
    color: #0f1f38 !important;
  }
  .txtWithStrong strong {
    color: #0f1f38;
  }
  .bg-circleImg {
    background-color: #0f1f38;
  }
  .txtWithTags {
    strong {
      color: #fff;
      background: #0f1f38;
    }
  }
}
.bgGrey {
  background-color: #f5f3fb;
  color: #000;
  h1 strong {
    color: #f7a605 !important;
  }
  .txtWithStrong strong {
    color: #f7a605;
  }
  .txtWithTags {
    strong {
      color: #000;
      background: #f7a605;
    }
  }
}
.bgBlackGradient {
  background: linear-gradient(180deg, #151515 0%, #2e2d2d 100%);
  color: #fff;

  .txtWithStrong strong {
    color: #d6defc;
  }
}
.lp-sectionTitle {
  font-size: 40px;
  font-weight: 700;

  p {
    font-size: 40px;
    font-weight: 700;
  }

  @media screen and (max-width: 991px) {
    font-size: 24px;
    p {
      font-size: 24px;
    }
  }

  strong {
    font-weight: 700;
    color: #d6defc;
  }

  p {
    line-height: 1;
  }
}
.imgCover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.imgContain {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}
.landingHeader {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 5vw;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  padding: 2rem 5vw;
  color: #fff;

  @media screen and (max-width: 991px) {
    background-color: transparent;
    .btn {
      display: none;
    }
  }

  .landingHeader-right {
    display: flex;
    align-items: center;
    gap: 40px;

    .landingHeader-right-link {
      color: #d6defc;
      svg {
        display: inline-block;
      }
    }

    .btn.border {
      color: #fff;
      border-color: #fff;
    }
  }

  &.dark {
    color: #000;

    .landingHeader-right-link {
      color: #000;
    }

    .landingHeader-right-link {
      color: #000;
    }

    .btn.border {
      color: #000;
      border-color: #000;
    }
  }
}
.landingHeaderFixed {
  position: fixed;
  background-color: #f5f3fb;
  width: 100%;
  height: 67px;
  padding: 0 5vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  transform: translateY(-100%);

  &.active {
    transform: translateY(0%);
    transition: all 0.3s;
  }

  .landingHeaderFixed-right {
    display: flex;
    align-items: center;
    gap: 40px;

    .landingHeader-right-link {
      color: #000;
      svg {
        display: inline-block;
      }
    }
  }

  @media screen and (max-width: 991px) {
    .landingHeader-right-link {
      display: none;
    }
  }
}
.woocommerce-page {
  .landingHeader {
    background: linear-gradient(180deg, #151515 0%, #2e2d2d 100%);
    color: #fff;
  }
}
.landingFooter {
  padding: 80px 5vw;
  position: relative;
  overflow: hidden;

  .landingFooter-ctt {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: end;
    @media screen and (max-width: 991px) {
      flex-direction: column;
      align-items: normal;
    }
  }

  .landingFooter-deco {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .landingFooter-txt {
    margin: 56px 0;
    font-size: 24px;
    font-weight: 700;
  }

  .landingFooter-right {
    @media screen and (max-width: 991px) {
      margin-top: 30px;
    }
    .landingFooter-right-menu-list {
      display: flex;
      flex-direction: column;
      justify-content: start;
      align-items: start;
      gap: 24px;

      @media screen and (max-width: 991px) {
        justify-content: end;
        align-items: end;
      }
    }

    .landingFooter-right-link {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    @media screen and (max-width: 991px) {
      text-align: right;
    }
  }

  .landingFooter-nav {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 56px;
  }
}
.banFaq {
  position: relative;
  overflow: hidden;
}
.banFaq .lp-sectionTitle {
  text-align: center;
  margin-bottom: 56px;
}
.banFaq-deco {
  position: absolute;
  left: 0;
  top: 0;
}
.banFaq-ctt {
  position: relative;
  z-index: 10;
}
.banFaq-link {
  margin-bottom: 68px;
  padding: 24px 32px;
  border-radius: 24px;
  background: linear-gradient(180deg, #f7a605 0%, #fac356 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .banFaq-link {
    flex-direction: column;
    gap: 24px;
    padding: 16px;
  }
}
.banFaq-link-title {
  font-size: 24px;
  font-weight: 700;
}
.banFaq-section-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
.banFaq-section-questions {
  display: flex;
  flex-direction: column;
}
.banFaq-section .faqContainer_item {
  width: 100%;
}
.banFaq-section .faqContainer_item_response {
  width: 100%;
}
.banCardsIllus-top {
  width: 100%;
  max-width: 589px;
  margin: auto;
  text-align: center;
  margin-bottom: 56px;
}
.banCardsIllus-top-title {
  color: #161616;
  margin-bottom: 16px;
}
.banCardsIllus-top-text {
  color: #0f1f38;
  font-size: 20px;
  font-weight: 300;
}
.banCardsIllus-cards {
  display: flex;
  gap: 40px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .banCardsIllus-cards {
    flex-direction: column;
    gap: 16px;
  }
}
.banCardsIllus-btn {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.banCardsIllus-card {
  overflow: hidden;
  flex: 1 1 0%;
  border-radius: 24px;
}
@media screen and (max-width: 991px) {
  .banCardsIllus-card.image {
    height: 358px;
    flex: none;
  }
}
.banCardsIllus-card-ctt {
  padding: 24px;
}
.banCardsIllus-card-ctt-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .banCardsIllus-card-ctt-top {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}
.banCardsIllus-card-illu {
  height: 72px;
  width: 72px;
  border-radius: 80px;
  background: #2e2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .banCardsIllus-card-illu {
    height: 48px;
    width: 48px;
    min-width: 48px;
    font-size: 24px;
  }
}
.banCardsIllus-card-illu img {
  width: 60%;
}
.banCardsIllus-card-title {
  font-size: 20px;
  font-weight: 700;
}
.banCardsIllus-card-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.imgCover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.banCardsImgs-top {
  width: 100%;
  max-width: 589px;
  margin: auto;
  text-align: center;
  margin-bottom: 56px;
}
.banCardsImgs-top-title {
  color: #161616;
  margin-bottom: 16px;
}
.banCardsImgs-cards {
  display: flex;
  gap: 40px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .banCardsImgs-cards {
    flex-direction: column;
    gap: 16px;
  }
}
.banCardsImgs-card {
  overflow: hidden;
  flex: 1 1 0%;
  border-radius: 24px;
}
.banCardsImgs-card.image {
  padding: 0;
}
.banCardsImgs-card-ctt {
  padding: 24px;
}
.banCardsImgs-card-illu {
  height: 119px;
  width: 119px;
  border-radius: 80px;
  background: #2e2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .banCardsImgs-card-illu {
    height: 80px;
    width: 80px;
  }
}
.banCardsImgs-card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.banCardsImgs-card-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banCTA {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}
.banCTA-deco {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.banCTA-ctt {
  position: relative;
  z-index: 10;
}
.banCTA-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 64px;
}
.banCTA-bt {
  text-align: center;
}
.banPreorder {
  background-color: #d8e0fc;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 80px;
}
.banPreorder-top {
  width: 60%;
  margin: auto;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .banPreorder-top {
    margin-bottom: 40px;
    width: 100%;
  }
}
.banPreorder-top .lp-sectionTitle {
  margin-bottom: 24px;
}
.banPreorder-subtitle {
  display: inline-block;
  padding: 0 5px;
  border-radius: 80px;
  background: linear-gradient(111deg, #c6d2ff 33.51%, #ced8f9 72.7%);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .banPreorder-subtitle {
    margin-bottom: 24px;
  }
}
.banPreorder-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .banPreorder-text {
    font-size: 16px;
  }
}
.banPreorder-label {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .banPreorder-label {
    margin-bottom: 24px;
  }
}
.banPreorder-whyreasons {
  margin-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .banPreorder-whyreasons {
    margin-bottom: 56px;
  }
}
.banPreorder-cards {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .banPreorder-cards {
    gap: 16px;
  }
}
.banPreorder-card {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(180deg, #151515 0%, #2e2d2d 100%);
}
.banPreorder-card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.banPreorder-card-illu {
  height: 72px;
  width: 72px;
  min-width: 72px;
  border-radius: 80px;
  background: #2e2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  .banPreorder-card-illu {
    height: 40px;
    width: 40px;
    min-width: 40px;
    font-size: 24px;
  }
}
.banPreorder-card-illu img {
  width: 70%;
}
.banPreorder-card:nth-child(1) {
  border-radius: 24px;
  background: linear-gradient(180deg, #f7a605 0%, #fac356 100%);
}
.banPreorder-card:nth-child(1) .banPreorder-card-illu {
  background-color: #f7a70a;
}
.banPreorder-cardsColumns {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 991px) {
  .banPreorder-cardsColumns {
    flex-direction: column;
    gap: 16px;
  }
}
.banPreorder-cardStep {
  height: 100%;
  position: relative;
  border-radius: 24px;
  color: #fff;
  padding: 24px;
  background: linear-gradient(180deg, #151515 0%, #2e2d2d 100%);
}
.banPreorder-cardStep-step {
  height: 72px;
  width: 72px;
  border-radius: 80px;
  background: #2e2d2d;
  font-size: 40px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .banPreorder-cardStep-step {
    height: 40px;
    width: 40px;
    font-size: 24px;
  }
}
.banPreorder-cardStep-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .banPreorder-cardStep-title {
    font-size: 20px;
  }
}
.banPreorder-cardStep-text {
  font-weight: 300;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.banPreorder-cardStep-tag {
  position: absolute;
  right: 24px;
  top: 24px;
  border-radius: 20px;
  background: #2e2d2d;
  padding: 2px 8px;
}
.banPreorder-cardStepSub {
  border-radius: 24px;
  color: #fff;
  padding: 24px;
  background: linear-gradient(180deg, #151515 0%, #2e2d2d 100%);
  display: flex;
  align-items: center;
  gap: 24px;
}
.banPreorder-cardStepSub-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.banPreorder-cardStepSub-text strong {
  font-weight: 700;
}
.banPreorder-column {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.banPreorder-column:last-child .banPreorder-cardStep {
  color: #161616;
  background: linear-gradient(180deg, #f7a605 0%, #fac356 100%);
}
.banPreorder-column:last-child .banPreorder-cardStep-step, .banPreorder-column:last-child .banPreorder-cardStep-tag {
  background: #f9c253;
  color: #161616;
}
.banStripe {
  overflow: hidden;
  position: relative;
}
.banStripe-deco {
  position: absolute;
  left: 0;
  top: 0;
}
.banStripe-counter {
  margin-top: 40px;
  color: #e72b70;
  display: inline-block;
  font-weight: 700;
}
.banStripe-counter strong {
  background-color: #151515;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 700;
}
.banStripe-ctt {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 991px) {
  .banStripe-ctt {
    flex-direction: column;
  }
}
.banStripe-ctt-img {
  max-width: 340px;
  width: 100%;
  position: relative;
}
.banStripe-ctt-img-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banTextImg {
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .banTextImg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.banTextImg-deco {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-30%, -50%);
}
@media screen and (max-width: 991px) {
  .banTextImg-deco {
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0%);
  }
  .banTextImg-deco svg {
    width: 130vw;
  }
}
.banTextImg-ctt {
  padding: 80px 0;
  width: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 991px) {
  .banTextImg-ctt {
    flex-direction: column-reverse;
    width: 100%;
    gap: 32px;
    padding: 0;
  }
}
.banTextImg-title {
  margin-bottom: 24px;
}
.banTextImg-title strong {
  font-weight: 700;
  color: #d6defc;
}
.banTextImg-title p {
  line-height: 1;
}
.banTextImg-btn {
  margin-top: 24px;
}
.banTextImg-img {
  min-width: 448px;
  height: 350px;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .banTextImg-img {
    min-width: 0;
    height: 220px;
  }
}
.banText-ctt {
  padding: 80px;
  border-radius: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .banText-ctt {
    padding: 24px 16px;
  }
}
.banText-content {
  position: relative;
  z-index: 10;
}
.banText-intro {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
}
@media screen and (max-width: 991px) {
  .banText-intro {
    font-size: 16px;
  }
}
.banText-intro strong {
  border-radius: 80px;
  padding-left: 5px;
  background: linear-gradient(111deg, #f9bc44 33.51%, #f9c256 72.7%);
}
.banText-title {
  margin-top: 56px;
}
@media screen and (max-width: 991px) {
  .banText-title {
    margin-top: 32px;
  }
}
.banText-title p {
  line-height: 1;
}
.banText-smallText {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}
.banText-deco {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.banTextures {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, #151515 0%, #2e2d2d 100%);
}
@media screen and (max-width: 991px) {
  .banTextures {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.banTextures-parent {
  position: relative;
  z-index: 10;
}
.banTextures-deco {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .banTextures-deco {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
  .banTextures-deco svg {
    width: 60%;
    height: auto;
  }
}
.banTextures-top {
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}
.banTextures-top .lp-sectionTitle {
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .banTextures-top {
    margin-bottom: 32px;
  }
}
.banTextures-ctt {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .banTextures-ctt {
    flex-direction: column-reverse;
    width: 100%;
  }
}
.banTextures-img {
  width: 316px;
  min-width: 316px;
  height: 409px;
}
@media screen and (max-width: 991px) {
  .banTextures-img {
    width: 100%;
    max-width: 188px;
    min-width: 0;
    height: 240px;
    margin-top: 24px;
  }
}
.banTextures-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .banTextures-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
}
.banTextures-card {
  padding: 16px 14px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  border: 1px solid #3c3a3a;
}
@media screen and (max-width: 991px) {
  .banTextures-card {
    padding: 8px;
  }
}
.banTextures-card.isTexture {
  border: 0px;
  background: linear-gradient(180deg, #1d1d1d 0%, #2c2c2c 100%);
}
.banTextures-card-img {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  .banTextures-card-img {
    width: 32px;
    height: 32px;
  }
}
.coverBlock {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .coverBlock {
    padding-bottom: 160px;
  }
}
.coverBlock h1 {
  font-size: 74px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .coverBlock h1 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.coverBlock h1 p {
  line-height: 1;
}
.coverBlock h1 strong {
  font-weight: 700;
  color: #d6defc;
}
.coverBlock-ffLogo {
  position: absolute;
  right: 5vw;
  bottom: 34px;
}
@media screen and (max-width: 991px) {
  .coverBlock-ffLogo {
    display: none;
  }
}
.coverBlock-ffLogo img {
  width: 164px;
}
.coverBlock-ffLogoMobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .coverBlock-ffLogoMobile {
    display: block;
    margin-top: 32px;
  }
}
.coverBlock-ffLogoMobile img {
  width: 141px;
}
.coverBlock-content {
  position: relative;
  z-index: 10;
  text-align: center;
}
.coverBlock-content-text {
  max-width: 500px;
  width: 100%;
  margin: auto;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 95px;
}
.coverBlock-content-text strong {
  padding: 0 5px 0 5px;
  border-radius: 80px;
  background: linear-gradient(111deg, #575353 33.51%, #423939 72.7%);
}
@media screen and (max-width: 991px) {
  .coverBlock-content-text {
    margin-bottom: 24px;
  }
  .coverBlock-content-text p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
  }
  .coverBlock-content-text br {
    display: none;
  }
}
.coverBlock-btn {
  text-align: center;
}
.coverBlock-btn .btn {
  padding: 12px 32px;
  border-radius: 80px;
}
.coverBlock-deco {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .coverBlock-deco svg {
    width: 160vw;
  }
}
.coverBlock-imgLeft {
  position: absolute;
  left: 5vw;
  bottom: -50px;
}
@media screen and (max-width: 991px) {
  .coverBlock-imgLeft {
    display: none;
  }
}
.coverBlock-imgLeft .visualImgContainer {
  width: 277px;
  height: 466px;
  border-radius: 30px;
  overflow: hidden;
}
.coverBlock-imgLeft img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.coverBlock-imgMinRight {
  position: absolute;
  right: calc(10vw + 237px);
  transform: translateY(30px);
  bottom: 0;
}
.coverBlock-imgMinRight .visualImgContainer {
  width: 135px;
  height: 226px;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .coverBlock-imgMinRight {
    display: none;
  }
}
.coverBlock-imgRight {
  position: absolute;
  right: 10vw;
  bottom: 117px;
}
@media screen and (max-width: 991px) {
  .coverBlock-imgRight {
    display: none;
  }
}
.coverBlock-imgRight .visualImgContainer {
  width: 207px;
  height: 348px;
  border-radius: 30px;
  overflow: hidden;
}
.coverBlock-imgRight img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.coverBlock-images {
  display: none;
  gap: 13px;
  position: absolute;
  left: 5vw;
  bottom: 0;
  width: calc(100% - 10vw);
  transform: translateY(40px);
}
@media screen and (max-width: 991px) {
  .coverBlock-images {
    display: flex;
  }
}
.coverBlock-images .visualImgContainer {
  flex: 1 1 0%;
  height: 141px;
  border-radius: 24px;
  overflow: hidden;
}
.coverBlock-images .visualImgContainer:nth-child(2) {
  transform: translateY(-20px);
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "interstate", sans-serif;
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.hover\:border-indigo-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:shadow-lg:hover {
  --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);
}
.focus\:border-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px) {

  .sm\:inline {
    display: inline;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {

  .md\:flex {
    display: flex;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

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

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:inline {
    display: inline;
  }

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

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

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {

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

