:root {
  --color-brand-primary: #eb0000;
  --color-brand-primary-alt: #ea0000;
  --color-accent-yellow: #ffd900;
  --color-accent-green: #2ede0a;
  --color-accent-purple: #7c36ba;
  --color-accent-orange: #f58e00;
  --color-text-default: #000000;
  --color-text-muted: #707070;
  --color-text-on-dark: #ffffff;
  --color-surface-base: #ffffff;
  --color-border-default: #000000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html,
body {
  scrollbar-width: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

body {
  min-height: 100vh;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus-visible {
  outline: 2px solid #eb0000;
  outline-offset: 2px;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("../fonts/Gilroy-ExtraBold.woff") format("woff"), url("../fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  src: url("../fonts/icon-font/iconfont.eot");
  src: url("../fonts/icon-font/iconfont.eot#iefix") format("embedded-opentype"), url("../fonts/icon-font/iconfont.ttf") format("truetype"), url("../fonts/icon-font/iconfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "iconfont" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home::before {
  content: "\e902";
}

.icon-cart::before {
  content: "\e908";
}

.icon-fb::before {
  content: "\e900";
}

.icon-insta::before {
  content: "\e901";
}

.icon-close::before {
  content: "\e903";
}

.icon-down::before {
  content: "\e907";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #000000;
}

h1 {
  font-size: clamp(30px, 5.72917vw, 110px);
  line-height: clamp(32px, 5.20833vw, 100px);
  margin-bottom: clamp(16px, 3.125vw, 60px);
}

h2 {
  font-size: clamp(28px, 4.94792vw, 95px);
  line-height: clamp(30px, 4.6875vw, 90px);
  margin-bottom: clamp(14px, 2.60417vw, 50px);
}

h3 {
  font-size: clamp(26px, 4.16667vw, 80px);
  line-height: clamp(28px, 3.90625vw, 75px);
  margin-bottom: clamp(12px, 2.08333vw, 40px);
}

h4 {
  font-size: clamp(24px, 3.38542vw, 65px);
  line-height: clamp(26px, 3.125vw, 60px);
  margin-bottom: clamp(10px, 1.5625vw, 30px);
}

h5 {
  font-size: clamp(22px, 2.60417vw, 50px);
  line-height: clamp(24px, 2.34375vw, 45px);
  margin-bottom: clamp(8px, 1.04167vw, 20px);
}

h6 {
  font-size: clamp(20px, 1.82292vw, 35px);
  line-height: clamp(22px, 1.5625vw, 30px);
  margin-bottom: clamp(6px, 0.52083vw, 10px);
}

p {
  margin-bottom: 20px;
  max-width: 70ch;
}
p:last-child {
  margin-bottom: 0;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
  width: auto;
  height: auto;
  padding: 10px 20px;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background-color: #eb0000;
  color: #ffffff;
  font-weight: 600;
  border-radius: 19px;
}

.loader {
  position: absolute;
  z-index: 10001;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.loader.page-loaded {
  opacity: 0;
  visibility: hidden;
}

lottie-player {
  width: 300px;
  height: 300px;
}

#site-wrapper {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 10ms;
}
#site-wrapper.page-loaded {
  opacity: 1;
  visibility: visible;
}

@media (forced-colors: active) {
  #site-wrapper {
    opacity: 1;
    visibility: visible;
  }
  .loader {
    display: none;
  }
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  gap: 6px;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
  min-height: 44px;
  padding: 10px 20px;
}
.btn:disabled, .btn[aria-disabled=true] {
  pointer-events: none;
  opacity: 0.5;
}

.btn--primary {
  background-color: #eb0000;
  color: #ffffff;
  border-radius: 150px;
  border-color: #eb0000;
}
.btn--primary:hover, .btn--primary:focus-visible {
  background-color: #7c36ba;
}
.btn--primary.btn--success {
  background-color: #1cc139;
  border-color: #1cc139;
  pointer-events: none;
}

.btn--secondary {
  position: relative;
  overflow: hidden;
  background-color: transparent;
  color: #000000;
  border-color: currentColor;
  border-radius: 19px;
  z-index: 1;
}
.btn--secondary::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 0;
  background-color: #2ede0a;
  transition: width 1s ease;
}
.btn--secondary:hover::after, .btn--secondary:focus-visible::after {
  width: 100%;
}

.btn--ghost {
  background-color: transparent;
  color: #eb0000;
  border-color: #eb0000;
  border-radius: 150px;
}
.btn--ghost:hover, .btn--ghost:focus-visible {
  background-color: #eb0000;
  color: #ffffff;
}

.cta-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 198px;
  height: 198px;
  padding: 0 20px;
  text-align: center;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 37px;
  line-height: 1.1;
  text-decoration: none;
  border-radius: 50% 50% 0;
  background-color: #ea0000;
  color: #ffffff;
  box-shadow: 10px 10px 8px rgba(0, 0, 0, 0.224);
  transition: background-color 0.5s ease, color 0.5s ease;
}
.cta-badge:hover, .cta-badge:focus-visible {
  background-color: #7c36ba;
  color: #ffeb00;
}
.cta-badge > span {
  max-width: 100%;
}
.cta-badge:lang(it), .cta-badge:lang(fr), .cta-badge:lang(rm) {
  font-size: 32px;
}

.navigation-wrapper {
  position: fixed;
  z-index: 9999;
  display: flex;
  align-items: center;
  top: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  .navigation-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    width: 7.29167vw;
    padding: 15px 22px 22px;
    background-color: #ffffff;
  }
}

