:root {
  --crimson: #e71d36;
  --white-smoke: #f2f2f2;
  --crimson-2: #e71d36;
  --white: #fdfffc;
  --spark-library--border-default: #00000029;
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #1e116e;
  --black: #0d0d0d;
  --spark-library--foreground-tertiary: #0000008f;
  --spark-library--foreground-secondary: #000000c2;
  --spark-library--light-steel-purple: #a695fb;
  --spark-library--black: black;
  --spark-library--background--interactive: #f0ecfd;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.first_section {
  height: auto;
  padding-top: 0;
  padding-bottom: 38px;
}

.first-section_container {
  text-align: center;
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.nav_container {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_bar {
  background-color: #fff;
  padding-top: 43px;
}

.luana-bianchi-logo-image {
  width: 100%;
}

.first-section-paragraph-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  vertical-align: baseline;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 72%;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: static;
}

.first-section-paragraph {
  color: #011627;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 28px;
}

.second_section_container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.second_section-image {
  opacity: 1;
  filter: grayscale();
  border-top-left-radius: 140px;
  border-top-right-radius: 140px;
  width: 100%;
  height: 100%;
}

.third_section {
  background-color: var(--crimson);
  padding-top: 76px;
  padding-bottom: 176px;
}

.third_section_container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.ber-mich-text-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 54px;
  font-family: Staatliches, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 58px;
}

.div-block {
  width: 54%;
  height: 300px;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}

.number-and-text-wrapper {
  margin-top: 70px;
  display: flex;
}

.number-and-text-content-wrapper {
  width: 33.3333%;
}

