@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://use.typekit.net/puw5smw.css');
/*
! tailwindcss v3.4.1 | 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.
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 */
  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;
}
/*
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] {
  display: none;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@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: 1435px){
  .container{
    max-width: 1435px;
  }
}
@media (min-width: 1690px){
  .container{
    max-width: 1690px;
  }
}
@media (min-width: 2000px){
  .container{
    max-width: 2000px;
  }
}
.container{
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 2rem);
  max-width: 1600px;
}
@media (min-width: 1280px){
  .container{
    width: calc(100% - 3rem);
  }
}
@media (min-width: 1690px){
  .container{
    width: calc(100% - 4rem);
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-bottom-0{
  bottom: -0px;
}
.-bottom-0\.5{
  bottom: -0.125rem;
}
.-left-full{
  left: -100%;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-32{
  top: 8rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[10000000\]{
  z-index: 10000000;
}
.order-last{
  order: 9999;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.\!m-0{
  margin: 0px !important;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.-ml-4{
  margin-left: -1rem;
}
.-mt-8{
  margin-top: -2rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-\[0\.8rem\]{
  margin-bottom: 0.8rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-16\/9{
  aspect-ratio: 16/9;
}
.aspect-3\/2{
  aspect-ratio: 3/2;
}
.aspect-4\/3{
  aspect-ratio: 4/3;
}
.aspect-\[8\/3\]{
  aspect-ratio: 8/3;
}
.size-1{
  width: 0.25rem;
  height: 0.25rem;
}
.size-1\.5{
  width: 0.375rem;
  height: 0.375rem;
}
.size-10{
  width: 2.5rem;
  height: 2.5rem;
}
.size-12{
  width: 3rem;
  height: 3rem;
}
.size-4{
  width: 1rem;
  height: 1rem;
}
.size-6{
  width: 1.5rem;
  height: 1.5rem;
}
.size-7{
  width: 1.75rem;
  height: 1.75rem;
}
.size-8{
  width: 2rem;
  height: 2rem;
}
.size-9{
  width: 2.25rem;
  height: 2.25rem;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-16{
  height: 4rem;
}
.h-40{
  height: 10rem;
}
.h-6{
  height: 1.5rem;
}
.h-\[100svh\]{
  height: 100svh;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[400px\]{
  height: 400px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-10{
  max-height: 2.5rem;
}
.max-h-\[1080px\]{
  max-height: 1080px;
}
.max-h-\[550px\]{
  max-height: 550px;
}
.max-h-\[800px\]{
  max-height: 800px;
}
.max-h-\[calc\(100dvh-16px\)\]{
  max-height: calc(100dvh - 16px);
}
.min-h-screen{
  min-height: 100vh;
}
.w-0{
  width: 0px;
}
.w-12{
  width: 3rem;
}
.w-20{
  width: 5rem;
}
.w-3\/4{
  width: 75%;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-\[calc\(100\%\+1rem\)\]{
  width: calc(100% + 1rem);
}
.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;
}
.w-screen{
  width: 100vw;
}
.min-w-24{
  min-width: 6rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[0_0_100\%\]{
  flex: 0 0 100%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.translate-y-px{
  --tw-translate-y: 1px;
  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));
}
@keyframes bounce{
  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }
  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce{
  animation: bounce 1s infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.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;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-40{
  gap: 10rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-16{
  row-gap: 4rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.divide-white\/25 > :not([hidden]) ~ :not([hidden]){
  border-color: rgb(255 255 255 / 0.25);
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-y-auto{
  overflow-y: auto;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.text-balance{
  text-wrap: balance;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.\!border-black{
  --tw-border-opacity: 1 !important;
  border-color: rgb(16 16 16 / var(--tw-border-opacity)) !important;
}
.\!border-red-200{
  --tw-border-opacity: 1 !important;
  border-color: rgb(213 33 33 / var(--tw-border-opacity)) !important;
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(16 16 16 / var(--tw-border-opacity));
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(213 33 33 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/60{
  border-color: rgb(255 255 255 / 0.6);
}
.border-b-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-opacity-50{
  --tw-border-opacity: 0.5;
}
.\!bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity)) !important;
}
.bg-\[var\(--nextSectionColor\)\]{
  background-color: var(--nextSectionColor);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}
.bg-black\/50{
  background-color: rgb(16 16 16 / 0.5);
}
.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
}
.bg-grey-200{
  --tw-bg-opacity: 1;
  background-color: rgb(104 99 99 / var(--tw-bg-opacity));
}
.bg-grey-200\/15{
  background-color: rgb(104 99 99 / 0.15);
}
.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(237 28 36 / var(--tw-bg-opacity));
}
.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(213 33 33 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-opacity-0{
  --tw-bg-opacity: 0;
}
.bg-opacity-\[0\.02\]{
  --tw-bg-opacity: 0.02;
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-black\/50{
  --tw-gradient-from: rgb(16 16 16 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/60{
  --tw-gradient-from: rgb(16 16 16 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-200{
  --tw-gradient-from: #D52121 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(213 33 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/25{
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#767676\]\/50{
  --tw-gradient-to: rgb(118 118 118 / 0.5) var(--tw-gradient-to-position);
}
.to-black\/25{
  --tw-gradient-to: rgb(16 16 16 / 0.25) var(--tw-gradient-to-position);
}
.bg-cover{
  background-size: cover;
}
.bg-\[75\%\]{
  background-position: 75%;
}
.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-\[75\%\]{
  -o-object-position: 75%;
     object-position: 75%;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.\!p-0{
  padding: 0px !important;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.\!pt-24{
  padding-top: 6rem !important;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[2px\]{
  padding-bottom: 2px;
}
.pl-4{
  padding-left: 1rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-\[3px\]{
  padding-top: 3px;
}
.text-center{
  text-align: center;
}
.font-body{
  font-family: figtree, sans-serif;
}
.font-heading{
  font-family: articulat-cf, sans-serif;
}
.\!text-base{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.italic{
  font-style: italic;
}
.leading-none{
  line-height: 1;
}
.text-black\/80{
  color: rgb(16 16 16 / 0.8);
}
.text-red{
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}
.text-red-200{
  --tw-text-opacity: 1;
  color: rgb(213 33 33 / var(--tw-text-opacity));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-75{
  opacity: 0.75;
}
.bg-blend-multiply{
  background-blend-mode: multiply;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.accordion-header{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 0.5rem;
  font-family: figtree, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
  transition-duration: 300ms;
}
.accordion-header:hover{
  padding-left: 0.5rem;
}
@media (min-width: 768px){
  .accordion-header{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.accordion-header svg{
  transition-duration: 300ms;
}
.accordion-header.active{
  --tw-bg-opacity: 1;
  background-color: rgb(203 201 212 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
}
.accordion-header.active svg{
  --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));
}
.accordion-content {
    transition: max-height 0.4s ease;
    max-height: 0px;
    overflow: hidden;
    border-bottom-width: 1px;

}
.accordion-content > .accordion-inner{
  padding: 1.5rem;
}
html,
body{
  font-family: figtree, sans-serif;
  font-weight: 500;
}
body,
.is-p{
  line-height: 1.5;
}
@media (min-width: 1280px){
  body,
.is-p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1690px){
  body,
.is-p{
    line-height: 1.5;
  }
}
h1,
.is-h1,
h2,
.is-h2,
h3,
.is-h3,
h4,
.is-h4,
h5,
.is-h5,
h6,
.is-h6,
.supertitle,
.is-supertitle{
  font-family: articulat-cf, sans-serif;
}
.display-heading,
.is-display-heading{
  font-size: 3rem;
  line-height: 1 !important;
}
@media (min-width: 768px){
  .display-heading,
.is-display-heading{
    font-size: 6rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  .display-heading,
.is-display-heading{
    font-size: 8rem;
    line-height: 1;
  }
}
.is-hero-heading{
  font-family: articulat-cf, sans-serif;
  font-size: 20vw;
  font-weight: 800;
  line-height: 1 !important;
}
@media (min-width: 1024px){
  .is-hero-heading{
    font-size: 12vw;
  }
}
.is-hero-heading {
	will-change: transform;
	padding-right: 0.5em;
}
h1,
.is-h1{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
}
@media (min-width: 768px){
  h1,
.is-h1{
    font-size: 3.75rem;
    line-height: 1.25;
  }
}
@media (min-width: 1280px){
  h1,
.is-h1{
    font-size: 6rem;
    line-height: 1.25;
  }
}
h2,
.is-h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
}
@media (min-width: 768px){
  h2,
.is-h2{
    font-size: 3rem;
    line-height: 1.25;
  }
}
@media (min-width: 1280px){
  h2,
.is-h2{
    font-size: 3.75rem;
    line-height: 1.25;
  }
}
h3,
.is-h3{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
}
@media (min-width: 768px){
  h3,
.is-h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.25;
  }
}
@media (min-width: 1280px){
  h3,
.is-h3{
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.25;
  }
}
@media (min-width: 1435px){
  h3,
.is-h3{
    font-size: 3rem;
    line-height: 1.25;
  }
}
h4,
.is-h4{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
}
@media (min-width: 768px){
  h4,
.is-h4{
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.375;
  }
}
@media (min-width: 1280px){
  h4,
.is-h4{
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.375;
  }
}
h5,
.is-h5{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.375;
}
@media (min-width: 768px){
  h5,
.is-h5{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px){
  h5,
.is-h5{
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.375;
  }
}
h6,
.is-h6{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.375;
}
@media (min-width: 1280px){
  h6,
.is-h6{
    font-size: 1.25rem;
    line-height: 1.75rem;
    line-height: 1.25;
  }
}
.supertitle,
.is-supertitle{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 1280px){
  .supertitle,
.is-supertitle{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/* List styles inside WYSIWYG editors */
.block-content > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.block-content .supertitle,
	.block-content .is-supertitle{
  --tw-text-opacity: 1;
  color: rgb(213 33 33 / var(--tw-text-opacity));
}
.block-content :is(ol, ul){
  margin-left: 1rem;
}
.block-content ul li{
  list-style-type: disc;
}
.block-content ol li{
  list-style-type: decimal;
}
.hero-heading h1{
  position: relative;
  z-index: 20;
  flex-shrink: 0;
  font-size: 3.5rem;
  line-height: 105%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .hero-heading h1{
    font-size: 6rem;
  }
}
@media (min-width: 1024px){
  .hero-heading h1{
    font-size: 8rem;
  }
}
:is(.bg-red, .bg-red-200) .block-content .supertitle,
	:is(.bg-red, .bg-red-200) .block-content .is-supertitle{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* Some fancy blog css for articles */
.blog-content > img:first-child{
  margin-top: 0px;
}
.blog-content img{
  margin-top: 2rem;
  margin-bottom: 2rem;
  aspect-ratio: 16/9;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px){
  .blog-content img{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.blog-content > :is(h1, .is-h1, h2, .is-h2, h3, .is-h3, h4, .is-h4, h5, .is-h5, h6, .is-h6){
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}
@media (min-width: 1024px){
  .blog-content > :is(h1, .is-h1, h2, .is-h2, h3, .is-h3, h4, .is-h4, h5, .is-h5, h6, .is-h6){
    margin-top: 4rem !important;
    margin-bottom: 1.5rem !important;
  }
}
.hide_summary,
.gform_heading{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.gform_confirmation_message{
  text-wrap: balance;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.gform_fields{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}
@media (min-width: 768px){
  .gform_fields{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .gform_fields{
    row-gap: 2rem;
  }
}
@media (min-width: 768px){
  .gform_fields .gfield--width-half{
    grid-column: span 1 / span 1;
  }
}
.gform_fields .gfield--width-full{
  grid-column: 1 / -1;
}
.gform_fields label{
  margin-bottom: 0.25rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
}
.gform_fields label .gfield_required_asterisk{
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}
.gform_fields input, .gform_fields textarea, .gform_fields select{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 241 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.gform_fields input{
  height: 3rem;
}
.gform_fields textarea{
  height: 9rem;
}
.gform_fields .gfield_validation_message{
  margin-top: 0.25rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity));
}
.gform_footer{
  margin-top: 2rem;
}
:root {
    --button-bg-color: #D52121;
    --button-text-color: #ffffff;
    --button-border-color: #D52121;
    --button-hover-bg: #101010;
    --button-hover-text: #ffffff;
    --button-hover-border: #ffffff;
}
.button, .is-button{
  position: relative;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  flex-shrink: 0;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--button-border-color);
  background-color: var(--button-bg-color);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1.25rem;
  padding-left: 2.25rem;
  font-weight: 500;
  color: var(--button-text-color);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button .button-wrapper, .is-button .button-wrapper{
  position: absolute;
  left: 1rem;
  border-radius: 9999px;
  background-color: currentColor;
}
.button .button-wrapper .button-dot, .is-button .button-wrapper .button-dot{
  display: flex;
  aspect-ratio: 1/1;
  width: 0.375rem;
  height: 0.375rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.button .button-wrapper .button-dot .button-arrow, .is-button .button-wrapper .button-dot .button-arrow{
  width: 0.75rem;
  height: 0.75rem;
  --tw-translate-x: -200%;
  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));
  color: var(--button-hover-text);
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.button:hover:not([disabled]), .is-button:hover:not([disabled]){
  border-color: var(--button-hover-border);
  background-color: var(--button-hover-bg);
  padding-left: 2.75rem;
  color: var(--button-hover-text);
}
.button:hover:not([disabled]) .button-dot, .is-button:hover:not([disabled]) .button-dot{
  left: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.button:hover:not([disabled]) .button-dot .button-arrow, .is-button:hover:not([disabled]) .button-dot .button-arrow{
  --tw-translate-x: 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));
  color: var(--button-hover-bg);
  transition-delay: 150ms;
}
.button[disabled], .is-button[disabled]{
  opacity: 0.5;
}
.bg-red, .bg-red-200 {
    --button-bg-color: #ffffff;
    --button-text-color: #101010;
    --button-border-color: #ffffff;
    --button-hover-bg: #101010;
    --button-hover-text: #ffffff;
    --button-hover-border: #101010;
}
.bg-black {
    --button-bg-color: #D52121;
	--button-text-color: #ffffff;
    --button-border-color: #D52121;
    --button-hover-bg: #ffffff;
    --button-hover-text: #101010;
	--button-hover-border: #ffffff;
}
:root {
	--slider-slide-spacing: 0;
	--slider-slide-width: 100%;
	--slider-slide-height: 25rem;
}
.embla{
  overflow: hidden;
}
.embla__slider .embla__container{
  display: flex;
  cursor: grab;
}
.embla__slider .embla__slide{
  height: var(--slider-slide-height);
  min-width: 0px;
  flex: 0 0 var(--slider-slide-width);
  padding-left: var(--slider-slide-spacing);
}
.embla__slider .embla__slide .embla__content{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.embla__slider .embla__controls{
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  gap: 1rem;
}
.embla__slider .embla__buttons{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 0.5rem;
}
.embla__slider .embla__button{
  position: relative;
  margin: 0px;
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
}
.embla__slider .embla__button:disabled{
  opacity: 0.3;
}
.embla__slider .embla__button__svg{
  width: 33.333333%;
  height: 33.333333%;
}
.embla__slider .embla__dots{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.embla__slider .embla__dot{
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
}
.embla__slider .embla__dot.embla__dot--selected{
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
    --button-bg-color: #D52121;
	--button-text-color: #ffffff;
    --button-border-color: #D52121;
    --button-hover-bg: #ffffff;
    --button-hover-text: #101010;
	--button-hover-border: #ffffff;
}
@media (min-width: 768px){
  main [data-block]:has(section.embla__slider .embla__dot.embla__dot--selected) + [data-block] > section.bg-black{
    margin-top: -1px;
    padding-top: 0px;
  }
}
main [data-block]:has(section.embla__slider .embla__dot.embla__dot--selected) + [data-block] > section.bg-black { /* -mt-px fixes strange overlap bug */ /* -mt-px fixes strange overlap bug */
	}
.embla__infinite .embla__container{
  display: flex;
  cursor: grab;
}
.embla__infinite .embla__slide{
  min-width: 0px;
  flex: 0 0 75%;
  padding-left: 1rem;
}
@media (min-width: 640px){
  .embla__infinite .embla__slide{
    flex: 0 0 50%;
  }
}
@media (min-width: 768px){
  .embla__infinite .embla__slide{
    flex: 0 0 30%;
  }
}
@media (min-width: 1024px){
  .embla__infinite .embla__slide{
    flex: 0 0 20%;
  }
}
.embla__infinite .embla__slide .embla__content{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.cards-wrapper{
  position: relative;
}
@media not all and (min-width: 1280px){
  .cards-wrapper > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
}
.cards-wrapper .card:nth-of-type(4n-3){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  
	main [data-block]:has(section.cards-wrapper .card:nth-of-type(4n-3)) + [data-block] > section:not([class^="bg-"]){
    margin-top: -1px;
    padding-top: 0px;
  }
}

	main [data-block]:has(section.cards-wrapper .card:nth-of-type(4n-3)) + [data-block] > section:not([class^="bg-"]) { /* -mt-px fixes strange overlap bug */
	}
.cards-wrapper .card:nth-of-type(4n-2){
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
}
@media (min-width: 1280px){
  .cards-wrapper .card:nth-of-type(4n-2){
    --tw-translate-y: 1.5rem;
    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));
  }
}
.cards-wrapper .card:nth-of-type(4n-1){
  --tw-bg-opacity: 1;
  background-color: rgb(237 28 36 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.cards-wrapper .card:nth-of-type(4n-1), .bg-red-200) .block-content .supertitle,
	:is(.cards-wrapper .card:nth-of-type(4n-1), .bg-red-200) .block-content .is-supertitle{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.cards-wrapper .card:nth-of-type(4n-1) {
    --button-bg-color: #ffffff;
    --button-text-color: #101010;
    --button-border-color: #ffffff;
    --button-hover-bg: #101010;
    --button-hover-text: #ffffff;
    --button-hover-border: #101010;
}
@media (min-width: 768px){
  
	main [data-block]:has(section.cards-wrapper .card:nth-of-type(4n-1)) + [data-block] > section.bg-red{
    margin-top: -1px;
    padding-top: 0px;
  }
}

	main [data-block]:has(section.cards-wrapper .card:nth-of-type(4n-1)) + [data-block] > section.bg-red { /* -mt-px fixes strange overlap bug */ /* -mt-px fixes strange overlap bug */
	}
@media (min-width: 1280px){
  .cards-wrapper .card:nth-of-type(4n-1){
    --tw-translate-y: 3rem;
    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));
  }
}
[x-cloak]{
  display: none !important;
}
.header-bg.scrolling{
  --tw-bg-opacity: 0.4;
}
.menuIsOpen .header-bg{
  --tw-bg-opacity: 0.02;
  --tw-backdrop-blur: blur(40px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
[data-mobile-menu-item]:has([data-mobile-sub-menu].isActive) [data-toggle-mobile-sub-menu] svg{
  --tw-rotate: 45deg;
  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));
}
main section{
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px){
  main section{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 1280px){
  main section{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
/*
	 * Solves the double padding issue
	 *
	 * Check if either 2 of the same background exists in a row, or if two blocks in a row both don't have backgrounds or inherit from the body,
	 * meaning they implicitly have the same background colour.
	*/
@media (min-width: 768px){
  main [data-block]:has(section.bg-black) + [data-block] > section.bg-black,
	main [data-block]:has(section.bg-red) + [data-block] > section.bg-red,
	main [data-block]:has(section.bg-red-200) + [data-block] > section.bg-red-200,
	main [data-block]:has(section:not([class^="bg-"])) + [data-block] > section:not([class^="bg-"]),
	main [data-block]:has(section.bg-white) + [data-block] > section:not([class^="bg-"]){
    margin-top: -1px;
    padding-top: 0px;
  }
}
main [data-block]:has(section.bg-black) + [data-block] > section.bg-black,
	main [data-block]:has(section.bg-red) + [data-block] > section.bg-red,
	main [data-block]:has(section.bg-red-200) + [data-block] > section.bg-red-200,
	main [data-block]:has(section:not([class^="bg-"])) + [data-block] > section:not([class^="bg-"]),
	main [data-block]:has(section.bg-white) + [data-block] > section:not([class^="bg-"]) { /* -mt-px fixes strange overlap bug */
	}
.banner{
  position: relative;
  padding-top: 6rem !important;
}
@media (min-width: 640px){
  .banner{
    padding-top: 11rem !important;
  }
}
@media (min-width: 1690px){
  .banner{
    padding-top: 13rem !important;
  }
}
/* REMOVE LOOM EXTENSION PADDING */
section#shadow-host-companion{
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
[data-tab] [data-tab-content]{
  transition-duration: 700ms;
}
[data-tab].active [data-tab-image]{
  display: block;
			animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s both;
}
[data-tab].active .line-timer{
  opacity: 1;
}
.line-timer.active {
		animation: fillLine 10s linear forwards;
	}
@keyframes fillLine {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}
@keyframes fade-in-top {
	0% {
		transform: translateY(-10px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.hover\:\!border-red-200:hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(213 33 33 / var(--tw-border-opacity)) !important;
}
.hover\:bg-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}
.hover\:bg-red:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(237 28 36 / var(--tw-bg-opacity));
}
.hover\:bg-red-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(213 33 33 / var(--tw-bg-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.group:hover .group-hover\: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));
}
.group:hover .group-hover\:scale-105{
  --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));
}
.group:hover .group-hover\:\!border-red{
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 28 36 / var(--tw-border-opacity)) !important;
}
.group:hover .group-hover\:\!bg-red{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 28 36 / var(--tw-bg-opacity)) !important;
}
.group:hover .group-hover\:underline{
  text-decoration-line: underline;
}
@media not all and (min-width: 1024px){
  .max-lg\:row-start-1{
    grid-row-start: 1;
  }
  .max-lg\:row-start-3{
    grid-row-start: 3;
  }
  .max-lg\:hidden{
    display: none;
  }
  .max-lg\:min-h-\[300px\]{
    min-height: 300px;
  }
  .max-lg\:flex-col{
    flex-direction: column;
  }
  .max-lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .max-lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .max-lg\:pt-16{
    padding-top: 4rem;
  }
}
@media not all and (min-width: 768px){
  .max-md\:order-2{
    order: 2;
  }
  .max-md\:order-last{
    order: 9999;
  }
  .max-md\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .max-md\:hidden{
    display: none;
  }
  .max-md\:flex-1{
    flex: 1 1 0%;
  }
  .max-md\:flex-col{
    flex-direction: column;
  }
  .max-md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 640px){
  .sm\:mt-16{
    margin-top: 4rem;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:gap-8{
    gap: 2rem;
  }
  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:\!pt-44{
    padding-top: 11rem !important;
  }
}
@media (min-width: 768px){
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mr-6{
    margin-right: 1.5rem;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:contents{
    display: contents;
  }
  .md\:hidden{
    display: none;
  }
  .md\:aspect-\[4\/5\]{
    aspect-ratio: 4/5;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:max-w-lg{
    max-width: 32rem;
  }
  .md\:max-w-md{
    max-width: 28rem;
  }
  .md\:flex-\[0_0_50\%\]{
    flex: 0 0 50%;
  }
  .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\:flex-row{
    flex-direction: row;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:gap-16{
    gap: 4rem;
  }
  .md\:gap-2{
    gap: 0.5rem;
  }
  .md\:gap-28{
    gap: 7rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-y-16{
    row-gap: 4rem;
  }
  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }
  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-24{
    padding-bottom: 6rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-9xl{
    font-size: 8rem;
    line-height: 1;
  }
  .md\:hover\:bg-black:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(16 16 16 / var(--tw-bg-opacity));
  }
  .md\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .group:hover .md\:group-hover\:border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }
  .group:hover .md\:group-hover\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 1024px){
  .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-start-2{
    grid-column-start: 2;
  }
  .lg\:row-span-2{
    grid-row: span 2 / span 2;
  }
  .lg\:row-start-2{
    grid-row-start: 2;
  }
  .lg\:-mt-16{
    margin-top: -4rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:ml-auto{
    margin-left: auto;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-24{
    margin-top: 6rem;
  }
  .lg\:aspect-4\/3{
    aspect-ratio: 4/3;
  }
  .lg\:h-32{
    height: 8rem;
  }
  .lg\:min-h-\[650px\]{
    min-height: 650px;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/5{
    width: 20%;
  }
  .lg\:w-80{
    width: 20rem;
  }
  .lg\:max-w-lg{
    max-width: 32rem;
  }
  .lg\:max-w-xl{
    max-width: 36rem;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-2{
    gap: 0.5rem;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pb-8{
    padding-bottom: 2rem;
  }
  .lg\:text-\[160px\]{
    font-size: 160px;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }
  .xl\:ml-auto{
    margin-left: auto;
  }
  .xl\:h-24{
    height: 6rem;
  }
  .xl\:w-1\/2{
    width: 50%;
  }
  .xl\:w-4\/5{
    width: 80%;
  }
  .xl\:max-w-lg{
    max-width: 32rem;
  }
  .xl\:flex-\[0_0_33\.3333\%\]{
    flex: 0 0 33.3333%;
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:gap-20{
    gap: 5rem;
  }
  .xl\: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)));
  }
  .xl\:p-12{
    padding: 3rem;
  }
  .xl\:pl-20{
    padding-left: 5rem;
  }
  .xl\:pr-20{
    padding-right: 5rem;
  }
  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1435px){
  .\32xl\:pr-28{
    padding-right: 7rem;
  }
}
@media (min-width: 1690px){
  .\33xl\:\!pt-52{
    padding-top: 13rem !important;
  }
}
