:root {
  --ys-blue: #00A2E9;
  --ys-blue-darker-10: #0089D0;
  --ys-blue-alt: #7d98de;
  --ys-dark-blue: #253A78;
  --ys-dark-blue-darker-10: #0C215F;
  --ys-grey: #f9f6f6;
  --ys-pink: #e13794;
  --ys-zalm: #E37B8C;
  --ys-purple: #e9baf6;
  --ys-purple-dark: #5755DF;
  --ys-green: #E1F3A7;
  --ys-green-darker: #C0E9AD;
  --ys-turquoise: #6fd2bb;
  --ys-white: #FFFFFF;
  --ys-grey-menu: #fafafa;
  --ys-grey-dark-menu: #e9e9e9;
}

.row {
  --bs-gutter-x: 2.5rem;
}

.btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: 0.75rem;
  min-height: 3rem;
  border-radius: 50px;
}
@media (min-width: 992px) {
  .btn {
    min-height: inherit;
  }
}
.btn-primary {
  border-width: 3px;
  --bs-btn-color: white;
  --bs-btn-bg: var(--ys-blue);
  --bs-btn-border-color: var(--ys-blue);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: var(--ys-blue-darker-10);
  --bs-btn-hover-border-color: var(--ys-blue-darker-10);
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--ys-blue-darker-10);
  --bs-btn-active-border-color: var(--ys-blue-darker-10);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-secondary {
  border-width: 3px;
  font-weight: 600;
  --bs-btn-color: white;
  --bs-btn-bg: var(--ys-dark-blue);
  --bs-btn-border-color: var(--ys-dark-blue);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: var(--ys-dark-blue-darker-10);
  --bs-btn-hover-border-color: var(--ys-dark-blue-darker-10);
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--ys-dark-blue-darker-10);
  --bs-btn-active-border-color: var(--ys-dark-blue-darker-10);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-outline-secondary {
  border-width: 3px;
  font-weight: 600;
  --bs-btn-color: var(--ys-dark-blue);
  --bs-btn-bg: white;
  --bs-btn-border-color: var(--ys-dark-blue);
  --bs-btn-hover-color: white;
  --bs-btn-hover-bg: var(--ys-dark-blue);
  --bs-btn-hover-border-color: var(--ys-dark-blue);
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: white;
  --bs-btn-active-bg: var(--ys-dark-blue);
  --bs-btn-active-border-color: var(--ys-dark-blue);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group-lg > .btn, .btn-lg {
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-font-size: 1.5rem;
  --bs-btn-border-radius: 1rem;
}

/* regular */
@font-face {
  font-family: "Avenir Next";
  src: url("./AvenirNextLTPro-Regular.woff2") format("woff2"), url("./AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* regular italic */
@font-face {
  font-family: "Avenir Next";
  src: url("./AvenirNextLTPro-It.woff2") format("woff2"), url("./AvenirNextLTPro-It.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
/* medium */
@font-face {
  font-family: "Avenir Next";
  src: url("./AvenirNext-Medium.woff2") format("woff2"), url("./AvenirNext-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* demi-bold */
@font-face {
  font-family: "Avenir Next";
  src: url("./AvenirNextLTPro-Demi.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* bold */
@font-face {
  font-family: "Avenir Next";
  src: url("./AvenirNextLTPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 16, 2023 */
@font-face {
  font-family: "Courier Prime";
  src: url("./courierprime-bold-webfont.woff2") format("woff2"), url("./courierprime-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Courier Prime";
  src: url("./courierprime-bolditalic-webfont.woff2") format("woff2"), url("./courierprime-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Courier Prime";
  src: url("./courierprime-italic-webfont.woff2") format("woff2"), url("./courierprime-italic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Courier Prime";
  src: url("./courierprime-regular-webfont.woff2") format("woff2"), url("./courierprime-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/**
 * Self-generated version with more options:
  - X-6 (6rem) and X-7 (12rem)
  - also negative margins

  loaded as .scss so that styles are loaded into styles.css instead of async fetched
 */
/*!
 * Bootstrap Utilities v5.3.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root, [data-bs-theme=light] {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-black:#000;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-primary-text:#0a58ca;
  --bs-secondary-text:#6c757d;
  --bs-success-text:#146c43;
  --bs-info-text:#087990;
  --bs-warning-text:#997404;
  --bs-danger-text:#b02a37;
  --bs-light-text:#6c757d;
  --bs-dark-text:#495057;
  --bs-primary-bg-subtle:#cfe2ff;
  --bs-secondary-bg-subtle:#f8f9fa;
  --bs-success-bg-subtle:#d1e7dd;
  --bs-info-bg-subtle:#cff4fc;
  --bs-warning-bg-subtle:#fff3cd;
  --bs-danger-bg-subtle:#f8d7da;
  --bs-light-bg-subtle:#fcfcfd;
  --bs-dark-bg-subtle:#ced4da;
  --bs-primary-border-subtle:#9ec5fe;
  --bs-secondary-border-subtle:#e9ecef;
  --bs-success-border-subtle:#a3cfbb;
  --bs-info-border-subtle:#9eeaf9;
  --bs-warning-border-subtle:#ffe69c;
  --bs-danger-border-subtle:#f1aeb5;
  --bs-light-border-subtle:#e9ecef;
  --bs-dark-border-subtle:#adb5bd;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg-rgb:255,255,255;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-emphasis-color:#000;
  --bs-emphasis-color-rgb:0,0,0;
  --bs-secondary-color:rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:33,37,41;
  --bs-secondary-bg:#e9ecef;
  --bs-secondary-bg-rgb:233,236,239;
  --bs-tertiary-color:rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:33,37,41;
  --bs-tertiary-bg:#f8f9fa;
  --bs-tertiary-bg-rgb:248,249,250;
  --bs-body-bg:#fff;
  --bs-body-bg-rgb:255,255,255;
  --bs-link-color:#0d6efd;
  --bs-link-color-rgb:13,110,253;
  --bs-link-decoration:underline;
  --bs-link-hover-color:#0a58ca;
  --bs-link-hover-color-rgb:10,88,202;
  --bs-code-color:#d63384;
  --bs-highlight-bg:#fff3cd;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
  --bs-border-radius-xl:1rem;
  --bs-border-radius-2xl:2rem;
  --bs-border-radius-pill:50rem;
  --bs-box-shadow:0 0.5rem 1rem rgba(var(--bs-body-color-rgb), 0.15);
  --bs-box-shadow-sm:0 0.125rem 0.25rem rgba(var(--bs-body-color-rgb), 0.075);
  --bs-box-shadow-lg:0 1rem 3rem rgba(var(--bs-body-color-rgb), 0.175);
  --bs-box-shadow-inset:inset 0 1px 2px rgba(var(--bs-body-color-rgb), 0.075);
  --bs-emphasis-color:#000;
  --bs-form-control-bg:var(--bs-body-bg);
  --bs-form-control-disabled-bg:var(--bs-secondary-bg);
  --bs-highlight-bg:#fff3cd;
  --bs-breakpoint-xs:0;
  --bs-breakpoint-sm:576px;
  --bs-breakpoint-md:768px;
  --bs-breakpoint-lg:992px;
  --bs-breakpoint-xl:1200px;
  --bs-breakpoint-xxl:1400px;
}

[data-bs-theme=dark] {
  --bs-body-color:#adb5bd;
  --bs-body-color-rgb:173,181,189;
  --bs-body-bg:#212529;
  --bs-body-bg-rgb:33,37,41;
  --bs-emphasis-color:#f8f9fa;
  --bs-emphasis-color-rgb:248,249,250;
  --bs-secondary-color:rgba(173, 181, 189, 0.75);
  --bs-secondary-color-rgb:173,181,189;
  --bs-secondary-bg:#343a40;
  --bs-secondary-bg-rgb:52,58,64;
  --bs-tertiary-color:rgba(173, 181, 189, 0.5);
  --bs-tertiary-color-rgb:173,181,189;
  --bs-tertiary-bg:#2b3035;
  --bs-tertiary-bg-rgb:43,48,53;
  --bs-emphasis-color:#fff;
  --bs-primary-text:#6ea8fe;
  --bs-secondary-text:#dee2e6;
  --bs-success-text:#75b798;
  --bs-info-text:#6edff6;
  --bs-warning-text:#ffda6a;
  --bs-danger-text:#ea868f;
  --bs-light-text:#f8f9fa;
  --bs-dark-text:#dee2e6;
  --bs-primary-bg-subtle:#031633;
  --bs-secondary-bg-subtle:#212529;
  --bs-success-bg-subtle:#051b11;
  --bs-info-bg-subtle:#032830;
  --bs-warning-bg-subtle:#332701;
  --bs-danger-bg-subtle:#2c0b0e;
  --bs-light-bg-subtle:#343a40;
  --bs-dark-bg-subtle:#1a1d20;
  --bs-primary-border-subtle:#084298;
  --bs-secondary-border-subtle:#495057;
  --bs-success-border-subtle:#0f5132;
  --bs-info-border-subtle:#055160;
  --bs-warning-border-subtle:#664d03;
  --bs-danger-border-subtle:#842029;
  --bs-light-border-subtle:#495057;
  --bs-dark-border-subtle:#343a40;
  --bs-heading-color:#fff;
  --bs-link-color:#6ea8fe;
  --bs-link-hover-color:#9ec5fe;
  --bs-link-color-rgb:110,168,254;
  --bs-link-hover-color-rgb:158,197,254;
  --bs-code-color:#e685b5;
  --bs-border-color:#495057;
  --bs-border-color-translucent:rgba(255, 255, 255, 0.15);
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #0d6efd !important;
}

.link-primary:focus, .link-primary:hover {
  color: #0a58ca !important;
}

.link-secondary {
  color: #6c757d !important;
}

.link-secondary:focus, .link-secondary:hover {
  color: #565e64 !important;
}

.link-success {
  color: #198754 !important;
}

.link-success:focus, .link-success:hover {
  color: #146c43 !important;
}

.link-info {
  color: #0dcaf0 !important;
}

.link-info:focus, .link-info:hover {
  color: #3dd5f3 !important;
}

.link-warning {
  color: #ffc107 !important;
}

.link-warning:focus, .link-warning:hover {
  color: #ffcd39 !important;
}

.link-danger {
  color: #dc3545 !important;
}

.link-danger:focus, .link-danger:hover {
  color: #b02a37 !important;
}

.link-light {
  color: #f8f9fa !important;
}

.link-light:focus, .link-light:hover {
  color: #f9fafb !important;
}

.link-dark {
  color: #212529 !important;
}

.link-dark:focus, .link-dark:hover {
  color: #1a1e21 !important;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio:100%;
}

.ratio-4x3 {
  --bs-aspect-ratio:75%;
}

.ratio-16x9 {
  --bs-aspect-ratio:56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio:42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-7 {
  margin: 12rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-7 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-7 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 12rem !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 6rem !important;
}

.me-7 {
  margin-right: 12rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 12rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 6rem !important;
}

.ms-7 {
  margin-left: 12rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.m-n6 {
  margin: -6rem !important;
}

.m-n7 {
  margin: -12rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.mx-n6 {
  margin-right: -6rem !important;
  margin-left: -6rem !important;
}

.mx-n7 {
  margin-right: -12rem !important;
  margin-left: -12rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.my-n6 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important;
}

.my-n7 {
  margin-top: -12rem !important;
  margin-bottom: -12rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.mt-n6 {
  margin-top: -6rem !important;
}

.mt-n7 {
  margin-top: -12rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.me-n6 {
  margin-right: -6rem !important;
}

.me-n7 {
  margin-right: -12rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.mb-n6 {
  margin-bottom: -6rem !important;
}

.mb-n7 {
  margin-bottom: -12rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.ms-n6 {
  margin-left: -6rem !important;
}

.ms-n7 {
  margin-left: -12rem !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-7 {
  padding: 12rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

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

.px-7 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 12rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 6rem !important;
}

.pe-7 {
  padding-right: 12rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 12rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 6rem !important;
}

.ps-7 {
  padding-left: 12rem !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .m-sm-7 {
    margin: 12rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-7 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-7 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 12rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 6rem !important;
  }
  .me-sm-7 {
    margin-right: 12rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 12rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 6rem !important;
  }
  .ms-sm-7 {
    margin-left: 12rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .m-sm-n7 {
    margin: -12rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-sm-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-sm-n7 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-sm-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-sm-n7 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mt-sm-n6 {
    margin-top: -6rem !important;
  }
  .mt-sm-n7 {
    margin-top: -12rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .me-sm-n6 {
    margin-right: -6rem !important;
  }
  .me-sm-n7 {
    margin-right: -12rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -12rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .ms-sm-n6 {
    margin-left: -6rem !important;
  }
  .ms-sm-n7 {
    margin-left: -12rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .p-sm-7 {
    padding: 12rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-7 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-7 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 12rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 6rem !important;
  }
  .pe-sm-7 {
    padding-right: 12rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 12rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 6rem !important;
  }
  .ps-sm-7 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .m-md-7 {
    margin: 12rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-7 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-7 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 12rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 6rem !important;
  }
  .me-md-7 {
    margin-right: 12rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 12rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 6rem !important;
  }
  .ms-md-7 {
    margin-left: 12rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .m-md-n7 {
    margin: -12rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-md-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-md-n7 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-md-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-md-n7 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mt-md-n6 {
    margin-top: -6rem !important;
  }
  .mt-md-n7 {
    margin-top: -12rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .me-md-n6 {
    margin-right: -6rem !important;
  }
  .me-md-n7 {
    margin-right: -12rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -12rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .ms-md-n6 {
    margin-left: -6rem !important;
  }
  .ms-md-n7 {
    margin-left: -12rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .p-md-7 {
    padding: 12rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-7 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-7 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 12rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 6rem !important;
  }
  .pe-md-7 {
    padding-right: 12rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 12rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 6rem !important;
  }
  .ps-md-7 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .m-lg-7 {
    margin: 12rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-7 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-7 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 12rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 6rem !important;
  }
  .me-lg-7 {
    margin-right: 12rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 12rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 6rem !important;
  }
  .ms-lg-7 {
    margin-left: 12rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .m-lg-n7 {
    margin: -12rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-lg-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-lg-n7 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-lg-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-lg-n7 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mt-lg-n6 {
    margin-top: -6rem !important;
  }
  .mt-lg-n7 {
    margin-top: -12rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .me-lg-n6 {
    margin-right: -6rem !important;
  }
  .me-lg-n7 {
    margin-right: -12rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -12rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .ms-lg-n6 {
    margin-left: -6rem !important;
  }
  .ms-lg-n7 {
    margin-left: -12rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .p-lg-7 {
    padding: 12rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-7 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-7 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 12rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 6rem !important;
  }
  .pe-lg-7 {
    padding-right: 12rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 12rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 6rem !important;
  }
  .ps-lg-7 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .m-xl-7 {
    margin: 12rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-7 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-7 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 12rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 6rem !important;
  }
  .me-xl-7 {
    margin-right: 12rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 12rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 6rem !important;
  }
  .ms-xl-7 {
    margin-left: 12rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .m-xl-n7 {
    margin: -12rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xl-n7 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xl-n7 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xl-n7 {
    margin-top: -12rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .me-xl-n6 {
    margin-right: -6rem !important;
  }
  .me-xl-n7 {
    margin-right: -12rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -12rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xl-n7 {
    margin-left: -12rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .p-xl-7 {
    padding: 12rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-7 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-7 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 12rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 6rem !important;
  }
  .pe-xl-7 {
    padding-right: 12rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 12rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 6rem !important;
  }
  .ps-xl-7 {
    padding-left: 12rem !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 6rem !important;
  }
  .m-xxl-7 {
    margin: 12rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-7 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-7 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 6rem !important;
  }
  .mt-xxl-7 {
    margin-top: 12rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 6rem !important;
  }
  .me-xxl-7 {
    margin-right: 12rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 12rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 6rem !important;
  }
  .ms-xxl-7 {
    margin-left: 12rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -6rem !important;
  }
  .m-xxl-n7 {
    margin: -12rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .mx-xxl-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important;
  }
  .mx-xxl-n7 {
    margin-right: -12rem !important;
    margin-left: -12rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .my-xxl-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important;
  }
  .my-xxl-n7 {
    margin-top: -12rem !important;
    margin-bottom: -12rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mt-xxl-n6 {
    margin-top: -6rem !important;
  }
  .mt-xxl-n7 {
    margin-top: -12rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .me-xxl-n6 {
    margin-right: -6rem !important;
  }
  .me-xxl-n7 {
    margin-right: -12rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .mb-xxl-n6 {
    margin-bottom: -6rem !important;
  }
  .mb-xxl-n7 {
    margin-bottom: -12rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .ms-xxl-n6 {
    margin-left: -6rem !important;
  }
  .ms-xxl-n7 {
    margin-left: -12rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 6rem !important;
  }
  .p-xxl-7 {
    padding: 12rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-7 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-7 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 6rem !important;
  }
  .pt-xxl-7 {
    padding-top: 12rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 6rem !important;
  }
  .pe-xxl-7 {
    padding-right: 12rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 12rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 6rem !important;
  }
  .ps-xxl-7 {
    padding-left: 12rem !important;
  }
}
/*# sourceMappingURL=bootstrap-utilities.min.css.map */
.text--small {
  font-size: 0.75rem;
  line-height: 1.5;
}
.text--center, .text--center > * {
  text-align: center;
}
.text--regular, .text--regular > * {
  font-weight: 400;
}
.text--medium, .text--medium > * {
  font-weight: 500;
}
.text--demibold, .text--demibold > * {
  font-weight: 600;
}
.text--bold, .text--bold > * {
  font-weight: 700;
}
.text--italic, .text--italic > * {
  font-style: italic;
}
.text--white, .text--white > * {
  color: #fff;
}
.text--black, .text--black > * {
  color: #000;
}
.text--blue, .text--blue > * {
  color: var(--ys-blue);
}
.text--blue-alt, .text--blue-alt > * {
  color: var(--ys-blue-alt);
}
.text--blue-dark, .text--blue-dark > * {
  color: var(--ys-dark-blue);
}
.text--pink, .text--pink > * {
  color: var(--ys-pink);
}
.text--purple, .text--purple > * {
  color: var(--ys-purple);
}
.text--purple-dark, .text--purple-dark > * {
  color: var(--ys-purple-dark);
}
.text--zalm, .text--zalm > * {
  color: var(--ys-zalm);
}
.text--turquoise, .text--turquoise > * {
  color: var(--ys-turquoise);
}
.text--translucent, .text--translucent > * {
  opacity: 0.7;
}
.text--wrap {
  word-break: break-word;
}
.text--link {
  color: black;
}
.text--link:hover {
  color: var(--ys-blue);
}

.text-table {
  text-align: center;
}
.text-table--small.text-table {
  font-size: 1rem;
  line-height: 1.2;
}
.text-table > div:nth-child(2n) {
  margin-bottom: 20px;
}
@media (min-width: 400px) {
  .text-table > div:nth-child(2n) {
    margin-bottom: 0;
  }
}
@media (min-width: 400px) {
  .text-table {
    text-align: left;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 0.5em;
  }
}
.text-table--first-column-bold div:nth-child(2n-1) {
  font-weight: 500;
}
.text-table div {
  word-break: break-word;
}
.text-table hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .mobile-switch-order {
    display: flex;
    flex-direction: column-reverse;
  }
  .mobile-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

html, body, body div {
  font-family: "Avenir Next", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  color: black;
  margin-bottom: 1rem;
  font-weight: bold;
  position: relative;
}
h1 > span, h2 > span, h3 > span, h4 > span, h5 > span {
  font-size: inherit;
}

h1 {
  font-size: clamp(2.45rem, 4.2vw, 3.5rem);
  line-height: clamp(3rem, 5vw, 4.5rem);
}

h2 {
  font-size: clamp(2.25rem, 3.5vw, 2.75rem);
  line-height: clamp(2.75rem, 5vw, 3.5rem);
}

h3 {
  font-size: 1rem;
  line-height: 167%;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  h3 {
    font-size: 1.125rem;
  }
}

h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}

h5 {
  margin-block: 3rem;
  font-weight: normal;
  font-style: italic;
}

p, ul, ol, th, .text-table, .footer__link {
  font-size: 1rem;
  line-height: 167%;
}
@media (min-width: 992px) {
  p, ul, ol, th, .text-table, .footer__link {
    font-size: 1.125rem;
  }
}

p {
  position: relative;
}
p.intro {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  p.intro {
    font-size: 1.3rem;
  }
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ol {
  margin-left: 0;
  padding-left: 1.25rem;
}

small {
  display: block;
  font-size: 0.85rem;
  line-height: 1rem;
}

strong {
  font-weight: bold;
}

code, kbd, pre, samp {
  font-size: inherit;
  font-family: "Courier Prime", monospace;
  color: var(--bs-body-color);
}

.stroke {
  stroke: black;
  fill: transparent;
}

.list--check li {
  background-image: url("/static/images/check-icon.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position-y: 2px;
  padding-left: 2rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
.list--white li {
  background-image: url("/static/images/check-icon-white.svg");
  color: white;
}

/* mobile */
.menu {
  display: none;
  position: relative;
  z-index: 112;
}
.menu__item {
  float: left;
  margin: 0;
  position: relative;
  display: block;
  text-align: left;
}

ul.menu li.menu__item--language {
  display: none;
}

#mobile-menu {
  --mobile-menu-level: 0;
}
#mobile-menu.mobile-menu-open .menu-slider {
  pointer-events: all;
}
#mobile-menu.mobile-menu-open .menu-slider__centered_content {
  transform: translateX(calc(var(--mobile-menu-level) * 100vw));
}
#mobile-menu .hamburger-image {
  width: 3rem;
  margin-bottom: 0.75rem;
}
#mobile-menu .mobile-menu-header {
  width: 100vw;
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 155;
}
@media (orientation: landscape) {
  #mobile-menu .mobile-menu-header {
    top: 1.2rem;
  }
}
#mobile-menu .mobile-menu-header .chevron-align-left {
  display: block;
  float: left;
  margin: 0 2vw 0 5vw;
  font-size: 3vmax;
  line-height: 3vmax;
}
#mobile-menu .mobile-menu-header .back-button-link {
  color: var(--ys-dark-blue);
  text-decoration: none;
  margin: 0 2vw 0 0;
  font-size: 2.7vmax;
  line-height: 3.5vmax;
  transition: all 50ms ease 50ms;
  opacity: clamp(0, var(--mobile-menu-level) - 1, 1);
}
#mobile-menu .mobile-menu-header .back-button-link:active {
  color: var(--ys-dark-blue);
}
#mobile-menu .mobile-menu-header .back-button-text {
  color: var(--ys-blue);
  font-weight: 300;
  margin: 0 2vw 0 0;
  font-size: 3vmax;
  line-height: 3vmax;
}
#mobile-menu .mobile-menu-header .close-menu-cross {
  float: right;
  margin: 0 6vw 0 0;
  display: block;
  font-size: 3vmax;
  font-weight: 200;
  color: var(--ys-dark-blue);
}
#mobile-menu .mobile-menu-header .close-menu-cross:active {
  color: var(--ys-dark-blue);
}
#mobile-menu .mobile-menu-header .hamburger-hidden {
  pointer-events: none;
  opacity: 0;
}
#mobile-menu .mobile-menu-header .hamburger-show {
  opacity: 1;
  transition: all 250ms ease 250ms;
}
#mobile-menu .mobile-menu-header .close-cross-hidden {
  pointer-events: none;
  opacity: 0;
}
#mobile-menu .mobile-menu-header .close-cross-show {
  opacity: 1;
  transition: all 250ms ease 250ms;
}
#mobile-menu .menu-slider {
  --mobile-menu-duration: .25s;
  pointer-events: none;
  position: absolute;
  inset: 0;
  width: 100vw;
  height: 100dvh;
}
#mobile-menu .menu-slider__centered_content {
  position: absolute;
  width: 300vw;
  right: 100vw;
  height: 100dvh;
  top: 0;
  background: var(--ys-white);
  z-index: 111;
  transition: transform var(--mobile-menu-duration) ease-out;
  transform: translateX(100vw);
}
#mobile-menu .menu-slider__inner {
  background: white;
  z-index: 150;
  position: absolute;
  left: 100vw;
  width: 300vw;
  height: 100dvh;
  transform: translateX(calc(clamp(0, var(--mobile-menu-level), 3) * -100vw));
  transition: transform var(--mobile-menu-duration) ease-out;
}
#mobile-menu .mobile-menu-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 8vmax;
  padding-inline: 5vw;
  background: rgba(224, 224, 224, 0.6);
  display: flex;
  align-items: center;
  font-size: 4vmax;
}
@media (orientation: landscape) {
  #mobile-menu .mobile-menu-footer {
    height: 6vmax;
    font-size: 3vmax;
  }
}
#mobile-menu .mobile-menu-footer i {
  font-weight: 400;
}
#mobile-menu .mobile-menu-footer i:hover {
  font-weight: 700;
}
#mobile-menu .mobile-menu-footer a {
  color: var(--ys-dark-blue);
}

