body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  background-color: #ffffff;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

ul {
  list-style: none;
}

h1 {
  font-size: 62px;
  line-height: 67px;
}

h2 {
  font-size: 48px;
  line-height: 56px;
}

h3 {
  font-size: 36px;
  line-height: 42px;
}

p {
  font-size: 18px;
  line-height: 28px;
}

button {
  cursor: pointer;
}

.text-semibold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-center {
  text-align: center;
}

.h-100 {
  height: 100%;
}

.w-50 {
  width: 50%;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.white-color {
  color: #ffffff;
}

.dark-color {
  color: #202e3b;
}

.blue-color {
  color: #1e5ec2;
}

.green-color {
  color: #07a965;
}

.blue-color {
  color: #3875d0;
}

.white-bg {
  background-color: #ffffff;
}

.dark-grey-bg {
  background-color: #2a2a2a;
}

.dark-bg {
  background-color: #091117;
}

.grey-bg {
  background-color: #8b8b8b;
}

.light-grey-bg {
  background-color: #f9f9f9;
}

.blue-bg {
  background-color: #3875d0;
}

.blue-gray-bg-1 {
  background-color: #fbfcfe;
}

.blue-gray-bg-2 {
  background-color: #f5f7fc;
}

.blue-gray-bg-3 {
  background-color: #e4eaf5;
}

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.fb {
  display: flex;
}

.fb-inline {
  display: inline-flex;
}

.fb-column {
  flex-direction: column;
}

.fb-row-reverse {
  flex-direction: row-reverse;
}

.fb-wrap {
  flex-wrap: wrap;
}

.fb-align-center {
  align-items: center;
}

.fb-align-end {
  align-items: end;
}

.fb-justify-center {
  justify-content: center;
}

.fb-justify-end {
  justify-content: end;
}

.fb-justify-space-between {
  justify-content: space-between;
}

.fb-grow {
  flex-grow: 1;
}

.fb-flex-1 {
  flex: 1;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

h1 span {
  box-shadow: 0 -11px #ffffff inset, 0 -31px #81fee0 inset;
}

.layout-arrow {
  left: 0;
  right: 0;
  margin: auto;
}

.topbar {
  padding: 6px 0;
}

header {
  max-height: 78px;
  min-height: 52px;
  height: calc(100vw - 931px);
  position: sticky;
  top: 0;
  left: 0;
  box-shadow: 0 10px 28px -15px rgb(0 0 0 / 0.08);
  z-index: 2;
}

header .menu-opener {
  width: 28px;
  height: 22px;
  cursor: pointer;
}

header .menu-opener span {
  background-color: #000000;
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
  border-radius: 10px;
  transition: 0.24s;
}

header .menu-opener span:nth-child(2) {
  top: 9px;
}

header .menu-opener span:nth-child(3) {
  top: 18px;
}

.nav.open ~ .menu-opener span {
  border-radius: 4px;
  top: 50%;
  transform-origin: center;
}

.nav.open ~ .menu-opener span:nth-child(1) {
  transform: translateY(-50%) rotate(45deg);
}

.nav.open ~ .menu-opener span:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%) scaleX(0);
}

.nav.open ~ .menu-opener span:nth-child(3) {
  transform: translateY(-50%) rotate(-45deg);
}

header .logo {
  max-width: 196px;
  min-width: 165px;
  width: calc(100vw - 811px);
}

.nav {
  font-size: 15px;
  gap: 32px;
}

.nav li a {
  padding: 10px 16px;
  transition: 0.18s;
}

.nav li a:hover {
  color: #1e5ec2;
}

.nav button {
  font-size: 18px;
  border: 2px solid #1e5ec2;
  border-radius: 50px;
  width: 216px;
  height: 42px;
  transition: 0.2s;
}

.nav button:hover,
header.fixed-header .nav button {
  color: #ffffff;
  background-color: #1e5ec2;
}

.hero {
  background-color: rgba(249, 249, 249, 0.8);
  padding: 72px 0 62px 0;
  overflow: hidden;
}

.hero-image {
  background-image: url("../../img/int4cro2/hero.png");
  background-position: bottom center;
  top: 0;
  right: 0;
  height: 100%;
  width: 50vw;
}

.hero-content {
  width: 526px;
}

.hero-image-wrapper {
  left: 0;
  bottom: 35px;
  height: 271px;
  max-width: 1180px;
}

.hero-product {
  top: 0;
  left: 404px;
  width: 323px;
}

.hero-seal {
  left: 0;
  bottom: 22px;
  max-width: 210px;
  min-width: 122px;
  width: 15vw;
}

.rating-summary {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 32px;
}

.rating-summary img {
  margin: 0 6px 2px 0;
}

.primary-list {
  font-size: 20px;
  line-height: 36px;
  margin-top: 32px;
}

.primary-list li {
  display: flex;
}

.primary-list li:before {
  content: "";
  background-image: url("../../img/int4cro2/primary-list-checkmark.svg");
  margin: 8px 20px 0 0;
  height: 20px;
  width: 20px;
}

.primary-list li span {
  flex: 1;
}

.cta {
  width: 357px;
  max-width: 100%;
  padding: 32px 0 0 0;
}