.nav-trigger {
  display: flex;
  flex-direction: column;
  width: 20px;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .nav-trigger {
    width: 24px;
  }
}
.nav-trigger span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #000000;
  border-radius: 3px;
}
.nav-trigger span:last-child {
  margin-bottom: 0;
}

.home-link,
.language-switcher,
.social-media {
  width: 24px;
  flex-direction: column;
  text-align: center;
}

.home-link {
  display: none;
  font-size: 18px;
}
@media (min-width: 768px) {
  .home-link {
    display: flex;
    margin-top: 1vh;
  }
}
.home-link a {
  color: #000000;
  transition: color 0.3s ease;
}
.home-link a:hover, .home-link a:focus-visible {
  color: #eb0000;
}

.language-switcher {
  display: none;
}
@media (min-width: 768px) {
  .language-switcher {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.language-switcher a {
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 35px;
  letter-spacing: 0;
  color: #000000;
  text-decoration: none;
}
.language-switcher a.active {
  color: #eb0000;
}
.language-switcher a[aria-disabled=true] {
  color: #707070;
  pointer-events: none;
}
.language-switcher a + a {
  margin-top: 10px;
}

.copy-right {
  display: none;
}
@media (min-width: 768px) {
  .copy-right {
    display: block;
    transform: rotate(-90deg) translateX(16px);
    transform-origin: right;
    white-space: nowrap;
    margin-bottom: 3vh;
    margin-right: 10px;
    font-family: "Gilroy", Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #707070;
  }
}

.social-media {
  display: none;
}
@media (min-width: 768px) {
  .social-media {
    display: flex;
    margin-top: 12.03704vh;
  }
}
.social-media a {
  color: #000000;
  transition: color 0.3s ease;
}
.social-media a:hover, .social-media a:focus-visible {
  color: #eb0000;
}
.social-media span.icon-insta,
.social-media span.icon-fb {
  font-size: 25px;
}
.social-media a + a {
  margin-top: 10px;
}

.navbar__drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  max-width: min(90vw, 1169px);
  display: flex;
  flex-direction: column;
  padding: 30px 20px;
  background-color: #ffffff;
  transform: translateX(100%);
  transition: transform 1s ease;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar__drawer {
    padding-left: 419px;
  }
}
.navbar__drawer.navbar__drawer--open {
  transform: translateX(0);
}

.navbar__close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 27px;
  width: 30px;
  height: 30px;
  background: none;
  border: 0;
  cursor: pointer;
  color: #000000;
  font-size: 27px;
}

.navbar__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 60px;
}

