*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

img, video {
  max-width: none;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: unset;
  vertical-align: unset;
}

html.front {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.front body {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  min-height: 100vh;
  max-width: 1920px;
  scroll-behavior: smooth;
  --tw-bg-opacity: 1;
  background-color: rgb(61 15 88 / var(--tw-bg-opacity, 1));
  font-family: Roboto Flex, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body {
  text-rendering: optimizeSpeed;
}

.front main {
  overflow-x: hidden;
}

.acf-page {
  line-height: 1.3;
}

.acf-page button {
  line-height: 1.3;
}

.alignfull {
  max-width: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1280px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .container-large {
    margin: 0px;
    padding: 0px;
  }
}

@media (min-width: 1900px) {
  .container-large {
    margin-left: auto;
    margin-right: auto;
  }
}

h1 {
  font-size: 40px;
  line-height: 1.1;
}

@media (min-width: 1280px) {
  h1 {
    font-size: 80px;
    line-height: 1;
  }
}

h2 {
  font-size: 32px;
  line-height: 1.2;
}

@media (min-width: 1280px) {
  h2 {
    font-size: 60px;
  }
}

.entry-content {
  overflow-wrap: break-word;
  font-size: 16px;
}

@media (min-width: 1280px) {
  .entry-content {
    font-size: 22px;
  }
}

.entry-content ol,
    .entry-content ul {
  margin-left: 0px;
  margin-top: 1.5rem;
  list-style-position: outside;
}

.entry-content ol:last-child,
    .entry-content ul:last-child {
  margin-bottom: 0px;
}

.entry-content ol:only-child,
    .entry-content ul:only-child {
  margin-top: 0px;
}

.entry-content p+ol,
    .entry-content p+ul {
  margin-top: 0px;
}

.entry-content ol li,
    .entry-content ul li {
  margin-bottom: 0.625rem;
  margin-left: 25px;
}

.entry-content ol li:last-child,
    .entry-content ul li:last-child {
  margin-bottom: 0px;
}

.entry-content ol {
  list-style-type: decimal;
}

.entry-content ul {
  list-style-type: disc;
}

.entry-content p {
  margin-bottom: 1rem;
}

.entry-content p:last-child {
  margin-bottom: 0px;
}

.entry-content p:empty {
  margin-bottom: 0px;
}

.entry-content strong {
  font-weight: 700;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.container {
  max-width: 100%;
}

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

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

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

  .container-small {
    max-width: 980px;
  }

  .container-large {
    max-width: none;
  }
}

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-\[30px\] {
  left: 30px;
}

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

.left-\[calc\(50\%_-_960px\)\] {
  left: calc(50% - 960px);
}

.right-0 {
  right: 0px;
}

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

.right-\[calc\(50\%_-_570px\)\] {
  right: calc(50% - 570px);
}

.top-0 {
  top: 0px;
}

.top-20 {
  top: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[9\] {
  z-index: 9;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.h-10 {
  height: 2.5rem;
}

.h-15 {
  height: 60px;
}

.h-20 {
  height: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.h-\[inherit\] {
  height: inherit;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-15 {
  width: 60px;
}

.w-20 {
  width: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[inherit\] {
  width: inherit;
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

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

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

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

.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-\[certificatesHomeSlider_25s_linear_0s_infinite\] {
  animation: certificatesHomeSlider 25s linear 0s infinite;
}

.animate-\[recognizedHomeSlider_17s_linear_0s_infinite\] {
  animation: recognizedHomeSlider 17s linear 0s infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-\[1\.25px\] {
  -moz-column-gap: 1.25px;
       column-gap: 1.25px;
}

.gap-x-\[18px\] {
  -moz-column-gap: 18px;
       column-gap: 18px;
}

.gap-x-\[4\%\] {
  -moz-column-gap: 4%;
       column-gap: 4%;
}

.gap-x-\[90px\] {
  -moz-column-gap: 90px;
       column-gap: 90px;
}

.gap-x-\[var\(--cert-gap\)\] {
  -moz-column-gap: var(--cert-gap);
       column-gap: var(--cert-gap);
}

.gap-x-\[var\(--recognized-gap\)\] {
  -moz-column-gap: var(--recognized-gap);
       column-gap: var(--recognized-gap);
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

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

.gap-y-8 {
  row-gap: 2rem;
}

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.text-wrap {
  text-wrap: wrap;
}

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

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

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

.rounded-\[41\.5px\] {
  border-radius: 41.5px;
}

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

.rounded-l-\[30px\] {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-r-\[30px\] {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.border-0 {
  border-width: 0px;
}

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

.border-flexplay-pink {
  --tw-border-opacity: 1;
  border-color: rgb(227 113 255 / var(--tw-border-opacity, 1));
}

.\!bg-\[\#540582\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(84 5 130 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-\[\#7d21ad\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(125 33 173 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-\[\#97c125\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(151 193 37 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-\[\#a328d1\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(163 40 209 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-\[\#bc42ea\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(188 66 234 / var(--tw-bg-opacity, 1)) !important;
}

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

.\!bg-\[\#f9deff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 222 255 / var(--tw-bg-opacity, 1)) !important;
}

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

.bg-\[\#04a696\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 166 150 / var(--tw-bg-opacity, 1));
}

.bg-\[\#27003A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 0 58 / var(--tw-bg-opacity, 1));
}

.bg-\[\#27003a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 0 58 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3d0f58\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 15 88 / var(--tw-bg-opacity, 1));
}

.bg-\[\#540582\] {
  --tw-bg-opacity: 1;
  background-color: rgb(84 5 130 / var(--tw-bg-opacity, 1));
}

.bg-\[\#7c37a1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(124 55 161 / var(--tw-bg-opacity, 1));
}

.bg-\[\#7d21ad\] {
  --tw-bg-opacity: 1;
  background-color: rgb(125 33 173 / var(--tw-bg-opacity, 1));
}

.bg-\[\#97c125\] {
  --tw-bg-opacity: 1;
  background-color: rgb(151 193 37 / var(--tw-bg-opacity, 1));
}

.bg-\[\#a328d1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(163 40 209 / var(--tw-bg-opacity, 1));
}

.bg-\[\#b337de\] {
  --tw-bg-opacity: 1;
  background-color: rgb(179 55 222 / var(--tw-bg-opacity, 1));
}

.bg-\[\#bc42ea\] {
  --tw-bg-opacity: 1;
  background-color: rgb(188 66 234 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-flexplay-green {
  --tw-bg-opacity: 1;
  background-color: rgb(151 193 37 / var(--tw-bg-opacity, 1));
}

.bg-flexplay-pink-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(195 77 232 / var(--tw-bg-opacity, 1));
}

.bg-flexplay-purple-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(188 66 234 / var(--tw-bg-opacity, 1));
}

.bg-flexplay-purple-dark-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(84 5 130 / var(--tw-bg-opacity, 1));
}

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

.bg-\[image\:var\(--case-study-bg-mobile\)\2c radial-gradient\(350px_354px_at_0\%_100\%\2c rgba\(235\2c 0\2c 255\2c 0\.3\)_0\%\2c rgba\(235\2c 0\2c 255\2c 0\)_100\%\)\] {
  background-image: var(--case-study-bg-mobile),radial-gradient(350px 354px at 0% 100%,rgba(235,0,255,0.3) 0%,rgba(235,0,255,0) 100%);
}

.bg-\[image\:var\(--one-click-poker-bg\)\] {
  background-image: var(--one-click-poker-bg);
}

.bg-\[image\:var\(--product-bg\)\] {
  background-image: var(--product-bg);
}

.bg-\[image\:var\(--video-home-bg\)\] {
  background-image: var(--video-home-bg);
}

.bg-\[length\:var\(--product-bg-size\)\] {
  background-size: var(--product-bg-size);
}

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

.bg-\[position\:right_bottom\2c left_top\] {
  background-position: right bottom,left top;
}

.bg-\[position\:var\(--product-bg-position\)\] {
  background-position: var(--product-bg-position);
}

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

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

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

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

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

.p-10 {
  padding: 2.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

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

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

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

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12\.5 {
  padding-bottom: 50px;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-15 {
  padding-bottom: 60px;
}

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

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

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

.pb-25 {
  padding-bottom: 100px;
}

.pb-37\.5 {
  padding-bottom: 150px;
}

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

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

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

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

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

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

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

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

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

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

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

.pr-4 {
  padding-right: 1rem;
}

.pr-\[var\(--cert-gap\)\] {
  padding-right: var(--cert-gap);
}

.pr-\[var\(--recognized-gap\)\] {
  padding-right: var(--recognized-gap);
}

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

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

.pt-12\.5 {
  padding-top: 50px;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-15 {
  padding-top: 60px;
}

.pt-18\.75 {
  padding-top: 75px;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-25 {
  padding-top: 100px;
}

.pt-37\.5 {
  padding-top: 150px;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[calc\(\(100vw_-_375px\)\/1545\*14_\+_26px\)\] {
  font-size: calc((100vw - 375px) / 1545 * 14 + 26px);
}

.text-\[calc\(\(100vw_-_375px\)\/1545\*28_\+_32px\)\] {
  font-size: calc((100vw - 375px) / 1545 * 28 + 32px);
}

.text-\[calc\(\(100vw_-_375px\)\/1545\*2_\+_14px\)\] {
  font-size: calc((100vw - 375px) / 1545 * 2 + 14px);
}

.text-\[calc\(\(100vw_-_375px\)\/1545\*40_\+_40px\)\] {
  font-size: calc((100vw - 375px) / 1545 * 40 + 40px);
}

.text-\[calc\(\(100vw_-_375px\)\/1545\*4_\+_20px\)\] {
  font-size: calc((100vw - 375px) / 1545 * 4 + 20px);
}

.text-\[calc\(\(100vw_-_375px\)\/1545\*6_\+_16px\)\] {
  font-size: calc((100vw - 375px) / 1545 * 6 + 16px);
}

.text-\[calc\(\(100vw_-_375px\)\/1545\*6_\+_22px\)\] {
  font-size: calc((100vw - 375px) / 1545 * 6 + 22px);
}

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

.font-light {
  font-weight: 300;
}

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

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

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

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

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

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

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

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

.text-\[\#27003a\] {
  --tw-text-opacity: 1;
  color: rgb(39 0 58 / var(--tw-text-opacity, 1));
}

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

.text-flexplay-purple-dark {
  --tw-text-opacity: 1;
  color: rgb(125 33 173 / var(--tw-text-opacity, 1));
}

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

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

.opacity-\[0\.35\] {
  opacity: 0.35;
}

.shadow-\[0_0_100px_\#eb00ff\] {
  --tw-shadow: 0 0 100px #eb00ff;
  --tw-shadow-colored: 0 0 100px 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-\[0_0_100px_0_\#eb00ff\] {
  --tw-shadow: 0 0 100px 0 #eb00ff;
  --tw-shadow-colored: 0 0 100px 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);
}

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

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

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

.duration-\[250ms\] {
  transition-duration: 250ms;
}

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

.\[--cert-gap\:50px\] {
  --cert-gap: 50px;
}

.\[--recognized-gap\:68px\] {
  --recognized-gap: 68px;
}

.btn-primary {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(151 193 37 / var(--tw-bg-opacity, 1));
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(179 230 44 / var(--tw-bg-opacity, 1));
}

.btn-primary {
  transition: all .25s ease;
}

.gradient {
  background: linear-gradient(0deg, rgba(84, 5, 130, 0) 0%, #540582 100%);
}

@keyframes marquee {
  from {
    translate: 0;
  }

  to {
    translate: -100%;
  }
}

.running-line-group {
  animation: marquee 10s infinite linear;
}

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

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

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

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

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

.before\:bg-\[\#b337de\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(179 55 222 / var(--tw-bg-opacity, 1));
}

.before\:opacity-30::before {
  content: var(--tw-content);
  opacity: 0.3;
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

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

.after\:h-12::after {
  content: var(--tw-content);
  height: 3rem;
}

.after\:w-12::after {
  content: var(--tw-content);
  width: 3rem;
}

.after\:bg-\[image\:var\(--video-home-play-icon\)\]::after {
  content: var(--tw-content);
  background-image: var(--video-home-play-icon);
}

.after\:bg-\[position\:right_3px_center\]::after {
  content: var(--tw-content);
  background-position: right 3px center;
}

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

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

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

.hover\:bg-\[\#34c3b5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 195 181 / var(--tw-bg-opacity, 1));
}

.active\:bg-\[\#009289\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 146 137 / var(--tw-bg-opacity, 1));
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:bg-\[\#2b7181\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(43 113 129 / var(--tw-bg-opacity, 1));
}

@media (max-width: 1240px) {
  .max-\[1240px\]\:right-\[-235px\] {
    right: -235px;
  }

  .max-\[1240px\]\:right-\[50px\] {
    right: 50px;
  }

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

  .max-\[1240px\]\:w-\[30\%\] {
    width: 30%;
  }

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

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

  .max-\[1240px\]\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

@media (max-width: 991px) {
  .max-\[991px\]\:left-0 {
    left: 0px;
  }

  .max-\[991px\]\:right-0 {
    right: 0px;
  }

  .max-\[991px\]\:top-\[-70px\] {
    top: -70px;
  }

  .max-\[991px\]\:top-\[177px\] {
    top: 177px;
  }

  .max-\[991px\]\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-\[991px\]\:mb-\[230px\] {
    margin-bottom: 230px;
  }

  .max-\[991px\]\:hidden {
    display: none;
  }

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

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

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

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

  .max-\[991px\]\:min-h-0 {
    min-height: 0px;
  }

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

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

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

  .max-\[991px\]\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .max-\[991px\]\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-\[991px\]\:overflow-hidden {
    overflow: hidden;
  }

  .max-\[991px\]\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .max-\[991px\]\:pt-\[625px\] {
    padding-top: 625px;
  }
}

@media (max-width: 812px) {
  .max-\[812px\]\:leading-\[110\%\] {
    line-height: 110%;
  }

  .max-\[812px\]\:leading-\[150\%\] {
    line-height: 150%;
  }
}

@media (max-width: 600px) {
  .max-\[600px\]\:right-\[7px\] {
    right: 7px;
  }

  .max-\[600px\]\:top-\[230px\] {
    top: 230px;
  }

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

  .max-\[600px\]\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .max-\[600px\]\:hidden {
    display: none;
  }

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

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

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

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

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

  .max-\[600px\]\:justify-center {
    justify-content: center;
  }

  .max-\[600px\]\:gap-x-\[17px\] {
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .max-\[600px\]\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .max-\[600px\]\:gap-y-\[30px\] {
    row-gap: 30px;
  }

  .max-\[600px\]\:bg-\[image\:var\(--hero-mobile-bg\)\] {
    background-image: var(--hero-mobile-bg);
  }

  .max-\[600px\]\:bg-\[image\:var\(--partner-mobile-bg\)\] {
    background-image: var(--partner-mobile-bg);
  }

  .max-\[600px\]\:bg-\[image\:var\(--product-bg-mobile\)\] {
    background-image: var(--product-bg-mobile);
  }

  .max-\[600px\]\:bg-\[position\:center_top_11px\] {
    background-position: center top 11px;
  }

  .max-\[600px\]\:bg-\[position\:top_124px_center\] {
    background-position: top 124px center;
  }

  .max-\[600px\]\:bg-\[position\:var\(--product-bg-position-mobile\)\] {
    background-position: var(--product-bg-position-mobile);
  }

  .max-\[600px\]\:bg-no-repeat {
    background-repeat: no-repeat;
  }

  .max-\[600px\]\:py-\[54px\] {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .max-\[600px\]\:pb-\[117px\] {
    padding-bottom: 117px;
  }

  .max-\[600px\]\:pb-\[56px\] {
    padding-bottom: 56px;
  }

  .max-\[600px\]\:pb-\[94px\] {
    padding-bottom: 94px;
  }

  .max-\[600px\]\:pt-\[427px\] {
    padding-top: 427px;
  }

  .max-\[600px\]\:pt-\[56px\] {
    padding-top: 56px;
  }
}

@media (max-width: 480px) {
  .max-\[480px\]\:mx-\[-16px\] {
    margin-left: -16px;
    margin-right: -16px;
  }

  .max-\[480px\]\:mb-0 {
    margin-bottom: 0px;
  }

  .max-\[480px\]\:mb-4 {
    margin-bottom: 1rem;
  }

  .max-\[480px\]\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .max-\[480px\]\:mb-8 {
    margin-bottom: 2rem;
  }

  .max-\[480px\]\:mb-\[10px\] {
    margin-bottom: 10px;
  }

  .max-\[480px\]\:mb-\[30px\] {
    margin-bottom: 30px;
  }

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

  .max-\[480px\]\:mt-\[30px\] {
    margin-top: 30px;
  }

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

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

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

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

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

  .max-\[480px\]\:min-h-\[215px\] {
    min-height: 215px;
  }

  .max-\[480px\]\:min-h-\[300px\] {
    min-height: 300px;
  }

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

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

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

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

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

  .max-\[480px\]\:min-w-\[140px\] {
    min-width: 140px;
  }

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

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

  .max-\[480px\]\:gap-4 {
    gap: 1rem;
  }

  .max-\[480px\]\:gap-x-\[17px\] {
    -moz-column-gap: 17px;
         column-gap: 17px;
  }

  .max-\[480px\]\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .max-\[480px\]\:overflow-hidden {
    overflow: hidden;
  }

  .max-\[480px\]\:bg-\[position\:var\(--product-bg-position-mobile-small\)\] {
    background-position: var(--product-bg-position-mobile-small);
  }

  .max-\[480px\]\:px-\[13px\] {
    padding-left: 13px;
    padding-right: 13px;
  }

  .max-\[480px\]\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .max-\[480px\]\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .max-\[480px\]\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .max-\[480px\]\:py-\[3px\] {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .max-\[480px\]\:py-\[56px\] {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .max-\[480px\]\:pb-0 {
    padding-bottom: 0px;
  }

  .max-\[480px\]\:pb-16 {
    padding-bottom: 4rem;
  }

  .max-\[480px\]\:pb-\[170px\] {
    padding-bottom: 170px;
  }

  .max-\[480px\]\:pb-\[48px\] {
    padding-bottom: 48px;
  }

  .max-\[480px\]\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .max-\[480px\]\:pb-\[52px\] {
    padding-bottom: 52px;
  }

  .max-\[480px\]\:pb-\[56px\] {
    padding-bottom: 56px;
  }

  .max-\[480px\]\:pt-8 {
    padding-top: 2rem;
  }

  .max-\[480px\]\:pt-\[30px\] {
    padding-top: 30px;
  }

  .max-\[480px\]\:pt-\[33px\] {
    padding-top: 33px;
  }

  .max-\[480px\]\:pt-\[34px\] {
    padding-top: 34px;
  }

  .max-\[480px\]\:\[--cert-gap\:30px\] {
    --cert-gap: 30px;
  }

  .max-\[480px\]\:\[--recognized-gap\:30px\] {
    --recognized-gap: 30px;
  }
}

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

@media (min-width: 481px) {
  .min-\[481px\]\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .min-\[481px\]\:pb-\[60px\] {
    padding-bottom: 60px;
  }
}

@media (min-width: 600px) {
  .min-\[600px\]\:flex-row {
    flex-direction: row;
  }

  .min-\[600px\]\:justify-between {
    justify-content: space-between;
  }

  .min-\[600px\]\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
}

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

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

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .md\:-right-\[150px\] {
    right: -150px;
  }

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

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

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

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

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

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

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

  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-y-10 {
    row-gap: 2.5rem;
  }

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

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

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

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

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

  .min-\[768px\]\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .min-\[768px\]\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .min-\[768px\]\:max-w-\[780px\] {
    max-width: 780px;
  }

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

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

@media (min-width: 820px) {
  .min-\[820px\]\:max-w-\[682px\] {
    max-width: 682px;
  }
}

@media (min-width: 992px) {
  .min-\[992px\]\:gap-x-\[50px\] {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .min-\[992px\]\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .min-\[992px\]\:gap-y-\[42px\] {
    row-gap: 42px;
  }

  .min-\[992px\]\:px-\[160px\] {
    padding-left: 160px;
    padding-right: 160px;
  }

  .min-\[992px\]\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .min-\[992px\]\:pb-\[54px\] {
    padding-bottom: 54px;
  }

  .min-\[992px\]\:pt-10 {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:pb-12\.5 {
    padding-bottom: 50px;
  }

  .lg\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-25 {
    padding-bottom: 100px;
  }

  .lg\:pb-27\.5 {
    padding-bottom: 110px;
  }

  .lg\:pb-30 {
    padding-bottom: 120px;
  }

  .lg\:pb-44 {
    padding-bottom: 11rem;
  }

  .lg\:pb-56\.5 {
    padding-bottom: 226px;
  }

  .lg\:pt-12\.5 {
    padding-top: 50px;
  }

  .lg\:pt-2\.5 {
    padding-top: 0.625rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-25 {
    padding-top: 100px;
  }

  .lg\:pt-27\.5 {
    padding-top: 110px;
  }

  .lg\:pt-30 {
    padding-top: 120px;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pt-56\.5 {
    padding-top: 226px;
  }
}

@media (min-width: 1025px) {
  .min-\[1025px\]\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .min-\[1025px\]\:pb-16 {
    padding-bottom: 4rem;
  }
}

@media (min-width: 1240px) {
  .min-\[1240px\]\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .min-\[1240px\]\:mb-8 {
    margin-bottom: 2rem;
  }

  .min-\[1240px\]\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .min-\[1240px\]\:max-w-\[670px\] {
    max-width: 670px;
  }

  .min-\[1240px\]\:gap-x-\[93px\] {
    -moz-column-gap: 93px;
         column-gap: 93px;
  }

  .min-\[1240px\]\:bg-\[image\:var\(--case-study-bg\)\] {
    background-image: var(--case-study-bg);
  }

  .min-\[1240px\]\:bg-cover {
    background-size: cover;
  }

  .min-\[1240px\]\:bg-right-top {
    background-position: right top;
  }

  .min-\[1240px\]\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .min-\[1240px\]\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .min-\[1240px\]\:px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }

  .min-\[1240px\]\:py-\[54px\] {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .min-\[1240px\]\:pt-0 {
    padding-top: 0px;
  }

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

  .min-\[1240px\]\:text-\[22px\] {
    font-size: 22px;
  }

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

  .min-\[1240px\]\:text-\[28px\] {
    font-size: 28px;
  }

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

  .min-\[1240px\]\:text-\[60px\] {
    font-size: 60px;
  }

  .min-\[1240px\]\:text-\[80px\] {
    font-size: 80px;
  }
}

@media (min-width: 1280px) {
  .xl\:left-\[65\%\] {
    left: 65%;
  }

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

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

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

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

  .xl\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:inline {
    display: inline;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-25 {
    height: 100px;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-25 {
    width: 100px;
  }

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

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

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

  .xl\:max-w-\[70\%\] {
    max-width: 70%;
  }

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

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

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

  .xl\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

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

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

  .xl\:gap-5 {
    gap: 1.25rem;
  }

  .xl\:gap-\[70px\] {
    gap: 70px;
  }

  .xl\:gap-x-\[1\%\] {
    -moz-column-gap: 1%;
         column-gap: 1%;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .xl\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .xl\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .xl\:gap-y-4 {
    row-gap: 1rem;
  }

  .xl\:gap-y-6 {
    row-gap: 1.5rem;
  }

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

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

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

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

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

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

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

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

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

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

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

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

.\[\&_\.orange\]\:text-\[\#EE7D00\] .orange {
  --tw-text-opacity: 1;
  color: rgb(238 125 0 / var(--tw-text-opacity, 1));
}