.cta button {
  background-color: #1e5ec2;
  border: none;
  border-radius: 40px;
  width: 100%;
  min-height: 58px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.24s;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  transform-origin: center center;
  transform: scale(0.9);
  animation: pulseCTAButton 1.5s infinite;
}

@keyframes pulseCTAButton {
  50% {
    transform: scale(1);
  }
}

.cta button:hover {
  background-color: #1b54ae;
}

.cta button span {
  display: inline-block;
  transition: 0.24s;
}

.cta button:hover span {
  transform: translate(4px, 0);
}

.cta-bottom {
  font-size: 11px;
  line-height: 16px;
  margin-top: 17px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cta-ship {
  height: 7px;
  width: 7px;
  background-color: #95df89;
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0 0 0 2px #adf4a1;
  animation: pulseCtaShip 1.725s forwards infinite ease-out;
  opacity: 0.5;
}

@keyframes pulseCtaShip {
  45% {
    box-shadow: 0 0 0 5px #adf4a1;
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
}

.cta-stock-view {
  gap: 2px;
  margin: 0 7px 0 5px;
}

.cta-stock-view span {
  background-color: #d9d9d9;
  gap: 2px;
  height: 10px;
  width: 10px;
}

.cta-stock-view span:first-child {
  background-color: #fc2201;
}

.cta-stock-level {
  font-size: 12px;
  color: #ea4701;
}

.attributes {
  padding: 65px 0 60px 0;
}

.attributes-content {
  gap: 102px;
}

.attribute {
  flex: 1;
  position: relative;
  padding: 12px 0;
}

.attribute:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(100% + 42px);
  background-color: #616161;
}

.attribute:last-child:before {
  content: none;
}

.attribute img {
  height: 33px;
  margin-bottom: 15px;
}

.attribute p {
  margin-bottom: 4px;
  line-height: 38px;
}

.attributes .layout-arrow {
  bottom: -25px;
}

.slider-buttons div {
  gap: 6px;
}

.slider-buttons span {
  background-color: #606060;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.slider-buttons span.tns-nav-active {
  background-color: #091117;
}

.activities {
  padding: 64px 0 ;
}

.activities h2 {
  max-width: 900px;
  margin: 0 auto;
}

.activities-slider-buttons span {
  background-color: #dbdbdb;
}

.activities-slider-buttons span.tns-nav-active {
  background-color: #091117;
}

.activities-list {
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  margin-top: 36px;
}

.activities-list.tns-slider {
  display: block;
  gap: 0;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.activity {
  flex: 0 0 302px;
  width: 302px;
}

.activity-inner {
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #e8e8e8;
  overflow: hidden;
}

.activity-image {
  height: 199px;
  max-width: 302px;
  width: 100%;
}

.activity-text {
  padding: 18px 20px 30px 20px;
  gap: 24px;
  flex-direction: column;
  display: flex;
}

.activity-text h3 {
  font-size: 24px;
  line-height: 38px;
}

.features-desktop {
  padding-top: 64px;
}

.features-desktop .features-list {
  margin-top: 56px;
}

.features-desktop h2 {
  max-width: 740px;
  margin: auto;
}

.features-desktop .feature-block {
  padding: 72px 68px 72px 96px;
}

.features-desktop .feature-text {
  z-index: 1;
}

.features-desktop p {
  margin-top: 10px;
}

.features-desktop .features-list-group-image {
  bottom: 0;
  left: 0;
  right: 100px;
  pointer-events: none;
}

.features-desktop .feature-block-1 {
  overflow: hidden;
}

.features-desktop .feature-block-1 .feature-text {
  max-width: 420px;
  margin-right: 170px;
}

.features-desktop .feature-block-1 .feature-text h3:not(.blue-color),
.features-desktop .feature-block-2 .feature-text h3:not(.blue-color),
.features-desktop .feature-block-3 .feature-text h3:not(.blue-color),
.features-desktop .feature-block-4 .feature-text h3:not(.blue-color),
.features-desktop .feature-block-5 .feature-text h3:not(.blue-color),
.features-desktop .feature-block-6 .feature-text h3:not(.blue-color) {
  font-size: 30px;
  line-height: 42px;
}

.features-desktop .feature-block-1 .feature-text p,
.features-desktop .feature-block-2 .feature-text p,
.features-desktop .feature-block-3 .feature-text p,
.features-desktop .feature-block-4 .feature-text p,
.features-desktop .feature-block-5 .feature-text p,
.features-desktop .feature-block-6 .feature-text p {
  font-size: 18px;
  line-height: 24px;
}

.features-desktop .feature-block-1 .feature-image {
  right: -0px;
  bottom: 0px;
  width: 35%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.features-desktop .feature-block-2 .feature-text {
  max-width: 550px;
}

.features-desktop .feature-block-2 {
  padding-left: 40px;
}

.features-desktop .feature-block-2 .feature-image {
  z-index: 1;
  left: -34px;
  bottom: 0px;
}

.features-desktop .feature-block-2 .feature-image img {
  min-width: 550px;
  width: 100%;
}

.features-desktop .feature-block-3 .feature-text {
  max-width: 500px;
  margin-right: 90px;
}

.features-desktop .feature-block-3 .feature-text p {
  max-width: 400px;
}

.features-desktop .feature-block-4 {
  min-height: 576px;
}

.features-desktop .feature-block-4 .feature-text {
  margin-left: calc(50% + 40px);
  max-width: 610px;
}

.features-desktop .feature-block-4 .feature-image {
  height: 100%;
  overflow: hidden;
  right: 50%;
}

/* .features-desktop .feature-block-4 .feature-image img {
  height: 126%;
  bottom: 17%;
  object-fit: cover;
} */

.feature-block-5 .features-list-image {
  left: 50%;
  right: auto;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform:;
  -moz-transform:;
  -ms-transform:;
  -o-transform:;
}

.feature-block-5 .features-list-image img {
  min-width: 350px;
}

.features-desktop .feature-block-5,
.features-desktop .feature-block-6 {
  padding-bottom: 320px;
  overflow: hidden;
}

.features-desktop .feature-block-5 .feature-text {
  max-width: 610px;
  margin-right: -36px;
}

.features-desktop .feature-block-6 .feature-text {
  max-width: 610px;
}

.features-desktop .feature-block-6 {
  padding-left: 40px;
}

.feature-block-6 .features-list-image {
  left: 40px;
  bottom: -12px;
}

.features-mobile {
  padding: 64px 0 32px 0;
}

.features-mobile h2 {
  max-width: 740px;
}

.features-mobile .features-list {
  margin: 44px 0 5px 0;
}

.features-mobile .feature {
  padding: 70px 30px;
}

.features-mobile .feature:nth-child(2n + 1) {
  background-color: #FBFCFE;
  padding: 30px;
}
.features-mobile .feature:nth-child(2n) {
  background-color: #E4EAF5;
  padding: 30px;
}

.features-mobile .feature-content {
  gap: 50px;
  max-width: 1040px;
  margin: 0 auto;
}

.features-mobile .feature-image {
  height: 232px;
  width: 327px;
  border-radius: 8px;
}

.features-mobile .feature-1 .feature-image img {
  bottom: -52px;
    right: 5px;
    width: 146px;
    transform: rotate(27deg);
}

.features-mobile .feature-3 .feature-image img {
  bottom: -32px;
  right: 12px;
  width: 143px;
}

.features-mobile .feature-4 .feature-image img {
  bottom: -18px;
  left: 17px;
  width: 135px;
}

.features-mobile .feature-5 .feature-image img {
  bottom: -55px;
  right: 6px;
  width: 179px;
}

.features-mobile .feature-6 .feature-image img {
      bottom: -43px;
    /* left: -20px; */
    right: 82px;
    width: 136px;
}

.features-mobile .feature-text p {
  margin-top: 16px;
}

.banner-content h2 {
  margin-bottom: 20px;
}

.banner-content {
  max-width: 640px;
  padding: 104px 0 60px 0;
}

.banner-video {
  width: 100%;
}

.banner-video > div {
  width: 50%;
}

.banner-video video {
  display: block;
  width: 100%;
  max-width: 2000px;
  max-height: 800px;
  object-fit: cover;
}

.banner-video.hide-mobile > .pos-relative:first-child video {
  height: 720px;
}

.banner-video.hide-mobile > div:nth-child(2) > .pos-relative:first-child video {
  height: 440px;
}

.banner-video.hide-mobile > div:nth-child(2) > .pos-relative:nth-child(2) video {
  height: 280px;
}

.banner-video--text {
  bottom: 42px;
  left: 52px;
}

.banner .layout-arrow,
.banner-2 .layout-arrow {
  top: -12px;
}

.comparison {
  padding: 64px 0 84px 0;
}

.comparison .container {
  max-width: 1360px;
  padding: 0;
}

.comparison h2 {
  margin-bottom: 30px;
}

.comparison-table {
  margin: 139px auto 38px auto;
  width: 100%;
  max-width: 1360px;
}



.comparison-table-header {
  height: 103px;
}

.comparison-table-items {
  border: 1px solid #d3d3d3;
  border-radius: 8px;
}

.comparison-table-item {
  border-bottom: 1px solid rgba(194, 194, 194, 0.5);
  padding-left: 34px;
  padding-right: 40px;
  z-index: 1;
  position: relative;
}

.comparison-table-item,
.comparison-table-header {
  gap: 40px;
}

.comparison-table-header {
  padding-right: 40px;
}

.comparison-table-item:last-child {
  border-bottom: none;
}

.comparison-text {
  flex: 1;
  padding: 18px 0;
}

.comparison-mark,
.comparison-product {
  width: 203px;
}

.comparison-product {
  z-index: 1;
}

.comparison-product-image {
  left: 0;
  right: 0;
  bottom: 68px;
  margin: auto;
  width: 96px;
  height: 110px;
  object-fit: contain;
}

.comparison-product div {
  height: 26px;
  margin-top: 8px;
  text-align: center;
}

.comparison-mark span {
  display: inline-block;
  height: 29px;
  width: 29px;
  margin: auto;
}

.checkmark-y {
  background-image: url("../../img/int4cro2/comparison-checkmark-blue.svg");
}

.checkmark-g {
  background-image: url("../../img/int4cro2/comparison-checkmark-gray.svg");
}

.crossmark {
  background-image: url("../../img/int4cro2/comparison-crossmark.svg");
}

.comparison-table-bg div {
  width: 203px;
  height: calc(100% + 143px);
  top: -103px;
  border-radius: 8px;
}

.comparison-table-bg div:nth-child(1) {
  right: 526px;
}

.comparison-table-bg div:nth-child(2) {
  right: 283px;
}

.comparison-table-bg div:nth-child(3) {
  right: 40px;
}

.banner-2 {
  padding: 86px 0;
}

.banner-2-content {
  align-items: flex-start;
  max-width: 1060px;
  margin: auto;
  gap: 47px;
}

.banner-2-content h3 {
  margin-bottom: 16px;
}

.banner-2-content p {
  line-height: 30px;
}

.reviews {
  padding: 64px 0 52px 0;
}

.reviews .container {
  max-width: 1280px;
  padding: 0;
}

.reviews-title {
  margin: 0 auto 36px auto;
  max-width: 840px;
}

.reviews-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 auto 30px auto;
}

.review-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 302px;
  flex: 0 0 302px;
}

.review {
  align-self: start;
  width: 302px;
  min-width: 302px;
  border-radius: 8px;
  overflow: hidden;
}

.review-content {
  padding: 22px 16px 20px 20px;
}

.review-image {
  flex: 0 0 302px;
  height: 400px;
  width: 302px;
  max-width: 302px;
  margin: 0;
  border-radius: 8px 8px 0 0;
  background-position: top;
}

@media screen and (min-width: 768px) {
  .reviews-list.hide-mobile {
    display: block;
    column-count: 4;
    column-gap: 24px;
    max-width: 1280px;
  }
  .reviews-list.hide-mobile .review {
    break-inside: avoid;
    display: inline-block;
    margin: 0 0 24px 0;
    min-width: 0;
    vertical-align: top;
    width: 302px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
  }
}

.reviews-list .review:nth-child(1) .review-image {
  background-image: url("../../img/int4cro2/review-image bg-img.png");
}

.reviews-list .review:nth-child(2) .review-image {
  background-image: url("../../img/int4cro2/review-image bg-img (1).png");
}

.reviews-list .review:nth-child(3) .review-image {
  background-image: url("../../img/int4cro2/review-image bg-img (2).png");
}

.reviews-list .review:nth-child(4) .review-image {
  background-image: url("../../img/int4cro2/review-image bg-img (3).png");
}

.reviews-list .review:nth-child(5) .review-image {
  background-image: url("../../img/int4cro2/review-image bg-img (4).png");
}

.reviews-list .review:nth-child(6) .review-image {
  background-image: url("../../img/int4cro2/review-image bg-img (5).png");
}

.reviews-list .review:nth-child(7) .review-image {
  background-image: url("../../img/int4cro2/review-image bg-img (6).png");
}

.reviews-list .review:nth-child(8) .review-image {
  background-image: url("../../img/int4cro2/review-image bg-img (7).png");
}

.reviews-list .review[data-review-order="1"] .review-image {
  background-image: url("../../img/int4cro2/review-image bg-img.png");
}

.reviews-list .review[data-review-order="2"] .review-image {
  background-image: url("../../img/int4cro2/review-image bg-img (1).png");
}

.reviews-list .review[data-review-order="3"] .review-image {
  background-image: url("../../img/int4cro2/review-image bg-img (2).png");
}

.reviews-list .review[data-review-order="4"] .review-image {
  background-image: url("../../img/int4cro2/review-image bg-img (3).png");
}

.reviews-list .review[data-review-order="5"] .review-image {
  background-image: url("../../img/int4cro2/review-image bg-img (4).png");
}

.reviews-list .review[data-review-order="6"] .review-image {
  background-image: url("../../img/int4cro2/review-image bg-img (5).png");
}

.reviews-list .review[data-review-order="7"] .review-image {
  background-image: url("../../img/int4cro2/review-image bg-img (6).png");
}

.reviews-list .review[data-review-order="8"] .review-image {
  background-image: url("../../img/int4cro2/review-image bg-img (7).png");
}

.review-name {
  margin: 6px 0;
  white-space: nowrap;
  letter-spacing: -0.33px;
}

.review-title {
  margin: 16px 0 16px 0;
}

.review-name span {
  font-size: 14px;
  display: flex;
  align-items: center;
}

.review-name span:before {
  content: url("../../img/int4cro2/review-icon-checkmark-g.svg");
  height: 20px;
  width: 20px;
  margin: 0 6px 0 8px;
}

.show-reviews {
  cursor: pointer;
  padding: 5px 0;
  text-align: center;
  text-decoration: underline;
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .reviews .container {
    max-width: 954px;
  }
  .reviews-list.hide-mobile {
    column-count: 3;
    max-width: 954px;
  }
}

.offer {
  background-color: rgba(249, 249, 249, 0.8);
  padding: 88px 0 80px 0;
  overflow: hidden;
}

.offer h1 {
  max-width: 470px;
}

.offer-content {
  z-index: 1;
}

.offer-image-wrapper {
  width: calc(50% + 46px);
  margin-left: 10px;
}

.offer-image {
  left: 80px;
  top: 0;
  overflow: hidden;
  height: auto;
  width: 90%;
  object-fit: contain;
}

.offer-seal {
  max-width: 210px;
  min-width: 122px;
  width: 15vw;
  bottom: 26px;
  left: 18px;
}

.faq {
  padding: 68px 0;
}

.faq h2 {
  max-width: 760px;
  margin: auto;
}

.faq-list {
  gap: 21px;
  margin: 25px 0 30px 0;
}

.faq-list input[type="radio"] {
  display: none;
}

.faq-accordion {
  padding: 27px 75px 27px 34px;
  border-radius: 8px;
  box-shadow: 0px 4px 12px 0px #f7f7f7;
  overflow: hidden;
  cursor: pointer;
}

.faq-text {
  max-height: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: hidden;
  opacity: 0;
  transition: 0.47s cubic-bezier(0.175, 0.885, 0.32, 1.275), max-height 0.6s;
}

.faq-text p {
  line-height: 35px;
  margin-top: 16px;
}

.faq-text::-webkit-scrollbar {
  display: none;
}

.faq-item input:checked ~ label .faq-text {
  max-height: 1000px;
  overflow: visible;
  transition: 0.52s ease-out, max-height 0.92s;
}

.faq-item input:checked ~ label .faq-text {
  opacity: 1;
}

.faq-icon {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 29px;
  top: 29px;
  z-index: 1;
  border: 2px solid #1e5ec2;
  border-radius: 50%;
}

.faq-item input:checked ~ label .faq-icon {
  transform: rotate(90deg);
  transition: 0.24s;
}

.faq-icon:before,
.faq-icon:after {
  content: "";
  background-color: #1e5ec2;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 16px;
  height: 2px;
  transition: 0.46s ease-in;
}

.faq-icon:after {
  transform: rotate(90deg);
}

.faq-item input:checked ~ label .faq-icon:before {
  opacity: 0;
  transform: scale(0.25, 1);
}

footer {
  color: rgba(255, 255, 255, 0.5);
  padding: 36px 0;
  font-size: 14px;
  line-height: 24px;
}

footer img {
  margin-bottom: 16px;
}

.footer-links {
  gap: 4px;
}

.footer-links:hover span {
  color: #ffffff;
}

.footer-links a {
  padding: 0 3px;
}

.footer-links a,
.footer-links span {
  transition: 0.24s;
}

.footer-links a:hover {
  color: #ffffff;
}

.fixed-cta {
  opacity: 1;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.24s ease, visibility 0.24s ease;
  visibility: visible;
  width: 100%;
  z-index: 2;
}

.fixed-cta.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
  visibility: hidden;
}

