/*@import "./components/_button.scss";*/

/*@import "./components/_menu.scss";*/

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

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

/*
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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-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: 540px) {
  .container {
    max-width: 540px;
  }
}

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

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

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

.aspect-w-13 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 13;
}

.aspect-w-13 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.aspect-w-4 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 4;
}

.aspect-w-4 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-h-3 {
  --tw-aspect-h: 3;
}

.pointer-events-none {
  pointer-events: none;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.\!sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.top-30 {
  top: 30px;
}

.top-10 {
  top: 10px;
}

.left-10 {
  left: 10px;
}

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

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

.bottom-8 {
  bottom: 8px;
}

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

.-left-10 {
  left: -10px;
}

.top-32 {
  top: 32px;
}

.-left-6 {
  left: -6px;
}

.-top-5 {
  top: -5px;
}

.left-32 {
  left: 32px;
}

.-top-4 {
  top: -4px;
}

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

.top-40 {
  top: 40px;
}

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

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

.bottom-4 {
  bottom: 4px;
}

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

.right-30 {
  right: 30px;
}

.top-64 {
  top: 64px;
}

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

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

.right-15 {
  right: 15px;
}

.top-1\/4 {
  top: 25%;
}

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

.-left-15 {
  left: -15px;
}

.-right-15 {
  right: -15px;
}

.right-20 {
  right: 20px;
}

.bottom-72 {
  bottom: 72px;
}

.left-20 {
  left: 20px;
}

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

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

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

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

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

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

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

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

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

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

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

.my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

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

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

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.-mx-10 {
  margin-left: -10px;
  margin-right: -10px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-4 {
  margin-left: 4px;
}

.mt-30 {
  margin-top: 30px;
}

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

.mb-12 {
  margin-bottom: 12px;
}

.mr-16 {
  margin-right: 16px;
}

.mb-4 {
  margin-bottom: 4px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-36 {
  margin-top: 36px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-12 {
  margin-right: 12px;
}

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

.mb-48 {
  margin-bottom: 48px;
}

.ml-8 {
  margin-left: 8px;
}

.mt-20 {
  margin-top: 20px;
}

.-mt-36 {
  margin-top: -36px;
}

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

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

.-mt-30 {
  margin-top: -30px;
}

.mt-5 {
  margin-top: 5px;
}

.-mt-40 {
  margin-top: -40px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-15 {
  margin-right: 15px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-4 {
  margin-top: 4px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-40 {
  height: 40px;
}

.h-full {
  height: 100%;
}

.h-32 {
  height: 32px;
}

.h-64 {
  height: 64px;
}

.h-0 {
  height: 0px;
}

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

.h-18 {
  height: 18px;
}

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

.\!h-full {
  height: 100% !important;
}

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

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

.h-62 {
  height: 62px;
}

.h-px {
  height: 1px;
}

.h-320 {
  height: 320px;
}

.h-80p {
  height: 80%;
}

.h-10 {
  height: 10px;
}

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

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

.h-20 {
  height: 20px;
}

.h-42 {
  height: 42px;
}

.h-125 {
  height: 125px;
}

.max-h-full {
  max-height: 100%;
}

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

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

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

.w-full {
  width: 100%;
}

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

.w-40 {
  width: 40px;
}

.w-32 {
  width: 32px;
}

.w-64 {
  width: 64px;
}

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

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

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

.w-84 {
  width: 84px;
}

.w-4 {
  width: 4px;
}

.w-10 {
  width: 10px;
}

.w-256 {
  width: 256px;
}

.w-auto {
  width: auto;
}

.w-42 {
  width: 42px;
}

.w-125 {
  width: 125px;
}

.min-w-160 {
  min-width: 160px;
}

.max-w-142 {
  max-width: 142px;
}

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

.max-w-160 {
  max-width: 160px;
}

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

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

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

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

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

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

.max-w-md {
  max-width: 28rem;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-320 {
  max-width: 320px;
}

.max-w-570 {
  max-width: 570px;
}

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

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

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

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

.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
  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-full {
  --tw-translate-y: 100%;
  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-full {
  --tw-translate-x: 100%;
  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-full {
  --tw-translate-x: -100%;
  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-\[100px\] {
  --tw-translate-y: 100px;
  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-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-y-20 {
  --tw-translate-y: -20px;
  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-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));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  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-180 {
  --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));
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}

.scale-\[50\] {
  --tw-scale-x: 50;
  --tw-scale-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));
}

.animate-feel-the-flow-4 {
  -webkit-animation: feel-the-flow 8s infinite alternate ease-in-out;
          animation: feel-the-flow 8s infinite alternate ease-in-out;
}

.animate-feel-the-flow {
  -webkit-animation: feel-the-flow 5.5s infinite alternate ease-in-out;
          animation: feel-the-flow 5.5s infinite alternate ease-in-out;
}

.animate-feel-the-flow-2 {
  -webkit-animation: feel-the-flow 6s infinite alternate ease-in-out;
          animation: feel-the-flow 6s infinite alternate ease-in-out;
}

.animate-feel-the-flow-3 {
  -webkit-animation: feel-the-flow 7.5s infinite alternate ease-in-out;
          animation: feel-the-flow 7.5s infinite alternate ease-in-out;
}

.cursor-pointer {
  cursor: pointer;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-32 {
  gap: 32px;
}

.gap-10 {
  gap: 10px;
}

.gap-16 {
  gap: 16px;
}

.gap-30 {
  gap: 30px;
}

.gap-48 {
  gap: 48px;
}

.gap-22 {
  gap: 22px;
}

.gap-20 {
  gap: 20px;
}

.gap-12 {
  gap: 12px;
}

.gap-x-2 {
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.gap-x-4 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.gap-x-16 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-96 {
  -moz-column-gap: 96px;
       column-gap: 96px;
}

.gap-x-12 {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.gap-x-8 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-y-40 {
  row-gap: 40px;
}

.gap-y-16 {
  row-gap: 16px;
}

.gap-x-20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

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

.space-x-10 > :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)));
}

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

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

.space-y-8 > :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-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}

.space-y-20 > :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));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-30 {
  border-radius: 30px;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-24 {
  border-radius: 24px;
}

.rounded-3 {
  border-radius: 3px;
}

.rounded-40 {
  border-radius: 40px;
}

.\!rounded-20 {
  border-radius: 20px !important;
}

.rounded-8 {
  border-radius: 8px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-25 {
  border-radius: 25px;
}

.rounded-b-40 {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.rounded-t-40 {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.rounded-t-3 {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.rounded-b-3 {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.border {
  border-width: 1px;
}

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

.border-secondary-2 {
  --tw-border-opacity: 1;
  border-color: rgb(255 191 0 / var(--tw-border-opacity));
}

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

.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(236 241 244 / var(--tw-border-opacity));
}

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

.bg-primary-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 11 108 / var(--tw-bg-opacity));
}

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

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

.bg-secondary-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 117 158 / var(--tw-bg-opacity));
}

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

.bg-primary-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 50 / var(--tw-bg-opacity));
}

.\!bg-primary-1 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(37 11 108 / var(--tw-bg-opacity)) !important;
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(15 45 165 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-menu {
  background-image: linear-gradient(90deg, #250B6C 0%, #2A0F96 100%);
}

.bg-gradient-1 {
  background-image: linear-gradient(90deg, #250B6C 0%, #2A0F96 100%);;
}

.bg-gradient-2 {
  background-image: linear-gradient(270deg, #372388 51.12%, rgba(55, 35, 136, 0) 89.8%);
}

.bg-gradient-2-mobile {
  background-image: linear-gradient(270deg, #372388 51.12%, rgba(55, 35, 136, 0.8) 89.8%);
}

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

.bg-full {
  background-size: 100% 100%;
}

.bg-full-w {
  background-size: 100% auto;
}

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

.bg-left-top {
  background-position: left top;
}

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

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

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

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

.bg-right-top {
  background-position: right top;
}

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

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

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

.object-top {
  -o-object-position: top;
     object-position: top;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-8 {
  padding: 8px;
}

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

.p-16 {
  padding: 16px;
}

.p-24 {
  padding: 24px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.\!py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

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

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

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

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

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

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

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

.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.px-26 {
  padding-left: 26px;
  padding-right: 26px;
}

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

.pb-32 {
  padding-bottom: 32px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pt-63\.57p {
  padding-top: 63.57%;
}

.pt-1\/1 {
  padding-top: 100%;
}

.pt-full {
  padding-top: 100%;
}

.pl-36 {
  padding-left: 36px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-40 {
  padding-top: 40px;
}

.pl-80 {
  padding-left: 80px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-8 {
  padding-right: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-15 {
  padding-right: 15px;
}

.pt-96 {
  padding-top: 96px;
}

.pt-54p {
  padding-top: 54%;
}

.pt-56\.34p {
  padding-top: 56.34%;
}

.pt-56 {
  padding-top: 56px;
}

.pt-\[29\.6\%\] {
  padding-top: 29.6%;
}

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

.pt-12 {
  padding-top: 12px;
}

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

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

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

.font-body {
  font-family: Lexend Deca;
}

.font-code {
  font-family: Consolas, 'Courier New', monospace;
}

.font-heading {
  font-family: 'SVN-Vesterbro';
}

.text-18 {
  font-size: 18px;
  line-height: 1.5;
}

.text-h1 {
  font-size: 40px;
  line-height: 1.2;
}

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

.text-32 {
  font-size: 32px;
  line-height: 1.4;
}

.text-40 {
  font-size: 40px;
  line-height: 1.4;
}

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

.text-12 {
  font-size: 12px;
  line-height: 1.225;
}

.text-14 {
  font-size: 14px;
  line-height: 1.35;
}

.text-48 {
  font-size: 48px;
  line-height: 1.4;
}

.text-28 {
  font-size: 28px;
  line-height: 1.3;
}

.text-20 {
  font-size: 20px;
  line-height: 1.4;
}

.text-36 {
  font-size: 36px;
  line-height: 1.4;
}

.text-22 {
  font-size: 22px;
  line-height: 1.4;
}

.text-30 {
  font-size: 30px;
  line-height: 1.4;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

.-tracking-2 {
  letter-spacing: 0.02em;
}

.tracking-normal {
  letter-spacing: 0em;
}

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

.text-primary-1 {
  --tw-text-opacity: 1;
  color: rgb(37 11 108 / var(--tw-text-opacity));
}

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

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(15 45 165 / var(--tw-text-opacity));
}

.text-grey-50 {
  color: rgba(0, 0, 0, .5);
}

.text-grey-80 {
  color: rgba(0, 0, 0, .8);
}

.text-current {
  color: currentColor;
}

.\!text-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(117 222 255 / var(--tw-text-opacity)) !important;
}

.text-secondary-2 {
  --tw-text-opacity: 1;
  color: rgb(255 191 0 / var(--tw-text-opacity));
}

.text-grey-90 {
  color: rgba(0, 0, 0, .9);
}

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

.text-grey-30 {
  color: rgba(0, 0, 0, .3);
}

.text-subtleText {
  --tw-text-opacity: 1;
  color: rgb(140 140 162 / var(--tw-text-opacity));
}

.text-text {
  --tw-text-opacity: 1;
  color: rgb(55 58 86 / var(--tw-text-opacity));
}

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

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

.text-opacity-60 {
  --tw-text-opacity: 0.6;
}

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

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

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

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

.placeholder-opacity-60::-moz-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60:-ms-input-placeholder {
  --tw-placeholder-opacity: 0.6;
}

.placeholder-opacity-60::placeholder {
  --tw-placeholder-opacity: 0.6;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -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);
}

.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

[x-cloak]{
  display: none;
}

@-webkit-keyframes feel-the-flow {
  0%{
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(1.5rem, -0.5rem, 0);
  }

  100% {
    transform: translate3d(0, 0.5rem, 0);
  }
}

@keyframes feel-the-flow {
  0%{
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(1.5rem, -0.5rem, 0);
  }

  100% {
    transform: translate3d(0, 0.5rem, 0);
  }
}

.btn-secondary-inner {
  --tw-shadow: 0px 4px 0px #FFBF00;
  --tw-shadow-colored: 0px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 210 50 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 50 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(15 45 165 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.btn-secondary-inner:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 11 108 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .btn-secondary-inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-secondary-inner {
    padding-left: 28px;
  }

  .btn-secondary-inner {
    padding-right: 26px;
  }
}

.btn-secondary-inner {
  overflow: hidden;
}

.btn-secondary-inner:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary-inner::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  --tw-translate-x: -100%;
  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: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(117 222 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms
}

.btn-secondary-inner:hover::before {
  left: 50%;
  top: 50%;
  --tw-translate-x: -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));
}

.btn-secondary-inner:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 11 108 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .btn-secondary-inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-secondary-inner {
    padding-left: 28px;
  }

  .btn-secondary-inner {
    padding-right: 26px;
  }
}

.btn-secondary {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 210 50 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 50 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(15 45 165 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 11 108 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .btn-secondary {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-secondary {
    padding-left: 28px;
  }

  .btn-secondary {
    padding-right: 26px;
  }
}

.btn-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(37 11 108 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 11 108 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0px 4px 0px #75DEFF !important;
  --tw-shadow-colored: 0px 4px 0px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.btn-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 11 108 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(37 11 108 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

@media (min-width: 640px) {
  .btn-primary {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary {
    padding-left: 28px;
  }

  .btn-primary {
    padding-right: 26px;
  }
}

.btn-blue {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(117 222 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(117 222 255 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(15 45 165 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  overflow: hidden;
}

.btn-blue:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-blue::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  --tw-translate-x: -100%;
  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: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 50 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms
}

.btn-blue:hover::before {
  left: 50%;
  top: 50%;
  --tw-translate-x: -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));
}

.btn-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 11 108 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .btn-blue {
    padding-top: 12px;
  }

  .btn-blue {
    padding-left: 28px;
  }

  .btn-blue {
    padding-right: 26px;
  }
}

.btn-secondary-1-small {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(42 15 150 / var(--tw-bg-opacity));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 1.35;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-secondary-1-small:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.btn-primary-2-small {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 50 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 32px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(37 11 108 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary-2-small:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 191 0 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .btn-primary-2-small {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .btn-primary-2-small {
    padding-right: 50px;
  }

  .btn-primary-2-small {
    padding-left: 24px;
  }
}

.btn-yellow {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 210 50 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 50 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(15 45 165 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.btn-yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 11 108 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .btn-yellow {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-yellow {
    padding-left: 28px;
  }

  .btn-yellow {
    padding-right: 26px;
  }
}

.btn-yellow {
  overflow: hidden;
}

.btn-yellow:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-yellow::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  --tw-translate-x: -100%;
  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: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(117 222 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms
}

.btn-yellow:hover::before {
  left: 50%;
  top: 50%;
  --tw-translate-x: -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));
}

.btn-yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 11 108 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .btn-yellow {
    padding-left: 28px;
  }

  .btn-yellow {
    padding-right: 26px;
  }

  .btn-yellow {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .btn-yellow {
    padding-top: 12px;
  }

  .btn-yellow {
    padding-bottom: 10px;
  }
}

.btn-arrow-right {
  position: relative;
}

.primary-2-button .inline-form-group:after {
  position: absolute;
  top: 15px;
  right: 14px;
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(../images/icons/icon-chevron-right-primary-1.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 640px) {
  .primary-2-button .inline-form-group:after {
    right: 24px;
  }
}

.primary-2-button .inline-form-group {
  margin-left: -16px;
  margin-right: -16px;
}

@media (min-width: 640px) {
  .primary-2-button .inline-form-group {
    margin-left: 0px;
    margin-right: 0px;
  }
}

input[type="text"], input[type="search"], input[type="email"], input[type="tel"] {
  width: 100%;
  border-radius: 24px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input[type="text"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder {
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.6;
}

input[type="text"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder {
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.6;
}

input[type="text"]::placeholder, input[type="search"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder {
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.6;
}

input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 210 50 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.show-on-menu-closed {
  display: none;
}

.hide-on-menu-opened {
  display: block;
}

.mm-ocd-opened .hide-on-menu-opened {
  display: none;
}

.mm-ocd-opened .show-on-menu-closed {
  display: block;
}

.widget h4 {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 210 50 / var(--tw-text-opacity));
}

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

footer .widget a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 210 50 / var(--tw-text-opacity));
}

.grecaptcha-badge {
  visibility: hidden;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  align-items: center;
  justify-content: center;
}

.pagination-item:not(:last-child) {
  margin-right: 16px;
}

.pagination-item {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(42 15 150 / var(--tw-border-opacity));
}

.pagination-item a {
  width: 54px;
  height: 54px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-item:hover, .pagination-item.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 191 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(37 11 108 / var(--tw-text-opacity));
  border-color: transparent;
}

.pagination-item.next path, .pagination-item.prev path {
  fill: currentColor;
}

p:not(:last-child) {
  margin-bottom: 1em;
}

.reading-area hr {
  margin-top: 1em;
  margin-bottom: 1em;
}

.reading-area h1 {
  font-size: 28px;
  font-weight: bold;
}

.reading-area h2:not(.elementor-heading-title) {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  --tw-text-opacity: 1;
  color: rgb(37 11 108 / var(--tw-text-opacity));
}

.reading-area h3 {
  font-size: 18px;
  font-weight: bold;
}

.reading-area h4 {
  font-size: 16px;
  font-weight: bold;
}

.reading-area h5 {
  font-size: 14px;
  font-weight: bold;
}

.reading-area h6 {
  font-size: 14px;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.02em;
  /*margin-bottom: 1em;*/
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .reading-area h1 {
    font-size: 32px;
    font-weight: 900;
  }

  .reading-area h2 {
    font-size: 28px;
    font-weight: 900;
  }

  .reading-area h3 {
    font-size: 24px;
    font-weight: 900;
  }

  .reading-area h4 {
    font-size: 20px;
  }

  .reading-area h5 {
    font-size: 16px;
  }

  .reading-area h6 {
    font-size: 16px;
  }
}

