.pv-20 {
  padding: 20px 0;
}

.section-1 {
  background: linear-gradient(180deg, #EAF1FB 0%, #FFFFFF 100%);
}

.section-1 .title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.section-1 .descr {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.section-1 .item {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 15px 0px #5CBDFF33;
  padding: 10px;
  border-radius: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}

.section-2 {
  padding: 20px 0;
}

.section-2 .header {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.section-2 .action-btn {
  border: 1px solid #D6E2EB;
  border-radius: 50%;
}

.section-2 .action-btn .icon {
  color: #2F4050;
  font-size: large;
  padding: 2px 3px;
}

.section-2 .spice {
  background: linear-gradient(90deg, #DCEAFF 6.05%, rgba(220, 234, 255, 0.6) 101.49%);
  border-radius: 16px;
  overflow: hidden;
}

.section-2 .spice .item {
  padding: 10px;
  position: relative;
}

.section-2 .spice .item:not(:last-child) {
  border-right: 2px solid white;
}

.section-2 .spice .header {
  font-family: Inter;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.section-2 .spice .header .firstChar {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: underline;
}

.section-2 .spice .descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4A4A4A;
  text-align: center;
}

.section-2 .btn {
  background: #F8FCFF;
  color: #5CBDFF;
  font-family: Poppins;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.02em;
  border-radius: 6px;
  padding: 8px;
  height: unset;
}

.section-2 .btn .icon {
  font-size: medium;
}

.section-2 .footer {
  background: #3071A9;
  padding: 10px 0;
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.02em;
  vertical-align: middle;
  color: white;
}

.section-3 {
  padding: 20px 0;
  gap: 40px;
  background: linear-gradient(180deg, #ECF7FF 0%, #DEF2FF 100%);
}

.section-3 .title {
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.02em;
  color: #4A4A4A;
  text-transform: uppercase;
}

.section-3 .header {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.002em;
  text-align: left;
  color: #396CAA;
}

.section-3 .item .header {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #3E4868;
}

.section-3 .item .descr {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #4A4A4A;
}

.section-3 .details {
  padding: 10px 0;
}

.section-3 .item {
  padding: 20px 0;
  margin: 0 20px;
  cursor: pointer;
}

.section-3 .image {
  border-radius: 15px;
}

.section-3 .item:not(:last-child) {
  border-bottom: 1px solid #CBE0FF;
}

.section-3 .image-container {
  background: linear-gradient(180deg, #EAF1FB 1.5%, #F9FBFF 100%);
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  height: fit-content;
}

.section-3 .item.active {
  padding: 20px;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #D0E3FF;
  background-color: white;
  box-shadow: 0px 4px 15px 0px #5CBDFF33;
}

.section-3 .item.no-border {
  border: none;
}

.section-4 {
  background: #CBEAFF;
  padding: 20px 0;
}

.section-4 .title {
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  color: #4A4A4A;
}

.section-4 .descr {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  color: #4A4A4A;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  max-width: 660px;
}

.section-4 .outer-container {
  border: 1px solid #FFFFFF;
  background: #FFFFFF66;
  padding: 20px;
  border-radius: 20px;
}

.section-4 .inner-container {
  border-radius: 20px;
}

.section-4 .item {
  padding: 0px 40px;
  gap: 20px;
  align-items: center;
}

.section-4 .item .title {
  font-family: Poppins;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 4%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #396CAA;
  text-align: left;
}

.section-4 .item .header {
  font-family: Inter;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
}

.section-4 .item .descr {
  text-align: left;
}

.section-4 .action-btn {
  background: #F4FAFF;
  font-family: Poppins;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 2%;
  color: #5CBDFF;
  width: fit-content;
  padding: 5px 10px;
  gap: 5px;
  border-radius: 6px;
}

.section-4 .bgWhite {
  background-color: white;
}

.section-4 .customBg {
  /* background: radial-gradient(74.17% 388.2% at 101.56% 100%, #F0EBF8 3.49%, #EBF4F8 44.48%, #EBF9FF 100%); */
  background-color: #ebf8fe;
}

.section-4 .item .details {
  padding: 10px 0;
}

.section-5 {
  background: linear-gradient(180deg, #CBEAFF -14.32%, #F4FAFF 104.99%);
}

.section-5 .header {
  font-family: Poppins;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  vertical-align: middle;
}

.section-5 .details .header {
  text-align: left;
}

.section-5 .customBg-1 {
  background-color: #EBF4F8;
}

.section-5 .customBg-2 {
  background-color: #CEE1F2;
}

.section-5 .container {
  border: 1px solid #FFFFFF;
  border-radius: 30px;
}

.section-5 .text-gradient {
  background: linear-gradient(90deg, #5CBDFF 26.5%, #57CE57 91.5%);
  color: transparent;
  background-clip: text;
}

.section-5 .text-gradient .large-font {
  font-size: 100px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -0.05em;
  text-align: center;
}

.section-5 .text-gradient .small-font {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.05em;
  text-align: center;
}

.tab-body .item {
  border-radius: 6px;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #4A4A4A;
}

.section-5 .left {
  background: #B1DCFD;
}

.section-5 .right {
  background-color: white;
}

.section-5 .action-btn {
  border-radius: 33px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border: 1px solid #E6E6E6;
  padding: 0 16px;
  background-color: #F4FAFF;
  color: #5CBDFF;
  width: fit-content;
}

.section-5 .left .action-btn {
  background-color: white;
  color: #3E4868;
}

.section-5 .right .action-btn {
  background: #5CBDFF;
  color: white;
  box-shadow: 0px 4px 15px 0px #5CBDFF26;
}

.section-6 {
  background: #ECF7FF;
  padding: 10px 0;
}

.section-6 .card {
  border-radius: 20px;
  overflow: hidden;
}

.section-6 .card .header {
  padding: 16px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  background-color: white;
  color: #3E4868;
}

.section-6 .card .header .action-icon {
  box-shadow: 0px 4px 15px 0px #5CBDFF33;
  border: 1px solid #D6E2EB;
  border-radius: 100%;
  font-size: large;
}

.section-6 .card .list {
  padding: 15px;
  background-color: #F4FAFF;
}

.section-6 .card .list .icon {
  background-color: #57CE57;
  color: white;
  border-radius: 20px;
  font-size: large;
}

.section-6 .items .item {
  height: 48px;
  width: 210px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #3071A9;
  background-color: white;
}

.section-6 .items .item.header {
  background-color: #3071A9;
  color: white;
  font-size: 14px;
}

.tab-body {
  scroll-margin-top: 100px;
}

.icon {
  height: 18px;
  width: 18px;
}

.btn-2 {
  padding: 5px 16px;
}

.guarantees .top {
  padding: 10px;
  background-color: white;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 10px;
  color: #3E4868;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.guarantees .bottom {
  padding: 10px;
  background-color: #3E4868;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 10px;
  color: #84CD57;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.spice .action-btn {
  width: fit-content;
  position: absolute;
  top: 18px;
  right: 10px;
  background-color: white;
}

@media only screen and (max-width: 480px) {

  .section-1 {
    padding: 20px 10px;
  }

  .section-1 .title {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }

  .section-1 .header {
    text-align: center;
  }

  .section-1 .descr {
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  .section-1 .item {
    font-size: 12px;
    line-height: 18px;
  }

  .section-2 .spice-list {
    gap: 0;
    padding: 0 10px;
  }

  .section-2 .spice {
    border-radius: 10px;
  }

  .section-2 .spice .item:not(:last-child) {
    border-right: unset;
    border-bottom: 2px solid white;
  }

  .section-2 .footer {
    font-size: 12px;
    text-align: center;
  }

  .section-3 {
    padding: 20px 0 10px;
    gap: 30px;
  }

  .section-3 .top-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .section-3 .bottom-top {
    flex-direction: column-reverse;
    gap: 10px;
  }

  .section-3 .item {
    gap: 5px;
    padding: 16px 0;
  }

  .section-3 .item.active {
    padding: 16px;
  }

  .section-3 .title {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .section-3 .details {
    gap: 10px;
    padding: 0 10px;
  }

  .section-3 .header {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: center;
  }

  .section-3 .item .header {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.04em;
    text-align: left;
  }

  .section-3 .item .descr {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.02em;
    text-align: left;
  }

  .section-3 .image-container {
    background: linear-gradient(180deg, #EAF1FB 1.5%, #F9FBFF 100%);
    border: unset;
    border-radius: unset;
  }

  .section-3 .image {
    border-radius: unset;
  }

  .section-4 .title {
    font-size: 12px;
  }

  .section-4 .header {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
  }

  .section-4 .descr {
    font-size: 12px;
    line-height: 18px;
  }

  .section-4 .outer-container {
    padding: 0;
  }

  .section-4 .item {
    padding: 0;
  }

  .section-4 .item .details {
    padding: 10px;
    gap: 10px;
  }

  .section-6 .header,
  .section-5 .header {
    font-size: 20px;
    line-height: 26px;
  }

  .section-5 .container {
    border: unset;
    border-radius: unset;
  }

  .section-5 .details {
    align-items: center;
  }

  .section-5 .details .header {
    text-align: center;
  }

  .section-5 .customBg-1,
  .section-5 .customBg-2 {
    gap: 0;
  }

  .section-6 .card {
    overflow: unset;
  }

  .tab-body .item {
    border-radius: unset;
  }

  .mph-20 {
    padding: 0 20px;
  }

  .section-6 .items .item {
    height: 42px;
    padding: 6px;
    gap: 6px;
  }
}