/*
! tailwindcss v3.2.7 | 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: currentColor; /* 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}@font-face{font-family:"Founders Grotesk";src:url("./../fonts/FoundersGroteskRegular.woff2") format("woff2"),url("./../fonts/FoundersGroteskRegular.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Founders Grotesk";src:url("./../fonts/FoundersGroteskMedium.woff2") format("woff2"),url("./../fonts/FoundersGroteskMedium.woff") format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Founders Grotesk";src:url("./../fonts/FoundersGrotesk-Bold.woff2") format("woff2"),url("./../fonts/FoundersGrotesk-Bold.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}.front-end *[data-oat=fade-top]{opacity:0;transform:translateY(-3rem)}.front-end *[data-oat=fade-top].inview{animation:fade-opacity 2000ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards}.front-end *[data-oat=fade-bot]{opacity:0;transform:translateY(3rem)}.front-end *[data-oat=fade-bot].inview{animation:fade-opacity 2000ms cubic-bezier(0.7, 0, 0.3, 1) forwards,fade-translate 1200ms cubic-bezier(0.7, 0, 0.3, 1) forwards}.front-end *[data-oat=fade-text]{opacity:0}.front-end *[data-oat=fade-text].inview{opacity:1}.front-end *[data-oat=fade-text] span{display:inline-flex;opacity:0;transform:translateY(200%) skew(-0.06turn, 12deg);transition:opacity 1200ms cubic-bezier(0.7, 0, 0.3, 1)}.front-end *[data-oat=fade-text] span.inview{opacity:1;animation:600ms cubic-bezier(0, 0.55, 0.45, 1) forwards fade-text}.front-end *[data-oat=screen-l-to-r]{--bg: white;position:relative;overflow:hidden}.front-end *[data-oat=screen-l-to-r]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}.front-end *[data-oat=screen-l-to-r].inview:before{content:"";transform:translateX(100%)}.front-end *[data-oat=screen-r-to-l]{--bg: white;position:relative;overflow:hidden}.front-end *[data-oat=screen-r-to-l]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}.front-end *[data-oat=screen-r-to-l].inview:before{content:"";transform:translateX(-100%)}.front-end *[data-oat=screen-t-to-b]{--bg: white;position:relative;overflow:hidden}.front-end *[data-oat=screen-t-to-b]:before{content:"";width:100%;height:100%;background-color:var(--bg);position:absolute;top:0;left:0;transition:all 1200ms ease-in-out;z-index:999}.front-end *[data-oat=screen-t-to-b].inview:before{content:"";transform:translateY(100%)}@keyframes fade-opacity{to{opacity:1}}@keyframes fade-translate{to{transform:translateY(0)}}@keyframes fade-text{to{transform:translateY(0%) skew(0)}}.col {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 4rem;
}@media (max-width: 768px) {

  .col {
    gap: 3rem;
  }
}.flex-grid{--gutter: 4rem;display:flex;flex-wrap:wrap;margin-left:calc(var(--gutter)*-0.5);margin-right:calc(var(--gutter)*-0.5)}.flex-grid-col{padding-left:calc(var(--gutter)*.5);padding-right:calc(var(--gutter)*.5)}.rtl-grid{direction:rtl}.wrap-xl{--width: 0rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-xl._with-paddings{--gutter: 4rem;--width: 0rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap{--width: 116rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap._with-paddings{--gutter: 4rem;--width: 116rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-md{--width: 98rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-md._with-paddings{--gutter: 4rem;--width: 98rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-sm{--width: 76rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-sm._with-paddings{--gutter: 4rem;--width: 76rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}.wrap-xs{--width: 0rem;width:100%;margin-left:auto;margin-right:auto;max-width:var(--width);position:relative}.wrap-xs._with-paddings{--gutter: 4rem;--width: 0rem;max-width:calc(var(--width) + var(--gutter)*2);padding-left:var(--gutter);padding-right:var(--gutter)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;margin: 0px;overflow-x: hidden;font-family: Founders Grotesk, serif;font-size: 1.8rem;font-weight: 400;line-height: 1.625}body.has-no-scroll {
  overflow: hidden;
}h1,h2,h3,h4,h5,h6 {
  line-height: 1.25;
}html {
  font-size: 62.5%;
}@media (max-width: 1020px) {

  html {
    font-size: 52.5%;
  }
}@media (max-width: 480px) {

  html {
    font-size: 48%;
  }
}html {
  scroll-behavior: smooth;
}.\!container {
  width: 100% !important;
}.container {
  width: 100%;
}.button {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
  border-radius: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.button:hover {
  border-color: currentColor;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.button__text {
  display: flex;
  line-height: 1.25;
  font-size: 1.6rem;
  font-weight: 500;
  color: currentColor;
}.button svg {
  fill: white;
}.button._white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.button._white:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
}.button._green {
  --tw-bg-opacity: 1;
  background-color: rgb(1 142 143 / var(--tw-bg-opacity));
}.button._green:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(1 142 143 / var(--tw-text-opacity));
}.button._yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 1 / var(--tw-bg-opacity));
}.button._yellow:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 206 1 / var(--tw-text-opacity));
}.button._red {
  --tw-bg-opacity: 1;
  background-color: rgb(237 41 92 / var(--tw-bg-opacity));
}.button._red:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(237 41 92 / var(--tw-text-opacity));
}.button._blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 237 / var(--tw-bg-opacity));
}.button._blue:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 83 237 / var(--tw-text-opacity));
}.button._outline {
  border-width: 1px;
  border-color: currentColor;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.button._outline:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._outline svg {
  fill: currentColor;
}.button._outline._white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._outline._white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}.button._outline._green {
  --tw-text-opacity: 1;
  color: rgb(1 142 143 / var(--tw-text-opacity));
}.button._outline._green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(1 142 143 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(1 142 143 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._outline._yellow {
  --tw-text-opacity: 1;
  color: rgb(255 206 1 / var(--tw-text-opacity));
}.button._outline._yellow:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 206 1 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 1 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._outline._red {
  --tw-text-opacity: 1;
  color: rgb(237 41 92 / var(--tw-text-opacity));
}.button._outline._red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 41 92 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(237 41 92 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.button._outline._blue {
  --tw-text-opacity: 1;
  color: rgb(0 83 237 / var(--tw-text-opacity));
}.button._outline._blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 83 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 237 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.heading-base {
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content {
  font-family: Founders Grotesk, serif;
}.text-content h1 {
  font-size: 5.6rem;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h2 {
  font-size: 3.6rem;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h3 {
  font-size: 2.8rem;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h4 {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h5 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content h6 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.text-content:first-child {
  margin-top: 0px;
}.text-content:last-child {
  margin-bottom: 0px;
}.text-content p {
  line-height: 1.625;
}.text-content b,.text-content strong {
  font-weight: 700;
}.text-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}.text-content ul {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}.text-content ul li {
  position: relative;
  padding-left: 2rem;
}.text-content ul li:before{content:"";height: 0.75rem;width: 0.75rem;border-radius: 9999px;--tw-bg-opacity: 1;background-color: rgb(0 83 237 / var(--tw-bg-opacity));position: absolute;top: 1rem;left: 0px}.heading-1 {
  font-size: 5.6rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-2 {
  font-size: 3.6rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-3 {
  font-size: 2.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-4 {
  font-size: 2.4rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-5 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.heading-6 {
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}.splide-list {
  position: relative;
}.splide-list .splide__arrows {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}.splide-list .splide__nav {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}.splide-list .splide__pagination {
  font-size: 1.6rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.splide-list .splide__arrow {
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  margin: 0px;
  border-radius: 2px;
  padding: 1.25rem;
}.splide-list .splide__arrow--prev {
  --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));
}.splide-list .splide__arrow svg path {
  fill: white;
}.pointer-events-none {
  pointer-events: none;
}.static {
  position: static;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.left-0 {
  left: 0px;
}.right-8 {
  right: 2rem;
}.top-0 {
  top: 0px;
}.top-1\/2 {
  top: 50%;
}.top-8 {
  top: 2rem;
}.z-10 {
  z-index: 10;
}.col-span-12 {
  grid-column: span 12 / span 12;
}.col-span-3 {
  grid-column: span 3 / span 3;
}.col-span-4 {
  grid-column: span 4 / span 4;
}.col-span-5 {
  grid-column: span 5 / span 5;
}.col-span-6 {
  grid-column: span 6 / span 6;
}.col-span-7 {
  grid-column: span 7 / span 7;
}.col-span-8 {
  grid-column: span 8 / span 8;
}.col-start-1 {
  grid-column-start: 1;
}.col-start-8 {
  grid-column-start: 8;
}.row-start-1 {
  grid-row-start: 1;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-24 {
  margin-bottom: 6rem;
}.ml-8 {
  margin-left: 2rem;
}.mt-12 {
  margin-top: 3rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-8 {
  margin-top: 2rem;
}.block {
  display: block;
}.inline {
  display: inline;
}.flex {
  display: flex;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.\!h-\[12rem\] {
  height: 12rem !important;
}.h-8 {
  height: 2rem;
}.h-\[15rem\] {
  height: 15rem;
}.h-\[64rem\] {
  height: 64rem;
}.h-full {
  height: 100%;
}.\!w-\[12rem\] {
  width: 12rem !important;
}.w-1\/4 {
  width: 25%;
}.w-8 {
  width: 2rem;
}.w-full {
  width: 100%;
}.flex-1 {
  flex: 1 1 0%;
}.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.resize {
  resize: both;
}.flex-col {
  flex-direction: column;
}.items-start {
  align-items: flex-start;
}.items-center {
  align-items: center;
}.justify-center {
  justify-content: center;
}.gap-16 {
  gap: 4rem;
}.gap-28 {
  gap: 7rem;
}.gap-4 {
  gap: 1rem;
}.gap-5 {
  gap: 1.25rem;
}.gap-8 {
  gap: 2rem;
}.overflow-hidden {
  overflow: hidden;
}.rounded {
  border-radius: 4px;
}.border {
  border-width: 1px;
}.border-none {
  border-style: none;
}.border-grey-200 {
  --tw-border-opacity: 1;
  border-color: rgb(243 243 243 / var(--tw-border-opacity));
}.border-grey-600\/50 {
  border-color: rgb(155 155 155 / 0.5);
}.bg-transparent {
  background-color: transparent;
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.fill-primary {
  fill: #0053ED;
}.\!object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.\!object-center {
  -o-object-position: center !important;
     object-position: center !important;
}.object-center {
  -o-object-position: center;
     object-position: center;
}.p-0 {
  padding: 0px;
}.p-8 {
  padding: 2rem;
}.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.pl-20 {
  padding-left: 5rem;
}.text-center {
  text-align: center;
}.text-2xl {
  font-size: 2.8rem;
}.text-md {
  font-size: 2rem;
}.text-xs {
  font-size: 1.6rem;
}.font-medium {
  font-weight: 500;
}.leading-tight {
  line-height: 1.25;
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.opacity-40 {
  opacity: 0.4;
}.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}.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\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}.before\:bg-gradient-to-r::before {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}.before\:from-black\/40::before {
  content: var(--tw-content);
  --tw-gradient-from: rgb(0 0 0 / 0.4);
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}.group:hover .group-hover\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 83 237 / var(--tw-border-opacity));
}.group:hover .group-hover\:border-red {
  --tw-border-opacity: 1;
  border-color: rgb(237 41 92 / var(--tw-border-opacity));
}.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 237 / var(--tw-bg-opacity));
}.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}.group:hover .group-hover\:text-red {
  --tw-text-opacity: 1;
  color: rgb(237 41 92 / var(--tw-text-opacity));
}.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (max-width: 768px) {

  .tablet\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .tablet\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .tablet\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .tablet\:col-start-1 {
    grid-column-start: 1;
  }

  .tablet\:row-start-2 {
    grid-row-start: 2;
  }

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

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

  .tablet\:gap-12 {
    gap: 3rem;
  }

  .tablet\:gap-8 {
    gap: 2rem;
  }

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

  .tablet\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}@media (max-width: 480px) {

  .mobile\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .mobile\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .mobile\:mt-40 {
    margin-top: 10rem;
  }
}