.green-top-banner {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  background: #acf4a1;
  text-align: center;
  padding: 15px 0;
}

.green-top-banner .promo-code {
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  background-color: #000000;
  width: 120px;
  display: inline-block;
  border-radius: 8px;
}

@media screen and (max-width: 1500px) {
  .features-desktop .feature-block-1 .feature-image {
    width: 50%;
  }
  .features-desktop .features-list-group-image {
    right: 0;
  }
  .features-desktop .feature-block-4 {
    min-height: 440px;
  }
}

@media screen and (max-width: 1200px) {
  .offer-image-wrapper {
    width: calc(45% + 30px);
  }
  .features-desktop .feature-block {
    padding: 48px 56px;
  }
  .features-desktop .feature-block-4 .feature-text {
    margin-left: calc(50% + 40px);
  }
  .features-desktop .feature-block-1 .feature-text,
  .features-desktop .feature-block-3 .feature-text,
  .features-desktop .feature-block-5 .feature-text,
  .features-desktop .feature-block-6 .feature-text {
    max-width: unset;
    margin-right: 0;
  }
  .features-desktop .feature-block-1 .feature-image,
  .features-desktop .features-list-group-image,
  .feature-block-5 .features-list-image,
  .feature-block-6 .features-list-image {
    display: none;
  }
  .features-desktop .feature-block-2 .feature-image img {
    width: 100%;
    max-width: 370px;
  }
  .features-desktop .feature-block-4 {
    min-height: 340px;
  }
  .features-desktop .feature-block-4 .feature-image img {
    object-fit: contain;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .activities-list:not(.tns-slider) {
    flex-wrap: wrap;
  }
  .activities-list:not(.tns-slider) .activity {
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 46px;
    line-height: 52px;
  }
  .hide-tablet {
    display: none;
  }
  .hero-content {
    width: 440px;
  }
  .features-desktop .feature-block {
    padding: 36px 44px;
  }
  .features-desktop .feature-block-2 {
    padding-bottom: 0;
    padding-left: 40px;
  }
  .features-desktop .feature-block-6 {
    padding-left: 40px;
  }
  .features-desktop .feature-block-2 .feature-image {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .features-desktop .feature-block-2 .feature-image img {
    max-width: 300px;
  }
  .features-desktop .feature-block-4 .feature-text {
    margin-left: calc(50% + 40px);
  }
  .attributes-content {
    gap: 40px;
  }
  .attribute:before {
    content: none;
  }
  .activity p {
    font-size: 16px;
    line-height: 26px;
  }
  .reviews .container {
    max-width: 628px;
  }
  .reviews-list.hide-mobile {
    column-count: 2;
    max-width: 628px;
  }
  .review {
    width: 302px;
    min-width: 302px;
  }
  .reviews-list.hide-mobile {
    margin-left: 0;
    margin-right: 0;
  }
  /* .offer-image {
        transform: scale(1.5);
        left: 50px;
    } */
  .comparison-table-bg div:nth-child(1) {
    right: 283px;
  }
  .comparison-table-bg div:nth-child(2) {
    right: 40px;
  }
  .offer-image-wrapper {
    width: 45%;
  }
}

@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
  .hero-image-wrapper {
    width: calc(100vw - 77px);
    pointer-events: none;
  }
  .attribute:nth-child(5):before {
    content: none;
  }
  .activities-list {
    gap: 24px;
  }
}

@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
  .fb-col-mobile {
    flex-direction: column;
  }
  header {
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }
  header .container {
    padding: 0 27px;
  }
  header .logo {
    width: 154px;
    min-width: 0;
    max-width: 154px;
  }
  header .menu-opener {
    width: 22px;
    height: 18px;
  }
  header .menu-opener span {
    height: 4px;
  }
  header .menu-opener span:nth-child(2) {
    top: 7px;
  }
  header .menu-opener span:nth-child(3) {
    top: 14px;
  }
  h1 {
    font-size: 31px;
    line-height: 38px;
  }
  h1 span {
    box-shadow: 0 -6px #ffffff inset, 0 -20px #81fee0 inset;
  }
  h2 {
    font-size: 28px;
    line-height: 37px;
  }
  h3 {
    font-size: 24px;
    line-height: 31px;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  .container {
    padding: 0 25px;
  }
  .cta button {
    padding: 0 18px;
    letter-spacing: -0.22px;
  }
  .nav {
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    right: 0;
    overflow: hidden;
    max-width: 600px;
  }
  .nav.open {
    overflow: visible;
    pointer-events: initial;
    z-index: 5;
  }
  .nav > a {
    display: none;
  }
  .nav ul {
    flex-direction: column;
    background-color: #ffffff;
    font-weight: 600;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
    z-index: 1;
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    transition: transform 0.28s ease, opacity 0.22s ease, visibility 0s linear 0.28s;
    will-change: transform, opacity;
  }
  .nav ul li {
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
  }
  .nav ul a {
    display: inline-block;
    padding: 0;
    width: 100%;
    padding: 11px 15px;
  }
  .nav ul li:hover a {
    color: #ffffff;
    background-color: #1e5ec2;
  }
  .nav.open ul {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition-delay: 0s;
  }
  .hero {
    background-color: #f9f9f9;
    padding: 23px 0 28px 0;
  }
  .hero .container {
    padding: 0 16px;
  }
  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .hero-content h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin: 0;
    text-align: center;
    max-width: 367px;
  }
  .hero-content h1 span {
    box-shadow: none;
  }
  .hero .rating-summary {
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 25px;
    text-align: center;
    white-space: nowrap;
  }
  .hero .rating-summary img {
    width: 85px;
    margin: 0 0 6px 0;
  }
  .hero-product {
    width: 323px;
  }
  .primary-list {
    font-size: 18px;
    line-height: 25px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .primary-list li:before {
    margin: 4px 14px 0 0;
  }
  .hero .primary-list {
    font-size: 20px;
    line-height: 26px;
    gap: 4px;
    margin-top: 15px;
    width: 332px;
  }
  .hero .primary-list li:before {
    background-size: contain;
    height: 14px;
    width: 14px;
    margin: 6px 7px 0 0;
  }
  .hero-image-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    left: 0;
    top: 0;
    width: 388px;
    max-width: 100%;
    height: 236px;
    margin: 25px 0 16px 0;
  }
  .hero-product {
    position: static;
  }
  .hero-seal {
    bottom: -6px;
    left: 54px;
    width: 92px;
    min-width: 0;
  }
  .hero .cta.hide-mobile {
    display: flex;
  }
  .hero .cta {
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    padding: 23px 0 0 0;
  }
  .hero .cta button {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    min-height: 42px;
    padding: 0 16px;
    font-size: 16px;
    line-height: 22px;
    transform: none;
    animation: none;
  }
  .hero .cta .go-to-checkout {
    display: flex;
    justify-content: center;
    width: 306px;
    max-width: 100%;
  }
  .hero .cta-bottom {
    font-size: 11px;
    line-height: 16px;
    margin-top: 12px;
    max-width: 306px;
  }
  .hero .cta-ship {
    height: 8px;
    width: 8px;
    margin-right: 5px;
  }
  .hero .cta-stock-view {
    gap: 2px;
    margin: 0 5px;
  }
  .hero .cta-stock-view span {
    height: 7px;
    width: 7px;
  }
  .hero .cta-stock-level {
    font-size: 11px;
    line-height: 16px;
  }
  .attributes {
    height: 859px;
    padding: 0;
  }
  .attributes-content {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    max-width: unset;
    padding: 28px 20px;
  }
  .attribute {
    flex: 0 0 auto;
    padding: 0;
  }
  .attribute img {
    height: 34px;
    margin-bottom: 18px;
  }
  .attribute div {
    font-size: 16px;
    line-height: 24px;
    max-width: 340px;
    margin: auto;
  }
  .attribute p {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 15px;
    white-space: nowrap;
  }
  .activities {
    padding: 48px 0 32px 0;
    overflow: hidden;
  }
  .activities .container {
    padding: 0;
  }
  .activities h2 {
    font-size: 29.2px;
    line-height: 33px;
    max-width: 320px;
  }
  .activities-list {
    gap: 16px;
    margin: 24px 0 18px 0;
    cursor: grab;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    padding: 0 16px;
    scroll-padding: 16px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    user-select: none;
  }
  .activities-list.is-dragging {
    cursor: grabbing;
    scroll-snap-type: none;
  }
  .activities-list::-webkit-scrollbar {
    display: none;
  }
  .activity {
    flex: 0 0 min(calc(100vw - 32px), 388px);
    width: min(calc(100vw - 32px), 388px);
    max-width: 388px;
    height: 466px;
    scroll-snap-align: start;
  }
  .activity-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .activity-image {
    flex: 0 0 256px;
    height: 256px;
    max-width: none;
  }
  .activity-text {
    flex: 1;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    padding: 48px 32px 28px 32px;
    text-align: center;
  }
  .activity-text h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .activity-text p {
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    max-width: 320px;
  }
  .features-mobile {
    padding: 40px 0 30px 0;
  }
  .features-mobile h2 {
    max-width: 420px;
  }
  .features-mobile .features-list {
    margin: 24px 0 15px 0;
  }
  .features-mobile .features-list h3 {
    margin: 0;
  }
  .features-mobile .feature {
    width: 100%;
    padding: 36px 20px 24px 20px;
  }
  .features-mobile .feature:nth-child(2n + 1) {
    padding: 27px 20px 14px 20px;
  }
  .features-mobile .feature-content {
    gap: 30px;
    max-width: 440px;
    margin: 0 auto;
  }
  .features-mobile .feature-text h3 {
    margin-bottom: 4px;
  }
  .features-mobile .feature-text p {
    margin-top: 4px;
  }
  .features-mobile .feature-image {
    width: 100%;
  }
  .banner-content {
    padding: 61px 0 76px 0;
  }
  .banner-content p {
    font-size: 18px;
    line-height: 28px;
  }
  .banner-video-mobile {
    display: block;
    width: 100%;
  }
  .banner-video-mobile > div {
    width: 100%;
  }
  .banner-video-mobile video {
    height: 208px;
    max-height: none;
  }
  .banner-video-mobile > .pos-relative:first-child video {
    height: 416px;
  }
  .banner-video-mobile .banner-video--text {
    bottom: 32px;
    left: 32px;
  }
  .banner-video-mobile .banner-video--text h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .comparison .container {
    padding: 0 10px;
  }
  .comparison-table-bg div {
    width: 104px;
  }
  .comparison-table-item,
  .comparison-table-header {
    gap: 8px;
  }
  .comparison-mark,
  .comparison-product {
    width: 104px;
  }
  .comparison-table-header {
    margin-right: 0;
    padding-right: 0;
  }
  .comparison-product-image {
    bottom: 74px;
  }
  .comparison-product-image-walla {
    width: 76px;
  }
  .comparison-product-image-competitor,
  .comparison-product-stars {
    width: 70px;
  }
  .comparison-product div {
    font-size: 12px;
    margin-top: 5px;
  }
  .comparison-table-item {
    margin-right: 0;
    padding-left: 12px;
    padding-right: 0;
  }
  .comparison-table-bg div:nth-child(1) {
    right: 112px;
  }
  .comparison-table-bg div:nth-child(2) {
    right: 0;
  }
  .comparison-text {
    font-size: 14px;
    line-height: 17px;
    padding: 17px 0 12px;
    word-break: break-word;
  }
  .comparison-mark span {
    height: 24px;
    width: 24px;
  }
  .banner-2 {
    padding: 64px 0 40px 0;
  }
  .banner-2-content {
    align-items: center;
    text-align: center;
    gap: 22px;
  }
  .banner-2-content h3 {
    font-size: 28px;
    line-height: 37px;
  }
  .banner-2-content img {
    width: 192px;
  }
  .banner-2-content p {
    font-size: 18px;
    line-height: 28px;
  }
  .reviews {
    padding: 44px 0 26px 0;
  }
  .reviews-list {
    margin-bottom: 10px;
  }
  .review {
    width: 302px;
    min-width: 302px;
  }
  .reviews-title {
    margin-bottom: 24px;
  }
  .review:nth-last-child(-n + 4) {
    display: none;
  }
  .reviews-list.show-all .review:nth-last-child(-n + 4) {
    display: block;
  }
  .review-content {
    padding: 22px 36px 20px 20px;
  }
  .review-name p {
    font-size: 18px;
  }
  .offer {
    padding: 28px 0 25px 0;
  }
  .offer h1 {
    text-align: center;
    max-width: 420px;
  }
  .offer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .offer-image-wrapper {
    position: relative;
    width: 100%;
    margin: 10px 0 0 0;
    justify-content: center;
  }
  .offer-image {
    height: auto;
    width: 294px;
  }
  .offer-seal {
    left: calc(50% - 160px);
    bottom: 42px;
  }
  .offer .primary-list {
    order: 1;
  }
  .faq {
    padding: 43px 0 120px 0;
  }
  .faq-text p {
    line-height: 28px;
  }

  .faq h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .green-top-banner {
    padding: 9px 0;
  }
}