.medium-wrap p,
.medium-wrap h1,
.medium-wrap h2,
.medium-wrap h3,
.medium-wrap h4,
.medium-wrap h5,
.medium-wrap h6,
.medium-wrap ul,
.medium-wrap ol,
.medium-wrap figcaption,
.medium-wrap a,
.medium-wrap blockquote {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.reading-area{
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.reading-area blockquote {
  padding-left: 16px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(15 45 165 / var(--tw-border-opacity));
  margin-bottom: 32px;
}

.reading-area cite {
  text-align: right;
  display: block;
  font-size: 14px;
  line-height: 1.35;
  opacity: 0.9;
}

.reading-area figure figcaption {
  opacity: .8;
  font-style: italic;
}

.reading-area figure,
.reading-area .iframe-player {
  margin: 2rem auto;
  max-width: 1024px;
}

.reading-area figure img {
  margin-left: auto;
  margin-right: auto;
}

.reading-area ul li:before {
  display: inline-block;
  speak: none;
  text-transform: none;
  content: "";
  margin-right: .4em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  width: .5em;
  height: .5em;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(15 45 165 / var(--tw-bg-opacity));
}

.reading-area ol {
  counter-reset: section;
}

.reading-area li {
  margin-bottom: 1em;
}

.reading-area ol li:before {
  counter-increment: section;
  content: counters(section, ".") " ";
  vertical-align: middle;
  --tw-bg-opacity: 1;
  background-color: rgb(15 45 165 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-radius: 9999px;
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: inline-block;
  margin-right: .4em;
}

.reading-area a {
  position: relative;
}

.reading-area a:before {
  content: '';
  width: 100%;
  height: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-bg-opacity: 1;
  background-color: rgb(15 45 165 / var(--tw-bg-opacity));
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.reading-area a:hover:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 207 2 / var(--tw-bg-opacity));
}

.reading-area li a:before {
  --tw-bg-opacity: 1;
  background-color: rgb(15 45 165 / var(--tw-bg-opacity));
}

ol ol,
ul ol,
ol ul {
  margin-left: 2em !important;
  margin-top: 1em;
}

pre,
code {
  max-width: 100%;
  overflow: auto;
}

.btn-primary {
  overflow: hidden;
  --tw-shadow: 0px 4px 0px #75DEFF;
  --tw-shadow-colored: 0px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #75DEFF;
  --tw-shadow: var(--tw-shadow-colored);
}

.btn-primary:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-primary::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  --tw-translate-x: -100%;
  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: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(117 222 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms
}

.btn-primary:hover::before {
  left: 50%;
  top: 50%;
  --tw-translate-x: -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));
}

