/** Shopify CDN: Minification failed

Line 344:8 Unexpected "{"
Line 344:17 Expected ":"
Line 344:23 Unexpected "-1"
Line 345:8 Unexpected "{"
Line 345:17 Expected ":"
Line 345:23 Unexpected "-2"
Line 346:8 Unexpected "{"
Line 346:17 Expected ":"
Line 346:23 Unexpected "-3"
Line 347:8 Unexpected "{"
... and 8 more hidden warnings

**/
.lp-why-choose {
  --color-primary: #003665;
  --color-text: #1f1f1f;
  --color-text-muted: rgba(31, 31, 31, 0.7);
  --color-bg-active: #f0f8ff;
  --transition: all 0.3s ease;
  background: #ffffff;
  overflow: hidden;
}

.lp-why-choose__container {
  display: flex;
  flex-direction: column;
  padding: 36px 16px 16px 16px;
  align-items: center;

  border-radius: 20px;
  border: 1px solid #F3F2F2;
  background: linear-gradient(180deg, rgba(220, 125, 0, 0.12) 19.71%, rgba(169, 167, 164, 0.12) 100%);
}
.lp-why-choose .kv-font-38 em {
    display: block;
}

.lp-why-choose__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.gradient-span3{
  border-right: 1px solid #FD9308;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.14) 0%, rgba(253, 147, 8, 0.14) 33.65%);
  background-size: 40%;
  background-position: right;
  background-repeat: no-repeat;
  transform: rotate(-.47deg);
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  max-height: 22px;
}

.lp-why-choose__subheading-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
}

.lp-why-choose__subheading {
  color: #003665;
  text-align: center;
  font-family: "Source Serif Pro";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: -0.24px;
}

.lp-why-choose__divider {
  width: 95px;
  height: 2px;
  background: var(--color-primary);
  opacity: 0.1;
}

.lp-why-choose__heading {
  color: var(--Black, #1F1F1F);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%; /* 34.2px */
  letter-spacing: -0.57px;
  margin: 0;
}
.special-words{
  color: #003665;
  font-family: "Source Serif Pro" !important;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: -0.57px;
  margin: 0;
}

.lp-why-choose__grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.lp-why-choose__radio {
  display: none;
}

.lp-why-choose__item {
  border-radius: 18px;
  background: #ffffff;
  transition: var(--transition);
  border: 1px solid rgba(0,0,0,0.05);
}

.lp-why-choose__item-header {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}

.lp-why-choose__item-title-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lp-why-choose__icon-container {
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
border: 1.25px solid #E8ECEF;
background: #FFF;
}

.lp-why-choose__icon-container svg, 
.lp-why-choose__icon-container img {
  width: 20px;
  height: 20px;
}

.lp-why-choose__item-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-primary);
  margin: 0;
  letter-spacing: 0px;
}

.lp-why-choose__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: var(--transition);
  color: var(--color-text-muted);
}

.lp-why-choose__chevron svg {
  display: block;
}

.lp-why-choose__item-content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease, padding 0.3s ease;
  interpolate-size: allow-keywords;
}

.lp-why-choose__item-content-inner {
  padding: 5px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.lp-why-choose__item-description {
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-muted);
  margin: 0;
  letter-spacing: 0px;
}

.lp-why-choose__mobile-image {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.lp-why-choose__mobile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-why-choose__desktop-media {
  display: none;
}
/* Add this to your lp-home-why-choose-bollit.css file */

.lp-why-choose__desktop-image-wrapper {
  transition: opacity 0.3s ease-in-out;
  display: none;
}

.lp-why-choose__desktop-image-wrapper {
  display: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.lp-why-choose__desktop-image-wrapper--active {
  display: block;
  opacity: 1;
}
.lp-why-choose__desktop-image-wrapper:first-child {
  display: block;
}

.lp-why-choose__desktop-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.lp-why-choose__accordion {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
/* Radio Interaction */
.lp-why-choose__radio:checked + .lp-why-choose__item {
  background: var(--color-bg-active);
  border-color: #003665;
}

.lp-why-choose__radio:checked + .lp-why-choose__item .lp-why-choose__item-content {
  height: auto;
}

.lp-why-choose__radio:checked + .lp-why-choose__item .lp-why-choose__chevron {
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  .lp-why-choose__header{
    gap: 20px;
  }
  .lp-why-choose {
  }

  .lp-why-choose__container {
    padding: 36px 64px;
  }

  .lp-why-choose__heading {
    font-size: 38px;
    letter-spacing: -0.57px;
  }
  .special-words{
    font-size: 38px;
    letter-spacing: -0.57px;
  }

  .lp-why-choose__grid {
    flex-direction: row;
    align-items: flex-start;
    gap: 36px;
  }

  .lp-why-choose__accordion {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .lp-why-choose__item-header {
    padding: 16px 20px;
  }

  .lp-why-choose__item-title {
    font-size: 20px;
    line-height: 140%;
  }

  .lp-why-choose__item-content-inner {
    padding:0px 16px 16px 16px;
    gap: 16px;
  }

  .lp-why-choose__item-description {
    font-size: 16px;
    line-height: 24px;
  }

  .lp-why-choose__mobile-image {
    display: none;
  }

  .lp-why-choose__desktop-media {
    display: block;
    flex: 1;
    aspect-ratio: 1 / 1;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #f5f5f5;
  }

  .lp-why-choose__desktop-image-wrapper {
    position: absolute;
    inset: 0;
    /* opacity: 0; */
    transition: opacity 0.4s ease;
  }

  .lp-why-choose__desktop-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Desktop state projection based on radio */
  #tab-{{ section.id }}-1:checked ~ .lp-why-choose__desktop-media [data-index="1"],
  #tab-{{ section.id }}-2:checked ~ .lp-why-choose__desktop-media [data-index="2"],
  #tab-{{ section.id }}-3:checked ~ .lp-why-choose__desktop-media [data-index="3"],
  #tab-{{ section.id }}-4:checked ~ .lp-why-choose__desktop-media [data-index="4"],
  #tab-{{ section.id }}-5:checked ~ .lp-why-choose__desktop-media [data-index="5"],
  #tab-{{ section.id }}-6:checked ~ .lp-why-choose__desktop-media [data-index="6"] {
    opacity: 1;
    z-index: 1;
  }
}


@media (max-width: 767.98px) {
.gradient-span3{
  padding-left:0px;
}
}