.mobile-menu-item-hidden {
  display: none !important;
}

.mobile-menu {
  float: left;
  width: 300vw;
  padding-top: 16vh;
  top: 0;
  left: 0;
  position: relative;
  z-index: 112;
  overflow: hidden;
  display: block;
}
.mobile-menu .mobile-menu__level-2 {
  pointer-events: none;
  position: absolute;
  left: 100vw;
}
.mobile-menu .mobile-menu__level-2 .mobile-menu-item {
  display: block;
  height: 8vmax;
  font-size: 4vmax;
  text-decoration: none;
  margin: 0 0 5vh 5vw;
  width: 100vw;
}
@media (orientation: landscape) {
  .mobile-menu .mobile-menu__level-2 .mobile-menu-item {
    height: 4vmax;
    font-size: 3vmax;
  }
}
.mobile-menu .mobile-menu__level-2 .mobile-menu-item .menu-item__text {
  width: 100vw;
  color: var(--ys-blue);
  font-weight: 400;
}
.mobile-menu .mobile-menu__level-2 .mobile-menu-item .menu-item__text .menu-item__icon {
  height: 6vh;
  width: auto;
  margin: 0 3vw 0 0;
  filter: invert(42%) sepia(76%) saturate(2714%) hue-rotate(171deg) brightness(102%) contrast(101%);
}
@media (orientation: landscape) {
  .mobile-menu .mobile-menu__level-2 .mobile-menu-item .menu-item__text .menu-item__icon {
    height: 3.5vmax;
  }
}
.mobile-menu .mobile-menu__level-2 .mobile-menu-item .menu-item__text .menu-item__icon:hover, .mobile-menu .mobile-menu__level-2 .mobile-menu-item .menu-item__text .menu-item__icon:active {
  filter: invert(24%) sepia(21%) saturate(1681%) hue-rotate(190deg) brightness(93%) contrast(89%) !important;
}
.mobile-menu .mobile-menu__level-2 .mobile-menu-item .menu-item__text .chevron-align-right {
  display: none;
}
.mobile-menu .mobile-menu__level-2 .mobile-menu-item .menu-item__text:hover, .mobile-menu .mobile-menu__level-2 .mobile-menu-item .menu-item__text:active {
  color: var(--ys-dark-blue);
  font-weight: 800;
}
.mobile-menu .mobile-menu__level-2 .mobile-menu-item.menu-item--current > .menu-item__text {
  color: var(--ys-dark-blue);
  font-weight: 700;
}
.mobile-menu .mobile-menu__level-2 .mobile-menu-item.menu-item--current > .menu-item__text > .menu-item__icon {
  filter: invert(24%) sepia(21%) saturate(1681%) hue-rotate(190deg) brightness(93%) contrast(89%);
}
.mobile-menu .mobile-menu-item--active .mobile-menu__level-2 {
  pointer-events: all;
}
.mobile-menu .mobile-menu__level-3 {
  position: absolute;
  left: 100vw;
}
.mobile-menu .mobile-menu__level-3 .mobile-menu-item {
  display: block;
  height: 8vmax;
  font-size: 6vw;
  text-decoration: none;
  margin: 0 0 5vh 8vw;
  width: 100vw;
}
@media (orientation: landscape) {
  .mobile-menu .mobile-menu__level-3 .mobile-menu-item {
    height: 4vmax;
  }
}
.mobile-menu .mobile-menu__level-3 .mobile-menu-item .menu-item__text {
  width: 100vw;
  font-size: 6vw;
  color: var(--ys-dark-blue);
  font-weight: 400;
}
@media (orientation: landscape) {
  .mobile-menu .mobile-menu__level-3 .mobile-menu-item .menu-item__text {
    font-size: 3vmax;
  }
}
.mobile-menu .mobile-menu__level-3 .mobile-menu-item .menu-item__text .menu-item__icon {
  height: 6vh;
  width: auto;
  margin: 0 3vw 0 0;
  filter: invert(42%) sepia(76%) saturate(2714%) hue-rotate(171deg) brightness(102%) contrast(101%);
}
.mobile-menu .mobile-menu__level-3 .mobile-menu-item .menu-item__text .menu-item__icon:hover, .mobile-menu .mobile-menu__level-3 .mobile-menu-item .menu-item__text .menu-item__icon:active {
  filter: invert(24%) sepia(21%) saturate(1681%) hue-rotate(190deg) brightness(93%) contrast(89%) !important;
}
.mobile-menu .mobile-menu__level-3 .mobile-menu-item .menu-item__text .chevron-align-right {
  display: none;
}
.mobile-menu .mobile-menu__level-3 .mobile-menu-item .menu-item__text:hover, .mobile-menu .mobile-menu__level-3 .mobile-menu-item .menu-item__text:active {
  color: var(--ys-dark-blue);
  font-weight: 800;
}
.mobile-menu .mobile-menu__level-3 .mobile-menu-item.menu-item--current > .menu-item__text {
  color: var(--ys-dark-blue);
  font-weight: 700;
}
.mobile-menu .mobile-menu__level-3 .mobile-menu-item.menu-item--current > .menu-item__text > .menu-item__icon {
  filter: invert(24%) sepia(21%) saturate(1681%) hue-rotate(190deg) brightness(93%) contrast(89%);
}
.mobile-menu .mobile-menu-item {
  display: block;
  height: 8vmax;
  font-size: 4vmax;
  text-decoration: none;
  margin: 0 0 5vh 5vw;
  width: 95vw;
}
@media (orientation: landscape) {
  .mobile-menu .mobile-menu-item {
    height: 4vmax;
  }
}
.mobile-menu .mobile-menu-item .menu-item__text {
  width: 100vw;
  font-weight: 600;
}
.mobile-menu .mobile-menu-item .menu-item__text .menu-item__icon {
  height: 6vh;
  width: auto;
  margin: 0 3vw 0 0;
  filter: invert(42%) sepia(76%) saturate(2714%) hue-rotate(171deg) brightness(102%) contrast(101%);
}
.mobile-menu .mobile-menu-item .menu-item__text .menu-item__icon:hover, .mobile-menu .mobile-menu-item .menu-item__text .menu-item__icon:active {
  filter: invert(24%) sepia(21%) saturate(1681%) hue-rotate(190deg) brightness(93%) contrast(89%) !important;
}
.mobile-menu .mobile-menu-item .menu-item__text .chevron-align-right {
  float: right;
  margin-right: 6vw;
  color: var(--ys-blue);
}
.mobile-menu .mobile-menu-item .menu-item__text:hover, .mobile-menu .mobile-menu-item .menu-item__text:active {
  color: var(--ys-dark-blue);
  font-weight: 800;
}
.mobile-menu .mobile-menu-item.menu-item--current > .menu-item__text {
  color: var(--ys-dark-blue);
  font-weight: 700;
}
.mobile-menu .mobile-menu-item.menu-item--current > .menu-item__text > .menu-item__icon {
  filter: invert(24%) sepia(21%) saturate(1681%) hue-rotate(190deg) brightness(93%) contrast(89%);
}
.mobile-menu .main-menu-item:active {
  color: var(--ys-dark-blue);
}
.mobile-menu a {
  text-decoration: none;
  color: var(--ys-dark-blue);
  line-height: 2rem;
}
.mobile-menu__close {
  position: absolute;
  right: 0;
}
.mobile-menu__back {
  position: absolute;
  left: 0;
  font-weight: 200;
  margin: 0 2vw 0 0;
  font-size: 2vmax;
  line-height: 2vmax;
}

