@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
html{font-family: "Montserrat", sans-serif;} :root {
  --viewport: 375px;
  --bg-color: #f4f6fa;
  --color: #149b10;
}

*, ::after, ::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scrollbar-width: none;
  height: fit-content;
}

body {
  width: var(--viewport);
  max-width: var(--viewport);
  overflow-x: hidden;
  background-color: var(--bg-color);
  margin: auto;
  margin-top: 0;
  transition: all .3s ease;
  font-weight: 400;
  word-break: break-word;
  height: fit-content;
}

/*[src=''] {
  visibility: hidden;
}*/

b {
  font-weight: 700;
}

#ew-block {
  position: relative;
  width: 100%;
  display: block;
  padding: 4px;
  background: #004eff;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all .3s ease-out;
}

#ew-block span {
  margin-left: 8px;
  font-size: 18px;
} .section-1-1-1 {
    background: #FDFDFD;
    color: #222;
    width: 100%;
    position: relative;
    height: 60px;
    padding: 4px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .section-1-1-1 a {
    text-decoration: none;
    color: #222;
    position: relative;
    min-height: 52px;
    min-width: 52px;
  }

  .section-1-1-1 a img {
    font-weight: 700;
    font-size: 20px;
    line-height: 52px;
    object-fit: scale-down;
    max-height: 52px;
    position: relative;
  }

  .section-1-1-1 > span {
    top: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  .section-1-1-1 > span > svg {
    color: var(--color);
  } .section-3-4-2 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: -5px;
  }

  .section-3-4-2 > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-3-4-2 > div {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3-4-2 > div > div {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
  }

  .section-3-4-2 > div > h1 {
    color: #222;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-4-16-3 {
    background: #FFFFFF;
    width: 100%;
    position: relative;
    min-height: 136px;
    padding: 16px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .section-4-16-3 > div:first-of-type,
  .section-4-16-3 > div:last-of-type {
    min-height: 80px;
    padding: 16px;
    color: #222;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-basis: 50%;
  }

  .section-4-16-3 > div:first-of-type {
    background-color: #EBEBEB;
    text-align: left;
  }

  .section-4-16-3 > div:last-of-type {
    background-color: #EECC48;
    text-align: right;
  }

  .section-4-16-3 > div:first-of-type > span,
  .section-4-16-3 > div:last-of-type > span {
    position: relative;
  }

  .section-4-16-3 > div:first-of-type > s,
  .section-4-16-3 > div:last-of-type > div {
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    position: relative;
  }

  .section-4-16-3 > div:nth-of-type(2) {
    color: #fff;
    display: flex;
    flex-direction: column;
    /* position: relative; */
    position: absolute;
    justify-content: center;
    width: 194px;
    text-align: center;
    clip-path: polygon(4% 11.54%, 10.3% 0%, 65.88% 0%, 87% 88.44%, 96% 88.44%, 89.7% 100%, 34.12% 100%, 13% 11.54%);
    background-color: var(--color);
    padding: 16px 20px;
    left: calc(50% - 97px);
    top: 16px;
    z-index: 10;
    height: 104px;
  }

  .section-4-16-3 > div:nth-of-type(2)::before,
  .section-4-16-3 > div:nth-of-type(2)::after {
    position: absolute;
    width: 20px;
    height: 12px;
    background-color: var(--color);
    content: '';
    filter: brightness(0.75);
  }

  .section-4-16-3 > div:nth-of-type(2)::before {
    top: 0;
    left: 5px;
    clip-path: polygon(70% 0%, 100% 100%, 0% 100%);
  }

  .section-4-16-3 > div:nth-of-type(2)::after {
    bottom: 0;
    right: 5px;
    clip-path: polygon(0% 0%, 100% 0%, 30% 100%);
  }

  .section-4-16-3 > div:nth-of-type(2) > span {
    font-size: 24px;
    line-height: 28px;
    padding-right: 15px;
  }

  .section-4-16-3 > div:nth-of-type(2) > div {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    padding-left: 24px;
  } .section-6-28-4 {
    width: 100%;
    position: relative;
    min-height: 206px;
    padding: 16px;
    background-color: var(--color);
  }

  .section-6-28-4 > form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .section-6-28-4 > form > fieldset {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: none;
  }

  .section-6-28-4 > form > fieldset > div {
    width: 100%;
    position: relative;
  }

  .section-6-28-4 > form > fieldset > div > input {
    width: 100%;
    color: #fff;
    border: solid 1px #DEDEDE;
    border-radius: 8px;
    padding: 14px 12px 14px 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    background-color: var(--color);
  }

  .section-6-28-4 > form > fieldset > div::before {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 17px;
    left: 12px;
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
  }

  .section-6-28-4 > form > fieldset > div:first-of-type::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjMzMzIgMTQuNVYxMy4xNjY3QzEzLjMzMzIgMTIuNDU5NCAxMy4wNTIyIDExLjc4MTEgMTIuNTUyMSAxMS4yODFDMTIuMDUyIDEwLjc4MSAxMS4zNzM3IDEwLjUgMTAuNjY2NSAxMC41SDUuMzMzMTdDNC42MjU5MyAxMC41IDMuOTQ3NjUgMTAuNzgxIDMuNDQ3NTUgMTEuMjgxQzIuOTQ3NDYgMTEuNzgxMSAyLjY2NjUgMTIuNDU5NCAyLjY2NjUgMTMuMTY2N1YxNC41IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik04LjAwMDE2IDcuODMzMzNDOS40NzI5MiA3LjgzMzMzIDEwLjY2NjggNi42Mzk0MyAxMC42NjY4IDUuMTY2NjdDMTAuNjY2OCAzLjY5MzkxIDkuNDcyOTIgMi41IDguMDAwMTYgMi41QzYuNTI3NCAyLjUgNS4zMzM1IDMuNjkzOTEgNS4zMzM1IDUuMTY2NjdDNS4zMzM1IDYuNjM5NDMgNi41Mjc0IDcuODMzMzMgOC4wMDAxNiA3LjgzMzMzWiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K")
  }

  .section-6-28-4 > form > fieldset > div:last-of-type::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY2NjUgMTEuNzhWMTMuNzhDMTQuNjY3MiAxMy45NjU3IDE0LjYyOTIgMTQuMTQ5NCAxNC41NTQ4IDE0LjMxOTVDMTQuNDgwNCAxNC40ODk3IDE0LjM3MTMgMTQuNjQyNCAxNC4yMzQ1IDE0Ljc2NzlDMTQuMDk3NyAxNC44OTM0IDEzLjkzNjIgMTQuOTg5IDEzLjc2MDMgMTUuMDQ4NUMxMy41ODQ0IDE1LjEwNzkgMTMuMzk4IDE1LjEzIDEzLjIxMzEgMTUuMTEzM0MxMS4xNjE3IDE0Ljg5MDQgOS4xOTExMyAxNC4xODk0IDcuNDU5NzkgMTMuMDY2N0M1Ljg0OTAxIDEyLjA0MzEgNC40ODMzNSAxMC42Nzc0IDMuNDU5NzkgOS4wNjY2NUMyLjMzMzExIDcuMzI3NDUgMS42MzE5NSA1LjM0NzMxIDEuNDEzMTMgMy4yODY2NUMxLjM5NjQ3IDMuMTAyMjkgMS40MTgzOCAyLjkxNjQ5IDEuNDc3NDYgMi43NDEwN0MxLjUzNjU0IDIuNTY1NjQgMS42MzE1MSAyLjQwNDQ0IDEuNzU2MyAyLjI2NzczQzEuODgxMSAyLjEzMTAyIDIuMDMzIDIuMDIxNzkgMi4yMDIzMiAxLjk0N0MyLjM3MTY0IDEuODcyMjEgMi41NTQ2OSAxLjgzMzQ5IDIuNzM5NzkgMS44MzMzMkg0LjczOTc5QzUuMDYzMzMgMS44MzAxMyA1LjM3Njk5IDEuOTQ0NyA1LjYyMjMgMi4xNTU2N0M1Ljg2NzYxIDIuMzY2NjQgNi4wMjc4NCAyLjY1OTYxIDYuMDczMTMgMi45Nzk5OEM2LjE1NzU0IDMuNjIwMDMgNi4zMTQwOSA0LjI0ODQ3IDYuNTM5NzkgNC44NTMzMkM2LjYyOTQ5IDUuMDkxOTMgNi42NDg5IDUuMzUxMjYgNi41OTU3MyA1LjYwMDU3QzYuNTQyNTYgNS44NDk4OCA2LjQxOTAzIDYuMDc4NzIgNi4yMzk3OSA2LjI1OTk4TDUuMzkzMTMgNy4xMDY2NUM2LjM0MjE2IDguNzc1NjggNy43MjQxIDEwLjE1NzYgOS4zOTMxMyAxMS4xMDY3TDEwLjIzOTggMTAuMjZDMTAuNDIxMSAxMC4wODA3IDEwLjY0OTkgOS45NTcyMiAxMC44OTkyIDkuOTA0MDVDMTEuMTQ4NSA5Ljg1MDg4IDExLjQwNzggOS44NzAyOSAxMS42NDY1IDkuOTU5OThDMTIuMjUxMyAxMC4xODU3IDEyLjg3OTcgMTAuMzQyMiAxMy41MTk4IDEwLjQyNjdDMTMuODQzNiAxMC40NzIzIDE0LjEzOTQgMTAuNjM1NSAxNC4zNTA4IDEwLjg4NUMxNC41NjIyIDExLjEzNDUgMTQuNjc0NiAxMS40NTMgMTQuNjY2NSAxMS43OFoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS40IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==")
  }

  .section-6-28-4 > form > fieldset > div > input::placeholder {
    color: #fff;
    opacity: 0.75;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
  }

  .section-6-28-4 > form > button {
    background-color: #fff;
    padding: 14px 28px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #222;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    text-align: center;
  } .section-3-4-5 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: -5px;
  }

  .section-3-4-5 > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-3-4-5 > div {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3-4-5 > div > div {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
  }

  .section-3-4-5 > div > h1 {
    color: #222;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-3-5-6 {
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }

  .section-3-5-6 > div:first-of-type {
    background-color: var(--color);
    width: 100%;
    /*padding: 24px 12px;*/
    padding: 12px;
    text-align: center;
    position: relative;
  }

  .section-3-5-6 > div:first-of-type > h1 {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  }

  .section-3-5-6 > div:last-of-type {
    position: relative;
    width: 100%;
    height: fit-content;
    min-height: 100px;
    margin-bottom: -5px;
  }

  .section-3-5-6 > div:last-of-type > img {
    position: relative;
    width: 100%;
    height: auto;
  }   .section-3-6-7 {
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: left;
    overflow: hidden;
  }

  .section-3-6-7 > div:first-of-type {
    position: relative;
    width: 100%;
    height: fit-content;
    margin-bottom: -5px;
    min-height: 100px;
  }

  .section-3-6-7 > div:first-of-type > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-3-6-7 > span[data-discount] {
    background-color: var(--color);
    position: absolute;
    width: 275px;
    /* height: 47px; */
    transform: rotate(45deg);
    top: 48px;
    left: 45%;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 14px 0;
    white-space: nowrap;
  }

  .section-3-6-7 > span[data-discount=""], .section-3-6-7 > span[data-discount="0"] {
    display: none;
    visibility: hidden;
  }

  .section-3-6-7 > div:last-of-type {
    background-color: var(--color);
    width: 100%;
    padding: 24px 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
  }

  .section-3-6-7 > div:last-of-type > span {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    line-height: 14px;
    position: relative;
  }

  .section-3-6-7 > div:last-of-type > h1 {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    text-align: left;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-1-1-8 {
    background: #FDFDFD;
    color: #222;
    width: 100%;
    position: relative;
    height: 60px;
    padding: 4px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .section-1-1-8 a {
    text-decoration: none;
    color: #222;
    position: relative;
    min-height: 52px;
    min-width: 52px;
  }

  .section-1-1-8 a img {
    font-weight: 700;
    font-size: 20px;
    line-height: 52px;
    object-fit: scale-down;
    max-height: 52px;
    position: relative;
  }

  .section-1-1-8 > span {
    top: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  .section-1-1-8 > span > svg {
    color: var(--color);
  } .section-8-46-9 {
    width: 100%;
    position: relative;
    min-height: 60px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    padding: 32px 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
  }

  .section-8-46-9 > h2 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
  }

  .section-8-46-9 > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
  }

  .section-8-46-9 > div > div {
    width: 100%;
    height: fit-content;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .section-8-46-9 > div > div > div:first-of-type {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    z-index: 10;
  }

  .section-8-46-9 > div > div > div:first-of-type > h3 {
    position: relative;
    padding: 8px 16px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: var(--color);
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
  }

  .section-8-46-9 > div > div > div:nth-of-type(2) {
    position: relative;
    width: 100%;
    height: fit-content;
    margin-bottom: -5px;
    flex-shrink: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    min-height: 100px;
  }

  .section-8-46-9 > div > div > div:nth-of-type(2) > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-8-46-9 > div > div > div:last-of-type {
    position: relative;
    width: 100%;
    flex-shrink: 0;
    padding: 16px;
    background-color: #222;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow-hidden;
  } .section-10-41-10 {
    width: 100%;
    position: relative;
    min-height: 350px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    padding: 32px 0 20px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  .section-10-41-10 > h2 {
    width: 100%;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-10-41-10 > div {
    width: 100%;
    position: relative;
    height: 222px;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-10-41-10 > div > img {
    width: 100%;
    height: 222px;
    object-fit: cover;
    object-position: relative;
    position: relative;
    border-radius: 8px;
  }

  .section-10-41-10 > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    position: relative;
    list-style: none;
  }

  .section-10-41-10 > ul > li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    padding: 12px 16px;
  }

  .section-10-41-10 > ul > li:nth-child(odd) {
    background-color: #F6F6F6;
  }

  .section-10-41-10 > ul > li > div:first-of-type {
    width: 24px;
    height: 24px;
    position: relative;
    align-content: center;
    flex-shrink: 0;
  }

  .section-10-41-10 > ul > li > div:first-of-type > svg {
    width: 24px;
    height: 24px;
    position: relative;
    color: var(--color);
  }

  .section-10-41-10 > ul > li > div:last-of-type {
    width: calc(100% - 40px);
    position: relative;
    text-align: left;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .section-10-41-10 > ul > li > div:last-of-type > div {
    width: 100%;
    position: relative;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
  }

  .section-10-41-10 > ul > li > div:last-of-type > span {
    width: 100%;
    position: relative;
    text-align: left;
  } .section-1-1-11 {
    background: #FDFDFD;
    color: #222;
    width: 100%;
    position: relative;
    height: 60px;
    padding: 4px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .section-1-1-11 a {
    text-decoration: none;
    color: #222;
    position: relative;
    min-height: 52px;
    min-width: 52px;
  }

  .section-1-1-11 a img {
    font-weight: 700;
    font-size: 20px;
    line-height: 52px;
    object-fit: scale-down;
    max-height: 52px;
    position: relative;
  }

  .section-1-1-11 > span {
    top: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }

  .section-1-1-11 > span > svg {
    color: var(--color);
  } .section-6-27-12 {
    width: 100%;
    position: relative;
    min-height: 76px;
    padding: 16px;
    background-color: #fff;
    text-align: center;
  }

  .section-6-27-12 > button {
    background-color: var(--color);
    padding: 14px 28px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
  } .section-9-38-13 {
    width: 100%;
    position: relative;
    min-height: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #222;
    padding: 32px 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
  }

  .section-9-38-13 > h2 {
    width: 100%;
    position: relative;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
  }

  .section-9-38-13 > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    position: relative;
    list-style: none;
  }

  .section-9-38-13 > ul > li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
  }

  .section-9-38-13 > ul > li > div {
    color: var(--color);
    flex-basis: 33px;
    width: 33px;
    height: 33px;
    border: solid 1px var(--color);
    border-radius: 50%;
    font-weight: 500;
    position: relative;
    text-align: center;
    align-content: center;
    flex-shrink: 0;
  }

  .section-9-38-13 > ul > li > span {
    width: 100%;
    position: relative;
    text-align: left;
  } .section-3-4-14 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: -5px;
  }

  .section-3-4-14 > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-3-4-14 > div {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3-4-14 > div > div {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
  }

  .section-3-4-14 > div > h1 {
    color: #222;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-6-28-15 {
    width: 100%;
    position: relative;
    min-height: 206px;
    padding: 16px;
    background-color: var(--color);
  }

  .section-6-28-15 > form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .section-6-28-15 > form > fieldset {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: none;
  }

  .section-6-28-15 > form > fieldset > div {
    width: 100%;
    position: relative;
  }

  .section-6-28-15 > form > fieldset > div > input {
    width: 100%;
    color: #fff;
    border: solid 1px #DEDEDE;
    border-radius: 8px;
    padding: 14px 12px 14px 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    position: relative;
    background-color: var(--color);
  }

  .section-6-28-15 > form > fieldset > div::before {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 17px;
    left: 12px;
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
  }

  .section-6-28-15 > form > fieldset > div:first-of-type::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjMzMzIgMTQuNVYxMy4xNjY3QzEzLjMzMzIgMTIuNDU5NCAxMy4wNTIyIDExLjc4MTEgMTIuNTUyMSAxMS4yODFDMTIuMDUyIDEwLjc4MSAxMS4zNzM3IDEwLjUgMTAuNjY2NSAxMC41SDUuMzMzMTdDNC42MjU5MyAxMC41IDMuOTQ3NjUgMTAuNzgxIDMuNDQ3NTUgMTEuMjgxQzIuOTQ3NDYgMTEuNzgxMSAyLjY2NjUgMTIuNDU5NCAyLjY2NjUgMTMuMTY2N1YxNC41IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjEuNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik04LjAwMDE2IDcuODMzMzNDOS40NzI5MiA3LjgzMzMzIDEwLjY2NjggNi42Mzk0MyAxMC42NjY4IDUuMTY2NjdDMTAuNjY2OCAzLjY5MzkxIDkuNDcyOTIgMi41IDguMDAwMTYgMi41QzYuNTI3NCAyLjUgNS4zMzM1IDMuNjkzOTEgNS4zMzM1IDUuMTY2NjdDNS4zMzM1IDYuNjM5NDMgNi41Mjc0IDcuODMzMzMgOC4wMDAxNiA3LjgzMzMzWiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K")
  }

  .section-6-28-15 > form > fieldset > div:last-of-type::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0LjY2NjUgMTEuNzhWMTMuNzhDMTQuNjY3MiAxMy45NjU3IDE0LjYyOTIgMTQuMTQ5NCAxNC41NTQ4IDE0LjMxOTVDMTQuNDgwNCAxNC40ODk3IDE0LjM3MTMgMTQuNjQyNCAxNC4yMzQ1IDE0Ljc2NzlDMTQuMDk3NyAxNC44OTM0IDEzLjkzNjIgMTQuOTg5IDEzLjc2MDMgMTUuMDQ4NUMxMy41ODQ0IDE1LjEwNzkgMTMuMzk4IDE1LjEzIDEzLjIxMzEgMTUuMTEzM0MxMS4xNjE3IDE0Ljg5MDQgOS4xOTExMyAxNC4xODk0IDcuNDU5NzkgMTMuMDY2N0M1Ljg0OTAxIDEyLjA0MzEgNC40ODMzNSAxMC42Nzc0IDMuNDU5NzkgOS4wNjY2NUMyLjMzMzExIDcuMzI3NDUgMS42MzE5NSA1LjM0NzMxIDEuNDEzMTMgMy4yODY2NUMxLjM5NjQ3IDMuMTAyMjkgMS40MTgzOCAyLjkxNjQ5IDEuNDc3NDYgMi43NDEwN0MxLjUzNjU0IDIuNTY1NjQgMS42MzE1MSAyLjQwNDQ0IDEuNzU2MyAyLjI2NzczQzEuODgxMSAyLjEzMTAyIDIuMDMzIDIuMDIxNzkgMi4yMDIzMiAxLjk0N0MyLjM3MTY0IDEuODcyMjEgMi41NTQ2OSAxLjgzMzQ5IDIuNzM5NzkgMS44MzMzMkg0LjczOTc5QzUuMDYzMzMgMS44MzAxMyA1LjM3Njk5IDEuOTQ0NyA1LjYyMjMgMi4xNTU2N0M1Ljg2NzYxIDIuMzY2NjQgNi4wMjc4NCAyLjY1OTYxIDYuMDczMTMgMi45Nzk5OEM2LjE1NzU0IDMuNjIwMDMgNi4zMTQwOSA0LjI0ODQ3IDYuNTM5NzkgNC44NTMzMkM2LjYyOTQ5IDUuMDkxOTMgNi42NDg5IDUuMzUxMjYgNi41OTU3MyA1LjYwMDU3QzYuNTQyNTYgNS44NDk4OCA2LjQxOTAzIDYuMDc4NzIgNi4yMzk3OSA2LjI1OTk4TDUuMzkzMTMgNy4xMDY2NUM2LjM0MjE2IDguNzc1NjggNy43MjQxIDEwLjE1NzYgOS4zOTMxMyAxMS4xMDY3TDEwLjIzOTggMTAuMjZDMTAuNDIxMSAxMC4wODA3IDEwLjY0OTkgOS45NTcyMiAxMC44OTkyIDkuOTA0MDVDMTEuMTQ4NSA5Ljg1MDg4IDExLjQwNzggOS44NzAyOSAxMS42NDY1IDkuOTU5OThDMTIuMjUxMyAxMC4xODU3IDEyLjg3OTcgMTAuMzQyMiAxMy41MTk4IDEwLjQyNjdDMTMuODQzNiAxMC40NzIzIDE0LjEzOTQgMTAuNjM1NSAxNC4zNTA4IDEwLjg4NUMxNC41NjIyIDExLjEzNDUgMTQuNjc0NiAxMS40NTMgMTQuNjY2NSAxMS43OFoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS40IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==")
  }

  .section-6-28-15 > form > fieldset > div > input::placeholder {
    color: #fff;
    opacity: 0.75;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
  }

  .section-6-28-15 > form > button {
    background-color: #fff;
    padding: 14px 28px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #222;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    text-align: center;
  } .section-5-24-16 {
    width: 100%;
    position: relative;
    min-height: 86px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    padding: 16px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .section-5-24-16 > div:last-of-type {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    align-items: end;
  }

  .section-5-24-16 > div:last-of-type > div > span:first-of-type {
    font-size: 12px;
    line-height: 12px;
  }

  .section-5-24-16 > div:last-of-type > div > span:last-of-type {
    color: var(--color);
    font-size: 24px;
    line-height: 24px;
  } .section-2-12-17 {
    background: #FFFFFF;
    color: #212121;
    width: 100%;
    position: relative;
    min-height: 64px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
  }

  .section-2-12-17 > div {
    text-align: center;
    width: 100%;
  }

  .section-2-12-17 > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  .section-2-12-17 > div > a {
    color: #212121;
    text-align: center;
  }
