/* Breakpoints */
/* Spacing */
/* Fonts */
/* Colors */
/* Margins */
h1,
h2,
h3,
h4,
h5,
h6, p, ul {
  padding: 0;
  padding-inline-start: 0;
}

h1,
h2,
h3,
h4,
h5,
h6, p, ul {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

*, body, h1,
h2,
h3,
h4,
h5,
h6, p {
  border: 0;
}

button {
  background-color: transparent;
}

a, button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  color: #1c1c1c;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  position: relative;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #6e6e6e;
  background-color: #ffffff;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 375px) {
  body {
    font-size: 20px;
  }
}

a {
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  display: inline-block;
  pointer-events: all;
  word-wrap: break-word;
  max-width: 100%;
  font-optical-sizing: auto;
}

p {
  color: #1c1c1c;
  font-optical-sizing: auto;
}

ul {
  list-style-type: none;
  font-optical-sizing: auto;
}

button {
  width: -moz-fit-content;
  width: fit-content;
  font-family: unset;
  letter-spacing: unset;
  text-transform: unset;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: all;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #f5f1eb;
}
body.openmenu {
  overflow: hidden;
}

.site-container {
  width: 100%;
  max-width: 1728px;
  padding-left: min(100px, 6.61375661vw);
  padding-right: min(100px, 6.61375661vw);
  margin: auto;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .site-container {
    max-width: 100%;
    padding-left: min(50px, 3.30687831vw);
    padding-right: min(50px, 3.30687831vw);
  }
}
.site-container.noright {
  padding-right: 0;
}

