@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap");
html {
  font-size: 14px;
  overflow-x: hidden; }
  html.menu-active {
    overflow-y: hidden; }

body {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  color: #000;
  overflow-x: hidden;
  line-height: 1.3; }

img {
  max-width: 100%;
  height: auto; }
  @media (max-width: 991px) {
    img {
      max-width: 100%; } }

a, input, button, .banner__arrow {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

.menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  .menu li {
    display: inline-block; }
    .menu li a {
      display: block; }

.container {
  max-width: 1000px; }

.button {
  background: #498185;
  display: inline-block;
  color: #fff;
  padding: 15px 25px;
  font-size: .9rem;
  font-weight: bold;
  border: 0; }
  .button:hover {
    background: #376164;
    color: #fff;
    text-decoration: none; }

.big-btn {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff863), to(#ffb963));
  background-image: -webkit-linear-gradient(#fff863, #ffb963);
  background-image: -o-linear-gradient(#fff863, #ffb963);
  background-image: linear-gradient(#fff863, #ffb963);
  display: inline-block;
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  padding: 10px 30px;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease; }
  .big-btn:hover {
    background: #ffb963;
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #000; }

h2 {
  font-size: 3rem;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin: 0 0 40px; }
  @media (max-width: 991px) {
    h2 {
      font-size: 2rem; } }
  h2 span {
    color: #498185; }

h3 {
  font-size: 2.2rem;
  font-family: "Oswald", sans-serif;
  margin: 0 0 25px; }

.testi {
  font-size: 1.2rem;
  position: relative; }
  @media (max-width: 991px) {
    .testi {
      margin: 0 0 30px; } }
  .testi:before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    left: -10px;
    background: url(../images/quote.png) no-repeat left top;
    height: 75px;
    width: 130px; }
  .testi p {
    font-weight: bold;
    margin: 0 0 25px; }
  .testi span {
    display: block;
    text-align: right; }
  .testi > div {
    position: relative; }

.bar {
  margin: 0 0 35px;
  font-size: 1.2rem; }
  .bar h2 {
    margin: 0;
    position: relative;
    font-size: 2.5rem; }
    .bar h2:before {
      content: "";
      height: calc(100% + 10px);
      background: #cbf5cd;
      left: -15px;
      width: 8px;
      display: block;
      position: absolute; }
  .bar p strong {
    color: #498185; }

.btn-center {
  text-align: center;
  padding-top: 40px; }

.img-center {
  text-align: center; }

.titem {
  max-width: 300px;
  margin: 0 auto;
  text-align: center; }
  .titem img {
    max-width: 250px;
    margin: 0 auto 15px;
    display: block; 
    border: 4px solid #CBF5CD;
    border-radius: 50%;
    overflow: hidden;
  }
  .titem p {
    font-weight: bold;
    font-style: italic; }

.box {
  background: #cff5d2;
  text-align: center;
  padding: 50px;
  border-radius: 15px;
  height: 100%; }
  @media (max-width: 991px) {
    .box {
      padding: 40px;
      margin: 0 0 20px; } }
  .box img {
    margin: 0 auto 25px; }

.con {
  text-align: center; }
  .con *:not(h3) {
    max-width: 270px;
    margin: 0 auto; }
  .con ul {
    background: url(../images/x.png) no-repeat left center;
    padding: 30px;
    background-size: 100px auto;
    margin: 0 auto 25px;
    list-style: none; }
  .con--check ul {
    background-image: url(../images/check.png); }
  .con h3 {
    margin-bottom: 45px; }
  .con p {
    margin-bottom: 30px; }
  .con .big-btn {
    max-width: none; }

.header {
  position: relative;
  background: #fff;
  padding: 15px 0;
  background: url(../images/banner.jpg) no-repeat top center;
  background-size: cover; }
  .header__top {
    margin: 0 0 30px; }
  .header__big {
    padding: 5vh 0; 
    text-align: right;
    @media (max-width: 767px){
      text-align: center;
    }
  }
    @media (max-width: 991px) {
      .header__big {
        padding: 30px 0;
        text-align: center; } }
    .header__big h1 {
      font-family: "Oswald", sans-serif;
      font-size: 3.4rem;
      display: inline-block; 
      text-align: right;
    }
      @media (max-width: 991px) {
        .header__big h1 {
          font-size: 1.7rem; } }
      .header__big h1 strong {
        color: #498185;
        font-size: 4.2rem; }
        @media (max-width: 991px) {
          .header__big h1 strong {
            font-size: 2rem; } }
      .header__big h1 span {
        text-align: right;
        display: block; }
        @media (max-width: 991px) {
          .header__big h1 span {
            font-size: 1.7rem;
            display: inline; } }
  .header__list {
    padding-top: 15vw;
    padding-bottom: 20vw;
    font-size: 1.5rem;
    color: #fff; }
    .header__list__inner {
      padding-left: 23%;
      text-align: center; }
      @media (max-width: 991px) {
        .header__list__inner {
          padding-left: 0; } }
    .header__list p {
      margin: 0 0 30px; }
    .header__list ul {
      list-style: none;
      margin: 0 0 50px; }
      .header__list ul li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 15px; }
        .header__list ul li:before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          height: 5px;
          width: 5px;
          border-radius: 50%;
          background: #fff;
          margin-right: 7px; }

@media (max-width: 991px) {
  .nav {
    padding: 20px 0;
    display: none; } }

.nav ul {
  text-align: right;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }
  @media (max-width: 991px) {
    .nav ul {
      text-align: left;
      padding: 0;
      display: block;
      background: #498185; } }
  .nav ul li {
    position: relative;
    margin-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    text-align: center; }
    @media (max-width: 991px) {
      .nav ul li {
        display: block;
        margin: 0 0 10px;
        margin: 0; } }
    .nav ul li a {
      font-size: 1.1rem;
      font-weight: bold;
      color: #000; }
      @media (max-width: 991px) {
        .nav ul li a {
          font-size: 1.1rem;
          color: #fff;
          padding: 10px;
          display: block;
          border-bottom: 1px solid #fff; }
.nav ul li a:hover {
    color: #cbf5cd !important;
    text-decoration: none !important;}}
      .nav ul li a:hover {
        color: #498185;
        text-decoration: none !important; }
      .nav ul li a i {
        font-size: 13px;
        color: #498185; }
        @media (max-width: 991px) {
          .nav ul li a i {
            position: absolute;
            top: 0;
            right: 0; } }
    .nav ul li:hover > ul {
      display: block; }
    .nav ul li > ul {
      width: 200px;
      background: #fff;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 100%;
      left: 0;
      text-align: left;
      display: none; }
      @media (max-width: 991px) {
        .nav ul li > ul {
          display: block;
          background: none;
          width: auto;
          position: relative;
          top: auto;
          padding-top: 5px; } }
      .nav ul li > ul li {
        display: block;
        margin: 0; }
        .nav ul li > ul li a {
          color: #000;
          padding: 10px; }
          @media (max-width: 991px) {
            .nav ul li > ul li a {
              color: #000; } }
          .nav ul li > ul li a:hover {
            background: #498185;
            color: #fff; }

.logo {
  position: relative;
  max-width: 220px;
  display: block; }
  @media (max-width: 991px) {
    .logo img {
      max-width: 170px; } }

.menu-tog {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  padding: 10px 15px;
  border-radius: 4px; }
  @media (max-width: 991px) {
    .menu-tog {
      display: block; } }

.s1 {
  padding: 100px 0;
  background: url(../images/section1.jpg) no-repeat;
  background-size: 100% 100%; }
  @media (max-width: 991px) {
    .s1 {
      padding: 50px 0; } }
  .s1 h2 {
    margin: 0 0 60px; }

.s2 {
  padding: 50px 0 80px;
  background: url(../images/s2.jpg) no-repeat;
  background-size: cover; }
  @media (max-width: 991px) {
    .s2 {
      padding: 50px 0; } }
  .s2__inner {
    position: relative; }
  .s2__vid {
    position: absolute;
    top: 10%;
    left: 0;
    max-width: 550px;
    z-index: 1; }
    @media (max-width: 991px) {
      .s2__vid {
        position: static;
        max-width: none; } }
    .s2__vid h3 {
      font-family: "Oswald", sans-serif;
      color: #fff;
      margin: 20px;
      font-size: 2.5rem; }
      .s2__vid h3 span {
        display: block;
        font-family: "Work Sans", sans-serif;
        padding-top: 5px;
        font-size: 1.1rem; }
  .s2__right {
    margin-top: -93px;
    text-align: center; }
    @media (max-width: 991px) {
      .s2__right {
        margin-top: -85px; } }
    .s2__right img {
      margin: 0 0 30px; }

.s2__vid .vid-hold p{padding: 0 20px; color: #fff;}

.s3 {
  padding: 124px 0 50px;
  background: url(../images/s3.jpg) no-repeat center bottom;
  background-size: cover; }
  @media (max-width: 991px) {
    .s3 {
      padding: 50px 0; } }
  .s3 .img-center {
    padding-top: 50px; }

.s4 {
  padding: 100px 0;
  background: url(../images/s4.jpg) no-repeat left top;
  background-size: cover;
  font-size: 1.2rem; }
  @media (max-width: 991px) {
    .s4 {
      padding: 50px 0; } }
  .s4__title {
    margin: 0 0 70px; }
    @media (max-width: 991px) {
      .s4__title {
        margin: 0 0 40px;
        text-align: center; } }
    .s4__title h2 {
      font-size: 2.4rem; }
    .s4__title p {
      margin: 0; }

.s5 {
  padding: 70px 0;
  background: url(../images/s5.jpg) no-repeat left top;
  background-size: cover;
  font-size: 1.2rem;
  border-top: 8px solid #cff5d2; }
  @media (max-width: 991px) {
    .s5 .row {
      display: block; } }

.s6 {
  padding: 80px 0;
  font-size: 1.2rem; }
  .s6 h3 {
    text-transform: uppercase; }

.s7 {
  padding: 140px 0;
  background: url(../images/s7.jpg) no-repeat left top;
  background-size: 60% auto;
  font-size: 1.2rem; }
  @media (max-width: 991px) {
    .s7 {
      background-size: cover; } }

.s8 {
  background: url(../images/s8.jpg) no-repeat center center;
  background-size: cover;
  padding: 300px 0;
  font-size: 1.2rem;
  color: #fff;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.6); }
  @media (max-width: 991px) {
    .s8 {
      padding: 100px 0; } }
  .s8__inner {
    max-width: 510px; }
  .s8 h2 {
    font-size: 2.5rem;
    margin: 0 0 30px; }
  .s8 p {
    margin: 0 0 30px; }
    .s8 p:last-child {
      margin: 0 0 75px; }
  .s8 .big-btn {
    text-shadow: none; }

.s9 {
  background: url(../images/s9.png) no-repeat center center;
  background-size: cover;
  padding: 150px 0;
  text-align: center;
  margin-top: -13vh; }
  @media (max-width: 991px) {
    .s9 {
      padding: 80px 0; } }
  .s9 h2 {
    font-size: 5rem; }
    @media (max-width: 991px) {
      .s9 h2 {
        font-size: 3rem;
        margin: 0 0 30px; } }

.vid-hold {
  width: 550px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .vid-hold {
      width: 100%; } }

.vid-embed {
  position: relative;
  padding-top: 56.25%; }
  .vid-embed iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }

.header__top .container{position: relative;}
.language{position: absolute; top: -10px; right: 0;}
.language img{max-width: 25px; position: absolute; top: 50%; transform: translateY(-50%); left: 10px;}
.language ul{list-style: none; margin: 0; padding: 0; display: none; background: #fff; position: absolute; top: 100%; right: 0; width: 200px; text-align: left; z-index: 1; box-shadow: 0 10px 10px rgba(0,0,0,.1)}
.language ul li, .language__val{position: relative; padding-left: 32px;}
.language__val{padding-left: 40px;}
.language ul li a{display: block; padding: 10px 10px;}
.language ul li:hover{background: rgba(0,0,0,.1);}
.language ul li:hover a{text-decoration: none;}
.language:hover ul{display: block;}

/* Custom */
.mob-text, .s3prod, .s7-img, .s9mob{display: none;}
@media (max-width: 767px){
  .header__top{margin-bottom: 20px;}
  .desk-text{display: none;}
  .header{background-image: url(../images/top.png); background-repeat: no-repeat; background-size: calc(100% + 106px) auto; background-position: left top;}
  .header__list{padding-top: 137vw; color: #000; position: relative; padding-bottom: 13vw;}
  .header__list ul li{display: block; margin: 0 0 15px;}
  .header__big{padding: 0;}
  .header__big h1{margin-top: -20px;}

  .s1{background-image: url(../images/s1mob.png); padding: 110px 0 110px; z-index: 1; position: relative;}
  .testi p{font-weight: 500; font-style: italic;}
  .testi span{font-weight: 300; font-size: 1rem;}
  .testi{margin: 0 0 40px;}

  .s2{background-image: url(../images/n2mob.jpg); padding: 185px 0 85px; margin-top: -100px;}
  .s2__right{margin-top: 0;}
  .s2__right img.mob-text{display: block; margin: 45px auto; max-width: 257px;}
  .s2__vid h3{display: block; text-align: center;}
  .s2__vid .vid-hold p{text-align: center;}
  .s3prod{display: block; margin-bottom: 60px;}
  .s3{background: none;}

  .s3 .bar{text-align: center;}
  .s3 .bar h2:before{display: none;}

  .s3 .btn-center{padding-top: 0; padding-bottom: 40px;}
  .s3 .img-center{display: none;}

  .s4{background-image: url(../images/s4mob.png); padding: 140px 0 115px; position: relative; z-index: 1;}

  .titem{margin: 0 auto 50px;}
  .titem:last-child{margin-bottom: 0;}

  .titem p{position: relative; z-index: 1;}
  .titem div{position: relative;}
  .titem div:before{content: ""; display: block; background: url(../images/quoter.png) center center no-repeat; background-size: 100% auto; height: 60px; width: 60px; position: absolute; top: -10px; left: -30px;}

  .s5{background-image: url(../images/hemp.jpg); border-top: 0; margin-top: -80px; padding: 150px 0 60px;}
  .s7{background: none; padding: 0;}
  .s7-img{display: block;}
  .s7 .bar{padding: 0 15px; text-align: center;}
  .s7 .bar h2{font-size: 2.2rem; margin: 0 0 25px;}

  .s8{min-height: 82vw; padding: 0;}
  .s8__inner{display: none;}

  .s9{padding: 110px 0 50px;}
  .s9mob{display: block;}
  .s9 h2{font-size: 2.2rem; margin: 0 0 20px;}
  .s9mob + h2{margin-top: 40px;}
  .disc{display: none;}
  .s9 .big-btn{font-size: 2.3rem;}
}

@media (max-width: 550px){
  .header{background-size: calc(100% + 132px) auto;}
  .header__list{padding-top: 179vw;}
}

@media (max-width: 515px){
  .header{background-size: calc(100% + 250px) auto;}
}

@media (max-width: 450px){
  .header__big h1, .header__big h1 span{font-size: 1.4rem;}
  .header__big h1 strong{font-size: 1.8rem;}
}


@media (max-width: 564px) and (min-width: 486px){
  .header__list:before{bottom: 50.5vh;}
}