/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Gotham", "sans-serif";
    --font-serif: "Prata", "serif";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-blue-150: #06c2ce;
    --color-cyan-450: #55c0cb;
    --color-grey-250: #d4d4d4;
    --color-grey-350: #cccccb;
    --color-grey-450: #c8c8c8;
    --color-grey-550: #4c4c4c;
    --color-grey-650: #747474;
    --color-grey-750: #535353;
    --color-grey-850: #676767;
    --spacing-18: 4.5rem;
    --spacing-22: 5.5rem;
    --spacing-30: 7.5rem;
    --spacing-38: 9.5rem;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .-top-24 {
    top: calc(var(--spacing) * -24);
  }
  .-top-36 {
    top: calc(var(--spacing) * -36);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-12 {
    top: calc(var(--spacing) * 12);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-44 {
    left: calc(var(--spacing) * 44);
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .container {
    width: 100%;
    @media (width >= 400px) {
      max-width: 400px;
    }
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
    @media (width >= 1900px) {
      max-width: 1900px;
    }
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .my-24 {
    margin-block: calc(var(--spacing) * 24);
  }
  .my-140 {
    margin-block: calc(var(--spacing) * 140);
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-18 {
    margin-top: var(--spacing-18);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-\[100vh\] {
    margin-top: 100vh;
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-24 {
    margin-bottom: calc(var(--spacing) * 24);
  }
  .mb-48 {
    margin-bottom: calc(var(--spacing) * 48);
  }
  .mb-\[105px\] {
    margin-bottom: 105px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-\[60vh\] {
    height: 60vh;
  }
  .h-\[664px\] {
    height: 664px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[440px\] {
    min-height: 440px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-11\/12 {
    width: calc(11/12 * 100%);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-\[76\%\] {
    width: 76%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[330px\] {
    width: 330px;
  }
  .w-\[425px\] {
    width: 425px;
  }
  .w-\[calc\(100\%-2rem\)\] {
    width: calc(100% - 2rem);
  }
  .w-full {
    width: 100%;
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-208 {
    max-width: calc(var(--spacing) * 208);
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1140px\] {
    max-width: 1140px;
  }
  .max-w-\[1370px\] {
    max-width: 1370px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .-translate-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-8 {
    --tw-translate-y: calc(var(--spacing) * 8);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-24 {
    gap: calc(var(--spacing) * 24);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-grey-350 {
    border-color: var(--color-grey-350);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-t-black\/20 {
    border-top-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-top-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .border-t-grey-350 {
    border-top-color: var(--color-grey-350);
  }
  .border-t-grey-450 {
    border-top-color: var(--color-grey-450);
  }
  .border-b-black\/20 {
    border-bottom-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-bottom-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .border-b-black\/30 {
    border-bottom-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-bottom-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .border-b-grey-350 {
    border-bottom-color: var(--color-grey-350);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-22 {
    padding-block: var(--spacing-22);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[125px\] {
    font-size: 125px;
  }
  .leading-9 {
    --tw-leading: calc(var(--spacing) * 9);
    line-height: calc(var(--spacing) * 9);
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[3px\] {
    --tw-tracking: 3px;
    letter-spacing: 3px;
  }
  .tracking-\[4px\] {
    --tw-tracking: 4px;
    letter-spacing: 4px;
  }
  .tracking-\[10px\] {
    --tw-tracking: 10px;
    letter-spacing: 10px;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-blue-150 {
    color: var(--color-blue-150);
  }
  .text-cyan-450 {
    color: var(--color-cyan-450);
  }
  .text-green-400 {
    color: var(--color-green-400);
  }
  .text-grey-450 {
    color: var(--color-grey-450);
  }
  .text-grey-550 {
    color: var(--color-grey-550);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-5 {
    opacity: 5%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .opacity-\[0\.06\] {
    opacity: 0.06;
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .marker\:text-cyan-450 {
    & *::marker {
      color: var(--color-cyan-450);
    }
    &::marker {
      color: var(--color-cyan-450);
    }
    & *::-webkit-details-marker {
      color: var(--color-cyan-450);
    }
    &::-webkit-details-marker {
      color: var(--color-cyan-450);
    }
  }
  .marker\:content-\[\'\+\'\] {
    & *::marker {
      --tw-content: '+';
      content: var(--tw-content);
    }
    &::marker {
      --tw-content: '+';
      content: var(--tw-content);
    }
    & *::-webkit-details-marker {
      --tw-content: '+';
      content: var(--tw-content);
    }
    &::-webkit-details-marker {
      --tw-content: '+';
      content: var(--tw-content);
    }
  }
  .placeholder\:text-white {
    &::placeholder {
      color: var(--color-white);
    }
  }
  .placeholder\:uppercase {
    &::placeholder {
      text-transform: uppercase;
    }
  }
  .first\:mt-0 {
    &:first-child {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .first\:border-t {
    &:first-child {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .first\:border-t-black\/30 {
    &:first-child {
      border-top-color: color-mix(in srgb, #000 30%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-top-color: color-mix(in oklab, var(--color-black) 30%, transparent);
      }
    }
  }
  .first\:pt-0 {
    &:first-child {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .last\:mb-0 {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .last\:pb-0 {
    &:last-child {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .hover\:bg-\[\#f7f7f7\] {
    &:hover {
      @media (hover: hover) {
        background-color: #f7f7f7;
      }
    }
  }
  .md\:mb-0 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:h-\[105\%\] {
    @media (width >= 768px) {
      height: 105%;
    }
  }
  .md\:h-\[621px\] {
    @media (width >= 768px) {
      height: 621px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 768px) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 768px) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-1\/5 {
    @media (width >= 768px) {
      width: calc(1/5 * 100%);
    }
  }
  .md\:w-2\/3 {
    @media (width >= 768px) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-4\/5 {
    @media (width >= 768px) {
      width: calc(4/5 * 100%);
    }
  }
  .md\:w-\[calc\(50\%-1rem\)\] {
    @media (width >= 768px) {
      width: calc(50% - 1rem);
    }
  }
  .md\:grid-cols-5 {
    @media (width >= 768px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .md\:grid-rows-3 {
    @media (width >= 768px) {
      grid-template-rows: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:text-left {
    @media (width >= 768px) {
      text-align: left;
    }
  }
  .md\:text-3xl {
    @media (width >= 768px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:absolute {
    @media (width >= 1024px) {
      position: absolute;
    }
  }
  .lg\:top-\[120\%\] {
    @media (width >= 1024px) {
      top: 120%;
    }
  }
  .lg\:left-full {
    @media (width >= 1024px) {
      left: 100%;
    }
  }
  .lg\:mx-0 {
    @media (width >= 1024px) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mx-\[25px\] {
    @media (width >= 1024px) {
      margin-inline: 25px;
    }
  }
  .lg\:my-24 {
    @media (width >= 1024px) {
      margin-block: calc(var(--spacing) * 24);
    }
  }
  .lg\:mt-18 {
    @media (width >= 1024px) {
      margin-top: var(--spacing-18);
    }
  }
  .lg\:mt-24 {
    @media (width >= 1024px) {
      margin-top: calc(var(--spacing) * 24);
    }
  }
  .lg\:mt-\[200px\] {
    @media (width >= 1024px) {
      margin-top: 200px;
    }
  }
  .lg\:mb-18 {
    @media (width >= 1024px) {
      margin-bottom: var(--spacing-18);
    }
  }
  .lg\:mb-24 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 24);
    }
  }
  .lg\:mb-28 {
    @media (width >= 1024px) {
      margin-bottom: calc(var(--spacing) * 28);
    }
  }
  .lg\:ml-52 {
    @media (width >= 1024px) {
      margin-left: calc(var(--spacing) * 52);
    }
  }
  .lg\:flex {
    @media (width >= 1024px) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 1024px) {
      display: none;
    }
  }
  .lg\:h-\[878px\] {
    @media (width >= 1024px) {
      height: 878px;
    }
  }
  .lg\:h-auto {
    @media (width >= 1024px) {
      height: auto;
    }
  }
  .lg\:min-h-\[328px\] {
    @media (width >= 1024px) {
      min-height: 328px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 1024px) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 1024px) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 1024px) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-4\/5 {
    @media (width >= 1024px) {
      width: calc(4/5 * 100%);
    }
  }
  .lg\:w-\[55\%\] {
    @media (width >= 1024px) {
      width: 55%;
    }
  }
  .lg\:w-\[80\%\] {
    @media (width >= 1024px) {
      width: 80%;
    }
  }
  .lg\:w-\[calc\(100\%-50px\)\] {
    @media (width >= 1024px) {
      width: calc(100% - 50px);
    }
  }
  .lg\:w-auto {
    @media (width >= 1024px) {
      width: auto;
    }
  }
  .lg\:w-full {
    @media (width >= 1024px) {
      width: 100%;
    }
  }
  .lg\:max-w-\[47\%\] {
    @media (width >= 1024px) {
      max-width: 47%;
    }
  }
  .lg\:max-w-\[640px\] {
    @media (width >= 1024px) {
      max-width: 640px;
    }
  }
  .lg\:-translate-y-1\/2 {
    @media (width >= 1024px) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:columns-2 {
    @media (width >= 1024px) {
      columns: 2;
    }
  }
  .lg\:flex-row {
    @media (width >= 1024px) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 1024px) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 1024px) {
      justify-content: space-between;
    }
  }
  .lg\:gap-12 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-48 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 48);
    }
  }
  .lg\:gap-x-16 {
    @media (width >= 1024px) {
      column-gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-y-12 {
    @media (width >= 1024px) {
      row-gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:border-0 {
    @media (width >= 1024px) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .lg\:border-t {
    @media (width >= 1024px) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .lg\:px-12 {
    @media (width >= 1024px) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:py-6 {
    @media (width >= 1024px) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-38 {
    @media (width >= 1024px) {
      padding-block: var(--spacing-38);
    }
  }
  .lg\:pt-40 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 40);
    }
  }
  .lg\:pt-48 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 48);
    }
  }
  .lg\:pt-56 {
    @media (width >= 1024px) {
      padding-top: calc(var(--spacing) * 56);
    }
  }
  .lg\:pr-44 {
    @media (width >= 1024px) {
      padding-right: calc(var(--spacing) * 44);
    }
  }
  .lg\:pb-12 {
    @media (width >= 1024px) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:pl-0 {
    @media (width >= 1024px) {
      padding-left: calc(var(--spacing) * 0);
    }
  }
  .lg\:text-2xl {
    @media (width >= 1024px) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 1024px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-4xl {
    @media (width >= 1024px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-6xl {
    @media (width >= 1024px) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-8xl {
    @media (width >= 1024px) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  .lg\:text-xl {
    @media (width >= 1024px) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[35px\] {
    @media (width >= 1024px) {
      font-size: 35px;
    }
  }
  .lg\:text-\[38px\] {
    @media (width >= 1024px) {
      font-size: 38px;
    }
  }
  .lg\:text-\[45px\] {
    @media (width >= 1024px) {
      font-size: 45px;
    }
  }
  .lg\:leading-\[50px\] {
    @media (width >= 1024px) {
      --tw-leading: 50px;
      line-height: 50px;
    }
  }
}
@layer utilities {
  .mt-screen {
    margin-top: 100vh;
  }
}
@layer base {
  @font-face {
    font-family: Gotham;
    src: local("Gotham Light"), local("Gotham-Light"), url("./fonts/Gotham-Light.woff2") format("woff2"), url("./fonts/Gotham-Light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: Gotham;
    src: local("Gotham Medium"), local("Gotham-Medium"), url("./fonts/Gotham-Medium.woff2") format("woff2"), url("./fonts/Gotham-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: Gotham;
    src: local("Gotham Bold"), local("Gotham-Bold"), url("./fonts/Gotham-Bold.woff2") format("woff2"), url("./fonts/Gotham-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: Prata;
    src: local("Prata"), url("./fonts/Prata-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
}
@layer utilities {
  .font-gotham {
    font-family: "Gotham", sans-serif;
  }
  .font-prata {
    font-family: "Prata", serif;
  }
  .pb-screen {
    padding-bottom: 100vh;
  }
}
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
  --animate-play-state: running;
}
.is_animated {
  animation-duration: var(--animate-duration);
  animation-fill-mode: forwards;
}
.animate_fadeInUp {
  animation-name: fadeInUp;
  animation-delay: var(--animate-delay);
  animation-iteration-count: var(--animate-repeat);
  animation-play-state: var(--animate-play-state);
}
.animate_fadeInDown {
  animation-name: fadeInDown;
  animation-delay: var(--animate-delay);
  animation-iteration-count: var(--animate-repeat);
}
.animate_fadeOutUp {
  animation-name: fadeOutUp;
  animation-delay: var(--animate-delay);
  animation-iteration-count: var(--animate-repeat);
}
.animate_scale {
  animation-name: videoScale;
  animation-delay: var(--animate-delay);
  animation-iteration-count: var(--animate-repeat);
  animation-play-state: var(--animate-play-state);
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes videoScale {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}
@keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
:root {
  --gradient1: #ffffff;
  --gradient2: #ffffff;
  --gradient3: #ffffff;
  --gradient4: #ffffff;
  --gradient-duration: 15s;
  --menu-icon-color: #fff;
  --button-gradient1: #65c7d2;
  --button-gradient2: #a3b5e0;
  --button-gradient3: #efbcbe;
  --button-gradient-duration: 5s;
  --overlay-opacity: 1;
  --ampersand: url("");
  --ampersand-display: none;
}
html, body {
  overflow-x: hidden;
  max-width: 100%;
}
.ss-container {
  width: 91.666667%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.ss-container.full {
  width: calc(100% - 3rem);
  max-width: 100%;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.ss-container.full.no-x-margin {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.ss-container.wide {
  max-width: 1140px;
}
b, strong {
  font-weight: 700;
}
.text-block-centre {
  width: 100%;
}
@media (width >= 1024px) {
  .text-block-centre {
    width: 66.666667%;
  }
}
.author-avatar {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  overflow: hidden;
}
.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.default-margin {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wp-block-skippers-full-text-image {
  gap: 7.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
@media (width >= 1024px) {
  .wp-block-skippers-full-text-image {
    flex-direction: row;
  }
}
.wp-block-skippers-full-text-image .full-text__image {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (width >= 1024px) {
  .wp-block-skippers-full-text-image .full-text__image {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
  }
}
.wp-block-skippers-full-text-image .full-text__content {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (width >= 1024px) {
  .wp-block-skippers-full-text-image .full-text__content {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
    margin-right: 7.5rem;
  }
}
.wp-block-skippers-full-text-image .full-text__content p {
  margin-bottom: 1rem;
}
.wp-block-skippers-full-text-image .full-text__content p:last-child {
  margin-bottom: 0;
}
.wp-block-skippers-full-text-image.reversed {
  flex-direction: column-reverse;
}
@media (width >= 1024px) {
  .wp-block-skippers-full-text-image.reversed {
    flex-direction: row-reverse;
  }
}
.wp-block-skippers-full-text-image.reversed .full-text__content {
  margin-right: 0;
}
@media (width >= 1024px) {
  .wp-block-skippers-full-text-image.reversed .full-text__content {
    margin-left: 7.5rem;
  }
}
.wp-block-skippers-full-text-image.image-third .full-text__image {
  width: 100%;
}
@media (width >= 1024px) {
  .wp-block-skippers-full-text-image.image-third .full-text__image {
    width: 66.666667%;
  }
}
.wp-block-skippers-full-text-image.image-third .full-text__content {
  width: 100%;
}
@media (width >= 1024px) {
  .wp-block-skippers-full-text-image.image-third .full-text__content {
    width: 33.333333%;
  }
}
.wp-block-skippers-full-text-image.block-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
}
.wp-block-skippers-full-text-image.block-full {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
a.with-line {
  color: white;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
a.with-line::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 2rem;
  background-color: white;
}
.progress strong {
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  display: block;
  letter-spacing: -0.03em;
  background: linear-gradient( 90deg, var(--gradient1), var(--gradient2), var(--gradient3) );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradient ease infinite;
  animation-duration: var(--gradient-duration);
  line-height: 1.1;
}
@media (width >= 1024px) {
  .progress strong {
    font-size: 200px;
    line-height: 1;
  }
}
.homepage .progress-content strong {
  background: linear-gradient( 90deg, var(--gradient1), var(--gradient2), var(--gradient3) );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradient ease infinite;
  animation-duration: var(--gradient-duration);
  line-height: 1.1;
}
.purpose {
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
  display: block;
  background: linear-gradient( 90deg, var(--gradient1), var(--gradient2), var(--gradient3) );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradient ease infinite;
  animation-duration: var(--gradient-duration);
  line-height: 1.1;
}
@media (width >= 1024px) {
  .purpose {
    font-size: 213px;
    line-height: 1;
  }
}
@media (width >= 1280px) {
  .purpose {
    font-size: 250px;
    line-height: 1;
  }
}
.progress-content p {
  margin-bottom: 1rem;
}
.progress-content p:last-child {
  margin-bottom: 0;
}
.react-select__control {
  border: 1px solid rgba(0, 0, 0, 0.4) !important;
  font-size: 0.875rem;
  line-height: 1.25rem !important;
}
.react-select__menu {
  z-index: 20;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.full-width-image {
  margin-left: 3rem;
  margin-right: 3rem;
}
.change-text {
  font-weight: 300;
}
.change-text p {
  margin-bottom: 1rem;
}
.change-text p:last-child {
  margin-bottom: 0;
}
.change-text strong {
  font-weight: 700;
}
.paragaph-wrapper p {
  margin-bottom: 1rem;
}
.paragaph-wrapper p:last-child {
  margin-bottom: 0;
}
.wp-block-skippers-video {
  margin-bottom: 80px;
}
@media (width >= 1024px) {
  .wp-block-skippers-video {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.my-140, .post-full-margin {
  margin-bottom: 80px;
}
@media (width >= 1024px) {
  .my-140, .post-full-margin {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
.my-140.full {
  margin-left: 0;
  margin-right: 0;
}
@media (width >= 1024px) {
  .my-140.full {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.my-140.wide {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.post-full-margin.full {
  margin-left: 0;
  margin-right: 0;
}
@media (width >= 1024px) {
  .post-full-margin.full {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.post-full-margin.wide {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.post-top-margin {
  margin-bottom: 80px;
}
@media (width >= 1024px) {
  .post-top-margin {
    margin-top: 120px;
    margin-bottom: 0;
  }
}
.post-top-margin.full {
  margin-left: 0;
  margin-right: 0;
}
@media (width >= 1024px) {
  .post-top-margin.full {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.post-top-margin.wide {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.post-bottom-margin {
  margin-bottom: 80px;
}
@media (width >= 1024px) {
  .post-bottom-margin {
    margin-bottom: 120px;
  }
}
.post-bottom-margin.full {
  margin-left: 0;
  margin-right: 0;
}
@media (width >= 1024px) {
  .post-bottom-margin.full {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.post-bottom-margin.wide {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.post-margin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.post-margin.full {
  margin-left: 0;
  margin-right: 0;
}
@media (width >= 1024px) {
  .post-margin.full {
    margin-left: 25px;
    margin-right: 25px;
  }
}
.post-margin.wide {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
.margin-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.with-text-gradient {
  background: linear-gradient( 90deg, var(--gradient1), var(--gradient2), var(--gradient3) );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradient ease infinite;
  animation-duration: var(--gradient-duration);
}
.wp-block-skippers-full-image {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.wp-block-column .ss-container {
  margin-left: 0;
  margin-right: 0;
}
.page-wrapper {
  position: relative;
  transition: transform 700ms ease-in-out;
}
.page-wrapper.menu-open {
  transform: translateX(-100%);
}
.teal-underlined {
  color: black;
  position: relative;
  z-index: 10;
}
.teal-underlined::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 0.25rem;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: var(--color-cyan-450);
  transition: all 0ms;
  z-index: 10;
}
.teal-underlined:hover::before {
  width: 100%;
}
@media (width >= 1024px) {
  .teal-underlined::before {
    height: 0.25rem;
    transition: all 300ms 0ms;
  }
  .teal-underlined:hover::before {
    transition: all 300ms;
  }
}
.teal-underlined::after {
  content: attr(data-text);
  position: absolute;
  display: inline-block;
  top: 2px;
  left: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  height: 100%;
  color: var(--color-cyan-450);
  font: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  box-sizing: border-box;
  z-index: 20;
  transition: all 0ms;
}
.teal-underlined:hover::after {
  width: 100%;
}
@media (width >= 1024px) {
  .teal-underlined::after {
    top: 6px;
    transition: all 300ms 0ms;
  }
  .teal-underlined:hover::after {
    transition: all 300ms;
  }
}
.teal-underlined span {
  position: relative;
  z-index: 10;
}
.teal-underlined2 {
  color: black;
  position: relative;
  z-index: 10;
}
.teal-underlined2::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 0.25rem;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: var(--color-cyan-450);
  transition: all 0ms;
  z-index: 10;
}
.teal-underlined2:hover::before {
  width: 100%;
}
@media (width >= 1024px) {
  .teal-underlined2::before {
    height: 0.25rem;
    transition: all 300ms 0ms;
  }
  .teal-underlined2:hover::before {
    transition: all 300ms;
  }
}
.teal-underlined2::after {
  content: attr(data-text);
  position: absolute;
  display: inline-block;
  top: 2px;
  left: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  height: 100%;
  color: var(--color-cyan-450);
  z-index: 20;
  transition: all 0ms;
}
.teal-underlined2:hover::after {
  width: 100%;
}
@media (width >= 1024px) {
  .teal-underlined2::after {
    top: 0;
    transition: all 300ms 0ms;
  }
  .teal-underlined2:hover::after {
    transition: all 300ms;
  }
}
.teal-underlined2 span {
  position: relative;
  z-index: 10;
}
.teal-underlined3 {
  color: black;
  position: relative;
  z-index: 10;
}
.teal-underlined3::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: var(--color-cyan-450);
  transition: all 0ms;
  z-index: 10;
}
.teal-underlined3:hover::before {
  width: 100%;
}
@media (width >= 1024px) {
  .teal-underlined3::before {
    height: 2px;
    transition: all 300ms 0ms;
  }
  .teal-underlined3:hover::before {
    transition: all 300ms;
  }
}
.teal-underlined3 span {
  position: relative;
  z-index: 10;
}
.carousel-nav .button {
  --size: 10px;
  --width: 2px;
  border-radius: 1rem;
  border: 1px solid white;
  background-color: transparent;
  color: white;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  height: 34px;
  width: 58px;
  position: relative;
  display: disabled;
}
.carousel-nav .button:disabled {
  opacity: 0.5;
}
.carousel-nav .button > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: calc(var(--size) / 1.414);
  height: calc(var(--size) / 1.414 * 2);
}
.carousel-nav .button > span span, .carousel-nav .button > span:before, .carousel-nav .button > span:after {
  background-color: #fff;
  content: "";
  display: block;
  width: var(--size);
  height: var(--width);
  position: absolute;
  top: calc(50% - (var(--width) / 2));
}
.carousel-nav .button > span:before {
  transform: rotate(-45deg);
}
.carousel-nav .button > span:after {
  transform: rotate(45deg);
}
.carousel-nav .button > span span {
  width: 0;
}
.carousel-nav .button:not(:disabled):hover > span span {
  width: calc(var(--size) * 2.414);
}
.carousel-nav .button.button-next > span span, .carousel-nav .button.button-next > span:before, .carousel-nav .button.button-next > span:after {
  right: 0;
  transform-origin: right 50%;
}
.carousel-nav .button.button-next > span:before, .carousel-nav .button.button-next > span:after {
  transition: right 0.3s 0.05s;
}
.carousel-nav .button.button-next > span span {
  transition: width 0.3s, right 0.3s 0.05s;
}
.carousel-nav .button.button-next:not(:disabled):hover > span span, .carousel-nav .button.button-next:not(:disabled):hover > span:before, .carousel-nav .button.button-next:not(:disabled):hover > span:after {
  right: calc(var(--size) / 1 * -1);
}
.carousel-nav .button.button-prev > span span, .carousel-nav .button.button-prev > span:before, .carousel-nav .button.button-prev > span:after {
  left: 0;
  transform-origin: left 50%;
}
.carousel-nav .button.button-prev > span:before, .carousel-nav .button.button-prev > span:after {
  transition: left 0.3s 0.05s;
}
.carousel-nav .button.button-prev > span span {
  transition: width 0.3s, left 0.3s 0.05s;
}
.carousel-nav .button.button-prev:not(:disabled):hover > span span, .carousel-nav .button.button-prev:not(:disabled):hover > span:before, .carousel-nav .button.button-prev:not(:disabled):hover > span:after {
  left: calc(var(--size) / 1 * -1);
}
.the-arrow {
  width: 1px;
  transition: all 0.2s;
}
.carousel-nav .button.button-black > span:before, .carousel-nav .button.button-black > span:after, .carousel-nav .button.button-black > span span {
  background-color: #000;
}
.carousel-nav .button.button-black {
  border-color: black;
  color: black;
}
.the-arrow.left {
  position: absolute;
  top: 60%;
  left: 0;
}
.the-arrow.left > .shaft {
  width: 0;
  background-color: #ffffff;
}
.the-arrow.left > .shaft:before, .the-arrow.left > .shaft:after {
  width: 0;
  background-color: #ffffff;
}
.the-arrow.left > .shaft:before {
  transform: rotate(0);
}
.the-arrow.left > .shaft:after {
  transform: rotate(0);
}
.the-arrow.right {
  top: 1px;
}
.the-arrow.right > .shaft {
  width: 1px;
  transition-delay: 0.2s;
}
.the-arrow.right > .shaft:before, .the-arrow.right > .shaft:after {
  width: 8px;
  transition-delay: 0.3s;
  transition: all 0.5s;
}
.the-arrow.right > .shaft:before {
  transform: rotate(40deg);
}
.the-arrow.right > .shaft:after {
  transform: rotate(-40deg);
}
.the-arrow > .shaft {
  background-color: #4c4c4c;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.the-arrow > .shaft:before {
  transform-origin: top right;
}
.the-arrow > .shaft:after {
  transform-origin: bottom right;
}
.animated-arrow {
  display: block;
  color: white;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
  position: relative;
  transition: all 200ms;
}
@media (width >= 1024px) {
  .animated-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.animated-arrow:hover {
  color: #ffffff;
}
.animated-arrow:hover > .the-arrow.left > .shaft {
  width: 64px;
  transition-delay: 0.1s;
  background-color: #ffffff;
}
.animated-arrow:hover > .the-arrow.left > .shaft:before, .animated-arrow:hover > .the-arrow.left > .shaft:after {
  width: 8px;
  transition-delay: 0.1s;
  background-color: #ffffff;
}
.animated-arrow:hover > .the-arrow.left > .shaft:before {
  transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.left > .shaft:after {
  transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
  transform: translateX(17px);
  transform: translateX(80px);
}
.animated-arrow:hover > .main > .the-arrow.right > .shaft {
  width: 0;
  transform: translateX(200%);
  transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.right > .shaft:after {
  width: 0;
  transition-delay: 0;
  transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.right > .shaft:before {
  transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.right > .shaft:after {
  transform: rotate(0);
}
.animated-arrow > .main {
  display: flex;
  align-items: center;
  transition: all 0.2s;
}
.animated-arrow > .main > .text {
  margin-right: 1rem;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1;
}
.animated-arrow > .main > .the-arrow {
  position: relative;
}
.skp-text-block p {
  margin-bottom: 1rem;
}
.skp-text-block p:last-child {
  margin-bottom: 0;
}
.page-hero {
  padding-top: 11rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}
.page-hero h1 {
  font-size: 6rem;
  line-height: 1;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  z-index: 10;
  background: linear-gradient( 90deg, var(--gradient1), var(--gradient2), var(--gradient3) );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradient ease infinite;
  animation-duration: var(--gradient-duration);
}
@media (width >= 1280px) {
  .page-hero h1 {
    font-size: 15.5rem;
  }
}
.page-hero h1.large {
  font-size: 3rem;
  line-height: 1.1;
}
@media (width >= 1280px) {
  .page-hero h1.large {
    font-size: 6.5rem;
    line-height: 1.1;
  }
}
.page-hero p {
  font-size: 22px;
  line-height: 1;
  position: relative;
  z-index: 10;
  width: 100%;
}
@media (width >= 1024px) {
  .page-hero p {
    width: 41.666667%;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-us .ss-container {
  max-width: 840px;
}
.contact-us .ss-container > p {
  font-size: 1.625rem;
  line-height: 2rem;
}
p.bold-as-medium strong, p.bold-as-medium b {
  font-weight: 500;
}
.chevron::before {
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0;
  border-color: black;
  content: "";
  display: inline-block;
  height: 1rem;
  left: 0.15rem;
  position: relative;
  top: 0.15rem;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 1rem;
  transition: all 300ms;
}
.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}
.chevron.bottom:before {
  top: 0;
  transform: rotate(135deg);
}
.chevron.left:before {
  left: 0.25rem;
  transform: rotate(-135deg);
}
.services-intro .ss-container {
  margin-left: 0 !important;
}
[data-animate="fade-up"] {
  opacity: 0;
}
.menu-wrapper {
  position: fixed;
  transition: transform 700ms ease-in-out;
  transform: translateX(100%);
  background-color: white;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.menu-wrapper.menu-open {
  transform: translateX(0);
}
.menu-wrapper .main-menu {
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
  padding-top: 7.5rem;
  gap: 2rem;
}
@media (width >= 1024px) {
  .menu-wrapper .main-menu {
    margin-right: 0;
    padding-right: 3.5rem;
    padding-top: 185px;
    width: calc(50vw + 520px);
    margin-left: auto;
  }
}
@media (width >= 1536px) {
  .menu-wrapper .main-menu {
    padding-top: 224px;
  }
}
.menu-wrapper .main-menu > ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}
.menu-wrapper .main-menu > ul > li {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (width >= 768px) {
  .menu-wrapper .main-menu > ul > li {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.menu-wrapper .main-menu ul li > span {
  cursor: pointer;
}
.menu-wrapper .menu-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 2rem;
  padding-bottom: 2rem;
  padding-right: 3.5rem;
}
@media (width >= 1024px) {
  .menu-wrapper .menu-footer {
    width: calc(50vw + 520px);
    margin-right: 0;
    margin-left: auto;
  }
}
.menu-wrapper .menu-footer-left address, .menu-wrapper .menu-footer-left div {
  color: black;
  font-style: normal;
  margin-bottom: 1rem;
}
@media (width >= 1024px) {
  .menu-wrapper .menu-footer-left address, .menu-wrapper .menu-footer-left div {
    margin-bottom: 0;
  }
}
.menu-wrapper .menu-footer-left address:last-child, .menu-wrapper .menu-footer-left div:last-child {
  margin-bottom: 0;
}
.menu-wrapper .menu-footer-left address h5, .menu-wrapper .menu-footer-left div h5 {
  font-family: Prata, serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.menu-wrapper .menu-footer-left address p, .menu-wrapper .menu-footer-left divp {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  color: var(--color-grey-550);
}
.menu-wrapper .menu-footer-contact {
  color: var(--color-grey-650);
  margin-top: 2rem;
}
@media (width >= 1024px) {
  .menu-wrapper .menu-footer-contact {
    margin-top: 0;
  }
}
.menu-wrapper .menu-footer-contact ul {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (width >= 1024px) {
  .menu-wrapper .menu-footer-contact ul {
    gap: 3rem;
    margin-right: 0;
    margin-left: auto;
  }
}
.menu-wrapper .menu-footer-contact ul li {
  width: 1.5rem;
}
.menu-wrapper .menu-footer-contact ul li a {
  color: var(--color-grey-650);
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  position: relative;
}
.menu-wrapper .menu-footer-contact ul li a svg {
  width: 1.5rem;
  max-height: 1.5rem;
  fill: var(--color-grey-650);
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 300ms ease-in-out;
}
.menu-wrapper .menu-footer-contact ul li a svg .phone-1 {
  fill: none;
}
.menu-wrapper .menu-footer-contact ul li a svg .phone-1, .menu-wrapper .menu-footer-contact ul li a svg .phone-2 {
  stroke-width: 0px;
}
.menu-wrapper .menu-footer-contact ul li a svg .phone-2 {
  fill: currentColor;
}
.menu-wrapper .menu-footer-contact ul li a svg .phone-3 {
  clip-path: url(#clippath2);
}
.menu-wrapper .menu-footer-contact ul li a svg .email-1 {
  fill: none;
}
.menu-wrapper .menu-footer-contact ul li a svg .email-1, .menu-wrapper .menu-footer-contact ul li a svg .email-2 {
  stroke-width: 0px;
}
.menu-wrapper .menu-footer-contact ul li a svg .email-2 {
  fill: #747474;
}
.menu-wrapper .menu-footer-contact ul li a svg .email-3 {
  clip-path: url(#emailClipPath2);
}
.header-initials {
  width: 6rem;
  z-index: 10;
  position: fixed;
  left: 4rem;
  top: -2.25rem;
  opacity: 0;
  transition: all 300ms;
}
.menu-wrapper .menu-footer-contact ul li a hr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transform: scale(0);
  width: 1rem;
  height: 2px;
  background-color: var(--color-grey-650);
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.menu-wrapper .menu-footer-contact ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  white-space: nowrap;
  letter-spacing: 0.125rem;
  font-size: 0.625rem;
  line-height: 1rem;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.menu-wrapper .menu-footer-contact ul li a:hover svg {
  transform: translateY(-25px);
}
.menu-wrapper .menu-footer-contact ul li a:hover hr {
  transform: translateX(-50%) translateY(-50%) scale(1);
  opacity: 1;
}
.menu-wrapper .menu-footer-contact ul li a:hover span {
  opacity: 1;
  transform: translateX(-50%) translateY(15px);
}
.header-email {
  display: none;
  position: fixed;
  right: 6rem;
  top: 2.5rem;
  cursor: pointer;
  z-index: 50;
  background-color: transparent;
  overflow: hidden;
  mix-blend-mode: difference;
  background-blend-mode: difference;
  transition: all 300ms;
}
@media (width >= 1024px) {
  .header-email {
    display: inline-block;
    right: 13rem;
    top: 80px;
  }
}
.header-email svg {
  width: 2.5rem;
  fill: white;
  transition: all 300ms ease-in-out;
}
.header-email svg:hover {
  fill: var(--color-cyan-450);
}
.header-email svg .emailI-1 {
  fill: none;
}
.header-email svg .emailI-1, .header-email svg .emailI-2 {
  stroke-width: 0px;
}
.header-email svg .emailI-2 {
  fill: #ffffff;
}
.header-email svg .emailI-3 {
  clip-path: url(#emailClipPath3);
}
.hamburger {
  padding: 1rem;
  position: fixed;
  right: 2rem;
  top: 1.5rem;
  cursor: pointer;
  z-index: 50;
  display: inline-block;
  background-color: transparent;
  overflow: hidden;
}
@media (width >= 1024px) {
  .hamburger {
    right: 6rem;
    top: 65px;
    mix-blend-mode: difference;
    background-blend-mode: difference;
  }
}
.hamburger.menu-open, .hamburger:hover, .hamburger:focus {
  mix-blend-mode: normal;
  background-blend-mode: normal;
}
@media (width >= 1024px) {
  .hamburger.menu-open, .hamburger:hover, .hamburger:focus {
    mix-blend-mode: normal;
    background-blend-mode: normal;
  }
}
.hamburger__container {
  width: 36px;
  height: 24px;
  position: relative;
}
.hamburger:hover .hamburger__inner {
  transform: translate(-51px, 50%);
  opacity: 0;
}
.hamburger:hover .hamburger__inner::before, .hamburger:hover .hamburger__inner::after {
  transform: translate(102px, 0);
  opacity: 0;
}
.hamburger.menu-open .hamburger__inner {
  display: none;
}
.hamburger__inner {
  background-color: black;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  top: 50%;
  transform: translate(5px, -50%);
  opacity: 1;
}
@media (width >= 1024px) {
  .hamburger__inner {
    background-color: white;
  }
}
.hamburger__inner::before, .hamburger__inner::after {
  background-color: black;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  content: "";
  opacity: 1;
  transform: translate(-5px, 0);
}
@media (width >= 1024px) {
  .hamburger__inner::before, .hamburger__inner::after {
    background-color: white;
  }
}
.hamburger__inner::before {
  top: -13px;
}
.hamburger__inner::after {
  top: 13px;
}
.hamburger:hover .hamburger__hidden {
  opacity: 1;
  transform: translate(0, -50%);
}
.hamburger:hover .hamburger__hidden::before, .hamburger:hover .hamburger__hidden::after {
  opacity: 1;
  transform: translate(0, 0);
}
.hamburger.menu-open .hamburger__hidden {
  opacity: 1;
  transform: rotate(45deg);
}
.hamburger.menu-open .hamburger__hidden::before {
  transform: translate(0, 13px) rotate(90deg);
  transform-origin: center;
}
.hamburger.menu-open .hamburger__hidden::after {
  transform-origin: center;
  transform: translate(0, -13px) rotate(0);
}
.hamburger__hidden {
  background-color: var(--color-cyan-450);
  opacity: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  top: 50%;
  transform: translate(51px, -50%);
}
.hamburger__hidden::before, .hamburger__hidden::after {
  background-color: var(--color-cyan-450);
  width: 100%;
  height: 2px;
  border-radius: 4px;
  position: absolute;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.4s;
  content: "";
  transform: translate(102px, 0);
}
.hamburger__hidden::before {
  top: -13px;
}
.hamburger__hidden::after {
  top: 13px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 49;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
header.logo-up, body:not(.home) header {
  mix-blend-mode: difference;
  background-blend-mode: difference;
}
header .header-logo {
  position: absolute;
  display: block;
  width: 66.666667%;
  max-width: 195px;
  left: 2rem;
  top: 2rem;
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
  color: white;
}
@media (width >= 1024px) {
  header .header-logo {
    max-width: 1040px;
    top: 4rem;
  }
}
header .header-logo svg {
  width: 100%;
  max-width: none;
}
@media (width >= 1024px) {
  header .header-logo svg {
    max-width: 360px;
    width: 75%;
    color: white;
  }
}
header .header-logo.Light svg {
  color: white;
  mix-blend-mode: difference;
  background-blend-mode: difference;
}
header .header-logo.Dark svg {
  color: #000000;
  mix-blend-mode: normal;
  background-blend-mode: normal;
}
header.logo-up .header-initials {
  top: 3rem;
  opacity: 1;
  z-index: 100;
}
header.logo-up .header-logo {
  transform: translateY(-210%);
  animation-delay: 0s;
  opacity: 0;
}
header.logo-down .header-logo {
  transform: translateY(0);
  opacity: 1;
}
header.menu-open {
  mix-blend-mode: normal;
  background-blend-mode: normal;
}
header.menu-open .header-logo svg {
  color: black;
}
.post-template-default header {
  mix-blend-mode: normal;
  background-blend-mode: normal;
}
.homepage {
  background-color: white;
  position: relative;
  isolation: isolate;
  --bg-opacity: 0;
}
.homepage .case-studies-section {
  transition: background-color 400ms ease;
}
.homepage div[data-main-content] {
  content: "";
  background: linear-gradient( -45deg, var(--gradient1), var(--gradient2), var(--gradient3) );
  background-size: 400% 100%;
  animation: gradient ease infinite;
  animation-duration: var(--gradient-duration);
  opacity: var(--bg-opacity);
  transition: opacity 150ms linear;
}
.homepage.bg-state-gradient div[data-main-content] {
  background: linear-gradient( -45deg, var(--gradient1), var(--gradient2), var(--gradient3) );
}
.homepage.bg-state-white .case-studies-section, .homepage.bg-state-gradient .case-studies-section, .homepage.bg-state-white .progress-section, .homepage.bg-state-gradient .progress-section {
  background-color: transparent;
}
.homepage.bg-state-white .progress-section {
  background-color: transparent;
}
.homepage.has-gradient-background::before {
  opacity: 1;
}
.homepage.has-gradient-background .case-studies-section {
  background-color: transparent;
}
#root {
  position: relative;
  z-index: 10;
}
.page-template-home-template.white-section-visible:before {
  opacity: 1;
}
.page-template-home-template.black-section-visible:after {
  opacity: 1;
}
.home-title {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
  max-width: 740px;
}
.homepage.white-section-visible:before {
  opacity: 1;
}
.homepage.black-section-visible:after {
  opacity: 1;
}
.homepage .main-section .logo-wrapper svg {
  max-width: 16rem;
}
@media (width >= 768px) {
  .homepage .main-section .logo-wrapper svg {
    max-width: 21rem;
  }
}
.homepage .main-section .video-wrapper {
  position: relative;
  z-index: 10;
}
.homepage .main-section .video-wrapper .showreel {
  position: absolute;
  left: -5rem;
  width: 0.5rem;
  transition: all 700ms ease-in-out;
  opacity: 0;
  top: 1.25rem;
}
.homepage .main-section .video-wrapper .showreel.shown {
  opacity: 1;
  top: 0;
  animation-delay: 1s;
}
.homepage .main-section .video-wrapper video {
  width: 100%;
}
@media (width >= 768px) {
  .homepage .main-section .video-wrapper video {
    transition: all 1500ms ease-in-out;
    transform: scale(0.75);
  }
}
.homepage .main-section .video-wrapper video.shown {
  transform: scale(1);
}
@media (width >= 768px) {
  .homepage .main-section .video-wrapper video.shown {
    animation-delay: 750ms;
  }
}
.homepage .hero-section {
  z-index: 10;
  position: relative;
}
.homepage .hero-section .site-hero {
  font-size: clamp(3.15rem, 9vw, 3.75rem);
  line-height: 4rem;
  color: white;
  font-family: Prata, serif;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
}
@media (width >= 768px) {
  .homepage .hero-section .site-hero {
    line-height: auto;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (width >= 1024px) {
  .homepage .hero-section .site-hero {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (width >= 1280px) {
  .homepage .hero-section .site-hero {
    font-size: 3.75rem;
    line-height: 1;
  }
}
.homepage .hero-section .home-hero__intro > h2 {
  font-size: 2.25rem;
  color: white;
  font-family: Gotham, sans-serif;
  text-align: center;
  opacity: 0;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 1000ms ease-in-out;
  line-height: 1.1;
}
@media (width >= 768px) {
  .homepage .hero-section .home-hero__intro > h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}
@media (width >= 1024px) {
  .homepage .hero-section .home-hero__intro > h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    max-width: 630px;
    line-height: 1.3;
  }
}
@media (width >= 1536px) {
  .homepage .hero-section .home-hero__intro > h2 {
    font-size: 3.125rem;
    line-height: 3.75rem;
    max-width: 780px;
    line-height: 1.3;
  }
}
.homepage .hero-section.show-intro .home-hero__intro > h2 {
  opacity: 1;
}
.home--services_intro {
  max-width: 55rem;
}
.home--services_intro h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
@media (width >= 1024px) {
  .home--services_intro h3 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
.home--services_intro p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (width >= 1024px) {
  .home--services_intro p {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
.home--services_intro p:last-child {
  margin-bottom: 0;
}
.home--services_heading {
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  max-width: 30rem;
}
@media (width >= 1024px) {
  .home--services_heading {
    font-size: 5rem;
    line-height: 0.9em;
  }
}
.home--services_heading:after {
  display: block;
  width: 5rem;
  height: 13px;
  margin-top: 1rem;
  content: "";
  background: linear-gradient( 90deg, var(--gradient1), var(--gradient2), var(--gradient3) );
  background-size: 200% 200%;
  animation: gradient ease infinite;
  animation-duration: var(--gradient-duration);
  line-height: 1.1;
}
.moving-us-forward {
  position: absolute;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  transition: all 1000ms;
}
@media (width >= 1024px) {
  .moving-us-forward {
    width: 50%;
  }
}
.moving-us-forward > h3 {
  font-size: 3.2rem;
  line-height: 1.1;
  color: white;
  text-transform: uppercase;
  font-family: Gotham, sans-serif;
  font-weight: 700;
  text-align: center;
}
@media (width >= 1024px) {
  .moving-us-forward > h3 {
    font-size: 6rem;
    line-height: 1.1;
  }
}
@media (width >= 1280px) {
  .moving-us-forward > h3 {
    font-size: 7rem;
    line-height: 1.1;
  }
}
@media (width >= 1536px) {
  .moving-us-forward > h3 {
    font-size: 8vw;
    line-height: 1.1;
  }
}
@media (width >= 1900px) {
  .moving-us-forward > h3 {
    font-size: 9rem;
    line-height: 1.1;
  }
}
.moving-us-forward > h3 .together {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.5rem;
  margin-top: 1rem;
  -webkit-text-fill-color: white;
  text-fill-color: white;
}
@media (width >= 1024px) {
  .moving-us-forward > h3 .together {
    font-size: 2.25rem;
    line-height: 2.5rem;
    letter-spacing: 1rem;
    margin-top: 2rem;
  }
}
.moving-us-forward.moving-us-forward--fixed {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.homepage .case-studies-section {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (width >= 1024px) {
  .homepage .case-studies-section {
    padding-bottom: 12rem;
  }
}
.homepage .case-studies-section .logo-board .logo-board__item {
  filter: brightness(0) invert(1);
  max-width: 302px;
}
.homepage .case-studies-section .logo-board .logo-board__item img {
  width: 100%;
}
.homepage .case-studies-section .case-studies__item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.homepage .case-studies-section .case-studies__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 700ms ease-in-out;
}
.homepage .case-studies-section .case-studies__item .case-studies__content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  padding-left: 3rem;
  padding-right: 1.5rem;
  background-color: transparent;
  color: white;
  z-index: 10;
}
@media (width >= 1024px) {
  .homepage .case-studies-section .case-studies__item .case-studies__content {
    width: 66.666667%;
  }
}
.homepage .case-studies-section .case-studies__item .case-studies__content > span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.homepage .case-studies-section .case-studies__item .case-studies__content h3 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-family: Gotham, sans-serif;
  font-weight: 700;
}
.homepage .case-studies-section .case-studies__item .case-studies__content h3 span {
  display: inline-block;
  position: relative;
}
.homepage .case-studies-section .case-studies__item .case-studies__content h3 span::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: white;
  left: 0;
  bottom: 0;
  transition: all 300ms ease-in-out;
  z-index: 10;
}
.homepage .case-studies-section .case-studies__item .case-studies__content h3 span ~ span::after {
  animation-delay: 300ms;
}
.homepage .case-studies-section .case-studies__item .case-studies__content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.homepage .case-studies-section .case-studies__item:first-child .case-studies__content {
  width: 100%;
}
@media (width >= 1024px) {
  .homepage .case-studies-section .case-studies__item:first-child .case-studies__content {
    width: 50%;
  }
}
.homepage .case-studies-section .case-studies__item:first-child .case-studies__content h3 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (width >= 1280px) {
  .homepage .case-studies-section .case-studies__item:first-child .case-studies__content h3 {
    font-size: 70px;
    line-height: 1;
  }
}
.homepage .case-studies-section .case-studies__item:first-child .case-studies__content p {
  display: none;
  font-size: 1.25rem;
  line-height: 1.75rem;
  width: 66.666667%;
}
@media (width >= 1024px) {
  .homepage .case-studies-section .case-studies__item:first-child .case-studies__content p {
    display: block;
  }
}
.work-section-intersection {
  position: relative;
  z-index: 9 !important;
}
.work-section-intersection.inverted:before {
  filter: invert(1) brightness(0);
}
.work-section-intersection.amp-hidden:before {
  filter: invert(1) brightness(0) opacity(0);
}
.work-section-intersection:before {
  display: block;
  width: 91.666667%;
  position: fixed;
  top: 0;
  right: 0;
  max-width: 820px;
  opacity: 0.03;
  filter: brightness(0);
  background-size: contain;
  content: "";
  background-image: var(--ampersand);
  height: 100%;
  background-repeat: no-repeat;
  transition: all 300ms;
}
.homepage .case-studies-section .case-studies__item:hover img {
  transform: scale(1.1);
}
.homepage .case-studies-section .case-studies__item:hover .case-studies__content h3 span::after {
  width: 100%;
}
.homepage .blog-section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (width >= 1024px) {
  .homepage .blog-section {
    padding-top: 12rem;
    padding-bottom: 1.5rem;
  }
}
.homepage .testimonials-intro h3 {
  font-size: 38px;
  font-family: Prata, serif;
  font-weight: 400;
  color: white;
  margin-bottom: 1rem;
}
@media (width >= 1024px) {
  .homepage .testimonials-intro h3 {
    font-size: 40px;
  }
}
.homepage .testimonials-intro p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: white;
  margin-bottom: 1rem;
}
@media (width >= 1024px) {
  .homepage .testimonials-intro p {
    margin-bottom: 0;
    max-width: 50%;
  }
}
.homepage .testimonial-image {
  width: 6rem;
  border-radius: 9999px;
  overflow: hidden;
}
.case-studies__row {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.case-studies__row.animate-in {
  animation: slideInCenter 1s ease-out forwards;
}
.case-studies__row.animate-out {
  animation: slideOut 1s ease-out forwards;
}
.case-studies__row.center {
  opacity: 1;
  transform: translateX(0);
  z-index: 10;
}
.case-studies__row.left {
  transform: translateX(-100%);
}
.case-studies__row.right {
  transform: translateX(100%);
}
@keyframes slideInCenter {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOut {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(0);
  }
}
.carousel {
  perspective: 1000px;
}
.case-studies__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.case-studies__item.primary {
  max-height: 585px;
}
.case-studies__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
.case-studies__item:hover a {
  opacity: 0.9;
}
.case-studies__item .img-wrapper {
  overflow: hidden;
  flex: 1;
}
.case-studies__item .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.case-studies__item:hover .img-wrapper img {
  transform: scale(1.05);
}
.case-studies__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.case-studies__content > span {
  font-size: 0.875rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.case-studies__content h3 {
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
}
.case-studies__content p {
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.75rem;
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .case-studies__content h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .case-studies__content p {
    font-size: 0.875rem;
  }
}
.about-page .about-us-title h1 {
  font-weight: 300;
  font-size: 1.65rem;
  display: block;
  text-align: center;
  position: relative;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media (width >= 400px) {
  .about-page .about-us-title h1 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
}
@media (width >= 1024px) {
  .about-page .about-us-title h1 {
    font-size: 2.25rem;
    margin-left: 0;
    margin-right: 0;
  }
}
.about-page .about-us-title h1 strong {
  font-weight: 700;
}
.about-page .cta-content p {
  margin-bottom: 1rem;
}
.about-page .cta-content p:last-child {
  margin-bottom: 0;
}
.about-page .global_section h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (width >= 1024px) {
  .about-page .global_section h2 {
    font-size: 35px;
  }
}
.about-page .global_section h2 span {
  font-family: Prata, serif;
}
.about-page .global_section p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.our-services .title strong {
  font-family: Prata, serif;
  font-weight: 300;
  font-size: 1.65rem;
  display: block;
  text-align: left;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
@media (width >= 640px) {
  .our-services .title strong {
    font-size: 1.75rem;
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
}
@media (width >= 1024px) {
  .our-services .title strong {
    font-size: 3.75rem;
    line-height: 70px;
    margin-left: 0;
    margin-right: 0;
  }
}
.our-services .services-main {
  padding-top: 0;
}
@media (width >= 1024px) {
  .our-services .services-main {
    padding-top: 1.25rem;
  }
}
.our-services .cta-content {
  width: 100%;
}
@media (width >= 1024px) {
  .our-services .cta-content {
    width: 50%;
  }
}
.our-services .cta-content p {
  margin-bottom: 1rem;
}
.our-services .cta-content p:last-child {
  margin-bottom: 0;
}
.our-services .services-main p {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (width >= 1024px) {
  .our-services .services-main p {
    font-size: 2.25rem;
    line-height: 2.5rem;
    width: 85%;
  }
}
.our-services .services-main p strong, .about-page .about-us-title h1 strong, .about-us-main-heading {
  background: linear-gradient( 90deg, var(--gradient1), var(--gradient2), var(--gradient3) );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradient ease infinite;
  animation-duration: var(--gradient-duration);
}
.about-us-main-heading {
  font-size: 3.75rem;
  line-height: 4.375rem;
  font-weight: 700;
  width: 100%;
  margin-bottom: 3rem;
}
@media (width >= 1024px) {
  .about-us-main-heading {
    font-size: 11.25rem;
    line-height: 160px;
  }
}
.about-us-main-heading:after {
  display: block;
  width: var(--spacing-30);
  height: 25px;
  margin-top: 1rem;
  content: "";
  background: linear-gradient( 90deg, var(--gradient1), var(--gradient2), var(--gradient3), var(--gradient4) );
  background-size: 200% 200%;
  line-height: 1.1;
}
.case-study h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.case-study h2.wp-block-heading {
  font-size: 34px;
}
.case-study .wp-block-image img {
  width: 100%;
}
.case-study .testimonial {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 790px;
  margin-right: 0;
}
@media (width >= 1024px) {
  .case-study .testimonial {
    flex-direction: row;
  }
}
.case-study .testimonial .testimonial__image {
  max-width: 200px;
}
@media (width >= 1024px) {
  .case-study .testimonial .testimonial__image {
    width: 33.333333%;
  }
}
.case-study .testimonial .testimonial__image img {
  width: 100%;
  max-width: 200px;
}
.case-study .testimonial .testimonial__quote {
  width: 100%;
}
@media (width >= 1024px) {
  .case-study .testimonial .testimonial__quote {
    width: 66.666667%;
  }
}
.case-study .testimonial .testimonial__quote h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-family: Prata, serif;
  margin-bottom: 1rem;
}
.case-study .testimonial .testimonial__quote h3 span {
  font-weight: 300;
  display: block;
  font-family: Gotham, sans-serif;
}
.case-study .testimonial .testimonial__quote .quotemark {
  display: block;
  width: 1.75rem;
  margin-bottom: 1rem;
}
.case-study .testimonial .testimonial__quote h5 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: Gotham, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-cyan-450);
}
.case-study .testimonial .testimonial__quote p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.case-study .testimonial .testimonial__quote .testimonial__position {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.case-study .case-study__client {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (width >= 1024px) {
  .case-study .case-study__client {
    flex-direction: row;
  }
}
.case-study .case-study__client .case-study__client__info {
  width: 100%;
}
@media (width >= 1024px) {
  .case-study .case-study__client .case-study__client__info {
    width: 40%;
  }
}
.case-study .case-study__client .case-study__client__info img {
  max-width: 200px;
  margin-bottom: 2.75rem;
}
@media (width >= 1024px) {
  .case-study .case-study__client .case-study__client__info img {
    max-width: 270px;
  }
}
.case-study .case-study__client .case-study__client__info h5 {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
}
.case-study .case-study__client .case-study__client__info h5 + p {
  margin-bottom: 1.5rem;
  color: var(--color-grey-850);
  font-size: 0.75rem;
  line-height: 1rem;
}
.case-study .case-study__client .case-study__client__info .services {
  list-style-type: disc;
  columns: 2;
  padding-left: 1.25rem;
}
.case-study .case-study__client .case-study__client__info .services li {
  margin-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-grey-850);
  font-weight: 300;
}
.case-study .case-study__client .case-study__client__info .services li:last-child {
  margin-right: 0;
}
.case-study .case-study__client .case-study__client__summary {
  width: 100%;
}
@media (width >= 1024px) {
  .case-study .case-study__client .case-study__client__summary {
    width: 60%;
  }
}
.case-study .case-study__client .case-study__client__summary p {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.case-study .case-study__client .case-study__client__summary p:last-child {
  margin-bottom: 0;
}
.case-study .case-study__hero__image {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
@media (width >= 1024px) {
  .case-study .case-study__hero__image {
    margin-top: 5rem;
  }
}
@media (width >= 1280px) {
  .case-study .case-study__hero__image {
    max-width: calc(100vw - ((100vw - 1040px) / 2));
  }
}
.case-study .case-study__hero__image .stamp {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-98px + -3rem);
  width: 98px;
}
.case-study .case-study__hero__image img:not(.stamp) {
  object-fit: cover;
  width: 100%;
}
.case-study .case-study__hero {
  padding-top: 9rem;
}
@media (width >= 1024px) {
  .case-study .case-study__hero {
    padding-top: 224px;
  }
}
.case-study .case-study__hero h1, .case-study .case-study__hero h2 {
  font-size: 35px;
  line-height: 1.1;
}
@media (width >= 1024px) {
  .case-study .case-study__hero h1, .case-study .case-study__hero h2 {
    font-size: 45px;
  }
}
.case-study .case-study__hero .case-study__hero__cover {
  position: relative;
}
.case-studies-page__hero {
  padding-top: var(--spacing-22);
  width: 91.666667%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media (width >= 1024px) {
  .case-studies-page__hero {
    padding-top: var(--spacing-38);
  }
}
.case-studies-page__hero .ss-container {
  margin-bottom: var(--spacing-22);
  font-size: 1.875rem;
  line-height: 2.5rem;
  leading: 2.5rem;
}
.case-studies-page__hero .ss-container p {
  width: 100%;
}
@media (width >= 1024px) {
  .case-studies-page__hero .ss-container p {
    width: 65%;
  }
}
.case-studies-page__hero .ss-container p strong {
  font-weight: 500;
}
.case-studies-page__studies {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (width >= 1024px) {
  .case-studies-page__studies {
    margin-left: 0;
    margin-right: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.case-studies-page__studies.related {
  display: grid;
}
@media (width >= 1024px) {
  .case-studies-page__studies.related {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.case-studies-page__studies.related.only-2 {
  display: grid;
}
@media (width >= 1024px) {
  .case-studies-page__studies.related.only-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.case-studies-page__studies .case-studies-page__study {
  position: relative;
}
.case-studies-page__studies .case-studies-page__study a {
  display: block;
}
.case-studies-page__studies .case-studies-page__study a .img-wrapper {
  overflow: hidden;
  width: 100%;
}
@media (width >= 1024px) {
  .case-studies-page__studies .case-studies-page__study a .img-wrapper {
    height: 364px;
  }
}
.case-studies-page__studies .case-studies-page__study a .img-wrapper img {
  width: 100%;
  height: 100%;
  position: relative;
  transform: scale(1);
  object-fit: cover;
  transition: transform 700ms ease-in-out;
}
.case-studies-page__studies .case-studies-page__study a h2 > span {
  color: black;
  display: inline-block;
}
.case-studies-page__studies .case-studies-page__study a h2 > span:first-child {
  font-family: Prata, serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.case-studies-page__studies .case-studies-page__study a h2 > span:last-child, .case-studies-page__studies .case-studies-page__study a h2 > span:only-child {
  font-size: 22px;
  font-weight: 400;
  font-family: Gotham, sans-serif;
  position: relative;
}
.case-studies-page__studies .case-studies-page__study a h2 > span:last-child::before, .case-studies-page__studies .case-studies-page__study a h2 > span:only-child::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  right: 0;
  bottom: 0;
  width: 0;
  background-color: var(--color-cyan-450);
  transition: width 300ms ease-in-out;
  z-index: 10;
}
.case-studies-page__studies .case-studies-page__study a h2 > span:last-child::after, .case-studies-page__studies .case-studies-page__study a h2 > span:only-child::after {
  content: attr(data-text);
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  height: 100%;
  color: var(--color-cyan-450);
  z-index: 20;
  transition: width 300ms ease-in-out;
}
.case-studies-page__studies .case-studies-page__study a:hover .img-wrapper img {
  transform: scale(1.1);
}
.case-studies-page__studies .case-studies-page__study a:hover h2 > span:last-child::after, .case-studies-page__studies .case-studies-page__study a:hover h2 > span:only-child::after {
  width: 100%;
}
.case-studies-page__studies .case-studies-page__study a:hover h2 > span:last-child::before, .case-studies-page__studies .case-studies-page__study a:hover h2 > span:only-child::before {
  width: 100%;
}
.case-studies-page__studies .case-studies-page__study.square a .img-wrapper {
  height: 245px;
}
.case-studies-page__studies.related.only-2 .case-studies-page__study.square a .img-wrapper {
  height: auto;
}
@media (width >= 1024px) {
  .case-studies-page__studies.related.only-2 .case-studies-page__study.square a .img-wrapper {
    height: auto;
  }
}
.case-study-footer {
  padding-top: 3rem;
  padding-bottom: 0;
  background-image: linear-gradient( -45deg, var(--gradient1), var(--gradient2), var(--gradient3), var(--gradient4) );
  background-size: 400% 100%;
  animation: gradient ease infinite;
  animation-duration: var(--gradient-duration);
  transition: all 700ms;
}
.case-study-footer .case-study-related > h2 {
  position: relative;
}
.case-study-footer .case-study-related > h2::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  border-left: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(-45deg);
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}
.blog-listing__posts {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 12);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 12);
  @media (width >= 768px) {
    display: grid;
  }
  @media (width >= 768px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media (width >= 1024px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  @media (width >= 1024px) {
    padding-inline: calc(var(--spacing) * 0);
  }
}
.blog-listing__posts.home {
  gap: calc(var(--spacing) * 4);
  @media (width >= 768px) {
    display: flex;
  }
}
.blog-listing__posts .blog-listing__posts__post {
  display: flex;
  flex-direction: column;
  gap: calc(var(--spacing) * 0);
}
.blog-listing__posts.home .blog-listing__posts__post {
  gap: calc(var(--spacing) * 4);
}
.blog-listing__posts .blog-listing__posts__post__image {
  height: 207px;
  overflow: hidden;
}
.blog-listing__posts .blog-listing__posts__post__image.home {
  @media (width >= 1024px) {
    height: 310px;
  }
}
.blog-listing__posts .blog-listing__posts__post__image img {
  height: 100%;
  width: 100%;
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  object-fit: cover;
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 700ms;
  transition-duration: 700ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.blog-listing__posts .blog-listing__posts__post__content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: calc(var(--spacing) * 4);
}
.blog-listing__posts .blog-listing__posts__post__content h2 {
  font-family: var(--font-serif);
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.blog-listing__posts .blog-listing__posts__post__content .blog-listing__posts__post__meta {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  color: var(--color-grey-750);
}
.blog-listing__posts .blog-listing__posts__post__content .read-more {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(var(--spacing) * 2);
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-cyan-450);
  text-transform: uppercase;
}
.blog-listing__posts .blog-listing__posts__post__content .read-more::before {
  display: inline-block;
  height: 2px;
  width: calc(var(--spacing) * 0);
  background-color: var(--color-cyan-450);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  transition-delay: 150ms;
  --tw-duration: 700ms;
  transition-duration: 700ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  --tw-content: "";
  content: var(--tw-content);
}
.blog-listing__posts .blog-listing__posts__post__content.micro {
  gap: calc(var(--spacing) * 1);
}
.blog-listing__posts .blog-listing__posts__post__content.micro h2 {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.blog-listing__posts .blog-listing__posts__post__content.micro .blog-listing__posts__post__meta {
  display: none;
}
.blog-listing__posts .blog-listing__posts__post__content.micro .read-more {
  margin-top: calc(var(--spacing) * 2);
}
.blog-listing__posts .blog-listing__posts__post.featured {
  grid-column: span 2 / span 2;
  gap: calc(var(--spacing) * 12);
  @media (width >= 1024px) {
    flex-direction: row;
  }
}
.blog-listing__posts .blog-listing__posts__post.featured .blog-listing__posts__post__image {
  flex-grow: 1;
  @media (width >= 1024px) {
    height: 440px;
  }
  @media (width >= 1024px) {
    width: calc(1/2 * 100%);
  }
}
.blog-listing__posts .blog-listing__posts__post.featured .blog-listing__posts__post__content {
  @media (width >= 1024px) {
    width: calc(1/2 * 100%);
  }
}
.blog-listing__posts .blog-listing__posts__post.featured .blog-listing__posts__post__content h2 {
  margin-top: calc(var(--spacing) * 0);
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.blog-listing__posts .blog-listing__posts__post:hover .blog-listing__posts__post__image img {
  --tw-scale-x: 110%;
  --tw-scale-y: 110%;
  --tw-scale-z: 110%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.blog-listing__posts .blog-listing__posts__post:hover .blog-listing__posts__post__content .read-more::before {
  width: calc(var(--spacing) * 8);
}
.blog-article .article-hero {
  position: relative;
  @media (width >= 1024px) {
    height: 100vh;
  }
  @media (width >= 1024px) {
    max-height: 650px;
  }
}
.blog-article .article-hero > img {
  top: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  width: 100%;
  object-fit: cover;
  @media (width >= 1024px) {
    position: absolute;
  }
  @media (width >= 1024px) {
    height: 100%;
  }
}
.blog-article .article-hero .article-hero__content {
  position: relative;
  left: calc(var(--spacing) * 0);
  z-index: 20;
  margin-inline: calc(var(--spacing) * 4);
  margin-top: calc(var(--spacing) * 8);
  color: var(--color-black);
  @media (width >= 1024px) {
    position: relative;
  }
  @media (width >= 1024px) {
    top: calc(1/2 * 100%);
  }
  @media (width >= 1024px) {
    margin-inline: auto;
  }
  @media (width >= 1024px) {
    margin-top: calc(var(--spacing) * 0);
  }
  @media (width >= 1024px) {
    width: calc(11/12 * 100%);
  }
  @media (width >= 1024px) {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  @media (width >= 1024px) {
    color: var(--color-white);
  }
  max-width: 1140px;
}
.blog-article .article-hero .article-hero__content h1 {
  position: relative;
  margin-bottom: calc(var(--spacing) * 8);
  width: 100%;
  font-family: var(--font-serif);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  @media (width >= 1024px) {
    width: calc(1/2 * 100%);
  }
  @media (width >= 1024px) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
}
.blog-article .article-hero .article-hero__content h1::after {
  margin-top: calc(var(--spacing) * 4);
  display: block;
  height: 2px;
  width: 80px;
  background-color: var(--color-cyan-450);
  --tw-content: "";
  content: var(--tw-content);
}
.blog-article .article-hero .article-hero__content__meta {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.blog-article .article-hero .article-hero__content.Dark {
  color: var(--color-black);
}
.blog-article .article-content {
  position: relative;
  z-index: 20;
  @media (width >= 1024px) {
    top: calc(var(--spacing) * -16);
  }
}
.blog-article .article-content .article-content__meta {
  margin-inline: auto;
  background-color: var(--color-white);
  padding-block: calc(var(--spacing) * 8);
  @media (width >= 1024px) {
    width: calc(11/12 * 100%);
  }
  @media (width >= 1024px) {
    padding-inline: calc(var(--spacing) * 4);
  }
  max-width: 1140px;
}
.blog-article .article-content .article-content__body {
  font-size: 18px;
}
.blog-article .article-content .ss-container.wide {
  max-width: 1040px;
}
.blog-article .article-content .ss-container .skp-text-block {
  margin-inline: auto;
  width: 100%;
  max-width: 780px;
}
.article-footer {
  position: relative;
  padding-block: calc(var(--spacing) * 14);
  background-image: linear-gradient( -45deg, var(--gradient1), var(--gradient2), var(--gradient3), var(--gradient4) );
  background-size: 400% 100%;
  animation: gradient ease infinite;
  animation-duration: var(--gradient-duration);
  transition: all 700ms;
}
.article-footer .article-related {
  position: relative;
  z-index: 20;
}
.article-footer .article-related > h2 {
  position: relative;
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 0);
  text-align: center;
  font-family: var(--font-sans);
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.article-footer .article-related > h2::after {
  margin-inline: auto;
  margin-top: calc(var(--spacing) * 4);
  display: block;
  height: 2px;
  width: 80px;
  background-color: var(--color-cyan-450);
  --tw-content: "";
  content: var(--tw-content);
}
button.category-filter {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid transparent;
}
button.category-filter.active, button.category-filter:hover {
  border-bottom-color: var(--color-cyan-450);
}
.button.gradient-button {
  position: relative;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  background-size: 300%;
  background-position: left;
  transition: background-position 700ms;
  overflow: hidden;
  color: white;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 9999px;
  background-image: linear-gradient(90deg, #03566f, #00c3ce, #93E2DA);
}
.button.gradient-button span {
  position: relative;
  z-index: 20;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
}
.button.gradient-button:hover {
  background-position: right;
}
.button.slide-button {
  position: relative;
  width: 100%;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  color: var(--color-cyan-450);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 9999px;
  transition: color 300ms;
  background-image: linear-gradient(90deg, #03566f, #00c3ce, #93E2DA);
}
.button.slide-button:before {
  content: "";
  border-radius: 9999px;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  position: absolute;
  display: block;
  overflow: hidden;
  background-size: 100%;
  background-image: linear-gradient(90deg, #03566f, #00c3ce, #93E2DA);
  transition: width 300ms;
}
.button.slide-button:after {
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  z-index: 0;
  border-radius: 9999px;
  background-color: white;
  content: "";
  display: block;
}
.button.slide-button span {
  position: relative;
  display: block;
  z-index: 20;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--color-cyan-450);
}
.button.slide-button:hover, .button.slide-button:focus {
  color: white;
}
.button.slide-button:hover:before, .button.slide-button:focus:before {
  width: 100%;
}
.button.slide-button:hover span, .button.slide-button:focus span {
  color: white;
}
.footer-strap {
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  line-height: 1.1;
}
@media (width >= 1024px) {
  .footer-strap {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}
.footer-strap p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--color-grey-250);
}
@media (width >= 768px) {
  .footer-strap p {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.footer-strap p span {
  display: block;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.5rem;
  background: linear-gradient( 90deg, var(--gradient1), var(--gradient2), var(--gradient3) );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradient ease infinite;
  animation-duration: var(--gradient-duration);
}
@media (width >= 1024px) {
  .footer-strap p span {
    font-size: 6.25rem;
    line-height: 9.375rem;
    letter-spacing: -5px;
  }
}
.footer-logo {
  color: white;
}
.footer-logo svg {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
@media (width >= 1024px) {
  .footer-logo svg {
    margin-left: 0;
  }
}
.footer-logo svg .footer-logo-cls-1 {
  letter-spacing: 0.5em;
  fill: #979797;
}
.footer-logo svg .footer-logo-cls-2 {
  letter-spacing: 0.46em;
  fill: #979797;
}
.footer-logo svg .footer-logo-cls-3 {
  fill: #979797;
  font-family: Gotham-Book, Gotham;
  font-size: 34px;
}
.footer-logo svg .footer-logo-cls-4 {
  letter-spacing: 0.49em;
  fill: #979797;
}
.footer-logo svg .footer-logo-cls-5 {
  fill: currentColor;
  stroke-width: 0px;
}
.footer-logo svg .footer-logo-cls-6 {
  letter-spacing: 0.41em;
}
.footer-contact {
  color: white;
  padding-top: 0;
}
@media (width >= 1024px) {
  .footer-contact {
    padding-top: 0;
  }
}
@media (width >= 1280px) {
  .footer-contact {
    padding-top: 2rem;
  }
}
.footer-contact ul {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  margin-right: auto;
  width: fit-content;
  margin-top: 1rem;
}
@media (width >= 1024px) {
  .footer-contact ul {
    gap: 4rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-contact ul li {
  height: 1.5rem;
}
.footer-contact ul li a {
  color: white;
  height: 1.5rem;
  width: 1.5rem;
  display: block;
  position: relative;
}
.footer-contact ul li a svg {
  height: 100%;
  max-width: 1.25rem;
  fill: white;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 300ms ease-in-out;
}
.footer-contact ul li a svg#EmailSvg {
  max-width: 1.5rem;
}
.footer-contact ul li a svg .phone-1 {
  fill: none;
}
.footer-contact ul li a svg .phone-1, .footer-contact ul li a svg .phone-2 {
  stroke-width: 0px;
}
.footer-contact ul li a svg .phone-2 {
  fill: currentColor;
}
.footer-contact ul li a svg .phone-3 {
  clip-path: url(#clippath);
}
.footer-contact ul li a svg .email-1 {
  fill: none;
}
.footer-contact ul li a svg .email-1, .footer-contact ul li a svg .email-2 {
  stroke-width: 0px;
}
.footer-contact ul li a svg .email-2 {
  fill: #fff;
}
.footer-contact ul li a svg .email-3 {
  clip-path: url(#emaiClipPath);
}
.footer-contact ul li a hr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 1rem;
  height: 2px;
  background-color: white;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.footer-contact ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-size: 0.625rem;
  line-height: 1rem;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.footer-contact ul li a:hover svg {
  transform: translateY(-25px);
}
.footer-contact ul li a:hover hr {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.footer-contact ul li a:hover span {
  opacity: 1;
  transform: translate(-50%, -50%) translateY(15px);
}
.footer-middle-left address, .footer-middle-left div {
  font-style: normal;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
}
.footer-middle-left address:last-child, .footer-middle-left div:last-child {
  margin-bottom: 0;
}
@media (width >= 1024px) {
  .footer-middle-left address, .footer-middle-left div {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media (width >= 1280px) {
  .footer-middle-left address, .footer-middle-left div {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.footer-middle-left address h5, .footer-middle-left div h5 {
  font-family: Prata, serif;
  font-weight: 700;
  font-size: 14px;
  color: white;
  margin-bottom: 0.5rem;
}
.footer-middle-left address p, .footer-middle-left div p {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 300;
  color: var(--color-grey-450);
}
.footer-middle-left address p a, .footer-middle-left div p a {
  color: var(--color-grey-450);
}
.cls-footer-logo-xx-1 {
  fill: #979797;
}
.cls-footer-logo-xx-2 {
  fill: #fff;
}
.page-template-home-template .hero-section .ampersand, .page-template-home .hero-section .ampersand {
  position: fixed;
  width: 91.666667%;
  top: 4rem;
  max-width: 1240px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.03;
  filter: brightness(0) invert(1);
}
.page-hero {
  position: relative;
}
.page-hero .ampersand {
  width: 91.666667%;
  position: absolute;
  top: 2.75rem;
  left: 50%;
  max-width: 429px;
  transform: translateX(-50%);
  opacity: 0.03;
}
.case-studies-section {
  position: relative;
  overflow-x: hidden;
}
.contact-form-progress .forminator-field {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0.125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: block;
  background-color: white;
}
.contact-form-progress .forminator-field.with-error {
  border-color: #ef4444;
}
.contact-form-progress .forminator-field input, .contact-form-progress .forminator-field textarea {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  outline: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.forminator-custom-form {
  padding-top: 2rem;
}
.forminator-custom-form .forminator-field .forminator-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
}
.forminator-custom-form .forminator-field > label + input, .forminator-custom-form .forminator-field > label + textarea {
  width: 100%;
  outline: none;
  font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: block;
  background-color: white;
}
.forminator-custom-form .forminator-field > label + input.with-error, .forminator-custom-form .forminator-field > label + textarea.with-error {
  border-color: #ef4444;
}
.forminator-custom-form .forminator-field-radio > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 0.5rem;
}
.forminator-custom-form .forminator-field-radio > div > span {
  flex-grow: 1;
  width: 100%;
}
.forminator-custom-form .forminator-field-radio label {
  width: calc(50% - 0.5rem);
}
@media (width >= 1024px) {
  .forminator-custom-form .forminator-field-radio label {
    flex-grow: 1;
    width: auto;
  }
}
.forminator-custom-form .forminator-field-radio label .forminator-radio-label {
  position: relative;
  display: block;
  border: 1px solid #00c3ce;
  color: #00c3ce;
  border-radius: 0.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  transition: color 300ms;
}
.forminator-custom-form .forminator-field-radio label input {
  display: none;
}
.forminator-custom-form .forminator-field-radio input:checked ~ .forminator-radio-label {
  color: white;
  background-color: #00c3ce;
}
.forminator-custom-form .forminator-field-radio.with-error label .forminator-radio-label {
  border-color: #ef4444;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}