.navbar__link {
  display: inline-block;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  color: #000000;
  font-size: 28px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .navbar__link {
    font-size: 61px;
    line-height: 85px;
  }
}

.navbar__link,
.navbar__sublink {
  position: relative;
  z-index: 0;
  padding: 2px 8px;
  margin: -2px -8px;
  text-decoration: none;
}
.navbar__link::before,
.navbar__sublink::before {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 0;
  z-index: -1;
  width: 0;
  height: 36px;
  background-color: #eb0000;
  transition: width 1s ease;
}
.navbar__link:hover::before, .navbar__link:focus-visible::before,
.navbar__sublink:hover::before,
.navbar__sublink:focus-visible::before {
  width: 100%;
}

.navbar__sublist {
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
  padding-left: 0;
}

.navbar__link[aria-expanded=true] + .navbar__sublist {
  max-height: 300px;
}

.navbar__sublink {
  display: inline-block;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .navbar__sublink {
    font-size: 34px;
    line-height: 65px;
  }
}
.navbar__sublink::before {
  height: 23px;
}

.navbar__footer {
  display: flex;
  gap: 20px;
  margin-top: auto;
  padding-top: 30px;
}
.navbar__footer a {
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  text-decoration: none;
}
.navbar__footer a:hover, .navbar__footer a:focus-visible {
  color: #eb0000;
}

.footer {
  position: relative;
  overflow: hidden;
  min-height: 30px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .footer {
    min-height: 6.18vh;
  }
}

.footer__marquee {
  display: flex;
  min-height: inherit;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .footer__marquee {
    padding-top: 20px;
  }
}

.footer__track {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: max-content;
  animation: marquee-scroll 60s linear infinite;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.footer__item {
  flex-shrink: 0;
  padding: 0 18px;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 1;
  color: #000000;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .footer__item {
    padding: 0 5.7vh;
    font-size: 5.6vh;
  }
}

@media (prefers-reduced-motion: reduce) {
  .footer__track {
    animation-play-state: paused;
  }
}
.footer__link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.footer__link:focus {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 10000;
  width: auto;
  height: auto;
  padding: 10px 20px;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  background-color: #eb0000;
  color: #ffffff;
  font-weight: 600;
  border-radius: 19px;
}

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

.u-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.u-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media print {
  .navbar,
  .footer,
  .btn,
  .cta-badge {
    display: none !important;
  }
  body {
    color: #000;
    background: #fff;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.page-home {
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .page-home {
    margin-right: 7.29167vw;
  }
}
.page-home main {
  flex: 1 1 auto;
  min-height: 0;
}
.page-home .footer {
  flex: 0 0 auto;
}

.home-grid {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .home-grid {
    flex-direction: row;
    gap: 28px;
  }
}

.home-grid__col {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .home-grid__col {
    flex: 0 0 285px;
    width: 285px;
  }
}

.home-grid__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 15px 0 15px 21px;
  background-color: #ffffff;
}
.home-grid__logo img {
  max-width: 100%;
  height: auto;
  max-height: 40px;
}
@media (min-width: 768px) {
  .home-grid__logo img {
    max-height: none;
  }
}

.home-grid__stripe {
  display: none;
}
@media (min-width: 768px) {
  .home-grid__stripe {
    display: block;
    position: relative;
    flex: 1 1 auto;
    margin-bottom: 29px;
  }
  .home-grid__stripe::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: linear-gradient(to bottom, #000000, #000000 14px, #ffffff 14px, #ffffff 28px);
    background-size: 100% 28px;
    background-repeat: round;
  }
  @supports (height: round(down, 100%, 28px)) {
    .home-grid__stripe::before {
      height: calc(round(down, calc(100% - 14px), 28px) + 14px);
      background-repeat: repeat;
    }
  }
}

.home-grid__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 0 0 auto;
  min-height: 120px;
  padding: 15px;
  background-color: #4DAAAE;
}
@media (min-width: 768px) {
  .home-grid__cta {
    min-height: 220px;
    padding: 42px 43px 45px 44px;
  }
}

