/** Shopify CDN: Minification failed

Line 64:2 Unexpected "{"
Line 64:3 Expected identifier but found "%"
Line 64:37 Unexpected "{"
Line 64:38 Expected identifier but found "%"
Line 159:0 Unexpected "{"
Line 159:1 Expected identifier but found "%"
Line 159:32 Unexpected "{"
Line 159:33 Expected identifier but found "%"

**/
.key-benefits {


  margin: 0 auto;

}

.smline-org{
  height: 6px;
  width: 36px;
  background-color: #DC7444;
  margin-bottom: 26px;
}

.key-benefits .bck1 {
    position: absolute;
    width: 288px;
    height: 45px;
    right: -20px;
    bottom: 0px;
    background: #FBFAF8;
    filter: blur(30px);
    z-index: -1;
}


.key-benefits .bck3 {
    position: absolute;
    width: 288px;
    height: 45px;
    left: -20px;
    top: 0px;
    background: #FBFAF8;
    filter: blur(30px);
    z-index: -1;
}

.benefits-container {
padding-top: 68px!important;
 border-left: 1px solid #282829;
 border-right: 1px solid #282829;
 padding-left: 0px;
 padding-right: 0px;
 max-width: 1440px;
   padding-bottom: 60px;
}

.benefits-header {
  display: flex;
  flex-wrap: wrap;
    margin: auto;
  {% comment %} align-items: center; {% endcomment %}
  justify-content: space-between;
  gap: 30px;
  margin: 68px auto;
  margin-top: 0px;
  position: relative;
  height: 514px;
  max-width: 1164px;
  padding: 75px 10px 18px 0px;

}