.number {
  color: #fff;
  margin-top: -33px;
  margin-bottom: 2px;
  font-family: Staatliches, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.buttom-text {
  color: #fff;
  margin-top: 13px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.buttom-text.remark {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.fourth_section {
  filter: grayscale();
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/hg_sbx.jpg');
  background-position: 0 0, 50% 100%;
  padding-top: 76px;
  padding-bottom: 67px;
}

.fourth_section_container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.fourth_section_content_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sbx-text_heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 50px;
  line-height: 60px;
}

.snowboardcross-text {
  color: #fff;
  margin-bottom: 37px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.sbx-paragraph-text {
  color: #ffffffd9;
  text-align: center;
  width: 79%;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
}

.learn_more-button {
  background-color: #ffffff40;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  line-height: 16px;
}

.fifth_section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.fifth_section_content_wrapper {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.price_card {
  background-color: var(--white-smoke);
  border-radius: 30px;
  width: 33.3333%;
  height: auto;
  margin-right: 20px;
  padding: 40px;
  box-shadow: 0 0 4px #fff3;
}

.price_card._3 {
  margin-right: 20px;
}

.package-text {
  color: #000;
  margin-bottom: 20px;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
}

.package-text.kopf {
  color: #000;
  text-align: left;
}

.price-text {
  color: #000;
  margin-bottom: 50px;
  font-family: Staatliches, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.price-text.na {
  font-size: 30px;
}

.unordered_list_item_wrapper {
  margin-bottom: 34px;
}

.mark-icon-and-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.mark-icon {
  color: #00632e;
  margin-right: 10px;
}

.unordered_item_text {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
}

.button {
  color: #ececec;
  background-color: #000;
  border-radius: 8px;
  padding: 11px 77px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
}

.button.um {
  float: none;
  text-align: center;
  vertical-align: baseline;
  justify-content: center;
  align-items: center;
  width: 15vw;
  margin-top: 24px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.sixth_section {
  background-color: #000;
  padding-top: 80px;
  padding-bottom: 80px;
}

.sixth_section_container {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-and-name-content-wrapper {
  color: #fff;
  background-color: #0d0d0d;
  border-radius: 40px 200px 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 500px;
  margin-right: 40px;
  padding: 41px;
  display: flex;
}

.text-and-name-content-wrapper._2 {
  border-top-left-radius: 200px;
  border-bottom-right-radius: 40px;
  margin-right: 0;
}

.paragrahtext {
  text-align: center;
  width: 92%;
  margin-bottom: 31px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 24px;
}

.snowco-text, .boarderx-text {
  color: var(--crimson-2);
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.kontat_section {
  background-color: var(--crimson-2);
  padding-top: 80px;
  padding-bottom: 69px;
}

.last_section_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kontakt-text-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Staatliches, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 57px;
}

.kpntakt-paragraph {
  color: var(--white);
  text-align: center;
  width: 35%;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.primary-and-secondary-button-wrapper {
  justify-content: center;
  width: 25%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.primary-button {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  margin-left: 18px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.secondary-button {
  color: #2ec4b6;
  background-color: #000;
  border-radius: 8px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.first-section-image-wrapper {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.luana-bianchi-hero-text-heading {
  color: var(--crimson);
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Staatliches, sans-serif;
  font-size: 209px;
  font-weight: 400;
  line-height: 185px;
}

.brand {
  display: none;
}

.nav-menu {
  flex: 0 auto;
  width: auto;
  display: flex;
}

.nav-menu-2 {
  flex-direction: row;
  justify-content: flex-end;
  width: auto;
  display: inline-flex;
}

.boardercross-athletin-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: -111px;
  display: flex;
}

.boardercross-athletin-nav-button {
  border: 1px solid var(--crimson-2);
  color: var(--crimson);
  background-color: #0000;
  border-radius: 100px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

.nav_link {
  color: var(--crimson);
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 19px;
}

.nav_link.w--current {
  color: var(--crimson);
  display: flex;
}

.home-nav_link {
  display: none;
}

.nav_link-mobile {
  color: var(--crimson);
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 19px;
  display: none;
}

.nav_link-mobile.w--current {
  color: var(--crimson);
  display: none;
}

.image {
  height: 70px;
}

.spark-form-success {
  background-color: var(--spark-library--border-default);
  text-align: center;
  border-radius: 8px;
  padding: 24px;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-full-width {
  border-color: var(--crimson);
  background-color: var(--crimson);
  text-align: center;
  width: 100%;
}

.spark-button.spark-full-width:hover {
  background-color: var(--black);
}

.spark-input {
  border: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--white);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input:focus {
  border-color: var(--spark-library--foreground-interactive);
}

.spark-input::placeholder {
  color: var(--spark-library--foreground-tertiary);
}

.spark-input.spark-message-input {
  max-width: 100%;
  min-height: 16ch;
}

.spark-regular-form {
  width: 464px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.spark-foreground-secondary {
  color: var(--spark-library--foreground-secondary);
}

.spark-centered-900 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin-bottom: 32px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.spark-hero-section-image {
  filter: grayscale();
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-button-2 {
  border: 1px solid var(--crimson);
  background-color: var(--crimson);
  color: var(--white);
  -webkit-text-stroke-color: var(--crimson);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--crimson-2);
  background-color: var(--spark-library--white);
  opacity: 1;
  color: var(--crimson);
}

.spark-button-2.spark-secondary-button {
  background-color: var(--spark-library--white);
  box-shadow: 0 0 0 1.5px var(--crimson);
  color: var(--crimson);
  -webkit-text-stroke-color: var(--crimson);
  border-style: none;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2.spark-secondary-button:hover {
  border-color: var(--crimson-2);
  background-color: var(--crimson);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--light-steel-purple);
  color: var(--white);
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.spark-secondary-paragraph-2 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-content-section-left-side {
  width: 616px;
  max-width: 50%;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 30px;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.heading {
  margin-bottom: 40px;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 30px;
  font-family: Inter, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
}

.partner_section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.partner_section.tmys {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-2 {
  aspect-ratio: auto;
  text-align: left;
  word-break: normal;
  overflow-wrap: normal;
  width: 50%;
}

.sm-icon {
  object-fit: cover;
  width: 32px;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.social_media {
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  display: grid;
}

.div-block-6 {
  text-align: right;
  flex: 1;
}

.footer-copyright-center {
  text-align: center;
  justify-content: center;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.div-block-7 {
  justify-content: flex-end;
  display: flex;
}

.link-block {
  color: #000;
  text-align: right;
  text-decoration: none;
}

.link-block:hover {
  color: #000;
}

.text-block-9 {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.text-block-9:hover {
  color: #000;
}

.bold-text {
  padding-left: 3px;
  font-size: 20px;
}

.text-span {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link_tmys {
  color: #333;
  text-decoration: none;
}

.link_tmys:visited {
  color: var(--black);
  text-decoration: none;
}

.container {
  text-align: center;
}

.text-span-2 {
  color: #dc143c;
  text-align: left;
  margin-left: 50%;
  margin-right: 0%;
  padding-right: 0;
}

.text-span-3 {
  color: #dc143c;
  text-align: right;
  margin-left: 40%;
}

@media screen and (max-width: 991px) {
  .first_section {
    padding-top: 66px;
    padding-bottom: 52px;
  }

  .first-section_container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_container {
    justify-content: space-between;
    align-items: center;
  }

  .luana-bianchi-logo-image {
    width: 100%;
  }

  .first-section-paragraph-heading {
    width: 90%;
    margin-top: 40px;
  }

  .second_section-image {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }

  .third_section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .third_section_content_wrapper {
    margin-left: 20px;
  }

  .div-block {
    width: 79%;
    height: auto;
  }

  .number-and-text-wrapper {
    flex-direction: column;
  }

  .number-and-text-content-wrapper {
    margin-bottom: 35px;
  }

  .fourth_section {
    padding-top: 127px;
    padding-bottom: 139px;
  }

  .snowboardcross-text {
    font-size: 21px;
    line-height: 31px;
  }

  .sbx-paragraph-text {
    width: 52%;
    margin-bottom: 22px;
    font-size: 21px;
    line-height: 31.5px;
  }

  .fifth_section {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .fifth_section_content_wrapper {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .price_card {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .price_card._3 {
    margin-bottom: 0;
  }

  .price-text {
    font-size: 32px;
    line-height: 32px;
  }

  .button {
    text-align: center;
    width: 100%;
  }

  .sixth_section {
    padding: 38px 20px;
  }

  .sixth_section_container {
    display: block;
  }

  .text-and-name-content-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    margin-right: 0;
    padding-left: 29px;
    padding-right: 29px;
  }

  .text-and-name-content-wrapper._2 {
    margin-bottom: 0;
  }

  .paragrahtext {
    margin-bottom: 34px;
    font-size: 14px;
    line-height: 23px;
  }

  .kontat_section {
    padding-top: 51px;
    padding-bottom: 51px;
  }

  .kontakt-text-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .kpntakt-paragraph {
    width: 56%;
    margin-bottom: 27px;
  }

  .primary-and-secondary-button-wrapper {
    text-align: center;
    flex-direction: column;
    width: 90%;
  }

  .primary-button {
    margin-bottom: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .secondary-button {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .first-section-image-wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .luana-bianchi-hero-text-heading {
    text-align: center;
    font-size: 133px;
    line-height: 120px;
  }

  .boardercross-athletin-button {
    width: 65%;
  }

  .nav_link.w--current {
    display: none;
  }

  .home-nav_link {
    color: var(--crimson-2);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: none;
  }

  .icon {
    color: var(--crimson);
  }

  .nav_link-mobile {
    display: block;
  }

  .nav_link-mobile.w--current {
    display: none;
  }

  .spark-input.spark-message-input {
    padding-top: 12px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading {
    margin-left: 0;
    padding-left: 0;
  }

  .image-2 {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .first_section {
    padding-top: 46px;
  }

  .first-section-paragraph-heading {
    margin-top: 12px;
  }

  .sbx-paragraph-text {
    width: 60%;
  }

  .first-section-image-wrapper {
    text-align: center;
    width: 100%;
  }

  .luana-bianchi-hero-text-heading {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 101px;
  }

  .image {
    margin-left: 150px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-secondary-paragraph-2 {
    margin-bottom: 32px;
  }

  .spark-content-section-left-side {
    width: 100%;
    max-width: 100%;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

@media screen and (max-width: 479px) {
  .first_section {
    padding-top: 43px;
    padding-bottom: 49px;
  }

  .nav_bar {
    height: 12vh;
    padding-top: 26px;
  }

  .first-section-paragraph-heading {
    margin-top: 26px;
  }

  .ber-mich-text-heading {
    margin-bottom: 28px;
    line-height: 57px;
  }

  .div-block {
    width: 95%;
    line-height: 21px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 31px;
  }

  .number-and-text-wrapper {
    margin-top: 43px;
  }

  .number-and-text-content-wrapper {
    width: 35%;
    margin-bottom: 80px;
  }

  .number {
    margin-top: -30px;
    margin-bottom: -10px;
  }

  .fourth_section {
    background-color: #000000d6;
    background-image: linear-gradient(#00000080, #00000080), url('../images/hg_sbx.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-bottom: 106px;
  }

  .sbx-paragraph-text {
    text-align: left;
    width: 80vw;
    font-size: 16px;
    line-height: 25px;
  }

  .fifth_section {
    padding: 32px 20px;
  }

  .price_card {
    padding-right: 31px;
  }

  .mark-icon-and-text-wrapper {
    margin-bottom: 11px;
  }

  .unordered_item_text {
    font-size: 13px;
  }

  .button {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 13px;
  }

  .sixth_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-and-name-content-wrapper {
    padding-left: 20px;
  }

  .paragrahtext {
    font-size: 13px;
  }

  .kpntakt-paragraph {
    width: 93%;
  }

  .primary-button, .secondary-button {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .first-section-image-wrapper {
    width: 100%;
  }

  .luana-bianchi-hero-text-heading {
    font-size: 65px;
    line-height: 60px;
  }

  .nav-menu-2 {
    background-color: #f8f8f8;
    box-shadow: 2px 0 4px -1px #0003;
  }

  .boardercross-athletin-button {
    width: 80%;
  }

  .nav_link {
    text-align: right;
    letter-spacing: 2px;
    text-transform: none;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 10px;
  }

  .nav_link.w--current {
    display: block;
  }

  .home-nav_link.w--current {
    display: none;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .nav_link-mobile {
    text-align: right;
    letter-spacing: 2px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 10px;
  }

  .nav_link-mobile.w--current {
    display: block;
  }

  .image {
    flex: 0 auto;
    height: 50px;
    margin-left: 75px;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section h1 {
    font-size: 3rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .spark-button-2 {
    border-color: var(--crimson);
    background-color: var(--crimson);
  }

  .spark-button-2:hover {
    border-color: var(--crimson-2);
    background-color: var(--white);
    color: var(--crimson);
  }

  .spark-button-2.spark-secondary-button {
    border-color: var(--crimson);
    background-color: var(--spark-library--white);
    box-shadow: inset 0 0 0 1.5px var(--crimson);
    color: var(--crimson-2);
  }

  .spark-button-2.spark-secondary-button:hover {
    border-color: var(--crimson-2);
    background-color: var(--crimson);
    box-shadow: 0 0 0 1.5px var(--crimson-2);
    color: var(--white-smoke);
  }

  .spark-button-2.spark-secondary-button:visited {
    box-shadow: inset 0 0 0 1.5px var(--crimson-2);
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-content-section-left-side {
    display: block;
  }

  .spark-section-2 {
    padding: 64px 20px 32px;
  }

  .spark-section-2 h1 {
    font-size: 3rem;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-section-2 p {
    margin-bottom: 32px;
  }

  .spark-section-2 ul {
    display: none;
  }

  .heading {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    background-color: #f9f9f91a;
    background-clip: border-box;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .div-block-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .div-block-5 {
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .footer-copyright-center {
    align-items: center;
  }

  .text-block-9, .bold-text, .text-span {
    font-size: 14px;
  }

  .link_tmys {
    color: #3d3d3d;
  }
}


