/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
html {
  scroll-behavior: smooth;
}




.top-header-container{
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.header__container{
  padding-top:0px!important:
}

.left-header-navigation{
  justify-content: flex-start;
  margin: 0 0 0 30px;
}

.right-header-navigation{
  width: max-content;
}

.header.header-light .logo-container-wrapper .logo-standard {
  display: none;
}

.header.header-light .logo-container-wrapper .logo-light-version {
  display: block;
}
.header-navigation-mobile{
  display: none;
}

@media only screen and (max-width: 590px){
  .header-navigation-mobile{
    display: block;
  }
  .header-top-menu{
    display:none;
  }
}

a{
  font-style: normal;!important;
}


@media only screen and (max-width:767px) {

  .header.sticky.fixed .header__container{
    height: 50px;
  }

  .header-mobile-button a{
    width: -webkit-fill-available;
  }
  .header-mobile-button{
    padding: 45px 10% 18px 10%;
  }

}

@media (max-width: 1139px) {
  .header__navigation .nav-primary a {
    font-size: 24px;
  }

  .header__navigation .sub .menu-arrow-bg{
    margin-top:0 ;
  }

  .sub.lvl-1 > .has-sub > .menu-arrow, .sub > .has-sub > .menu-arrow, .sub .menu-arrow{
    padding-top 6px;
  }

  #hs_cos_wrapper_language-switcher .hs-language-switcher__item a{
    font-size: 24px
  }
}






.hs-social-follow{
  gap: 0!important;
}

.hs-social-follow__link{
  padding-left: 0!important;
  padding-right: 16px!important;}




.mod-light mark{
  background-image: linear-gradient(120deg, #FFB81C 0%, #FFB81C 100%);
}

.large-text .large-text__line{
  text-transform:none!important;
}


.course-detail-inner{
  display: flex;
  width: 100%;
  padding: 140px 20px;
  gap: 32px;

}

.course-main{
  width: 80%;
}

.course-navbar{
  position: sticky;
  /*top: 150px;*/ top: 240px;
  align-self: flex-start;
}

.anchor-navigation-section{
  position: sticky;
  /*top: 0;*/ top: 120px;
  z-index: 10;
}

.hero-course i{
  color: #FFB81C!important;

}

.hero-course em{
  color: #FFB81C!important;

}

.hero-course .heading-title{
  font-family: Bodoni Moda, serif;
  font-weight: 500;
}

@media only screen and (max-width: 1139px) {
  .anchor-navigation-section{
    top: 61px;
  }
  .course-navbar{
    top: 160px;
  }
}

@media only screen and (max-width: 639px) {
  .anchor-navigation-section{
    top: 49px;
  }
}


@media only screen and (max-width: 590px){
  .course-detail-inner{
    display: block;
    padding: 60px 20px;
  }
  .course-main{
    width: 100%;
  }

  .course-navbar{
    position: unset;
    padding: 0 20px 80px 20px;
  }
  #hs_cos_wrapper_language-switcher .hs-language-switcher__item a{
    color: #ffff!important;
    font-weight: 700!important;
    font-size: 24px!important;
    line-height: 1.2!important;
    white-space: normal!important;
  }
}

@media only screen and (max-width: 450px) {

}



.page-contents-block {
  em {
    font-style: italic;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke-width: unset;
    -webkit-text-stroke-color: unset;
  }

  iframe {
    border: 0 none;
  }

  .youtube-player {
    width: 100%;
    aspect-ratio: 16/9;
  }

  .page-contents-images-breaker-sm,
  .page-contents-images-breaker-md,
  .page-contents-images-breaker-lg,
  .page-contents-images-breaker {
    display: none;
  }

  .page-contents-images-row,
  .owl-gallery {
    --block-pad: 16px;
    --template: repeat(1, 1fr);

    @media screen and (min-width: 480px) {
      --template: repeat(2, 1fr);
    }
    @media screen and (min-width: 960px) {
      --template: repeat(3, 1fr);
    }

    display: grid;
    grid-template-columns: var(--template);
    gap: 16px;
    margin-top: var(--block-pad);
    margin-bottom: var(--block-pad);

    img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  }
  .page-contents-images-row {
    .col {
      display: flex;

      & > div {
        display: flex;
      }
    }
  }
  .owl-gallery-item {
    width: auto !important;
    height: unset !important;
    display: flex;
  }
}





.clients-list{
  justify-content: flex-start!important;
}
.clients-item{
  margin:0;
}
.clients-item img{
  max-width:134.141px
}

@media only screen and (max-width: 639px) {
  .clients-item{
    margin-bottom: 20px;
  }
  .clients-item img{
    width: 150px;
  }
}



.team-wrap{
  margin-bottom:0!important;
}


em{
  font-family: Bodoni Moda,serif;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
  -webkit-text-fill-color: unset!important;
  -webkit-text-stroke-color: unset!important;
  -webkit-text-stroke-width: unset!important;
}

.static-box__title em{
  font-family: DM Sans, sans-serif;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: #fff;

}

.text-h4-size{
  font-family: DM Sans, sans-serif;
  font-style: normal;
  /*font-weight: 700;*/
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
  font-size: 42px;
  margin: 0 0 .6em;
  line-height: 1.2;
}

@media (max-width: 960px) {
  h1:not([class*="--noscale"]) {
    word-break: normal;
  }
}


@media (max-width: 960px) {
  .zoom-bg {
    margin-top:20px!important;
  }
  .zoom-bg_icon{
    top: calc(20px + 23px)!important;
  }
}



@media (max-width: 960px) {
  .service-box_subtitle{
    display: none;
  }
  .service-box{
    height: auto!important;
    max-height: fit-content!important;
  }
}


.img-parallax{
  min-width: 100%;
  min-height: 120%;
  width: auto;
  height: auto;
  object-fit: cover;
}



.blog-related-posts{
  background-color:#051822;
  padding: 90px 0;
}

.blog-related-posts__content{
  padding: 35px 0 40px;
}


.blog-index__post-tag{
  font-family: DM Sans, sans-serif;
}