.kk-landing-atc .kk-landing-atc__variants-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  grid-row-gap: 0;
  row-gap: 0;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant__header {
  position: relative;
  height: 60px;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant__header input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  visibility: hidden;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant__header label {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 10px;
  color: black;
  border: 2px solid #559776;
  background-color: rgba(85, 151, 118, 0.1019607843);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant__header input:checked + label {
  color: white;
  background-color: #559776;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant__header .kk-landing-atc__variant__header__title {
  width: 100%;
  margin: 0;
  color: inherit;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant--content-wrapper {
  grid-area: content;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant--content-wrapper .kk-landing-atc__variant__features {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant--content-wrapper .kk-landing-atc__variant__features .features-list {
  margin: 0;
  padding: 0;
  padding-top: 24px;
  list-style: none;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant--content-wrapper .kk-landing-atc__variant__features .features-list .features-item {
  margin-bottom: 16px;
  padding: 16px;
  background-color: rgba(85, 151, 118, 0.1019607843);
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant--content-wrapper .kk-landing-atc__variant__features .features-list .features-item .feature-title,
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant--content-wrapper .kk-landing-atc__variant__features .features-list .features-item .feature-description {
  margin: 0;
  padding: 0;
  color: black;
  line-height: 130%;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant--content-wrapper .kk-landing-atc__variant__features .features-list .features-item .feature-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant--content-wrapper .kk-landing-atc__variant__features .features-list .features-item .feature-title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 130%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant--content-wrapper .kk-landing-atc__variant__features .features-list .features-item .feature-title .feature-title-inner {
  display: flex;
  align-items: center;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant--content-wrapper .kk-landing-atc__variant__features .features-list .features-item .feature-title .title-deco-switch {
  position: relative;
  width: 50px;
  height: 24px;
  margin-right: 10px;
  border-radius: 100px;
  background-color: #559776;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant--content-wrapper .kk-landing-atc__variant__features .features-list .features-item .feature-title .title-deco-switch > span {
  position: absolute;
  top: 50%;
  right: 3px;
  transform: translateY(-50%);
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: white;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant--content-wrapper .kk-landing-atc__variant__features .features-list .features-item .feature-title .hint {
  font-size: 12px;
  line-height: 130%;
  color: #F34730;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant--content-wrapper .kk-landing-atc__variant__features .features-list .features-item .feature-description {
  margin-top: 10px;
  font-size: 14px;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant--content-wrapper .kk-landing-atc__variant__features .features-list .features-item:last-child {
  margin-bottom: 0;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant--content-wrapper .kk-landing-atc__variant__features:empty {
  display: none;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant__price {
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant__price .unit-price {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 130%;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant__price .price-wrapper > .price-element {
  display: -moz-inline-block;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  line-height: 130%;
  color: black;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant__price .price-wrapper > .price-element.current-price {
  font-weight: 600;
  color: var(--e-global-color-primary, #559776);
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant__price .price-wrapper > .price-element.compare-at-price {
  position: relative;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant__price .price-wrapper > .price-element.compare-at-price::after {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: currentColor;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant__price .price-wrapper > .price-element:last-child {
  margin-right: 0;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant__action {
  width: 100%;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant__action > .btn {
  display: block;
  width: 100%;
  padding: 17px 24px;
  font-size: 0;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  border: 0;
  background-color: #559776;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant__action > .btn .text {
  margin-right: 8px;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
}
.kk-landing-atc .kk-landing-atc__variants-wrapper .kk-landing-atc__variant__action > .btn .icon {
  width: auto;
  height: 12px;
}/*# sourceMappingURL=landing-atc.css.map */