/** Shopify CDN: Minification failed

Line 49:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
.text-hero-img.pb-mvp-end .left-text-box a.next-btn {
    border: none;
}
  .text-title-article {
    color: #000 ;
}
  
a {
    color: #000 !important ;
}
.left-text-box .text-title-article a:not(:hover) {
  text-decoration: none !important;
  border-bottom: 0px !important;
}

  .left-text-box .text-title-article a:hover {
    text-decoration: none !important;
    border: none !important;
}

  .left-text-box .text-title-article a {
    outline: none !important;
    box-shadow: none !important;
}

  .pb-mvp-end .right-img-box a img {
    height: 450px;
    object-fit: cover;
}

  .text-hero-img.pb-mvp-end .left-text-box a.next-btn:hover {
    text-decoration: none;
    border: none;
    outline: none;
}

.text-hero-img.pb-mvp-end .left-text-box a.next-btn:focus-visible {
    outline: none;
    box-shadow: none;
}
<form id='main' style="position: fixed; top: 0; left: 0; right: 0;">
  <!-- Form fields go here -->
</form>
body.template-index .main-content .videoBackground {
    	margin-top: -55px;
    }
    .videoBackground {
    	position: relative;
    }
    .videoBackground .fullscreen-video-wrap {
    	position: absolute;
    	top: 0;
    	left: 0;
    	min-width: 100%;
    	width: 100%;
    	height: 100%;
    	overflow: hidden;
    }
    .videoBackground .fullscreen-video-wrap .video-js {
    	position: absolute;
    	top: 0;
    	left: 0;
    	min-height: 100%;
    	min-width: 100%;
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }
    .videoBackground .fullscreen-video-wrap video {
    	min-height: 100%;
    	min-width: 100%;
    	object-fit: cover;
    }
    .videoBackground .videoBox {
    	display: flex;
    	align-items: center;
    	justify-content: flex-end;
    	flex-direction: column;
    	padding: 100px 20px 80px;
    	background-size: cover;
    	background-position: center;
    	background-repeat: no-repeat;
    	min-height: 500px;
         	max-height: 800px;
           height: calc(100vh - 165px);
    	position: relative;
    }
    .videoBackground .imageBox {
    	display: flex;
    	align-items: center;
    	justify-content: flex-end;
    	flex-direction: column;
    	padding: 100px 20px 80px;
    	background-size: cover;
    	background-position: center;
    	background-repeat: no-repeat;
    	position: relative;
    	min-height: calc(100vh - 165px);
    	height: auto;
    }
    .videoBackground .videoBoxInfo, .videoBackground .imageBoxInfo {
    	z-index: 2;
    	text-align: center;
    }
    .videoBackground .overlay {
    	content: "";
    	position: absolute;
    	top: 0;
    	right: 0;
    	bottom: 0;
    	left: 0;
    	background: #000;
    	z-index: 1;
    }
    .videoBackground .videoBoxInfoBtn, .videoBackground .imageBoxInfoBtn {
    	-moz-user-select: none;
    	-ms-user-select: none;
    	-webkit-user-select: none;
    	user-select: none;
    	-webkit-appearance: none;
    	-moz-appearance: none;
    	appearance: none;
    	display: inline-block;
    	width: auto;
    	text-decoration: none;
    	text-align: center;
    	vertical-align: middle;
    	cursor: pointer;
    	border: 1px solid transparent;
    	border-radius: 2px;
    	padding: 8px 15px;
    	font-style: normal;
    	font-weight: 800;
    	text-transform: uppercase;
    	letter-spacing: 0.06em;
    	white-space: normal;
    	font-size: 14px;
    	margin-top: 20px;
    }
    .videoBackground .videoBoxInfoTitle, .videoBackground .imageBoxInfoTitle {
    	color: #FFF;
    	font-size: 30px;
    	line-height: 40px;
    }
    .videoBackground .videoBoxInfoDescription, .videoBackground .imageBoxInfoDescription {
    	max-width: 500px;
    	margin: 0 auto;
    }
    .videoBackground .videoBoxInfoDescription p, .videoBackground .imageBoxInfoDescription p {
    	font-size: 18px;
    	line-height: 28px;
    }
    .videoBackground .placeholderNoblocks {
    	text-align: center;
    	max-width: 500px;
    	margin: 0 auto;
    }
       @media screen and (max-width: 767px) {
    	body.template-index .main-content .videoBackground {
    		margin-top: -35px;
    	}
    	.videoBackground .fullscreen-video-wrap {
    		z-index: 3;
    	}
    	.videoBackground .videoBox {
             	min-height: 500px;
             	height: 100%;
             	position: relative;
    		padding: 0;
         	}
    	.videoBackground .fullscreen-video-wrap {
    		position: relative;
    		min-height: 300px;
    	}
    	.videoBackground .videoBoxInfo {
    		padding: 40px 20px;
       		background: #000;
    		width: 100%;
    	}
       }
      .common-text-box {
        margin-top: 60px;
        letter-spacing: 0.25px;
        max-width: 626px;
        width: 100%;
        margin-bottom: 25px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .common-text-box .common-text {
        margin-bottom: 10px;
        letter-spacing: 0.25px;
    }

    .common-text-button .common-text-button-link+.common-text-button-link {
        margin-left: 20px;
    }

    .common-text-button .common-text-button-link {
        display: inline-block;
        border-bottom: 1px solid #000;
        padding-bottom: 0;
    }

    .common-text-box.common-text-box-center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 25px;
      margin-bottom: 0px;
    }

    .common-text-box.common-text-box-left {
        position: absolute;
        top: 25px;
        left: 25px;
        margin-top: 0;
    }

    .common-text-box-white {
        color: #fff;
    }

    .common-text-box-black {
        color: #000;
    }


    .common-text-box-white p {
        color: #fff;
    }

    .common-text-box-white .common-text-button .common-text-button-link {
        color: #fff !important;
        border-bottom-color: #fff !important;
    }

    .common-text-box-black p {
        color: #000;
    }

      section.banner-slider.banner-slider-v-2 {
        height: calc(100vh - 80px);
    }
    section.banner-slider.banner-slider-v-2 .item .video-banner video {
        height: calc(100vh - 80px);
    }

    section.banner-slider.banner-slider-v-2 {
      height: calc(100vh - 80px);
      height: calc(100dvh - 80px);
      height: calc(100svh - 80px);
  }
  section.banner-slider.banner-slider-v-2 .item .video-banner video {
      height: calc(100vh - 80px);
      height: calc(100dvh - 80px);
      height: calc(100svh - 80px);
  }


    @media only screen and (max-width:768px){
    section.banner-slider.banner-slider-v-2 {
        height: calc(100vh - 60px);
    }
    section.banner-slider.banner-slider-v-2 .item .video-banner video {
        height: calc(100vh - 60px);
    }
        section.banner-slider.banner-slider-v-2 .item .video-banner {
            height: calc(100vh - 60px);
            height: calc(100svh - 60px);
    }
      section.banner-slider.banner-slider-v-2 {
        height: calc(100vh - 60px);
        height: calc(100dvh - 60px);
        height: calc(100svh - 60px);
    }
    section.banner-slider.banner-slider-v-2 .item .video-banner video {
        height: calc(100vh - 60px);
        height: calc(100dvh - 60px);
        height: calc(100svh - 60px);
    }
        section.banner-slider.banner-slider-v-2 .item .video-banner {
            height: calc(100vh - 60px);
            height: calc(100dvh - 60px);
            height: calc(100svh - 60px);
    }
    }


    .common-text-box-black .common-text-button .common-text-button-link {
        color: #000 !important;
        border-bottom-color: #000 !important;
    }

    @media only screen and (max-width:1440px) {
        .common-text-box {
            max-width: 486px;
        }
    }

    @media only screen and (max-width:768px) {
        .common-text-box {
            max-width: 350px;
            margin-top: 40px;
        }
    }

    .boarder-none {
      border: none !important;
      display: block !important;
  }

  .boarder-none video {
      display: block !important;
  }
/*   p.article-title a {
        font-style: normal;
        font-weight: 400;
        font-size: 12px !important;
        line-height: 19px;
        letter-spacing: .25px;
        color: #2c2929;
        margin: 0;
    } */
