/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sup {
  font-size: 25%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -2.25em;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  padding: 0;
  cursor: pointer;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

* {
  outline-color: #CE0E2D;
}

html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
}

body {
  font-size: 4.44vw; /* 16px */
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  font-family: "proxima-nova", sans-serif;
}
@media (min-width: 760px) {
  body {
    font-size: 2.7vw;
  }
}
@media (min-width: 975px) {
  body {
    font-size: 1.125vw; /* 18px */
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 18px;
  }
}

strong, h1, h2, h3, .footer__phone, h4, h5, h6 {
  font-weight: 600;
}

h1 {
  font-size: 6.1vw;
  margin: 0;
}
@media (min-width: 760px) {
  h1 {
    font-size: 4.1vw;
  }
}
@media (min-width: 975px) {
  h1 {
    font-size: 2.1875vw;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 35px;
  }
}

h2 {
  font-size: 6.1vw;
  margin: 0;
}
@media (min-width: 760px) {
  h2 {
    font-size: 4.1vw;
  }
}
@media (min-width: 975px) {
  h2 {
    font-size: 2.1875vw;
  }
}
@media (min-width: 1600px) {
  h2 {
    font-size: 35px;
  }
}

.h1--page-headline {
  font-size: 8.5vw;
  margin: 0;
}
@media (min-width: 760px) {
  .h1--page-headline {
    font-size: 7vw;
  }
}
@media (min-width: 975px) {
  .h1--page-headline {
    font-size: 3.5vw;
  }
}
@media (min-width: 1600px) {
  .h1--page-headline {
    font-size: 56px;
  }
}

.h2--page-headline {
  font-size: 8.5vw;
  margin: 0;
}
@media (min-width: 760px) {
  .h2--page-headline {
    font-size: 7vw;
  }
}
@media (min-width: 975px) {
  .h2--page-headline {
    font-size: 3.5vw;
  }
}
@media (min-width: 1600px) {
  .h2--page-headline {
    font-size: 56px;
  }
}

h3, .footer__phone {
  font-size: 5.56vw; /* 20px */
  margin: 0;
}
@media (min-width: 760px) {
  h3, .footer__phone {
    font-size: 3.5vw;
  }
}
@media (min-width: 975px) {
  h3, .footer__phone {
    font-size: 1.5vw;
  }
}
@media (min-width: 1600px) {
  h3, .footer__phone {
    font-size: 24px;
  }
}

h4 {
  font-size: 5vw; /* 18px */
  margin: 0;
}
@media (min-width: 760px) {
  h4 {
    font-size: 3vw;
  }
}
@media (min-width: 975px) {
  h4 {
    font-size: 1.25vw;
  }
}
@media (min-width: 1600px) {
  h4 {
    font-size: 20px;
  }
}

p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}

p a {
  color: black;
}

.p--larger {
  font-size: 1.25rem;
}

.p--smaller {
  font-size: 0.825rem;
}

h1 + h2,
h2 + h3,
h2 + .footer__phone,
h3 + h3,
.footer__phone + h3,
h3 + .footer__phone,
.footer__phone + .footer__phone,
h3 + h4,
.footer__phone + h4,
h4 + h4,
p + p,
h2 + p,
h3 + p,
.footer__phone + p,
h4 + p,
h3 + .grid,
.footer__phone + .grid,
.grid + p,
p + h4,
h3 + .accordion,
.footer__phone + .accordion,
h3 + img,
.footer__phone + img {
  margin-top: 0.3rem;
}

h2 + h3.redtxt, h2 + .redtxt.footer__phone,
h2.redtxt + h3,
h2.redtxt + .footer__phone {
  margin-top: 1rem;
}

.mast h2 + h2 {
  margin-top: 0.25em;
}
@media (min-width: 975px) {
  .mast h2 + h2 {
    margin-top: 0;
  }
}

.ta-r h2:first-child {
  margin-top: 0;
}

h2:not(:first-child),
h3:not(:first-child),
.footer__phone:not(:first-child),
h4:not(:first-child) .ta-l h2:first-child,
.ta-c h2:first-child,
.ta-l h3:first-child,
.ta-l .footer__phone:first-child,
.ta-c h3:first-child,
.ta-c .footer__phone:first-child,
.ta-r h3:first-child,
.ta-r .footer__phone:first-child,
.ta-l h4:first-child,
.ta-c h4:first-child,
.ta-r h4:first-child,
h2 + .grid,
h3 + .grid,
.footer__phone + .grid,
h2 + .video-resizer,
h3 + .video-resizer,
.footer__phone + .video-resizer,
h2 + .horizontal-scroller,
h3 + .horizontal-scroller,
.footer__phone + .horizontal-scroller,
p + .grid,
.panel + .panel,
h2 + .accordion,
h3 + .accordion,
.footer__phone + .accordion {
  margin-top: 2rem;
}

