.products-section {
  margin-block: clamp(60px, 6.25vw, 120px);
}
.products-section .section-title {
  text-align: center;
}
@media (min-width: 1200px) {
  .products-section .section-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
}
.products-section .section-title:last-child {
  margin-bottom: 0;
}
.products-section .section-body {
  text-align: center;
  margin-bottom: clamp(30px, 2.6041666667vw, 50px);
}
@media (min-width: 1200px) {
  .products-section .section-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
}
.products-section .products-list {
  --gutter-x: 20px;
  --gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
  gap: 25px 0;
}
.products-section .products-list .heading-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 992px) {
  .products-section .products-list .heading-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.products-section .products-list .heading-item .section-title {
  text-align: initial;
  width: 100%;
  margin-left: 0;
}
.products-section .products-list .heading-item .section-body {
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
}
.products-section .products-list .products-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .products-section .products-list .products-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .products-section .products-list .products-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.products-section .product {
  border: 2px solid #e4e2dc;
  padding: clamp(20px, 2.0833333333vw, 40px);
  border-radius: clamp(40px, 3.125vw, 60px);
  min-height: clamp(60px, 8.3333333333vw, 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: clamp(18px, 1.4583333333vw, 28px);
  font-family: "Lato", cursive;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  height: 100%;
}
.products-section .product-icon {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: clamp(60px, 4.6875vw, 90px);
  height: clamp(60px, 4.6875vw, 90px);
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: clamp(10px, 1.0416666667vw, 20px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.products-section .product:hover, .products-section .product:focus-visible {
  background-color: #fff;
}
.products-section a.product {
  color: #04071E;
  text-decoration: none;
}
.products-section a.product:hover, .products-section a.product:focus-visible {
  color: #0064EB;
}
.products-section .btn-holder {
  margin-top: clamp(30px, 2.6041666667vw, 50px);
  text-align: center;
}
.products-section .btn {
  font-family: "Lato", cursive;
  border-radius: clamp(30px, 2.0833333333vw, 40px);
  font-weight: 400;
  font-size: clamp(16px, 1.1458333333vw, 22px);
  line-height: 1.1;
  text-align: center;
  text-decoration: unset;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  padding: clamp(21.2px, 1.453125vw, 27.9px) clamp(20px, 2.0833333333vw, 40px);
  -webkit-transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s, color 0.3s, background-color 0.3s;
  transition: box-shadow 0.3s, color 0.3s, background-color 0.3s;
  transition: box-shadow 0.3s, color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  background-color: #04071E;
  color: #FDFBF3;
  padding-right: 5px;
}
.products-section .btn:hover, .products-section .btn:focus {
  background-color: #0a124b;
}
.products-section .btn:after {
  font-family: "icon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
  margin-block: calc(clamp(21.2px, 1.453125vw, 27.9px) * -1);
  padding: clamp(17px, 1.1979166667vw, 23px);
  font-size: clamp(16px, 1.25vw, 24px);
  border-radius: 70px;
  background-color: #FDFBF3;
  color: #04071E;
  margin-left: clamp(20px, 2.0833333333vw, 40px);
}
.tippy-box {
  background: #04071E;
  font-family: "Lexend";
  font-style: normal;
  font-weight: 300;
  font-size: clamp(14px, 0.9375vw, 18px);
  max-width: 280px !important;
  min-width: 100px;
  text-align: center;
  border-radius: 20px;
}
.tippy-box .tippy-content {
  padding: 20px 10px;
  color: #fff;
}
.tippy-box .tippy-arrow {
  color: #04071E;
}
@supports (-webkit-appearance:none){

}

 @media (min-width: 1200px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 992px){

@supports (-webkit-appearance:none){

}

}

 @media (min-width: 768px){

@supports (-webkit-appearance:none){

}

}
/*# sourceMappingURL=products_section.min.css.map */
