.radio-btn-group {
  display: flex;
  align-items: center;
}

.radio-btn-group .radio:first-of-type {
  margin-right: 0.6rem;
}

.radio-btn-group .radio label {
  background: var(--neutral-color-4);
  padding: 0.5rem 1.25rem;
  cursor: pointer;
  color: var(--neutral-color-2);
  transition: box-shadow 400ms ease;
  appearance: auto;
}

.radio-btn-group .radio label:hover {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.radio-btn-group .radio input[type="radio"] {
  display: none;
}

.radio-btn-group .radio input[type="radio"]:checked + label {
  background: var(--primary-color);
  color: #fff;
}

.radio-btn-group .radio input[type="radio"]:disabled + label {
  background: var(--neutral-color-4);
  color: var(--neutral-color);
  cursor: not-allowed;
  opacity: 0.5;
}

.radio-btn-group .radio input[type="radio"]:disabled + label:hover {
  box-shadow: none;
}
.s1 {
  padding-top: 200px;
  padding-bottom: 20px;
  min-height: 100vh;
  background: url('/images/grandola/01.jpg') no-repeat center center;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}

.s1 h1 {
  color: var(--primary-color);
}

.s1 .container {
  margin: 0 30px;
  position: relative;
  min-height: 75vh;
}

.s1 p {
  max-width: 60%;
  font-size: 27px;
  font-weight: 600;
  line-height: 28px;
  color: white;
}

.s1 .btns {
  padding-bottom: 100px;
}

.s1 .oneway-btn {
  padding: 80px 0 80px 0;
  width: max-content;
}

.s1 .btn {
  font-size: 24px;
  line-height: 24px;
}

.s1 .next-btn {
  position: absolute;
  height: 30px;
  width: 30px;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  cursor: pointer;
  -webkit-mask: url(/svg/arrow-circle.svg) no-repeat 100% 100%;
  mask: url(/svg/arrow-circle.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: white;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.s1 .next-btn:hover {
  bottom: 10px;
}

.s2 {
  background-color: var(--primary-color-2);
  padding-top: 10vh;
  padding-bottom: 10vh;
  box-sizing: border-box;
}

.s2 .text {
  width: 100%;
  padding: 0 20px 0 20px;
}

.s2 .text h4 {
  color: white;
  margin-top: 100px;
  margin-bottom: 20px;
}

.s2 .text h6 {
  color: white;
  margin-bottom: 20px;
}

.s2 .text p {
  color: var(--neutral-color);
  margin-bottom: 50px;
}

.s2 .image {
  background: url('/images/grandola/02.png') no-repeat 50% 0;
  background-size: contain;
  min-height: calc(min(100vw, 500px));
}

.s3 {
  background-color: #0e0d13;
  min-height: 670px;
}

.s3 .img-backdrop {
  background: url('/images/grandola/03.png') no-repeat center center;
  background-position-x: 60vw;
  background-size: 100vh 100%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.s3 .container {
  min-height: min(80vh, 400px);
}

.s3 .text {
  width: 100%;
  padding: 0 20px 0 20px;
}

.s3 .text h3 {
  color: var(--primary-color-2);
  margin-top: 100px;
  margin-bottom: 30px;
}

.s3 .text h5 {
  color: var(--neutral-color);
  margin-bottom: 20px;
}

.s3 .text p {
  color: white;
  margin-bottom: 50px;
}

.s32 {
  background-color: #00d5c0;
  color: white;
  padding: 10vh;
}

.s32 .container {
  display: flex;
  flex-direction: column;
}

.s32 .image {
  background: url('/images/grandola/05.png') no-repeat 40% 0;
  background-size: contain !important;
  min-height: calc(min(80vw, 600px));
}

.s32 p {
  margin-top: 2rem;
}

.s4 .container {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  padding-top: 6%;
  align-items: flex-start;
}

.s4 .container img {
  width: 100%;
}

.s4 .container > div {
  margin: 30px 20px 0 20px;
  padding-top: 20px;
}

.s4 .container div p {
  margin-top: 40px;
}

.s5 {
  margin: 180px auto 0 auto;
}

.s5 h2,
.s5 p {
  margin: 0 20px 40px;
}

.s5 > div {
  display: flex;
  text-align: center;
}

.s6 {
  margin-top: 10vh;
}

.s6 .text {
  width: 100%;
  padding: 0 20px 0 20px;
}

.s6 .text h3 {
  color: var(--primary-color);
  margin-top: 100px;
  margin-bottom: 40px;
}

.s6 .text p {
  margin-bottom: 50px;
}

.s6 .image {
  background: url('/images/grandola/02.png') no-repeat center center;
  background-repeat: no-repeat;
  min-height: 420px;
  width: 100%;
  background-size: contain;
}

.s7 {
  background-color: var(--primary-color);
}

.s7 .container,
.s8 .container {
  text-align: center;
  padding: 80px 0;
  margin: 0 auto;
}

.s7 h3,
.s8 h3 {
  color: white;
  padding: 0 20px;
}

.s7 p,
.s8 p {
  color: var(--primary-color-3);
  margin: 60px 20px;
  text-align: left !important;
}

.s7 .imgs,
.s8 .imgs {
  display: flex;
  flex-direction: column;
}

.s7 .imgs > div,
.s8 .imgs > div {
  margin: 20px;
}

.s7 .imgs img,
.s8 .imgs img {
  border-radius: 20px;
}

.s7 .imgs h6,
.s8 .imgs h6 {
  color: white;
  margin: 30px 0;
}

.s8 {
  background-color: var(--primary-color-2);
}

.circle-blue::after {
  background: var(--primary-color);
}

.circle-dark-blue::after {
  background: var(--primary-color-3);
}

.circle-red::after {
  background: var(--primary-color-2);
}

.s10 {
  background-color: var(--primary-color-3);
}

.s10 .container {
  margin: 0 auto;
  text-align: center;
}

.s10 h3,
.s10 h4 {
  color: var(--primary-color);
  padding: 80px 0 20px 0;
}

.s10 h5 {
  color: white;
  padding-bottom: 30px;
}

.s10 .sketchs {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 420px;
  margin: 0 auto;
}

.s10 .sketchs > div {
  margin: 40px;
  margin: 40px auto;
  position: relative;
  max-width: 250px;
}

.s10 .sketchs p {
  color: white;
  margin-bottom: 40px;
}

.s10 .sketchs img {
  height: 400px;
  max-width: none;
}

.s10 .sketchs .left-text {
  color: white;
  position: absolute;
  left: -100px;
  top: 50%;
  transform: rotate(-90deg);
}

.s10 .sketchs .left {
  position: absolute;
  left: -40px;
  border-right: 2px solid #fff;
  padding-right: 20px;
  top: 70px;
  bottom: 0;
}

.s10 .sketchs .left::before {
  content: '';
  display: block;
  height: 2px;
  width: 13px;
  background: #fff;
  position: absolute;
  right: -7px;
  top: 0;
}

.s10 .sketchs .left::after {
  content: '';
  display: block;
  height: 2px;
  width: 13px;
  background: #fff;
  position: absolute;
  right: -7px;
  bottom: 0;
}

.s10 .sketchs .top {
  position: absolute;
  left: 1px;
  right: 0;
  top: 30px;
  border-bottom: 2px solid #fff;
  text-align: center;
  padding-bottom: 10px;
}

.s10 .sketchs .top::before {
  content: '';
  display: block;
  width: 2px;
  height: 12px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.s10 .sketchs .top::after {
  content: '';
  display: block;
  width: 2px;
  height: 12px;
  background: #fff;
  position: absolute;
  bottom: -8px;
  right: 0;
}

.s10 .table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.s10 .table td,
.s10 .table th {
  text-align: left;
  padding: 8px;
  font-family: MuseoSans;
  font-size: 20px;
}

.s10 .table td {
  color: white;
  width: 65%;
  padding-left: 30px;
  font-weight: bold;
}

.s10 .table th {
  color: var(--neutral-color-2);
  text-align: right;
  width: 45%;
}

.s10 .table tr:nth-child(odd) {
  background-color: var(--secondary-color-3);
}

.s10 .next-btn {
  position: relative;
  height: 80px;
  cursor: pointer;
}

.s10 .next-btn p {
  position: absolute;
  margin: 0 auto;
  color: white;
  left: 50%;
  bottom: 36px;
  transform: translate(-50%, -50%);
  width: fit-content;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.s10 .next-btn .icon {
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  bottom: 16px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  -webkit-mask: url(/svg/arrow-circle.svg) no-repeat 100% 100%;
  mask: url(/svg/arrow-circle.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: white;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.s10 .next-btn:hover .icon {
  bottom: 10px;
}

.s10 .next-btn:hover p {
  bottom: 40px;
}

.s11 .content a {
  color: var(--primary-color-2);
  display: flex;
  cursor: pointer;
}

.s11 .content a img {
  width: 15px;
  height: 15px;
  margin: auto 8px auto 10px;
}

.s11 {
  display: flex;
}

.s11 .image {
  background-color: var(--primary-color);
  display: none;
  width: 50%;
}

.s11 .image div {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
}

.s11 .image img {
  margin: 0 auto 0;
  padding-top: 40px;
  max-height: 70vh;
}

.s11 > div {
  width: 100%;
}

.s11 .content {
  background: white;
  padding: 40px 20px 60px;
}

.s11 .content > h3 {
  color: var(--primary-color-2);
}

.s11 .content > p {
  font-family: MuseoSans;
  font-size: 20px;
  font-weight: 600;
}

.s11 .buttons {
  margin-top: 40px;
}

.s11 .radio-btn-group .radio {
  margin-top: 10px;
  width: 100px;
  height: 100px;
}

.s11 .radio-btn-group .radio label {
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 900;
  font-family: Mont;
  font-size: 20px;
  line-height: 18px;
  height: 100%;
}

.s11 .options {
  margin-top: 40px;
}

.s11 .options h6 {
  margin-bottom: 10px;
}

.s11 .option {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.s11 .option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.s11 .option .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
}

.s11 .option:hover input ~ .checkmark {
  background-color: var(--neutral-color-4);
}

.s11 .option input:checked ~ .checkmark {
  background-color: var(--primary-color);
}

.s11 .option .checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.s11 .option input:checked ~ .checkmark::after {
  display: block;
}

.s11 .option span:nth-child(2) {
  font-size: 16px;
  color: var(--neutral-color-2);
  margin-left: 16px;
}

.s11 .units {
  position: relative;
  height: 150px;
  margin-top: 50px;
  max-width: 380px;
}

.s11 .units .text-link {
  position: absolute;
  width: max-content;
  top: 0;
  right: 0;
  font-weight: 700;
  font-family: Mont;
  font-size: 18px;
}

.s11 .units h6 {
  max-width: 50%;
}

.s11 .tiers-container {
  width: 0;
}

.s11 .tiers {
  margin: 10px 0 0 260px;
  position: relative;
  width: 150px;
  padding: 20px;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.23);
  z-index: 200;
}

.s11 .tiers::before,
.s11 .tiers::after {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -20px;
  border-bottom: 15px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.s11 .tiers::before {
  top: -15px;
  margin-left: -22px;
  border-bottom: 15px solid rgba(0, 0, 0, 0.33);
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  opacity: 0.2;
}

.s11 .tiers p {
  color: var(--neutral-color-2);
  font-size: 14px;
}

.s11 .tiers div {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.s11 .quantity {
  width: 100px;
  position: absolute;
  top: 45px;
}

.s11 .quantity input {
  color: var(--neutral-color);
  font-size: 48px;
  font-family: MuseoSans;
  font-weight: 600;
  width: 100px;
}

.s11 .quantity::before,
.s11 .quantity::after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  bottom: 0;
}

.s11 .quantity::before {
  background-color: #4a4a4a;
  left: 0;
  right: 0;
}

.s11 .quantity::after {
  left: 50%;
  right: 50%;
  width: 0;
  transition: all 0.2s ease;
  -moz-transition: 0.2s ease all;
  -webkit-transition: all 0.2s ease;
}

.s11 .quantity:focus-within::after {
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--primary-color);
}

.s11 .quantity input:focus {
  outline: 0;
}

.s11 .price {
  position: relative;
  margin-top: 30px;
}

.s11 .price p {
  position: absolute;
  top: 14px;
  left: 0;
  font-size: 16px;
}

.s11 .price div {
  margin-left: 40px;
  padding: 0 20px;
}

.s11 .price span:first-child {
  font-family: MuseoSans;
  font-size: 36px;
  font-weight: bold;
}

.s11 .price div span:nth-of-type(2) {
  font-size: 18px;
  display: inline-block;
}

.s11 .price-details {
  height: 120px;
  margin-left: 62px;
}

.s11 .price-details p:first-child {
  font-size: 16px;
}

.s11 .price-details p:nth-child(2) {
  padding-bottom: 0;
}

.s11 .price-details p {
  font-size: 14px;
  color: #9b9b9b;
}

.s11 .price-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background: #fff;
  z-index: 99;
  height: auto;
  opacity: 1;
  transition: opacity 0.1s;
}

.s11 .price-hidden-footer {
  opacity: 0;
}

.s11 .price-footer p {
  top: auto;
  bottom: 18px;
}

.checkout-container {
  display: none;
  opacity: 0;
  align-items: center;
  transition: opacity 2s;
}

.checkout-text {
  margin-bottom: 20px;
  display: flex;
  font-size: 14px;
  font-weight: bold;
}

.order-details {
  position: relative;
  top: 0;
  opacity: 1;
  transition: opacity 1s, top 2s;
}

.radios-small .radio {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 2px solid var(--primary-color);
  border-radius: 50%;
  margin-top: 3px;
  flex-shrink: 0;
}

.radios-small .radio:hover {
  background: var(--neutral-color-4);
}

.radios-small .radio-checked {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: inset 0 0 0 2px #fff;
  background: var(--primary-color);
  flex-shrink: 0;
}

.radios-small .radio-checked:hover {
  border: 2px solid var(--primary-color);
}

.radios-small > div {
  display: flex;
  cursor: pointer;
  margin-bottom: 10px;
}

.radios-small .option {
  margin-bottom: 0;
  padding-left: 8px;
}

@media only screen and (max-width: 400px) {
  .s1 h1 {
    font-size: 60px;
  }

  .s10 h3 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 430px) {
  .s11 .tiers {
    position: absolute;
    right: 20px;
  }

  .s11 .tiers::before {
    margin-left: 18px;
  }

  .s11 .tiers::after {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .s1 {
    background-position: 60% 0;
  }

  .circle-dark-blue::after {
    display: none;
  }

  .s32 {
    padding: 5vh 2rem;
  }

  .s10 .next-btn p {
    width: 80vw;
  }
}

@media only screen and (min-width: 768px) {
  .s1 .container {
    margin: auto;
  }

  .s5 {
    width: 75%;
  }

  .s5 p {
    margin: 0 0 40px;
  }

  .s6 {
    padding-top: 0;
  }

  .s7 h3,
  .s8 h3 {
    padding: 0;
    width: 66.66%;
    margin: 0 auto 50px auto;
  }

  .s7 p,
  .s8 p {
    width: 66.66%;
    margin: 0 auto 0 auto;
    text-align: left;
  }

  .s7 > div,
  .s8 > div {
    text-align: center;
  }

  .s11 > div {
    width: 50%;
  }

  .s11 .content {
    padding: 80px 40px 100px;
  }

  .s11 .image {
    display: block;
  }

  .s4 .reverse-on-small {
    flex-direction: column-reverse;
  }
}

@media only screen and (min-width: 992px) {
  .s1 .btns {
    display: flex;
  }

  .s1 .twoway-btn {
    margin-left: 32px;
  }

  .s3 .container {
    min-height: min(80vh, 600px);
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
  }

  .s2 .container {
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
  }

  .s2 .text,
  .s3 .text {
    width: 60%;
  }

  .s32 .container {
    flex-direction: row;
    align-items: center;
  }

  .s32 .text {
    max-width: 50%;
  }

  .s32 .image {
    background-position-y: 50%;
    width: 50%;
    max-height: fit-content;
  }

  .s2 .image {
    width: 60%;
    background-position: 60% 0;
  }

  .s4 .container {
    flex-direction: row;
    margin-top: 240px;
    padding-top: 0;
  }

  .s4-first .container {
    margin-top: -100px;
    padding-top: 240px;
  }

  .s4 .container img {
    width: 50%;
    margin: 0 2%;
  }

  .s4 .s4-text-container {
    width: 50%;
  }

  .s4 .container > div {
    margin: 0 30px;
  }

  .s5 {
    width: 58.33333%;
  }

  .s6 .text {
    width: 43.5%;
  }

  .s6 .container {
    display: flex;
  }

  .s6 .image {
    width: 56%;
    background-position-x: 55%;
    background-position-y: -15%;
    background-size: 120%;
    max-height: 700px;
    min-height: 600px;
  }

  .s7 .imgs,
  .s8 .imgs {
    flex-direction: row;
  }

  .s7 .imgs > div,
  .s8 .imgs > div {
    width: 33.3%;
  }

  .s9 .container {
    display: flex;
    padding: 180px 0;
  }

  .s9 .container > div {
    width: 50%;
  }

  .s9 .text {
    margin: 0;
  }

  .s9 .image img {
    margin: 40px 0;
  }

  .s10 .sketchs {
    flex-direction: row;
  }

  .s10 .sketchs .left-text {
    left: -135px;
    transform: rotate(0);
  }

  .s11 .radio-btn-group .radio {
    width: 186px;
    height: 140px;
  }

  .s11 .radio-btn-group .radio label {
    font-size: 30px;
    line-height: 30px;
    padding: 0 40px;
  }
}

@media only screen and (min-width: 1320px) {
  .s1 p {
    font-size: 30px;
  }

  .s4 .container {
    margin-top: 400px;
  }

  .s5 {
    margin-top: 300px;
  }

  .s7 .imgs > div,
  .s8 .imgs > div {
    margin: 20px 60px;
  }
}
