/** Shopify CDN: Minification failed

Line 42:53 Expected identifier but found whitespace
Line 504:0 Expected "}" to go with "{"

**/
.article-template > *:first-child:not(.article-template__hero-container) {
  margin-top: 5rem;
}

body .article-template__content.page-width--narrow {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

body article.article-template {
  max-width: 100%;
  margin: auto;
}

body .article-template header {
  padding: 80px 0;
  background: #ECEFE9;
  margin: 0px 0 60px;
}

body .article-template__content.page-width--narrow img {
    height: auto;
    max-width: 100%;
    margin: 40px auto !important;
    display: block;
    object-fit: contain;
    border-radius: 10px !important;
}

body .article-template__content.page-width--narrow div:first-child img{
  margin: 0 10px 0 0 !important;
}

body .article-template__content.page-width--narrow p.
body .article-template__content.page-width--narrow span,
body .article-template__content.page-width--narrow div,
body .article-template__content.page-width--narrow li,
body .article-template__content.page-width--narrow div{
  font-family: "Satoshi";
    font-weight: 500;
    font-size: 16px;
    line-height: 25.6px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    color: #646464;
    margin: 0;
    display: inline-block;
}

.banner-image-wrapper{
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.banner-image{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

/* body .article-template__content.page-width--narrow p span,
body .article-template__content.page-width--narrow li span,
body .article-template__content.page-width--narrow li */
body .article-template__content.page-width--narrow p{
  font-weight: 450;
  display: inline-block;
}

body .article-template__content.page-width--narrow li{
  font-weight: 450;
}

body .article-template__back:last-child {
    width: 100%;
    max-width: 1100px;
    margin: 40px auto;
    padding: 0 20px;
}

body .article-template__content.page-width--narrow h3,
body .article-template__content.page-width--narrow h2{
  font-weight: 600;
  margin: 30px 0 15px;
}

body .article-template__content.page-width--narrow h3 span,
body .article-template__content.page-width--narrow h2 span{
  font-weight: 600 !important;
}

body .article-template__back:last-child a{
  margin: 0;
}

.blog-inside-image{
  width: 80%;
  height: 100%;
  margin: 0 auto;
}

.blog-inside-image img{
  float: unset;
    width: 100%;
    height: 100%;
    margin: 30px 0 !important;
    object-fit: cover;
}

@media screen and (max-width: 750px) {
   body  .article-template header>h1{
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0.6px;
    padding: 30px 20px;
}

body .article-template header {
    padding: 30px 0;
}

.blog_details {
    padding: 0 20px;
}

.publish_date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article-template__social-sharing {
    margin: 0 !important;
    padding: 0;
}

.blog-inside-image{
  width: 100%;
}



}

@media screen and (min-width: 750px) {
  .article-template > *:first-child:not(.article-template__hero-container) {
    margin-top: calc(5rem + var(--page-width-margin));
  }
}

.article-template__hero-container {
  max-width: 130rem;
  margin: 0 auto;
}

.article-template__hero-small {
  height: 11rem;
}

.article-template__hero-medium {
  height: 22rem;
}

.article-template__hero-large {
  height: 33rem;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .article-template__hero-small {
    height: 22rem;
  }

  .article-template__hero-medium {
    height: 44rem;
  }

  .article-template__hero-large {
    height: 66rem;
  }
}

@media screen and (min-width: 990px) {
  .article-template__hero-small {
    height: 27.5rem;
  }

  .article-template__hero-medium {
    height: 55rem;
  }

  .article-template__hero-large {
    height: 82.5rem;
  }
}

.article-template header {
  margin-top: 4.4rem;
  margin-bottom: 2rem;
  line-height: calc(0.8 / var(--font-body-scale));
}

@media screen and (min-width: 750px) {
  .article-template header {
    margin-top: 5rem;
    margin-left:0;
     width: 100%;
    max-width: 100%;
  }
}

.article-template__title {
  margin: 0;
}

.article-template__title:not(:only-child) {
  margin-bottom: 1rem;
}

.article-template__link {
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.article-template__link .icon-wrap {
  display: flex;
  margin-right: 1rem;
  transform: rotate(180deg);
}

.article-template__content {
  /* font-size: 14px;
  line-height: 1.7; */
  margin-top: 3rem;
  margin-bottom: 3rem;

   font-family: "Satoshi";
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.6px;
    vertical-align: middle;
    /* color: #646464; */
    /* margin: 0; */
}

.article-template__social-sharing {
  margin-top: 3rem;
}

.article-template__social-sharing + header,
.article-template__social-sharing + .article-template__content {
  margin-top: 1.5rem;
}

.article-template__comment-wrapper {
  margin-top: 5rem;
  padding: 2.7rem 0;
}

@media screen and (min-width: 750px) {
  .article-template__comment-wrapper {
    margin-top: 6rem;
    padding: 3.6rem 0;
  }
}

.article-template__comment-wrapper h2 {
  margin-top: 0;
}

.article-template__comments {
  margin-bottom: 5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments {
    margin-bottom: 7rem;
  }
}

.article-template__comments-fields {
  margin-bottom: 4rem;
}

.article-template__comments-comment {
  color: rgba(var(--color-foreground), 0.75);
  background-color: rgb(var(--color-background));
  margin-bottom: 1.5rem;
  padding: 2rem 2rem 1.5rem;
}

@media screen and (min-width: 750px) {
  .article-template__comments-comment {
    padding: 2rem 2.5rem;
  }
}

.article-template__comments-comment p {
  margin: 0 0 1rem;
}

.article-template__comment-fields > * {
  margin-bottom: 3rem;
}

@media screen and (min-width: 750px) {
  .article-template__comment-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4rem;
  }
}

.article-template__comment-warning {
  margin: 2rem 0 2.5rem;
}

@media screen and (min-width: 990px) {
  .article-template__comments .pagination-wrapper {
    margin: 5rem 0 8rem;
  }
}

.article-template__back:last-child {
  margin-bottom: 3.2rem;
}
/* custom css */
@media screen and (min-width: 750px) {
  .article-template__content{
  margin-left:30px;
}
  .article-template__social-sharing{
    margin-left:30px;
  }
}



.article-template .article-template__hero-container {
    display: none;
}

@media(min-width:768px){
  .article-template header>h1{
    font-family: 'Tanker';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: 0.6px;
    vertical-align: middle;
    color: #1C314E;
    border-bottom: 1px solid #1C314E;
    padding-bottom: 50px;
    padding: 30px 20px;
    background: #ECEFE9;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.blog-points{
      font-family: 'Tanker';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 28px !important;
    line-height: 120%;
    color: #1C314E;
    text-align: left !important;
    margin-top: 40px !important;
}

@media(max-width:768px){
  .blog-points{
    font-size: 17px !important;
  }

.article-template header {
    margin: 0;
    padding: 40px 20px 20px;
}
.article-template__content {
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

  .article-template__content p{
    margin-bottom: 0;
     font-size: 16px;
        line-height: 24px;
  }

   .article-template__content h2{
    font-size: 20px;
    line-height: 28px;
   }

  .article-template__back:last-child {
    margin-bottom: 40px;
    margin-top: 30px;
}

  .article-template__back a {
      margin: 0 auto;
  }
  
}


.article-template__back a{
  width: 208px;
    height: 51px;
    left: 175px;
    top: 3428px;
    background: #D36548;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}

.article-template__back a{
       font-family: 'Satoshi';
    font-size: 16px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #F8F7F5;
}
.bm_para{
      font-size: 16px;
}

.blog_details{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    color: #1C314E;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.publish_date{
     display: flex;
    align-items: center;
    gap: 20px;
}

.blog_details .article-template__social-sharing{
  margin:0;
}

@media(max-width:768px){
  article header h1{
    font-size: 32px;
    line-height: 120%;
    display: flex;
    align-items: center;
    padding-bottom: 20px;

     font-family: 'Tanker';
    font-style: normal;
    font-weight: 400;
    color: #1C314E;
      border-bottom: 1px solid #1C314E;
  }


}

article.article-template{
  
    max-width: 140rem;
    margin: auto;

}