.home-grid__photo {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.home-grid__photo-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-grid__headline {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 0 20px;
  margin-bottom: 0;
  color: #ffffff;
  font-size: 34px;
  line-height: 38px;
  text-align: center;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .home-grid__headline {
    bottom: 60px;
    padding: 0 4%;
    font-size: 66px;
    line-height: 68px;
    letter-spacing: -1.32px;
  }
}

@keyframes fade-in-top {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#site-wrapper.page-loaded .home-grid__logo,
#site-wrapper.page-loaded .home-grid__stripe,
#site-wrapper.page-loaded .home-grid__cta,
#site-wrapper.page-loaded .home-grid__photo {
  animation: fade-in-top 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}
#site-wrapper.page-loaded .home-grid__logo {
  animation-delay: 0.6s;
}
#site-wrapper.page-loaded .home-grid__stripe {
  animation-delay: 0.8s;
}
#site-wrapper.page-loaded .home-grid__cta {
  animation-delay: 1s;
}
#site-wrapper.page-loaded .home-grid__photo {
  animation-delay: 0.6s;
}

.locarno-topbar {
  position: absolute;
  top: 20px;
  left: 21px;
  width: clamp(160px, 13.75vw, 264px);
  aspect-ratio: 264/186;
}

.locarno-topbar__logo {
  display: block;
  width: 100%;
  height: 100%;
}

.locarno-main {
  display: block;
}

.locarno-hero__headline {
  margin: 0 0 30px;
  max-width: 600px;
  font-size: 66px;
  line-height: 68px;
  letter-spacing: -1.32px;
  font-weight: 600;
  text-align: left;
}
@media (min-width: 768px) {
  .locarno-hero__headline {
    margin-left: calc(21px + clamp(160px, 13.75vw, 264px) + 10px);
  }
}

.locarno-carousel {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.locarno-carousel .carousel-inner,
.locarno-carousel .carousel-item,
.locarno-carousel img {
  aspect-ratio: 994/586;
  border-radius: 0;
  overflow: hidden;
}
.locarno-carousel img {
  object-fit: cover;
}
.locarno-carousel .carousel-indicators {
  position: static;
  order: 2;
  margin: 20px 0 0;
  gap: 19px;
}
.locarno-carousel .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: #dedede;
  opacity: 1;
  text-indent: 0;
}
.locarno-carousel .carousel-indicators [data-bs-target].active {
  background-color: #51B2E7;
}

.locarno-hero__intro {
  font-size: 34px;
  line-height: 38px;
  letter-spacing: 0;
  font-weight: 600;
  color: #000000;
}

.locarno-main p.locarno-hero__intro,
.locarno-main .locarno-text-box {
  max-width: 700px;
  margin-left: auto;
}

.locarno-layout {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 216px 20px 60px;
}
@media (min-width: 768px) {
  .locarno-layout {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: clamp(32px, 9vw, 174px);
    padding: 123px clamp(24px, 8.7vw, 167px) 60px;
  }
}

.locarno-content {
  min-width: 0;
}
@media (min-width: 768px) {
  .locarno-content {
    flex: 1 1 480px;
    max-width: 994px;
  }
}

.locarno-aside {
  min-width: 0;
}
@media (min-width: 768px) {
  .locarno-aside {
    flex: 1 1 260px;
    max-width: 410px;
  }
}

.locarno-section {
  margin-bottom: 60px;
}
.locarno-section:last-child {
  margin-bottom: 0;
}

.locarno-section__heading {
  position: relative;
  z-index: 0;
  width: fit-content;
  margin: 0 0 20px;
  text-align: left;
  font-size: 34px;
  line-height: 38px;
  letter-spacing: 0;
  font-weight: 600;
  color: #000000;
}
.locarno-section__heading::after {
  content: "";
  position: absolute;
  inset: 0 -8px;
  z-index: -1;
  background-image: repeating-linear-gradient(to bottom, transparent, transparent 16px, var(--heading-bar) 16px, var(--heading-bar) 38px);
}

.locarno-section p {
  text-align: left;
  font-size: 28px;
  line-height: 31px;
  letter-spacing: 0;
  font-weight: 600;
  color: #000000;
}

