/** Shopify CDN: Minification failed

Line 10:0 All "@import" rules must come first

**/
<!--@font-face {
    font-family: "comfortaa-regular";
    src:url("{{"comfortaa-regular.woff"| asset_url }}") format("woff"),
}-->
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;600;700&display=swap');

body, h1, h2, h3, h4, h5, h6, p, [data-item=nav-text], [data-item=accent-text], input, label, textarea, .rte, [data-item=paragraph], [data-item=rte-content], a, [data-item=a11y-button], [data-item=button]>*, input[type=submit], [data-item=section-heading] 
{font-family: 'Comfortaa', cursive !important;
}

.avn-wrapper { 
  max-width: 1200px; 
  margin: 0 auto; 
  width: 96%;  
}
.div-row { 
  display: -ms-flexbox; 
  display: flex; 
  -ms-flex-wrap: wrap; 
  flex-wrap: wrap; 
  margin-right: -15px; 
  margin-left: -15px;
}

.col-30, .col-40, .col-50, .col-60, .col-70, .col-100{
  position: relative; 
  width: 100%; 
  padding-right: 15px; 
  padding-left: 15px;
}
.col-30 { 
  -ms-flex: 0 0 30%; 
  flex: 0 0 30%; 
  max-width: 30%; 
}
.col-40 { 
  -ms-flex: 0 0 40%; 
  flex: 0 0 40%; 
  max-width: 40%; 
}
.col-50 { 
  -ms-flex: 0 0 50%; 
  flex: 0 0 50%; 
  max-width: 50%; 
}
.col-60 { 
  -ms-flex: 0 0 60%; 
  flex: 0 0 60%; 
  max-width: 60%; 
}
.col-70 { 
  -ms-flex: 0 0 70%; 
  flex: 0 0 70%; 
  max-width: 70%; 
}
.col-100 { 
  -ms-flex: 0 0 100%; 
  flex: 0 0 100%; 
  max-width: 100%;
}
.header--root,
.x-menu,
.header--right-side {
    height: 60px !important;
}
.x-menu--level-1--link,
.header--right-side {
    font-weight: 900;
}
.x-menu--level-1--link > a {
    height: 60px !important;
    line-height: 60px !important;
}
header .x-menu--level-1--container a:hover,
header .header--right-side a:hover,
.footer--menu a:hover,
footer--social-icons a:hover {
    color: #fbb516;
}

.pad60 p,
.pad60 h1,
ol {
    padding: 0 0 20px;
}
.pad60 p:last-child {
    padding: 0;
}

.accordion_container {
    overflow: hidden;
}
.accordion-item {
    border-bottom: 1px solid #dde2ea;
    padding: 7px 0;
}
.accordion-item .acrd-title {
    font-size: 20px;
    color: #000000;
    cursor: pointer;
    position: relative;
    padding-right: 45px;
    padding: 20px 0;
}
.accordion-item .acrd-title:before {
    position: absolute;
    top: 50%;
    right: 0;
    height: 3px;
    content: "";
    width: 15px;
    background: #efc146;
    margin-top: -1.5px;
}
.accordion-item .acrd-title:after {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 3px;
    content: "";
    height: 15px;
    background: #efc146;
    margin-top: -7.5px;
}
.accordion-item .acrd-title.current:after {
    display: none;
}
.accordion-item .acrd-title.current {
    color: #000000;
}
.accordion-item .acrd-content {
    display: none;
    padding-top: 0;
    line-height: 24px;
    padding-bottom: 5px;
    color: #ed2939;
    margin-top: -5px;
}
.accordion-item .acrd-content p {
    color: #000;
    font-size: 16px;
}
.accordion-item:last-child {
    border-bottom: 0;
}

.featured-content--text {
    width: 50% !important;
}
.featured-content--root[data-text-width="small"] .featured-content--text {
    max-width: 450px;
}
.featured-content--title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 900;
}
.featured-content--description {
    font-size: 20px;
    line-height: 25px;
}
.featured-content--link a {
    background: #fbb516;
    padding: 10px 40px;
    border-radius: 5px;
}
.featured-content--link a:after {
    display: none;
}

.product-page--description h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 900;
}
.image-with-text--root .featured-content--image {
    min-width: 20% !important;
}


.page--about-us .template-page--root { 
     max-width: 100%;
     padding: 0;
}
.page--about-us .layout--main-content{ 
     padding: 0;
     overflow: unset;
}
.page--about-us .banner-allpages{ 
     height: 320px;
  	 background-size : cover !important;
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     text-align: center;
}
.page--about-us .banner-allpages h1{
     display: inline-block;
     background: #fff;
     padding: 15px 20px;
     font-size: 35px;
     line-height: 40px;
}
.pad-60{padding: 60px 0 !important; }
.section-common p{ padding-bottom: 15px; }
.section-common a{ color: #fab432; }
.page--about-us .section-common h2{
  font-size: 30px;
  line-height: 45px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.pink-bg{background: #fae9ca}
.txt-center{ text-align: center;}
.what-allivate{ max-width: 950px; margin: 0 auto; }
.page--about-us .section-common h3{
  font-size: 25px;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.white-bg{ 
  background: #fff; 
  padding: 20px 30px; 
  box-shadow: 0px 5px 10px -3px #7e7e7e66; 
}
.common-ul{ padding: 0 !important;}
.common-ul li{ 
  position: relative;
  list-style: none;
  padding-left: 20px;
  padding-bottom: 15px;
}
.common-ul li:before{ 
  content: '';
  position: absolute;
  height: 10px;
  width: 10px;
  background: #fab432;
  border-radius: 50%;
  top: 8px;
  left: 0;
}
.height-100{ height: 100%;}
.img-center{ display: block; margin: 0 auto; }
.footer--root{ background: #f8f8f8;}