/*
Theme Name: Fundament
Theme URI: https://farstun.com
Description: Farstun WP basetheme
Version: 1.0
Author: Farstun
Author URI: https://farstun.com
*/
/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'DM Sans';
  src: url('./assets/fonts/DMSans-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
}

 .cta-link-small a {
  font-weight: 700;
  text-decoration-line: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  column-gap: 0.5rem;
  border-top-right-radius: 0 !important;
  outline-offset: 2px;
  border-radius: calc(0.875rem + 0.6em + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1.75rem;
  padding-left: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border: 2px solid #002d5a;
  background-color: #fff;
  color: #002d5a;
  position: relative;
  z-index: 10000;
}

.cta-link-small a:hover {
  background-color: rgb(231, 243, 249);
  text-decoration: underline;
  text-decoration-thickness: 2px;
}

.cta-link-small a .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.cta-link-small a {
  @media (max-width: 767px) {
    .cta-text {
      display: none;
    }
  }
}

.cta-link-small a::after {
  pointer-events: none;
  height: 1.25rem;
  width: 1.25rem;
  content: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(0, 45, 90)" stroke-width="2.5"><path d="M1 12h15.5M12.84 1.95l7.5 7.46a3.53 3.53 0 0 1-.06 5l-7.67 7.64"></path></svg>');
  display: inline-block;
  position: relative;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-1920,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.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-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-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-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-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-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-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-auto {
  margin-left: auto !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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .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-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-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-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-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-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-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-auto {
    margin-left: auto !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

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

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

b {
  font-weight: 600;
}

/* BREAKPOINTS */
/* GRID VARIABLES */
/* PX TO VW */
/* GENERAL STYLES */
.container {
  max-width: 1920px;
  padding-right: 32px;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
@media (max-width: 767px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.row [class*="col-"] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.row [class*="col-"] .inner {
  background-color: rgba(255, 0, 0, 0.25);
  height: 100%;
}

.grid-overlay {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.grid-overlay .container {
  height: 100%;
}
.grid-overlay .row {
  height: 100%;
}

.col-auto {
  flex: 1;
}

.col-1 {
  flex: 0 0 auto;
  width: 4.1666667%;
}

.col-2 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-3 {
  flex: 0 0 auto;
  width: 12.5%;
}

.col-4 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-5 {
  flex: 0 0 auto;
  width: 20.83333333%;
}

.col-6 {
  flex: 0 0 auto;
  width: 25%;
}

.col-7 {
  flex: 0 0 auto;
  width: 29.16666667%;
}

.col-8 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-9 {
  flex: 0 0 auto;
  width: 37.5%;
}

.col-10 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-11 {
  flex: 0 0 auto;
  width: 45.83333333%;
}

.col-12 {
  flex: 0 0 auto;
  width: 50%;
}

.col-13 {
  flex: 0 0 auto;
  width: 54.1666667%;
}

.col-14 {
  flex: 0 0 auto;
  width: 58.333333%;
}

.col-15 {
  flex: 0 0 auto;
  width: 62.5%;
}

.col-16 {
  flex: 0 0 auto;
  width: 66.666667%;
}

.col-17 {
  flex: 0 0 auto;
  width: 70.888883%;
}

.col-18 {
  flex: 0 0 auto;
  width: 75%;
}

.col-19 {
  flex: 0 0 auto;
  width: 79.1666667%;
}

.col-20 {
  flex: 0 0 auto;
  width: 83.333333%;
}

.col-21 {
  flex: 0 0 auto;
  width: 87.5%;
}

.col-22 {
  flex: 0 0 auto;
  width: 91.6666667%;
}

.col-23 {
  flex: 0 0 auto;
  width: 95.8333333%;
}

.col-24 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 4.1666667%;
}

.offset-2 {
  margin-left: 8.33333333%;
}

.offset-3 {
  margin-left: 12.5%;
}

.offset-4 {
  margin-left: 16.66666667%;
}

.offset-5 {
  margin-left: 20.83333333%;
}

.offset-6 {
  margin-left: 25%;
}

.offset-7 {
  margin-left: 29.16666667%;
}

.offset-8 {
  margin-left: 33.33333333%;
}

.offset-9 {
  margin-left: 37.5%;
}

.offset-10 {
  margin-left: 41.66666667%;
}

.offset-11 {
  margin-left: 45.83333333%;
}

.offset-12 {
  margin-left: 50%;
}

.offset-13 {
  margin-left: 54.1666667%;
}

.offset-14 {
  margin-left: 58.333333%;
}

.offset-15 {
  margin-left: 62.5%;
}

.offset-16 {
  margin-left: 66.666667%;
}

.offset-17 {
  margin-left: 70.888883%;
}

.offset-18 {
  margin-left: 75%;
}

.offset-19 {
  margin-left: 79.1666667%;
}

.offset-20 {
  margin-left: 83.333333%;
}

.offset-21 {
  margin-left: 87.5%;
}

.offset-22 {
  margin-left: 91.6666667%;
}

.offset-23 {
  margin-left: 95.8333333%;
}

.offset-24 {
  margin-left: 100%;
}

@media (max-width: 768px) {
  .col-mobile-2 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-mobile-3 {
    flex: 0 0 auto;
    width: 37.5%;
  }
  .col-mobile-4 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-mobile-5 {
    flex: 0 0 auto;
    width: 62.5%;
  }
  .col-mobile-7 {
    flex: 0 0 auto;
    width: 87.5%;
  }
  .col-mobile-8 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-mobile-0 {
    margin-left: 0;
  }
  .offset-mobile-1 {
    margin-left: 12.5%;
  }
  .offset-mobile-4 {
    margin-left: 50%;
  }
  .offset-mobile-8 {
    margin-left: 100%;
  }
}

lite-youtube {
  margin-bottom: 16px;
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

/* gradient */
/*lite-youtube::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: repeat-x;
    height: 60px;
    width: 64px;
    padding-bottom: 50px;
    width: 100%;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}*/
/* responsive iframe with a 16:9 aspect ratio
    thanks https://css-tricks.com/responsive-iframes/
*/
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9));
}

lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/* play button */
lite-youtube > .lty-playbtn {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  cursor: pointer;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: #deba7a;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("assets/img/play-triangle.svg");
  border: 1px solid #deba7a;
  outline: none !important;
}
lite-youtube > .lty-playbtn:hover {
  background-color: #927541;
  border: 1px solid #927541;
}
lite-youtube > .lty-playbtn:active {
  background-color: #deba7a;
  border: 1px solid #deba7a;
}
lite-youtube > .lty-playbtn:focus {
  background-color: #deba7a;
  border: 2px solid #927541;
}

/* Post-click styles */
lite-youtube.lyt-activated {
  cursor: unset;
}

lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}

.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

section.timeline-background {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  section.timeline-background {
    align-items: flex-start;
    padding-top: 100px;
  }
}
section.timeline-background .image-credits-link {
  color: #f4f4f4;
  position: fixed;
  bottom: 50px;
  right: 50px;
}
section.timeline-background.is-touch {
  overflow-x: auto;
}
section.timeline-background.up {
  z-index: 0;
}
section.timeline-background.up img {
  transition-duration: 0.5s;
  opacity: 0;
}
section.timeline-background.up .text-overlay {
  transition-duration: 0.5s;
  opacity: 0;
}
section.timeline-background .timeline-hover-images {
  position: relative;
  height: 100vh;
  width: 100vw;
}
@media (max-width: 767px) {
  section.timeline-background .timeline-hover-images {
    position: fixed;
    top: 10%;
    left: 0;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  section.timeline-background .timeline-hover-images .desktop-only {
    display: none;
  }
}
@media (min-width: 768px) {
  section.timeline-background .timeline-hover-images .mobile-only {
    display: none;
  }
}
section.timeline-background
  .timeline-hover-images
  .mobile-only.background-image-row-mobile-1 {
  flex-wrap: nowrap;
}
section.timeline-background
  .timeline-hover-images
  .mobile-only.background-image-row-mobile-2 {
  position: relative;
  top: -31px;
}
section.timeline-background .timeline-hover-images img {
  border: none;
}
section.timeline-background .timeline-hover-images img[src=""] {
  display: none;
}
section.timeline-background .text-overlay {
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 56%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-height: 1136px) {
  section.timeline-background .text-overlay {
    top: 65%;
  }
}
@media (max-width: 767px) {
  section.timeline-background .text-overlay {
    position: fixed;
    left: 0;
    transform: none;
    top: 55%;
  }
}
section.timeline-background .text-overlay h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 84px;
  letter-spacing: 0em;
  text-align: left;
  color: #f4f4f4;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.timeline-background .text-overlay h1 {
    font-size: 48px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  section.timeline-background .text-overlay h1 {
    position: relative;
    top: -10px;
    margin-bottom: 0;
  }
}
section.timeline-background .text-overlay small {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  display: block;
  color: #deba7a;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  section.timeline-background .text-overlay small {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  section.timeline-background .text-overlay small {
    margin-bottom: 0;
  }
}
section.timeline-background .text-overlay p {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  display: none;
  color: #f4f4f4;
}
@media (max-width: 767px) {
  section.timeline-background .text-overlay p {
    font-size: 12px;
    line-height: 16px;
  }
}
section.timeline-background .text-overlay .default {
  display: block;
}
section.timeline-background .text-overlay .on-hover {
  display: none;
}
section.timeline-background .text-overlay.hover {
  display: block;
}
section.timeline-background .text-overlay.hover .default {
  display: none;
}
section.timeline-background .text-overlay.hover .on-hover {
  display: block;
}
section.timeline-background .text-overlay.hover p {
  display: block;
}
section.timeline-background .hover-set {
  width: 100%;
  max-width: 1920px;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
section.timeline-background .background-image-row-2 {
  bottom: 0;
  align-items: flex-end;
}

nav.timeline-module {
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  height: 200px;
  padding-top: 64px;
  padding-left: 128px;
  padding-right: 128px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  nav.timeline-module {
    top: 38%;
    transform: none;
    padding-top: 0;
    padding-left: 32px;
    padding-right: 32px;
  }
}
nav.timeline-module.is-touch {
  left: 0 !important;
}
nav.timeline-module.up {
  transition-duration: 0.5s;
  top: 100px;
}
nav.timeline-module.down {
  transition-duration: 0.5s;
  top: 40%;
}
nav.timeline-module.up.done {
  transition-duration: 0s;
}
nav.timeline-module .timeline-block {
  display: flex;
  height: 100%;
  margin-right: 4px;
  flex-wrap: wrap;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
  transition-duration: 0.25s;
}
nav.timeline-module .timeline-block > * {
  width: 100%;
}
nav.timeline-module .timeline-block .hover-data {
  display: none;
}
nav.timeline-module .timeline-block small {
  color: #a2a2a2;
  white-space: nowrap;
}
nav.timeline-module .timeline-block .hover-box {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  background-color: transparent;
  color: #f4f4f4;
  padding-left: 0;
  justify-content: space-between;
  transition-duration: 0.25s;
}
nav.timeline-module .timeline-block .hover-box span {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  font-weight: 600;
  color: inherit;
  margin-bottom: 6px;
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  nav.timeline-module .timeline-block .hover-box span {
    font-size: 12px;
    line-height: 16px;
  }
}
nav.timeline-module .timeline-block .hover-box small {
  visibility: hidden;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  color: inherit;
}
@media (max-width: 767px) {
  nav.timeline-module .timeline-block .hover-box small {
    font-size: 12px;
    line-height: 16px;
  }
}
nav.timeline-module .timeline-block .hover-box > div:first-child {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
}
nav.timeline-module .timeline-block .hover-box > div:nth-child(2) {
  min-width: 48px;
  height: 100%;
  display: flex;
  visibility: hidden;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-left: 1px solid #141414;
}
nav.timeline-module .timeline-block .line {
  width: 100%;
  height: 1px;
  background-color: #927541;
  margin-bottom: 8px;
}
nav.timeline-module .timeline-block.short {
  min-width: 96px;
}
@media (max-width: 767px) {
  nav.timeline-module .timeline-block.short {
    min-width: 60px;
  }
}
nav.timeline-module .timeline-block.medium {
  min-width: 335px;
}
@media (max-width: 767px) {
  nav.timeline-module .timeline-block.medium {
    min-width: 120px;
  }
}
nav.timeline-module .timeline-block.long {
  min-width: 800px;
}
@media (max-width: 767px) {
  nav.timeline-module .timeline-block.long {
    min-width: 200px;
  }
}
nav.timeline-module .timeline-block.active .hover-box > div:nth-child(2) svg {
  transform: rotate(180deg) !important;
}
nav.timeline-module .timeline-block:hover,
nav.timeline-module .timeline-block.active,
nav.timeline-module .timeline-block:focus,
nav.timeline-module .timeline-block.mobile-in-view {
  outline: none;
}
nav.timeline-module .timeline-block:hover.short,
nav.timeline-module .timeline-block.active.short,
nav.timeline-module .timeline-block:focus.short,
nav.timeline-module .timeline-block.mobile-in-view.short {
  min-width: calc(96px + 48px);
}
@media (max-width: 767px) {
  nav.timeline-module .timeline-block:hover.short,
  nav.timeline-module .timeline-block.active.short,
  nav.timeline-module .timeline-block:focus.short,
  nav.timeline-module .timeline-block.mobile-in-view.short {
    min-width: calc(60px + 48px);
  }
}
nav.timeline-module .timeline-block:hover.medium,
nav.timeline-module .timeline-block.active.medium,
nav.timeline-module .timeline-block:focus.medium,
nav.timeline-module .timeline-block.mobile-in-view.medium {
  min-width: calc(335px + 48px);
}
@media (max-width: 767px) {
  nav.timeline-module .timeline-block:hover.medium,
  nav.timeline-module .timeline-block.active.medium,
  nav.timeline-module .timeline-block:focus.medium,
  nav.timeline-module .timeline-block.mobile-in-view.medium {
    min-width: calc(120px + 48px);
  }
}
nav.timeline-module .timeline-block:hover.long,
nav.timeline-module .timeline-block.active.long,
nav.timeline-module .timeline-block:focus.long,
nav.timeline-module .timeline-block.mobile-in-view.long {
  min-width: calc(800px + 48px);
}
@media (max-width: 767px) {
  nav.timeline-module .timeline-block:hover.long,
  nav.timeline-module .timeline-block.active.long,
  nav.timeline-module .timeline-block:focus.long,
  nav.timeline-module .timeline-block.mobile-in-view.long {
    min-width: calc(200px + 48px);
  }
}
nav.timeline-module .timeline-block:hover .hover-box,
nav.timeline-module .timeline-block.active .hover-box,
nav.timeline-module .timeline-block:focus .hover-box,
nav.timeline-module .timeline-block.mobile-in-view .hover-box {
  background-color: #deba7a;
  color: #3a2909;
  padding-left: 12px;
  margin-right: 12px;
}
nav.timeline-module .timeline-block:hover .hover-box span,
nav.timeline-module .timeline-block.active .hover-box span,
nav.timeline-module .timeline-block:focus .hover-box span,
nav.timeline-module .timeline-block.mobile-in-view .hover-box span {
  /*@include typo-text-small;
                    font-weight: 600;
                    color: inherit;
                    margin-bottom: 6px;
                    display: flex;
                    width: 100%;*/
}
nav.timeline-module .timeline-block:hover .hover-box small,
nav.timeline-module .timeline-block.active .hover-box small,
nav.timeline-module .timeline-block:focus .hover-box small,
nav.timeline-module .timeline-block.mobile-in-view .hover-box small {
  visibility: visible;
}
nav.timeline-module .timeline-block:hover .hover-box > div:first-child,
nav.timeline-module .timeline-block.active .hover-box > div:first-child,
nav.timeline-module .timeline-block:focus .hover-box > div:first-child,
nav.timeline-module
  .timeline-block.mobile-in-view
  .hover-box
  > div:first-child {
  /*display: flex;
                        flex-wrap: wrap;
                        padding-top: 8px;*/
  padding-right: 24px;
}
nav.timeline-module .timeline-block:hover .hover-box > div:nth-child(2),
nav.timeline-module .timeline-block.active .hover-box > div:nth-child(2),
nav.timeline-module .timeline-block:focus .hover-box > div:nth-child(2),
nav.timeline-module
  .timeline-block.mobile-in-view
  .hover-box
  > div:nth-child(2) {
  visibility: visible;
  /*display: flex;
                        align-items: center;
                        align-content: center;
                        justify-content: center;
                        padding-left: 12px;
                        padding-right: 12px;
                        border-left: 1px solid $color-black;*/
}
nav.timeline-module .timeline-block:hover small,
nav.timeline-module .timeline-block.active small,
nav.timeline-module .timeline-block:focus small,
nav.timeline-module .timeline-block.mobile-in-view small {
  visibility: hidden;
}

main.fadeout {
  transition-duration: 0.5s;
  opacity: 0;
}

section.person .text p {
  margin-bottom: 24px;
}
section.person .text p:last-child {
  margin-bottom: 0;
}

section.box-animation {
  background-color: #1e3a53;
}
section.box-animation .sticky-view-container {
  position: relative;
  width: 100%;
}
section.box-animation .sticky-view-content {
  position: sticky;
  top: -1px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #1e3a53;
}
section.box-animation .anim-container {
  position: absolute;
  width: 100%;
  height: 100vh;
}
section.box-animation .anim-player {
  width: 100%;
}
section.box-animation .sticky-text-container {
  position: absolute;
  z-index: 10;
  right: 0;
  width: 100%;
}
section.box-animation .info-text-container {
  width: 100%;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
section.box-animation .info-text {
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
}
section.box-animation h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  section.box-animation h2 {
    font-size: 12px;
    line-height: 16px;
  }
}
section.box-animation h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.box-animation h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
section.box-animation p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 767px) {
  section.box-animation p {
    font-size: 15px;
    line-height: 20px;
  }
}

section.box-animation-desk {
  position: relative;
  top: -1px;
}
@media (max-width: 767px) {
  section.box-animation-desk {
    display: none;
  }
}
section.box-animation-desk .sticky-view-container {
  position: relative;
  width: 100%;
}
section.box-animation-desk .sticky-view-content {
  position: sticky;
  top: -1px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #1e3a53;
  display: flex;
  align-items: center;
}
section.box-animation-desk .anim-container {
  position: absolute;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
section.box-animation-desk .anim-player {
  width: 100%;
}
section.box-animation-desk .sticky-text-container {
  position: absolute;
  z-index: 10;
  right: 0;
  width: 100%;
}
section.box-animation-desk .info-text-container {
  width: 100%;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
section.box-animation-desk .info-text {
  position: sticky;
  top: 0;
  display: flex;
  height: 100vh;
  justify-content: center;
  flex-direction: column;
}
section.box-animation-desk h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  section.box-animation-desk h2 {
    font-size: 12px;
    line-height: 16px;
  }
}
section.box-animation-desk h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.box-animation-desk h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
section.box-animation-desk p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 767px) {
  section.box-animation-desk p {
    font-size: 15px;
    line-height: 20px;
  }
}

section.box-animation-mobile {
  position: relative;
  top: -1px;
  display: none;
}
@media (max-width: 767px) {
  section.box-animation-mobile {
    display: block;
  }
}
section.box-animation-mobile .box-container {
  width: 100vw;
}
section.box-animation-mobile .sticky-view-container {
  position: relative;
  width: 100%;
}
section.box-animation-mobile .sticky-view-content {
  position: sticky;
  top: -1px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #1e3a53;
}
section.box-animation-mobile .anim-container {
  position: absolute;
  width: 100%;
}
section.box-animation-mobile .anim-player {
  width: 100%;
}
section.box-animation-mobile .fixed-container {
  position: absolute;
  z-index: 10;
  right: 0;
  width: 100%;
  height: 500vh;
}
section.box-animation-mobile .fixed-text-container {
  position: sticky;
  top: -1px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /*text-shadow: 0px 1px 3px rgba(30, 58, 83, 1);*/
}
section.box-animation-mobile .info-text {
  position: absolute;
  top: 0;
  display: flex;
  height: 100vh;
  justify-content: flex-end;
  flex-direction: column;
  padding: 24px;
  padding-bottom: 40px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
section.box-animation-mobile .ice-effect-text.visible {
  opacity: 1;
}
section.box-animation-mobile h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  section.box-animation-mobile h2 {
    font-size: 12px;
    line-height: 16px;
  }
}
section.box-animation-mobile h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.box-animation-mobile h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
section.box-animation-mobile p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 767px) {
  section.box-animation-mobile p {
    font-size: 15px;
    line-height: 20px;
  }
}

section.image-overlays {
  margin-bottom: 120px;
  color: #f4f4f4;
}
@media (max-width: 767px) {
  section.image-overlays {
    margin-bottom: 60px;
  }
}
section.image-overlays [class*="col-"] {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
section.image-overlays .mobile-only {
  display: none;
}
@media (max-width: 767px) {
  section.image-overlays .mobile-only {
    display: block;
  }
}
section.image-overlays figure {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  section.image-overlays figure {
    margin-bottom: 40px;
  }
}
section.image-overlays figure .image-with-overlay {
  position: relative;
  overflow: hidden;
}
section.image-overlays figure .fire-image {
  position: absolute;
  background-size: contain;
  background-position: center;
  mix-blend-mode: screen;
  width: 20%;
  height: 20%;
  transform: translate(-50%, -50%);
}
section.image-overlays figure .korv-image {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10%;
  height: 10%;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
section.image-overlays figure .korv-image.visible {
  opacity: 1;
}
section.image-overlays figure figcaption {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  color: #a2a2a2;
  display: block;
}
@media (max-width: 767px) {
  section.image-overlays figure figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}
section.image-overlays figure figcaption b {
  color: #f4f4f4;
  font-weight: 700;
}
section.image-overlays .text-content > * {
  width: 100%;
}
section.image-overlays .text-content h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.image-overlays .text-content h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  section.image-overlays .text-content h2 {
    margin-bottom: 16px;
  }
}
section.image-overlays .text-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.image-overlays .text-content p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  section.image-overlays .text-content p {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  section.image-overlays.image-position-right .text-content {
    margin-bottom: 40px;
  }
  section.image-overlays.image-position-right figure {
    margin-bottom: 0;
  }
}

section.light-scroller figure {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  section.light-scroller figure {
    margin-bottom: 40px;
  }
}

section.light-scroller .light-container {
  position: relative;
}
section.light-scroller .light-container img {
  margin-bottom: 16px;
}
section.light-scroller .light-container .lights {
  position: absolute;
  top: 0;
}
section.light-scroller .light-container .light-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
}

section.light-scroller .darkness-light-container {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
section.light-scroller .darkness-light-container .light-mask {
  position: absolute;
  top: -70%;
  left: 40%;
  width: auto;
  height: 90%;
  z-index: 10;
  mix-blend-mode: soft-light;
}
section.light-scroller .darkness-light-container .light-mask-1 {
  opacity: 50%;
}
section.light-scroller .darkness-light-container .light-mask-2 {
  opacity: 70%;
}
section.light-scroller .darkness-light-container .shadow-mask {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 90%;
  z-index: 10;
  mix-blend-mode: soft-light;
}
section.light-scroller .darkness-light-container .light-mask-1 {
  opacity: 80%;
}
section.light-scroller .darkness-light-container .pictor-grow {
  transform: scale3d(1, 1, 1);
}

section.light-scroller figcaption {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  color: #a2a2a2;
  display: block;
}
@media (max-width: 767px) {
  section.light-scroller figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}
section.light-scroller figcaption b {
  color: #f4f4f4;
  font-weight: 700;
}

section.light-scroller h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.light-scroller h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  section.light-scroller h2 {
    margin-bottom: 16px;
  }
}

section.light-scroller .text {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.light-scroller .text {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  section.light-scroller .text {
    margin-bottom: 24px;
  }
}

section.image-compare .compare-content {
  margin-bottom: 40px;
}

section.image-compare figure {
  margin-bottom: 32px;
}

section.image-compare .range-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
section.image-compare .range-container .dot {
  width: 9px;
  height: 9px;
  position: absolute;
  border-radius: 100%;
  background-color: #927541;
  z-index: -1;
  top: 8px;
}
section.image-compare .range-container .dot.start {
  left: 0;
}
section.image-compare .range-container .dot.end {
  right: 0;
}
section.image-compare .range-container span {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #f4f4f4;
  font-weight: 700;
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 767px) {
  section.image-compare .range-container span {
    font-size: 12px;
    line-height: 16px;
  }
}
section.image-compare .range-container span:last-of-type {
  margin-right: 0;
  margin-left: auto;
}

section.image-compare .image-fader {
  position: relative;
}
section.image-compare .image-fader .image-end {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

section.image-compare .range-span {
  position: relative;
}

section.image-compare .range-span:after {
  content: "";
  border: 4.5px solid #927541;
  border-radius: 25px;
  position: absolute;
  font-size: 0;
  top: -2px;
  z-index: 0;
}

section.image-compare .range-span:before {
  content: "";
  border: 4.5px solid #927541;
  border-radius: 25px;
  position: absolute;
  font-size: 0;
  top: -2px;
  z-index: 0;
}

section.image-compare input[type="range"] {
  height: 25px;
  -webkit-appearance: none;
  margin: 0 0;
  width: 100%;
  background: transparent;
  margin-bottom: 8px;
}

section.image-compare input[type="range"]:focus {
  outline: none;
}

section.image-compare input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000;
  background: #927541;
  border-radius: 1px;
  border: 0px solid #000000;
}

section.image-compare input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 8px solid #deba7a;
  height: 25px;
  width: 25px;
  border-radius: 25px;
  background: #141414;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12.5px;
}

section.image-compare input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #927541;
}