@media screen and (max-width: 600px) {
  .container {
    padding: 0 20px;
  }
  .topbar {
    padding: 8px 0;
  }
  .topbar p {
    font-size: 14px;
    line-height: 24px;
  }
  .features-mobile {
    padding: 40px 0 20px 0;
  }
  .features-mobile h2 {
    max-width: 300px;
  }
  .features-mobile .features-list {
    margin: 12px 0 0 0;
  }
  .features-mobile .feature-text p {
    margin-right: 10px;
  }
  .features-mobile .feature-1 .feature-image {
    background-size: 100%;
    background-position: right;
  }
  .features-mobile .feature-2 .feature-image {
    background-position: center 60%;
    /* background-size: 336px; */
    background-color: #091016;
  }
  .features-mobile .feature-3 .feature-image {
    /* background-size: 122%; */
    background-position: right 48%;
  }
  .features-mobile .feature-4 .feature-image {
    background-position: center 70%;
  }
  .features-mobile .feature-5 .feature-image {
    background-position: right 24%;
    background-size: 136%;
  }
  .features-mobile .feature-6 .feature-image {
    background-position: left center;
  }
  .activities {
    padding: 32px 0;
  }
  .activities h2 {
    max-width: 320px;
  }
  .comparison {
    padding: 44px 0;
  }
  .comparison h2 {
    margin-bottom: 0;
  }
  .comparison-text p {
    font-size: 14px;
    line-height: 18px;
  }
  .comparison-mark,
  .comparison-product,
  .comparison-table-bg div {
    width: 100px;
  }
  .comparison-table-bg div {
    height: calc(100% + 120px);
    top: -90px;
  }
  .comparison-product-image {
    bottom: 60px;
  }
  .comparison-table {
    margin: 56px auto 38px auto;
  }
  .comparison-table-bg div:nth-child(1) {
    right: 106px;
  }
  .comparison-text {
    padding: 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .offer {
    padding: 24px 0 56px 0;
  }
  .offer .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .offer-content {
    gap: 0;
  }
  .offer .rating-summary {
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 23px;
    text-align: center;
  }
  .offer .rating-summary img {
    margin: 0 0 7px 0;
    width: 85px;
  }
  .offer h1 {
    font-size: 28px;
    line-height: 34px;
    margin: 0 auto;
    max-width: 330px;
    text-align: center;
  }
  .offer-image-wrapper {
    margin: 26px 0 28px 0;
    order: 0;
  }
  .offer-image {
    width: min(100%, 336px);
  }
  .offer .primary-list {
    align-self: stretch;
    font-size: 15px;
    gap: 7px;
    line-height: 21px;
    margin: 0 auto;
    max-width: 310px;
    order: 1;
  }
  .offer .primary-list li:before {
    /* height: 14px; */
    margin: 3px 7px 0 0;
    /* width: 14px; */
  }
  .offer .cta {
    order: 2;
    padding-top: 24px;
    width: 100%;
  }
  .offer .cta button {
    min-height: 54px;
    transform: none;
  }
  .offer .cta-bottom {
    margin-top: 13px;
  }
  .reviews .container {
    max-width: none;
    padding-left: 16px;
    padding-right: 16px;
  }
  .reviews-title {
    margin-bottom: 32px;
  }
  .reviews-title h2 {
    line-height: 37px;
  }
  .reviews-list.hide-desktop {
    align-items: stretch;
    flex-direction: column;
    gap: 24px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .reviews-list.hide-desktop .review {
    max-width: none;
    min-width: 0;
    width: 100%;
  }
  .reviews-list.hide-desktop .review-image {
    flex: 0 0 400px;
    max-width: none;
    width: 100%;
  }
  .activities-list.activities-mobile-slider {
    cursor: grab;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 16px;
    scroll-behavior: auto;
    scroll-padding: 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .activities-list.activities-mobile-slider .activity {
    scroll-snap-align: center;
  }
  .activities-list.activities-mobile-slider.is-auto-sliding {
    scroll-snap-type: none;
  }
  .activities .tns-outer {
    margin: 24px auto 0 auto;
    max-width: 420px;
  }
  .activities .tns-ovh {
    overflow: hidden;
  }
  .activities-list.tns-slider {
    cursor: grab;
    margin: 0;
    overflow: visible;
    padding: 0;
    scroll-padding: 0;
    scroll-snap-type: none;
    scrollbar-width: auto;
    user-select: auto;
  }
  .activities-list.tns-slider .activity {
    max-width: none;
    scroll-snap-align: none;
    width: auto;
  }
  .activities-list.tns-slider .activity-image {
    max-width: none;
  }
  .activities-slider-buttons {
    margin-top: 18px;
  }
}

@media screen and (max-width: 1299px) and (min-width: 768px) {
  .activities .tns-outer {
    margin: 36px auto 0 auto;
    max-width: 954px;
  }
  .activities .tns-ovh {
    overflow: hidden;
  }
  .activities-list.tns-slider {
    cursor: grab;
    margin: 0;
    overflow: visible;
    padding: 0;
    scroll-snap-type: none;
    scrollbar-width: auto;
    user-select: auto;
  }
  .activities-list.tns-slider .activity {
    max-width: none;
    scroll-snap-align: none;
    width: auto;
  }
  .activities-list.tns-slider .activity-image {
    max-width: none;
  }
  .activities-slider-buttons.hide-desktop {
    display: flex;
    margin-top: 18px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .activities .tns-outer {
    max-width: 628px;
  }
}
