/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --radius-sm: 0.25rem;
    --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-brand-gray-lighter: #e0ded8;
    --color-brand-gray: #7d7d7d;
    --color-brand-blue: #31a3e3;
    --color-brand-blue-dark: #2a8fc7;
    --color-brand-yellow-light: #fcf7ce;
    --font-futura: Futura, sans-serif;
    --font-georgia: Georgia, serif;
    --text-15px: 15px;
    --text-18px: 18px;
    --text-22px: 22px;
    --text-26px: 26px;
    --text-29px: 29px;
    --text-31px: 31px;
    --text-33px: 33px;
    --text-47px: 47px;
    --spacing-5px: 5px;
    --spacing-10px: 10px;
    --spacing-15px: 15px;
    --spacing-20px: 20px;
    --spacing-40px: 40px;
  }
}
@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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-20 {
    z-index: 20;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-2 {
    margin: calc(var(--spacing) * 2);
  }
  .m-\[5px\] {
    margin: 5px;
  }
  .mx-10px {
    margin-inline: var(--spacing-10px);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-40px {
    height: var(--spacing-40px);
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .w-40px {
    width: var(--spacing-40px);
  }
  .w-full {
    width: 100%;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-\[5px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 5px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-b-\[5px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 5px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-brand-yellow-light {
    border-color: var(--color-brand-yellow-light);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .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);
    }
  }
  .bg-brand-blue {
    background-color: var(--color-brand-blue);
  }
  .bg-brand-blue-dark {
    background-color: var(--color-brand-blue-dark);
  }
  .bg-brand-gray-lighter {
    background-color: var(--color-brand-gray-lighter);
  }
  .bg-brand-yellow-light {
    background-color: var(--color-brand-yellow-light);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5px {
    padding-inline: var(--spacing-5px);
  }
  .px-10px {
    padding-inline: var(--spacing-10px);
  }
  .px-20px {
    padding-inline: var(--spacing-20px);
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-5px {
    padding-block: var(--spacing-5px);
  }
  .py-10px {
    padding-block: var(--spacing-10px);
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pb-20px {
    padding-bottom: var(--spacing-20px);
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-futura {
    font-family: var(--font-futura);
  }
  .font-georgia {
    font-family: var(--font-georgia);
  }
  .text-15px {
    font-size: var(--text-15px);
  }
  .text-18px {
    font-size: var(--text-18px);
  }
  .text-26px {
    font-size: var(--text-26px);
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[31px\] {
    font-size: 31px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[45px\] {
    font-size: 45px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .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);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-brand-blue {
    color: var(--color-brand-blue);
  }
  .text-brand-blue-dark {
    color: var(--color-brand-blue-dark);
  }
  .text-brand-gray {
    color: var(--color-brand-gray);
  }
  .text-brand-gray-lighter {
    color: var(--color-brand-gray-lighter);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .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));
  }
  .hover\:border-gray-500 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-gray-500);
      }
    }
  }
  .hover\:bg-brand-blue-dark {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-brand-blue-dark);
      }
    }
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .hover\:text-brand-blue-dark {
    &:hover {
      @media (hover: hover) {
        color: var(--color-brand-blue-dark);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mb-\[20px\] {
    @media (width >= 48rem) {
      margin-bottom: 20px;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1 / 3 * 100%);
    }
  }
  .md\:w-1\/4 {
    @media (width >= 48rem) {
      width: calc(1 / 4 * 100%);
    }
  }
  .md\:p-\[20px\] {
    @media (width >= 48rem) {
      padding: 20px;
    }
  }
  .md\:py-15px {
    @media (width >= 48rem) {
      padding-block: var(--spacing-15px);
    }
  }
  .md\:pb-\[20px\] {
    @media (width >= 48rem) {
      padding-bottom: 20px;
    }
  }
  .md\:text-22px {
    @media (width >= 48rem) {
      font-size: var(--text-22px);
    }
  }
  .md\:text-29px {
    @media (width >= 48rem) {
      font-size: var(--text-29px);
    }
  }
  .md\:text-31px {
    @media (width >= 48rem) {
      font-size: var(--text-31px);
    }
  }
  .md\:text-33px {
    @media (width >= 48rem) {
      font-size: var(--text-33px);
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px;
    }
  }
  .md\:text-\[56px\] {
    @media (width >= 48rem) {
      font-size: 56px;
    }
  }
  .md\:text-\[90px\] {
    @media (width >= 48rem) {
      font-size: 90px;
    }
  }
  .md\:text-\[122px\] {
    @media (width >= 48rem) {
      font-size: 122px;
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 64rem) {
      width: calc(1 / 4 * 100%);
    }
  }
  .lg\:text-47px {
    @media (width >= 64rem) {
      font-size: var(--text-47px);
    }
  }
}
@font-face {
  font-family: digitalclock;
  src: url("/build/deescalate/DSEG14Modern-Regular.woff2");
}
.typography h1, .typography-no-space h1 {
  font-size: 47px;
  font-weight: normal;
}
.typography h2, .typography-no-space h2 {
  font-size: 31px;
  font-weight: bold;
}
.typography h3, .typography-no-space h3 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.typography h4, .typography-no-space h4 {
  font-size: 18px;
  font-weight: bold;
}
.typography a, .typography-no-space a {
  text-decoration: underline;
}
.typography a:hover, .typography-no-space a:hover {
  text-decoration: none;
}
.typography.link-colour-orange a, .typography.link-colour-orange h3, .typography-no-space.link-colour-orange a {
  color: var(--color-brand-nymw25-orange);
}
.typography a:hover, .typography-no-space a:hover {
  text-decoration: underline;
}
.typography p, .typography ul, .typography ol, .typography blockquote {
  margin-bottom: 15px;
}
.typography ul, .typography-no-space ul {
  list-style-type: disc;
  padding-left: 20px;
}
.typography ol, .typography-no-space ol {
  list-style-type: decimal;
  padding-left: 20px;
}
@layer utilities {
  .text-columns-1 {
    column-count: 1;
    column-gap: 0px;
  }
  .text-columns-2 {
    column-count: 2;
    column-gap: 20px;
  }
  .text-columns-3 {
    column-count: 3;
    column-gap: 20px;
  }
}
.js-hidden {
  display: none;
}
html {
  scroll-behavior: smooth;
}
[x-cloak] {
  display: none !important;
}
@layer utilities {
  .bg-image-darken {
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: overlay;
  }
  .image-darken {
    filter: brightness(75%) saturate(130%);
  }
}
@layer utilities {
  .module-notched {
    --notchSize: 20px;
    clip-path: polygon( 0% var(--notchSize), var(--notchSize) 0%, calc(100% - var(--notchSize)) 0%, 100% var(--notchSize), 100% calc(100% - var(--notchSize)), calc(100% - var(--notchSize)) 100%, var(--notchSize) 100%, 0% calc(100% - var(--notchSize)) );
  }
  .title-notched {
    --notchSize: 5px;
    clip-path: polygon( calc( 2 * var(--notchSize)) var(--notchSize), calc(100% - var(--notchSize)) 0, 100% 100%, 0% 100% );
  }
  .title-notched2 {
    --notchSize: 7px;
    clip-path: polygon( var(--notchSize) var(--notchSize), calc(100% - ( var(--notchSize) * 2) ) 0, 100% 100% , 0% calc(100% - 3px) );
  }
  .header-wiggles-long-clip {
    mask-image: url(https://quick-crane.files.svdcdn.com/production/images/Interface/header_mask_wiggles.svg);
    mask-position: 0 99.5%;
    -webkit-mask-position: center bottom;
    mask-size: 100%;
  }
  .header-triangles-clip {
    mask-image: url(https://youthscape.ams3.cdn.digitaloceanspaces.com/images/satellites/2024/header_mask_wiggles.svg);
    mask-position: 0 99.5%;
    -webkit-mask-position: center bottom;
    mask-size: 100%;
  }
  .header-wiggles-clip {
    mask-image: url(https://youthscape.ams3.cdn.digitaloceanspaces.com/images/satellites/2024/header_mask_triangle.svg);
    mask-position: 0 99.5%;
    -webkit-mask-position: center bottom;
    mask-size: 100%;
  }
  .header-circles-clip {
    mask-image: url(https://youthscape.ams3.cdn.digitaloceanspaces.com/images/satellites/2024/header_mask_circles.svg);
    mask-position: 0 99.5%;
    -webkit-mask-position: center bottom;
    mask-size: 100%;
  }
  .header-clip {
    --triangleSizeWidth: 40px;
    --triangleSizeHeight: 40px;
    clip-path: polygon( 0 0, 100% 0, 100% 100%, calc(100% - ( var(--triangleSizeWidth) ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 2) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 3 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 4 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 5 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 6 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 7 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 8 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 9 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 10 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 11 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 12 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 13 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 14 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 15 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 16 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 17 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 18 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 19 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 20 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 21 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 22 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 23 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 24 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 25 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 26 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 27 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 28 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 29 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 30 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 31 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 32 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 33 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 34 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 35 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 36 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 37 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 38 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 39 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 40 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 41 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 42 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 43 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 44 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 45 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 46 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 47 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 48 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 49 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 50 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 51 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 52 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 53 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 54 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 55 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 56 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 57 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 58 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 59 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 60 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 61 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 62 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 63 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 64 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 65 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 66 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 67 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , calc(100% - ( var(--triangleSizeWidth) * 68 ) ) 100% , calc(100% - ( var(--triangleSizeWidth) * 69 ) ) calc(100% - ( var(--triangleSizeHeight) ) ) , 0 100% );
  }
}
.js-reframe {
  border-radius: 15px;
  overflow: hidden;
}
@media print {
  .noprint {
    display: none;
  }
  .print {
    display: block !important;
  }
}
@page {
  size: A4;
}
@layer utilities {
  .filter-none {
    filter: none;
  }
  .filter-grayscale {
    filter: grayscale(100%);
  }
}
.ratio-169 {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.ratio-916 {
  aspect-ratio: 9/16;
  width: 100%;
  height: auto;
}
.ratio-34 {
  aspect-ratio: 3/4;
  width: 100%;
  height: auto;
}
.ratio-43 {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}
.ratio-square {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.ratio-square-raw {
  aspect-ratio: 1/1;
  height: auto;
}
.ratio-auto {
  aspect-ratio: auto;
  width: 100%;
  height: auto;
}
.ratio-169-iframe iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.ratio-916-iframe iframe {
  aspect-ratio: 9/16;
  width: 100%;
  height: auto;
}
.ratio-34-iframe iframe {
  aspect-ratio: 3/4;
  width: 100%;
  height: auto;
}
.ratio-43-iframe iframe {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}
.ratio-square-iframe iframe {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.ratio-auto-iframe iframe {
  aspect-ratio: auto;
  width: 100%;
  height: auto;
}
.back_to_top {
  background: #e5e5e5;
  padding: 10px 35px;
  text-decoration: none;
  display: flex;
  position: relative;
  align-items: center;
  font-weight: 600;
}
.back_to_top:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 45px 0px;
  border-color: transparent transparent #e5e5e5 transparent;
  content: '';
  position: absolute;
  right: -25px;
  top: 0;
}
.back_to_top:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 25px;
  border-color: transparent transparent #e5e5e5 transparent;
  content: '';
  position: absolute;
  left: -25px;
  top: 0;
}
@media (max-width:620px) {
  .back_to_top {
    width: 100%;
    justify-content: center;
  }
  .back_to_top:after, .back_to_top:before {
    display: none;
  }
  .back_to_top_container {
    width: 100%;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