/*   .inner-Story-collection-text {
    display: flex !important;
} */

/*   p.para {
    display: contents;
} */
/*   .inner-Story-collection-text {
    display: flex !important;
} */

/*   p.para {
    display: contents;
} */

  a.anchor_tag_para {
    margin-left: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: .25px;
    color: #000;
    border-bottom: 1px solid #000;
}
a.care-btn-story {
    height: fit-content;
    width: auto;
    margin-left: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: .25px;
    color: #000;
    border-bottom: 1px solid #000 !important;
}
.common-text-box {
      margin-top: 60px;
      letter-spacing: 0.25px;
      max-width: 626px;
      width: 100%;
      margin-bottom: 25px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
  }

  .common-text-box.mt-108 {
    margin-top: 168px;
}

  .common-text-box .common-text {
      margin-bottom: 10px;
      letter-spacing: 0.25px;
  }

  .common-text-button .common-text-button-link+.common-text-button-link {
      margin-left: 20px;
  }

  .common-text-button .common-text-button-link {
      display: inline-block;
      border-bottom: 1px solid #000;
      padding-bottom: 0;
  }

  .common-text-box.common-text-box-center {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 25px;
  }

  .common-text-box.common-text-box-left {
      position: absolute;
      top: 25px;
      left: 25px;
      margin-top: 0;
  }

  .common-text-box-white {
      color: #fff;
  }

  .common-text-box-black {
      color: #000;
  }


  .common-text-box-white p {
      color: #fff;
  }

  .common-text-box-white .common-text-button .common-text-button-link {
      color: #fff !important;
      border-bottom-color: #fff !important;
  }

  .common-text-box-black p {
      color: #000;
  }

  .common-text-box-black .common-text-button .common-text-button-link {
      color: #000 !important;
      border-bottom-color: #000 !important;
  }

  @media only screen and (max-width:1440px) {
      .common-text-box {
          max-width: 486px;
      }
  }

  @media only screen and (max-width: 1280px) {
.common-text-box.mt-108{
margin-top:116px;
}
 
}

  @media only screen and (max-width:768px) {
      .common-text-box {
          max-width: 350px;
          margin-top: 40px;
      }
  }

  /* .banner-slider.banner-slider-v-2 .item .video-banner video {
      height: calc(100vh - 60px);
  } */

  @media only screen and (max-width:768px) {
      /* .banner-slider.banner-slider-v-2 .item .video-banner video {
          height: calc(100vh - 40px);
      } */

  }