/** Shopify CDN: Minification failed

Line 22:21 Expected identifier but found whitespace
Line 22:23 Unexpected "{"
Line 22:32 Expected ":"
Line 23:12 Expected identifier but found whitespace
Line 23:14 Unexpected "{"
Line 23:23 Expected ":"
Line 23:59 Unexpected "{"
Line 23:68 Expected ":"
Line 23:111 Unexpected "{"
Line 23:120 Expected ":"
... and 248 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:cs-trustpilot-section-v2 (INDEX:14, SCOPED:FALSE) */
.reviews-carousel-section {
    background-color: {{ section.settings.background_color }};
    padding: {{ section.settings.section_padding_top }}px {{ section.settings.section_padding_horizontal }}px {{ section.settings.section_padding_bottom }}px {{ section.settings.section_padding_horizontal }}px;
  }

  .reviews-carousel-container {
    max-width: {{ section.settings.container_max_width }}px;
    margin: 0 auto;
  }

  .reviews-carousel-header {
    text-align: {{ section.settings.title_alignment }};
    margin-bottom: {{ section.settings.title_margin_bottom }}px;
  }

  .reviews-carousel-title {
    font-size: {{ section.settings.title_font_size }}px;
    font-weight: {{ section.settings.title_font_weight }};
    color: {{ section.settings.title_color }};
    line-height: 1.3;
    margin: 0;
    font-family: {{ section.settings.title_font_family }};
    letter-spacing: {{ section.settings.title_letter_spacing }}px;
  }

  .reviews-carousel-carousel-wrapper {
    position: relative;
    margin-bottom: {{ section.settings.carousel_margin_bottom }}px;
  }

  .splide {
    padding: 0 {{ section.settings.carousel_padding_sides }}px;
  }

  .reviews-carousel-card {
    background-color: {{ section.settings.card_background_color }};
    border-radius: {{ section.settings.card_border_radius }}px;
    padding: {{ section.settings.card_padding }}px;
    border: {{ section.settings.card_border_width }}px solid {{ section.settings.card_border_color }};
    min-height: 250px;
    display: flex;
    flex-direction: column;
    box-shadow: {{ section.settings.card_shadow }};
  }

  .reviews-carousel-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 12px;
  }

  .reviews-carousel-star {
    width: {{ section.settings.star_size }}px;
    height: {{ section.settings.star_size }}px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .reviews-carousel-star img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .reviews-carousel-star-text {
    font-size: {{ section.settings.star_font_size }}px;
    color: {{ section.settings.star_color }};
  }

  .reviews-carousel-review-title {
    font-size: {{ section.settings.review_title_font_size }}px;
    font-weight: {{ section.settings.review_title_font_weight }};
    color: {{ section.settings.review_title_color }};
    margin: 0 0 8px 0;
    font-family: {{ section.settings.review_title_font_family }};
  }

  .reviews-carousel-review-text {
    font-size: {{ section.settings.review_text_font_size }}px;
    color: {{ section.settings.review_text_color }};
    line-height: 1.5;
    margin-bottom: auto;
    margin-top: 8px;
    font-family: {{ section.settings.review_text_font_family }};
  }

  .reviews-carousel-review-meta {
    margin-top: 12px;
    font-size: {{ section.settings.review_meta_font_size }}px;
    color: {{ section.settings.review_meta_color }};
    font-family: {{ section.settings.review_meta_font_family }};
  }

  .reviews-carousel-arrows {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    transform: translateY(-50%);
    padding: 0 {{ section.settings.arrow_offset }}px;
    z-index: 10;
  }

  .reviews-carousel-arrow {
    pointer-events: all;
    background-color: {{ section.settings.arrow_background }};
    border: none;
    border-radius: 50%;
    width: {{ section.settings.arrow_size }}px;
    height: {{ section.settings.arrow_size }}px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: {{ section.settings.arrow_color }};
    font-size: 20px;
  }

  .reviews-carousel-arrow:hover {
    background-color: {{ section.settings.arrow_hover_background }};
    color: {{ section.settings.arrow_hover_color }};
  }

  .reviews-carousel-stats {
    text-align: center;
    margin-bottom: {{ section.settings.stats_margin_bottom }}px;
    font-size: {{ section.settings.stats_font_size }}px;
    color: {{ section.settings.stats_color }};
    font-family: {{ section.settings.stats_font_family }};
  }

  .reviews-carousel-stats-rating {
    font-weight: {{ section.settings.stats_rating_font_weight }};
    color: {{ section.settings.stats_rating_color }};
  }

  .reviews-carousel-bottom-text {
    text-align: center;
    margin-bottom: {{ section.settings.bottom_text_margin_bottom }}px;
    font-size: {{ section.settings.bottom_text_font_size }}px;
    color: {{ section.settings.bottom_text_color }};
    font-family: {{ section.settings.bottom_text_font_family }};
    line-height: 1.6;
  }

  .reviews-carousel-button-wrapper {
    text-align: center;
  }

  .reviews-carousel-button {
    display: inline-block;
    background-color: {{ section.settings.button_background }};
    color: {{ section.settings.button_text_color }};
    padding: {{ section.settings.button_padding_vertical }}px {{ section.settings.button_padding_horizontal }}px;
    border: {{ section.settings.button_border_width }}px solid {{ section.settings.button_border_color }};
    border-radius: {{ section.settings.button_border_radius }}px;
    font-size: {{ section.settings.button_font_size }}px;
    font-weight: {{ section.settings.button_font_weight }};
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: {{ section.settings.button_font_family }};
    letter-spacing: {{ section.settings.button_letter_spacing }}px;
    text-transform: {{ section.settings.button_text_transform }};
  }

  .reviews-carousel-button:hover {
    background-color: {{ section.settings.button_hover_background }};
    color: {{ section.settings.button_hover_text_color }};
    border-color: {{ section.settings.button_hover_border_color }};
  }

  @media (max-width: 768px) {
    .reviews-carousel-section {
      padding: {{ section.settings.mobile_padding_top }}px {{ section.settings.mobile_padding_horizontal }}px {{ section.settings.mobile_padding_bottom }}px {{ section.settings.mobile_padding_horizontal }}px;
    }

    .reviews-carousel-title {
      font-size: {{ section.settings.mobile_title_font_size }}px;
    }

    .reviews-carousel-card {
      padding: {{ section.settings.mobile_card_padding }}px;
    }

    .splide {
      padding: 0 {{ section.settings.mobile_carousel_padding_sides }}px;
    }

    .reviews-carousel-arrow {
      width: {{ section.settings.mobile_arrow_size }}px;
      height: {{ section.settings.mobile_arrow_size }}px;
    }

    .reviews-carousel-review-text {
      font-size: {{ section.settings.mobile_review_text_font_size }}px;
    }
  }
/* END_SECTION:cs-trustpilot-section-v2 */

/* START_SECTION:image-with-multiple-icon (INDEX:29, SCOPED:FALSE) */
.custom-info-section {
  padding: 50px 0;
  background-color: #ececec;
}
.custom-info-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.custom-info-image img {
  border-radius: 36px;
  max-width: 100%;
}
.custom-info-content h2 {
  color: #0A014B;
  font-size: 30px;
  font-weight: bold;
}
.custom-info-image {
    width: 50%;
    padding: 0 15px;
}
.custom-info-content {
    width: 50%;
    padding: 0 15px 0 70px;
}
.custom-info-boxes {
    margin: 20px 0;
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    gap: 30px;
    box-shadow: 0 2px 10px #0000001a;
}
.custom-info-box {
    display: flex;
    align-items: center;
  width: 50%;
}
.custom-info-box .text {
    padding-left: 15px;
}
.custom-info-box .icon {
    width: 80px;
}
.custom-info-box img {
    background: #0A014B;
    padding: 10px;
    border-radius: 10px;
    object-fit: contain;
    width: 80px;
}
.custom-info-wrap {
    color: #0A014B;
    font-size: 21px;
    line-height: normal;
    margin-bottom: 40px;
}
.info-feature-wrap {
  margin-bottom: 10px;
  width: 50%;
  padding: 0 5px;
}
.custom-info-box strong {
    font-size: 24px;
    color: #0a014b;
    margin-bottom: 6px;
    display: block;
    line-height: 20px;
}
.custom-info-box p {
    font-weight: 600;
    font-size: 10px;
    line-height: normal;
    color: #0A014B;
    margin-bottom: 0;
}
.custom-info-features {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}
.feature {
  display: flex;
  align-items: center;
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.feature img {
  width: 24px;
  height: 24px;
}
.feature span {
    font-size: 13px;
    color: #0A014B;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-left: 15px;
}
  @media(max-width: 1200px){
    .custom-info-boxes {
      flex-wrap: wrap;
    }
    .custom-info-box {
        width: 100%;
    }
  }
  @media(max-width: 991px){
    .info-feature-wrap {
      width: 100%;
    }
  }
 @media(max-width: 799px){
  .custom-info-container {
    flex-wrap: wrap;
  }
  .custom-info-image {
      width: 100%;
  }
  .custom-info-content {
      width: 100%;
      padding: 0 15px;
      margin-top: 30px;
  }
  .custom-info-boxes {
      flex-wrap: wrap;
  }
  .info-feature-wrap {
      width: 100%;
  }
  .custom-info-content h2 {
      font-size: 26px;
  }
  .custom-info-wrap {
      font-size: 18px;
  }
  .custom-info-box img {
      width: 62px;
  }
}
/* END_SECTION:image-with-multiple-icon */