.navbar {
  position: absolute;
  width: 100%;
  z-index: 10;
  margin-top: 0;
  padding: 0;
  background-color: transparent;
  height: min(220px, 14.55026455vw);
  transition: height 0.3s ease-out;
}
.navbar.fixed-top {
  position: relative;
  background-color: rgb(0, 0, 0);
}
@media (max-width: 890px) {
  .navbar {
    position: fixed;
    width: 100%;
    top: 0;
    height: 80px;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.25);
  }
}
.navbar .navbar-toggler {
  position: absolute;
  right: min(60px, 3.96825397vw);
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid transparent;
  height: 40px;
  width: 40px;
  overflow: hidden;
  padding: 0 !important;
  background: transparent;
  border-radius: 100%;
  z-index: 3;
  display: none;
  cursor: pointer;
  transition: border 0.5s ease-in-out;
}
@media (max-width: 890px) {
  .navbar .navbar-toggler {
    display: block;
  }
}
.navbar .navbar-toggler span {
  position: absolute;
  height: 2px;
  background: #ffffff;
  width: 22px;
  height: 3px;
  display: block;
  transition: 0.5s ease-in-out;
  border-radius: 20px !important;
  left: 8px;
}
.navbar .navbar-toggler span:nth-child(1) {
  top: 12px;
}
.navbar .navbar-toggler span:nth-child(2) {
  top: 18px;
  right: 0;
}
.navbar .navbar-toggler span:nth-child(3) {
  top: 24px;
}
.navbar .navbar-toggler.open {
  border: 2px solid #ffffff;
}
.navbar .navbar-toggler.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 17px;
  left: 7px;
}
.navbar .navbar-toggler.open span:nth-child(2) {
  top: 17px;
  left: 7px;
  transform: rotate(-45deg);
}
.navbar .navbar-toggler.open span:nth-child(3) {
  display: none;
}
.navbar > div {
  padding-top: 0;
}
@media (max-width: 890px) {
  .navbar > div {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.navbar .navbar-brand {
  color: #1c1c1c;
  width: min(153px, 10.08201058vw);
  padding: 0;
  line-height: 0.8em;
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar .navbar-brand.hide {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 890px) {
  .navbar .navbar-brand {
    width: 120px;
  }
}
.navbar .navbar-menu {
  padding: 0px;
}
@media (max-width: 890px) {
  .navbar .navbar-menu {
    position: fixed;
    top: 180px;
    left: 110%;
    height: 100vh;
    padding: 0;
    transition: all 0.4s;
    z-index: 2;
    width: 100%;
    background: rgba(0, 0, 0, 0.95);
  }
}
@media (max-width: 890px) {
  .navbar .navbar-menu {
    top: 0px;
    padding-top: 28px;
    padding-bottom: 28px;
    overflow-y: auto;
    height: 100vh;
  }
}
.navbar .navbar-menu.open {
  left: 0;
}
.navbar .navbar-nav {
  gap: 24px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 890px) {
  .navbar .navbar-nav {
    flex-direction: column;
    align-items: center;
    gap: 6.06060606vw;
    padding: 6.06060606vw 0;
    width: 100%;
  }
}
.navbar .navbar-nav li.language {
  margin-left: -6px;
}
.navbar .navbar-nav li.language .toggle-btn {
  position: relative;
  width: max(65px, min(85px, 5.59523809vw));
  height: max(23px, min(30px, 1.97619048vw));
  border-radius: 30px;
  background: #f6f3e1;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 890px) {
  .navbar .navbar-nav li.language .toggle-btn {
    width: 85px;
    height: 30px;
  }
}
.navbar .navbar-nav li.language .toggle-btn.active .toggle-slider {
  transform: translateX(max(38px, min(50px, 3.30065789vw)));
}
@media (max-width: 890px) {
  .navbar .navbar-nav li.language .toggle-btn.active .toggle-slider {
    transform: translateX(50px);
  }
}
.navbar .navbar-nav li.language .toggle-btn.active .off-text {
  opacity: 0;
}
.navbar .navbar-nav li.language .toggle-btn.active .on-text {
  opacity: 1;
}
.navbar .navbar-nav li.language .toggle-btn .off-text {
  opacity: 1;
  text-align: right;
  right: max(8px, min(10px, 0.66137566vw));
}
@media (max-width: 890px) {
  .navbar .navbar-nav li.language .toggle-btn .off-text {
    right: 10px;
  }
}
.navbar .navbar-nav li.language .toggle-btn .on-text {
  opacity: 0;
  left: max(9px, min(12px, 0.78740158vw));
}
@media (max-width: 890px) {
  .navbar .navbar-nav li.language .toggle-btn .on-text {
    left: 12px;
  }
}
.navbar .navbar-nav li.language .toggle-btn .toggle-slider {
  position: absolute;
  top: max(2px, min(3px, 0.19761905vw));
  left: max(4px, min(5px, 0.33070866vw));
  width: max(19px, min(24px, 1.57619048vw));
  height: max(19px, min(24px, 1.57619048vw));
  border-radius: 50%;
  background: #21b572;
  transition: transform 0.5s ease;
}
@media (max-width: 890px) {
  .navbar .navbar-nav li.language .toggle-btn .toggle-slider {
    top: 3px;
    left: 5px;
    width: 24px;
    height: 24px;
  }
}
.navbar .navbar-nav li.language .toggle-btn .toggle-text {
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: max(14px, min(18px, 1.45502646vw));
  color: #21b572;
}
@media (max-width: 890px) {
  .navbar .navbar-nav li.language .toggle-btn .toggle-text {
    font-size: 18px;
  }
}
.navbar .navbar-nav li.language .toggle-btn .toggle-text span {
  display: inline-block;
  line-height: max(23px, min(30px, 1.97619048vw));
  position: absolute;
  width: 100%;
  transition: opacity 0.5s ease;
  height: max(23px, min(30px, 1.97619048vw));
  vertical-align: baseline;
}
@media (max-width: 890px) {
  .navbar .navbar-nav li.language .toggle-btn .toggle-text span {
    height: 30px;
    line-height: 30px;
  }
}
.navbar .navbar-nav li a {
  text-decoration: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  font-size: max(min(14px, 0.92715232vw), 10px);
  line-height: 1.4em;
  color: #ffffff;
  cursor: pointer;
}
.navbar .navbar-nav li a:hover {
  text-decoration: underline;
  color: #ffffff;
  background: none;
}
.navbar .navbar-nav li a.selected {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 2px;
  font-weight: 600;
}
.navbar .navbar-nav li a:focus {
  outline: none;
  background: none;
}
.navbar .navbar-nav li a.haschilds {
  padding-right: 20px;
  background: url(../../assets/img/down-arrow-menu.svg) right bottom no-repeat;
  background-size: min(20px, 1.32275132vw) min(20px, 1.32275132vw);
  width: fit-content;
  text-align: center;
}
@media (max-width: 890px) {
  .navbar .navbar-nav li a.haschilds {
    background-size: 20px 20px;
  }
}
.navbar .navbar-nav li a.cta-button {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: min(20px, 1.32275132vw) min(30px, 1.98795181vw);
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 660px) {
  .navbar .navbar-nav li a.cta-button {
    gap: 5px;
  }
}
.navbar .navbar-nav li a.cta-button.highlight {
  background-color: #b20000;
  border: 1px solid #b20000;
}
.navbar .navbar-nav li a.cta-button.store {
  display: flex;
  gap: min(10px, 0.66137566vw);
  align-items: center;
}
.navbar .navbar-nav li a.cta-button.store span {
  display: inline-block;
  width: min(16px, 1.05442177vw);
  height: min(20px, 1.32275132vw);
  background: url(../../assets/img/store.svg) left center no-repeat;
  background-size: cover;
  mix-blend-mode: exclusion;
}
@media (max-width: 660px) {
  .navbar .navbar-nav li a.cta-button.store span {
    width: 10px;
    height: 12.5px;
  }
}
.navbar .navbar-nav li a.cta-button:hover {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .navbar .navbar-nav li a {
    font-size: 11px;
  }
}
@media (max-width: 890px) {
  .navbar .navbar-nav li a {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .navbar .navbar-nav li a.cta-button {
    padding: 10px 20px;
    font-size: 17px;
  }
}
.navbar .navbar-nav li .submenu {
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: fit-content;
  position: fixed;
  left: 0;
  background-color: transparent;
  color: #ffffff;
  padding: 0.2em 0;
  visibility: hidden;
  transition: transform 0.4s ease-in;
  padding-top: min(9px, 0.59405941vw);
}
@media (max-width: 1000px) {
  .navbar .navbar-nav li .submenu {
    position: absolute;
    z-index: 1;
  }
}
@media (max-width: 890px) {
  .navbar .navbar-nav li .submenu {
    position: absolute;
    padding: 1em 0;
  }
}
.navbar .navbar-nav li .submenu.shows {
  max-height: none;
  visibility: visible;
  display: block !important;
}
@media (max-width: 890px) {
  .navbar .navbar-nav li .submenu.shows {
    position: relative;
  }
}
.navbar .navbar-nav li .submenu li {
  margin-bottom: min(9px, 0.59405941vw);
  text-align: left;
}
@media (max-width: 890px) {
  .navbar .navbar-nav li .submenu li {
    text-align: center;
  }
}
@media (max-width: 890px) {
  .navbar .navbar-nav li {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

footer {
  background-color: #1c1c1c;
  color: #ffffff;
}
@media (max-width: 660px) {
  footer {
    overflow: hidden;
  }
}
footer .footer {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: min(160px, 10.62831858vw);
  padding-bottom: min(50px, 3.31125828vw);
  gap: min(100px, 6.64556962vw);
}
@media (max-width: 660px) {
  footer .footer {
    flex-direction: column;
    row-gap: 30px;
  }
}
footer .footer * {
  color: #ffffff;
}
footer .footer .columns-data {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: min(207px, 13.69047619vw);
}
@media (max-width: 890px) {
  footer .footer .columns-data {
    flex-direction: column;
    gap: min(100px, 6.64556962vw);
  }
}
@media (max-width: 660px) {
  footer .footer .columns-data {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
    gap: 10%;
    row-gap: 0px;
  }
}
@media (max-width: 660px) and (max-width: 414px) {
  footer .footer .columns-data {
    gap: 5%;
    row-gap: 0px;
  }
}
footer .footer .columns-data.main-column {
  margin-bottom: 30px;
}
footer .footer .columns-data .links-columns {
  display: contents;
}
@media (max-width: 890px) {
  footer .footer .columns-data .links-columns {
    display: flex;
    gap: min(100px, 11.23595506vw);
  }
}
footer .footer .columns-data > div {
  color: #ffffff;
  max-width: 570px;
  font-size: min(22px, 1.455026455vw);
  line-height: 1.3em;
}
footer .footer .columns-data > div.main-column {
  margin-bottom: 30px;
}
@media (max-width: 660px) {
  footer .footer .columns-data > div {
    font-size: 22px;
  }
  footer .footer .columns-data > div:last-child {
    width: 100%;
  }
}
@media (max-width: 375px) {
  footer .footer .columns-data > div {
    width: 100%;
  }
}
footer .footer .columns-data > div h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(62px, 4.1005291005vw);
  font-weight: 700;
  line-height: 1.15873016em;
  color: #ffffff;
  letter-spacing: -1.26px;
  text-transform: uppercase;
  font-variation-settings: "wdth" 100;
  margin-bottom: min(24px, 1.58730159vw);
}
@media (max-width: 660px) {
  footer .footer .columns-data > div h2 {
    font-size: 42px;
  }
}
footer .footer .columns-data > div p {
  font-family: "Roboto", sans-serif;
  font-size: min(20px, 1.32275132vw);
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5em;
  font-variation-settings: "wdth" 100;
}
@media (max-width: 1000px) {
  footer .footer .columns-data > div p {
    font-size: 14.5502645503px;
  }
}
@media (max-width: 660px) {
  footer .footer .columns-data > div p {
    font-size: 17.6px;
  }
}
footer .footer .columns-data > div p a {
  text-decoration: none;
  color: #ffffff;
}
footer .footer .columns-data > div p a:hover {
  text-decoration: underline;
  color: #ffffff;
}
footer .footer .columns-data > div li a {
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 32px;
  text-decoration: none;
  color: #ffffff;
  white-space: nowrap;
}
footer .footer .columns-data > div li a:hover {
  text-decoration: underline;
  color: #ffffff;
}
footer .footer .footer-social p {
  margin-bottom: min(24px, 1.58730159vw);
  font-size: min(14px, 0.92715232vw);
}
@media (max-width: 660px) {
  footer .footer .footer-social p {
    text-align: center;
  }
}
@media (max-width: 1000px) {
  footer .footer .footer-social p {
    font-size: 10px;
  }
}
footer .footer .footer-social .social {
  display: flex;
  gap: 30px;
}
@media (max-width: 660px) {
  footer .footer .footer-social .social {
    justify-content: center;
  }
}
footer .footer .footer-social .social a {
  display: flex;
  align-items: center;
}
footer .footer .footer-social .social a img {
  height: 72px;
}
@media (max-width: 660px) {
  footer .footer .footer-social .social a img {
    height: 50px;
    margin-top: 10px;
  }
}
footer .footer .footer-endline {
  border-top: 1px solid #ffffff;
  padding-top: min(50px, 3.31125828vw);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 660px) {
  footer .footer .footer-endline {
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer .footer .footer-endline .footer-copyright p {
  font-size: min(14px, 0.92715232vw);
}
@media (max-width: 660px) {
  footer .footer .footer-endline .footer-copyright p {
    text-align: center;
  }
}
@media (max-width: 1000px) {
  footer .footer .footer-endline .footer-copyright p {
    font-size: 10px;
  }
}
footer .footer .footer-endline .footer-links {
  display: flex;
  gap: min(30px, 1.98675497vw);
}
@media (max-width: 660px) {
  footer .footer .footer-endline .footer-links {
    justify-content: center;
    margin-top: 10px;
  }
}
footer .footer .footer-endline .footer-links a {
  font-size: min(14px, 0.92715232vw);
  text-decoration: none;
  color: #ffffff;
}
footer .footer .footer-endline .footer-links a:hover {
  text-decoration: underline;
  color: #ffffff;
}
@media (max-width: 1000px) {
  footer .footer .footer-endline .footer-links a {
    font-size: 10px;
  }
}

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

.mt_sm {
  padding-top: min(25px, 1.6534391534vw) !important;
}
@media (max-width: 660px) {
  .mt_sm {
    padding-top: 12.5px !important;
  }
}

.mt_md {
  padding-top: min(50px, 3.3068783069vw) !important;
}
@media (max-width: 660px) {
  .mt_md {
    padding-top: 25px !important;
  }
}

.mt_lg {
  padding-top: min(75px, 4.9603174603vw) !important;
}
@media (max-width: 660px) {
  .mt_lg {
    padding-top: 37.5px !important;
  }
}

.mt_xlg {
  padding-top: min(100px, 6.6137566138vw) !important;
}
@media (max-width: 660px) {
  .mt_xlg {
    padding-top: 50px !important;
  }
}

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

.mb_sm {
  padding-bottom: min(25px, 1.6534391534vw) !important;
}
@media (max-width: 660px) {
  .mb_sm {
    padding-bottom: 12.5px !important;
  }
}

.mb_md {
  padding-bottom: min(50px, 3.3068783069vw) !important;
}
@media (max-width: 660px) {
  .mb_md {
    padding-bottom: 25px !important;
  }
}

.mb_lg {
  padding-bottom: min(75px, 4.9603174603vw) !important;
}
@media (max-width: 660px) {
  .mb_lg {
    padding-bottom: 37.5px !important;
  }
}

.mb_xlg {
  padding-bottom: min(100px, 6.6137566138vw) !important;
}
@media (max-width: 660px) {
  .mb_xlg {
    padding-bottom: 50px !important;
  }
}

.button {
  text-decoration: none !important;
  transition: 0.5s ease-in;
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 5px solid #ffffff;
  color: #ffffff;
  font-size: min(1.455026455vw, 22px);
  line-height: 1em;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
  white-space: nowrap;
  padding: 20px 30px;
  user-select: none;
}
.button:hover {
  background-color: #ffffff;
  color: #b20000 !important;
}
.button.inverted {
  border: 5px solid #000000;
  color: #000000;
}
.button.inverted:hover {
  background-color: #000000;
  color: #ffffff !important;
}
.button.highlight {
  background-color: #b20000;
  border: 1px solid #b20000;
  color: #ffffff;
  border-radius: 100px;
  padding: min(20px, 1.32275132vw) min(30px, 1.98795181vw);
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.button.highlight:hover {
  border: 1px solid #5e0101;
  background-color: #5e0101;
  color: #ffffff !important;
  text-decoration: none;
}
@media (max-width: 1000px) {
  .button {
    font-size: 14.5502645503px;
  }
}

.col.medium {
  max-width: 75%;
  margin: auto;
}
.col.small {
  max-width: 60%;
  margin: auto;
}
.col .widget {
  width: 100%;
}
.col > div {
  width: 100%;
}
.col h1 {
  margin-bottom: min(40px, 2.64550265vw);
  padding-bottom: min(10px, 0.66137566vw);
  font-size: min(4.1005291005vw, 62px);
  line-height: 1.09677419em;
  background: url(../../assets/img/line-white.svg) left bottom no-repeat;
  background-size: min(249px, 16.46825397vw) min(9px, 0.59405941vw);
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 1000px) {
  .col h1 {
    font-size: 41.0052910053px;
    background-size: 164.6825396825px 5.9523809524px;
    padding-bottom: 4.1005291005px;
  }
}
.col h2 {
  margin-bottom: min(40px, 2.64550265vw);
  padding-bottom: min(10px, 0.66137566vw);
  font-size: min(4.1005291005vw, 62px);
  line-height: 1.09677419em;
  background: url(../../assets/img/line-black.svg) left bottom no-repeat;
  background-size: min(249px, 16.46825397vw) min(9px, 0.59405941vw);
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 1000px) {
  .col h2 {
    font-size: 41.0052910053px;
    background-size: 164.6825396825px 5.9523809524px;
    padding-bottom: 4.1005291005px;
  }
}
.col h3 {
  margin-bottom: min(40px, 2.64550265vw);
  font-size: min(4.1005291005vw, 62px);
  text-transform: uppercase;
  line-height: 1.04878049em;
  width: 100%;
}
@media (max-width: 1000px) {
  .col h3 {
    font-size: 41.0052910053px;
    margin-bottom: 33.0687830688px;
  }
}
.col h4 {
  margin-bottom: min(40px, 2.64550265vw);
  font-size: min(2.1164021164vw, 32px);
  line-height: 1.09677419em;
  text-transform: uppercase;
  width: 100%;
  max-width: 80%;
}
@media (max-width: 1000px) {
  .col h4 {
    font-size: 21.164021164px;
    margin-bottom: 33.0687830688px;
  }
}
.col h5 {
  color: #1c1c1c;
  font-family: "Roboto", sans-serif;
  font-size: min(28px, 1.85185185vw);
  font-style: normal;
  font-weight: 700;
  line-height: 1.14285714em;
  margin-bottom: min(40px, 2.64550265vw);
  width: 100%;
  max-width: 80%;
}
@media (max-width: 1000px) {
  .col h5 {
    font-size: 18.5185185185px;
  }
}
.col h6 {
  color: #1c1c1c;
  font-family: "Roboto Condensed", sans-serif;
  font-size: min(7.9365079365vw, 120px);
  font-style: normal;
  font-weight: 900;
  line-height: 1em;
  letter-spacing: -2.4px;
  text-transform: uppercase;
  border-bottom: 1px solid #1c1c1c;
  width: 100%;
}
@media (max-width: 1000px) {
  .col h6 {
    font-size: 7.9365079365vw;
  }
}
@media (max-width: 660px) {
  .col h6 {
    font-size: 42px;
  }
}
.col h6 strong {
  color: #b20000;
}
.col s {
  text-transform: none;
  text-decoration: none;
}
.col p {
  font-size: min(1.1904761905vw, 18px);
  line-height: 1.45454545em;
  min-height: 1em;
  margin-bottom: min(40px, 2.64550265vw);
  max-width: 80%;
}
.col p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .col p {
    font-size: 11.9047619048px;
  }
}
.col a {
  color: #1c1c1c;
  text-decoration: underline;
}
.col a:hover {
  color: #b20000;
}
.col ul,
.col ol {
  margin: min(30px, 1.98412698vw) 0;
  padding-left: 30px;
  list-style: disc;
}
.col ul li,
.col ol li {
  margin-bottom: min(15px, 0.99206349vw);
  font-size: min(1.1904761905vw, 18px);
  line-height: 1.45454545em;
  color: #1c1c1c;
}
@media (max-width: 1000px) {
  .col ul li,
  .col ol li {
    font-size: 14.5502645503px;
    margin-bottom: 9.9206349206px;
  }
}
.col ol {
  list-style: decimal;
}
.col dl {
  width: min(1000px, 65.78947368vw);
  max-width: 100%;
}
.col dl dt {
  font-weight: 700;
  font-size: min(1.455026455vw, 22px);
  background-color: #f5f1eb;
  color: #b20000;
  padding: 10px 25px 0px 25px;
}
@media (max-width: 1000px) {
  .col dl dt {
    font-size: 14.5502645503px;
    margin-top: 19.8412698413px;
  }
}
.col dl dd {
  margin-bottom: min(10px, 0.66137566vw);
  font-size: min(1.1904761905vw, 18px);
  background-color: #f5f1eb;
  padding: 0px 25px 10px 25px;
}
@media (max-width: 1000px) {
  .col dl dd {
    font-size: 14.5502645503px;
    margin-bottom: 5.291005291px;
  }
}
.col img {
  max-width: 100%;
  height: auto;
}
.col figure {
  margin-top: min(40px, 2.64550265vw);
  margin-bottom: min(40px, 2.64550265vw);
}
.col figure:last-child {
  margin-bottom: 0;
}
.col figure:first-child {
  margin-top: 0;
}
.col figure > img {
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.col figure ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px auto;
  width: 100%;
  gap: 30px;
}
.col figure ul li {
  flex: 1;
}
.col figure ul li img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.col figure iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.col figure video {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-top: 15px;
}
.col figure figcaption p {
  margin-top: 1em;
  font-size: calc(min(1.455026455vw, 22px) * 0.8);
  color: #6e6e6e;
  padding-left: 0.25em;
}
@media (max-width: 890px) {
  .col figure figcaption p {
    font-size: 11.6547619048px;
  }
}
.col.fullparwidth p,
.col.fullparwidth h4,
.col.fullparwidth h5 {
  max-width: 100% !important;
}

/*# sourceMappingURL=custom.css.map */
