/* _global-reset.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  background-color: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

ul,
ol {
  list-style: none;
}

/**
* ICONS
*/
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
* {
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

img {
  pointer-events: none;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  overflow-x: hidden;
  background-color: #000000 !important;
  color: #FFFFFF !important;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 1280px) {
  body {
    font-size: 20px;
    line-height: 25px;
  }
}
body .desktop {
  display: none;
}
@media (min-width: 768px) {
  body .desktop {
    display: block;
  }
}
body section {
  width: 100%;
  overflow-x: hidden;
}
body section > .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
}
body section > .container.full {
  max-width: 100%;
}
body section > .container.fit {
  max-width: fit-content;
}
body section#top-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background-color: #000000 !important;
}
body section#top-menu > .container {
  display: flex;
  justify-content: flex-start;
  gap: 46px;
  align-items: center;
  padding: 0;
  margin: 0;
}
body section#top-menu > .container > .logo {
  background-color: #E92B2B !important;
  width: 100%;
  max-width: 46px;
}
@media (min-width: 992px) {
  body section#top-menu > .container > .logo {
    max-width: 128px;
  }
}
body section#top-menu > .container > .logo:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50px;
  background: url(../assets/wolf.png) no-repeat center/contain;
}
@media (min-width: 992px) {
  body section#top-menu > .container > .logo:before {
    padding-top: 91px;
  }
}
body section#top-menu > .container > .date h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body section#top-menu > .container > .date h2 {
    font-size: 24px;
    line-height: normal;
  }
}
@media (min-width: 1280px) {
  body section#top-menu > .container > .date h2 {
    font-size: 24px;
    line-height: normal;
  }
}
body section#top-menu > .container > .buttons-container {
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}
@media (min-width: 992px) {
  body section#top-menu > .container > .buttons-container {
    gap: 46px;
  }
}
body section#top-menu > .container > .buttons-container > .button {
  display: block;
  max-width: fit-content;
  padding: 0.8ch 3ch;
  text-transform: uppercase;
  color: #FFFFFF !important;
  border-radius: 4ch;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
}
body section#top-menu > .container > .buttons-container > .button.desktop {
  display: none;
}
@media (min-width: 768px) {
  body section#top-menu > .container > .buttons-container > .button.desktop {
    display: block;
  }
}
body section#top-menu > .container > .buttons-container > .button.red {
  background-color: #E92B2B !important;
  border: 1px solid #E92B2B;
}
body section#top-menu > .container > .buttons-container > .button.black {
  background-color: #000000 !important;
  border: 1px solid #E92B2B;
}
body section#top-menu > .container > .buttons-container > .button.dark {
  background-color: #2C2B2B !important;
  border: 1px solid #E92B2B;
}
@media (min-width: 768px) {
  body section#top-menu > .container > .buttons-container > .button {
    font-size: 13px;
    line-height: 13px;
  }
}
@media (min-width: 1280px) {
  body section#top-menu > .container > .buttons-container > .button {
    font-size: 16px;
    line-height: 16px;
  }
}
body section#top-menu > .container > .buttons-container > .wrapper {
  flex: 0 0 88px;
  justify-content: center;
  gap: 16px;
  overflow: hidden;
}
@media (min-width: 992px) {
  body section#top-menu > .container > .buttons-container > .wrapper {
    display: flex;
  }
}
body section#top-menu > .container > .buttons-container > .wrapper > .social {
  flex: 1 0 36px;
  display: block;
  padding-top: 36px;
  width: 100%;
  max-width: 28px;
  /*&:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 100%;
  }*/
}
@media (min-width: 992px) {
  body section#top-menu > .container > .buttons-container > .wrapper > .social {
    max-width: 36px;
  }
}
body section#top-menu > .container > .buttons-container > .wrapper > .social.fb {
  background: url(../assets/facebook.svg) no-repeat center/contain;
}
body section#top-menu > .container > .buttons-container > .wrapper > .social.ig {
  background: url(../assets/instagram.svg) no-repeat center/contain;
}
body section#top-menu > .container > .buttons-container > .anchor {
  display: block;
  padding: 0;
  width: 100%;
  max-width: 28px;
  border: 1px solid #E92B2B;
  border-radius: 50%;
}
@media (min-width: 992px) {
  body section#top-menu > .container > .buttons-container > .anchor {
    max-width: 36px;
  }
}
body section#top-menu > .container > .buttons-container > .anchor:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
  background: url(../assets/arrow-up-red.svg) no-repeat center/35%;
}
body section#top-menu > .container > .buttons-container:after {
  display: block;
  content: "";
  max-width: 0;
}
body section#header {
  padding-top: 50px;
  background: url(../assets/header.webp) no-repeat center/cover;
}
@media (min-width: 992px) {
  body section#header {
    padding-top: 90px;
  }
}
body section#header > .container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  min-height: calc(100vh - 50px);
}
@media (min-width: 992px) {
  body section#header > .container {
    min-height: calc(100vh - 90px);
  }
}
body section#header > .container > .logo {
  flex: 0 0 55vh;
  width: 100%;
  background: url(../assets/logo_white.webp) no-repeat center/contain;
}
body section#header > .container > .scroll {
  position: relative;
  max-width: 10vh;
}
body section#header > .container > .scroll:before {
  position: absolute;
  display: block;
  content: "";
  inset: 0;
  margin: 0;
  animation: rotation 7s infinite linear;
  background: url(../assets/scroll-circle.svg) no-repeat center/contain;
}
body section#header > .container > .scroll:after {
  display: block;
  content: "";
  width: 10vh;
  padding-top: 10vh;
  background: url(../assets/arrow-down-white.svg) no-repeat center/3.5vh;
}
body section#hero {
  background-color: #2C2B2B !important;
}
body section#hero > .container {
  padding: 34px 34px 0;
}
@media (min-width: 992px) {
  body section#hero > .container {
    padding: 68px 34px 0;
  }
}
body section#hero > .container h1 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body section#hero > .container h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1280px) {
  body section#hero > .container h1 {
    font-size: 64px;
    line-height: 75px;
  }
}
body section#hero > .container h1 > span {
  color: #E92B2B !important;
}
body section#hero > .container h3 {
  margin-top: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  body section#hero > .container h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1280px) {
  body section#hero > .container h3 {
    font-size: 23px;
    line-height: 25px;
  }
}
body section#hero > .container h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
}
@media (min-width: 768px) {
  body section#hero > .container h4 {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 1280px) {
  body section#hero > .container h4 {
    font-size: 20px;
    line-height: 25px;
  }
}
body section#hero > .container p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
@media (min-width: 768px) {
  body section#hero > .container p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 1280px) {
  body section#hero > .container p {
    font-size: 20px;
    line-height: 25px;
  }
}
body section#hero > .container.split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
body section#hero > .container.split > .content {
  flex: 1 0 100%;
}
@media (min-width: 992px) {
  body section#hero > .container.split > .content {
    flex: 0 0 45%;
  }
}
body section#hero > .container.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 34px;
}
@media (min-width: 992px) {
  body section#hero > .container.cta {
    padding: 68px 34px;
    gap: 16px;
  }
}
body section#hero > .container.cta .button {
  display: block;
  max-width: fit-content;
  padding: 0.8ch 3ch;
  text-transform: uppercase;
  color: #FFFFFF !important;
  border-radius: 4ch;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
}
body section#hero > .container.cta .button.desktop {
  display: none;
}
@media (min-width: 768px) {
  body section#hero > .container.cta .button.desktop {
    display: block;
  }
}
body section#hero > .container.cta .button.red {
  background-color: #E92B2B !important;
  border: 1px solid #E92B2B;
}
body section#hero > .container.cta .button.black {
  background-color: #000000 !important;
  border: 1px solid #E92B2B;
}
body section#hero > .container.cta .button.dark {
  background-color: #2C2B2B !important;
  border: 1px solid #E92B2B;
}
@media (min-width: 768px) {
  body section#hero > .container.cta .button {
    font-size: 13px;
    line-height: 13px;
  }
}
@media (min-width: 1280px) {
  body section#hero > .container.cta .button {
    font-size: 16px;
    line-height: 16px;
  }
}
body section#sponsor > .container.title {
  background-color: #2C2B2B !important;
}
body section#sponsor > .container.title > h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  max-width: fit-content;
  margin: 0 auto;
  padding: 0 34px 34px;
}
@media (min-width: 768px) {
  body section#sponsor > .container.title > h3 {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 1280px) {
  body section#sponsor > .container.title > h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (min-width: 992px) {
  body section#sponsor > .container.title > h3 {
    padding: 0 34px 68px;
  }
}
body section#sponsor > .container.sponsor-logo {
  background-color: #000000 !important;
}
body section#sponsor > .container.sponsor-logo > ul {
  padding: 34px 0;
}
@media (min-width: 992px) {
  body section#sponsor > .container.sponsor-logo > ul {
    padding: 68px 0;
  }
}
body section#sponsor > .container.sponsor-logo > ul .slick-track {
  display: flex;
  gap: 34px;
}
body section#sponsor > .container.spacer {
  background-color: #2C2B2B !important;
  padding-top: 68px;
}
body section#parco-monza, body section#registration {
  background-color: #2C2B2B !important;
}
body section#parco-monza > .container.spacer, body section#registration > .container.spacer {
  position: relative;
  padding-top: 90vh;
}
body section#parco-monza > .container.spacer > img, body section#registration > .container.spacer > img {
  position: absolute;
  display: block;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body section#parco-monza > .container.spacer:after, body section#registration > .container.spacer:after {
  display: block;
  content: "";
  position: absolute;
  width: 50vw;
  height: 50vw;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../assets/logo_side_w.webp) no-repeat center/contain;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  body section#parco-monza > .container.spacer:after, body section#registration > .container.spacer:after {
    width: 30vw;
    height: 30vw;
    transform: unset;
    left: calc((100vw - 1240px) / 2);
  }
}
body section#parco-monza > .container.title, body section#registration > .container.title {
  padding: 34px 34px 0;
}
@media (min-width: 992px) {
  body section#parco-monza > .container.title, body section#registration > .container.title {
    padding: 68px 34px 0;
  }
}
body section#parco-monza > .container.title > h2, body section#parco-monza > .container.title h3, body section#parco-monza > .container.title h4, body section#registration > .container.title > h2, body section#registration > .container.title h3, body section#registration > .container.title h4 {
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
}
body section#parco-monza > .container.title > h2, body section#registration > .container.title > h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  body section#parco-monza > .container.title > h2, body section#registration > .container.title > h2 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (min-width: 1280px) {
  body section#parco-monza > .container.title > h2, body section#registration > .container.title > h2 {
    font-size: 96px;
    line-height: 96px;
  }
}
body section#parco-monza > .container.title > h3, body section#registration > .container.title > h3 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
}
@media (min-width: 768px) {
  body section#parco-monza > .container.title > h3, body section#registration > .container.title > h3 {
    font-size: 22px;
    line-height: normal;
  }
}
@media (min-width: 1280px) {
  body section#parco-monza > .container.title > h3, body section#registration > .container.title > h3 {
    font-size: 36px;
    line-height: normal;
  }
}
body section#parco-monza > .container.title > h4, body section#registration > .container.title > h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body section#parco-monza > .container.title > h4, body section#registration > .container.title > h4 {
    font-size: 22px;
    line-height: normal;
  }
}
@media (min-width: 1280px) {
  body section#parco-monza > .container.title > h4, body section#registration > .container.title > h4 {
    font-size: 36px;
    line-height: normal;
  }
}
body section#parco-monza > .container.geo, body section#registration > .container.geo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 34px 0 0;
}
body section#parco-monza > .container.geo > a, body section#registration > .container.geo > a {
  display: block;
  background-color: #FFFFFF !important;
  border-radius: 50%;
  flex: 1 0 auto;
  max-width: 34px;
}
@media (min-width: 992px) {
  body section#parco-monza > .container.geo > a, body section#registration > .container.geo > a {
    max-width: 68px;
  }
}
body section#parco-monza > .container.geo > a:before, body section#registration > .container.geo > a:before {
  display: block;
  content: "";
  padding-top: 100%;
  background: url(../assets/pin.svg) no-repeat 55%/60%;
}
body section#parco-monza > .container.cards, body section#registration > .container.cards {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 34px;
}
@media (min-width: 992px) {
  body section#parco-monza > .container.cards, body section#registration > .container.cards {
    row-gap: 68px;
  }
}
body section#parco-monza > .container.cards:before, body section#parco-monza > .container.cards:after, body section#registration > .container.cards:before, body section#registration > .container.cards:after {
  content: "";
  display: block;
  padding-top: 1px;
}
body section#parco-monza > .container.cards > .card, body section#registration > .container.cards > .card {
  margin: 0 16px;
  padding: 34px;
  border-radius: 16px;
}
@media (min-width: 992px) {
  body section#parco-monza > .container.cards > .card, body section#registration > .container.cards > .card {
    padding: 68px;
  }
}
@media (min-width: 992px) {
  body section#parco-monza > .container.cards > .card.flex-start, body section#registration > .container.cards > .card.flex-start {
    max-width: 70%;
    align-self: flex-start;
  }
}
@media (min-width: 992px) {
  body section#parco-monza > .container.cards > .card.flex-end, body section#registration > .container.cards > .card.flex-end {
    max-width: 70%;
    align-self: flex-end;
  }
}
body section#parco-monza > .container.cards > .card.split, body section#registration > .container.cards > .card.split {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 34px;
}
@media (min-width: 992px) {
  body section#parco-monza > .container.cards > .card.split, body section#registration > .container.cards > .card.split {
    flex-direction: row;
    column-gap: 4%;
  }
}
@media (min-width: 992px) {
  body section#parco-monza > .container.cards > .card.split > *, body section#registration > .container.cards > .card.split > * {
    flex: 0 0 48%;
  }
}
body section#parco-monza > .container.cards > .card.split h2, body section#registration > .container.cards > .card.split h2 {
  margin-bottom: 0 !important;
}
body section#parco-monza > .container.cards > .card.red, body section#registration > .container.cards > .card.red {
  background-color: #E92B2B !important;
}
body section#parco-monza > .container.cards > .card.black, body section#registration > .container.cards > .card.black {
  background-color: #000000 !important;
}
body section#parco-monza > .container.cards > .card h2, body section#registration > .container.cards > .card h2 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 34px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body section#parco-monza > .container.cards > .card h2, body section#registration > .container.cards > .card h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (min-width: 1280px) {
  body section#parco-monza > .container.cards > .card h2, body section#registration > .container.cards > .card h2 {
    font-size: 70px;
    line-height: 70px;
  }
}
body section#parco-monza > .container.cards > .card h2 > span, body section#registration > .container.cards > .card h2 > span {
  text-transform: none;
  font-size: 22px !important;
}
@media (min-width: 992px) {
  body section#parco-monza > .container.cards > .card h2 > span, body section#registration > .container.cards > .card h2 > span {
    font-size: 64px !important;
  }
}
body section#parco-monza > .container.cards > .card p, body section#parco-monza > .container.cards > .card div, body section#parco-monza > .container.cards > .card h3, body section#registration > .container.cards > .card p, body section#registration > .container.cards > .card div, body section#registration > .container.cards > .card h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 768px) {
  body section#parco-monza > .container.cards > .card p, body section#parco-monza > .container.cards > .card div, body section#parco-monza > .container.cards > .card h3, body section#registration > .container.cards > .card p, body section#registration > .container.cards > .card div, body section#registration > .container.cards > .card h3 {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1280px) {
  body section#parco-monza > .container.cards > .card p, body section#parco-monza > .container.cards > .card div, body section#parco-monza > .container.cards > .card h3, body section#registration > .container.cards > .card p, body section#registration > .container.cards > .card div, body section#registration > .container.cards > .card h3 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  body section#parco-monza > .container.cards > .card div, body section#registration > .container.cards > .card div {
    line-height: 30px;
  }
}
body section#parco-monza > .container.cards > .card h3, body section#registration > .container.cards > .card h3 {
  text-transform: uppercase;
  color: #E92B2B !important;
}
@media (min-width: 992px) {
  body section#parco-monza > .container.cards > .card h3, body section#registration > .container.cards > .card h3 {
    line-height: 30px;
  }
}
body section#parco-monza > .container.cards > .card small, body section#registration > .container.cards > .card small {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  body section#parco-monza > .container.cards > .card small, body section#registration > .container.cards > .card small {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 1280px) {
  body section#parco-monza > .container.cards > .card small, body section#registration > .container.cards > .card small {
    font-size: 20px;
    line-height: 25px;
  }
}
body section#parco-monza > .container.cards > .card small > strong, body section#registration > .container.cards > .card small > strong {
  font-weight: 600;
}
body section#parco-monza > .container.cards > .card em, body section#parco-monza > .container.cards > .card li, body section#registration > .container.cards > .card em, body section#registration > .container.cards > .card li {
  display: block;
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
}
@media (min-width: 768px) {
  body section#parco-monza > .container.cards > .card em, body section#parco-monza > .container.cards > .card li, body section#registration > .container.cards > .card em, body section#registration > .container.cards > .card li {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 1280px) {
  body section#parco-monza > .container.cards > .card em, body section#parco-monza > .container.cards > .card li, body section#registration > .container.cards > .card em, body section#registration > .container.cards > .card li {
    font-size: 20px;
    line-height: 25px;
  }
}
body section#parco-monza > .container.cards > .card ul, body section#registration > .container.cards > .card ul {
  list-style-type: none;
}
@media (min-width: 992px) {
  body section#parco-monza > .container.cards > .card ul, body section#registration > .container.cards > .card ul {
    line-height: 35px !important;
  }
}
body section#parco-monza > .container.cards > .card ul > li, body section#registration > .container.cards > .card ul > li {
  position: relative;
  padding-left: 16px;
}
body section#parco-monza > .container.cards > .card ul > li:before, body section#registration > .container.cards > .card ul > li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto 0;
  max-height: 4px;
  display: inline-block;
  width: 4px;
  padding-top: 4px;
  background-color: #FFFFFF !important;
  border-radius: 50%;
}
body section#parco-monza > .container.cards > .card .cRed, body section#registration > .container.cards > .card .cRed {
  color: #E92B2B !important;
}
body section#cta {
  background-color: #E92B2B !important;
}
body section#cta > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 34px;
}
@media (min-width: 992px) {
  body section#cta > .container {
    padding: 68px;
  }
}
body section#cta > .container > h2 {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 28px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body section#cta > .container > h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (min-width: 1280px) {
  body section#cta > .container > h2 {
    font-size: 70px;
    line-height: 70px;
  }
}
body section#cta > .container > a {
  display: block;
  max-width: fit-content;
  padding: 1ch 3ch;
  background-color: #000000 !important;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  border-radius: 64px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body section#cta > .container > a {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (min-width: 1280px) {
  body section#cta > .container > a {
    font-size: 50px;
    line-height: 50px;
  }
}
body section#gallery {
  background-color: #2C2B2B !important;
  padding: 34px 16px;
}
@media (min-width: 992px) {
  body section#gallery {
    padding: 68px 0;
  }
}
body section#gallery > .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body section#gallery > .container > .content.split {
  display: flex;
  justify-content: space-between;
}
body section#gallery > .container > .content.split > h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: #E92B2B !important;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body section#gallery > .container > .content.split > h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (min-width: 1280px) {
  body section#gallery > .container > .content.split > h3 {
    font-size: 50px;
    line-height: 50px;
  }
}
body section#gallery > .container > .content.split > .button-container {
  display: flex;
  flex: 0 0 80px;
  min-width: fit-content;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
body section#gallery > .container > .content.split > .button-container > div {
  flex: 1 0 auto;
  max-width: 34px;
  cursor: pointer;
}
body section#gallery > .container > .content.split > .button-container > div:before {
  display: block;
  content: "";
  padding-top: 100%;
  background: url(../assets/nav.svg) no-repeat center/contain;
}
body section#gallery > .container > .content.split > .button-container > div.next-button {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  body section#gallery > .container > .content.slick-gallery {
    overflow: hidden;
  }
}
body section#gallery > .container > .content.slick-gallery > ul .slick-track {
  display: flex;
  gap: 34px;
}
body section#goodbye {
  background-color: #2C2B2B !important;
}
body section#goodbye > .container {
  padding: 34px;
}
@media (min-width: 992px) {
  body section#goodbye > .container {
    padding: 68px;
  }
}
body section#footer {
  background-color: #2C2B2B !important;
}
body section#footer > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 34px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center !important;
}
@media (min-width: 768px) {
  body section#footer > .container {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 1280px) {
  body section#footer > .container {
    font-size: 20px;
    line-height: 25px;
  }
}
body section#footer > .container:before, body section#footer > .container:after {
  content: "";
  display: block;
  padding-top: 1px;
}

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