section.image-compare input[type="range"]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000;
  background: #927541;
  border-radius: 1px;
  border: 0px solid #000000;
}

section.image-compare input[type="range"]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 8px solid #deba7a;
  height: 9px;
  width: 9px;
  border-radius: 25px;
  background: #141414;
  cursor: pointer;
}

section.image-compare input[type="range"]::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

section.image-compare input[type="range"]::-ms-fill-lower {
  background: #927541;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}

section.image-compare input[type="range"]::-ms-fill-upper {
  background: #927541;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}

section.image-compare input[type="range"]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 8px solid #deba7a;
  height: 9px;
  width: 9px;
  border-radius: 25px;
  background: #141414;
  cursor: pointer;
}

section.image-compare input[type="range"]:focus::-ms-fill-lower {
  background: #927541;
}

section.image-compare input[type="range"]:focus::-ms-fill-upper {
  background: #927541;
}

section.image-compare .text-content > * {
  width: 100%;
}

section.image-compare .text-content h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.image-compare .text-content h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  section.image-compare .text-content h2 {
    margin-bottom: 16px;
  }
}

section.image-compare .text-content a {
  color: #f4f4f4;
}

section.image-compare .text-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.image-compare .text-content p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  section.image-compare .text-content p {
    margin-bottom: 24px;
  }
}