.locarno-section__heading--green {
  --heading-bar: #7BEB51;
}

.locarno-section__heading--pink {
  --heading-bar: #EA42B4;
}

.locarno-section__heading--yellow {
  --heading-bar: #ffd900;
}

.locarno-more {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
}
.locarno-more .icon-down {
  font-size: 26px;
  transition: transform 0.3s ease;
}
.locarno-more[aria-expanded=true] .icon-down {
  transform: rotate(180deg);
}

.locarno-more__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease;
}

.locarno-more__content p {
  text-align: left;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 600;
  color: #000000;
}

.locarno-more[aria-expanded=true] + .locarno-more__content {
  max-height: 600px;
}

.pledge-card-section {
  display: block;
}

.pledge-card {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 30px;
  align-items: start;
  border: 1px solid #000000;
  border-radius: 39px;
  padding: 25px 30px 15px 30px;
  margin-bottom: 30px;
}

.pledge-card__ja {
  grid-row: 1/span 2;
  margin: 0;
  font-size: 100px;
  line-height: 1;
  font-weight: 600;
}

.pledge-card__body {
  margin: 0;
  text-align: left;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 300;
  color: #000000;
}
.pledge-card__body strong {
  font-weight: 600;
}

.pledge-card__cta {
  display: inline-block;
  padding: 2px 14px;
  margin-top: 10px;
  border-radius: 150px;
  color: #ffffff;
  text-decoration: underline;
  font-weight: 600;
}

.pledge-card__cta--purple {
  background-color: #7c36ba;
}

.pledge-card__cta--orange {
  background-color: #f58e00;
}

.locarno-partners {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 60px;
}

.locarno-partners__logo {
  max-width: 100%;
  height: auto;
}

.locarno-videos__heading {
  font-size: 29px;
  line-height: 35px;
  letter-spacing: 0;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}

.locarno-videos__item {
  margin-bottom: 40px;
}
.locarno-videos__item:last-child {
  margin-bottom: 0;
}

.locarno-videos__thumb {
  aspect-ratio: 16/9;
  background-color: #707070;
  border-radius: 3px;
  overflow: hidden;
}
.locarno-videos__thumb video,
.locarno-videos__thumb iframe,
.locarno-videos__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.locarno-videos__caption {
  margin-top: 10px;
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  text-align: center;
}

.locarno-map {
  aspect-ratio: 994/586;
  margin-bottom: 30px;
  overflow: hidden;
}
.locarno-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.partner-badge-wrap {
  position: relative;
  height: 0;
  overflow: visible;
}

.partner-badge {
  position: sticky;
  top: 20px;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 153px;
  height: 153px;
  transform: translate(-90px, -76px);
  background: #7d8845 0 0 no-repeat padding-box;
  box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.1607843137);
  border-radius: 94px 94px 0 94px;
  opacity: 1;
  text-align: center;
  text-decoration: none;
  font: normal normal 600 30px/28px "Gilroy", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  color: #ffeb00;
  transition: transform 0.5s ease;
}
.partner-badge:hover, .partner-badge:focus-visible {
  transform: translate(-90px, -76px) scale(1.05);
}

.steine-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
  justify-content: flex-end;
}

.steine-grid__col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 1 240px;
  max-width: 320px;
}

.stone-card {
  margin: 0;
}

.stone-card__image {
  aspect-ratio: 4/3;
  background-color: #707070;
  border-radius: 3px;
}

.stone-card__label {
  display: block;
  padding: 4px 12px;
  background-color: #dedede;
  text-align: center;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-size: 27px;
  line-height: 30px;
  letter-spacing: -0.54px;
  font-weight: 600;
  color: #000000;
}

.stone-card__label--yellow {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 6px 12px;
  margin-bottom: 0;
  background-color: #ffd900;
  text-align: left;
  white-space: nowrap;
}

.stone-card--featured {
  position: relative;
}

.stone-card--featured p.stone-card__description {
  margin-top: 44px;
}

.stone-card__description {
  margin-top: 10px;
  font-size: 14px;
  color: #000000;
}
