/** Shopify CDN: Minification failed

Line 32:30 Expected identifier but found whitespace
Line 32:31 Unexpected "#565656"

**/
.custom-tab-section .section-header-block p {max-width: 740px;}
  .custom-tab-section .section-header-block {margin-bottom: 45px;}
  .custom-tab-section .tab-container {margin-top: 30px;} 
  .custom-tab-section .tabs {display: flex;justify-content: center;align-items: center;flex-wrap: wrap;}
  .custom-tab-section .sub-tab h3 { margin: 0; text-align: center; font-size: 16px;  font-style: normal;font-weight: 700;line-height: 28px; color: #565656;}
  .custom-tab-section .tab-content-container {margin-top: 40px;}
  .custom-tab-section .tab-contents-wrap {display: grid;grid-template-columns: repeat(3, 1fr);gap: 25px;}
  .custom-tab-section .tab-content img {max-width: 100%;}
  .custom-tab-section .tab-content { overflow: hidden;height: 610px;border-top: 1px solid #111A37;border-right: 1px solid #111A37;border-left: 1px solid #111A37;border-bottom: 8px solid #111A37;}
  .custom-tab-section .text-content {margin: 20px;}
  .custom-tab-section .text-content p,.custom-tab-section .text-content li {color: #565656;font-size: 14px;font-style: normal;font-weight: 400;line-height: 26px; }
  .custom-tab-section .text-content p strong{font-weight:600;}
  .custom-tab-section .text-content h3 {margin-bottom: 15px;font-weight: 600;}
  .custom-tab-section .tab-content-heading p {color: #565656;margin-bottom:50px;font-size: 14px;font-style: normal;font-weight: 400;line-height: 26px; }
  .custom-tab-section .tab-content-heading h3 { color: #232323;margin-bottom:16px; font-size: 16px; font-style: normal; font-weight: 600; line-height: 26px;}
  .custom-tab-section .text-content p, .custom-tab-section .text-content li {font-size: 14px;line-height: 24px;}
  .custom-tab-section .image-content:after {content: "";width: 100%;padding-bottom: 110%;display: block;}
  .custom-tab-section .image-content {position: relative;overflow: hidden;width: 100%;aspect-ratio: 3 / 2; height: 296px;}
  .custom-tab-section .tab-content img {width: 100%;height: 100%;object-fit: cover;position: absolute;display: block;top: 0;left: 0;}
  .custom-tab-section .tab-contents {display: none;}
  .custom-tab-section .tab-contents.active-tab-content {display: block;}
  .custom-tab-section .sub-tab.active-tab {border-bottom: 4px solid #0076B5;}
  .custom-tab-section .sub-tab.active-tab h3 {color: #0076B5;}
.custom-tab-section .sub-tab {background: #0076B50D; padding: 12px 32px; margin: 5px; width: 24%; cursor: pointer; flex: 1; justify-content: center; display: flex; min-height: 80px; align-items: center; }
.tab-content:hover {border-top: 1px solid #0076b5; border-right: 1px solid #0076b5; border-left: 1px solid #0076b5; border-bottom: 8px solid #0076b5;}
.content-sub-heading p  color: #565656; font-size: 14px; font-style: normal;font-weight: 400; line-height: 26px;}
.custom-tab-section .content-heading h3 {  margin-bottom: 15px;color: #232323;font-size: 16px;  font-style: normal;  font-weight: 700;  line-height: 26px;}
.text-content h3 { color: #232323;font-size: 20px;font-style: normal;font-weight: 600;line-height: 26px;}


@media(min-width:768px){
  .text-content p:nth-of-type(5), .text-content ul,.text-content p:nth-of-type(4){display: none;}
  .tab-content:hover .text-content p:nth-of-type(5),.tab-content:hover .text-content ul,.tab-content:hover .text-content p:nth-of-type(4){display:block;}
  .tab-inner-wrap {transition: all .5s ease-in-out;}
.tab-content:hover .tab-inner-wrap { transform: translateY(-296px);}
}
@media(max-width:1200px){

  .custom-tab-section .sub-tab { padding: 7px 10px;}
  .custom-tab-section .sub-tab h3 {font-size: 14px;}
  .custom-tab-section .tab-content {width:48%;}
  .custom-tab-section .tab-contents-wrap {display: flex;flex-wrap: wrap;}
  .custom-tab-section .tab-content {
    height: auto;}
}
@media(max-width:989px){
  .custom-tab-section .sub-tab h3 {font-size: 14px;line-height: 1.6;}
  .text-content p:nth-of-type(5),.text-content ul,.text-content p:nth-of-type(4){display:block;}
  .tab-inner-wrap { transform: unset;}
}

  @media(max-width:750px){ 
      .custom-tab-section .text-content p, .custom-tab-section .text-content li {font-size: 14px;line-height: 24px;}
    .custom-tab-section .tab-content { width: 100%; }
    .text-content h3 {font-size: 16px;}
    .custom-tab-section .tab-content-heading p {font-size:14px; margin-bottom: 25px;}
    .custom-tab-section .tab-content-heading h3 {margin-bottom: 0px; font-size: 14px;}
 }
 @media(max-width:650px){ 
    /* .custom-tab-section .tab-content {height:620px;} */
   
 }
 @media(max-width:550px){ 
  /* .custom-tab-section .tab-content {height:590px;} */
  .custom-tab-section .sub-tab{width:47%;flex:unset;min-height:54px;}
 }
 @media(max-width:450px){ 
    /* .custom-tab-section .tab-content {height:auto;} */
   .custom-tab-section .sub-tab{width:100%;min-height:40px;padding: 7px 10px;}
 } 