.btn-primary:hover path {
}

.btn-secondary {
  overflow: hidden;
}

.btn-secondary:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  --tw-translate-x: -100%;
  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: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(117 222 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms
}

.btn-secondary:hover::before {
  left: 50%;
  top: 50%;
  --tw-translate-x: -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));
}

.btn-third {
  overflow: hidden;
}

.btn-third:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-third::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  --tw-translate-x: -100%;
  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: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 50 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms
}

.btn-third:hover::before {
  left: 50%;
  top: 50%;
  --tw-translate-x: -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));
}

.feedback .item p {
  margin-bottom: 10px;
}

.custom-select {
  background-image: url('../images/arrow-down.png');
  background-size: 16px 16px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}

.custom-shadow-border {
  position: absolute;
  left: 4px;
  top: 1px;
  z-index: 0;
  -webkit-text-stroke-width: 1px;
}

.custom-shadow-border-blue {
  -webkit-text-stroke-color: #75DEFF;
  color: transparent;
}

.btn-register {
  position: relative;
  overflow: hidden;
}

.btn-register:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-register::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  --tw-translate-x: -100%;
  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: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(117 222 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms
}

.btn-register:hover::before {
  left: 50%;
  top: 50%;
  --tw-translate-x: -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));
}

@-webkit-keyframes adjust-progressbar {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes adjust-progressbar {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

#progressbar {
  -webkit-animation: 1s linear forwards adjust-progressbar;
          animation: 1s linear forwards adjust-progressbar;
}

@scroll-timeline scroll-in-document-timeline {
  source: auto;

  orientation: vertical;

  scroll-offsets: 0%, 100%;
}

/*Mega menu*/

.lw-mega-menu {
  position: relative;
  display: flex;
  font-size: 18px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .lw-mega-menu {
    display: flex;
  }

  .lw-mega-menu {
    justify-content: flex-end;
  }
}

.lw-mega-menu .simple-menu, .lw-mega-menu .mega-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
}