.mobile-menu-background-image {
  height: 38vmax;
  max-height: 40rem;
  max-width: 70vw;
  position: absolute;
  bottom: 0;
  right: 199vw;
  filter: invert(29%) sepia(95%) saturate(1000%) hue-rotate(176deg) brightness(97%) contrast(96%);
  opacity: 0.1;
}

/* phone or small tablet landscape mode */
@media (min-width: 820px) {
  .mobile-menu-background-image {
    margin: 62vh 0 0 44vw;
  }
}
@media (max-height: 420px) {
  .mobile-menu-background-image {
    position: absolute;
    height: 40vmax;
    width: auto;
    margin: 16vh 0 0 60vw;
    opacity: 0.15;
  }
  .mobile-menu .main-menu-item {
    height: 10vh;
  }
  .mobile-menu .mobile-menu-icon {
    height: 12vh;
  }
  #mobile-main-menu .main-menu-item {
    height: 8vh;
  }
}
/* desktop */
@media (min-width: 992px) {
  #mobile-menu {
    display: none;
  }
  .mobile-menu-header {
    display: none;
  }
  .mobile-menu-background {
    display: none;
  }
  #desktop-menu {
    --menu-font-size: 1.125rem;
    display: flex;
    background: transparent;
    position: absolute;
    right: 6rem;
    top: 10px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  #desktop-menu {
    top: 15px;
  }
}
@media (min-width: 992px) and (min-width: 1550px) {
  #desktop-menu {
    right: 50%;
    transform: translateX(calc(50% + 375px));
  }
}
@media (min-width: 992px) {
  #desktop-menu .main-menu-item {
    position: relative;
    padding: 20px;
    cursor: pointer;
  }
  #desktop-menu .main-menu-item__text {
    color: var(--ys-dark-blue) !important;
    font-weight: 400;
    text-decoration: none;
    font-size: 1.2rem;
    text-align: center;
    display: block;
  }
  #desktop-menu .main-menu-item__text::before {
    bottom: -5px;
  }
  #desktop-menu .main-menu-item:hover .main-menu-item__text::before {
    font-weight: 700;
  }
  #desktop-menu .main-menu-item:hover:not(.main-menu-item--without-submenu)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: calc(50% - 6px);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #f1f1f1;
  }
  #desktop-menu .main-menu-item:hover:not(.main-menu-item--without-submenu)::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid #FFFFFF;
  }
  #desktop-menu .main-menu-item:hover > .submenu__container {
    transition: all 150ms ease;
    opacity: 1;
    pointer-events: auto;
  }
  #desktop-menu .main-menu-item--you {
    min-width: 60px;
  }
  #desktop-menu .main-menu-item--businesses {
    min-width: 145px;
  }
  #desktop-menu .main-menu-item--developers {
    min-width: 142px;
  }
  #desktop-menu .main-menu-item--banks {
    min-width: 95px;
  }
  #desktop-menu .main-menu-item--us {
    min-width: 65px;
  }
  #desktop-menu .main-menu-item--login {
    margin-top: 1px;
  }
  #desktop-menu .main-menu-item--without-3rd-level .menu__level-2 {
    width: 100% !important;
  }
  #desktop-menu .main-menu-item--without-3rd-level .menu__level-2::before {
    content: none;
  }
  #desktop-menu .main-menu-item--without-3rd-level .menu__level-2::after {
    border-right: 295px solid rgba(250, 250, 250, 0.6941176471) !important;
  }
  #desktop-menu .main-menu-item--without-3rd-level .submenu__inner {
    width: 300px !important;
  }
  #desktop-menu .main-menu-item.item-id-developers .submenu__container .submenu__inner {
    left: -256px !important;
  }
  #desktop-menu .main-menu-item.item-id-businesses .submenu__container .submenu__inner {
    left: -156px !important;
  }
  #desktop-menu .main-menu-item.item-id-banks .submenu__container .submenu__inner {
    left: -156px !important;
  }
  #desktop-menu .main-menu-item.item-id-us .submenu__container .submenu__inner {
    left: -226px !important;
  }
}
@media (min-width: 992px) {
  #desktop-menu .submenu__container {
    z-index: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 992px) {
  #desktop-menu .submenu__inner {
    display: block;
    left: -60px;
    position: absolute;
    width: 664px;
    border: 3px solid #f1f1f1;
    border-radius: 25px;
    background: var(--ys-grey-dark-menu);
    overflow: hidden;
    cursor: default;
    z-index: 991;
  }
  #desktop-menu .submenu__inner .menu__level-2 {
    --arrow-level: 0;
    position: relative;
    width: 50%;
    padding: 30px 0;
    background: white;
    min-height: 360px;
  }
  #desktop-menu .submenu__inner .menu__level-2::after {
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    inset: 0;
    border-top: 360px solid transparent;
    border-right: 675px solid rgba(250, 250, 250, 0.6941176471);
  }
  #desktop-menu .submenu__inner .menu__level-2::before {
    content: "";
    top: calc(var(--arrow-level) * 3.8rem + 24px);
    right: -38px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 40px solid #FFFFFF;
    transition: all 0.15s ease-out;
  }
  #desktop-menu .submenu__inner .menu__level-2 .menu-item {
    position: relative;
    z-index: 1;
    margin-left: 2rem;
    margin-bottom: 1.25rem;
    cursor: pointer;
  }
  #desktop-menu .submenu__inner .menu__level-2 .menu-item:last-of-type {
    margin-bottom: 0;
  }
  #desktop-menu .submenu__inner .menu__level-2 .menu-item__icon {
    line-height: 40px;
    height: 40px;
    width: 40px;
    margin-right: 20px;
    filter: invert(52%) sepia(96%) saturate(1355%) hue-rotate(159deg) brightness(91%) contrast(109%);
    transition: all 350ms ease;
    pointer-events: none;
  }
  #desktop-menu .submenu__inner .menu__level-2 .menu-item__text {
    color: var(--ys-blue);
    text-decoration: none;
    font-size: var(--menu-font-size);
    position: relative;
    position: relative;
  }
  #desktop-menu .submenu__inner .menu__level-2 .menu-item__text::before {
    content: "";
    bottom: -10px;
    left: 0;
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--ys-blue);
    transition: width 0.25s ease-out;
  }
  #desktop-menu .submenu__inner .menu__level-2 .menu-item:hover .menu-item__text::before {
    width: 100%;
  }
  #desktop-menu .submenu__inner .menu__level-2 .menu-item[aria-expanded=true] .menu__level-3 {
    display: block;
  }
  #desktop-menu .submenu__inner .menu__level-2 .menu-item .menu__inner {
    display: flex;
    align-items: center;
  }
  #desktop-menu .submenu__inner .menu__level-2 .menu__level-3 {
    display: none;
    position: absolute;
    top: 12px;
    right: -275px;
    width: 280px;
    padding-left: 55px;
  }
  #desktop-menu .submenu__inner .menu__level-2 .menu__level-3 li {
    font-size: calc(var(--menu-font-size) * 0.9);
    line-height: var(--menu-font-size);
    margin-bottom: 1.5rem;
    position: relative;
    display: table;
  }
  #desktop-menu .submenu__inner .menu__level-2 .menu__level-3 li a {
    color: var(--ys-blue);
    text-decoration: none;
    position: relative;
  }
  #desktop-menu .submenu__inner .menu__level-2 .menu__level-3 li a::before {
    content: "";
    bottom: -10px;
    left: 0;
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--ys-blue);
    transition: width 0.25s ease-out;
  }
  #desktop-menu .submenu__inner .menu__level-2 .menu__level-3 li:hover a::before {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #desktop-menu#desktop-menu .menu-item--current > a, #desktop-menu#desktop-menu .menu-item--current > div > a {
    font-weight: 700;
    color: var(--ys-dark-blue);
  }
}
@media (min-width: 992px) {
  #desktop-menu#desktop-menu .menu-item--current > div > img {
    filter: invert(24%) sepia(21%) saturate(1681%) hue-rotate(190deg) brightness(93%) contrast(89%);
  }
}
/**
 * GENERAL
 */