.text-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.left-head{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.right-head{
margin-top: 179px;
display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.text-content h2 {
    font-weight: 400 !important;
font-size: 42px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
text-transform: uppercase;

  font-weight: bold;
  /* max-width: 514px; */
  text-align: left;
  margin-bottom: 0px;
  position: relative;
}

.mgl-text {
  margin-left: 214px;
}

.richtext {
  margin-top: 121px;
  border-left: 2px dashed #f3702f;
   border-top: 2px dashed #f3702f;
 /* Remove normal borders */
  border: none;

  /* Top dashed border */
  background:
    repeating-linear-gradient(
      to right,
      #f3702f 0,
      #f3702f 6px,   /* dash length */
      transparent 6px,
      transparent 14px  /* gap size */
    ) 0 0 / 100% 2px no-repeat,

    /* Left dashed border */
    repeating-linear-gradient(
      to bottom,
      #f3702f 0,
      #f3702f 6px,   /* dash length */
      transparent 6px,
      transparent 14px  /* gap size */
    ) 0 0 / 2px 100% no-repeat;
  padding-left: 30px;
    padding-top: 36px;
        padding-bottom: 40px;
  max-width: 469px;
  position: relative; /* Needed for absolute positioning of the circle */
}

.richtext::before {
  content: "";
  position: absolute;
    top: -3.5px;
    right: -9px;
    width: 8px;
    height: 8px;
  background-color: #f3702f; /* dot color */
  border-radius: 50%;
}

.richtext p {
 max-width: 328px;
{% comment %} font-weight: 500; {% endcomment %}

font-size: 15px;
margin: 0px;
line-height: 180%;
letter-spacing: 0%;
vertical-align: middle;
  display: inline-block;
  overflow: hidden;


}

.richtext p strong{
  font-weight: 700;
}



.pill-image {
  flex: 1 1 300px;
  text-align: center;
  position: absolute;
  z-index: -1;
      left: 338px;
      top: 0px;
}

.pill-image img {
  max-width: 100%;
    height: 514px;
    border-radius:800px;
}

.benefits-grid {
  gap: 0;
  border: 1px solid #282829;
   border-left: none;
 border-right: none;
 border-bottom:none


}

.benefit-box {
  padding: 24px;
  padding-bottom: 30px;
  border-right: 1px solid #282829;
  border-bottom: 1px solid #282829;
}

.benefit-box.no-border {
  border-right: none;
}

.benefit-box .icon img {
  /* max-width: 30px; */
  margin-bottom: 20px;
}

.benefit-box .content h4 {

font-weight: 700;
font-size: 18px;

line-height: 100%;
letter-spacing: 0%;

  margin-bottom: 16px;
}

.benefit-box .content p {
color: #282829;
line-height: 130%;
}

.feature-info-box {
display: flex
;
    align-items: center;
    gap: 24px;
    padding: 12px 16px;
    border: 1px solid;
    border-radius: 0px;
    margin: auto;
    margin-top: 60px;
   
    max-width: 1340px;
    height: 88px;
    justify-content: center;
}

.feature-info-box p{
line-height: var(--line-height-normal);
font-weight: 500;
font-size: 24px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

}

.feature-info-icon img {
  width: auto;
  height: auto;
  display: block;
}

.feature-info-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

@media (max-width: 1200px) {
.benefits-header {

  padding-left: 16px;
   padding-right: 16px;
}

}

/* @media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  
} */



@media (min-width: 769px) {
  .pill-image {
  position: absolute; /* make sure parent is relative */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
          width: max-content;
     
  }
   .benefits-container {
    padding-top: 0px !important;
  }

    .benefits-header {
    margin: 0px auto;
    margin-top: 0px;
    height: auto;
    max-width: 100%;
    width: 100%;
    padding: 20px;
  }

    .right-head {
      width: 60%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
    .mgl-text {
    margin-left: auto;
  }


}

@media (min-width: 1200px) {

  .text-content h2 {
    font-weight: 400 !important;
    font-size: 80px;
    /* max-width: 723px; */
  }

}

@media (min-width: 1300px) {


  .text-content h2 {
    font-weight: 400 !important;
    font-size: 120px;
    /* max-width: 723px; */
  }


}






@media (max-width: 768px) {
   .pill-image {
    flex: unset;
    text-align: center;
    position: absolute;
    z-index: -1;
    top: unset;
    bottom:0px;
    left: 180px !important;
    width: 225px;
    height: 266px;
       
}

.pill-image img {
    width: 225px;
    height: 266px;
}

.benefit-box .content p {
  font-size: 15px;
  margin: 0px;
}

.text-content {
    justify-content: center;

}


.richtext {
    margin-top: 40px;
    background:
    /* Top border */
    repeating-linear-gradient(
      to right,
      #f3702f 0,
      #f3702f 6px,
      transparent 6px,
      transparent 14px
    ) top left / 100% 2px no-repeat,

    /* Bottom border */
    repeating-linear-gradient(
      to right,
      #f3702f 0,
      #f3702f 6px,
      transparent 6px,
      transparent 14px
    ) bottom left / 100% 2px no-repeat,

    /* Left border */
    repeating-linear-gradient(
      to bottom,
      #f3702f 0,
      #f3702f 6px,
      transparent 6px,
      transparent 14px
    ) top left / 2px 100% no-repeat,

    /* Right border */
    repeating-linear-gradient(
      to bottom,
      #f3702f 0,
      #f3702f 6px,
      transparent 6px,
      transparent 14px
    ) top right / 2px 100% no-repeat;


    padding: 30px 16px;
    max-width: 469px;
    position: relative;
}

.benefits-container {
    padding-top: 0px !important;
}


.richtext::before {
    content: "";
    position: absolute;
    top: -3.5px;
    right: -9px;
    width: 8px;
    height: 8px;
    background-color: #f3702f;
    border-radius: 50%;
    display: none;
}

.benefits-header {


        height: auto !important;
}

.benefits-header {
    display: flex
;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 0px auto;
    margin-top: 0px;
    position: relative;
    height: 514px;
    max-width: 1164px;
    padding: 40px 16px 40px 16px;
    justify-content: center;
}
.right-head {
    display: none;
}

    .benefits-header {
  
        overflow: hidden;
    }

.text-content h2 {
    text-align: center;
    font-size: 42px !important;
}

.benefit-box {
    padding: 24px 16px 30px 16px;


}

.feature-info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px 16px;
    border: 1px solid;
    border-radius: 0px;
    margin: 0 16px;
    margin-top: 40px;
    height: auto;
}

.feature-info-box p {
    line-height: var(--line-height-medium);
    font-weight: 500;
    font-size: 18px;
}

.benefits-container {
    padding-bottom: 40px;
}

  .benefit-box {
    
    border-bottom: 1px solid #282829;
  }

  

  .benefits-grid .benefit-box:nth-child(even) {
  border-right: none;
}



}







@media (max-width: 600px) {
  .benefits-header {
    flex-direction: column;
    text-align: center;
  }



  .benefit-box {
    
    border-bottom: 1px solid #282829;
  }

 

  .benefits-grid .benefit-box:nth-child(even) {
  border-right: none;
}


  .benefits-grid .benefit-box:nth-child(odd) {
  border-right: 1px solid #282829;;
}
}