.has-simple-menu {
  position: relative;
}

.lw-mega-menu .simple-menu {
  display: flex;
  min-width: 256px;
  flex-direction: column;
  padding-top: 6px;
  padding-bottom: 6px;
}

.lw-mega-menu .mega-menu {
  margin-left: -24px;
  box-sizing: content-box;
  width: 100%;
  padding: 56px;
}

.lw-mega-menu .mega-menu .close-icon {
  position: absolute;
  right: 24px;
  top: 24px;
}

.lw-mega-menu .menu-item-wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.lw-mega-menu .menu-item-wrap>div {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.lw-mega-menu .nav-desc {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.lw-mega-menu .level-1:hover{
  /*@apply bg-black;*/
}

.lw-mega-menu .level-1:hover>a {
  --tw-text-opacity: 1;
  color: rgb(255 207 2 / var(--tw-text-opacity));
}

.lw-mega-menu .level-1>a {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.lw-mega-menu .level-1:hover .nav-desc {
  --tw-text-opacity: 1;
  color: rgb(15 45 165 / var(--tw-text-opacity));
}

.lw-mega-menu .simple-menu .menu-item-wrap {
  display: flex;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.lw-mega-menu .simple-menu .menu-item-wrap:hover {
  --tw-text-opacity: 1;
  color: rgb(255 207 2 / var(--tw-text-opacity));
}

.lw-mega-menu .toggle-sub-menu {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}

.sub-menu .toggle-sub-menu {
  --tw-rotate: -90deg !important;
  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));
}

.lw-mega-menu .sub-menu .sub-menu {
  left: 100%;
  top: 0px;
}

.lw-mega-menu .sub-menu .menu-item-wrap {
  flex-direction: row;
}

.lw-mega-menu .simple-menu .sub-menu {
  width: 256px;
}

.lw-mega-menu .menu-item-wrap:hover > .toggle-sub-menu{
  /*@apply text-white;*/
}

.lw-mega-menu .mega-menu.submenu-show {
  visibility: visible;
  opacity: 1;
}

.lw-mega-menu .mega-menu.submenu-hide {
  visibility: hidden;
  opacity: 0;
}

.lw-mega-menu .on-open>a>div>.toggle-sub-menu {
  --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));
}