html, body {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 0;
}

::-moz-selection {
  color: #fff;
  background: var(--ys-blue);
  background: rgba(0, 174, 239, 0.85);
}

::selection {
  color: #fff;
  background: var(--ys-blue);
  background: rgba(0, 174, 239, 0.85);
}

:focus {
  outline: none;
}

/**
 * MISC
 */
.icon {
  max-width: 60px;
}
.icon--blue {
  color: var(--ys-blue);
  fill: var(--ys-blue);
}
.icon--white {
  color: white;
  fill: white;
}

.signed-in {
  display: block;
}

.not-signed-in {
  display: none;
}

/* IMAGES */
.image__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.image__wrapper--high {
  height: 100%;
}

.image {
  width: 100%;
  max-width: 240px;
}
.image.image--flip {
  transform: scaleX(-1);
}
.image.image--icon {
  max-width: 80px;
}
.image.image--small {
  max-width: 160px;
}
.image.image--270 {
  max-width: 270px;
}
.image.image--320 {
  max-width: 320px;
}
.image.image--400 {
  max-width: 400px;
}
.image.image--450 {
  max-width: 450px;
}
.image.image--500 {
  max-width: 500px;
}
.image.image--600 {
  max-width: 600px;
}
.image.image--large {
  max-width: 700px;
}
.image.image--xl {
  max-width: 800px;
}
.image.image--xxl {
  max-width: 900px;
}
.image.image--3xl {
  max-width: 1500px;
}
.image.image--4xl {
  max-width: 1800px;
}
.image.image--320, .image.image--400, .image.image--500 {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .image.image--320, .image.image--400, .image.image--500 {
    padding: 0;
  }
}
.image--h-50 {
  max-height: 50px;
  width: auto;
}
.image--h-55 {
  max-height: 55px;
  width: auto;
}

/* HEADER */
.header {
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 144px;
  margin-inline: auto;
  background-image: url(/static/images/header-bg.svg);
  background-repeat: no-repeat;
  background-size: 1800px;
  background-position: right calc(50% + 292px) top -1.2rem;
}
@media (min-width: 992px) {
  .header {
    background-position: right 2rem top -10px;
  }
}
@media (min-width: 1200px) {
  .header {
    background-position: right 2rem top;
  }
}
@media (min-width: 1550px) {
  .header {
    background-position: right calc(50% + 160px) top;
  }
}
.header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50vw - 1058px);
  height: 84%;
  background: white;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 75px;
}
.header .logo {
  max-width: min(70vw, 250px);
  margin-bottom: 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .header .logo {
    margin-bottom: 0;
  }
}
.header .logo .image {
  margin-left: -0.5rem;
}
@media (min-width: 1500px) {
  .header .logo .image {
    margin-left: -4rem;
  }
}

.icon-paragraph {
  margin-bottom: 20px;
  position: relative;
  padding-left: 70px;
}
.icon-paragraph::before {
  content: "";
  background-size: contain;
  background-position-x: center;
  background-repeat: no-repeat;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
}
@media (max-width: 767.98px) {
  .icon-paragraph {
    margin: 20px 0;
  }
}

.paragraph--twitter,
.paragraph--insta {
  position: relative;
  padding-left: 60px;
}
@media (min-width: 768px) {
  .paragraph--twitter,
  .paragraph--insta {
    padding-left: 90px;
  }
}

.paragraph--twitter::before {
  background-image: url(/static/images/twitter_black.png);
}

.paragraph--insta::before {
  background-image: url(/static/images/instagram_black.png);
}

.paragraph--twitter::before,
.paragraph--insta::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-flex;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
}
@media (min-width: 768px) {
  .paragraph--twitter::before,
  .paragraph--insta::before {
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
  }
}