@media (max-width: 760px) {
  .horizontal-scroller .panel {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
}
.horizontal-scroller .panel + .panel {
  margin-top: 0;
}

.panel > *:first-child {
  margin-top: 0 !important;
}

.panel.bg--grey > h3, .panel.bg--grey > .footer__phone {
  color: black;
}

.panel.bg--red > h3, .panel.bg--red > .footer__phone {
  color: white !important;
}

.panel.bg--red > .btn {
  border-color: white !important;
}

hr {
  border: 0;
  height: 2px;
  margin: 2rem 0;
  background: rgba(0, 0, 0, 0.1);
}

.content-wrapper {
  position: relative;
  z-index: 2;
  max-width: 1270px;
  padding: 2.5rem 5.56vw 3rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 760px) {
  .content-wrapper {
    padding: 3rem 4.2vw 5rem;
  }
}
@media (min-width: 975px) {
  .content-wrapper {
    padding: 3.5rem 2.19vw 6rem;
  }
}
@media (min-width: 1320px) {
  .content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 975px) {
  .content-wrapper--with-aside {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 18vw 5.56vw auto;
    grid-template-columns: 18vw auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5.56vw;
  }
}
@media (min-width: 975px) and (min-width: 760px) {
  .content-wrapper--with-aside {
    gap: 4.2vw;
  }
}
@media (min-width: 975px) and (min-width: 975px) {
  .content-wrapper--with-aside {
    gap: 2.19vw;
  }
}
@media (min-width: 975px) and (min-width: 1320px) {
  .content-wrapper--with-aside {
    -ms-grid-columns: 238px auto;
    grid-template-columns: 238px auto;
  }
}
@media (min-width: 975px) and (min-width: 1600px) {
  .content-wrapper--with-aside {
    gap: 35px;
  }
}

.content-wrapper--form {
  max-width: 860px;
}

aside {
  margin-bottom: 2rem;
}

.aside__links {
  margin-top: 1rem;
  position: relative;
}
@media (max-width: 975px) {
  .aside__links {
    pointer-events: none;
    margin-top: 0.5rem;
    background-color: white;
    border-radius: 0.25rem;
    border: 1px solid #E1E1E1;
    min-height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
}

.aside__link {
  display: block;
  width: 100%;
  color: black;
  font-weight: 600;
}
.aside__link + .aside__link {
  margin-top: 0.5rem;
}
.aside__link:hover:not(.aside__link--active) {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-color: #ccc;
}
.aside__link:hover:not(.aside__link--active) .aside__link-desktop-chevron {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
  fill: #CE0E2D;
}
@media (max-width: 975px) {
  .aside__link {
    font-size: 1rem;
    text-decoration: none;
  }
  .aside__link:not(.aside__link--active) {
    display: none;
  }
}
@media (min-width: 975px) {
  .aside__link {
    font-size: 0.925rem;
    text-decoration: underline;
    padding: 0.75rem 0.75rem 0.85rem;
    border-radius: 0.5rem;
    border: 1px solid #E1E1E1;
    background-color: transparent;
    -webkit-transition: all 0.075s linear;
    transition: all 0.075s linear;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.2em;
    text-decoration-color: #CE0E2D;
    position: relative;
  }
}

@media (max-width: 975px) {
  .aside--open .aside__links {
    pointer-events: all;
  }
  .aside--open .aside__link:not(.aside__link--active) {
    display: block;
  }
  .aside--open .aside__link + .aside__link {
    margin-top: 0.75rem;
  }
  .aside--open .aside__links-mobile-chevron {
    -webkit-transform: rotate(90deg) scaleX(-1);
            transform: rotate(90deg) scaleX(-1);
  }
}

@media (min-width: 975px) {
  .aside__link--active {
    text-decoration-color: black;
    background-color: #F1F1F1;
    border-color: transparent;
  }
}

@media (max-width: 975px) {
  .aside__main-label {
    font-size: 1rem;
    font-weight: 400;
  }
}

.aside__links-mobile-chevron {
  position: absolute;
  top: 0.675rem;
  right: 0.5rem;
  height: 2rem;
  width: auto;
  pointer-events: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 975px) {
  .aside__links-mobile-chevron {
    display: none;
  }
}

.aside__link-desktop-chevron {
  display: none;
}
@media (min-width: 975px) {
  .aside__link-desktop-chevron {
    display: block;
    position: absolute;
    top: 0.5rem;
    right: 0.25rem;
    height: 1.75rem;
    width: auto;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

main section:not(.premast) ul {
  list-style: none;
  margin: 1rem 0 2.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 975px) {
  main section:not(.premast) ul {
    padding-left: 2rem;
  }
}
main section:not(.premast) ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
main section:not(.premast) ul li:before {
  content: "";
  display: block;
  background-color: #CE0E2D;
  pointer-events: none;
  border-radius: 0.25em;
  height: 0.75em;
  width: 0.75em;
  position: absolute;
  left: -1.5em;
  top: 0.38em;
}
main section:not(.premast) ul li + li {
  margin-top: 0.5em;
}
main section:not(.premast).bg--red ul {
  list-style: none;
  margin: 1rem 0;
  padding-left: 1.5rem;
}
@media (min-width: 975px) {
  main section:not(.premast).bg--red ul {
    padding-left: 2rem;
  }
}
main section:not(.premast).bg--red ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
main section:not(.premast).bg--red ul li:before {
  content: "";
  display: block;
  background-color: white;
  pointer-events: none;
  border-radius: 0.25em;
  height: 0.75em;
  width: 0.75em;
  position: absolute;
  left: -1.5em;
  top: 0.38em;
}
main section:not(.premast).bg--red ul li + li {
  margin-top: 0.5em;
}

blockquote {
  background: white url("../img/global/blockquote__bg.svg") no-repeat top 1rem left 1.25rem/5rem auto;
  border-radius: 1.25rem;
  padding: 1.5rem 2rem;
  margin: 1.5rem auto 1.5rem 0;
  display: inline-block;
  font-weight: 400;
  color: black;
}
@media (min-width: 760px) {
  blockquote {
    padding: 1.75rem 5rem;
  }
}

.blockquote__large-text {
  font-size: 1.125rem;
}

.blockquote__small-text {
  font-size: 0.875rem;
}

.blockquote__hr {
  background-color: #CE0E2D;
  border-radius: 1rem;
  height: 0.625rem;
  margin: 0.75rem auto 0.75rem 0;
  width: 6rem;
}

section:not(section[class*=bg]) blockquote,
.bg--white blockquote {
  background-color: #F1F1F1;
}

.btn {
  border-radius: 1.125em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.325em;
  color: white;
  font-size: 1rem;
  padding: 1rem 1rem 1rem 1.25rem;
  border: 0;
  background-color: #CE0E2D;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.075s linear;
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.075s linear;
  cursor: pointer;
  border: 2px solid transparent;
  margin: -1rem 1rem 0 0;
  text-decoration: none;
}
.btn:hover {
  background-color: rgb(182.1227272727, 12.3772727273, 39.7840909091);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
}
.btn:hover .btn__arrow {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.btn .btn__arrow {
  fill: white;
}
.btn:last-child:not(button[type=submit]) {
  margin-right: 0;
  margin-top: -1rem;
}
.btn:not(:last-child) {
  margin-bottom: 2rem;
}
.btn[disabled] {
  border-color: #999;
  color: #999;
}
.btn[disabled] svg {
  fill: #999;
}
.btn:has(svg.chevron-right:first-child) {
  padding: 1rem 1.25rem 1rem 1rem;
}
.btn:has(svg.chevron-right:first-child):hover .btn__arrow {
  -webkit-transform: scaleX(-1) translateX(2px);
          transform: scaleX(-1) translateX(2px);
}
.btn svg.chevron-right:first-child {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.btn--top-margin {
  margin: 1rem 1rem 0 0 !important;
}

.grid > .btn {
  margin: 0;
}

.btn__arrow {
  height: 1.5em;
  width: auto;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  margin-top: 0.125em;
}

.btn--secondary {
  border-color: #CE0E2D;
  background-color: transparent;
  color: #CE0E2D;
}
.btn--secondary:hover {
  background-color: transparent;
}
.btn--secondary .btn__arrow {
  fill: #CE0E2D;
}

.bg--red .btn:not(.btn--secondary) {
  border-color: white;
  color: white;
}
.bg--red .btn:not(.btn--secondary):hover {
  background-color: rgb(182.1227272727, 12.3772727273, 39.7840909091);
  -webkit-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.3);
}
.bg--red .btn:not(.btn--secondary) .btn__arrow {
  fill: white;
}
.bg--red .btn--secondary {
  background-color: white;
  color: #CE0E2D;
}
.bg--red .btn--secondary:hover {
  background-color: white;
  -webkit-box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.3);
}
.bg--red .btn--secondary .btn__arrow {
  fill: #CE0E2D;
}

.bg--black .btn--secondary {
  color: white;
  border-color: white;
}
.bg--black .btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg--black .btn--secondary .btn__arrow {
  fill: white;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-group .btn {
  margin: 0 !important;
}

.ta-l .btn {
  margin-right: auto;
}

.ta-c .btn {
  margin-left: auto;
  margin-right: auto;
}

.ta-r .btn {
  margin-left: auto;
}

.btn--wide {
  width: 100%;
  max-width: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img--rounded-corners {
  border-radius: 1rem;
}

.panel {
  border-radius: 1rem;
  padding: 5.56vw;
}
@media (min-width: 760px) {
  .panel {
    padding: 4.2vw;
  }
}
@media (min-width: 975px) {
  .panel {
    padding: 2.19vw;
  }
}
@media (min-width: 1600px) {
  .panel {
    padding: 35px;
  }
}
.panel .btn {
  margin: 1rem 1rem 0 0 !important;
}
@media (min-width: 975px) {
  .panel .btn {
    margin: 0 1rem 0 0 !important;
  }
}
@media (min-width: 1600px) {
  .panel .btn {
    margin: 0 1rem 0 0 !important;
  }
}
.panel .btn--top-margin {
  margin: 1rem 1rem 0 0 !important;
}
.panel ul {
  margin: 1rem 0 1rem;
}

.panel--shadow {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4.2vw 4.2vw 3.3vw;
  background: linear-gradient(white 60px, transparent);
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1), padding 0.3s 0.2s, background-color 0s, -webkit-box-shadow 0.3s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1), padding 0.3s 0.2s, background-color 0s, -webkit-box-shadow 0.3s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1), padding 0.3s 0.2s, box-shadow 0.3s, background-color 0s;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1), padding 0.3s 0.2s, box-shadow 0.3s, background-color 0s, -webkit-box-shadow 0.3s;
  z-index: 1000;
}
@media (min-width: 975px) {
  header {
    padding: 2.4vw;
  }
}
@media (min-width: 1600px) {
  header {
    padding: 38.4px;
  }
}

.header--collapsed {
  padding: 3.4vw 4.2vw 4.3vw;
  background-color: white;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
@media (min-width: 760px) {
  .header--collapsed {
    padding: 2.2vw 4.2vw 2.6vw;
  }
}
@media (min-width: 975px) {
  .header--collapsed {
    padding: 1.2vw 2.4vw;
  }
  .header--collapsed .drawer__utility-nav, .header--collapsed .drawer__search-form {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
}
@media (min-width: 1600px) {
  .header--collapsed {
    padding: 19.2px 38.4px;
  }
}
.header--collapsed .header__logo--full {
  opacity: 0;
  pointer-events: none;
  width: 0px;
  -webkit-transition: opacity 0.2s linear, width 0.3s 0.2s;
  transition: opacity 0.2s linear, width 0.3s 0.2s;
}
@media (min-width: 975px) {
  .header--collapsed .header__logo--single-line {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 0.2s 0.3s linear, width 0.3s;
    transition: opacity 0.2s 0.3s linear, width 0.3s;
    width: 23vw;
  }
}
@media (min-width: 1600px) {
  .header--collapsed .header__logo--single-line {
    width: 368px;
  }
}
.header--collapsed .header__logo--tbc {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 0.2s 0.3s linear, width 0.3s;
  transition: opacity 0.2s 0.3s linear, width 0.3s;
  width: 25vw;
}
@media (min-width: 760px) {
  .header--collapsed .header__logo--tbc {
    width: 15vw;
  }
}
@media (min-width: 975px) {
  .header--collapsed .header__logo--tbc {
    display: none;
  }
}
@media (min-width: 975px) {
  .header--collapsed .drawer__top-level {
    top: 0.425vw;
    -webkit-transition: top 0.3s 0.2s;
    transition: top 0.3s 0.2s;
  }
}
@media (min-width: 1600px) {
  .header--collapsed .drawer__top-level {
    top: 6.8px;
  }
}

.header__logo-anchor {
  position: relative;
  display: block;
}

.header__logo {
  width: 48.3vw;
  height: auto;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media (min-width: 760px) {
  .header__logo {
    width: 35vw;
  }
}
@media (min-width: 975px) {
  .header__logo {
    width: 23vw;
  }
}
@media (min-width: 1600px) {
  .header__logo {
    width: 368px;
  }
}

.header__logo--full {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: opacity 0.2s 0.3s linear, width 0.3s;
  transition: opacity 0.2s 0.3s linear, width 0.3s;
}

.header__logo--single-line,
.header__logo--tbc {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  width: 0px;
  -webkit-transition: opacity 0.2s linear, width 0.3s 0.2s;
  transition: opacity 0.2s linear, width 0.3s 0.2s;
}

@media (min-width: 975px) {
  .header__logo--tbc {
    display: none;
  }
}

@media (max-width: 975px) {
  .header__logo--single-line {
    display: none;
  }
}

.header__logo-and-menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5vw;
  position: relative;
  line-height: 1;
  font-weight: 600;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.header__menu-btn:after {
  content: "";
  position: absolute;
  bottom: -0.25em;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #CE0E2D;
}
@media (min-width: 975px) {
  .header__menu-btn {
    display: none;
  }
}

.header__menu-burger {
  width: auto;
  height: 0.6em;
}

.drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  padding: 17vh 8vw 11vw 11.5vw;
}
@media (max-width: 975px) {
  .drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    pointer-events: none;
  }
}
@media (min-width: 975px) {
  .drawer {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
  }
}
.drawer ul {
  list-style: none;
}

@media (max-width: 975px) {
  .drawer--show {
    pointer-events: all;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.drawer__close-btn {
  position: absolute;
  top: 5vw;
  right: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5vw;
  font-weight: 600;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.drawer__close-btn svg {
  fill: #CE0E2D;
  height: 1.75em;
  width: auto;
  -webkit-transform: translateY(0.0125em);
          transform: translateY(0.0125em);
}
@media (min-width: 975px) {
  .drawer__close-btn {
    display: none;
  }
}

.drawer__back-btn {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(10vw);
          transform: translateX(10vw);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 11vw;
  right: 13vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.drawer__back-btn svg {
  height: 2em;
  width: auto;
  fill: #CE0E2D;
}
@media (min-width: 975px) {
  .drawer__back-btn {
    display: none;
  }
}

.drawer__back-btn--show {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
}

.drawer__top-level {
  margin: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
@media (min-width: 975px) {
  .drawer__top-level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 3.75vw;
    right: 1.68vw;
  }
}
@media (min-width: 1600px) {
  .drawer__top-level {
    top: 60px;
    right: 21px;
  }
}

.drawer__top-level-btn {
  font-size: 5.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75vw;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  font-weight: 400;
  white-space: nowrap;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateX(0vw);
          transform: translateX(0vw);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  opacity: 1;
  pointer-events: all;
}
@media (min-width: 760px) {
  .drawer__top-level-btn {
    font-size: 4vw;
  }
}
@media (min-width: 975px) {
  .drawer__top-level-btn {
    font-size: 1.25vw;
    gap: 0.25vw;
    padding: 0.25vw 0.5vw 0.25vw 1vw;
  }
}
@media (min-width: 1600px) {
  .drawer__top-level-btn {
    font-size: 20px;
    gap: 4px;
    padding: 4px 8px 4px 16px;
  }
}
.drawer__top-level-btn:last-child {
  margin: 0;
}
.drawer__top-level-btn > svg {
  fill: #CE0E2D;
  height: 1.5em;
  width: auto;
}
@media (min-width: 975px) {
  .drawer__top-level-btn > svg {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  }
}

.drawer__top-level-li {
  margin-bottom: 1em;
}
.drawer__top-level-li:last-child {
  margin: 0;
}
@media (min-width: 975px) {
  .drawer__top-level-li {
    margin: 0;
    position: relative;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0.5em;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .drawer__top-level-li:after {
    content: "";
    display: block;
    width: calc(100% - 2vw);
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    background-color: #CE0E2D;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  .drawer__top-level-li:hover:after {
    -webkit-transform: translateX(-50%) scaleY(300%);
            transform: translateX(-50%) scaleY(300%);
  }
}
@media (min-width: 1600px) {
  .drawer__top-level-li:after {
    width: calc(100% - 32px);
  }
}

.drawer__top-level-dropdown-clickoff-detector {
  display: none;
}
@media (min-width: 975px) {
  .drawer__top-level-dropdown-clickoff-detector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: blue;
    display: block;
    z-index: -1;
  }
}

@media (max-width: 975px) {
  .drawer__top-level-btn--hide {
    -webkit-transform: translateX(-10vw);
            transform: translateX(-10vw);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .drawer__top-level-li--active .drawer__second-level {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
  }
}
@media (min-width: 975px) {
  .drawer__top-level-li--active {
    background-color: #F1F1F1;
    -webkit-box-shadow: 0 1.8vw 1.8vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 1.8vw 1.8vw rgba(0, 0, 0, 0.2);
  }
  .drawer__top-level-li--active:after {
    -webkit-transform: translateX(-50%) scaleY(300%);
            transform: translateX(-50%) scaleY(300%);
  }
  .drawer__top-level-li--active .drawer__second-level {
    padding: 0.75vw 1vw 1.6vw;
    max-height: 1000px;
    pointer-events: all;
    opacity: 1;
  }
  .drawer__top-level-li--active .drawer__top-level-btn svg {
    -webkit-transform: rotate(90deg) scaleX(-1);
            transform: rotate(90deg) scaleX(-1);
  }
}
@media (min-width: 1600px) {
  .drawer__top-level-li--active {
    -webkit-box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
            box-shadow: 0 30px 30px rgba(0, 0, 0, 0.2);
  }
  .drawer__top-level-li--active:after {
    width: calc(100% - 32px);
  }
  .drawer__top-level-li--active .drawer__second-level {
    padding: 14px 16px 22px;
  }
}

.drawer__second-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.5em;
  position: absolute;
  top: 17.5vh;
  right: 8vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(10vw);
          transform: translateX(10vw);
}
@media (min-width: 760px) {
  .drawer__second-level {
    gap: 1em;
  }
}
@media (min-width: 975px) {
  .drawer__second-level {
    text-align: left;
    gap: 0.75em;
    overflow: hidden;
    max-height: 0px;
    padding: 0 1vw;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 1600px) {
  .drawer__second-level {
    padding: 0 16px;
  }
}

.drawer__second-level-label {
  font-weight: 600;
  color: #BBBBBB;
  font-size: 5.5vw;
  margin-bottom: 0.25em;
}
@media (min-width: 760px) {
  .drawer__second-level-label {
    font-size: 4vw;
  }
}
@media (min-width: 975px) {
  .drawer__second-level-label {
    display: none;
  }
}

.drawer__second-level-link {
  text-decoration: none;
  font-weight: 400;
  color: black;
  font-size: 5.5vw;
  margin-bottom: 1em;
}
@media (min-width: 760px) {
  .drawer__second-level-link {
    font-size: 4vw;
  }
}
@media (min-width: 975px) {
  .drawer__second-level-link {
    font-size: 1vw;
    display: inline-block;
    margin: 0;
  }
  .drawer__second-level-link:not(.drawer__second-level-link--emphatic) {
    padding: 0.35em 0;
    -webkit-transition: color 0.075s linear;
    transition: color 0.075s linear;
  }
  .drawer__second-level-link:not(.drawer__second-level-link--emphatic):hover {
    color: #CE0E2D;
  }
  .drawer__second-level-link:not(.drawer__second-level-link--emphatic):hover .drawer__second-level-link-arrow {
    fill: #CE0E2D;
  }
}
@media (min-width: 1600px) {
  .drawer__second-level-link {
    font-size: 16px;
  }
}

.drawer__second-level-link--emphatic {
  color: white;
  background-color: #CE0E2D;
  border-radius: 0.75em;
  padding: 0.75em 1em 0.75em 0.925em;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  margin: 0 -0.325em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em;
}
.drawer__second-level-link--emphatic .drawer__second-level-link-arrow {
  fill: white;
  margin: 0;
}
.drawer__second-level-link--emphatic:hover {
  background-color: rgb(182.1227272727, 12.3772727273, 39.7840909091);
}
@media (min-width: 975px) {
  .drawer__second-level-link--emphatic {
    border-radius: 1.25em;
    padding: 1em 1.25em 1em 1.125em;
    gap: 0.5vw;
  }
}

.drawer__second-level-link--extra-space {
  margin-top: 0.75em;
}

.drawer__second-level-link-arrow {
  height: 0.5em;
  width: 0.55em;
  margin-bottom: 0.05em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
}

@media (max-width: 975px) {
  .drawer__utility-nav {
    -webkit-transform: translateX(0vw);
            transform: translateX(0vw);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    opacity: 1;
    pointer-events: all;
  }
}
.drawer__utility-nav > li {
  margin-bottom: 1em;
}
.drawer__utility-nav > li:last-child {
  margin-bottom: 0;
}
@media (min-width: 975px) {
  .drawer__utility-nav > li {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 975px) {
  .drawer__utility-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2vw;
    position: absolute;
    top: 1.4vw;
    right: 6vw;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .drawer__utility-nav {
    gap: 32px;
    top: 22.4px;
    right: 96px;
  }
}

@media (min-width: 975px) {
  .drawer__utility-nav--show-search {
    right: 26vw;
  }
}
@media (min-width: 1600px) {
  .drawer__utility-nav--show-search {
    right: 416px;
  }
}

@media (max-width: 975px) {
  .drawer__utility-nav--hide {
    -webkit-transform: translateX(-10vw);
            transform: translateX(-10vw);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.drawer__utility-nav-link {
  font-size: 3.9vw;
  text-decoration: none;
  color: black;
  padding: 0.5em 2.5vw;
  white-space: nowrap;
  gap: 1vw;
}
@media (min-width: 760px) {
  .drawer__utility-nav-link {
    font-size: 3vw;
  }
}
@media (min-width: 975px) {
  .drawer__utility-nav-link {
    font-size: 0.75vw;
    padding: 0;
    -webkit-transition: color 0.075s linear;
    transition: color 0.075s linear;
    font-weight: 600;
  }
  .drawer__utility-nav-link:hover {
    color: #CE0E2D;
  }
}
@media (min-width: 1600px) {
  .drawer__utility-nav-link {
    font-size: 12px;
  }
}

.drawer__search-form {
  width: 100%;
  margin-right: 2.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E6E6E6;
  border-radius: 2vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1vw 2vw;
  gap: 2vw;
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  opacity: 1;
  -webkit-transform: translateY(0vw);
          transform: translateY(0vw);
  pointer-events: all;
}
@media (min-width: 760px) {
  .drawer__search-form {
    border-radius: 1vw;
  }
}
@media (min-width: 975px) {
  .drawer__search-form {
    background-color: transparent;
    padding: 0.43vw 0.8vw;
    gap: 0vw;
    position: absolute;
    top: 0.625vw;
    right: 1.43vw;
    width: auto;
    margin: 0;
    font-size: 0.75em;
  }
}
@media (min-width: 1600px) {
  .drawer__search-form {
    padding: 7px 13px;
    top: 10px;
    right: 19px;
  }
}

@media (max-width: 975px) {
  .drawer__search-form--hide-DRAWER {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(5vw);
            transform: translateY(5vw);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media (min-width: 975px) {
  .drawer__search-form--show {
    gap: 0.56vw;
    background-color: #E6E6E6;
    right: 1.68vw;
  }
  .drawer__search-form--show .drawer__search-input {
    width: 16.25vw;
    opacity: 1;
    pointer-events: all;
  }
  .drawer__search-form--show .drawer__search-submit-btn {
    width: auto;
    opacity: 1;
    pointer-events: all;
  }
}
@media (min-width: 1600px) {
  .drawer__search-form--show {
    gap: 9px;
    right: 21px;
  }
  .drawer__search-form--show .drawer__search-input {
    width: 260px;
  }
}
.drawer__search-magnifying-glass {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  fill: black;
  height: 1.5em;
  width: auto;
}
@media (min-width: 975px) {
  .drawer__search-magnifying-glass {
    height: 1.5em;
  }
}
@media (min-width: 1600px) {
  .drawer__search-magnifying-glass {
    height: 1.25em;
  }
}

.drawer__search-input {
  background: transparent;
  border: 0;
  width: 100%;
  padding: 0.25em 0.25em 0.25em 0;
}
@media (min-width: 975px) {
  .drawer__search-input {
    overflow: hidden;
    width: 0px;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }
}

.drawer__search-submit-btn {
  line-height: 0;
}
.drawer__search-submit-btn svg {
  height: 1.5em;
  width: auto;
}
@media (min-width: 975px) {
  .drawer__search-submit-btn {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    width: 0;
  }
}

.premast {
  background-color: #F1F1F1;
  padding: 22.2vw 5.56vw 0;
}
@media (min-width: 760px) {
  .premast {
    padding: 18.2vw 4.2vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 975px) {
  .premast {
    padding: 12.2vw 2.19vw 0;
  }
}
@media (min-width: 1600px) {
  .premast {
    padding: 195.2px 35px 0;
  }
}

.premast--with-pagenav {
  padding-bottom: 1rem;
}
@media (min-width: 760px) {
  .premast--with-pagenav {
    padding-bottom: 0;
  }
}
.premast--with-pagenav h2 {
  padding-bottom: 1rem;
}

.premast--with-aside {
  padding-bottom: 2rem;
}
@media (min-width: 760px) {
  .premast--with-aside {
    padding-bottom: 0;
  }
}
.premast--with-aside h1 {
  padding-bottom: 1rem;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25em;
  font-size: 3.33vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5em;
}
.breadcrumbs svg {
  height: 1em;
  width: auto;
  fill: black;
  margin-top: 0.125em;
}
@media (min-width: 760px) {
  .breadcrumbs {
    font-size: 2vw;
  }
}
@media (min-width: 975px) {
  .breadcrumbs {
    font-size: 0.875vw;
  }
}
@media (min-width: 1600px) {
  .breadcrumbs {
    font-size: 14px;
  }
}

.breadcrumbs__link {
  color: black;
  font-weight: 600;
  text-decoration: underline;
}
.breadcrumbs__link:first-child {
  color: #999999;
  text-decoration: none;
}
.breadcrumbs__link:first-child:hover {
  text-decoration: none;
}
.breadcrumbs__link:hover {
  text-decoration: underline;
}
.breadcrumbs__link:last-child:not(:first-child) {
  text-decoration: underline;
}

.pagenav {
  background-color: white;
  border-radius: 0.25rem;
  border: 1px solid #E1E1E1;
  min-height: 2.5rem;
  padding: 0.25rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  width: calc(100% - 11.12vw);
  z-index: 999;
}
@media (min-width: 760px) {
  .pagenav {
    width: 35vw;
    right: 4.2vw;
    margin-top: 1rem;
  }
}
@media (min-width: 975px) {
  .pagenav {
    width: auto;
    background-color: #E6E6E6;
    border-radius: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    padding: 0.625rem;
  }
}

.pagenav__ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.pagenav__ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenav__ul li:first-child .pagenav__link {
  border-top: 0;
}
@media (min-width: 975px) {
  .pagenav__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25rem;
  }
}

.pagenav__link {
  font-size: 1rem;
  text-decoration: none;
  color: black !important;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  display: none;
  padding: 0.5em 0;
  border-top: 1px solid #E1E1E1;
  width: 100%;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
}
@media (min-width: 975px) {
  .pagenav__link {
    font-size: 0.875vw;
    pointer-events: all;
    display: block;
    border-radius: 0.5em;
    padding: 1em 1.5em 1.25em;
    position: relative;
    border: 0;
  }
  .pagenav__link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0.875em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 3em);
    height: 2px;
    background-color: #CE0E2D;
    pointer-events: none;
  }
  .pagenav__link:hover:not(.pagenav__link--active) {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1600px) {
  .pagenav__link {
    font-size: 14px;
  }
}

.pagenav__link--active {
  display: block;
}
@media (min-width: 975px) {
  .pagenav__link--active {
    background-color: #F1F1F1;
    color: black;
  }
  .pagenav__link--active:after {
    background-color: black;
  }
}

.pagenav__arrow-down {
  position: absolute;
  right: 0.5rem;
  top: 0.375rem;
  height: 1.75rem;
  width: auto;
  fill: black;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
@media (min-width: 975px) {
  .pagenav__arrow-down {
    display: none;
  }
}

.pagenav--open .pagenav__arrow-down {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}
.pagenav--open .pagenav__link {
  pointer-events: all;
  display: block;
}
.pagenav--open .pagenav__link--active {
  color: #CE0E2D;
}

.pagenav--collapsed {
  position: fixed;
  top: 12.7vw;
  right: 0;
  background-color: #F1F1F1;
  border-color: #ddd;
  max-width: 12.25rem;
  width: auto;
  border-radius: 0 0 0 0.5em;
  padding-right: 2.75rem;
  -webkit-animation: slideDown 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1) forwards;
          animation: slideDown 0.3s 0.3s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  -webkit-transform: translateY(-1000%);
          transform: translateY(-1000%);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
}
@media (min-width: 760px) {
  .pagenav--collapsed {
    top: 5.8vw;
    max-width: 16rem;
  }
}
@media (min-width: 975px) {
  .pagenav--collapsed {
    top: 2.5vw;
    max-width: none;
    padding-right: 1.5vw;
    border-radius: 0 0 0 1rem;
    background-color: #E6E6E6;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .pagenav--collapsed {
    top: 41.6px;
    padding-right: 16px;
  }
}
.pagenav--collapsed .pagenav__link {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 8.75rem;
}
@media (min-width: 760px) {
  .pagenav--collapsed .pagenav__link {
    max-width: 12.5rem;
  }
}
@media (min-width: 975px) {
  .pagenav--collapsed .pagenav__link {
    max-width: none;
    padding: 0.5em 1.25em 0.825em;
  }
  .pagenav--collapsed .pagenav__link:after {
    width: calc(100% - 2.5em);
    bottom: 0.55em;
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.premast__language-selector {
  text-align: left;
  margin-top: 2rem;
}
@media (min-width: 760px) {
  .premast__language-selector {
    text-align: right;
    margin: 0 0 0 2rem;
  }
}

.lang-toggle__label {
  font-weight: 600;
  font-size: 1rem;
  display: block;
  margin-bottom: 0.5rem;
}

.lang-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.lang-toggle__option {
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lang-toggle__track {
  position: relative;
  width: 3.5rem;
  height: 1.75rem;
  background-color: white;
  border: 1px solid #9EA1A2;
  border-radius: 0.5rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.125rem;
}

.lang-toggle__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.lang-toggle__thumb {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #333;
  border-radius: 0.325rem;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.lang-toggle__input:checked ~ .lang-toggle__thumb {
  -webkit-transform: translateX(1.875rem);
          transform: translateX(1.875rem);
}

.lang-toggle__input:focus-visible ~ .lang-toggle__thumb {
  outline: 2px solid #CE0E2D;
  outline-offset: 2px;
}

main:has(.photo-gallery--full-screen) .pagenav {
  display: none;
}

.mast--generic {
  background: #F1F1F1 url("../img/global/bg--grey-mast.png") no-repeat left top 5vw/180% auto;
  min-height: 5rem;
}
.mast--generic .content-wrapper {
  padding-bottom: 1.5rem;
}
.mast--generic .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 760px) {
  .mast--generic {
    background-position: left top 3vw;
    background-size: 140% auto;
  }
}
@media (min-width: 975px) {
  .mast--generic {
    background-position: left top 1rem;
    background-size: 100% auto;
    min-height: 6rem;
  }
  .mast--generic .content-wrapper {
    padding-top: 5.5rem;
    padding-bottom: 3rem;
    margin-top: -2rem;
  }
}
@media (min-width: 1980px) {
  .mast--generic .content-wrapper {
    margin-top: -4rem;
    padding-top: 7rem;
  }
}
@media (min-width: 2500px) {
  .mast--generic .content-wrapper {
    margin-top: -5rem;
    padding-top: 8rem;
  }
}

.mast--solo-photo {
  background: url("../img/global/mast__red-wave-bg.png") no-repeat left center/200% auto, -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F1F1F1), color-stop(50%, white));
  background: url("../img/global/mast__red-wave-bg.png") no-repeat left center/200% auto, linear-gradient(#F1F1F1 50%, white 50%);
  padding: 5.56vw;
}
@media (min-width: 760px) {
  .mast--solo-photo {
    padding: 4.2vw;
  }
}
@media (min-width: 975px) {
  .mast--solo-photo {
    background: url("../img/global/mast__red-wave-bg.png") no-repeat left center/100% auto, -webkit-gradient(linear, left top, left bottom, color-stop(50%, #F1F1F1), color-stop(50%, white));
    background: url("../img/global/mast__red-wave-bg.png") no-repeat left center/100% auto, linear-gradient(#F1F1F1 50%, white 50%);
    padding: 2.19vw;
  }
}
@media (min-width: 1600px) {
  .mast--solo-photo {
    padding: 35px;
  }
}

.mast--solo-photo__div-img {
  background-color: #6F2A30;
  background-size: cover;
  background-position: center center;
  aspect-ratio: 2.32;
  border-radius: 4.17vw;
}
@media (min-width: 975px) {
  .mast--solo-photo__div-img {
    aspect-ratio: 4.03;
    border-radius: 1.25vw;
  }
}
@media (min-width: 1600px) {
  .mast--solo-photo__div-img {
    border-radius: 20px;
  }
}

.mast--solo-photo + section > .content-wrapper {
  padding-top: 1rem;
}

.mast--text-with-photo-bg {
  background: #F1F1F1 url("../img/global/mast__red-wave-bg.png") no-repeat top 17vw center/200% auto;
  padding: 5.56vw;
}
@media (min-width: 760px) {
  .mast--text-with-photo-bg {
    padding: 4.2vw;
  }
}
@media (min-width: 975px) {
  .mast--text-with-photo-bg {
    background: #F1F1F1 url("../img/global/mast__red-wave-bg.png") no-repeat left center/100% auto;
    padding: 2.19vw;
  }
}
@media (min-width: 1600px) {
  .mast--text-with-photo-bg {
    padding: 35px;
  }
}
.mast--text-with-photo-bg + section .content-wrapper {
  padding-top: 1px;
}

.mast--text-with-photo-bg__img {
  background-size: 100% auto;
  background-position: top center;
  border-radius: 4.17vw;
  background-repeat: no-repeat;
}
.mast--text-with-photo-bg__img .content-wrapper {
  padding: 11rem 0 0;
}
.mast--text-with-photo-bg__img .btn {
  margin: 1rem 0.25rem 0 !important;
}
@media (min-width: 975px) {
  .mast--text-with-photo-bg__img .btn {
    margin: -1rem 0.25rem 0 !important;
  }
}
@media (min-width: 760px) {
  .mast--text-with-photo-bg__img .content-wrapper {
    padding-top: 27rem;
  }
}
@media (min-width: 975px) {
  .mast--text-with-photo-bg__img {
    border-radius: 1.25vw;
    background-size: cover;
    background-position: center center;
  }
  .mast--text-with-photo-bg__img .content-wrapper {
    padding: 2rem 0rem;
  }
}

.mast--home {
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: white;
  padding-top: 66.5vw;
}
.mast--home h2 {
  margin: 0;
}
@media (min-width: 760px) {
  .mast--home {
    background-position: top -5vw center;
    padding-top: 64.5vw;
  }
}
@media (min-width: 975px) {
  .mast--home {
    padding-top: 0;
    background-position: top center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 500px;
  }
  .mast--home .h1--page-headline {
    font-size: 4.25rem;
  }
  .mast--home .h2--page-headline {
    font-size: 4.25rem;
  }
  .mast--home .content-wrapper {
    padding-right: 44%;
  }
}
@media (min-width: 1320px) {
  .mast--home {
    height: 580px;
  }
  .mast--home .content-wrapper {
    padding-right: 640px;
  }
}
@media (min-width: 1600px) {
  .mast--home {
    aspect-ratio: unset;
    height: 680px;
    background-position: center center;
  }
}

.accordion__data-master {
  margin-top: 1.25rem;
}

.accordion {
  border-radius: 1rem;
  overflow: hidden;
}
.accordion + .accordion {
  margin-top: 1.25rem;
}

.accordion__header {
  background-color: #CE0E2D;
  color: white;
  padding: 1rem;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.675em;
  cursor: pointer;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  font-weight: 600;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.accordion__header:not(.accordion__header--open):hover {
  background-color: rgb(182.1227272727, 12.3772727273, 39.7840909091);
}
.accordion__header.accordion__header--open:hover {
  background-color: rgb(137.1705263158, 140.8147368421, 142.0294736842);
}

.accordion__header--open {
  background-color: #9EA1A2;
}
.accordion__header--open .accordion__header-icon {
  -webkit-transform: rotate(90deg) scaleX(-1);
          transform: rotate(90deg) scaleX(-1);
}

.accordion__content {
  background-color: #efefef;
  color: black;
  padding: 2rem;
}

.accordion__header-icon-wrapper {
  border: 0.12em solid white;
  border-radius: 100%;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.accordion__header-icon {
  width: 1.25rem;
  height: auto;
  fill: white;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer {
  position: relative;
  z-index: 1;
}
footer .btn {
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 975px) {
  footer .btn {
    white-space: nowrap;
    width: auto;
  }
}

.footer__organizer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 975px) {
  .footer__organizer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    gap: 3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__links {
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.footer__links p {
  line-height: 1.75;
  margin: 2rem auto 3rem;
}
@media (min-width: 760px) {
  .footer__links .btn {
    margin-top: 0 !important;
  }
}
@media (min-width: 975px) {
  .footer__links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
    width: 27em;
  }
  .footer__links p {
    margin-bottom: 0;
  }
  .footer__links .btn {
    margin-top: 0 !important;
  }
}
@media (min-width: 1600px) {
  .footer__links {
    width: 23em;
  }
  .footer__links .btn {
    margin-top: 0 !important;
  }
}

.footer__social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin: 3rem auto 2.5rem;
}
@media (min-width: 975px) {
  .footer__social-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__social-link-svg {
  fill: white;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
  -webkit-transition: fill 0.075s linear;
  transition: fill 0.075s linear;
}
.footer__social-link-svg:hover {
  fill: #CE0E2D;
}

.footer__phone {
  color: white;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto !important;
  font-weight: 400;
}

.footer__nav {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
.footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__nav li {
  margin: 1em 0;
}
@media (min-width: 760px) {
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .footer__nav ul {
    min-width: 6em;
    max-width: 8em;
  }
}
@media (min-width: 975px) {
  .footer__nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__nav ul {
    max-width: none;
    min-width: 8em;
    max-width: 12em;
  }
}

.footer__nav-header {
  color: #999999;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 !important;
}

.footer__nav-link {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}
.footer__nav-link:hover {
  text-decoration: underline;
}

.footer__nav-link--with-arrow {
  white-space: nowrap;
}

.footer__nav-link-arrow {
  fill: white;
  width: 1rem;
  height: 1rem;
  -webkit-transform: translateY(0.35em);
          transform: translateY(0.35em);
}

.footer__logo-wrapper {
  text-align: center;
}

.footer__logo {
  display: inline-block;
  width: 80vw;
  height: auto;
}
@media (min-width: 760px) {
  .footer__logo {
    width: 60vw;
  }
}
@media (min-width: 975px) {
  .footer__logo {
    width: 42vw;
    margin-top: -2rem;
  }
}
@media (min-width: 1600px) {
  .footer__logo {
    width: 672px;
  }
}

.footer__legal {
  padding: 2rem 2rem 3rem;
  font-weight: 400;
}
@media (min-width: 760px) {
  .footer__legal {
    padding: 2rem 6rem 3rem;
  }
}
@media (min-width: 975px) {
  .footer__legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4rem 2rem 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__legal-links {
  margin: 1rem auto 5rem;
  color: #555555;
  font-size: 1rem;
  text-align: center;
  line-height: 1.75;
}
@media (min-width: 975px) {
  .footer__legal-links {
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 0.875rem;
  }
}

.footer__legal-link {
  color: white;
  text-decoration: none;
  white-space: nowrap;
}
.footer__legal-link:hover {
  text-decoration: underline;
}

.footer__copyright {
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 975px) {
  .footer__copyright {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.doc-link {
  background-color: white;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  overflow: hidden;
}
.doc-link:hover .doc-link__cta {
  background-color: rgb(182.1227272727, 12.3772727273, 39.7840909091);
}

.doc-link__title-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.doc-link__cta {
  background-color: #CE0E2D;
  color: white;
  padding: 1rem 0.5rem 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
}

.doc-link__cta-icon.download {
  margin-right: 0.25rem;
}

.doc-link__cta-icon {
  width: 1.5em;
  height: auto;
  fill: white;
}

.doc-link__title-wrapper {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.doc-link__title {
  font-size: 1.25rem;
  color: black;
}

.mast__search-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  border-radius: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1vw 3vw;
  gap: 1vw;
  border: 1px solid #707070;
}
@media (min-width: 975px) {
  .mast__search-form {
    padding: 0.43vw 0.8vw;
    gap: 0.56vw;
  }
}
@media (min-width: 1600px) {
  .mast__search-form {
    padding: 7px 13px;
  }
}

.mast__search-magnifying-glass {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  fill: black;
  height: 2em;
  width: auto;
}
@media (min-width: 975px) {
  .mast__search-magnifying-glass {
    height: 2em;
  }
}

.mast__search-input {
  background: transparent;
  border: 0 !important;
  width: 100%;
  padding: 0.25em 0.25em 0.25em 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1rem;
}
.mast__search-submit-btn {
  line-height: 0;
}
.mast__search-submit-btn svg {
  height: 1.75em;
  width: 1.75em;
}
@media (min-width: 975px) {
  .mast__search-submit-btn svg {
    height: 2em;
    width: 2em;
  }
}

.search-result {
  border-radius: 1.25rem 1.25rem 0 1.25rem;
  border: 1px solid #9EA1A2;
  -webkit-transition: border-color 0.075s linear;
  transition: border-color 0.075s linear;
  padding: 1.25rem 1.25rem 3rem;
  position: relative;
  margin-top: 1.5rem;
  display: block;
  text-decoration: none;
  color: black;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.search-result h3, .search-result .footer__phone {
  -webkit-transition: color 0.075s linear;
  transition: color 0.075s linear;
}
.search-result:hover {
  border-color: #CE0E2D;
}
.search-result:hover .search-result__icon {
  background-color: rgb(182.1227272727, 12.3772727273, 39.7840909091);
}
.search-result:hover h3, .search-result:hover .footer__phone {
  color: #CE0E2D;
}
.search-result:nth-child(even) {
  background-color: #F1F1F1;
}
@media (min-width: 975px) {
  .search-result {
    padding-bottom: 1.25rem;
    border-color: #E6E6E6;
  }
  .search-result .grid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search-result h3 + p, .search-result .footer__phone + p {
    margin-top: 0.25rem;
  }
}

.search-result__img-wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-result__img {
  max-width: 100%;
  border-radius: 0.75rem;
  max-height: 50vw;
}
@media (min-width: 760px) {
  .search-result__img {
    max-height: 40vw;
  }
}
@media (min-width: 975px) {
  .search-result__img {
    max-height: 17vw;
  }
}
@media (min-width: 1320px) {
  .search-result__img {
    max-height: 230px;
  }
}

.search-result__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0.5rem 0 0 0;
  background-color: #CE0E2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
}
.search-result__icon svg {
  fill: white;
  height: 1.5rem;
  width: auto;
  -webkit-transform: translateX(0.125em);
          transform: translateX(0.125em);
}

.pagination {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  font-size: 1rem;
}
@media (min-width: 760px) {
  .pagination {
    gap: 0.325rem;
  }
}

.pagination__btn {
  color: #CE0E2D;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  border: 2px solid transparent;
  border-radius: 0.325em;
  padding: 0.125em 0.325em;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  cursor: pointer;
}
.pagination__btn svg {
  height: 1.5em;
  width: auto;
  fill: #CE0E2D;
  margin-top: 0.1em;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
}
.pagination__btn:hover:not(.pagination__btn--active) {
  color: black;
  background-color: #F1F1F1;
}
.pagination__btn:hover:not(.pagination__btn--active) svg {
  fill: black;
}

.pagination__btn--active {
  color: black;
  border-color: black;
  pointer-events: none;
}

.pagination__btn[disabled] {
  color: #999999;
}
.pagination__btn[disabled] svg {
  fill: #999;
}

.pagination__btn--back svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.blog-listing {
  border-radius: 1rem 1rem 0 1rem;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0 0 1rem rgba(1, 1, 1, 0.1);
          box-shadow: 0 0 1rem rgba(1, 1, 1, 0.1);
  position: relative;
}

.blog-listing__img-wrapper {
  aspect-ratio: 2;
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  cursor: pointer;
}
.blog-listing__img-wrapper:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.blog-listing__copy {
  padding: 1.5rem;
}

.blog-listing__title {
  font-size: 5vw;
  color: black;
  text-decoration: none;
  display: block;
  margin-bottom: 1em;
  font-weight: 600;
}
.blog-listing__title:hover {
  text-decoration: underline;
}
@media (min-width: 760px) {
  .blog-listing__title {
    font-size: 3vw;
  }
}
@media (min-width: 975px) {
  .blog-listing__title {
    font-size: 1.25vw;
  }
}
@media (min-width: 1600px) {
  .blog-listing__title {
    font-size: 20px;
  }
}

.blog-listing__category {
  color: black;
  font-size: 1rem;
  display: inline-block;
  margin-right: 3rem;
  font-weight: 600;
}
.blog-listing__category:hover {
  font-weight: 600;
}

.blog-listing__icon-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0.5rem 0 0 0;
  background-color: #CE0E2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  text-decoration: none;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
}
.blog-listing__icon-wrapper svg {
  fill: white;
  height: 1.5rem;
  width: auto;
  -webkit-transform: translateX(0.125em);
          transform: translateX(0.125em);
}
.blog-listing__icon-wrapper:hover {
  background-color: rgb(182.1227272727, 12.3772727273, 39.7840909091);
}

.blog-listing--feature {
  grid-column: -1/1;
}
.blog-listing--feature .blog-listing__img-wrapper {
  aspect-ratio: 1;
}
@media (min-width: 760px) {
  .blog-listing--feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .blog-listing--feature .blog-listing__img-wrapper {
    aspect-ratio: 1;
    height: 44vw;
  }
  .blog-listing--feature .blog-listing__copy {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 975px) {
  .blog-listing--feature .blog-listing__img-wrapper {
    aspect-ratio: 2;
    height: 23.6vw;
  }
}
@media (min-width: 1320px) {
  .blog-listing--feature .blog-listing__img-wrapper {
    height: 312px;
  }
}

.faq__mast-btns {
  margin: 2.25rem 0 2.5rem;
}
.faq__mast-btns .btn {
  width: 100%;
  white-space: nowrap;
  padding: 1rem 1rem 1rem 0.5rem;
}
.faq__mast-btns .btn:last-child:not(button[type=submit]) {
  margin-top: 0;
}

.aside__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  width: 100%;
  color: black;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75rem 0.75rem 0.85rem;
  border-radius: 0.5rem;
  border: 1px solid #E1E1E1;
  background-color: transparent;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  position: relative;
  margin-top: 0.5rem;
}
.aside__checkbox:hover:not(.aside__checkbox--checked) {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-color: #ccc;
}
.aside__checkbox:hover:not(.aside__checkbox--checked) .aside__link-desktop-chevron {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
  fill: #CE0E2D;
}
@media (min-width: 975px) {
  .aside__checkbox {
    font-size: 0.925rem;
  }
}

.aside__checkbox-label {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
  text-decoration-color: #CE0E2D;
}

.aside__checkbox-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.aside__checkbox-control {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid black;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.aside__checkbox-input:checked + .aside__checkbox-control::after {
  content: url("../img/global/checkmark.svg");
  border-radius: 50%;
  text-decoration: none;
  width: 100%;
  height: auto;
}

.aside__checkbox-input:focus-visible + .aside__checkbox-control {
  outline: 2px solid #CE0E2D;
  outline-offset: 2px;
}

.aside__checkbox--checked {
  text-decoration-color: black;
  background-color: #F1F1F1;
  border-color: transparent;
}

.aside--open .aside__links {
  pointer-events: all;
}
.aside--open .aside__checkbox:not(.aside__checkbox--checked) {
  display: block;
}
.aside--open .aside__checkbox + .aside__checkbox {
  margin-top: 0.75rem;
}
.aside--open .aside__links-mobile-chevron {
  -webkit-transform: rotate(90deg) scaleX(-1);
          transform: rotate(90deg) scaleX(-1);
}

.blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog__header .h1--page-headline {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0.5em 0;
}
.blog__header .h2--page-headline {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0.5em 0;
}
@media (min-width: 975px) {
  .blog__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  .blog__header .h1--page-headline {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
  .blog__header .h2--page-headline {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
}

.blog__header-date-and-share {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 975px) {
  .blog__header-date-and-share {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
    white-space: nowrap;
    margin-top: 0.5rem;
  }
}

.blog__header-date {
  text-transform: uppercase;
}
@media (min-width: 975px) {
  .blog__header-date {
    font-weight: 400;
  }
}

.blog__header-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

.blog__header-share-icon {
  display: block;
  width: 1.5rem;
}
@media (min-width: 975px) {
  .blog__header-share-icon {
    width: 1.25rem;
  }
}

@media (min-width: 975px) {
  .blog__header-share-label {
    font-size: 0.875rem;
  }
}

.photo-gallery {
  margin-top: 2rem;
}

.photo-gallery__window {
  position: relative;
  width: 100%;
  line-height: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.56vw 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.56vw;
}
@media (min-width: 760px) {
  .photo-gallery__window {
    -ms-grid-columns: 1fr 4.2vw 1fr 4.2vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 4.2vw;
  }
}
@media (min-width: 975px) {
  .photo-gallery__window {
    -ms-grid-columns: 1fr 2.19vw 1fr 2.19vw 1fr 2.19vw 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.19vw;
  }
}
@media (min-width: 1600px) {
  .photo-gallery__window {
    gap: 35px;
  }
}

.photo-gallery__left-button, .photo-gallery__right-button {
  padding: 1.5rem 0;
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #CE0E2D;
}
.photo-gallery__left-button svg, .photo-gallery__right-button svg {
  width: 1.5rem;
  height: auto;
  fill: white;
}
@media (hover: hover) {
  .photo-gallery__left-button:hover, .photo-gallery__right-button:hover {
    background-color: rgb(182.1227272727, 12.3772727273, 39.7840909091);
  }
}
@media (min-width: 760px) {
  .photo-gallery__left-button svg, .photo-gallery__right-button svg {
    width: 2rem;
  }
}
@media (min-width: 975px) {
  .photo-gallery__left-button, .photo-gallery__right-button {
    padding: 1.5rem 0;
  }
  .photo-gallery__left-button svg, .photo-gallery__right-button svg {
    width: 3rem;
  }
}

.photo-gallery__left-button {
  display: none;
  left: 0;
  padding-right: 0.25rem;
  border-radius: 0 0.5rem 0.5rem 0;
}
@media (min-width: 975px) {
  .photo-gallery__left-button {
    padding-right: 0.5rem;
  }
}
.photo-gallery__left-button svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.photo-gallery__right-button {
  display: none;
  right: 0;
  padding-left: 0.25rem;
  border-radius: 0.5rem 0 0 0.5rem;
}
@media (min-width: 975px) {
  .photo-gallery__right-button {
    padding-left: 0.5rem;
  }
}

.photo-gallery__enlarger {
  background-color: #CE0E2D;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5em;
  z-index: 2;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  border-radius: 0 0 0 0.5rem;
}
@media (min-width: 975px) {
  .photo-gallery__enlarger {
    padding: 0.75rem;
  }
}
@media (hover: hover) {
  .photo-gallery__enlarger:hover {
    background-color: white;
  }
}

.photo-gallery__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1.18;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  display: block;
}

.photo-gallery__img-wrapper {
  position: relative;
  cursor: pointer;
  line-height: 0;
  outline: 0;
  border-radius: 1rem 1rem 0 1rem;
  overflow: hidden;
}
.photo-gallery__img-wrapper:after {
  content: url("../img/global/google-icon--add_box.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #CE0E2D;
  padding: 0.5rem;
  display: inline-block;
  margin: 0;
  border-radius: 0.5rem 0 0 0;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
}
.photo-gallery__img-wrapper:hover:after {
  background-color: rgb(182.1227272727, 12.3772727273, 39.7840909091);
}
.photo-gallery__img-wrapper:hover .photo-gallery__img {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.photo-gallery__close-btn {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0 1rem;
  overflow: hidden;
}
.photo-gallery__close-btn svg {
  width: 2.5rem;
  display: block;
}
@media (min-width: 760px) {
  .photo-gallery__close-btn svg {
    width: 3rem;
  }
}
@media (min-width: 975px) {
  .photo-gallery__close-btn svg {
    width: 4rem;
  }
}

.photo-gallery--full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  margin: 0;
}
.photo-gallery--full-screen .photo-gallery__img-wrapper {
  position: static;
  cursor: auto;
}
.photo-gallery--full-screen .photo-gallery__img-wrapper:after {
  display: none;
}
.photo-gallery--full-screen .photo-gallery__img-wrapper:hover .photo-gallery__img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.photo-gallery--full-screen .photo-gallery__left-button, .photo-gallery--full-screen .photo-gallery__right-button {
  display: inline-block;
}
.photo-gallery--full-screen .photo-gallery__img--active {
  display: block;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photo-gallery--full-screen .photo-gallery__img:not(.photo-gallery__img--active) {
  display: none;
}
.photo-gallery--full-screen .photo-gallery__enlarger, .photo-gallery--full-screen .photo-gallery__links {
  display: none;
}
.photo-gallery--full-screen .photo-gallery__window {
  height: 100%;
  padding: 0 !important;
  background: black !important;
  display: block;
}
.photo-gallery--full-screen .photo-gallery__close-btn {
  display: inline-block;
  position: absolute;
  top: 3.25rem;
  right: 0rem;
  padding: 0.5rem;
  fill: white;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .photo-gallery--full-screen .photo-gallery__close-btn:hover {
    fill: #CE0E2D;
  }
}
@media (min-width: 760px) {
  .photo-gallery--full-screen .photo-gallery__close-btn {
    top: 4rem;
  }
}
@media (min-width: 975px) {
  .photo-gallery--full-screen .photo-gallery__close-btn {
    top: 3.5rem;
  }
}

@media (min-width: 975px) {
  .grid--2col-on-desktop .photo-gallery__window {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.photo-carousel {
  margin-top: 2rem;
}

.photo-carousel__window {
  position: relative;
  width: 100%;
  line-height: 0;
}

.photo-carousel__left-button, .photo-carousel__right-button {
  padding: 0.25rem 0;
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: black;
}
.photo-carousel__left-button svg, .photo-carousel__right-button svg {
  width: 1.5rem;
  height: auto;
  fill: white;
  display: block;
}
@media (hover: hover) {
  .photo-carousel__left-button:hover, .photo-carousel__right-button:hover {
    background-color: rgb(182.1227272727, 12.3772727273, 39.7840909091);
  }
}
@media (min-width: 760px) {
  .photo-carousel__left-button svg, .photo-carousel__right-button svg {
    width: 2rem;
  }
}
@media (min-width: 975px) {
  .photo-carousel__left-button svg, .photo-carousel__right-button svg {
    width: 2rem;
  }
}

.photo-carousel__left-button {
  left: 0;
  padding-right: 0.25rem;
  border-radius: 0 0.5rem 0.5rem 0;
}
.photo-carousel__left-button svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.photo-carousel__right-button {
  right: 0;
  padding-left: 0.25rem;
  border-radius: 0.5rem 0 0 0.5rem;
}

.photo-carousel__enlarger {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: black;
  padding: 0.375rem;
  display: inline-block;
  margin: 0;
  border-radius: 0.5rem 0 0 0;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
}
.photo-carousel__enlarger svg {
  width: 1rem;
  fill: white;
  display: block;
}
@media (min-width: 760px) {
  .photo-carousel__enlarger svg {
    width: 1.5rem;
  }
}
@media (hover: hover) {
  .photo-carousel__enlarger:hover {
    background-color: #CE0E2D;
  }
}

.photo-carousel__img {
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
  width: 100%;
  height: 100%;
}

.photo-carousel__img--active {
  display: block;
  z-index: 1;
}

.photo-carousel__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 1rem 3rem;
}
@media (min-width: 975px) {
  .photo-carousel__links {
    margin: 1.25rem;
  }
}

.photo-carousel__link {
  background-color: #666666;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5em;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  border-radius: 100%;
}
@media (min-width: 975px) {
  .photo-carousel__link {
    margin: 0 0.375em;
  }
}

@media (hover: hover) {
  .photo-carousel__link:not(.photo-carousel__link--active):hover {
    background-color: rgb(182.1227272727, 12.3772727273, 39.7840909091);
  }
}

.photo-carousel__link--active {
  background-color: #CE0E2D;
}

.photo-carousel__close-btn {
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0 1rem;
  overflow: hidden;
}
.photo-carousel__close-btn svg {
  width: 2.5rem;
  display: block;
}
@media (min-width: 760px) {
  .photo-carousel__close-btn svg {
    width: 3rem;
  }
}
@media (min-width: 975px) {
  .photo-carousel__close-btn svg {
    width: 4rem;
  }
}

.photo-carousel--full-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  margin: 0;
}
.photo-carousel--full-screen .photo-carousel__img--active {
  -o-object-fit: contain;
     object-fit: contain;
}
.photo-carousel--full-screen .photo-carousel__enlarger, .photo-carousel--full-screen .photo-carousel__links {
  display: none;
}
.photo-carousel--full-screen .photo-carousel__window {
  height: 100%;
  padding: 0 !important;
  background: black !important;
}
.photo-carousel--full-screen .photo-carousel__close-btn {
  display: inline-block;
  position: absolute;
  top: 3.25rem;
  right: 0rem;
  padding: 0.5rem;
  fill: white;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  z-index: 2;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (hover: hover) {
  .photo-carousel--full-screen .photo-carousel__close-btn:hover {
    fill: #CE0E2D;
  }
}
@media (min-width: 760px) {
  .photo-carousel--full-screen .photo-carousel__close-btn {
    top: 4rem;
  }
}
@media (min-width: 975px) {
  .photo-carousel--full-screen .photo-carousel__close-btn {
    top: 3.5rem;
  }
}

.download-thumbnail {
  position: relative;
  border-radius: 1rem 1rem 0 1rem;
  overflow: hidden;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}
.download-thumbnail img {
  display: block;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 70vw;
}
@media (min-width: 760px) {
  .download-thumbnail img {
    max-height: 30vw;
  }
}
@media (min-width: 975px) {
  .download-thumbnail img {
    max-height: 17rem;
  }
}
@media (hover: hover) {
  .download-thumbnail:hover img {
    -webkit-filter: brightness(0.9);
            filter: brightness(0.9);
  }
  .download-thumbnail:hover svg {
    background-color: rgb(182.1227272727, 12.3772727273, 39.7840909091);
  }
}

.download-thumbnail__icon {
  background-color: #CE0E2D;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.25rem;
  z-index: 2;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  border-radius: 0.5rem 0 0 0;
  width: 2.25rem;
  display: block;
  fill: white;
}

.horizontal-scroller {
  margin-bottom: 3rem;
}
.horizontal-scroller .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media (max-width: 760px) {
  .horizontal-scroller .simplebar-content {
    width: 100%;
    padding-bottom: 2rem !important;
  }
  .horizontal-scroller .simplebar-content > div {
    width: 75vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 760px) {
  .horizontal-scroller .simplebar-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: auto;
    padding: 0;
  }
}
@media (min-width: 760px) {
  .horizontal-scroller {
    margin-bottom: 2rem;
  }
}

[data-simplebar] {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #CE0E2D;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.community-card {
  border-radius: 1rem 1rem 0 1rem;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 0 0 1rem rgba(1, 1, 1, 0.1);
          box-shadow: 0 0 1rem rgba(1, 1, 1, 0.1);
  position: relative;
}

.community-card__img-wrapper {
  aspect-ratio: 2;
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
  cursor: pointer;
}
@media (min-width: 760px) {
  .community-card__img-wrapper {
    aspect-ratio: 1.15;
  }
}
.community-card__img-wrapper:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.community-card__copy {
  padding: 1.25rem 3.5rem 1.25rem 1.5rem;
  line-height: 1;
}

.community-card__name {
  color: black;
  font-size: 1.125rem;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.community-card__name:hover {
  text-decoration: underline;
}

.community-card__icon-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 0.5rem 0 0 0;
  background-color: #CE0E2D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-transition: background-color 0.075s linear;
  transition: background-color 0.075s linear;
  text-decoration: none;
  -webkit-transition: all 0.075s linear;
  transition: all 0.075s linear;
}
.community-card__icon-wrapper svg {
  fill: white;
  height: 1.5rem;
  width: auto;
}
.community-card__icon-wrapper svg.chevron-right {
  -webkit-transform: translateX(0.125em);
          transform: translateX(0.125em);
}
.community-card__icon-wrapper:hover {
  background-color: rgb(182.1227272727, 12.3772727273, 39.7840909091);
}

@media (min-width: 975px) {
  .centers__selector-and-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .centers__selector-and-label label {
    white-space: nowrap;
    margin: 0;
  }
  .centers__selector-and-label select {
    width: auto;
    padding-right: 3rem !important;
  }
}

.centers__map-container {
  padding: 3rem 4.2vw 0;
}

.centers__map-wrapper {
  width: 90vw !important;
  height: 75vh;
  background-color: #aad2df;
  margin-top: 2rem;
  margin-left: -5.56vw;
  margin-right: -5.56vw;
  width: calc(100% + 11.12vw);
}
@media (min-width: 760px) {
  .centers__map-wrapper {
    margin-left: -4.2vw;
    margin-right: -4.2vw;
    width: calc(100% + 8.4vw);
  }
}
@media (min-width: 975px) {
  .centers__map-wrapper {
    border-radius: 1.5rem;
    aspect-ratio: 2;
    height: auto;
    margin: 2rem 0 0;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .centers__map-wrapper {
    width: 100% !important;
    height: 600px !important;
  }
}

.centers__map-wrapper--state {
  width: 100vw !important;
  height: 75vh;
  background-color: #aad2df;
  margin-top: 2rem;
  margin-left: -5.56vw;
  margin-right: -5.56vw;
  width: calc(100% + 11.12vw);
}
@media (min-width: 760px) {
  .centers__map-wrapper--state {
    margin-left: -4.2vw;
    margin-right: -4.2vw;
    width: calc(100% + 8.4vw);
  }
}
@media (min-width: 975px) {
  .centers__map-wrapper--state {
    border-radius: 1.5rem;
    aspect-ratio: 2;
    height: auto;
    margin: 2rem 0 0;
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .centers__map-wrapper--state {
    width: 100% !important;
    height: 600px !important;
  }
}

.centers__results {
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (min-width: 975px) {
  .centers__results {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-bottom: -2rem;
  }
}
.centers__results .simplebar-content {
  padding: 1rem 1rem 3rem !important;
}
@media (min-width: 760px) {
  .centers__results .simplebar-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4.2vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 4.2vw;
  }
}
@media (min-width: 975px) {
  .centers__results .simplebar-content {
    -ms-grid-columns: 1fr 2.19vw 1fr 2.19vw 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.19vw;
  }
}
@media (min-width: 1600px) {
  .centers__results .simplebar-content {
    gap: 35px;
  }
}

.centers__result {
  background-color: white;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 1rem 1rem 1.5rem;
  width: 70vw !important;
  position: relative;
}
@media (min-width: 760px) {
  .centers__result {
    width: auto !important;
  }
}
@media (min-width: 975px) {
  .centers__result {
    padding: 1.5rem 1rem 1.5rem 5rem;
  }
}

.centers__result-number {
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  color: #CE0E2D;
  margin-right: 0.5rem;
}
@media (min-width: 975px) {
  .centers__result-number {
    position: absolute;
    top: 1.1rem;
    left: 4.25rem;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    font-size: 2.5rem;
  }
}

.centers__result-city {
  display: inline-block;
  font-weight: 600;
  font-size: 1.125rem;
  text-transform: uppercase;
}
@media (min-width: 975px) {
  .centers__result-city {
    font-size: 1.25rem;
  }
}

.centers__result-address {
  text-decoration: underline;
  font-weight: 400;
  display: block;
  font-size: 0.875rem;
  color: black;
  line-height: 1.5;
  margin: 0.65rem 0 0.125rem;
}
@media (min-width: 975px) {
  .centers__result-address {
    font-size: 1.125rem;
    line-height: 1.25;
  }
}

.centers__result-phone {
  font-size: 0.875rem;
  color: black;
  text-decoration: none;
  line-height: 1.5;
}
.centers__result-phone a {
  color: black;
  text-decoration: none;
}
@media (min-width: 760px) {
  .centers__result-phone {
    margin: 1rem 0;
  }
}
@media (min-width: 975px) {
  .centers__result-phone {
    font-size: 1.125rem;
    line-height: 1.25;
    margin: 0.5rem 0;
  }
}

.centers__result-btn {
  padding: 0.25rem 0.25rem 0.25rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.75rem;
  margin: 0.5rem 0 0 0 !important;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.centers__result-btn.btn--secondary {
  margin-right: 0;
}
@media (min-width: 975px) {
  .centers__result-btn {
    width: auto;
    margin: 0.5rem 0.5rem 0 0 !important;
  }
}

.centers__mast-info-flexer p:first-child {
  border-bottom: 1px solid #707070;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 760px) {
  .centers__mast-info-flexer p:first-child {
    border-bottom: 0;
    border-right: 1px solid #707070;
    margin-bottom: 0;
    margin: 0 2rem 0 0 !important;
    padding: 0 2rem 0 0 !important;
  }
}
.centers__mast-info-flexer p:last-child {
  margin-bottom: 0;
}
@media (min-width: 760px) {
  .centers__mast-info-flexer p:last-child {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
}
.centers__mast-info-flexer p a {
  color: black;
}
@media (min-width: 760px) {
  .centers__mast-info-flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.5rem 0 1rem;
  }
}
.centers__mast-info-flexer a {
  text-decoration: none;
}
.centers__mast-info-flexer a:hover {
  text-decoration: underline;
}

.centers__mast-info-btn {
  margin-top: 1rem;
}
@media (max-width: 760px) {
  .centers__mast-info-btn {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0 !important;
  }
}
@media (min-width: 760px) {
  .centers__mast-info-btn {
    margin-bottom: 0 !important;
  }
}

.center-details__promo-img {
  width: 50% !important;
}

@media (max-width: 760px) {
  .center-details__promo {
    margin-top: 3rem;
  }
}
.center-details__promo img + h3, .center-details__promo img + .footer__phone {
  margin-top: 1rem;
}

.easy-as-123 {
  margin-top: 0rem;
  position: relative;
  z-index: 2;
  margin-bottom: -13rem;
}
@media (max-width: 760px) {
  .easy-as-123 h2 {
    font-size: 7vw;
    margin-top: 1rem;
  }
}
@media (min-width: 760px) {
  .easy-as-123 {
    margin-top: 2rem;
    margin-bottom: -15.5rem;
  }
}
@media (min-width: 975px) {
  .easy-as-123 {
    margin-bottom: -14rem;
  }
}

.easy-as-123__flexer {
  margin: 2rem 0.5rem 1.5rem;
}
@media (min-width: 975px) {
  .easy-as-123__flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2rem;
    gap: 1rem;
  }
}

.easy-as-123__step-num {
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #6F2A30;
  font-size: 2.5rem;
  font-weight: 600;
  width: 5rem;
  height: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.easy-as-123__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.easy-as-123__step p {
  margin: 0;
}
@media (min-width: 975px) {
  .easy-as-123__step {
    width: 29%;
  }
}

.easy-as-123__divider {
  height: 1px;
  width: 100%;
  border-top: 3px dashed white;
  margin: 2rem 0;
}
@media (min-width: 975px) {
  .easy-as-123__divider {
    height: 4rem;
    width: 1px;
    border-top: 0;
    border-left: 3px dashed white;
    margin: 0;
  }
}

section:has(.easy-as-123) + section {
  position: relative;
  z-index: 1;
  padding-top: 11rem;
}
@media (min-width: 760px) {
  section:has(.easy-as-123) + section {
    padding-top: 13rem;
  }
}
@media (min-width: 975px) {
  section:has(.easy-as-123) + section {
    padding-top: 9rem;
  }
}

.ready-to-donate, .have-questions {
  margin-top: 3rem;
  padding: 2rem;
  margin-bottom: -10rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 760px) {
  .ready-to-donate, .have-questions {
    text-align: center;
    margin-bottom: -11rem;
  }
}
@media (min-width: 975px) {
  .ready-to-donate, .have-questions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2rem;
    padding: 3rem;
    border-radius: 1.5rem;
    width: 74%;
    margin-left: 13%;
  }
  .ready-to-donate .btn, .have-questions .btn {
    margin: 0;
  }
}

section:has(.ready-to-donate) + section,
section:has(.have-questions) + section {
  position: relative;
  z-index: 0;
  padding-top: 7rem;
}
@media (min-width: 760px) {
  section:has(.ready-to-donate) + section,
  section:has(.have-questions) + section {
    padding-top: 8rem;
  }
}
@media (min-width: 975px) {
  section:has(.ready-to-donate) + section,
  section:has(.have-questions) + section {
    padding-top: 7rem;
  }
}

.have-questions {
  margin-top: 5rem;
}
@media (min-width: 975px) {
  .have-questions {
    width: 80%;
    margin-left: 10%;
  }
}

.process__item {
  background-color: white;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  position: relative;
}
.process__item p {
  margin: 0;
}
.process__item h3 + p, .process__item .footer__phone + p {
  margin-top: 0;
}
.process__item:last-child .process__linkage {
  left: auto;
  right: 50%;
}
@media (min-width: 760px) {
  .process__item:last-child .process__linkage {
    top: auto;
    bottom: 50%;
    right: auto;
    left: 5rem;
  }
}
@media (min-width: 760px) {
  .process__item {
    padding: 2rem 2rem 2rem 11rem;
  }
  .process__item h3, .process__item .footer__phone {
    margin: 0;
  }
  .process__item:not(:first-child):not(:last-child) .process__linkage {
    top: 0;
  }
}

.process__icon-wrapper {
  background-color: #CE0E2D;
  width: 6.5rem;
  padding: 1rem;
  border-radius: 1.5rem;
  height: 6.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}
@media (min-width: 760px) {
  .process__icon-wrapper {
    position: absolute;
    left: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.process__icon-img {
  display: block;
  width: 100%;
  max-height: 3rem;
  max-width: 3rem;
}

.process__linkage {
  background-color: #6F2A30;
  height: 0.5rem;
  width: 100%;
  position: absolute;
  top: 5rem;
  left: 50%;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 760px) {
  .process__linkage {
    width: 0.5rem;
    height: calc(100% + 3rem);
    top: 50%;
    left: 5rem;
  }
}

.form__progress-tracker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0 1rem;
}

.form__progress-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
}
.form__progress-step::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #E6E6E6;
  margin-top: 0.5rem;
  -webkit-transition: background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), background-color 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.form__progress-step--complete::after {
  background-color: #6F2A30;
}
.form__progress-step--complete:hover::after, .form__progress-step--complete:focus::after {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.form__progress-step--current::after {
  background-color: #CE0E2D;
}

.form__progress-step--incomplete::after {
  background-color: #E6E6E6;
}

.form__progress-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  color: black;
}
@media (min-width: 760px) {
  .form__progress-label {
    font-size: 0.875rem;
  }
}

.form__progress-connector {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  background-color: #E6E6E6;
  max-width: 8rem;
  min-width: 2rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 0 -1rem 0.5rem;
}
@media (min-width: 760px) {
  .form__progress-connector {
    max-width: 10rem;
    margin: 0 -1.5rem 0.5rem;
  }
}

.form__progress-step--complete + .form__progress-connector,
.form__progress-connector:has(+ .form__progress-step--complete),
.form__progress-connector:has(+ .form__progress-step--current) {
  background-color: #6F2A30;
}

.how-it-works {
  margin-top: 3rem;
  margin-bottom: -18rem;
  border-radius: 2rem;
}
@media (min-width: 760px) {
  .how-it-works {
    margin-bottom: -14rem;
  }
}

section:has(.how-it-works) + section {
  padding-top: 16rem;
}
@media (min-width: 760px) {
  section:has(.how-it-works) + section {
    padding-top: 10rem;
  }
}

.how-it-works__flexer {
  margin: 2rem 0 1rem 0;
}
@media (min-width: 760px) {
  .how-it-works__flexer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 1rem 3rem 0.5rem;
  }
}
@media (min-width: 975px) {
  .how-it-works__flexer {
    padding-bottom: 0;
  }
}

.how-it-works__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 760px) {
  .how-it-works__step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-right: 0.75rem;
  }
}
@media (min-width: 975px) {
  .how-it-works__step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    margin-left: -0.5rem;
  }
}

.how-it-works__step-name {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 0;
}
@media (min-width: 760px) {
  .how-it-works__step-name {
    text-align: center;
    -webkit-transform: translateX(0.5rem);
            transform: translateX(0.5rem);
    position: absolute;
    bottom: -6rem;
  }
}
@media (min-width: 975px) {
  .how-it-works__step-name {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

.how-it-works__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 760px) {
  .how-it-works__divider {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (min-width: 975px) {
  .how-it-works__divider {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.how-it-works__divider-dashes {
  height: 0;
  width: 100%;
  border-top: 4px dashed white;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 975px) {
  .how-it-works__divider-dashes {
    width: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.how-it-works__divider-chevron {
  fill: white;
  width: 3rem;
  height: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 760px) {
  .how-it-works__divider-chevron {
    -webkit-transform: none;
            transform: none;
  }
}

.two-ways {
  margin-top: 4rem;
}
@media (min-width: 760px) {
  .two-ways {
    margin: 4rem 2rem 2rem;
  }
}
@media (min-width: 975px) {
  .two-ways {
    margin-bottom: 0;
  }
}

.two-ways__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  text-align: center;
  margin-top: 2rem;
  position: relative;
}
.two-ways__option h3, .two-ways__option .footer__phone {
  margin-bottom: 1.5rem;
}
@media (min-width: 760px) {
  .two-ways__option:last-child {
    margin-top: 0;
  }
}

.two-ways__number {
  width: 4rem !important;
  height: 4rem !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: -2rem;
}
@media (min-width: 760px) {
  .two-ways__number {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -2rem;
  }
}

.two-ways__card {
  background-color: #F1F1F1;
  border-radius: 1rem;
  padding: 3rem 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.two-ways__card .btn {
  margin: 0;
}

.two-ways__app-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (min-width: 760px) {
  .two-ways__app-badges {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.two-ways__app-badge img {
  height: 4.5rem !important;
  width: auto !important;
  display: block;
}

.two-ways__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1.5rem 0;
}
@media (min-width: 760px) {
  .two-ways__divider {
    padding: 3rem 0;
  }
}

.two-ways__divider-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #9EA1A2;
}

.two-ways__divider-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #9EA1A2;
}

@media (min-width: 975px) {
  .two-ways__screenshot-wrapper {
    margin-left: 2rem;
  }
}

@media (min-width: 760px) {
  .horizontal-scroller:has(.testimonial) .simplebar-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}

@media (min-width: 760px) {
  .testimonial--directory1 {
    border-right: 1px solid white;
    padding-right: 3rem;
  }
}
@media (min-width: 975px) {
  .testimonial--directory1 {
    padding-right: 4rem;
  }
}

@media (min-width: 760px) {
  .testimonial--directory2 {
    padding-left: 3rem;
  }
}
@media (min-width: 975px) {
  .testimonial--directory2 {
    padding-left: 4rem;
  }
}

.testimonial__header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0.9fr 1rem 1.1fr;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1rem;
}
@media (min-width: 975px) {
  .testimonial__header {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 2rem;
    -ms-grid-columns: 0.7fr 1.3fr;
    grid-template-columns: 0.7fr 1.3fr;
  }
}
.testimonial__header hr {
  background-color: #6F2A30 !important;
  border-radius: 1rem;
  height: 0.625rem;
  margin: 0.75rem auto 0.75rem 0;
  width: 6rem;
}

.testimonial__portrait {
  border-radius: 50%;
  border: 0.5rem solid #6F2A30;
  width: 100%;
}

.home__primary-promo {
  background-color: white;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.home__primary-promo h3, .home__primary-promo .footer__phone {
  margin: 0;
}

.home__primary-promo-btn {
  margin: 0;
  position: relative;
  bottom: -2rem;
}

.home__primary-promo-img {
  aspect-ratio: 2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home__primary-promo-copy {
  padding: 5.56vw;
  padding-bottom: 0 !important;
}
@media (min-width: 760px) {
  .home__primary-promo-copy {
    padding: 4.2vw;
  }
}
@media (min-width: 975px) {
  .home__primary-promo-copy {
    padding: 2.19vw;
  }
}
@media (min-width: 1600px) {
  .home__primary-promo-copy {
    padding: 35px;
  }
}
.home__primary-promo-copy h3.redtxt, .home__primary-promo-copy .redtxt.footer__phone {
  margin: 0 !important;
}

.home__secondary-promo h3, .home__secondary-promo .footer__phone {
  margin-top: 1rem;
}

.home__secondary-promo-img {
  aspect-ratio: 1.28;
  border-radius: 1rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 760px) {
  .home__secondary-promo-img {
    aspect-ratio: 1;
  }
}

.testimonial--home .p--larger {
  line-height: 1.25;
}
@media (min-width: 975px) {
  .testimonial--home .testimonial__portrait {
    width: 12rem;
    margin-bottom: 1rem;
  }
  .testimonial--home .testimonial__header {
    margin: 0;
  }
}

@media (min-width: 760px) {
  .horizontal-scroller:has(.home__secondary-promo) .simplebar-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 4.2vw 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 4.2vw;
  }
}
@media (min-width: 975px) {
  .horizontal-scroller:has(.home__secondary-promo) .simplebar-content {
    -ms-grid-columns: 1fr 2.19vw 1fr 2.19vw 1fr 2.19vw 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2.19vw;
  }
}

@media (min-width: 760px) {
  .horizontal-scroller:has(.testimonial--home1) .simplebar-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media (min-width: 975px) {
  .horizontal-scroller:has(.testimonial--home1) .simplebar-content {
    -ms-grid-columns: 1fr 0 1fr 0 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
  }
  .horizontal-scroller:has(.testimonial--home1) .simplebar-content .testimonial--home1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    align-self: flex-end;
    padding-right: 3rem;
    border-right: 1px solid white;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .horizontal-scroller:has(.testimonial--home1) .simplebar-content .testimonial--home2 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1/1;
    padding: 0 0 1rem 3rem;
    margin: 0 0 2rem;
  }
  .horizontal-scroller:has(.testimonial--home1) .simplebar-content .testimonial--home2 p {
    padding-right: 3rem;
    border-right: 1px solid white;
    margin: 0;
  }
  .horizontal-scroller:has(.testimonial--home1) .simplebar-content .testimonial--home2 .p--larger {
    padding-bottom: 1rem;
  }
  .horizontal-scroller:has(.testimonial--home1) .simplebar-content .testimonial--home3 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 1;
    grid-row: 1/1;
    padding: 0 0 3rem 3rem;
  }
  .horizontal-scroller:has(.testimonial--home1) .simplebar-content .testimonial--home4 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 2;
    grid-row: 2;
    border-top: 1px solid white;
    padding: 3rem 3rem 0 15rem;
    margin: 0 0 0 2rem;
    position: relative;
  }
  .horizontal-scroller:has(.testimonial--home1) .simplebar-content .testimonial--home4 .testimonial__portrait {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .horizontal-scroller:has(.testimonial--home1) .simplebar-content .testimonial--home4 .testimonial__attribution {
    white-space: nowrap;
  }
}
@media (min-width: 975px) {
  .horizontal-scroller:has(.testimonial--home1) {
    margin-top: -15rem;
  }
}

.home__about-promo {
  padding: 3rem 2rem;
  border-radius: 1.5rem;
}
@media (min-width: 760px) {
  .home__about-promo h3, .home__about-promo .footer__phone {
    margin-top: 0;
  }
}
@media (min-width: 975px) {
  .home__about-promo h3, .home__about-promo .footer__phone {
    margin-top: 1rem;
  }
  .home__about-promo p {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 760px) {
  .home__latest-scroller .simplebar-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media (min-width: 975px) {
  .home__latest-scroller .simplebar-content {
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
  }
}

.redtxt {
  color: #CE0E2D !important;
}

.whitetxt {
  color: white !important;
}

.blacktxt {
  color: black !important;
}

.greytxt {
  color: #9EA1A2 !important;
}

.width100pc {
  width: 100% !important;
}

.grid-block-full-width {
  grid-column: -1/1;
}

.bg--red {
  background-color: #CE0E2D;
  color: white !important;
}
.bg--red hr {
  background-color: white;
}
.bg--red span.redtxt {
  color: white !important;
}
.bg--red h3, .bg--red .footer__phone {
  color: white;
}

.bg--grey {
  background-color: #F1F1F1;
}
.bg--grey h3, .bg--grey .footer__phone {
  color: black;
}

.bg--white {
  background-color: white;
  color: black;
}
.bg--white hr {
  background-color: #CE0E2D !important;
}

.bg--black {
  background-color: black;
  color: white;
}

.bg--waves-on-bottom {
  background-image: url("../img/global/bg--waves.png");
  background-position: bottom -20vw center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.bg--waves-on-top {
  position: relative;
}
.bg--waves-on-top:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  background-image: url("../img/global/bg--waves.png");
  background-position: bottom -10vw center;
  background-size: 110% auto;
  background-repeat: no-repeat;
}

.bg--waves-covering {
  background-image: url("../img/global/bg--waves.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg--waves-to-clear-on-top {
  background-image: url("../img/global/bg--waves.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg--waves-to-clear-on-bottom {
  background-image: url("../img/global/bg--waves-to-clear-on-bottom.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg--red-lines {
  background-image: url("../img/global/bg--red-lines.png");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg--grey-bottom-shape {
  background: url("../img/global/bg--grey-shape.png") no-repeat top 5vw center/100% auto, -webkit-gradient(linear, left top, left bottom, color-stop(13vw, transparent), color-stop(13vw, #E6E6E6), to(#E6E6E6));
  background: url("../img/global/bg--grey-shape.png") no-repeat top 5vw center/100% auto, linear-gradient(transparent 13vw, #E6E6E6 13vw, #E6E6E6);
}

.bg--grey-bottom-shape.bg--red {
  background: url("../img/global/bg--grey-shape.png") no-repeat top 5vw center/100% auto, -webkit-gradient(linear, left top, left bottom, color-stop(13vw, #CE0E2D), color-stop(13vw, #E6E6E6), to(#E6E6E6));
  background: url("../img/global/bg--grey-shape.png") no-repeat top 5vw center/100% auto, linear-gradient(#CE0E2D 13vw, #E6E6E6 13vw, #E6E6E6);
}

.bg--grey-bottom-shape.bg--grey {
  background: url("../img/global/bg--grey-shape.png") no-repeat top 5vw center/100% auto, -webkit-gradient(linear, left top, left bottom, color-stop(13vw, #F1F1F1), color-stop(13vw, #E6E6E6), to(#E6E6E6));
  background: url("../img/global/bg--grey-shape.png") no-repeat top 5vw center/100% auto, linear-gradient(#F1F1F1 13vw, #E6E6E6 13vw, #E6E6E6);
}

.bg--grey-bottom-shape.bg--white {
  background: url("../img/global/bg--grey-shape.png") no-repeat top 5vw center/100% auto, -webkit-gradient(linear, left top, left bottom, color-stop(13vw, white), color-stop(13vw, #E6E6E6), to(#E6E6E6));
  background: url("../img/global/bg--grey-shape.png") no-repeat top 5vw center/100% auto, linear-gradient(white 13vw, #E6E6E6 13vw, #E6E6E6);
}

.bg--red-top-shape-with-lines {
  background-image: url("../img/global/bg--red-shape.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.section--photo-divider {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  aspect-ratio: 1.8;
}
@media (min-width: 760px) {
  .section--photo-divider {
    aspect-ratio: 2.25;
  }
}
@media (min-width: 975px) {
  .section--photo-divider {
    aspect-ratio: 4;
  }
}
@media (min-width: 1600px) {
  .section--photo-divider {
    aspect-ratio: unset;
    height: 490px;
  }
}

.section--photo-promo {
  text-align: center;
  color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-weight: 600;
  min-height: 90vw;
}
.section--photo-promo h2 + h3, .section--photo-promo h2 + .footer__phone {
  margin-top: 0;
}
.section--photo-promo .content-wrapper {
  z-index: 2;
}
.section--photo-promo:after {
  content: "";
  z-index: 1;
  pointer-events: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url("../img/global/bg--grey-lines.png") no-repeat top -10% center/auto 200%;
}
@media (min-width: 760px) {
  .section--photo-promo {
    min-height: 50vw;
  }
}
@media (min-width: 975px) {
  .section--photo-promo {
    aspect-ratio: 3.27;
    min-height: auto;
  }
  .section--photo-promo:after {
    background-size: 160% auto;
    background-position: top 20% right 30%;
  }
}
@media (min-width: 1600px) {
  .section--photo-promo {
    aspect-ratio: unset;
    height: 490px;
  }
}

.leaflet-popup-content {
  min-width: 250px;
}
.leaflet-popup-content .heading {
  font-size: 16px;
  font-weight: 700;
}
.leaflet-popup-content a {
  color: #000 !important;
}
.leaflet-popup-content span {
  font-size: 14px;
  margin-bottom: 20px;
}
.leaflet-popup-content .tel-number {
  line-height: 30px;
}
.leaflet-popup-content svg {
  margin-bottom: 0.13em;
}
.leaflet-popup-content .btn--popup {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  font-size: 12px;
  padding: 6px 12px;
  color: #FFF !important;
  font-weight: 700;
  border-radius: 5px;
  margin: 0;
}
.leaflet-popup-content .btn--secondary {
  color: #CE0E2D !important;
}

.btn--popup + .btn--popup {
  margin: 0 0 0 0.5em;
}

.leaflet-marker-icon {
  height: 32px !important;
  width: 32px !important;
}

.ta-c {
  text-align: center;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

@media (max-width: 760px) {
  .ta-l-on-phone {
    text-align: left;
  }
  .ta-r {
    text-align: left;
  }
}
@media (min-width: 760px) {
  .ta-r {
    text-align: left;
  }
}
@media (min-width: 975px) {
  .ta-r {
    text-align: right;
  }
}
@media (min-width: 1600px) {
  .ta-r {
    text-align: right;
  }
}
[x-cloak] {
  display: none !important;
}

@media (min-width: 760px) {
  .phone-only {
    display: none;
  }
}

@media (min-width: 975px) {
  .mobile-only {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 760px) {
  .mb1rem-only-phone {
    margin-bottom: 1rem !important;
  }
  .mb2rem-only-phone {
    margin-bottom: 2rem !important;
  }
  .mb3rem-only-phone {
    margin-bottom: 3rem !important;
  }
  .mb4rem-only-phone {
    margin-bottom: 4rem !important;
  }
  .mb5rem-only-phone {
    margin-bottom: 5rem !important;
  }
  .mt1rem-only-phone {
    margin-top: 1rem !important;
  }
  .mt2rem-only-phone {
    margin-top: 2rem !important;
  }
  .mt3rem-only-phone {
    margin-top: 3rem !important;
  }
  .mt4rem-only-phone {
    margin-top: 4rem !important;
  }
  .mt5rem-only-phone {
    margin-top: 5rem !important;
  }
}
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  padding: 0;
  cursor: pointer;
}

button[disabled] {
  pointer-events: none;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.grid {
  gap: 2rem;
  display: -ms-grid;
  display: grid;
}
@media (min-width: 760px) {
  .grid {
    gap: 4.2vw;
  }
}
@media (min-width: 975px) {
  .grid {
    gap: 2.19vw;
  }
}
@media (min-width: 1600px) {
  .grid {
    gap: 35px;
  }
}

@media (max-width: 760px) {
  .grid--gap4rem-on-phone {
    gap: 4rem;
  }
}

.grid__block img {
  width: 100%;
  height: auto;
}

.grid__block--full-width {
  grid-column: -1/1;
}

@media (min-width: 975px) {
  h1 + .grid--2col-on-desktop > .grid__block:first-child {
    margin-top: 60px;
  }
  .grid__block > p:first-child {
    margin-top: 0;
  }
  .grid__block > p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 760px) {
  .grid__block > :first-child {
    margin-top: 0 !important;
  }
  .grid__block:first-child {
    margin-top: 0 !important;
  }
}
.grid--valign-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid--valign-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grid--2col-on-phone {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.grid--3col-on-phone {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}

.grid--4col-on-phone {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.grid--5col-on-phone {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

@media (min-width: 760px) {
  .grid--2col-on-tablet {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 760px) {
  .grid--80-20-on-tablet {
    -ms-grid-columns: 1.6fr 22px 0.4fr;
    grid-template-columns: 1.6fr 0.4fr;
    gap: 22px;
  }
}
@media (min-width: 975px) {
  .grid--80-20-on-tablet {
    gap: 30px;
  }
}

@media (min-width: 760px) {
  .grid--70-30-on-tablet {
    -ms-grid-columns: 1.4fr 0.6fr;
    grid-template-columns: 1.4fr 0.6fr;
  }
}

@media (min-width: 760px) {
  .grid--60-40-on-tablet {
    -ms-grid-columns: 1.2fr 0.8fr;
    grid-template-columns: 1.2fr 0.8fr;
  }
}

@media (min-width: 760px) {
  .grid--55-45-on-tablet {
    -ms-grid-columns: 1.1fr 0.9fr;
    grid-template-columns: 1.1fr 0.9fr;
  }
}

@media (min-width: 760px) {
  .grid--45-55-on-tablet {
    -ms-grid-columns: 0.9fr 1.1fr;
    grid-template-columns: 0.9fr 1.1fr;
  }
}

@media (min-width: 760px) {
  .grid--40-60-on-tablet {
    -ms-grid-columns: 0.8fr 1.2fr;
    grid-template-columns: 0.8fr 1.2fr;
  }
}

@media (min-width: 760px) {
  .grid--30-70-on-tablet {
    -ms-grid-columns: 0.6fr 1.4fr;
    grid-template-columns: 0.6fr 1.4fr;
  }
}

@media (min-width: 760px) {
  .grid--20-80-on-tablet {
    -ms-grid-columns: 0.4fr 22px 1.6fr;
    grid-template-columns: 0.4fr 1.6fr;
    gap: 22px;
  }
}
@media (min-width: 975px) {
  .grid--20-80-on-tablet {
    gap: 30px;
  }
}

@media (min-width: 760px) {
  .grid--3col-on-tablet {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 760px) {
  .grid--4col-on-tablet {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 760px) {
  .grid--5col-on-tablet {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 975px) {
  .grid--2col-on-desktop {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .grid--2col-on-desktop > * {
    margin-top: 0 !important;
  }
}
@media (max-width: 975px) {
  .grid--2col-on-desktop .grid__block:last-child > img:first-child, .grid--2col-on-desktop .grid__block:last-child > a:first-child img {
    margin-top: 20px;
  }
}

@media (min-width: 975px) {
  .grid--80-20-on-desktop {
    -ms-grid-columns: 1.6fr 30px 0.4fr;
    grid-template-columns: 1.6fr 0.4fr;
    gap: 30px;
  }
}

@media (min-width: 975px) {
  .grid--70-30-on-desktop {
    -ms-grid-columns: 1.4fr 0.6fr;
    grid-template-columns: 1.4fr 0.6fr;
  }
}

@media (min-width: 975px) {
  .grid--60-40-on-desktop {
    -ms-grid-columns: 1.2fr 0.8fr;
    grid-template-columns: 1.2fr 0.8fr;
  }
}

@media (min-width: 975px) {
  .grid--55-45-on-desktop {
    -ms-grid-columns: 1.1fr 0.9fr;
    grid-template-columns: 1.1fr 0.9fr;
  }
}

@media (min-width: 975px) {
  .grid--45-55-on-desktop {
    -ms-grid-columns: 0.9fr 1.1fr;
    grid-template-columns: 0.9fr 1.1fr;
  }
}

@media (min-width: 975px) {
  .grid--40-60-on-desktop {
    -ms-grid-columns: 0.8fr 1.2fr;
    grid-template-columns: 0.8fr 1.2fr;
  }
}

@media (min-width: 975px) {
  .grid--30-70-on-desktop {
    -ms-grid-columns: 0.6fr 1.4fr;
    grid-template-columns: 0.6fr 1.4fr;
  }
}

@media (min-width: 975px) {
  .grid--20-80-on-desktop {
    -ms-grid-columns: 0.4fr 30px 1.6fr;
    grid-template-columns: 0.4fr 1.6fr;
    gap: 30px;
  }
}

@media (min-width: 975px) {
  .grid--3col-on-desktop {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 975px) {
  .grid--4col-on-desktop {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 975px) {
  .grid--5col-on-desktop {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
  }
}

.grid[class*=on-phone][class*="--with-midline"] {
  gap: 15px 0;
}
.grid[class*=on-phone][class*="--with-midline"] > * {
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.7);
}
.grid[class*=on-phone][class*="--with-midline"] > *:first-child {
  padding-left: 0;
}
.grid[class*=on-phone][class*="--with-midline"] > *:last-child {
  padding-right: 0;
  border-right: 0;
}

@media (min-width: 760px) {
  .grid[class*=on-tablet][class*="--with-midline"],
  .grid[class*=on-phone][class*="--with-midline"] {
    gap: 25px 0;
  }
  .grid[class*=on-tablet][class*="--with-midline"] > *,
  .grid[class*=on-phone][class*="--with-midline"] > * {
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid rgba(0, 0, 0, 0.7);
  }
  .grid[class*=on-tablet][class*="--with-midline"] > *:first-child,
  .grid[class*=on-phone][class*="--with-midline"] > *:first-child {
    padding-left: 0;
  }
  .grid[class*=on-tablet][class*="--with-midline"] > *:last-child,
  .grid[class*=on-phone][class*="--with-midline"] > *:last-child {
    padding-right: 0;
    border-right: 0;
  }
}
@media (min-width: 975px) {
  .grid[class*="--with-midline"] {
    gap: 35px 0;
  }
  .grid[class*="--with-midline"] > * {
    padding-left: 35px;
    padding-right: 35px;
    border-right: 1px solid rgba(0, 0, 0, 0.7);
  }
  .grid[class*="--with-midline"] > *:first-child {
    padding-left: 0;
  }
  .grid[class*="--with-midline"] > *:last-child {
    padding-right: 0;
    border-right: 0;
  }
}
@media (max-width: 975px) {
  .grid[class*=on-desktop] .grid__block--empty {
    display: none;
  }
}
@media (max-width: 760px) {
  .grid[class*=on-tablet] .grid__block--empty {
    display: none;
  }
  .grid:not(.grid[class*=on-phone]) > *:not(:first-child):not(.btn):not(.community-card) > *:first-child:not(:last-child) {
    margin-top: 2rem;
  }
}
@media (max-width: 760px) {
  .grid__block--order-1-on-phone {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .grid__block--order-2-on-phone {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 975px) {
  .grid__block--order-2-on-mobile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.video-resizer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 1rem;
  overflow: hidden;
}
.video-resizer iframe {
  aspect-ratio: 1.77;
  width: 100%;
  height: auto;
  max-height: 100%;
}
.video-resizer:not(:last-child) {
  margin-bottom: 2rem;
}

form {
  position: relative;
}
form label, form legend {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5em;
  cursor: pointer;
}
form label a, form legend a {
  color: #CE0E2D;
}
form input[type=text]:not(.drawer__search-input), form input[type=email], form input[type=tel], form input[type=date], form input[type=datetime], form textarea {
  border: 1px solid #E1E1E1;
  border-radius: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0.75em;
  font-size: 1rem;
  height: 3rem;
}
form input[type=checkbox] {
  border: 1px solid #E1E1E1;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  aspect-ratio: 1;
  width: 1.25em;
  height: auto;
}
form input[type=checkbox] + label {
  font-weight: normal;
}
form textarea {
  min-height: 8rem;
  height: auto;
}
form .btn:not(:first-child) {
  margin-top: 2em;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.form__radio-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.25rem 1rem 0.25rem 0;
}
.form__radio-group label {
  margin: 0 0 0 0.25em;
}
.form__radio-group + .form__error {
  margin: 0 0 0 1rem;
  display: inline-block;
  white-space: nowrap;
  vertical-align: text-bottom;
}
.form__radio-group label + input[type=text] {
  margin-left: 0.5rem;
}

input[type=radio] {
  /* Hide default appearance */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #E1E1E1; /* Unchecked border color */
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  background-color: white; /* Unchecked background color */
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

input[type=radio]:checked {
  /* Styles when checked */
  background-color: #CE0E2D; /* Inner circle background color */
  padding: 4px; /* Creates the inner dot effect */
  background-clip: content-box;
}

.form__success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.form__success--show {
  opacity: 1;
  pointer-events: all;
}

.form__success-bg {
  background-color: black;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form__success-msg {
  padding: 2em;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background-color: white;
  position: relative;
  max-width: 80vw;
}
@media (min-width: 760px) {
  .form__success-msg {
    padding: 3em;
  }
}

.form__success-close-btn {
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px !important;
  color: black;
  -webkit-transition: color 0.075s linear;
  transition: color 0.075s linear;
  outline: 0;
}
@media (hover: hover) {
  .form__success-close-btn:hover {
    color: black;
  }
}

.form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: white;
  border: 1px solid #E1E1E1;
  border-radius: 0.5rem;
  font-size: 1rem !important;
  padding: 0.75em 2.5em 0.75em 1em !important;
  width: 100%;
  color: rgb(0, 0, 0);
  line-height: 1.25 !important;
  height: 3rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 15'%3E%3Cpath stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 1rem top 40%;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
@media (min-width: 975px) and (max-width: 1600px) {
  .form__select {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
  }
}

.form__select:focus {
  border-color: #CE0E2D;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form__select[multiple] {
  background: white;
  height: auto;
}

.form__error-msg {
  display: none;
}

.form__error {
  position: relative;
}
.form__error input, .form__error select, .form__error .form__checkbox-custom-check, .form__error textarea {
  border-color: #CE0E2D !important;
}
.form__error .form__error-msg {
  display: block;
  position: absolute;
  top: 0.3rem;
  right: 0;
  font-size: 0.825rem;
  color: #CE0E2D;
}
.form__error:has(.form__checkbox-group) .form__error-msg, .form__error:has(.form__radio-group) .form__error-msg {
  position: static;
}

.form__thank-you {
  z-index: 1;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60% 20%;
}
@media (min-width: 760px) {
  .form__thank-you {
    padding: 0 30%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.form__thank-you--hidden {
  opacity: 0;
  pointer-events: none;
}

.form__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.56vw 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 5.56vw;
}
.form__grid label {
  font-size: 1.125rem;
}
.form__grid .grid__block--half, .form__grid .grid__block--full {
  grid-column: -1/1;
}
.form__grid .btn {
  margin-top: 0;
}
@media (min-width: 760px) {
  .form__grid {
    -ms-grid-columns: 1fr 4.2vw 1fr 4.2vw 1fr 4.2vw 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 4.2vw;
  }
  .form__grid .grid__block--half {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .form__grid .grid__block--full {
    grid-column: -1/1;
  }
}
@media (min-width: 975px) {
  .form__grid {
    gap: 2.19vw;
  }
}
@media (min-width: 1600px) {
  .form__grid {
    gap: 35px;
  }
}
.form__grid:not(:first-child) {
  margin-top: 2rem;
}

.form__checkbox-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.25rem 0rem 0.25rem 0;
}
.form__checkbox-group input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.form__checkbox-group label a {
  color: black;
}
.form__checkbox-group label {
  margin: 0;
}
.form__checkbox-group label + input[type=text] {
  margin-left: 0.5rem;
}

.form__checkbox-custom-check {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #333;
  border-radius: 0.5rem;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: white;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

input[type=checkbox] + .form__checkbox-custom-check::after {
  content: url("../img/global/checkmark.svg");
  border-radius: 50%;
  text-decoration: none;
  width: 100%;
  height: auto;
  opacity: 0;
  pointer-events: none;
}

input[type=checkbox]:checked + .form__checkbox-custom-check::after {
  content: url("../img/global/checkmark.svg");
  border-radius: 50%;
  text-decoration: none;
  width: 100%;
  height: auto;
  opacity: 1;
  pointer-events: all;
}

.file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  position: relative;
  margin-top: 0.5rem;
}
@media (min-width: 975px) {
  .file-upload {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    padding-bottom: 4rem;
  }
}

.file-upload__dropzone {
  display: none;
  border: 1px dashed #9EA1A2;
  border-radius: 1.5rem;
  padding: 1rem;
}
@media (min-width: 975px) {
  .file-upload__dropzone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.file-upload__dropzone-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  background-color: white;
  border: 1px solid #E1E1E1;
  border-radius: 1rem;
  padding: 1rem 2rem;
}

.file-upload__icon {
  width: 1.5rem;
  height: auto;
}

.file-upload__dropzone-text {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.file-upload__or {
  display: none;
  color: black;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (min-width: 975px) {
  .file-upload__or {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.file-upload__or-line {
  width: 1px;
  height: 1.5rem;
  background-color: black;
}

.file-upload__or-text {
  font-weight: 400;
}

.file-upload__btn {
  margin: 0 !important;
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 975px) {
  .file-upload__btn {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.file-upload__input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.file-upload__info {
  margin: 0 !important;
  font-size: 0.875rem;
  color: #707070;
  text-align: center;
  width: 100%;
}
@media (min-width: 975px) {
  .file-upload__info {
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    right: 0;
  }
}

.bg--red .form__error .form__error-msg {
  color: white;
  background: red;
  padding: 0 0.5em;
}
.bg--red .form__error input, .bg--red .form__error select, .bg--red .form__error .form__checkbox-custom-check, .bg--red .form__error textarea {
  background-color: #ffcdcd;
}

/*

    PRINT

------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3, .footer__phone {
    orphans: 3;
    widows: 3;
  }
  h2, h3, .footer__phone {
    page-break-after: avoid;
  }
}
/*

    PRINT

------------------------------------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href^=http]:after {
    content: " <" attr(href) "> ";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3, .footer__phone {
    orphans: 3;
    widows: 3;
  }
  h2, h3, .footer__phone {
    page-break-after: avoid;
  }
}