.lw-mega-menu .level-1 .menu-item-title {
  font-weight: 500;
}

.lw-mega-menu .level-1.current_page_item >a>.menu-item-wrap>div>.menu-item-title {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 191 0 / var(--tw-text-opacity));
}

.elementor-widget-text-editor ul li, .styled-list ul li {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.elementor-widget-text-editor ul li::before, .styled-list ul li::before {
  display: block;
  height: 16px;
  width: 16px;
  flex-shrink: 0;
  --tw-translate-y: 2px;
  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));
  background-image: url(../images/icon-left-arrow-bullet.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}

.elementor-widget-text-editor ul li:hover::before {
  --tw-translate-x: 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));
}

.styled-image, .styled-box {
  position: relative;
}

.styled-image::before, .styled-box::before {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  --tw-translate-x: 8px;
  --tw-translate-y: 8px;
  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: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(117 222 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}

.group:hover .styled-image::before, .group:hover .styled-box::before {
  --tw-translate-x: 0px;
  content: var(--tw-content);
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.styled-box:after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  background-image: linear-gradient(90deg, #250B6C 0%, #2A0F96 100%);;
  --tw-content: '';
  content: var(--tw-content);
}

.styled-box .elementor-widget-container {
  position: relative;
  z-index: 20;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .styled-box .elementor-widget-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.styled-image img, .styled-image iframe {
  z-index: 10;
  border-radius: 40px !important;
}

.styled-image .elementor-widget-container {
  position: relative;
}

.styled-image-small {
  position: relative;
}

.styled-image-small::before {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  --tw-translate-x: 8px;
  --tw-translate-y: 8px;
  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: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(117 222 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}

.group:hover .styled-image-small::before {
  --tw-translate-x: 0px;
  content: var(--tw-content);
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.styled-image-small img {
  z-index: 10;
  border-radius: 10px !important;
}

.lr-arrows {
  display: flex;
  width: 100%;
  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));
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .lr-arrows {
    position: absolute;
  }

  .lr-arrows {
    top: 50%;
  }

  .lr-arrows {
    margin-bottom: 0px;
  }

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

  .lr-arrows {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.m-wrap{
  max-width: 587px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

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

input[type="text"], input[type="search"], input[type="email"], input[type="tel"], textarea {
  width: 100%;
}

@media (min-width: 1280px) {
  input[type="text"], input[type="search"], input[type="email"], input[type="tel"], textarea {
    width: 243px;
  }
}

@media (min-width: 1536px) {
  input[type="text"], input[type="search"], input[type="email"], input[type="tel"], textarea {
    width: 328px;
  }
}

input[type="text"], input[type="search"], input[type="email"], input[type="tel"], textarea {
  border-radius: 24px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

input[type="text"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder {
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.6;
}

input[type="text"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.6;
}

input[type="text"]::placeholder, input[type="search"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder, textarea::placeholder {
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.6;
}

input[type="text"]:focus, input[type="search"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 210 50 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

select {
  width: 100%;
}

@media (min-width: 1280px) {
  select {
    width: 243px;
  }
}

@media (min-width: 1536px) {
  select {
    width: 328px;
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 24px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 26px;
  padding-right: 26px;
  font-size: 16px;
  line-height: 1.5;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 0.6;
}

select::-moz-placeholder {
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.6;
}

select:-ms-input-placeholder {
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.6;
}

select::placeholder {
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.6;
}

select {
  background-image: url('../images/arrow-down.png');
  background-size: 16px 16px;
  background-position: right 15px center;
  background-repeat: no-repeat;
}

select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 210 50 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.single-line{
  height: 46px;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-form label {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
}

@media (min-width: 640px) {
  .wpcf7-form label {
    flex-direction: row;
  }

  .wpcf7-form label {
    align-items: center;
  }
}

.wpcf7-form label span:first-child{
  min-width: 164px;
  flex-shrink: 0;
}

.wpcf7-not-valid-tip {
  margin-top: 16px;
}

.secondary-button .wpcf7-submit {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 210 50 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 50 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(15 45 165 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.secondary-button .wpcf7-submit:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 11 108 / var(--tw-border-opacity));
}

@media (min-width: 640px) {
  .secondary-button .wpcf7-submit {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .secondary-button .wpcf7-submit {
    padding-left: 28px;
  }

  .secondary-button .wpcf7-submit {
    padding-right: 26px;
  }
}

.secondary-button .wpcf7-submit {
  overflow: hidden;
}

.secondary-button .wpcf7-submit:hover {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.secondary-button .wpcf7-submit::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 100%;
  --tw-translate-x: -100%;
  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: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(117 222 255 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms
}

.secondary-button .wpcf7-submit:hover::before {
  left: 50%;
  top: 50%;
  --tw-translate-x: -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));
}

.secondary-1-button .wpcf7-submit {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(42 15 150 / var(--tw-bg-opacity));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 1.35;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.secondary-1-button .wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.primary-2-button .wpcf7-submit {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 210 50 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 32px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(37 11 108 / var(--tw-text-opacity));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.primary-2-button .wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 191 0 / var(--tw-bg-opacity));
}

@media (min-width: 640px) {
  .primary-2-button .wpcf7-submit {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .primary-2-button .wpcf7-submit {
    padding-right: 50px;
  }

  .primary-2-button .wpcf7-submit {
    padding-left: 24px;
  }
}

.form-light input[type="email"], .form-light input[type="text"] {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.wpcf7-form br {
  display: none;
}

.inline-form-group {
  position: relative;
}

.inline-form-group [type="email"] {
  position: relative;
  width: 100%;
}

.inline-form-group [type="submit"] {
  position: absolute;
  right: 0px;
  top: 0px;
}

.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}

.wpcf7-checkbox label {
  flex-direction: row;
  justify-content: flex-start;
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.secondary-1-button [type="email"], .secondary-1-button [type="text"], .secondary-1-button [type="tel"] {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(37 11 108 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.secondary-1-button [type="email"]:focus, .secondary-1-button [type="text"]:focus, .secondary-1-button [type="tel"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 11 108 / var(--tw-border-opacity));
}

.has-shadow-effect {
  position: relative;
}

.has-shadow-effect:before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  --tw-translate-x: 4px;
  --tw-translate-y: 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));
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(117 222 255 / var(--tw-bg-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}

.group:hover .has-shadow-effect:before {
  --tw-translate-x: 8px;
  --tw-translate-y: 8px;
  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));
  opacity: 1;
}

.has-shadow-effect img {
  z-index: 20;
}

.rank-math-breadcrumb {
  padding-top: 40px;
  padding-bottom: 40px;
}

.rank-math-breadcrumb p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

@media (min-width: 1024px) {
  .rank-math-breadcrumb p {
    flex-wrap: nowrap;
  }
}

.rank-math-breadcrumb .separator{
  background-image: url("../images/icons/icon-chevron-right.svg");
  display: block;
  height: 24px;
  width: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-bg-mobile {
  height: calc(100% - 95px);
}

@media screen and (min-width: 1801px) {
  .banner-image {
    margin-top: 40px;
  }

  .banner-image {
    max-width: 1000px;
  }

  .banner-page-image {
    background-size: auto calc(100% - 30px);
  }
}

@media screen and (max-width: 1800px) {
  .banner-image {
    max-width: 880px;
  }

  .banner-page-image {
    background-size: auto calc(100% - 24px);
  }
}

@media screen and (max-width: 1680px) {
  .banner-image {
    margin-top: 32px;
  }

  .banner-image {
    max-width: 800px;
  }

  .banner-page-image {
    background-size: auto calc(100% - 24px);
  }
}

@media screen and (max-width: 1600px) {
  .banner-image {
    margin-top: 29px;
  }

  .banner-image {
    max-width: 800px;
  }

  .banner-page-image {
    background-size: auto calc(100% - 22px);
  }
}

@media screen and (max-width: 1370px){
  .banner-bg {
    background-size: 100% 100%;
  }

  .banner-page-image {
    background-size: auto calc(100% - 19px);
  }
}

@media screen and (max-width: 1200px){
  .banner-bg {
    background-size: 100% 100%;
  }

  .banner-page-image {
    background-size: auto calc(100% - 17px);
  }
}

@media screen and (max-width: 1023.5px){
  .banner-bg {
    background-size: 100% 100%;
    /* background-position: ; */
  }

  .banner-image {
    margin-top: 20px;
  }

  .banner-image {
    max-width: 500px;
  }

  .banner-page-image {
    background-size: auto calc(100% - 14px);
  }
}

@media screen and (max-width: 991.5px){
  .banner-image {
    margin-top: 18px;
  }

  .banner-image {
    max-width: 500px;
  }
}

@media screen and (max-width: 945.5px){
  .banner-image {
    max-width: 450px;
  }
}

@media screen and (max-width: 870.5px){
  .banner-image {
    max-width: 410px;
  }
}

@media screen and (max-width: 790.5px){
  .banner-image {
    margin-top: 15px;
  }

  .banner-image {
    max-width: 380px;
  }
}

@media screen and (max-width: 720.5px){
  .banner-image {
    margin-top: 14px;
  }

  .banner-image {
    max-width: 340px;
  }

  .banner-page-image {
    background-size: auto calc(100% - 10px);
  }
}

@media screen and (max-width: 655.5px){
  .banner-image {
    margin-top: 12px;
  }

  .banner-image {
    max-width: 300px;
  }

  .banner-image-page-mobile {
    background-size: 160% auto;
  }

  .banner-image-mobile {
    background-size: 100% auto;
  }
}

@media screen and (max-width: 600.5px){
  .banner-image {
    margin-top: 10px;
  }

  .banner-image {
    max-width: 270px;
  }

  .banner-image-mobile {
    background-size: 115% auto;
  }
}

@media screen and (max-width: 530.5px){
  .banner-image {
    max-width: 245px;
  }

  .banner-image-mobile {
    background-size: 120% auto;
  }

  .banner-image-page-mobile {
    background-size: 200% auto;
  }
}

@media screen and (max-width: 495.5px){
  .banner-image {
    max-width: 225px;
  }
}

@media screen and (max-width: 460.5px){
  .banner-image {
    max-width: 200px;
  }

  .banner-image-mobile {
    background-size: 140% auto;
  }
}

@media screen and (max-width: 440.5px){
  .banner-image-mobile {
    background-size: 105% auto;
  }

  .banner-page-image {
    background-size: auto calc(100% - 5px);
  }

  .banner-image-page-mobile {
    background-size: 200% auto;
  }
}

@media screen and (max-width: 420.5px){
  .banner-image {
    max-width: 180px;
  }

  .banner-image-mobile {
    background-size: 115% auto;
  }
}

@media screen and (max-width: 390.5px){
  .banner-image {
    max-width: 160px;
  }

  .banner-image-mobile {
    background-size: 125% auto;
  }

  .banner-image-page-mobile {
    background-size: 230% auto;
  }
}

@media screen and (max-width: 350.5px){
  .banner-image {
    max-width: 145px;
  }

  .banner-image-page-mobile {
    background-size: 280% auto;
  }

  .banner-image-mobile {
    background-size: 135% auto;
  }
}

@media screen and (max-width: 330.5px){
  .banner-image {
    max-width: 135px;
  }

  .banner-image-mobile {
    background-size: 150% auto;
    background-position:  left bottom;
  }

  .banner-image-page-mobile {
    background-size: 300% auto;
  }
}

.sidebar h2 {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(37 11 108 / var(--tw-text-opacity));
}

.before\:\!rounded-20::before {
  content: var(--tw-content);
  border-radius: 20px !important;
}

.after\:\!bg-none::after {
  content: var(--tw-content);
  background-image: none !important;
}

.hover\:-translate-y-4:hover {
  --tw-translate-y: -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));
}

.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\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 45 165 / var(--tw-border-opacity));
}

.hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 241 244 / var(--tw-bg-opacity));
}

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

.hover\:text-primary-1:hover {
  --tw-text-opacity: 1;
  color: rgb(37 11 108 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(15 45 165 / var(--tw-text-opacity));
}

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

.focus\:border-yellow:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 210 50 / var(--tw-border-opacity));
}

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

.group:hover .group-hover\:scale-110 {
  --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));
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(15 45 165 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(15 45 165 / var(--tw-text-opacity));
}

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

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

.group:hover .group-hover\:text-accent {
  --tw-text-opacity: 1;
  color: rgb(236 241 244 / var(--tw-text-opacity));
}

.group:hover .group-hover\:drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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: 440px) {
  .xm\:min-h-\[600px\] {
    min-height: 600px;
  }

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

  .xm\:text-36 {
    font-size: 36px;
    line-height: 1.4;
  }
}

@media (min-width: 640px) {
  .sm\:left-42 {
    left: 42px;
  }

  .sm\:-top-8 {
    top: -8px;
  }

  .sm\:top-1\/4 {
    top: 25%;
  }

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

  .sm\:bottom-40 {
    bottom: 40px;
  }

  .sm\:bottom-5 {
    bottom: 5px;
  }

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

  .sm\:right-\[200px\] {
    right: 200px;
  }

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

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

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

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

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

  .sm\:mt-10 {
    margin-top: 10px;
  }

  .sm\:mb-30 {
    margin-bottom: 30px;
  }

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

  .sm\:mb-32 {
    margin-bottom: 32px;
  }

  .sm\:mr-16 {
    margin-right: 16px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-14 {
    height: 14px;
  }

  .sm\:min-h-0 {
    min-height: 0px;
  }

  .sm\:w-20 {
    width: 20px;
  }

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

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

  .sm\:scale-\[60\] {
    --tw-scale-x: 60;
    --tw-scale-y: 60;
    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));
  }

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

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

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

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

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

  .sm\:gap-20 {
    gap: 20px;
  }

  .sm\:gap-x-4 {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }

  .sm\:gap-y-16 {
    row-gap: 16px;
  }

  .sm\:gap-x-30 {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sm\:py-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

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

  .sm\:px-20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sm\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .sm\:py-45 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

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

  .sm\:pl-112 {
    padding-left: 112px;
  }

  .sm\:pt-\[29\.6\%\] {
    padding-top: 29.6%;
  }

  .sm\:pr-30 {
    padding-right: 30px;
  }

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

  .sm\:text-32 {
    font-size: 32px;
    line-height: 1.4;
  }

  .sm\:text-18 {
    font-size: 18px;
    line-height: 1.5;
  }

  .sm\:text-40 {
    font-size: 40px;
    line-height: 1.4;
  }

  .sm\:text-30 {
    font-size: 30px;
    line-height: 1.4;
  }

  .sm\:text-56 {
    font-size: 56px;
    line-height: 1.4;
  }

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

  .sm\:text-20 {
    font-size: 20px;
    line-height: 1.4;
  }

  .sm\:text-28 {
    font-size: 28px;
    line-height: 1.3;
  }

  .sm\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 768px) {
  .md\:left-1\/2 {
    left: 50%;
  }

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

  .md\:left-auto {
    left: auto;
  }

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

  .md\:right-auto {
    right: auto;
  }

  .md\:left-\[30\%\] {
    left: 30%;
  }

  .md\:bottom-8 {
    bottom: 8px;
  }

  .md\:top-\[100px\] {
    top: 100px;
  }

  .md\:right-\[350px\] {
    right: 350px;
  }

  .md\:-left-20 {
    left: -20px;
  }

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

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

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

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

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

  .md\:mt-20 {
    margin-top: 20px;
  }

  .md\:mt-30 {
    margin-top: 30px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-18 {
    height: 18px;
  }

  .md\:w-10 {
    width: 10px;
  }

  .md\:w-56 {
    width: 56px;
  }

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

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

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

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

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

  .md\:-translate-x-full {
    --tw-translate-x: -100%;
    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));
  }

  .md\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
  }

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

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

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

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

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

  .md\:gap-30 {
    gap: 30px;
  }

  .md\:gap-10 {
    gap: 10px;
  }

  .md\:gap-y-30 {
    row-gap: 30px;
  }

  .md\:gap-x-40 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .md\:rounded-40 {
    border-radius: 40px;
  }

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

  .md\:py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:py-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md\:px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }

  .md\:py-52 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .md\:px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }

  .md\:pl-145 {
    padding-left: 145px;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pr-145 {
    padding-right: 145px;
  }

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

  .md\:text-right {
    text-align: right;
  }

  .md\:text-36 {
    font-size: 36px;
    line-height: 1.4;
  }

  .md\:text-32 {
    font-size: 32px;
    line-height: 1.4;
  }

  .md\:text-64 {
    font-size: 64px;
    line-height: 1.5;
  }

  .md\:text-26 {
    font-size: 26px;
    line-height: 1.3;
  }

  .md\:text-24 {
    font-size: 24px;
    line-height: 1.3;
  }

  .md\:text-40 {
    font-size: 40px;
    line-height: 1.4;
  }

  .md\:text-56 {
    font-size: 56px;
    line-height: 1.4;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

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

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

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

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

  .lg\:-left-20 {
    left: -20px;
  }

  .lg\:top-\[250px\] {
    top: 250px;
  }

  .lg\:right-\[400px\] {
    right: 400px;
  }

  .lg\:-top-\[9px\] {
    top: -9px;
  }

  .lg\:-right-20 {
    right: -20px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

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

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

  .lg\:mb-30 {
    margin-bottom: 30px;
  }

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

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-56 {
    margin-top: 56px;
  }

  .lg\:-mt-60 {
    margin-top: -60px;
  }

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

  .lg\:mb-56 {
    margin-bottom: 56px;
  }

  .lg\:mb-64 {
    margin-bottom: 64px;
  }

  .lg\:mt-48 {
    margin-top: 48px;
  }

  .lg\:mr-20 {
    margin-right: 20px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:w-110p {
    width: 110%;
  }

  .lg\:min-w-130 {
    min-width: 130px;
  }

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

  .lg\:translate-y-72 {
    --tw-translate-y: 72px;
    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));
  }

  .lg\:scale-100 {
    --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));
  }

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

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

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

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

  .lg\:gap-57 {
    gap: 57px;
  }

  .lg\:gap-40 {
    gap: 40px;
  }

  .lg\:gap-48 {
    gap: 48px;
  }

  .lg\:gap-x-62 {
    -moz-column-gap: 62px;
         column-gap: 62px;
  }

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

  .lg\:rounded-40 {
    border-radius: 40px;
  }

  .lg\:bg-gradient-2 {
    background-image: linear-gradient(270deg, #372388 51.12%, rgba(55, 35, 136, 0) 89.8%);
  }

  .lg\:bg-full-h {
    background-size: auto 100%;
  }

  .lg\:bg-left-top {
    background-position: left top;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pr-112 {
    padding-right: 112px;
  }

  .lg\:pt-125 {
    padding-top: 125px;
  }

  .lg\:pb-192 {
    padding-bottom: 192px;
  }

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

  .lg\:pb-72 {
    padding-bottom: 72px;
  }

  .lg\:text-36 {
    font-size: 36px;
    line-height: 1.4;
  }

  .lg\:text-72 {
    font-size: 72px;
    line-height: 1.5;
  }

  .lg\:text-28 {
    font-size: 28px;
    line-height: 1.3;
  }

  .lg\:text-48 {
    font-size: 48px;
    line-height: 1.4;
  }

  .lg\:text-64 {
    font-size: 64px;
    line-height: 1.5;
  }

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

  .lg\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 1280px) {
  .xl\:top-\[300px\] {
    top: 300px;
  }

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

  .xl\:-left-40 {
    left: -40px;
  }

  .xl\:-right-40 {
    right: -40px;
  }

  .xl\:-ml-60 {
    margin-left: -60px;
  }

  .xl\:-mr-60 {
    margin-right: -60px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

@media (min-width: 1536px) {
  .\32xl\:top-\[388px\] {
    top: 388px;
  }

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

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

  .\32xl\:h-30 {
    height: 30px;
  }

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