/* HERO */
.hero {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 12rem;
  background-image: url("/static/images/hero-mobile.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .hero {
    padding-top: 9rem;
    padding-bottom: 3rem;
    background-position: center bottom;
  }
}
@media (min-width: 992px) {
  .hero {
    background-image: url(/static/images/hero-bg.svg);
    background-size: min(120vw, 1820px);
    background-position: left calc(50% - min(12vw, 165px)) bottom;
    padding-top: 6rem;
    padding-bottom: clamp(0px, 5vw, 96px);
  }
}
@media (min-width: 1200px) {
  .hero {
    background-size: min(108vw, 1680px);
    background-position: left calc(50% - min(12vw, 75px)) bottom;
  }
}
.hero--no-bg {
  background: none;
  padding-top: 9rem;
  padding-bottom: 0;
}
.hero--no-bg h1 {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .hero .intro {
    max-width: 530px;
  }
}
@media (min-width: 992px) {
  .hero__text {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .hero__text {
    padding-top: 40px;
  }
}
.hero .eyebrow {
  font-size: clamp(1.25rem, 2.6vw, 2rem);
  line-height: 1;
  font-weight: 400;
}
.hero__button-wrapper {
  display: flex;
  align-items: center;
  margin: 0 1em;
}
.hero__button-container {
  display: flex;
  flex-direction: column;
  margin-block: 1rem;
}
@media (min-width: 768px) {
  .hero__button-container {
    flex-direction: row;
    margin-block: 2rem;
  }
}
.hero__button {
  min-width: 132px;
}

/* VIDEO */
.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-button-wrapper {
  display: flex;
  justify-content: center;
}
.video-button-wrapper:hover .video-button-border {
  background: transparent;
}
.video-button-wrapper:hover .video-button {
  border-color: transparent transparent transparent var(--ys-pink);
}
.video-button-border {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: var(--ys-pink);
  border: 2px solid var(--ys-pink);
  border-radius: 50%;
  margin: 0 1em;
  padding-left: 6px;
  cursor: pointer;
  transition: background-color ease-in-out 0.15s;
}
@media (max-width: 992px) {
  .video-button-border {
    margin-left: 0;
  }
}
.video-button-border:active {
  background: #f9f6f6;
}
.video-button-border:active .video-button {
  border-color: transparent transparent transparent var(--ys-pink);
}
.video-button-text {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: var(--ys-pink);
  text-align: center;
  cursor: pointer;
}
.video-button-text:active {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .video-button-text {
    font-size: 26px;
  }
}
.video-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  z-index: 1000;
  transition: all ease-in-out 0.3s;
}
.video-modal-wrapper--show {
  display: block;
  height: 100%;
}
.video-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 10vh;
  left: calc(50vw - 50%);
  width: 75vw;
  max-width: 1024px;
  height: 0;
  background: none;
  padding: 30px 0 56.25% 0;
  z-index: 1000;
  transform: translateY(-150%);
  transition: none;
}
.video-modal-overlay {
  position: absolute;
  width: 100vw;
  height: 0;
  background: #000;
  opacity: 0.8;
  z-index: 990;
}
.video-modal-overlay--show {
  height: 100vh;
}
.video-modal__close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
}
.video-modal__close-icon {
  font-size: 32px;
  color: var(--ys-blue);
  transition: all ease-in-out 0.15s;
  cursor: pointer;
}
.video-modal__close-icon:hover {
  color: var(--ys-dark-blue);
}
.video-modal--show {
  background: #000;
  transform: translateY(0);
  transition: transform 0.1s ease-in-out 0.1s;
}
.video-modal iframe,
.video-modal object,
.video-modal embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* BLOCKS */
.block {
  width: 100vw;
  position: relative;
  margin: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .block {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.block--padding-none {
  padding: 0;
}
.block--padding-low {
  padding-block: 3rem;
}
.block--padding-low-top {
  padding-top: 3rem;
}
.block--padding-low-bottom {
  padding-bottom: 3rem;
}
.block--padding-high {
  padding-block: 12rem;
}
.block--padding-high-top {
  padding-top: 12rem;
}
.block--padding-high-bottom {
  padding-bottom: 12rem;
}
.block--padding-extra-high {
  padding-block: 18rem;
}
.block--padding-extra-high-top {
  padding-top: 18rem;
}
.block--padding-extra-high-bottom {
  padding-bottom: 18rem;
}
.block--full {
  height: 100vh;
  padding: 200px 0;
}
.block--blue {
  background-color: var(--ys-blue);
}
.block--blue-darker {
  background-color: var(--ys-blue-darker-10);
}
.block--blue-alt {
  background-color: var(--ys-blue-alt);
}
.block--dark-blue {
  background-color: var(--ys-dark-blue);
}
.block--purple {
  background-color: var(--ys-purple);
}
.block--purple-dark {
  background-color: var(--ys-purple-dark);
}
.block--green {
  background-color: var(--ys-green);
}
.block--green-darker {
  background-color: var(--ys-green-darker);
}
.block--turquoise {
  background-color: var(--ys-turquoise);
}
.block--grey {
  background-color: var(--ys-grey);
}

.bg-block {
  width: 100vw;
  height: 75%;
  position: absolute;
  top: unset;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 10;
}
@media (min-width: 768px) {
  .bg-block {
    width: 69vw;
    height: 100%;
    top: 0;
    bottom: unset;
  }
}

/* FOOTER */
.footer {
  position: relative;
  background: var(--ys-dark-blue);
  padding: 3rem 0;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer li {
  line-height: 152%;
}
@media (max-width: 992px) {
  .footer .heading--big {
    padding-top: 0;
    margin: 0;
  }
}
.footer__header {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .footer__header {
    padding: 0 0 10px;
  }
}
.footer__link {
  color: #fff;
  text-decoration: none;
}
.footer__text {
  margin-top: 10px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .footer__text {
    margin-top: 40px;
  }
}
.footer .yoursafe-vision {
  max-width: 42rem;
}
.footer .yoursafe-vision__text {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 992px) {
  .footer .yoursafe-vision__text {
    font-size: 2.15rem;
    line-height: 2.75rem;
  }
}

.wave {
  --wave-height: 20px;
  pointer-events: none;
  /**
   * Different style, building waves with different classes
   */
}
@media (min-width: 768px) {
  .wave {
    --wave-height: 50px;
  }
}
.wave--header {
  position: absolute;
  left: -10vw;
  right: 0;
  width: 110vw;
  overflow: hidden;
  line-height: 0;
  top: 85px;
}
.wave--header svg {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-inline: auto;
  max-width: 2000px;
}
.wave--header .shape-fill {
  fill: #FFFFFF;
}
.wave--footer {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.wave--footer svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 15px;
}
.wave--footer .shape-fill {
  fill: var(--ys-dark-blue);
}
.wave--white-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.wave--white-top svg {
  position: relative;
  display: block;
  width: calc(140% + 1.3px);
  height: 90px;
}
@media (min-width: 992px) {
  .wave--white-top svg {
    height: 210px;
  }
}
.wave--white-top .shape-fill {
  fill: #FFFFFF;
}
.wave--white-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.wave--white-bottom svg {
  position: relative;
  display: block;
  width: calc(153% + 1.3px);
  height: 80px;
}
@media (min-width: 992px) {
  .wave--white-bottom svg {
    height: 150px;
  }
}
.wave--white-bottom .shape-fill {
  fill: #FFFFFF;
}
.wave--blue-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.wave--blue-bottom svg {
  position: relative;
  display: block;
  width: calc(115% + 1.3px);
  height: 80px;
}
@media (min-width: 992px) {
  .wave--blue-bottom svg {
    height: 210px;
  }
}
.wave--blue-bottom .shape-fill {
  fill: var(--ys-blue);
}
.wave--white .shape-fill {
  fill: white;
}
.wave--blue .shape-fill {
  fill: var(--ys-blue);
}
.wave--blue-alt .shape-fill {
  fill: var(--ys-blue-alt);
}
.wave--blue-dark .shape-fill {
  fill: var(--ys-dark-blue);
}
.wave--purple .shape-fill {
  fill: var(--ys-purple);
}
.wave--purple-dark .shape-fill {
  fill: var(--ys-purple-dark);
}
.wave--green .shape-fill {
  fill: var(--ys-green);
}
.wave--green-darker .shape-fill {
  fill: var(--ys-green-darker);
}
.wave--top {
  position: absolute;
  top: calc(var(--wave-height) * -1 + 1px);
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.wave--top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: var(--wave-height);
}
.wave--bottom {
  position: absolute;
  bottom: calc(var(--wave-height) * -1);
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.wave--bottom svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: var(--wave-height);
}
.wave--inner.wave--bottom {
  bottom: -1px;
}
.wave--inner.wave--top {
  top: -1px;
}
.wave--fix-10 {
  --wave-height: 20px;
}
.wave--fix-20 {
  --wave-height: 20px;
}
.wave--fix-80 {
  --wave-height: 80px;
}
.wave--height-60 {
  --wave-height: 30px;
}
@media (min-width: 992px) {
  .wave--height-60 {
    --wave-height: 60px;
  }
}
.wave--height-90 {
  --wave-height: 45px;
}
@media (min-width: 992px) {
  .wave--height-90 {
    --wave-height: 90px;
  }
}
.wave--height-120 {
  --wave-height: 60px;
}
@media (min-width: 992px) {
  .wave--height-120 {
    --wave-height: 120px;
  }
}
.wave--height-200 {
  --wave-height: 100px;
}
@media (min-width: 992px) {
  .wave--height-200 {
    --wave-height: 200px;
  }
}
.wave--regular {
  --wave-height: 20px;
}
@media (min-width: 992px) {
  .wave--regular {
    --wave-height: 50px;
  }
}
.wave--no-flip {
  transform: rotate(0);
}
.wave--flip-x {
  transform: rotateX(180deg);
}
.wave--flip-y {
  transform: rotateY(180deg);
}
.wave--flip-z {
  transform: rotateZ(180deg);
}
.wave--flip-xy {
  transform: rotate3d(1, 1, 0, 0);
}
.wave--no-height svg {
  height: unset;
}
.wave--limited-width svg {
  width: min(100vw, 1920px);
}
.wave--centered svg {
  margin-inline: auto;
}

.blob {
  background-repeat: no-repeat;
  background-size: contain;
}
.blob--blue-small {
  background-image: url("/static/images/blob-blue-small.svg");
  padding: 100px 150px 150px 110px;
}
.blob--gray-transparent {
  background-image: url("/static/images/blob-gray-transparent.png");
  background-size: 700px;
  background-position: top left calc(50vw - 350px + 150px);
  margin-left: -20px;
  margin-right: -20px;
  padding: 100px 20px 100px;
}
@media (min-width: 350px) {
  .blob--gray-transparent {
    background-size: 550px;
    background-position: top center;
    padding: 70px 20px 100px;
  }
}
@media (min-width: 525px) {
  .blob--gray-transparent {
    background-position: top left;
    background-size: contain;
    padding: 75px 20px 50px 35px;
    margin-left: 0;
    margin-right: 0;
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  .blob--gray-transparent {
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  .blob--gray-transparent {
    background-position: top left;
    background-size: contain;
    padding: 70px 230px 50px 60px;
    max-width: 760px;
  }
}
@media (min-width: 1200px) {
  .blob--gray-transparent {
    margin-left: -60px;
  }
}
.blob--purple-transparent {
  background-image: url("/static/images/blob-purple-transparent.svg");
  background-size: cover;
  background-position: right 66% center;
  margin-left: -100px;
  margin-right: -100px;
  padding: 70px 100px 111px 100px;
}
@media (min-width: 400px) {
  .blob--purple-transparent {
    padding: 70px 100px 111px 120px;
  }
}
@media (min-width: 630px) {
  .blob--purple-transparent {
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .blob--purple-transparent {
    background-position: top left;
    background-size: cover;
    padding: 75px 10px 90px 100px;
    margin-top: 2rem;
    margin-left: 0;
    margin-right: -11px;
    min-height: 30rem;
    max-width: 44rem;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .blob--purple-transparent {
    background-size: contain;
    min-height: 39rem;
    max-width: 55rem;
    padding: 85px 10px 10px 100px;
  }
}
@media (min-width: 1400px) {
  .blob--purple-transparent {
    max-width: 65rem;
  }
}
.blob--purple-transparent .text-table {
  max-width: 34rem;
}
.blob--blue-alt-transparent {
  background-image: url("/static/images/blob-blue-alt-transparent.svg");
  color: white;
  background-position: top center;
  background-size: cover;
  margin-inline: -100px;
  padding: 100px 140px 110px 100px;
}
@media (min-width: 768px) {
  .blob--blue-alt-transparent {
    margin-inline: -200px;
    padding: 120px 290px 80px 200px;
  }
}
@media (min-width: 850px) {
  .blob--blue-alt-transparent {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .blob--blue-alt-transparent {
    background-image: url("/static/images/blob-blue-alt-transparent-768px.svg");
    background-position: top left;
    background-size: contain;
    padding-block: 6rem 3rem;
    padding-inline: 0;
    padding-inline-end: 16.6666666667%;
    margin-inline: 0;
  }
  .blob--blue-alt-transparent .inner {
    margin-left: calc((100% + 38px + 16.6666666667%) * 0.1666666667);
  }
}
@media (min-width: 840px) {
  .blob--blue-alt-transparent {
    background-image: url("/static/images/blob-blue-alt-transparent-992px.svg");
    padding-block: 9rem 6rem;
  }
}
@media (min-width: 900px) {
  .blob--blue-alt-transparent {
    background-position: top left calc(38vw - 300px);
  }
}
@media (min-width: 992px) {
  .blob--blue-alt-transparent {
    background-position: top left;
  }
}
@media (min-width: 1100px) {
  .blob--blue-alt-transparent {
    background-image: url("/static/images/blob-blue-alt-transparent-1100px.svg");
    padding-block: 7rem 7rem;
  }
}
@media (min-width: 1200px) {
  .blob--blue-alt-transparent {
    background-image: url("/static/images/blob-blue-alt-transparent-1200px.svg");
    padding-block: 7rem 3rem;
  }
}
@media (min-width: 1400px) {
  .blob--blue-alt-transparent {
    padding-block: 8rem 6rem;
  }
}

/* CHECKLIST */
.checklist {
  position: relative;
  box-sizing: content-box;
  max-width: 435px;
}
@media (min-width: 992px) {
  .checklist {
    background: url(/static/images/diary.png) no-repeat;
    background-size: contain;
    max-width: 485px;
    padding: 60px 390px 310px 40px;
    margin-bottom: 0;
    font-size: 1.125rem;
    line-height: 2rem;
  }
}
.checklist__wrapper {
  position: relative;
}
.checklist__item {
  padding-left: 2rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  position: relative;
  line-height: 3rem;
}
.checklist__item:last-of-type::after {
  background: none;
}
.checklist__item::before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--ys-blue);
  border-radius: 3px;
  position: absolute;
  top: 12px;
  left: 0;
}
.checklist__item::after {
  content: "";
  width: 75%;
  height: 3px;
  background: #E7E7E7;
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media (min-width: 992px) {
  .checklist__item::after {
    width: 60%;
  }
}

/* CARD */
.card__container {
  padding-bottom: 40px;
  margin-top: 200px;
}
.card__container > div {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .card__container {
    margin-top: 0;
  }
}
.card__container .card {
  height: 100%;
  border-radius: 20px;
  padding: 10px 20px 20px;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .card__container .card {
    padding: 20px 40px 20px;
    margin: 0 0 20px;
  }
}
@media (max-width: 768px) {
  .card__container .card .heading--big {
    padding-top: 0;
  }
  .card__container .card .button-wrapper {
    margin-top: 10px;
  }
}
.card__container .card--alternate {
  padding: 10px 20px 20px;
}
@media (min-width: 768px) {
  .card__container .card--shadow {
    box-shadow: 15px 15px 0 0 #e6e6e6;
  }
}
.card__container .card--dark {
  background: #34437a;
}
.card__container .card--spread {
  justify-content: space-around;
}
.card__container .card .button {
  min-width: unset;
}
.card__container .card .list {
  margin-block: 1rem;
}
.card__container .card .list__item {
  margin-bottom: 0.75rem;
}
.card__container .card .list__item.checked__item::before {
  content: "";
  background-image: url(/static/images/check-icon-white.svg);
  background-repeat: no-repeat;
  background-position: top 0.5rem left;
  padding: 0.5rem;
  margin-right: 0.5rem;
}
.card__container .card .list.text--white .list__item p {
  color: #fff;
  margin-bottom: 1rem;
}

.info-rectangle {
  background: var(--ys-blue);
  color: white;
  border-radius: 15px;
  padding: 2rem;
  margin: 2rem 0;
}
.info-rectangle > p:last-of-type {
  margin-bottom: 0;
}

.btn-cta {
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .btn-cta {
    width: auto;
  }
}

.data-table {
  caption-side: top;
  border-collapse: separate;
  border-spacing: 5px 3px;
  margin-bottom: 3rem;
}
.data-table caption {
  padding: 0;
}
.data-table caption .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  margin-inline: 0.25rem;
  background-color: var(--ys-dark-blue);
  color: white;
  font-weight: 700;
}
.data-table th, .data-table td {
  font-family: "Courier Prime", monospace;
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 0.75rem 1rem;
  margin: 0;
  line-height: 1.2;
  min-width: 260px;
}
.data-table__head th, .data-table__head td, .data-table thead th, .data-table thead td {
  background-color: var(--ys-blue);
  color: white;
}
.data-table__head--dark-blue th, .data-table__head--dark-blue td {
  background-color: var(--ys-dark-blue) !important;
  color: white;
}
.data-table--rows {
  border-spacing: 0 3px;
}
.data-table--rows caption .inner {
  margin-inline: 0;
}
.data-table--rows th, .data-table--rows td {
  border-radius: 0;
}
.data-table--rows th:first-child, .data-table--rows td:first-child {
  border-radius: 3px 0 0 3px;
}
.data-table--rows th:last-child, .data-table--rows td:last-child {
  border-radius: 0 3px 3px 0;
}
.data-table--no-spacing {
  border-spacing: 0;
}
.data-table--table-head-left th:first-of-type, .data-table--table-head-left td:first-of-type {
  background-color: var(--ys-blue) !important;
  color: white !important;
}

.yoursafe-id .hero {
  padding-top: 3rem;
  background: none;
}
@media (max-width: 767px) {
  .yoursafe-id .hero {
    padding-bottom: 100px;
    margin-top: 1.5rem;
    margin-bottom: 0;
    z-index: 1;
  }
}
.yoursafe-id .hero::before {
  height: 240px;
  width: 100%;
  left: 0;
  bottom: 30px;
  position: absolute;
  content: "";
  display: block;
  background: url("/static/images/hero_wave.png") no-repeat center top;
}
.yoursafe-id .block--amsterdam {
  background-color: var(--ys-purple);
}
@media (max-width: 767px) {
  .yoursafe-id .block--amsterdam {
    margin-top: -150px;
    padding-bottom: 400px;
    padding-top: 140px;
    z-index: 0;
  }
  .yoursafe-id .block--amsterdam::after {
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    opacity: 70%;
    width: 100vw;
    height: 400px;
    background-image: url("/static/images/amsterdam-mobile.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100vw;
  }
  .yoursafe-id .block--amsterdam .wave--white-top {
    overflow: hidden;
    position: absolute;
    line-height: 0;
    width: 220%;
    left: -75px;
    bottom: 300px;
    top: unset;
    z-index: 1;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .yoursafe-id .block--amsterdam .wave--white-top {
    top: 0;
    bottom: unset;
    left: -50px;
    width: 110%;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .yoursafe-id .block--amsterdam .wave--white-top {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .yoursafe-id .block--amsterdam .wave--white-top svg {
    position: relative;
    display: block;
    width: calc(70% + 1.3px);
    height: 100px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .yoursafe-id .block--amsterdam .wave--white-top svg {
    width: calc(140% + 1.3px);
    height: 200px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .yoursafe-id .block--amsterdam .wave--white-top svg {
    width: calc(160% + 1.3px);
    height: 220px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .yoursafe-id .block--amsterdam .wave--white-top svg {
    height: 200px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .yoursafe-id .block--amsterdam .wave--white-top svg {
    width: calc(120% + 1.3px);
  }
}
@media (max-width: 767px) {
  .yoursafe-id .block--amsterdam .wave--white-top .shape-fill {
    fill: var(--ys-purple);
  }
}
@media (min-width: 768px) {
  .yoursafe-id .block--amsterdam {
    background-image: url("/static/images/amsterdam-mobile.jpg");
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: left 50vw center;
    background-size: 52.5vw;
  }
}
@media (min-width: 1200px) {
  .yoursafe-id .block--amsterdam {
    background-image: url("/static/images/amsterdam.jpg");
  }
}
.yoursafe-id .block--pay-to-user {
  background-color: var(--ys-green);
}
@media (min-width: 768px) {
  .yoursafe-id .block--pay-to-user {
    background-image: url("/static/images/neon-lights-girl.jpg");
    background-repeat: no-repeat;
    background-position: left -2vw center;
    background-blend-mode: multiply;
    background-size: 50.5vw;
  }
}
@media (min-width: 1200px) {
  .yoursafe-id .block--pay-to-user {
    background-size: 55vw;
  }
}

.home .hero .image__wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 109;
  top: 12px;
  right: -50px;
  bottom: unset;
  width: 320px;
  margin-bottom: -240px;
}
@media (min-width: 768px) {
  .home .hero .image__wrapper {
    width: clamp(500px, 60vw, 700px);
    top: -10%;
    right: max(-125px, -30%);
    bottom: unset;
  }
}
.home .image__wrapper--smiling-guy {
  position: absolute;
  right: -120px;
  top: -7em;
}
@media (min-width: 500px) {
  .home .image__wrapper--smiling-guy {
    justify-content: end;
    right: -60px;
  }
}
@media (min-width: 768px) {
  .home .image__wrapper--smiling-guy {
    right: -60px;
    top: -12rem;
  }
}
.home .image__wrapper--smiling-guy .image {
  max-width: clamp(170px, 30vw, 250px);
}
@media (min-width: 768px) {
  .home .image__wrapper--smiling-guy .image {
    max-width: 450px;
  }
}
.home .image__wrapper--posing-woman {
  pointer-events: none;
  position: absolute;
  bottom: 53%;
  right: -80px;
  z-index: 1;
}
@media (min-width: 350px) {
  .home .image__wrapper--posing-woman {
    bottom: 50%;
  }
}
@media (min-width: 768px) {
  .home .image__wrapper--posing-woman {
    bottom: -15%;
    right: clamp(320px, 30vw, 500px);
    width: clamp(400PX, 60vw, 700px);
  }
}
@media (max-width: 767px) {
  .home .image__wrapper--earnings {
    margin-left: -80px;
  }
}
.home .block--you-are-safe .blob {
  position: absolute;
  z-index: 1;
  bottom: -7rem;
  left: -2rem;
  height: auto;
  width: 430px;
  transform: scale(0.4);
  transform-origin: 5% 100%;
}
@media (min-width: 768px) {
  .home .block--you-are-safe .blob {
    bottom: 0;
    left: 0;
    margin-top: 0;
    margin-bottom: -211px;
    transform: scale(0.7);
  }
}
.home .block--you-are-safe .image__wrapper--vr-guy {
  justify-content: end;
  margin-top: -15rem;
}
@media (min-width: 768px) {
  .home .block--you-are-safe .image__wrapper--vr-guy {
    margin-top: unset;
    justify-content: center;
    position: absolute;
    z-index: 1;
    right: min(0px, -15rem + 15vw);
    bottom: -7.5rem;
  }
}
.home .block--you-are-safe .image__wrapper--vr-guy .image {
  max-width: 600px;
  width: clamp(13rem, 35vw, 16rem);
}
@media (min-width: 768px) {
  .home .block--you-are-safe .image__wrapper--vr-guy .image {
    width: 60vw;
  }
}
@media (min-width: 768px) {
  .home .block--many-yous {
    padding-bottom: 100px;
  }
}
.home .block--many-yous .image__wrapper--smiling_girl {
  transform: scaleX(-1);
  position: absolute;
  left: 9rem;
  bottom: -3rem;
}
@media (min-width: 768px) {
  .home .block--many-yous .image__wrapper--smiling_girl {
    bottom: unset;
    transform: none;
    left: -170px;
    top: 5rem;
  }
}
@media (min-width: 1400px) {
  .home .block--many-yous .image__wrapper--smiling_girl {
    top: 3.5rem;
  }
}
.home .block--many-yous .image__wrapper--smiling_girl .image {
  max-width: 700px;
  width: clamp(225px, 80vw, 300px);
}
@media (min-width: 768px) {
  .home .block--many-yous .image__wrapper--smiling_girl .image {
    width: 80vw;
  }
}
.home .block--payments-and-you {
  padding-bottom: 150px;
}
@media (min-width: 992px) {
  .home .block--payments-and-you {
    padding-bottom: 0;
  }
}
.home .block--get-paid {
  background-color: var(--ys-green);
}
@media (min-width: 768px) {
  .home .block--get-paid {
    padding-top: 6rem;
    background-image: url("/static/images/get_paid.jpg");
    background-repeat: no-repeat;
    background-size: 1050px;
    background-blend-mode: luminosity;
    background-position: left top;
  }
  .home .block--get-paid::before {
    content: "";
    width: 47.5vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--ys-green);
    opacity: 0.8;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .home .block--get-paid::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .home .block--get-paid {
    background-position: left 47.5vw top;
  }
}
.home .block--get-paid .image__wrapper--online-payments .image {
  width: 12rem;
}
@media (min-width: 768px) {
  .home .block--get-paid .image__wrapper--online-payments .image {
    width: 100%;
  }
}
.home .block--yoursafe-id {
  background-color: var(--ys-turquoise);
  padding-bottom: 6rem;
}
.home .block--yoursafe-id__headline {
  color: white;
}
@media (min-width: 768px) {
  .home .block--yoursafe-id__headline {
    color: var(--ys-turquoise);
  }
}
@media (min-width: 768px) {
  .home .block--yoursafe-id {
    background-image: url("/static/images/drag_queen.jpg");
    background-repeat: no-repeat;
    background-size: 610px;
    background-blend-mode: luminosity;
    background-position: right 50vw top;
  }
  .home .block--yoursafe-id .drag-white-block {
    position: absolute;
    top: 0;
    left: 47.5vw;
    width: 100%;
    height: 100%;
    background: white;
  }
}
@media (min-width: 992px) {
  .home .block--yoursafe-id {
    background-size: 56vw;
    background-position: right 52.5vw top;
  }
}
@media (min-width: 1400px) {
  .home .block--yoursafe-id {
    background-size: 50vw;
  }
}
@media (min-width: 2000px) {
  .home .block--yoursafe-id {
    background-size: 40vw;
  }
}
@media (min-width: 1200px) {
  .home .block--yoursafe-id .block__content {
    padding-block: 6rem;
  }
}
.home .block--yoursafe-id .heading--big {
  color: white;
}
@media (min-width: 768px) {
  .home .block--yoursafe-id .heading--big {
    color: var(--ys-turquoise);
  }
}
.home .block--your-alias {
  padding: 50px 0 0;
}
@media (min-width: 992px) {
  .home .block--your-alias {
    padding: 3rem 0 0;
  }
}
.home .block--your-alias .image__wrapper--privacy_girl {
  display: none;
  position: absolute;
  left: 37.5vw;
  top: -25vw;
}
@media (min-width: 768px) {
  .home .block--your-alias .image__wrapper--privacy_girl {
    display: flex;
    right: -47vw;
    left: unset;
    top: 3vw;
  }
}
@media (min-width: 992px) {
  .home .block--your-alias .image__wrapper--privacy_girl {
    right: -52vw;
    width: 110%;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .home .block--your-alias .image__wrapper--privacy_girl {
    right: max(-50vw, -530px);
  }
}
.home .block--your-alias .image__wrapper--privacy_girl .image {
  max-width: 1000px;
  width: 100vw;
}
.home .block--card {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .home .block--card {
    padding: 100px 0 140px;
  }
}

.debitcard .hero h1 {
  font-weight: 500;
  font-size: 2rem;
  line-height: 150%;
}
@media (min-width: 992px) {
  .debitcard .hero h1 {
    font-size: 3.25rem;
    line-height: 4rem;
  }
}
.debitcard .block--home-and-abroad {
  background-color: var(--ys-green);
}
@media (min-width: 768px) {
  .debitcard .block--home-and-abroad {
    background-image: url("/static/images/home_and_abroad.jpg");
    background-size: 825px;
    background-repeat: no-repeat;
    background-position: right 53vw center;
  }
}
@media (min-width: 1400px) {
  .debitcard .block--home-and-abroad {
    background-position: right 50vw center;
    background-size: 50vw;
  }
}
@media (min-width: 992px) {
  .debitcard .block--modern-secure {
    padding-top: 6rem;
  }
}
.debitcard .block--yoursafe-debit-card .image__wrapper--two-girls {
  margin-bottom: 3rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .debitcard .block--yoursafe-debit-card .image__wrapper--two-girls .image {
    margin-right: -4.5rem;
    margin-top: -3rem;
  }
}
.debitcard .block--ready-to-get-your-card {
  background-image: url(/static/images/ready-to-get-your-card.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.yoursafe-app .hero {
  padding-bottom: 0;
}
.yoursafe-app .download-app-logos {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 26rem;
  min-height: 7rem;
  margin-top: 2rem;
}
@media (min-width: 380px) {
  .yoursafe-app .download-app-logos {
    flex-direction: row;
  }
}
.yoursafe-app .download-app-logos__logo {
  max-width: 98%;
  max-height: 3.9rem;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
.yoursafe-app .block--online-identification {
  padding-top: 6rem;
}
@media (min-width: 992px) {
  .yoursafe-app .block--online-identification {
    padding-top: 9rem;
  }
}
.yoursafe-app .block--screenshots__wrapper .image {
  max-width: min(70%, 250px);
}
@media (min-width: 768px) {
  .yoursafe-app .block--screenshots__wrapper .image {
    max-width: min(40%, 350px);
  }
}
@media (min-width: 992px) {
  .yoursafe-app .block--screenshots__wrapper .image {
    max-width: min(22%, 320px);
  }
}

.ibans .hero .image__wrapper {
  position: absolute;
  right: -450px;
  top: 100px;
}
@media (min-width: 768px) {
  .ibans .hero .image__wrapper {
    top: unset;
    right: -420px;
    bottom: -110px;
  }
}
.ibans .block--your-account-numbers {
  background-image: url("/static/images/woman-at-laptop.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.ibans .block--your-account-numbers::before {
  content: "";
  position: absolute;
  opacity: 0.4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ys-blue);
}
@media (min-width: 768px) {
  .ibans .block--your-account-numbers::before {
    left: 57.5vw;
  }
}
@media (min-width: 992px) {
  .ibans .block--your-account-numbers::before {
    left: 50vw;
  }
}
@media (min-width: 768px) {
  .ibans .block--premium-iban {
    background-image: url("/static/images/girl-calling.jpg");
    background-size: 750px;
    background-repeat: no-repeat;
    background-position: center left 52.5vw;
    background-blend-mode: overlay;
  }
}
@media (min-width: 1200px) {
  .ibans .block--premium-iban {
    background-size: 50vw;
  }
}
.ibans .block--phone-iban .image__wrapper--guy-smiling-at-phone {
  width: clamp(55rem, 100rem - 45vw, 60rem);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.ibans .block--random-iban .image__wrapper {
  z-index: 1;
}
.ibans .block--random-iban .image__wrapper--girl-waving-sheet {
  position: absolute;
  left: clamp(290px, 35vw, 500px);
  bottom: -250px;
  transform: scaleX(-1);
}
@media (min-width: 992px) {
  .ibans .block--random-iban .image__wrapper--girl-waving-sheet {
    bottom: -450px;
  }
}
@media (min-width: 768px) {
  .ibans .block--vanity-iban {
    background-image: url("/static/images/lady-preparing.jpg");
    background-repeat: no-repeat;
    background-position: right 58vw top;
    background-size: 760px;
    border-bottom: 3rem solid white;
  }
}
@media (min-width: 1200px) {
  .ibans .block--vanity-iban {
    background-size: 62vw;
    border-bottom: 6.1rem solid white;
  }
}
.ibans .block--reusing-transfering-ibans {
  background-image: url("/static/images/guy-relaxing-with-music.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ibans .wave--sinus {
  --wave-height: 80px;
  width: 106vw;
  left: -3vw;
  top: -2.75rem;
}
@media (min-width: 992px) {
  .ibans .wave--sinus {
    --wave-height: 220px;
    top: -7rem;
  }
}
.ibans .wave--sinus .shape-stroke {
  fill: none;
  stroke: white;
  stroke-width: 100px;
}
@media (min-width: 992px) {
  .ibans .wave--sinus .shape-stroke {
    stroke-width: 70px;
  }
}

@media (max-width: 767px) {
  .yoursafeid_integration .block--hero .image {
    width: max(100vw + 3rem, 460px);
  }
}
@media (min-width: 768px) {
  .yoursafeid_integration .block--entity-vs-identity {
    --image-height: clamp(800px, -13vw + 1141.2px, 990px);
    background: var(--ys-turquoise);
  }
  .yoursafeid_integration .block--entity-vs-identity::after, .yoursafeid_integration .block--entity-vs-identity::before {
    content: "";
    position: absolute;
    top: -3rem;
    left: 50%;
    width: 100%;
    height: var(--image-height);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
  }
  .yoursafeid_integration .block--entity-vs-identity::after {
    background-image: url("/static/images/roman-guy.png");
    mix-blend-mode: multiply;
  }
  .yoursafeid_integration .block--entity-vs-identity::before {
    background-image: url(/static/images/roman-guy-frame.svg);
  }
}
@media (min-width: 768px) {
  .yoursafeid_integration .block--yoursafe-and-identities {
    background-image: url(/static/images/lady-blurred.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left -25vw top;
  }
  .yoursafeid_integration .block--yoursafe-and-identities::before {
    content: "";
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    width: 60vw;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .yoursafeid_integration .block--yoursafe-and-identities {
    background-position: left -15vw top;
  }
}
@media (min-width: 1200px) {
  .yoursafeid_integration .block--yoursafe-and-identities {
    background-position: left -5vw top;
  }
}
@media (min-width: 1400px) {
  .yoursafeid_integration .block--yoursafe-and-identities {
    background-size: min(48vw, 63rem);
    background-position: right 52.5vw top;
  }
}
.yoursafeid_integration .block--yoursafe-and-openID-connect {
  background-image: url(/static/images/electric-switches.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  .yoursafeid_integration .block--oauth2-overview .image__wrapper--blurred-code {
    padding-bottom: 300px;
  }
  .yoursafeid_integration .block--oauth2-overview .image__wrapper--blurred-code .image {
    position: absolute;
    top: max(-380px, -35vw);
    right: max(-20vw, -180px);
    width: 60vw;
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .yoursafeid_integration .block--oauth2-overview .image__wrapper--blurred-code .image {
    right: 0;
  }
}
.yoursafeid_integration .block--authentication-vs-authorization .image__wrapper--smile-to-verify .image {
  max-width: unset;
}
@media (min-width: 768px) {
  .yoursafeid_integration .block--authentication-vs-authorization .image__wrapper--smile-to-verify .image {
    position: absolute;
    top: 20px;
    left: 0;
    width: 60vw;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .yoursafeid_integration .block--authentication-vs-authorization .image__wrapper--smile-to-verify .image {
    top: -40px;
  }
}
@media (min-width: 1200px) {
  .yoursafeid_integration .block--authentication-vs-authorization .image__wrapper--smile-to-verify .image {
    max-width: 650px;
  }
}
@media (min-width: 1400px) {
  .yoursafeid_integration .block--authentication-vs-authorization .image__wrapper--smile-to-verify .image {
    max-width: 600px;
  }
}

.banks .hero {
  background-position: center bottom clamp(480px, 890px - 73vw, 800px);
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .banks .hero {
    background-position: center bottom clamp(720px, 840px - 8vw, 850px);
    padding-bottom: 12rem;
  }
  .banks .hero::before {
    content: "";
    background: var(--ys-blue) url("/static/images/hero-vault.jpg");
    position: absolute;
    right: 0;
    top: 0;
    width: 45vw;
    height: 100%;
    opacity: 50%;
    background-blend-mode: luminosity;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  .banks .hero {
    background-position: left calc(50% - min(12vw, 165px)) bottom clamp(650px, 1200px - 35vw, 850px);
  }
}
.banks .block--our-authorized-services {
  position: relative;
}
@media (min-width: 768px) {
  .banks .block--our-authorized-services {
    background-image: url("/static/images/lets-start-phone.jpg");
    background-repeat: no-repeat;
    background-position: right 67vw center;
    background-size: 40vw;
  }
}
@media (min-width: 1400px) {
  .banks .block--our-authorized-services {
    background-position: right calc(50vw + 275px) center;
    background-size: calc(50vw - 250px);
  }
}
.banks .block--financial-services-provided {
  background-color: rgb(150, 150, 200);
  background-image: linear-gradient(60deg, rgb(255, 255, 255) 48%, rgba(0, 0, 0, 0.5) 58%), url(/static/images/financial-services-provided-bg.jpg);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
}
.banks .block--yoursafe-governance {
  background-image: url("/static/images/yoursafe-governance.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.masspayments .hero__image {
  margin-bottom: -10rem;
}
@media (min-width: 768px) {
  .masspayments .hero__image {
    margin-top: 8rem;
    margin-left: 3rem;
  }
}
@media (min-width: 768px) {
  .masspayments .hero__image .image {
    width: 120%;
  }
}
.masspayments .block--business-account-features .image__wrapper--business-account-features {
  justify-content: start;
  margin-left: -3rem;
}
@media (min-width: 768px) {
  .masspayments .block--business-account-features .image__wrapper--business-account-features {
    margin-left: -1.5rem;
  }
}
.masspayments .block--business-account-features .image__wrapper--business-account-features .image {
  width: 120%;
}
.masspayments .block--mass-payments-tool {
  background-image: url("/static/images/mass-payments-tool.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.masspayments .block--mass-payments-file-fields {
  background-image: url("/static/images/mass-payments-file-fields.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top -2px;
}
.masspayments .data-table th:nth-child(3), .masspayments .data-table td:nth-child(3) {
  width: 360px;
}

@media (max-width: 767px) {
  .yoursafeid .block--hero .image {
    width: max(100vw + 3rem, 460px);
  }
}
@media (min-width: 768px) {
  .yoursafeid .block--public-available-profile-information {
    background: var(--ys-purple);
  }
  .yoursafeid .block--public-available-profile-information::after {
    content: "";
    position: absolute;
    top: -22rem;
    right: -6rem;
    width: 100%;
    height: 1400px;
    background-image: url("/static/images/asian-lady.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    mix-blend-mode: multiply;
  }
  .yoursafeid .block--public-available-profile-information::before {
    content: "";
    position: absolute;
    top: -22rem;
    right: -6rem;
    width: 100%;
    height: 1400px;
    background-image: url(/static/images/asian-lady-frame.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
  }
}
@media (min-width: 1024px) {
  .yoursafeid .block--public-available-profile-information::after {
    right: 0;
  }
  .yoursafeid .block--public-available-profile-information::before {
    right: 0;
  }
}
@media (max-width: 1920px) {
  .yoursafeid .block--public-available-profile-information {
    padding: 6rem 0 9rem 0;
  }
}
@media (max-width: 767px) {
  .yoursafeid .block--customer-supplier-in-control {
    color: var(--ys-black);
  }
  .yoursafeid .block--customer-supplier-in-control h2 {
    color: var(--ys-black);
  }
}
@media (min-width: 768px) {
  .yoursafeid .block--customer-supplier-in-control {
    color: var(--ys-white);
    background: var(--ys-blue-alt);
    margin-top: 4rem;
  }
  .yoursafeid .block--customer-supplier-in-control h2 {
    color: var(--ys-white);
  }
  .yoursafeid .block--customer-supplier-in-control::after {
    content: "";
    position: absolute;
    top: 5rem;
    left: 26vw;
    width: 100%;
    height: 900px;
    background-image: url("/static/images/customer-supplier-in-control.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    mix-blend-mode: multiply;
  }
  .yoursafeid .block--customer-supplier-in-control::before {
    content: "";
    position: absolute;
    top: 5rem;
    left: 26vw;
    width: 100%;
    height: 900px;
    background-image: url(/static/images/customer-supplier-in-control-frame.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
  }
}
@media (min-width: 1024px) {
  .yoursafeid .block--customer-supplier-in-control::after {
    left: 12vw;
  }
  .yoursafeid .block--customer-supplier-in-control::before {
    left: 12vw;
  }
}
@media (min-width: 1280px) {
  .yoursafeid .block--customer-supplier-in-control::after {
    left: 0;
  }
  .yoursafeid .block--customer-supplier-in-control::before {
    left: 0;
  }
}
@media (min-width: 768px) {
  .yoursafeid .block--yoursafe-added-value {
    background-image: url(/static/images/pink-lady.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 50vw center;
    margin-top: 6rem;
  }
  .yoursafeid .block--yoursafe-added-value::before {
    content: "";
    background: white;
    position: absolute;
    top: 0;
    right: 0;
    width: 50vw;
    height: 100%;
  }
}

.supervisoryboard {
  background-image: url(/static/images/supervisory-board-bg.png);
  background-repeat: no-repeat;
  background-position: right calc(50vw - 1700px) top -215px;
}
.supervisoryboard .hero--no-bg {
  padding-bottom: 1.5rem;
}
@media (min-width: 375px) {
  .supervisoryboard .hero--no-bg {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .supervisoryboard .hero--no-bg {
    padding-bottom: 0;
  }
}
.supervisoryboard .block--rijkman-groenink {
  background-image: url("/static/images/rijkman-groenink-bg-mobile.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 0;
}
@media (min-width: 768px) {
  .supervisoryboard .block--rijkman-groenink {
    background-image: url("/static/images/rijkman-groenink-bg.svg");
    background-position: bottom right calc(50vw - 655px);
    background-size: 2400px;
    padding-top: 8.5rem;
  }
}
@media (min-width: 1200px) {
  .supervisoryboard .block--rijkman-groenink {
    background-size: 2300px;
    padding-top: 10rem;
    padding-bottom: 9rem;
  }
}
.supervisoryboard .block--rijkman-groenink .image {
  max-width: 325px;
  padding: 0 1rem;
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .supervisoryboard .block--rijkman-groenink .image {
    max-width: 500px;
    width: 450px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 3rem;
  }
}
@media (min-width: 992px) {
  .supervisoryboard .block--rijkman-groenink .image {
    margin-top: -3rem;
    margin-left: unset;
  }
}
@media (min-width: 1200px) {
  .supervisoryboard .block--rijkman-groenink .image {
    width: 500px;
    margin-top: -9rem;
    margin-left: -4rem;
  }
}
.supervisoryboard .block--marjorie-bos {
  padding-block: 1rem;
}
@media (min-width: 1200px) {
  .supervisoryboard .block--marjorie-bos {
    padding-top: 3rem;
  }
}
.supervisoryboard .block--marjorie-bos .image {
  margin-bottom: 1.5rem;
  margin-left: -3rem;
}
@media (min-width: 375px) {
  .supervisoryboard .block--marjorie-bos .image {
    margin-left: -6rem;
    width: 425px;
  }
}
@media (min-width: 768px) {
  .supervisoryboard .block--marjorie-bos .image {
    margin-left: -12rem;
    margin-bottom: -9rem;
    width: clamp(500px, 52vw, 675px);
  }
}
@media (min-width: 1200px) {
  .supervisoryboard .block--marjorie-bos .image {
    margin-top: 0;
    margin-left: -16rem;
  }
}
.supervisoryboard .block--simone-aurighi {
  padding-top: 6rem;
}
.supervisoryboard .block--simone-aurighi .image {
  max-width: 350px;
}
@media (min-width: 768px) {
  .supervisoryboard .block--simone-aurighi .image {
    max-width: 500px;
    width: 410px;
  }
}
@media (min-width: 1200px) {
  .supervisoryboard .block--simone-aurighi .image {
    width: 475px;
    margin-left: -6rem;
  }
}

.pricechart-businesses {
  background: url("/static/images/pricechart-businesses-bg-mobile.png") no-repeat center top 70px;
  background-size: 550px;
}
@media (min-width: 500px) {
  .pricechart-businesses {
    background-size: contain;
  }
}
@media (min-width: 992px) {
  .pricechart-businesses {
    background-position: center top;
  }
}
@media (min-width: 1200px) {
  .pricechart-businesses {
    background: url("/static/images/pricechart-businesses-bg.png") no-repeat center top;
  }
}
@media (min-width: 1920px) {
  .pricechart-businesses {
    background-size: 100%;
  }
}