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

*, ::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-5-22-1 {
    width: 100%;
    position: relative;
    min-height: 50px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    padding: 16px;
    background-color: #fff;
    text-align: center;
  }

  .section-5-22-1 > span:last-of-type {
    color: var(--color);
    font-weight: 600;
  } .section-1-1-2 {
    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-2 a {
    text-decoration: none;
    color: #222;
    position: relative;
    min-height: 52px;
    min-width: 52px;
  }

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

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

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

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

  .section-3-4-3 > 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-3 > div > div {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
  }

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

  .section-4-17-4 > div:first-of-type,
  .section-4-17-4 > div:last-of-type {
    padding: 11px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-basis: 46%;
    text-align: center;
  }

  .section-4-17-4 > div:first-of-type {
    background-color: #EBEBEB;
    color: #222;
  }

  .section-4-17-4 > div:last-of-type {
    background-color: var(--color);
    color: #fff;
  }

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

  .section-4-17-4 > div:first-of-type > s,
  .section-4-17-4 > div:last-of-type > div {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    position: relative;
  }

  .section-4-17-4 > div:nth-of-type(2) {
    flex-basis: 8%;
    position: relative;
  }

  .section-4-17-4 > div:nth-of-type(2)::before,
  .section-4-17-4 > div:nth-of-type(2)::after {
    position: absolute;
    width: 23px;
    height: 100%;
    content: '';
  }

  .section-4-17-4 > div:nth-of-type(2)::before {
    top: 0;
    left: 0;
    background-color: #EBEBEB;
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  }

  .section-4-17-4 > div:nth-of-type(2)::after {
    top: 0;
    right: 0;
    background-color: var(--color);
    clip-path: polygon(100% 0%, 0% 0%, 100% 50%, 0% 100%, 100% 100%);
  } .section-5-26-5 {
    width: 100%;
    position: relative;
    min-height: 80px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #222;
    padding: 12px 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }

  .section-5-26-5 > div:last-of-type {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: var(--color);
    font-size: 24px;
    line-height: 25px;
  }

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

  .section-5-26-5 > div:last-of-type > span {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-5-26-5 > div:last-of-type > div > div {
    position: relative;
  }

  .section-5-26-5 > div:last-of-type > div > span {
    font-size: 12px;
    line-height: 12px;
    position: relative;
    color: #222;
    bottom: 3px;
  } .section-6-27-6 {
    width: 100%;
    position: relative;
    min-height: 76px;
    padding: 16px;
    background-color: #fff;
    text-align: center;
  }

  .section-6-27-6 > 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-8-46-7 {
    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-7 > h2 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
  }

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

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

  .section-8-46-7 > 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-7 > 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-7 > 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-7 > div > div > div:nth-of-type(2) > img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .section-8-46-7 > 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-9-38-8 {
    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-8 > h2 {
    width: 100%;
    position: relative;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
  }

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

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

  .section-9-38-8 > 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-8 > ul > li > span {
    width: 100%;
    position: relative;
    text-align: left;
  } .section-10-42-9 {
    width: 100%;
    position: relative;
    min-height: 350px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    padding: 32px 16px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

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

  .section-10-42-9 > div {
    width: 100%;
    position: relative;
    height: 222px;
    overflow: hidden;
  }

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

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

  .section-10-42-9 > ul > li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 20px 16px;
    border-radius: 8px;
    border-left: solid 2px var(--color);
    background-color: #F6F6F6;
    justify-content: space-between;
  }

  .section-10-42-9 > ul > li > div {
    position: relative;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    min-width: 33%;
  }

  .section-10-42-9 > ul > li > span {
    position: relative;
    text-align: right;
  } .section-1-1-10 {
    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-10 a {
    text-decoration: none;
    color: #222;
    position: relative;
    min-height: 52px;
    min-width: 52px;
  }

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

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

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

  .section-14-49-11 > h2 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
  }

  .section-14-49-11 > div {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
  }

  .section-14-49-11 > div > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
  }

  .section-14-49-11 > div > div > div:first-of-type {
    width: 100%;
    height: 327px;
    display: flex;
    flex-direction: row;
    gap: 48px;
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .section-14-49-11 > div > div > div:first-of-type > div {
    position: relative;
    border-radius: 8px;
    width: 327px;
    height: 327px;
    overflow: hidden;
    flex-shrink: 0;
  }

  .section-14-49-11 > div > div > div:first-of-type > div.animation {
    animation: .3s linear section-14-49-11-opacity;
  }

  .section-14-49-11 > div > div > div:first-of-type > div.hidden {
    display: none;
  }

  .section-14-49-11 > div > div > div:first-of-type > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .section-14-49-11 > div > div > div:nth-of-type(2) {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    align-items: center;
    min-height: 8px;
  }

  .section-14-49-11 > div > div > div:nth-of-type(2) > span {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: relative;
    background-color: #CCC;
    cursor: pointer;
    transition: all .3s ease-in;
  }

  .section-14-49-11 > div > div > div:nth-of-type(2) > span:hover,
  .section-14-49-11 > div > div > div:nth-of-type(2) > span.active {
    background-color: #999;
  }

  .section-14-49-11 > div > div > div:nth-of-type(3) {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    padding: 12px 0;
  }

  .section-14-49-11 > div > div > div:nth-of-type(3) > div:first-of-type {
    font-size: 18px;
    font-weight: 600;
    flex-shrink: 1;
    line-height: 20px;
  }

  .section-14-49-11 > div > div > div:nth-of-type(3) > aside {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 4px;
  }

  .section-14-49-11 > div > div > div:nth-of-type(3) > aside > span:first-of-type {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
  }

  .section-14-49-11 > div > div > div:nth-of-type(3) > aside > span:last-of-type {
    font-size: 18px;
    color: var(--color);
    font-weight: 600;
  }

  .section-14-49-11 > div > div > div:nth-of-type(4) {
    position: relative;
    width: 100%;
    text-align: justify;
    line-height: 18px;
    max-height: max-content();
    transition: all .3s ease-out;
  }

  .section-14-49-11 > div > div > div:nth-of-type(4).collapsed {
    max-height: 38px;
    overflow: hidden;
  }

  .section-14-49-11 > div > div > div:nth-of-type(5) {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 0;
    max-height: max-content();
    transition: all .3s ease-out;
  }

  .section-14-49-11 > div > div > div:nth-of-type(5).collapsed {
    max-height: 0;
    overflow: hidden;
    padding: 0 0;
  }

  .section-14-49-11 > div > div > div:nth-of-type(5) > h3 {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: var(--color);
  }

  .section-14-49-11 > div > div > div:nth-of-type(5) > ul {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .section-14-49-11 > div > div > div:nth-of-type(5) > ul > li {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 5%;
    border-bottom: 1px solid #CCC;
    padding: 6px 0;
  }

  .section-14-49-11 > div > div > div:nth-of-type(5) > ul > li > span:first-of-type {
    position: relative;
    flex-shrink: 0;
    max-width: 40%;
    text-wrap: wrap;
  }

  .section-14-49-11 > div > div > div:nth-of-type(5) > ul > li > span:last-of-type {
    position: relative;
    flex-shrink: 0;
    color: #999;
    max-width: 55%;
    text-wrap: wrap;
    text-align: right;
  }

  .section-14-49-11 > div > div > div:last-of-type {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .section-14-49-11 > div > div > div:last-of-type > button {
    position: relative;
    width: 100%;
    padding: 14px 28px;
    transition: all .3s ease-out;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }

  .section-14-49-11 > div > div > div:last-of-type > button:first-of-type {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: center;
    background-color: #DDD;
    color: #222;
  }

  .section-14-49-11 > div > div > div:last-of-type > button:first-of-type:hover {
    background-color: #BBB;
  }

  .section-14-49-11 > div > div > div:last-of-type > button:first-of-type > span:last-of-type,
  .section-14-49-11 > div > div > div:last-of-type > button.collapsed:first-of-type > span:first-of-type {
    display: inline;
  }

  .section-14-49-11 > div > div > div:last-of-type > button:first-of-type > span:first-of-type,
  .section-14-49-11 > div > div > div:last-of-type > button.collapsed:first-of-type > span:last-of-type {
    display: none;
  }

  .section-14-49-11 > div > div > div:last-of-type > button:first-of-type > svg {
    width: 16px;
    height: 16px;
    transform: rotate(180deg);
    position: relative;
    top: 1px;
    transition: all .3s ease-out;
  }

  .section-14-49-11 > div > div > div:last-of-type > button.collapsed:first-of-type > svg {
    transform: rotate(0);
    top: 0;
  }

  .section-14-49-11 > div > div > div:last-of-type > button:last-of-type {
    text-align: center;
    background-color: var(--color);
    color: #fff;
    font-size: 18px;
    line-height: 18px;
  }

  @keyframes section-14-49-11-opacity {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .section-14-49-11 > div > div > aside[data-product-form] {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    position: fixed;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: .3s linear section-14-49-11-opacity;
    backdrop-filter: blur(3px);
  }

  .section-14-49-11 > div > div > aside[data-product-form].active {
    display: flex;
  }

  .section-14-49-11 > div > div > aside[data-product-form] > form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    z-index: 10;
    margin: auto;
    width: 327px;
    max-height: 90%;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 8px;
    border: none;
    padding: 40px 16px 24px 16px;
    box-shadow: 0px 10px 40px #999;  
  }

  .section-14-49-11 > div > div > aside[data-product-form] > form > fieldset {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: none;
  }

  .section-14-49-11 > div > div > aside[data-product-form] > form > fieldset > div {
    width: 100%;
    position: relative;
  }

  .section-14-49-11 > div > div > aside[data-product-form] > form > fieldset > div > input {
    width: 100%;
    color: #222;
    border: solid 1px #DEDEDE;
    border-radius: 8px;
    padding: 14px 12px 14px 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    background-color: #fff;
  }

  .section-14-49-11 > div > div > aside[data-product-form] > form > fieldset > div::before {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 16px;
    left: 12px;
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
    pointer-events: none;
  }

  .section-14-49-11 > div > div > aside[data-product-form] > form > fieldset > div:first-of-type::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjMzMzIgMTRWMTIuNjY2N0MxMy4zMzMyIDExLjk1OTQgMTMuMDUyMiAxMS4yODExIDEyLjU1MjEgMTAuNzgxQzEyLjA1MiAxMC4yODEgMTEuMzczNyAxMCAxMC42NjY1IDEwSDUuMzMzMTdDNC42MjU5MyAxMCAzLjk0NzY1IDEwLjI4MSAzLjQ0NzU1IDEwLjc4MUMyLjk0NzQ2IDExLjI4MTEgMi42NjY1IDExLjk1OTQgMi42NjY1IDEyLjY2NjdWMTQiIHN0cm9rZT0iI0FBQUFBQSIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOC4wMDAxNiA3LjMzMzMzQzkuNDcyOTIgNy4zMzMzMyAxMC42NjY4IDYuMTM5NDMgMTAuNjY2OCA0LjY2NjY3QzEwLjY2NjggMy4xOTM5MSA5LjQ3MjkyIDIgOC4wMDAxNiAyQzYuNTI3NCAyIDUuMzMzNSAzLjE5MzkxIDUuMzMzNSA0LjY2NjY3QzUuMzMzNSA2LjEzOTQzIDYuNTI3NCA3LjMzMzMzIDguMDAwMTYgNy4zMzMzM1oiIHN0cm9rZT0iI0FBQUFBQSIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  }

  .section-14-49-11 > div > div > aside[data-product-form] > form > fieldset > div:last-of-type::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQzNDhfMTA4OSkiPgo8cGF0aCBkPSJNMTQuNjY2NSAxMS4yOFYxMy4yOEMxNC42NjcyIDEzLjQ2NTcgMTQuNjI5MiAxMy42NDk0IDE0LjU1NDggMTMuODE5NUMxNC40ODA0IDEzLjk4OTcgMTQuMzcxMyAxNC4xNDI0IDE0LjIzNDUgMTQuMjY3OUMxNC4wOTc3IDE0LjM5MzQgMTMuOTM2MiAxNC40ODkgMTMuNzYwMyAxNC41NDg1QzEzLjU4NDQgMTQuNjA3OSAxMy4zOTggMTQuNjMgMTMuMjEzMSAxNC42MTMzQzExLjE2MTcgMTQuMzkwNCA5LjE5MTEzIDEzLjY4OTQgNy40NTk3OSAxMi41NjY3QzUuODQ5MDEgMTEuNTQzMSA0LjQ4MzM1IDEwLjE3NzQgMy40NTk3OSA4LjU2NjY1QzIuMzMzMTEgNi44Mjc0NSAxLjYzMTk1IDQuODQ3MzEgMS40MTMxMyAyLjc4NjY1QzEuMzk2NDcgMi42MDIyOSAxLjQxODM4IDIuNDE2NDkgMS40Nzc0NiAyLjI0MTA3QzEuNTM2NTQgMi4wNjU2NCAxLjYzMTUxIDEuOTA0NDQgMS43NTYzIDEuNzY3NzNDMS44ODExIDEuNjMxMDIgMi4wMzMgMS41MjE3OSAyLjIwMjMyIDEuNDQ3QzIuMzcxNjQgMS4zNzIyMSAyLjU1NDY5IDEuMzMzNDkgMi43Mzk3OSAxLjMzMzMySDQuNzM5NzlDNS4wNjMzMyAxLjMzMDEzIDUuMzc2OTkgMS40NDQ3IDUuNjIyMyAxLjY1NTY3QzUuODY3NjEgMS44NjY2NCA2LjAyNzg0IDIuMTU5NjEgNi4wNzMxMyAyLjQ3OTk4QzYuMTU3NTQgMy4xMjAwMyA2LjMxNDA5IDMuNzQ4NDcgNi41Mzk3OSA0LjM1MzMyQzYuNjI5NDkgNC41OTE5MyA2LjY0ODkgNC44NTEyNiA2LjU5NTczIDUuMTAwNTdDNi41NDI1NiA1LjM0OTg4IDYuNDE5MDMgNS41Nzg3MiA2LjIzOTc5IDUuNzU5OThMNS4zOTMxMyA2LjYwNjY1QzYuMzQyMTYgOC4yNzU2OCA3LjcyNDEgOS42NTc2MSA5LjM5MzEzIDEwLjYwNjdMMTAuMjM5OCA5Ljc1OTk4QzEwLjQyMTEgOS41ODA3NCAxMC42NDk5IDkuNDU3MjIgMTAuODk5MiA5LjQwNDA1QzExLjE0ODUgOS4zNTA4OCAxMS40MDc4IDkuMzcwMjkgMTEuNjQ2NSA5LjQ1OTk4QzEyLjI1MTMgOS42ODU2OCAxMi44Nzk3IDkuODQyMjQgMTMuNTE5OCA5LjkyNjY1QzEzLjg0MzYgOS45NzIzNCAxNC4xMzk0IDEwLjEzNTUgMTQuMzUwOCAxMC4zODVDMTQuNTYyMiAxMC42MzQ1IDE0LjY3NDYgMTAuOTUzIDE0LjY2NjUgMTEuMjhaIiBzdHJva2U9IiNBQUFBQUEiIHN0cm9rZS13aWR0aD0iMS40IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF80MzQ4XzEwODkiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
  }

  .section-14-49-11 > div > div > aside[data-product-form] > form > fieldset > div > input::placeholder {
    color: #939393;
    opacity: 0.75;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
  }

  .section-14-49-11 > div > div > aside[data-product-form] > form > div:last-of-type {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
  }

  .section-14-49-11 > div > div > aside[data-product-form] > form > div:last-of-type > 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;
    text-align: center;
  }

  .section-14-49-11 > div > div > aside[data-product-form] > form > div[data-variation] {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: start;
  }

  .section-14-49-11 > div > div > aside[data-product-form] > form > div[data-variation] > h3 {
    width: 100%;
    text-wrap: wrap;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
  }

  .section-14-49-11 > div > div > aside[data-product-form] > form > div[data-variation] > fieldset {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 8px 5%;
    flex-wrap: wrap;
    align-items: start;
    justify-content: start;
    border: none;
  }

  .section-14-49-11 > div > div > aside[data-product-form] > form > div[data-variation] > fieldset > label {
    width: 30%;
    position: relative;
    background-color: #DDD;
    color: #999;
    text-align: center;
    border-radius: 8px;
    padding: 8px 0;
    cursor: pointer;
    transition: all .3s ease-out;
  }

  .section-14-49-11 > div > div > aside[data-product-form] > form > div[data-variation] > fieldset > label:hover,
  .section-14-49-11 > div > div > aside[data-product-form] > form > div[data-variation] > fieldset > label:has(input:checked) {
    background-color: var(--color);
    color: #fff;
  }

  .section-14-49-11 > div > div > aside[data-product-form] > form > div[data-variation] > fieldset > label > input {
    width: 0;
    height: 0;
    appearance: none;
  }

.section-14-49-11 > div > div > aside[data-product-form] > form > span {
  position: absolute;
  height: 16px;
  width: 16px;
  right: 16px;
  top: 10px;
  cursor: pointer;
}

.section-14-49-11 > div > div > aside[data-product-form] > form > span > svg {
  color: #555;
  transition: all .3s ease-out;
}

.section-14-49-11 > div > div > aside[data-product-form] > form > span > svg:hover {
  color: var(--color)
}
 .section-3-4-12 {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
    min-height: 100px;
    margin-bottom: -5px;
  }

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

  .section-3-4-12 > 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-12 > div > div {
    color: #222;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    position: relative;
  }

  .section-3-4-12 > div > h1 {
    color: #222;
    font-weight: 600;
    font-size: 38px;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.01px;
    position: relative;
  } .section-4-19-13 {
    background: #fff;
    width: 100%;
    position: relative;
    min-height: 80px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #222;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 11px 16px;
  }

  .section-4-19-13 > div:first-of-type {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: start;
  }

  .section-4-19-13 > div:first-of-type > span {
    position: relative;
  }

  .section-4-19-13 > div:first-of-type > div {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
  }

  .section-4-19-13 > div:first-of-type > div > s {
    position: relative;
    font-size: 22px;
    line-height: 22px;
  }

  .section-4-19-13 > div:first-of-type > div > span {
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    background-color: var(--color);
    border-radius: 32px;
    padding: 6px;
    color: #fff;
  }

  .section-4-19-13 > div:last-of-type {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: end;
  }

  .section-4-19-13 > div:last-of-type > div {
    color: var(--color);
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
  }

  .section-4-19-13 > div:last-of-type > span {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    top: 5px;
    position: relative;
  } .section-6-29-14 {
    width: 100%;
    position: relative;
    min-height: 290px;
    padding: 24px;
    background-color: #fff;
  }

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

  .section-6-29-14 > form > div:first-of-type {
    width: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    color: #222;
    position: relative;
  }

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

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

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

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

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

  .section-6-29-14 > form > fieldset > div:last-of-type::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQzNDhfMTA4OSkiPgo8cGF0aCBkPSJNMTQuNjY2NSAxMS4yOFYxMy4yOEMxNC42NjcyIDEzLjQ2NTcgMTQuNjI5MiAxMy42NDk0IDE0LjU1NDggMTMuODE5NUMxNC40ODA0IDEzLjk4OTcgMTQuMzcxMyAxNC4xNDI0IDE0LjIzNDUgMTQuMjY3OUMxNC4wOTc3IDE0LjM5MzQgMTMuOTM2MiAxNC40ODkgMTMuNzYwMyAxNC41NDg1QzEzLjU4NDQgMTQuNjA3OSAxMy4zOTggMTQuNjMgMTMuMjEzMSAxNC42MTMzQzExLjE2MTcgMTQuMzkwNCA5LjE5MTEzIDEzLjY4OTQgNy40NTk3OSAxMi41NjY3QzUuODQ5MDEgMTEuNTQzMSA0LjQ4MzM1IDEwLjE3NzQgMy40NTk3OSA4LjU2NjY1QzIuMzMzMTEgNi44Mjc0NSAxLjYzMTk1IDQuODQ3MzEgMS40MTMxMyAyLjc4NjY1QzEuMzk2NDcgMi42MDIyOSAxLjQxODM4IDIuNDE2NDkgMS40Nzc0NiAyLjI0MTA3QzEuNTM2NTQgMi4wNjU2NCAxLjYzMTUxIDEuOTA0NDQgMS43NTYzIDEuNzY3NzNDMS44ODExIDEuNjMxMDIgMi4wMzMgMS41MjE3OSAyLjIwMjMyIDEuNDQ3QzIuMzcxNjQgMS4zNzIyMSAyLjU1NDY5IDEuMzMzNDkgMi43Mzk3OSAxLjMzMzMySDQuNzM5NzlDNS4wNjMzMyAxLjMzMDEzIDUuMzc2OTkgMS40NDQ3IDUuNjIyMyAxLjY1NTY3QzUuODY3NjEgMS44NjY2NCA2LjAyNzg0IDIuMTU5NjEgNi4wNzMxMyAyLjQ3OTk4QzYuMTU3NTQgMy4xMjAwMyA2LjMxNDA5IDMuNzQ4NDcgNi41Mzk3OSA0LjM1MzMyQzYuNjI5NDkgNC41OTE5MyA2LjY0ODkgNC44NTEyNiA2LjU5NTczIDUuMTAwNTdDNi41NDI1NiA1LjM0OTg4IDYuNDE5MDMgNS41Nzg3MiA2LjIzOTc5IDUuNzU5OThMNS4zOTMxMyA2LjYwNjY1QzYuMzQyMTYgOC4yNzU2OCA3LjcyNDEgOS42NTc2MSA5LjM5MzEzIDEwLjYwNjdMMTAuMjM5OCA5Ljc1OTk4QzEwLjQyMTEgOS41ODA3NCAxMC42NDk5IDkuNDU3MjIgMTAuODk5MiA5LjQwNDA1QzExLjE0ODUgOS4zNTA4OCAxMS40MDc4IDkuMzcwMjkgMTEuNjQ2NSA5LjQ1OTk4QzEyLjI1MTMgOS42ODU2OCAxMi44Nzk3IDkuODQyMjQgMTMuNTE5OCA5LjkyNjY1QzEzLjg0MzYgOS45NzIzNCAxNC4xMzk0IDEwLjEzNTUgMTQuMzUwOCAxMC4zODVDMTQuNTYyMiAxMC42MzQ1IDE0LjY3NDYgMTAuOTUzIDE0LjY2NjUgMTEuMjhaIiBzdHJva2U9IiNBQUFBQUEiIHN0cm9rZS13aWR0aD0iMS40IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF80MzQ4XzEwODkiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
  }

  .section-6-29-14 > form > fieldset > div > input::placeholder {
    color: #939393;
    opacity: 0.75;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
  }

  .section-6-29-14 > form > div:last-of-type {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
  }

  .section-6-29-14 > form > div:last-of-type > 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;
    text-align: center;
  }

  .section-6-29-14 > form > div:last-of-type > span {
    color: #939393;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    text-align: center;
    position: relative;
  }