::-moz-selection {
  color: #141414;
  background: #deba7a;
}

::selection {
  color: #141414;
  background: #deba7a;
}

/*::-webkit-scrollbar {
  display: none;
}

html {
  scrollbar-width: none;
}
*/
html.no-scroll {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #141414;
  background-color: #f4f4f4;
}

main {
  position: relative;
  display: block;
  /*overflow-x: hidden;*/
}

script {
  display: none !important;
}

img {
  -webkit-user-drag: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  background-color: #141414;
  color: #f4f4f4;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 20px;
  }
}

header {
  width: 100%;
  padding-top: 13px;
  margin-bottom: 165px;
  z-index: 1000;
  position: relative;
}
@media (max-width: 767px) {
  header {
    margin-bottom: 16px;
  }
}
header .col-24 {
  display: flex;
  justify-content: space-between;
}
header .col-24 .slm-logo {
  display: flex;
  align-items: center;
}
header .col-24 .slm-logo svg {
  width: 62px;
  height: auto;
}
header .col-24 .animation-controller {
  display: flex;
  height: 100%;
  align-items: center;
  cursor: pointer;
}
header .col-24 .animation-controller svg {
  display: none;
}
header .col-24 .animation-controller.animation-on .animation-on {
  display: block;
}
header .col-24 .animation-controller.animation-off .animation-off {
  display: block;
}
header .col-24 .animation-controller span {
  margin-right: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
}

