body {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
  background-color: rgb(245 245 244);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(0, 0, 0, 0.87);
  /* font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif; */
  margin: 0;
  text-size-adjust: 100%;
  ::-webkit-scrollbar {
    display: none;
  }
}

/*@font-face {
  font-family: 'Avenir Next';
  src: url('/static/css/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: 800;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('/static/css/AvenirNextLTPro-Demi.otf') format('opentype');
  font-weight: 700;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('/static/css/AvenirNextLTPro-Medium.otf') format('opentype');
  font-weight: 500;
}*/

* {
  -webkit-tap-highlight-color: transparent;
}
div {
  display: block;
}
style attribute {
  visibility: visible;
  opacity: 1;
}

a {
  text-decoration: none;
}

.content-container-voucher {
  flex: 1;
  margin-top: 0vh;
  /* transform: translateY(-14%); */
  max-width: 1023px;
  margin-left: auto;
  margin-right: auto;
  max-height: fit-content;
}

.content-container-wifi {
  flex: 1;
  margin-top: 0vh;
  @media screen and (min-width: 1024px) {
    /* max-height: 1200px;
    overflow: hidden; */
    transform: translateY(-35%);
  }
}

.voucher-container {
  transform: translateY(-14.5%);
  justify-content: center;
  width: 90vw;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.image-header-container {
  margin-bottom: 1.5rem;
}

.landing-page-header-image {
  height: 170px;
  width: 100%;
  object-fit: cover;
  object-position: left;

  @media screen and (min-width: 1024px) {
    height: 573px;
  }
}

.landing-page-header-image-voucher {
  height: 170px;
  width: 110%;
  object-fit: cover;
  object-position: center;
  max-width: 1023px;

  margin-left: auto;
  margin-right: auto;
  display: block;

  /* move image slightly to the left on mobile view */
  @media screen and (max-width: 1024px) {
    transform: translateX(-9%);
  }
}

.welcome-container {
  @media screen and (min-width: 1024px) {
    max-width: 1120px;
    /* transform: translateY(-130%); */
    margin-left: auto;
    margin-right: auto;
  }
}

.welcome-box {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;

  @media screen and (min-width: 1024px) {
    background: white;
    width: 625px;
    border-radius: 1rem;
    padding: 2.5rem;
    margin-left: 5vw;
    margin-bottom: 9rem;

    @media screen and (min-width: 1120px) {
      margin-left: 0;
    }
  }
}

.welcome-text {
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  letter-spacing: 0;
  text-align: left;
  color: var(--Primary-anthrazit, #3b3c43);
  font-size: 32px;
  line-height: 40px;
  font-style: normal;
  font-weight: 800;

  @media screen and (min-width: 1024px) {
    font-size: 50px;
    line-height: 55px;
  }
}

.location-name-welcome {
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  letter-spacing: 0;
  text-align: left;
  color: #b0063e;
  font-size: 32px;
  line-height: 40px;
  font-style: normal;
  font-weight: 800;

  @media screen and (min-width: 1024px) {
    font-size: 50px;
    line-height: 55px;
  }
}

.standort-details-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: var(--Primary-red-4, rgba(176, 6, 62, 0.04));

  color: var(--Primary-red, #b0063e);
  text-align: center;
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 500;

  padding-left: 20px;
  width: 95%;

  margin-top: 1.5rem;
  height: 60px;

  border-radius: 0.75rem;

  @media screen and (min-width: 1024px) {
    font-size: 14px;
    line-height: 24px;
    height: 50px;
    width: 230px;
    justify-content: flex-start;

    margin-top: 1.5rem;
    cursor: pointer;
    border-radius: 0.5rem;
  }
}

.add-to-wallet-button-img {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.voucher {
  border-radius: 10px;
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 25 25 -3px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 110, 135, 1);
  padding-top: 1rem;
  padding-bottom: 1rem;

  /* @media screen and (min-width: 1024px) {
    height: 300px;
  } */
}

.voucher-text-top {
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  text-align: center;
  color: var(--Primary-white, #fff);
  font-size: 18px;
  line-height: 28px;
  font-weight: 800;

  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.voucher-text-bottom {
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  text-align: center;
  color: rgba(251, 251, 248, 0.7);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;

  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.sanifair-logo-container {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  background: rgb(245 245 244);
  border-radius: 100%;
  padding: 16px;
}

.sanifair-logo {
  margin-top: auto;
  margin-bottom: auto;
  /* margin-left: 10rem; */
}

.sanifair-logo-svg {
  width: 65px;
  height: 65px;
  object-fit: contain;
  object-position: right;

  @media screen and (min-width: 1024px) {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: right;
  }
}

.sanifair-logo-svg-footer {
  width: 50px;
  height: 50px;
  object-fit: contain;
  object-position: right;

  @media screen and (min-width: 1024px) {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: right;
  }
}

.mid-row-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 16px 16px 0;
  margin-bottom: 3rem;
  @media screen and (min-width: 1024px) {
    margin-bottom: 0;
  }
}

.bottom-row-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 16px 16px 0;
  margin-bottom: 3rem;

  @media screen and (min-width: 1024px) {
    margin-top: 2rem;
  }
}

.value-container {
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Google Sans', Roboto, Arial, sans-serif;
  line-height: 35px;
  font-size: 35px;
  letter-spacing: 0;
  font-weight: 800;
  word-break: break-word;

  @media screen and (min-width: 1024px) {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.info-logo-container {
  margin-top: auto;
  margin-bottom: auto;
}

.info-logo-svg {
  width: 25px;
  height: 25px;
  object-fit: contain;
  object-position: right;
}

.tr-logo-svg {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: right;
  @media screen and (min-width: 1024px) {
    width: 50px;
    height: 50px;
    object-fit: contain;
    object-position: right;
  }
}

.tc-container {
  color: var(--Primary-anthrazit, #3b3c43);
  text-align: center;

  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  line-height: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-top: auto;
  margin-bottom: auto;

  @media screen and (min-width: 1024px) {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
}

.add-to-wallet-button {
  display: flex;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 900px;

  @media screen and (min-width: 1024px) {
    max-width: 500px;
  }
}

.warning-text-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;

  @media screen and (min-width: 1024px) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.info-text-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;

  @media screen and (min-width: 1024px) {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.warning-text {
  color: var(--Primary-red, #b0063e);
  text-align: center;
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  font-size: 10px;
  line-height: 14px;
  font-style: normal;
  font-weight: 500;
  margin-top: auto;
  margin-bottom: auto;

  @media screen and (min-width: 1024px) {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
}

.info-text {
  color: rgba(251, 251, 248, 0.7);
  text-align: center;
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  margin-top: auto;
  margin-bottom: auto;

  @media screen and (min-width: 1024px) {
    font-size: 0.7rem;
    line-height: 0.7rem;
  }
}

.online-ordering-container {
  height: 250px;
  width: 90vw;
  background-image: url(/static/img/online-ordering-background-full-res.png);
  border-radius: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  display: flex;
  flex-direction: row;
  max-width: 1120px;
  @media screen and (min-width: 1024px) {
    /* transform: translateY(-180%); */
    height: 224px;
    border-radius: 1rem;
    margin-bottom: 2rem;
  }
}

.online-ordering-link-image-container {
  width: 30%;
  height: 100%;
  overflow: hidden;
  direction: rtl;
}

.online-ordering-link-image {
  width: 135%;
  height: 100%;
  object-fit: contain;
}

.online-ordering-link-image-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.online-ordering-link-image-svg {
  margin-top: 10%;
  margin-bottom: 10%;
  width: 100%;
  height: 80%;
  object-fit: contain;
  object-position: center;
  @media screen and (min-width: 1024px) {
    transform: translateX(-15%);
  }
}

.online-ordering-link-text {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.online-ordering-link-text-headline {
  height: 30%;
  width: 90%;

  color: var(--Primary-white, #fff);
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-style: normal;
  font-weight: 800;

  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-top: 1.25rem;

  @media screen and (min-width: 1024px) {
    font-size: 30px;
  }
}

.online-ordering-link-text-paragraph {
  height: 50%;
  width: 90%;

  color: var(--Primary-white, #fff);
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 500;

  display: flex;
  /* justify-content: center; */
  align-items: start;

  @media screen and (min-width: 1024px) {
    font-size: 16px;
    height: fit-content;
  }
}

.online-ordering-link-text-footer {
  height: 20%;
  width: 90%;

  color: var(--Primary-white, #fff);
  text-align: center;
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 500;

  display: flex;
  justify-content: left;
  align-items: start;

  @media screen and (min-width: 1024px) {
    font-size: 16px;
    margin-top: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}

.footer-text-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.aktions-slider-container {
  width: 90vw;
  min-height: 250px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;

  max-width: 1120px;

  @media screen and (min-width: 1024px) {
    /* transform: translateY(-90%); */
    margin-bottom: 2rem;
  }
}

.aktions-slider-item {
  width: 100%;
  border-radius: 2.5rem;
  margin-bottom: 3rem;

  @media screen and (min-width: 1024px) {
    width: 95%;
    border-radius: 1rem;
    margin-bottom: 0;
  }
}

.aktions-slider-iframe {
  width: 100%;
  font-size: 20px;
  min-height: 250px;
  border: none;
}

.link-to-app-container {
  height: 650px;
  border-radius: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 90vw;
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 1120px;
  display: flex;
  flex-direction: column;
  display: none;

  @media screen and (min-width: 1024px) {
    flex-direction: row;
    height: fit-content;
  }
}

.link-to-app-top {
  height: 50%;
  background: var(--Primary-red, #b0063e);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;

  display: flex;
  flex-direction: column;

  @media screen and (min-width: 1024px) {
    height: 342px;
    width: 100%;
    border-radius: 1rem;
    /* transform: translateY(-110%); */
  }
}

.headline-container-top {
  height: 30%;
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  color: var(--Primary-white, #fff);
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  font-weight: 700;

  margin-left: auto;
  margin-right: auto;

  @media screen and (min-width: 1024px) {
    font-size: 32px;
    line-height: 40px;
    margin-top: 1rem;
  }
}

.link-to-app-image-container {
  height: 70%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;

  display: flex;
  flex-direction: row;

  @media screen and (min-width: 1024px) {
    height: 65%;
  }
}

.image-container-left {
  width: 50%;

  display: flex;
  flex-direction: column;

  @media screen and (min-width: 1024px) {
    width: 35%;
  }
}

.serways-logo-container {
  height: 50%;
  width: 80%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
}

.sw-logo-svg {
  width: 95%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 300px;
}

.app-store-logos-container {
  height: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.app-store-logo-svg {
  width: 50%;
  height: 50%;
  object-fit: contain;
  max-width: 90px;
}

.app-store-logo-android-svg {
  width: 50%;
  height: 50%;
  object-fit: contain;
  transform: translateY(-45%);
  max-width: 90px;
}

.image-container-right {
  width: 50%;

  @media screen and (min-width: 1024px) {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}

.app-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;

  @media screen and (min-width: 1024px) {
    height: 90%;
  }
}

.link-to-app-bottom {
  height: 50%;
  background: var(--Primary-white, #fff);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;

  display: flex;
  flex-direction: column;

  @media screen and (min-width: 1024px) {
    height: 342px;
    width: 100%;
    border-radius: 1rem;
    /* transform: translateY(-110%); */
    padding-left: 4rem;
    background: none;
  }
}

.headline-container-bottom {
  height: 30%;
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;

  color: var(--Primary-anthrazit, #3b3c43);
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-style: normal;
  font-weight: 700;

  margin-left: auto;
  margin-right: auto;

  align-items: flex-start;

  @media screen and (min-width: 1024px) {
    font-size: 32px;
    line-height: 40px;
    align-items: flex-start;
    padding-top: 1rem;
  }
}

.text-container {
  height: 50%;
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;

  color: var(--Primary-anthrazit, #3b3c43);
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 500;

  margin-left: auto;
  margin-right: auto;

  @media screen and (min-width: 1024px) {
    font-size: 16px;
    line-height: 24px;
    height: 30%;
  }
}

.button-container {
  height: 20%;
  width: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;

  @media screen and (min-width: 1024px) {
    margin-top: 1rem;
    align-items: flex-start;
  }
}

.button-text-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: var(--Primary-red-4, rgba(176, 6, 62, 0.04));

  color: var(--Primary-red, #b0063e);
  text-align: center;
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 500;

  padding-left: 20px;
  width: 100%;

  margin-top: 1rem;
  height: 100px;

  border-radius: 0.5rem;

  @media screen and (min-width: 1024px) {
    font-size: 14px;
    line-height: 24px;
    height: 50px;
    width: 250px;
    justify-content: flex-start;

    margin-top: 1.5rem;
    cursor: pointer;
    border-radius: 0.5rem;
  }
}

.arrow-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
  object-position: center;
  margin-left: 10px;
  margin-right: 10px;
  @media screen and (min-width: 1024px) {
    width: 30px;
    height: 30px;
  }
}

.footer-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;

  @media screen and (min-width: 1024px) {
    margin-top: 3rem;
  }
}

.sw-logo-footer {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  @media screen and (min-width: 1024px) {
    align-items: flex-start;
  }
}

.sf-logo-footer {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  @media screen and (min-width: 1024px) {
    align-items: flex-start;
  }
}

.sw-logo-footer-svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;

  @media screen and (min-width: 1024px) {
    width: 50%;
  }
}

.footer-links {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  gap: 12px;

  color: var(--Primary-anthrazit, #3b3c43);
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;

  a {
    text-decoration: none;
    color: var(--Primary-anthrazit, #3b3c43);
  }

  @media screen and (min-width: 1024px) {
    font-size: 16px;
    line-height: 24px;
    width: 30%;
  }
}

.overlay {
  display: none;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  background-color: rgba(82, 35, 67, 1);
  position: fixed;
}

.overlay-header {
  display: flex;
  flex-direction: row;
  height: 10vh;
}

.overlay-button {
  width: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}

.close-icon-svg {
  width: 15px;
  height: 15px;
  object-fit: contain;
  object-position: center;

  @media screen and (min-width: 1024px) {
    width: 20px;
    height: 20px;
  }
}

.overlay-heading {
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 90vw;

  transform: translateX(-10%);
  z-index: 3;

  @media screen and (min-width: 1024px) {
    font-size: 24px;
    line-height: 24px;
    width: 100%;
    flex-direction: row;
    gap: 12px;
  }
}

.modal {
  display: none;
  /* position: fixed; */
  z-index: 2;
  width: 90vw;
  height: 89vh;
  background-color: white;
  overflow: scroll;
  margin-left: 5vw;
  margin-top: 0;
  border-radius: 1.5rem;
  ::-webkit-scrollbar {
    display: none;
  }

  @media screen and (min-width: 1024px) {
    max-width: 783px;
    margin-left: auto;
    margin-right: auto;
    height: 85vh;
  }
}

.modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 24px;

  @media screen and (min-width: 1024px) {
    /* justify-content: left; */
    align-items: start;
    margin: 48px;
  }
}

.modal-columns {
  width: 100%;
  display: flex;
  flex-direction: column;
  @media screen and (min-width: 1024px) {
    flex-direction: row;
  }
}

.left-column,
.right-column {
  @media screen and (min-width: 1024px) {
    width: 50%;
  }
}

.content-section-1,
.content-section-2,
.content-section-3,
.content-section-4,
.content-section-5,
.content-section-6,
.content-section-7,
.content-section-8,
.content-section-9 {
  width: 100%;
  margin-bottom: 12px;
  flex-direction: column;
  /* display: flex; */
  display: none;

  @media screen and (min-width: 1024px) {
    width: 100%;
    margin-bottom: 12px;
  }
}

.content-section-heading {
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #3b3c43;
  font-weight: 700;
  margin-bottom: 24px;

  @media screen and (min-width: 1024px) {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
  }
}

.content-section-row-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 12px;

  @media screen and (min-width: 1024px) {
    margin-bottom: 12px;
  }
}

.content-section-row-1-1,
.content-section-row-1-2,
.content-section-row-1-3,
.content-section-row-1-4,
.content-section-row-2-1,
.content-section-row-2-2,
.content-section-row-2-3,
.content-section-row-3-1,
.content-section-row-4-1,
.content-section-row-4-2,
.content-section-row-4-3,
.content-section-row-4-4,
.content-section-row-5-1,
.content-section-row-6-1,
.content-section-row-6-2,
.content-section-row-6-3,
.content-section-row-6-4,
.content-section-row-6-5,
.content-section-row-7-1,
.content-section-row-7-2,
.content-section-row-7-3,
.content-section-row-7-4,
.content-section-row-7-5,
.content-section-row-8-1,
.content-section-row-8-2,
.content-section-row-8-3,
.content-section-row-8-4,
.content-section-row-9-1,
.content-section-row-9-2 {
  flex-direction: row;
  justify-content: start;
  width: 100%;
  margin-bottom: 12px;
  /* display: flex; */
  display: none;

  @media screen and (min-width: 1024px) {
    margin-bottom: 12px;
  }
}

.content-section-row-symbol {
}

.content-section-row-symbol-svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: center;

  @media screen and (min-width: 1024px) {
    width: 30px;
    height: 30px;
  }
}

.content-section-row-8-1-count,
.content-section-row-8-2-count,
.content-section-row-8-3-count,
.content-section-row-8-4-count,
.content-section-row-9-1-count,
.content-section-row-9-2-count {
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: rgba(176, 6, 62, 1);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(225, 225, 225, 1);
  width: 30px;
  height: 30px;

  @media screen and (min-width: 1024px) {
    font-size: 14px;
    line-height: 14px;
    width: 30px;
    height: 30px;
  }
}

.content-section-row-text {
  font-family: 'Avenir Next', Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #3b3c43;
  font-weight: 500;
  margin-left: 24px;
  display: flex;
  align-items: center;

  @media screen and (min-width: 1024px) {
    font-size: 14px;
    line-height: 14px;
  }
}

.result {
  display: none;
}


button {
  border: none;
  outline: none; /* Optional: Removes focus outline */
}