/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/hero-section/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable prettier/prettier */
.ss-hero-block {
  max-width: 1536px;
  margin-inline: 16px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .ss-hero-block {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .ss-hero-block {
    margin-inline: 32px;
    margin-bottom: 64px;
    border-radius: 64px;
  }
}
@media only screen and (min-width: 1600px) {
  .ss-hero-block {
    margin-inline: auto;
  }
}
.ss-hero-block__content-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ss-hero-block .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  margin: 24px 8px;
}
@media screen and (min-width: 768px) {
  .ss-hero-block .content-wrapper {
    margin: 48px 47px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .ss-hero-block .content-wrapper {
    margin: 64px 0;
    gap: 32px;
  }
}
.ss-hero-block .inner-blocks-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ss-hero-block .main-heading {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ss-hero-block .hero-right-column {
  display: flex;
}
.ss-hero-block .hero-right-column.to-bottom {
  align-items: flex-end;
}
.ss-hero-block .image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-inline: 8px;
  height: inherit;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .ss-hero-block .image-wrapper {
    margin-inline: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .ss-hero-block .image-wrapper {
    padding-top: 64px;
  }
}
.ss-hero-block .image-wrapper.image-pos-center {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .ss-hero-block .image-wrapper.image-pos-center {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .ss-hero-block .image-wrapper.image-pos-center {
    margin-bottom: 64px;
  }
}
.ss-hero-block .tag {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .ss-hero-block .tag {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .ss-hero-block .tag {
    margin: 0;
  }
}
.ss-hero-block .trustpilot-widget {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -15px;
}
@media screen and (min-width: 768px) {
  .ss-hero-block .trustpilot-widget {
    margin-left: 0;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1024px) {
  .ss-hero-block .trustpilot-widget {
    margin-left: -15px;
  }
}
.ss-hero-block .hero-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.021px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .ss-hero-block .hero-title {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.208;
    letter-spacing: -0.022px;
    margin-bottom: 0;
  }
}
.ss-hero-block .hero-title,
.ss-hero-block .hero-description {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .ss-hero-block .hero-title,
  .ss-hero-block .hero-description {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .ss-hero-block .hero-title,
  .ss-hero-block .hero-description {
    text-align: left;
  }
}
.ss-hero-block .hero-description {
  color: #fff;
}
.ss-hero-block .hero-description a {
  text-decoration: underline !important;
}
.ss-hero-block.hero-style-dual {
  background: linear-gradient(180deg, #16191c 0, #16191c 79.86%, #1ebfbf 0, #1ebfbf);
}
@media screen and (min-width: 1024px) {
  .ss-hero-block.hero-style-dual {
    background: linear-gradient(90deg, #16191c 0, #16191c 75.5%, #1ebfbf 0, #1ebfbf);
  }
}
@media screen and (min-width: 1201px) {
  .ss-hero-block.hero-style-dual {
    background: linear-gradient(90deg, #16191c 0, #16191c 61.98%, #1ebfbf 0, #1ebfbf);
  }
}
.ss-hero-block.hero-style-grey {
  background: #f1f1f1;
}
.ss-hero-block.hero-style-grey .hero-title,
.ss-hero-block.hero-style-grey .hero-description {
  color: #16191c;
}
.ss-hero-block.hero-style-black {
  background: #16191c;
}
.ss-hero-block .hero-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .ss-hero-block .hero-list {
    max-width: 610px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .ss-hero-block .hero-list {
    max-width: none;
    margin: 0;
  }
}
.ss-hero-block .hero-list a {
  text-decoration: underline !important;
}
.ss-hero-block .hero-list li {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.011px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 24px auto;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .ss-hero-block .hero-list li {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: -0.018px;
    margin-bottom: 0;
  }
}
.ss-hero-block .hero-list svg {
  width: 20px;
  height: 20px;
  margin: 5px 2px;
  display: block;
}
.ss-hero-block .hero-list.mode-light {
  color: #dadadd;
}
.ss-hero-block .hero-list.mode-light path {
  fill: #dadadd;
}
.ss-hero-block .hero-list.mode-dark {
  color: #393e41;
}
.ss-hero-block .hero-list.mode-dark path {
  fill: #393e41;
}
@media screen and (min-width: 768px) {
  .ss-hero-block .hero-price-comparison {
    text-align: center;
  }
}
@media screen and (min-width: 1024px) {
  .ss-hero-block .hero-price-comparison {
    text-align: left;
  }
}
.ss-hero-block .hero-price-comparison.size-large .text {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.017px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .ss-hero-block .hero-price-comparison.size-large .text {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.021px;
    margin-bottom: 0;
  }
}
.ss-hero-block .hero-price-comparison.size-large .extra {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.021px;
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .ss-hero-block .hero-price-comparison.size-large .extra {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.208;
    letter-spacing: -0.022px;
    margin-bottom: 0;
  }
}
.ss-hero-block .hero-price-comparison .old {
  color: #5b6065;
  text-decoration: line-through;
}
.ss-hero-block .hero-price-comparison.mode-brand-light .extra, .ss-hero-block .hero-price-comparison.mode-brand-dark .extra {
  color: #1ebfbf;
}
.ss-hero-block .hero-price-comparison.mode-brand-light .text, .ss-hero-block .hero-price-comparison.mode-light .text {
  color: #fff;
}
.ss-hero-block .hero-price-comparison.mode-light .extra {
  color: #fff;
}
.ss-hero-block .hero-price-comparison.mode-brand-dark .text, .ss-hero-block .hero-price-comparison.mode-dark .text {
  color: #16191c;
}
@media screen and (min-width: 768px) {
  .ss-hero-block .ss-additional-information,
  .ss-hero-block .ss-money-back-guarantee {
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .ss-hero-block .ss-additional-information,
  .ss-hero-block .ss-money-back-guarantee {
    justify-content: flex-start;
  }
}

/*# sourceMappingURL=style-index.css.map*/