section.epoch-head {
  margin-bottom: 120px;
  color: #f4f4f4;
}
@media (max-width: 767px) {
  section.epoch-head {
    margin-bottom: 60px;
  }
}
section.epoch-head .epoch-title span {
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  color: #deba7a;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  section.epoch-head .epoch-title span {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    margin-bottom: 4px;
  }
}
section.epoch-head .epoch-title h1 {
  font-family: "DM Sans", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 84px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  section.epoch-head .epoch-title h1 {
    font-size: 48px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  section.epoch-head .epoch-title h1 {
    line-height: 52px;
    margin-bottom: 40px;
  }
}
section.epoch-head .epoch-data {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 12px;
}
section.epoch-head .epoch-data figure svg {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
section.epoch-head .epoch-data span {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  display: block;
  color: #848484;
}
@media (max-width: 767px) {
  section.epoch-head .epoch-data span {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  section.epoch-head .epoch-data {
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-bottom: 4px;
  }
  section.epoch-head .epoch-data span {
    color: #848484;
  }
  section.epoch-head .epoch-data figure {
    display: flex;
    align-items: center;
  }
}
section.epoch-head ul {
  list-style: none;
}
section.epoch-head ul li {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 767px) {
  section.epoch-head ul li {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  section.epoch-head ul {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #444444;
  }
}

.bleed-out-left {
  margin-left: -32px;
  width: calc(100% + 32px) !important;
}
.bleed-out-left figcaption {
  margin-left: 32px;
}
@media (max-width: 767px) {
  .bleed-out-left {
    margin-left: -20px;
    width: calc(100% + 20px) !important;
  }
  .bleed-out-left figcaption {
    margin-left: 20px;
  }
}

.bleed-out-right {
  margin-right: -32px;
  width: calc(100% + 32px) !important;
}
@media (max-width: 767px) {
  .bleed-out-right {
    margin-right: -20px;
    width: calc(100% + 20px) !important;
  }
}

.bleed-out-both {
  margin-left: -32px;
  margin-right: -32px;
  width: calc(100% + 64px) !important;
}
.bleed-out-both figcaption {
  margin-left: 32px;
}
@media (max-width: 767px) {
  .bleed-out-both {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px) !important;
  }
  .bleed-out-both figcaption {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .mobile-bleed-out-both {
    /*margin-left: -$outer;
    margin-right: -$outer;
    width: calc(100% + 64px) !important;*/
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .mobile-bleed-out-both {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px) !important;
  }
}

@media (max-width: 767px) {
  .mobile-bleed-out-both figcaption {
    margin-left: 32px;
  }
}

@media (max-width: 767px) {
  .mobile-bleed-out-left {
    margin-left: -20px;
    width: calc(100% + 20px) !important;
  }
  .mobile-bleed-out-left figcaption {
    margin-left: 20px;
  }
}

figure {
  position: relative;
}
figure .mask {
  right: 0;
  top: 0;
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #141414;
}
figure .mask.reveal-left {
  left: 0;
}
figure .mask.bgcolor-black {
  background-color: #141414;
}
figure .mask.bgcolor-gold {
  background-color: #deba7a;
}
figure .mask.bgcolor-gold-dark {
  background-color: #927541;
}
figure .mask.bgcolor-gold-50 {
  background-color: #3a2909;
}
figure .mask.bgcolor-blue {
  background-color: #869ab8;
}
figure .mask.bgcolor-blue-dark {
  background-color: #3f4c5f;
}
figure .mask.bgcolor-green {
  background-color: #709f8b;
}
figure .mask.bgcolor-green-dark {
  background-color: #2b4c3e;
}
figure .mask.bgcolor-orange {
  background-color: #ff9f53;
}
figure .mask.bgcolor-orange-dark {
  background-color: #7b3a08;
}
figure .mask.bgcolor-yellow {
  background-color: #dda443;
}
figure .mask.bgcolor-yellow-dark {
  background-color: #63440e;
}
figure .mask.bgcolor-red {
  background-color: #e27e70;
}
figure .mask.bgcolor-red-dark {
  background-color: #8b1403;
}

section.hero {
  margin-bottom: 120px;
  color: #f4f4f4;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  section.hero {
    margin-bottom: 60px;
  }
}
section.hero [class*="col-"] {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
section.hero .mobile-only {
  display: none;
}
@media (max-width: 767px) {
  section.hero .mobile-only {
    display: block;
  }
}
section.hero figure {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  section.hero figure {
    margin-bottom: 40px;
  }
}
section.hero figure video {
  width: 100%;
}
section.hero figcaption {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 16px;
  width: 100%;
  color: #a2a2a2;
  display: block;
}
@media (max-width: 767px) {
  section.hero figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}
section.hero figcaption b {
  color: #f4f4f4;
  font-weight: 400;
}
section.hero .text-content > * {
  width: 100%;
}
section.hero .text-content h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.hero .text-content h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  section.hero .text-content h2 {
    margin-bottom: 16px;
  }
}
section.hero .text-content p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.hero .text-content p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  section.hero .text-content p {
    margin-bottom: 24px;
  }
}
section.hero .text-content a {
  color: #f4f4f4;
}
section.hero .text-content ul {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
  list-style: initial;
  padding-left: 20px;
}
@media (max-width: 767px) {
  section.hero .text-content ul {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  section.hero .text-content ul {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  section.hero .text-content .cta {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
section.hero .text-content .cta a {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #848484;
  text-decoration: underline;
}
@media (max-width: 767px) {
  section.hero .text-content .cta a {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  section.hero.image-position-right .text-content {
    margin-bottom: 40px;
  }
  section.hero.image-position-right figure {
    margin-bottom: 0;
  }
}

section.year {
  font-family: "DM Sans", sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 140px;
  letter-spacing: 0em;
  text-align: left;
  color: #808080;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.year {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  section.year.spacing-0 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  section.year {
    margin-bottom: 60px;
    font-family: "DM Sans", sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 84px;
    letter-spacing: 0em;
    text-align: left;
    text-align: right;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  section.year {
    font-size: 48px;
    font-weight: 400;
  }
}

section.text-block {
  margin-bottom: 120px;
  color: #f4f4f4;
}
@media (max-width: 767px) {
  section.text-block {
    margin-bottom: 60px;
  }
}
section.text-block h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.text-block h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
section.text-block h2.large {
  font-family: "DM Sans", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.text-block h2.large {
    font-size: 38px;
    line-height: 38px;
  }
}
section.text-block p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.text-block p {
    font-size: 15px;
    line-height: 20px;
  }
}
section.text-block p:last-child {
  margin-bottom: 0;
}
section.text-block p a {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
@media (max-width: 767px) {
  section.text-block p a {
    font-size: 15px;
    line-height: 20px;
  }
}
section.text-block ul {
  list-style: initial;
  padding-left: 20px;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.text-block ul {
    font-size: 15px;
    line-height: 20px;
  }
}
section.text-block ul:last-child {
  margin-bottom: 0;
}

section.person {
  margin-bottom: 120px;
  padding-top: 75px;
  color: #141414;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  section.person {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  section.person {
    padding-top: 60px;
  }
}
section.person figure {
  width: 100%;
}
@media (max-width: 767px) {
  section.person figure {
    margin-bottom: 32px;
  }
}
section.person figure img.image-b {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
section.person figure.with-hover {
  position: relative;
}
section.person figure.with-hover:hover img.image-b {
  visibility: visible;
}
section.person figcaption {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  color: #141414;
  display: block;
}
@media (max-width: 767px) {
  section.person figcaption {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  section.person figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}
section.person figcaption b {
  color: #000;
  /* font-weight: 700; */
  font-weight: 400;
}
section.person figcaption.left {
  margin-left: 13.333333%;
}
@media (max-width: 767px) {
  section.person figcaption.left {
    margin-left: 0;
  }
}
section.person .text {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.person .text {
    margin-bottom: 60px;
  }
}
section.person .text p {
  margin-bottom: 24px;
}
section.person .text p a {
  color: inherit;
}
section.person .text ul {
  list-style: initial;
  padding-left: 20px;
}
section.person .text ul:last-child {
  margin-bottom: 0;
}
section.person small {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: inherit;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  section.person small {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  section.person small {
    margin-bottom: 8px;
  }
}
section.person h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 48px;
  color: inherit;
}
@media (max-width: 767px) {
  section.person h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  section.person h2 {
    margin-bottom: 32px;
  }
}
section.person.bgcolor-red,
section.person.bgcolor-red-dark,
section.person.bgcolor-green-dark {
  color: #f4f4f4 !important;
}
section.person.bgcolor-red figcaption,
section.person.bgcolor-red-dark figcaption,
section.person.bgcolor-green-dark figcaption {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  color: #a2a2a2;
  display: block;
}
@media (max-width: 767px) {
  section.person.bgcolor-red figcaption,
  section.person.bgcolor-red-dark figcaption,
  section.person.bgcolor-green-dark figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}
section.person.bgcolor-red figcaption b,
section.person.bgcolor-red-dark figcaption b,
section.person.bgcolor-green-dark figcaption b {
  color: #fff;
  /*font-weight: 700;*/
  font-weight: 400;
}
@media (max-width: 767px) {
  section.person.image-position-right .row:nth-child(2) {
    flex-direction: column-reverse;
  }
}

section.hilight.sedelregn {
  position: relative;
  overflow: visible;
  overflow-x: visible;
}
section.hilight.sedelregn .mask {
  background-color: #141414 !important;
}
section.hilight.sedelregn .sedel {
  position: absolute;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
  top: 100%;
  transition-duration: 0.2s;
}
@media (max-width: 767px) {
  section.hilight.sedelregn .sedel {
    display: none;
  }
}
section.hilight.sedelregn .sedel-1 {
  left: 25%;
  width: 30%;
}
section.hilight.sedelregn .sedel-2 {
  left: 45%;
}
section.hilight.sedelregn .sedel-3 {
  left: 50%;
}
section.hilight.sedelregn .sedel-4 {
  left: 45%;
}

section.map {
  color: #f4f4f4;
}
@media (max-width: 767px) {
  section.map {
    position: relative;
    z-index: -1;
  }
}
section.map [class*="col-"] {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
section.map .row {
  position: relative;
}
section.map figure {
  width: 100%;
}
section.map figure svg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  section.map figure {
    margin-bottom: 40px;
  }
}
section.map a {
  color: #f4f4f4;
}
section.map .mobile-text-only {
  display: none;
  z-index: 100;
}
section.map .mobile-text-only h2 {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
}
section.map .mobile-text-only p {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  color: #a2a2a2;
}
@media (max-width: 767px) {
  section.map .mobile-text-only {
    display: block;
    position: absolute;
    top: 20%;
  }
}
section.map .text-content-desktop {
  /*@include breakpoint-down(md) {
      display: none;
    }*/
}
section.map .text-content-desktop h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.map .text-content-desktop h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
section.map .text-content-desktop p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 767px) {
  section.map .text-content-desktop p {
    font-size: 15px;
    line-height: 20px;
  }
}

section.carousel {
  margin-bottom: 112px;
  color: #f4f4f4;
  overflow-x: hidden;
  padding-top: 30px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  /* visual hack when living under box-scroller module */
  position: relative;
  top: -1px;
  padding-bottom: 30px;
  /*.container {
    overflow: hidden;
  }*/
}
section.carousel .carousel-buttons {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  section.carousel .carousel-buttons {
    display: none;
  }
}
section.carousel .carousel-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #deba7a;
  background-color: #deba7a;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
section.carousel .carousel-buttons button svg path {
  stroke: #141414;
}
section.carousel .carousel-buttons button:hover {
  background-color: #927541;
  border: 1px solid #927541;
}
section.carousel .carousel-buttons button:active {
  background-color: #deba7a;
  border: 1px solid #deba7a;
}
section.carousel .carousel-buttons button:focus {
  outline: none;
  background-color: #deba7a;
  border: 2px solid #927541;
}
section.carousel .carousel-buttons button.disabled {
  background-color: transparent;
}
section.carousel .carousel-buttons button.disabled svg path {
  stroke: #deba7a;
}
section.carousel .carousel-outer {
  overflow: hidden;
}
@media (min-width: 768px) {
  section.carousel .carousel-mobile-indicator {
    display: none;
  }
}
section.carousel .carousel-mobile-indicator .indicator-blurbs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  justify-content: center;
  margin-bottom: 16px;
}
section.carousel .carousel-mobile-indicator .indicator-blurbs .indicator-blurb {
  padding-left: 3px;
  padding-right: 3px;
}
section.carousel
  .carousel-mobile-indicator
  .indicator-blurbs
  .indicator-blurb
  .yellow {
  display: none;
}
section.carousel
  .carousel-mobile-indicator
  .indicator-blurbs
  .indicator-blurb
  .white {
  display: block;
}
section.carousel
  .carousel-mobile-indicator
  .indicator-blurbs
  .indicator-blurb.active
  .yellow {
  display: block;
}
section.carousel
  .carousel-mobile-indicator
  .indicator-blurbs
  .indicator-blurb.active
  .white {
  display: none;
}
section.carousel .carousel-items {
  display: flex;
  flex-wrap: nowrap;
  overflow: visible;
  transition: 0.3s ease-in-out;
  scrollbar-width: none;
}
section.carousel .carousel-items::-webkit-scrollbar {
  display: none;
}
section.carousel .carousel-items .carousel-item-inner {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
section.carousel .carousel-items .carousel-item-inner figure {
  width: 100%;
}
section.carousel .carousel-items .carousel-item-inner figure img {
  margin-bottom: 16px;
}
section.carousel .carousel-items .carousel-item-inner figure figcaption {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  color: #a2a2a2;
  display: block;
  font-weight: 400;
}
@media (max-width: 767px) {
  section.carousel .carousel-items .carousel-item-inner figure figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}
section.carousel .carousel-items .carousel-item-inner figure figcaption b {
  color: #fff;
  /*font-weight: 700;            */
  font-weight: 400;
}
@media (max-width: 767px) {
  section.carousel .carousel-items .carousel-item-inner figure figcaption {
    display: none;
  }
}

section.image {
  margin-bottom: 112px;
  color: #f4f4f4;
  overflow-x: hidden;
}
section.image figure {
  width: 100%;
}
section.image figure img {
  margin-bottom: 16px;
}
section.image figure figcaption {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  color: #a2a2a2;
  display: block;
}
@media (max-width: 767px) {
  section.image figure figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}
section.image figure figcaption b {
  color: #f4f4f4;
  /*font-weight: 700;*/
  font-weight: 400;
}

section.image.lottie-image .row {
  position: relative;
}

section.image.lottie-image .lottie-fg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

section.image.hover-image .image-container {
  width: 100%;
  height: 100%;
  position: relative;
}
section.image.hover-image .image-container img.image-b {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
section.image.hover-image .image-container:hover img.image-b {
  visibility: visible;
}

section.youtube {
  margin-bottom: 120px;
  color: #f4f4f4;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  section.youtube {
    margin-bottom: 60px;
  }
}
section.youtube figure {
  width: 100%;
  margin-bottom: 16px;
}
section.youtube figure figcaption {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  text-align: right;
  width: 100%;
  color: #a2a2a2;
  display: block;
}
@media (max-width: 767px) {
  section.youtube figure figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  section.youtube figure figcaption {
    text-align: left;
    margin-bottom: 40px;
  }
}
section.youtube figure figcaption b {
  color: #f4f4f4;
  /*font-weight: 700;*/
  font-weight: 400;
}
section.youtube h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.youtube h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
section.youtube p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  line-height: 22px;
}
@media (max-width: 767px) {
  section.youtube p {
    font-size: 15px;
    line-height: 20px;
  }
}

section.hilight {
  margin-bottom: 120px;
  color: #f4f4f4;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  section.hilight {
    margin-bottom: 60px;
  }
}
section.hilight [class*="col-"] {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
section.hilight .text-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.hilight .text-content > * {
  width: 100%;
}
section.hilight .text-content a {
  color: #f4f4f4;
}
section.hilight .text-content small {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 767px) {
  section.hilight .text-content small {
    font-size: 15px;
    line-height: 20px;
  }
}
section.hilight .text-content h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.hilight .text-content h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
section.hilight .text-content .paragraph {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.hilight .text-content .paragraph {
    font-size: 15px;
    line-height: 20px;
  }
}
section.hilight .text-content .paragraph p {
  margin-bottom: 24px;
}
section.hilight .text-content .paragraph p:last-child {
  margin-bottom: 0;
}
section.hilight .text-content .paragraph ul {
  margin-bottom: 24px;
  list-style: initial;
  padding-left: 20px;
}
section.hilight .text-content .paragraph ul:last-child {
  margin-bottom: 0;
}
section.hilight .text-content a.cta {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 14px;
  text-decoration: none;
}
section.hilight .text-content a.cta span {
  display: block;
  color: #f4f4f4;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  section.hilight {
    padding-top: 40px;
  }
  section.hilight .text-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  section.hilight.image-position-left {
    padding-top: 0;
  }
  section.hilight.image-position-left figure {
    margin-bottom: 40px;
  }
}

section.citation {
  margin-bottom: 112px;
  color: #f4f4f4;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 767px) {
  section.citation {
    font-size: 12px;
    line-height: 16px;
  }
}
section.citation svg {
  margin-bottom: 16px;
}
section.citation blockquote {
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 84px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
  display: block;
}
@media (max-width: 767px) {
  section.citation blockquote {
    font-size: 48px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  section.citation blockquote {
    font-size: 38px;
    font-weight: 400;
    line-height: 38px;
  }
}
section.citation blockquote:before {
  content: '"';
  font-style: italic;
  color: #deba7a;
  position: absolute;
  top: 0;
  left: -40px;
}
@media (max-width: 767px) {
  section.citation blockquote:before {
    content: "";
  }
}
@media (max-width: 767px) {
  section.citation .desktop {
    display: none;
  }
}
section.citation .mobile {
  display: none;
}
@media (max-width: 767px) {
  section.citation .mobile {
    display: block;
  }
}
section.citation span {
  color: #848484;
}
section.citation small {
  display: inline;
  color: #deba7a;
  font-family: "DM Sans", sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 84px;
  letter-spacing: 0em;
  text-align: left;
  font-style: italic;
}
@media (max-width: 767px) {
  section.citation small {
    font-size: 48px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  section.citation small {
    margin-right: 6px;
  }
}

section.image-grid {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  section.image-grid {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  section.image-grid.dual .text-content {
    margin-bottom: 40px;
  }
}
section.image-grid.bgcolor-black {
  color: #f4f4f4;
}
section.image-grid .vertical-align-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: auto;
}
section.image-grid .vertical-align-bottom figure {
  margin-bottom: 32px;
}
section.image-grid .vertical-align-bottom figure img {
  margin-bottom: 0;
}
section.image-grid .vertical-align-bottom > * {
  width: 100%;
}
section.image-grid .vertical-align-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
}
section.image-grid .vertical-align-center > * {
  width: 100%;
}
@media (max-width: 767px) {
  section.image-grid .desktop-only {
    display: none;
  }
}
@media (max-width: 767px) {
  section.image-grid .mobile-text-margin-top {
    margin-top: 34px;
  }
}
@media (min-width: 768px) {
  section.image-grid .text-mobile-only {
    display: none;
  }
}
section.image-grid h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.image-grid h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
section.image-grid h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 767px) {
  section.image-grid h3 {
    font-size: 38px;
    line-height: 38px;
  }
}
section.image-grid a {
  color: #f4f4f4;
}
section.image-grid p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.image-grid p {
    font-size: 15px;
    line-height: 20px;
  }
}
section.image-grid p:last-child {
  margin-bottom: 0;
}
section.image-grid figure.top-160 {
  margin-top: 160px;
}
section.image-grid figure img {
  margin-bottom: 16px;
}
section.image-grid figure figcaption {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  color: #a2a2a2;
  display: block;
}
@media (max-width: 767px) {
  section.image-grid figure figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}
section.image-grid figure figcaption b {
  color: #f4f4f4;
  /*font-weight: 700;            */
  font-weight: 400;
}
section.image-grid figure.spacing-32 {
  margin-bottom: 32px;
}
section.image-grid.quad {
  position: relative;
}
@media (min-width: 768px) {
  section.image-grid.quad .mobile-only {
    display: none;
  }
}
@media (max-width: 767px) {
  section.image-grid.quad .desktop-only {
    display: none;
  }
}
section.image-grid.quad .background-plate {
  position: absolute;
  height: 45%;
  width: 100%;
  top: -60px;
  left: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  section.image-grid.quad .background-plate {
    display: none;
  }
}
section.image-grid.quad .background-plate .container {
  height: 100%;
}
section.image-grid.quad .background-plate .container .row {
  height: 100%;
}
section.image-grid.quad .background-plate .container .row > * {
  height: 100%;
}
section.image-grid.quad .background-plate .plate {
  width: 100%;
  height: 100%;
  background-color: #709f8b;
}
section.image-grid.quad > * {
  position: relative;
  z-index: 2;
}
section.image-grid.quad figure img {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  section.image-grid.quad figure img {
    margin-bottom: 20px;
  }
}
section.image-grid.quad .text-content {
  width: 71%;
  margin-top: 52px;
  margin-left: 10%;
}
section.image-grid.triple figure {
  margin-bottom: 32px;
  /* &.opacity-caption {
        transition-duration: .2s;

        figcaption {
          opacity: 0;
        }

        &:hover {
          figcaption {
            opacity: 1;
          }          
        }
      } */
}
@media (max-width: 767px) {
  section.image-grid.triple figure {
    margin-bottom: 20px;
  }
}
section.image-grid.triple figure:last-child {
  margin-bottom: 0;
}
section.image-grid.triple figure.hidden-caption {
  transition-duration: 0.2s;
  position: relative;
}
section.image-grid.triple figure.hidden-caption figcaption {
  transition-duration: 0.2s;
  height: 0;
  opacity: 0;
}
section.image-grid.triple figure.hidden-caption:hover {
  transition-duration: 0.2s;
}
section.image-grid.triple figure.hidden-caption:hover figcaption {
  transition-duration: 0.2s;
  opacity: 1;
  height: 40px;
}
section.image-grid.quint {
  position: relative;
  padding-top: 120px;
  padding-bottom: 115px;
  color: inherit;
  /* $color-black; */
}
@media (min-width: 768px) {
  section.image-grid.quint .mobile-only {
    display: none;
  }
}
@media (max-width: 767px) {
  section.image-grid.quint .desktop-only {
    display: none;
  }
}
section.image-grid.quint .background-plate {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
section.image-grid.quint .background-plate .container {
  height: 100%;
}
section.image-grid.quint .background-plate .container .row {
  height: 100%;
}
section.image-grid.quint .background-plate .container .row > * {
  height: 100%;
}
section.image-grid.quint .background-plate .container .row .plate {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
section.image-grid.quint .background-plate .container .row .plate .plate-upper {
  width: 100%;
  height: 40%;
}
@media (max-width: 767px) {
  section.image-grid.quint
    .background-plate
    .container
    .row
    .plate
    .plate-upper {
    height: 25%;
  }
}
section.image-grid.quint .background-plate .container .row .plate .plate-lower {
  width: 100%;
  height: 60%;
}
section.image-grid.quint > * {
  position: relative;
  z-index: 2;
}
section.image-grid.quint figure {
  margin-bottom: 32px;
}
section.image-grid.quint figure figcaption {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  color: #a2a2a2;
  display: block;
}
@media (max-width: 767px) {
  section.image-grid.quint figure figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  section.image-grid.quint figure figcaption {
    text-align: left;
    margin-bottom: 40px;
  }
}
section.image-grid.quint figure figcaption b {
  color: #f4f4f4;
  /*font-weight: 700;*/
  font-weight: 400;
}
section.image-grid.quint h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 140px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.image-grid.quint h2 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  section.image-grid.quint h2 {
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    text-align: right;
    margin-bottom: 24px;
  }
}
section.image-grid.quint h3 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  section.image-grid.quint h3 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  section.image-grid.quint .big-image {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  section.image-grid.quint p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 40px;
  }
}
section.image-grid.quint small {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  color: inherit;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  section.image-grid.quint small {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  section.image-grid.quint small {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 8;
  }
}

section.soundcloud {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  section.soundcloud {
    margin-bottom: 60px;
  }
}
section.soundcloud figcaption {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  text-align: right;
  width: 100%;
  color: #a2a2a2;
  display: block;
}
@media (max-width: 767px) {
  section.soundcloud figcaption {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 767px) {
  section.soundcloud figcaption {
    text-align: left;
    margin-bottom: 40px;
  }
}
section.soundcloud figcaption b {
  color: #f4f4f4;
  /*font-weight: 700;*/
  font-weight: 400;
}
section.soundcloud .player {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  border: 1px solid #deba7a;
}
section.soundcloud .player .waveform {
  flex-grow: 1;
  position: relative;
  top: 5px;
}
section.soundcloud .player .waveform svg {
  width: 100%;
  height: auto;
}
section.soundcloud .player button {
  background-color: #deba7a;
  border: 1px solid #deba7a;
  cursor: pointer;
  width: 56px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.soundcloud .player button svg.pause {
  display: none;
}
section.soundcloud .player button:hover {
  background-color: #927541;
  border: 1px solid #927541;
}
section.soundcloud .player button:active {
  background-color: #deba7a;
  border: 1px solid #deba7a;
}
section.soundcloud .player button:active svg {
  opacity: 0.15;
}
section.soundcloud .player button:focus {
  outline: none;
  border: 2px solid #927541;
}
section.soundcloud .player button.playing svg.pause {
  display: block;
}
section.soundcloud .player button.playing svg.play {
  display: none;
}
section.soundcloud .player button.playing:hover {
  background-color: #deba7a;
  border: 1px solid #deba7a;
}
@media (max-width: 767px) {
  section.soundcloud .player button {
    width: 40px;
    height: 40px;
  }
}

footer .epoch-pagination {
  margin-bottom: 120px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  footer .epoch-pagination {
    margin-bottom: 60px;
  }
}
footer .epoch-pagination small {
  font-size: 14px;
  line-height: 20px;
  color: #a2a2a2;
  display: block;
  text-align: center;
}
footer .epoch-pagination span {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #deba7a;
  display: block;
  font-weight: 500;
}
@media (max-width: 767px) {
  footer .epoch-pagination span {
    font-size: 15px;
    line-height: 20px;
  }
}
footer .epoch-pagination .prev,
footer .epoch-pagination .next {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
footer .epoch-pagination .prev.null,
footer .epoch-pagination .next.null {
  width: 184px;
}
@media (max-width: 767px) {
  footer .epoch-pagination .prev.null,
  footer .epoch-pagination .next.null {
    width: auto;
  }
}
@media (max-width: 767px) {
  footer .epoch-pagination .prev .text,
  footer .epoch-pagination .next .text {
    display: none;
  }
}
footer .epoch-pagination .prev button,
footer .epoch-pagination .next button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid #f4f4f4;
  background-color: transparent;
  cursor: pointer;
}
footer .epoch-pagination .prev button:hover,
footer .epoch-pagination .next button:hover {
  border: 1px solid #deba7a;
}
footer .epoch-pagination .prev button:hover svg path,
footer .epoch-pagination .next button:hover svg path {
  stroke: #deba7a;
}
footer .epoch-pagination .prev button:active,
footer .epoch-pagination .next button:active {
  border: 1px solid #deba7a;
  background-color: #deba7a;
}
footer .epoch-pagination .prev button:active svg path,
footer .epoch-pagination .next button:active svg path {
  stroke: #000;
}
footer .epoch-pagination .prev button:focus,
footer .epoch-pagination .next button:focus {
  outline: none;
  border: 1px solid #deba7a;
  background-color: #deba7a;
}
footer .epoch-pagination .prev button:focus svg path,
footer .epoch-pagination .next button:focus svg path {
  stroke: #000;
}
footer .epoch-pagination .prev span,
footer .epoch-pagination .next span {
  font-family: "DM Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #f4f4f4;
}
@media (max-width: 767px) {
  footer .epoch-pagination .prev span,
  footer .epoch-pagination .next span {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  footer .epoch-pagination .prev span,
  footer .epoch-pagination .next span {
    display: none;
  }
}
footer .epoch-pagination .prev button {
  margin-right: 32px;
}
footer .epoch-pagination .prev small {
  text-align: left;
}
footer .epoch-pagination .next button {
  margin-left: 32px;
}
footer .epoch-pagination .next small {
  text-align: right;
}

.bgcolor-white {
  background-color: #f4f4f4;
}

.bgcolor-black {
  background-color: #141414;
}

.bgcolor-gold {
  background-color: #deba7a;
}

.bgcolor-gold-dark {
  background-color: #927541;
}

.bgcolor-gold-50 {
  background-color: #3a2909;
}

.bgcolor-blue {
  background-color: #869ab8;
}

.bgcolor-blue-dark {
  background-color: #3f4c5f;
}

.bgcolor-blue-ice {
  background-color: #1e3a53;
}

.bgcolor-green {
  background-color: #709f8b;
}

.bgcolor-green-dark {
  background-color: #2b4c3e;
}

.bgcolor-orange {
  background-color: #ff9f53;
}

.bgcolor-orange-dark {
  background-color: #7b3a08;
}

.bgcolor-yellow {
  background-color: #dda443;
}

.bgcolor-yellow-dark {
  background-color: #63440e;
}

.bgcolor-red {
  background-color: #e27e70;
}

.bgcolor-red-dark {
  background-color: #8b1403;
}

section.spacing-160 {
  margin-bottom: 160px;
}

section.spacing-120 {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  section.spacing-120 {
    margin-bottom: 60px;
  }
}

section.spacing-112 {
  margin-bottom: 112px;
}

section.spacing-80 {
  margin-bottom: 80px;
}

section.spacing-60 {
  margin-bottom: 60px;
}

section.spacing-48 {
  margin-bottom: 48px;
}

section.spacing-32 {
  margin-bottom: 32px;
}

section.spacing-24 {
  margin-bottom: 24px;
}

section.spacing-12 {
  margin-bottom: 12px;
}

section.spacing-8 {
  margin-bottom: 8px;
}

section.spacing-0 {
  margin-bottom: 0;
}

img.square {
  aspect-ratio: 1/1;
}

img.portrait-short {
  aspect-ratio: 3/4;
}

img.portrait-long {
  aspect-ratio: 9/16;
}

img.landscape-short {
  aspect-ratio: 16/9;
}

img.landscape-tall {
  aspect-ratio: 5/4;
}

.ajax-content {
  width: 100%;
}

figure.hidden-caption {
  transition-duration: 0.2s;
  position: relative;
  /*img {
      margin-bottom: 16px !important;
    }*/
}
figure.hidden-caption figcaption {
  transition-duration: 0.2s;
  height: 0;
  opacity: 0;
}
figure.hidden-caption:hover {
  transition-duration: 0.2s;
}
figure.hidden-caption:hover figcaption {
  transition-duration: 0.2s;
  opacity: 1;
  height: 40px;
  margin-bottom: 40px;
}

section.lottie-wrapper {
  position: relative;
  color: #141414;
}
@media (max-width: 767px) {
  section.lottie-wrapper {
    padding-top: 40px;
  }
}
section.lottie-wrapper .background-lottie-wrapper {
  width: 100%;
}
section.lottie-wrapper .text-row {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: calc(1920px - 32px);
  width: 100%;
}
@media (max-width: 767px) {
  section.lottie-wrapper .lottie-row-desktop {
    display: none;
  }
}
section.lottie-wrapper .lottie-row-mobile {
  display: none;
}
@media (max-width: 767px) {
  section.lottie-wrapper .lottie-row-mobile {
    display: flex;
  }
}
section.lottie-wrapper small {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  color: inherit;
  margin-bottom: 12px;
  display: block;
}
@media (max-width: 767px) {
  section.lottie-wrapper small {
    font-size: 12px;
    line-height: 16px;
  }
}
section.lottie-wrapper h2 {
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  section.lottie-wrapper h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
section.lottie-wrapper p {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 767px) {
  section.lottie-wrapper p {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  section.lottie-wrapper p {
    padding-bottom: 30px;
  }
}
section.lottie-wrapper section.soundcloud {
  margin-top: 24px;
}
section.lottie-wrapper section.soundcloud .player {
  border: 1px solid #1e3a53;
}
section.lottie-wrapper section.soundcloud .player button {
  background-color: #1e3a53;
  border: 1px solid #1e3a53;
}
section.lottie-wrapper section.soundcloud .player button:hover {
  background-color: #1e3a53;
  border: 1px solid #1e3a53;
}

section.mobile-back-button {
  margin-bottom: 40px;
  width: 55%;
}
@media (min-width: 768px) {
  section.mobile-back-button {
    display: none;
  }
}
section.mobile-back-button .hover-box {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  transition-duration: 0.25s;
  background-color: #deba7a;
  color: #3a2909;
  padding-left: 12px;
  margin-right: 12px;
  text-decoration: none;
}
section.mobile-back-button .hover-box span {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  font-weight: 600;
  color: inherit;
  margin-bottom: 6px;
  display: flex;
  width: 100%;
  text-decoration: none;
}
@media (max-width: 767px) {
  section.mobile-back-button .hover-box span {
    font-size: 12px;
    line-height: 16px;
  }
}
section.mobile-back-button .hover-box small {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  width: 100%;
  color: inherit;
}
@media (max-width: 767px) {
  section.mobile-back-button .hover-box small {
    font-size: 12px;
    line-height: 16px;
  }
}
section.mobile-back-button .hover-box > div:first-child {
  display: flex;
  flex-wrap: wrap;
  padding-top: 8px;
  padding-right: 24px;
}
section.mobile-back-button .hover-box > div:nth-child(2) {
  min-width: 48px;
  height: 46px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-left: 1px solid #141414;
}
section.mobile-back-button .hover-box > div:nth-child(2) svg {
  transform: rotate(180deg) !important;
}

@media (max-width: 767px) {
  .activated-timeline-desktop-only {
    display: none;
  }
}

body.no-animation section.hilight.sedelregn .mask {
  display: none;
}

body.no-animation figure .mask {
  display: none;
}

body.no-animation .sedel {
  display: none;
}

body.no-animation * {
  transition-duration: 0;
  transition: none;
}

.sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}
