/* ==============================
VARS AND MIXINS
============================== */
img {
  max-width: 100%;
  height: auto; }

/* ==============================
HEADER A
============================== */
body.navbar-active .header-a .top-header {
  z-index: 9999999999; }

.header-a .top-header {
  background-color: #fff;
  z-index: 1031;
  top: 49px;
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  -ms-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s; }
  .header-a .top-header .navbar {
    padding: 18px 10px; }
    .header-a .top-header .navbar .logo {
      width: 76px;
      background: url("../img/logo.svg") no-repeat center center;
      background-size: 100%;
      display: block;
      height: 70px; }
    .header-a .top-header .navbar .navbar-nav {
      margin-left: 0;
      width: 100%;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -ms-justify-content: space-between; }
    .header-a .top-header .navbar .nav-item .nav-link {
      font-size: 16px;
      color: #4a4a4a;
      letter-spacing: -0.02em;
      font-weight: 400;
      padding-right: 20px;
      padding-left: 20px; }
      .header-a .top-header .navbar .nav-item .nav-link.active {
        color: #1a9e81;
        font-weight: 700;
        text-transform: uppercase; }
      .header-a .top-header .navbar .nav-item .nav-link:hover {
        color: #1a9e81; }
    .header-a .top-header .navbar .nav-item:hover .dropdown-menu {
      display: block; }
    .header-a .top-header .navbar .dropdown-toggle::after {
      width: 0;
      height: 0;
      margin-left: .4em;
      vertical-align: middle;
      border-top: 0;
      border-right: 0;
      border-left: 0;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f107";
      position: relative;
      top: -9px;
      font-weight: 900; }
    .header-a .top-header .navbar .dropdown-menu {
      border: 1px solid #f6f6f6;
      border-radius: 5px;
      box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.04);
      padding: 8px;
      min-width: 196px;
      margin-top: -2px; }
      .header-a .top-header .navbar .dropdown-menu .dropdown-item {
        font-size: 16px;
        color: #4a4a4a;
        border-bottom: 1px solid #efe8e8;
        padding: 7px 14px; }
        .header-a .top-header .navbar .dropdown-menu .dropdown-item:last-child {
          border-bottom: 0; }
        .header-a .top-header .navbar .dropdown-menu .dropdown-item:active {
          background-color: #efe8e8; }
  .header-a .top-header .items-menu {
    margin: 0;
    padding: 20px;
    background-color: #21b494;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .header-a .top-header .items-menu li {
      list-style: none;
      margin: 0 10px; }
      .header-a .top-header .items-menu li a {
        font-size: 16px;
        letter-spacing: -0.02em;
        font-weight: 500;
        color: #fff; }
  .header-a .top-header.top-header-scrolled {
    -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.78);
    -moz-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.78);
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.78); }
    .header-a .top-header.top-header-scrolled .navbar {
      padding: 0px 10px;
      -webkit-transition: padding 0.3s;
      -moz-transition: padding 0.3s;
      -ms-transition: padding 0.3s;
      -o-transition: padding 0.3s;
      transition: padding 0.3s; }
    .header-a .top-header.top-header-scrolled .logo {
      width: 55px;
      height: 55px;
      -webkit-transition: padding 0.3s;
      -moz-transition: padding 0.3s;
      -ms-transition: padding 0.3s;
      -o-transition: padding 0.3s;
      transition: padding 0.3s; }
    .header-a .top-header.top-header-scrolled .items-menu {
      border-radius: 0; }
  .header-a .top-header .navbar-toggler {
    margin-top: 25px;
    font-size: 23px; }
  .header-a .top-header.top-header-scrolled {
    top: 0px; }
  .header-a .top-header .redes-header {
    margin: 0 0 0 110px;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center; }
    .header-a .top-header .redes-header li {
      list-style: none;
      display: inline-block;
      margin: 0 10px; }
      .header-a .top-header .redes-header li .fa {
        color: #21b494;
        font-size: 20px;
        -webkit-transition: 0.1s linear;
        -moz-transition: 0.1s linear;
        -ms-transition: 0.1s linear;
        -o-transition: 0.1s linear;
        transition: 0.1s linear; }
        .header-a .top-header .redes-header li .fa:hover {
          color: #4a4a4a;
          -webkit-transition: 0.1s linear;
          -moz-transition: 0.1s linear;
          -ms-transition: 0.1s linear;
          -o-transition: 0.1s linear;
          transition: 0.1s linear; }

.header-a .topbar {
  background-color: #eeeeee;
  padding: 0; }
  .header-a .topbar h6 {
    font-size: 14px;
    font-weight: 700;
    color: #21b494;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0;
    padding: 0px; }
    .header-a .topbar h6 span {
      color: #4a4a4a; }
  .header-a .topbar ul {
    margin: 0;
    padding: 0;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end; }
    .header-a .topbar ul li {
      list-style: none;
      font-size: 14px;
      color: #ffffff;
      letter-spacing: -0.02em;
      padding: 16px 20px;
      text-transform: none;
      font-weight: 300;
      background-color: #21b494; }
      .header-a .topbar ul li a {
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase; }
        .header-a .topbar ul li a:hover {
          color: #4a4a4a;
          text-decoration: none; }
        .header-a .topbar ul li a.active {
          color: #4a4a4a; }

.header-a .redes-mobile {
  display: none; }

.header-a .mobile-topbar {
  display: none; }

.header-a .search-mobile {
  display: none; }
  .header-a .search-mobile .link {
    cursor: pointer; }

.header-a .search-page {
  margin-left: 20px; }
  .header-a .search-page .link {
    cursor: pointer; }
    .header-a .search-page .link .fa {
      font-size: 20px;
      color: #4a4a4a; }

#searching {
  opacity: 0.0;
  position: fixed;
  bottom: 100%;
  width: 0%;
  height: 0%;
  left: 50%;
  margin-left: 0%;
  z-index: 9999;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 100px 0; }
  #searching.active {
    opacity: 1.0;
    bottom: 0%;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    border-radius: 0;
    margin-left: 0; }
  #searching .input-search {
    width: 100%;
    height: 100px;
    padding-left: 10px;
    outline: 0;
    font-size: 3em;
    font-weight: 700;
    color: #4a4a4a;
    border: 1px solid #979797;
    border-radius: 3px;
    background: transparent;
    text-align: left;
    margin-bottom: 30px; }
  #searching .btn-search {
    background-color: #199e81;
    border-radius: 3px;
    font-size: 22px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    padding: 10px 15px;
    border: 0;
    width: 100px;
    float: right;
    cursor: pointer; }
    #searching .btn-search:hover {
      background-color: #4a4a4a; }
  #searching #closeSearch {
    text-align: right;
    margin-bottom: 69px; }
    #searching #closeSearch .ic-close {
      background: url("../img/shape.png") no-repeat center center;
      width: 30px;
      height: 30px;
      display: inline-block;
      cursor: pointer;
      margin-right: 14px; }
  #searching .title-search {
    font-size: 70px;
    font-weight: 900;
    color: #4a4a4a;
    text-align: left;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0; }
  #searching .subtitle-search {
    font-size: 18px;
    font-weight: 700;
    color: #4a4a4a;
    text-align: left;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0 0 55px; }

#stickyheader {
  width: 100%; }

#stickyalias {
  display: none;
  height: 10px; }

.admin-bar .header-a .top-header {
  top: 81px; }
  .admin-bar .header-a .top-header.top-header-scrolled {
    top: 32px; }

.admin-bar #searching #closeSearch .ic-close {
  margin-top: 24px; }

body.search-active {
  overflow: hidden; }

body.navbar-active {
  overflow: hidden; }

/* ==============================
HEADER B
============================== */
.header-b .top-header {
  background-color: #fff;
  z-index: 1030;
  top: 55px;
  -webkit-transition: padding 0.3s;
  -moz-transition: padding 0.3s;
  -ms-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s; }
  .header-b .top-header .navbar {
    padding: 18px 10px; }
    .header-b .top-header .navbar .logo {
      width: 76px;
      background: url("../img/logo.svg") no-repeat center center;
      background-size: 100%;
      display: block;
      height: 70px; }
    .header-b .top-header .navbar .navbar-nav {
      margin-left: 0; }
    .header-b .top-header .navbar .nav-item .nav-link {
      font-size: 16px;
      color: #4a4a4a;
      letter-spacing: -0.02em;
      font-weight: 400;
      padding-right: 20px;
      padding-left: 20px; }
      .header-b .top-header .navbar .nav-item .nav-link.active {
        color: #1a9e81;
        font-weight: 700;
        text-transform: uppercase; }
      .header-b .top-header .navbar .nav-item .nav-link:hover {
        color: #1a9e81; }
    .header-b .top-header .navbar .nav-item:hover .dropdown-menu {
      display: block; }
    .header-b .top-header .navbar .dropdown-toggle::after {
      width: 0;
      height: 0;
      margin-left: 1em;
      vertical-align: middle;
      border-top: 0;
      border-right: 0;
      border-left: 0;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      content: "\f107";
      position: relative;
      top: -9px;
      font-weight: 900; }
    .header-b .top-header .navbar .dropdown-menu {
      border: 1px solid #f6f6f6;
      border-radius: 5px;
      box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.04);
      padding: 8px;
      min-width: 196px;
      margin-top: -2px; }
      .header-b .top-header .navbar .dropdown-menu .dropdown-item {
        font-size: 16px;
        color: #4a4a4a;
        border-bottom: 1px solid #efe8e8;
        padding: 7px 14px; }
        .header-b .top-header .navbar .dropdown-menu .dropdown-item:last-child {
          border-bottom: 0; }
        .header-b .top-header .navbar .dropdown-menu .dropdown-item:active {
          background-color: #efe8e8; }
  .header-b .top-header.top-header-scrolled {
    -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.78);
    -moz-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.78);
    box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.78); }
    .header-b .top-header.top-header-scrolled .navbar {
      padding: 0px 10px;
      -webkit-transition: padding 0.3s;
      -moz-transition: padding 0.3s;
      -ms-transition: padding 0.3s;
      -o-transition: padding 0.3s;
      transition: padding 0.3s; }
    .header-b .top-header.top-header-scrolled .logo {
      width: 55px;
      height: 55px;
      -webkit-transition: padding 0.3s;
      -moz-transition: padding 0.3s;
      -ms-transition: padding 0.3s;
      -o-transition: padding 0.3s;
      transition: padding 0.3s; }
  .header-b .top-header .link {
    color: #4a4a4a;
    padding: 7px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1em;
    margin-top: 0%;
    padding-right: 1.3rem;
    padding-left: 1.3rem; }
  .header-b .top-header .navbar-toggler {
    margin-top: 25px;
    font-size: 23px; }
  .header-b .top-header.top-header-scrolled {
    top: 0px; }
  .header-b .top-header .redes-header {
    margin: 0 0 0 110px;
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center; }
    .header-b .top-header .redes-header li {
      list-style: none;
      display: inline-block;
      margin: 0 10px; }
      .header-b .top-header .redes-header li .fa {
        color: #21b494;
        font-size: 20px;
        -webkit-transition: 0.1s linear;
        -moz-transition: 0.1s linear;
        -ms-transition: 0.1s linear;
        -o-transition: 0.1s linear;
        transition: 0.1s linear; }
        .header-b .top-header .redes-header li .fa:hover {
          color: #4a4a4a;
          -webkit-transition: 0.1s linear;
          -moz-transition: 0.1s linear;
          -ms-transition: 0.1s linear;
          -o-transition: 0.1s linear;
          transition: 0.1s linear; }

.header-b .topbar {
  background-color: #eeeeee;
  padding: 0; }
  .header-b .topbar h6 {
    font-size: 14px;
    font-weight: 700;
    color: #21b494;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0;
    padding: 19px 0px; }
    .header-b .topbar h6 span {
      color: #4a4a4a; }
  .header-b .topbar ul {
    margin: 0;
    padding: 0;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end; }
    .header-b .topbar ul li {
      list-style: none;
      font-size: 14px;
      color: #ffffff;
      letter-spacing: -0.02em;
      padding: 16px 20px;
      text-transform: none;
      font-weight: 300;
      background-color: #21b494; }
      .header-b .topbar ul li a {
        color: #ffffff;
        font-weight: 700;
        text-transform: uppercase; }
        .header-b .topbar ul li a:hover {
          color: #4a4a4a;
          text-decoration: none; }
        .header-b .topbar ul li a.active {
          color: #4a4a4a; }

.header-b .mobile-topbar {
  display: none; }

.admin-bar .header-b .top-header {
  top: 85px; }
  .admin-bar .header-b .top-header.top-header-scrolled {
    top: 32px; }

@media (max-width: 1199px) {
  .header-a .top-header .redes-header {
    margin: 0; }
  .header-a .top-header .navbar .nav-item .nav-link {
    padding-right: 15px;
    padding-left: 15px; }
  .header-b .top-header .navbar .nav-item .nav-link {
    padding-right: 10px;
    padding-left: 10px; }
  .header-b .top-header .redes-header {
    margin: 0 0 0 20px; } }

@media (max-width: 991px) {
  .header-a .top-header {
    top: 31px; }
    .header-a .top-header .navbar-nav {
      margin-top: 15px; }
      .header-a .top-header .navbar-nav .nav-item {
        display: block;
        width: 100%; }
        .header-a .top-header .navbar-nav .nav-item .nav-link {
          padding-right: 0;
          padding-left: 0;
          padding-top: .8rem;
          padding-bottom: .8rem;
          border-bottom: 1px solid #e6e6e6; }
      .header-a .top-header .navbar-nav .dropdown-menu {
        box-shadow: none;
        border: 0; }
    .header-a .top-header .redes-header {
      margin: 0;
      padding: 20px 0;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-justify-content: center; }
    .header-a .top-header .navbar {
      padding: 5px 10px;
      -webkit-transition: padding 0.3s;
      -moz-transition: padding 0.3s;
      -ms-transition: padding 0.3s;
      -o-transition: padding 0.3s;
      transition: padding 0.3s; }
      .header-a .top-header .navbar .collapse.show {
        height: calc(100vh - 100px);
        overflow-y: scroll; }
        .header-a .top-header .navbar .collapse.show .navbar-nav {
          padding-bottom: 30px; }
    .header-a .top-header .logo {
      width: 55px !important;
      height: 55px !important;
      -webkit-transition: padding 0.3s !important;
      -moz-transition: padding 0.3s !important;
      -ms-transition: padding 0.3s !important;
      -o-transition: padding 0.3s !important;
      transition: padding 0.3s !important; }
    .header-a .top-header .navbar-toggler {
      margin-top: 12px;
      outline: 0; }
    .header-a .top-header.top-header-scrolled {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.78);
      -moz-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.78);
      box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.78); }
      .header-a .top-header.top-header-scrolled .logo {
        width: 45px !important; }
    .header-a .top-header .items-menu {
      margin: 0;
      padding: 0;
      background-color: #fff;
      border-radius: 0;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .header-a .top-header .items-menu li {
        margin: 0; }
        .header-a .top-header .items-menu li a {
          padding-right: 0;
          padding-left: 0;
          padding-top: .8rem;
          padding-bottom: .8rem;
          border-bottom: 1px solid #e6e6e6;
          color: #21b494;
          font-weight: 600;
          display: block; }
          .header-a .top-header .items-menu li a:hover {
            color: #4a4a4a; }
  .header-a .topbar {
    padding: 8px 0;
    text-align: center; }
  .header-a .redes-desktop {
    display: none !important; }
  .header-a .redes-mobile {
    display: block;
    padding: 30px 0 20px;
    width: 100%; }
    .header-a .redes-mobile ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      .header-a .redes-mobile ul li {
        display: inline-block;
        margin: 0 12px;
        list-style: none; }
        .header-a .redes-mobile ul li a {
          color: #21b494;
          font-size: 20px; }
          .header-a .redes-mobile ul li a:hover {
            color: #4a4a4a; }
  .header-a .desktop-topbar {
    display: none; }
  .header-a .search-mobile {
    display: block;
    position: absolute;
    right: 5rem;
    margin-top: 16px; }
  .header-a .search-page {
    right: 80px;
    top: 16px; }
  .header-a .mobile-topbar {
    display: block;
    background-color: #21b494;
    padding: 0;
    width: 100%; }
    .header-a .mobile-topbar ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      .header-a .mobile-topbar ul li {
        display: inline-block;
        list-style: none;
        font-size: 14px;
        color: #ffffff;
        letter-spacing: -0.02em;
        padding: 15px 20px;
        text-transform: none;
        font-weight: 300; }
        .header-a .mobile-topbar ul li a {
          color: #ffffff;
          font-weight: 700;
          text-transform: uppercase; }
          .header-a .mobile-topbar ul li a:hover {
            color: #4a4a4a;
            text-decoration: none; }
          .header-a .mobile-topbar ul li a.active {
            color: #4a4a4a; }
  #searching {
    padding: 65px 0;
    background-color: white; }
    #searching .title-search {
      font-size: 50px; }
    #searching .subtitle-search {
      font-size: 16px; }
    #searching .input-search {
      height: 80px;
      font-size: 1.5em; }
    #searching .btn-search {
      font-size: 18px; }
  .admin-bar .header-a .top-header {
    top: 63px; }
    .admin-bar .header-a .top-header.top-header-scrolled {
      top: 32px;
      margin-top: 0; }
  .header-b .top-header {
    top: 36px; }
    .header-b .top-header .navbar-nav {
      margin-top: 15px; }
      .header-b .top-header .navbar-nav .nav-item .nav-link {
        padding-right: 0;
        padding-left: 0;
        padding-top: .8rem;
        padding-bottom: .8rem;
        border-bottom: 1px solid #e6e6e6; }
      .header-b .top-header .navbar-nav .dropdown-menu {
        box-shadow: none;
        border: 0; }
    .header-b .top-header .redes-header {
      margin: 0;
      padding: 20px 0;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-justify-content: center; }
    .header-b .top-header .navbar {
      padding: 0px 10px;
      -webkit-transition: padding 0.3s;
      -moz-transition: padding 0.3s;
      -ms-transition: padding 0.3s;
      -o-transition: padding 0.3s;
      transition: padding 0.3s; }
    .header-b .top-header .logo {
      width: 55px !important;
      height: 55px !important;
      -webkit-transition: padding 0.3s !important;
      -moz-transition: padding 0.3s !important;
      -ms-transition: padding 0.3s !important;
      -o-transition: padding 0.3s !important;
      transition: padding 0.3s !important; }
    .header-b .top-header .navbar-toggler {
      margin-top: 12px; }
    .header-b .top-header.top-header-scrolled {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.78);
      -moz-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.78);
      box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.78); }
    .header-b .top-header .navbar-toggleable-md > .container {
      width: 100%; }
  .header-b #searching {
    padding: 65px 0;
    background-color: white; }
    .header-b #searching .title-search {
      font-size: 50px; }
    .header-b #searching .subtitle-search {
      font-size: 16px; }
    .header-b #searching .input-search {
      height: 80px;
      font-size: 1.5em; }
    .header-b #searching .btn-search {
      font-size: 18px; }
  .header-b .topbar h6 {
    padding: 8px 0px; }
  .header-b .topbar ul li {
    padding: 5px 5px; }
  .admin-bar .header-b .top-header.top-header-scrolled {
    margin-top: 0; } }

@media (max-width: 782px) {
  .admin-bar .header-a .top-header {
    top: 85px; }
    .admin-bar .header-a .top-header.top-header-scrolled {
      margin-top: 14px; }
  .admin-bar .header-b .top-header.top-header-scrolled {
    margin-top: 14px; } }

@media (max-width: 767px) {
  .header-a .top-header {
    top: 31px; }
  .header-a .topbar {
    padding: 8px 0; }
  .header-a .desktop-topbar {
    display: none; }
  .admin-bar .header-a .top-header {
    top: 77px; }
  .header-b .top-header {
    top: 39px; }
  .header-b .topbar {
    padding: 3px 0; }
    .header-b .topbar ul {
      text-align: center; }
    .header-b .topbar h6 {
      text-align: center; }
  .header-b .desktop-topbar {
    display: none; }
  .header-b .mobile-topbar {
    display: block;
    background-color: #21b494;
    padding: 0; }
    .header-b .mobile-topbar ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      .header-b .mobile-topbar ul li {
        display: inline-block;
        list-style: none;
        font-size: 14px;
        color: #ffffff;
        letter-spacing: -0.02em;
        padding: 15px 20px;
        text-transform: none;
        font-weight: 300; }
        .header-b .mobile-topbar ul li a {
          color: #ffffff;
          font-weight: 700;
          text-transform: uppercase; }
          .header-b .mobile-topbar ul li a:hover {
            color: #4a4a4a;
            text-decoration: none; }
          .header-b .mobile-topbar ul li a.active {
            color: #4a4a4a; } }

@media (max-width: 600px) {
  .admin-bar .header-a .top-header.top-header-scrolled {
    top: 0px;
    margin-top: 0; }
  .header-a .top-header .container {
    margin-left: 0;
    margin-right: 0; }
  .admin-bar .header-b .top-header.top-header-scrolled {
    top: 0px;
    margin-top: 0; }
  .admin-bar .header-b .top-header .container {
    margin-left: 0;
    margin-right: 0; } }

@media (max-width: 575px) {
  .header-a .mobile-topbar {
    margin-left: -15px;
    margin-right: -15px; }
  #searching {
    padding: 45px 0; }
    #searching #closeSearch {
      margin-bottom: 39px; }
    #searching .title-search {
      font-size: 35px; }
    #searching .subtitle-search {
      font-size: 14px;
      margin: 0 0 35px; }
    #searching .input-search {
      height: 80px; }
    #searching .btn-search {
      font-size: 18px; }
  .header-b .mobile-topbar {
    margin-left: -15px;
    margin-right: -15px; } }

@media (max-width: 480px) {
  .header-a .top-header {
    top: 40px; }
  .header-a .topbar h6 {
    padding: 5px 0; }
  .header-a .mobile-topbar ul li {
    padding: 15px 4px; }
    .header-a .mobile-topbar ul li a {
      font-size: 12px; }
  .admin-bar .header-a .top-header {
    top: 87px; }
  .header-b .topbar h6 {
    padding: 5px 0; }
  .header-b .mobile-topbar ul li {
    padding: 15px 7px; }
    .header-b .mobile-topbar ul li a {
      font-size: 12px; } }

@media (max-width: 350px) {
  .header-a .topbar ul li {
    padding: 5px 2px; }
  .header-b .topbar ul li {
    padding: 5px 2px; } }

body {
  font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  outline: 0; }
  a:hover {
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

p {
  font-size: 16px; }

.cl {
  clear: both; }

.content {
  max-width: 1400px;
  margin: 0 auto; }

.text-default {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: -0.02em;
  font-weight: 400;
  line-height: 1.42857143; }

.fix {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  margin: 0; }

.modal-video .modal-dialog {
  max-width: 850px !important;
  margin: 70px auto; }
  .modal-video .modal-dialog .modal-content {
    background-color: transparent;
    border: 0; }
    .modal-video .modal-dialog .modal-content .modal-header {
      border-bottom: 0;
      padding: 15px 15px 0; }
      .modal-video .modal-dialog .modal-content .modal-header .close {
        text-shadow: none;
        color: #fff;
        font-size: 43px;
        margin-left: auto;
        font-weight: 300;
        opacity: .8; }

.site-main {
  padding: 0px 0 100px; }
  .site-main.search-main {
    padding-right: 15px;
    padding-left: 15px; }

.main {
  margin-top: 106px; }

.slick-dots li button::before {
  font-size: 10px !important; }

/* ==============================
SECTION - BANNER
============================== */
.banner {
  background-image: url("../img/banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: auto; }
  .banner .container {
    padding: 118px 15px 150px; }
  .banner .info-left h1 {
    font-size: 40px;
    color: white;
    letter-spacing: -0.02em;
    font-weight: 900;
    margin: 0 0 13px; }
  .banner .info-left h2 {
    font-size: 50px;
    color: white;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 24px;
    max-width: 490px; }
    .banner .info-left h2 span {
      font-size: 20px;
      vertical-align: top; }
  .banner .info-left .border-separator {
    height: 4px;
    width: 54px;
    background-color: #8fc88f;
    margin: 0 0 24px; }
  .banner .info-left p {
    font-size: 18px;
    color: white;
    letter-spacing: -0.02em;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 12px; }
  .banner .info-left ul {
    margin: 0;
    padding: 0;
    display: block; }
    .banner .info-left ul li {
      list-style: none;
      display: inline-block;
      margin-right: 18px; }
      .banner .info-left ul li a {
        font-size: 14px;
        color: white;
        letter-spacing: -0.02em;
        line-height: 19px;
        font-weight: 700;
        border-right: 4px solid #fff;
        padding-right: 18px; }
        .banner .info-left ul li a:hover {
          text-decoration: none; }
      .banner .info-left ul li:last-child a {
        border-right: 0; }
  .banner .info-left .btn-banner {
    margin-top: 70px; }
    .banner .info-left .btn-banner .btn {
      margin-right: 20px; }
  .banner .info-right {
    text-align: center; }
    .banner .info-right .icon-play {
      margin: 50px auto 128px;
      text-align: center; }
      .banner .info-right .icon-play .ic-play {
        background: url("../img/ic_play.svg") no-repeat center;
        width: 184px;
        height: 184px;
        display: block;
        margin: 0 auto; }
    .banner .info-right .ic-play-mobile {
      display: none; }
    .banner .info-right p {
      font-size: 18px;
      color: white;
      text-align: center;
      letter-spacing: -0.05em;
      font-weight: 400; }
      .banner .info-right p span {
        color: #7ebf7d; }

/* ==============================
BTNS
============================== */
.btn-white {
  font-size: 14px;
  color: white;
  text-align: center;
  letter-spacing: -0.02em;
  border: 2px solid white;
  font-weight: 400;
  padding: 8px 15px;
  border-radius: 0;
  font-weight: 700;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }
  .btn-white .active, .btn-white:active, .btn-white:hover, .btn-white:focus {
    background-image: none;
    outline: 0;
    box-shadow: none;
    background-color: #fff;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }

.view-more {
  font-size: 14px;
  color: #4a4a4a;
  letter-spacing: -0.02em;
  line-height: 19px;
  font-weight: 900;
  padding-left: 11px;
  border-left: 3px solid #1a9e81;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }
  .view-more:hover {
    text-decoration: none;
    color: #1a9e81;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }

.btn-black {
  font-size: 18px;
  color: #393939;
  letter-spacing: -0.02em;
  font-weight: 700;
  border: 2px solid #4a4a4a;
  padding: 15px 20px;
  min-width: 220px;
  border-radius: 0;
  white-space: normal;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }
  .btn-black:hover {
    background-color: #393939;
    color: #fff;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }

.btn-apply {
  font-size: 14px;
  color: #1a9e81;
  letter-spacing: -0.02em;
  font-weight: 700;
  border: 2px solid #1a9e81;
  border-radius: 3px;
  padding: 10px;
  min-width: 250px; }
  .btn-apply:hover {
    color: #4a4a4a;
    border: 2px solid #4a4a4a; }

/* ==============================
TITLES
============================== */
.title {
  font-size: 40px;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  line-height: 45px;
  font-family: "Raleway" !important; }

.color-green {
  color: #1a9e81; }

.color-black {
  color: #4a4a4a; }

.color-red {
  color: #ba4351; }

.color-blue {
  color: #3bb0db; }

/* ==============================
POSTS
============================== */
.pioneering {
  margin: 110px auto 60px auto; }

.post .partners {
  background-color: #1a9e81;
  height: 160px; }
  .post .partners ul {
    margin: 0px 0 0;
    padding: 30px 0 0;
    text-align: center; }
    .post .partners ul li {
      list-style: none;
      display: inline-block;
      margin: 15px; }

.post .posts {
  margin-top: -55px; }
  .post .posts .featured {
    width: 100%; }
    .post .posts .featured .img-post {
      max-height: 190px;
      overflow: hidden;
      min-height: 190px; }
    .post .posts .featured article {
      width: 33.3%;
      float: left; }
      .post .posts .featured article img {
        max-width: 100%;
        height: auto; }
  .post .posts .others article {
    width: 33.3%;
    float: left; }
  .post .posts .others .line-post:nth-child(3n+3) {
    border-right: 0; }
  .post .posts .others .line-post {
    border-top: 1px solid #afafaf; }
  .post .posts .line-post {
    padding: 0;
    border-right: 1px solid #afafaf; }
    .post .posts .line-post:nth-child(3n+3) {
      border-right: none; }
    .post .posts .line-post article {
      border-bottom: 1px solid #afafaf; }
      .post .posts .line-post article:last-child {
        border-bottom: none; }
      .post .posts .line-post article img {
        max-width: 100%; }
  .post .posts .content-post {
    padding: 30px; }
    .post .posts .content-post .excerpt-post {
      font-size: 14px;
      color: #4a4a4a;
      letter-spacing: -0.02em;
      min-height: 85px;
      margin-bottom: 20px; }
      .post .posts .content-post .excerpt-post p {
        margin-bottom: 0;
        line-height: 18px; }
  .post .posts .title-post {
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 16px;
    height: 58px;
    overflow: hidden;
    font-family: "Raleway" !important; }
    .post .posts .title-post a {
      color: #4a4a4a; }
      .post .posts .title-post a:hover {
        color: #1a9e81; }
  .post .posts .text-post {
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 19px;
    margin: 0 0 17px;
    max-height: 57px;
    min-height: 57px;
    overflow: hidden; }
    .post .posts .text-post a {
      color: #4a4a4a; }

.post .visit {
  margin: 0 auto; }
  .post .visit .btn-black {
    margin: 60px auto 0; }
  .post .visit p {
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    font-weight: 400;
    margin: 0 0 80px; }

/* ==============================
CONNECTION AREA
============================== */
.connection-area {
  margin-top: -60px; }
  .connection-area img {
    max-width: 100%; }
  .connection-area h3 {
    font-weight: 700;
    font-size: 18px;
    color: #6a6a6a;
    letter-spacing: -0.02em;
    text-transform: none;
    margin: 20px 0;
    line-height: 24px; }
    .connection-area h3 a {
      color: #6a6a6a; }
      .connection-area h3 a:hover {
        color: #1a9e81; }

/* ==============================
OVERVIEW
============================== */
a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden; }

.overview {
  padding-top: 110px; }
  .overview .title {
    margin-bottom: 31px; }
  .overview .sub-text {
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 78px; }
  .overview .content-overview {
    background-color: #eeeeee; }
  .overview .text-overview .img-overview {
    float: left;
    width: 50%; }
    .overview .text-overview .img-overview .bg-overview {
      background: url("../img/img03.png") !important;
      background-size: cover !important;
      width: 100% !important;
      background-size: cover !important;
      height: 475px !important; }
    .overview .text-overview .img-overview img {
      max-width: 100%; }
  .overview .text-overview .description {
    padding: 50px 50px 10px 60px;
    float: left;
    width: 50%; }
    .overview .text-overview .description p {
      font-size: 18px;
      color: #4a4a4a;
      letter-spacing: -0.02em;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 16px;
      max-width: 450px; }
      .overview .text-overview .description p:last-child {
        margin-bottom: 0; }

/* ==============================
MENU MIDDLE
============================== */
.menu-middle {
  background-color: #21b494;
  width: 100%;
  padding: 35px 0px;
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  z-index: 999; }
  .menu-middle ul {
    padding: 0;
    margin: 0; }
    .menu-middle ul li {
      list-style: none;
      display: inline-block;
      margin: 0 30px; }
      .menu-middle ul li a {
        font-size: 18px;
        color: white;
        letter-spacing: -0.02em;
        font-weight: 900;
        text-transform: uppercase; }
        .menu-middle ul li a:hover {
          color: #fff; }

.admin-bar .menu-middle {
  top: 87px; }

.page-where {
  margin-bottom: 80px;
  padding: 25px 0px; }
  .page-where ul li {
    margin: 0 25px; }

.page-company.menu-middle {
  padding: 25px 0px; }

.menu-middle-drop {
  display: none; }

/* ==============================
WHAT IS IT
============================== */
.what-is {
  margin: 109px auto; }
  .what-is .title {
    width: 365px;
    display: block;
    margin-bottom: 40px; }
  .what-is p {
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.42857143; }
  .what-is img {
    max-width: 115%;
    margin-bottom: 30px;
    margin-top: -120px; }

/* ==============================
DIFFERENT TYPES
============================== */
.different-types {
  margin-bottom: 117px; }
  .different-types .title {
    max-width: 511px;
    margin-bottom: 50px; }
  .different-types p {
    font-size: 18px;
    color: #4a4a4a;
    text-align: left;
    letter-spacing: -0.02em;
    line-height: 1.42857143; }
  .different-types img {
    max-width: 558px;
    margin-left: -60px;
    margin-top: -30px; }

/* ==============================
HISTORY
============================== */
.history .content-history {
  background-color: #edfaed; }

.history .text-overview .img-overview {
  float: left;
  width: 40%; }
  .history .text-overview .img-overview .bg-overview {
    background: url("../img/img04.png");
    background-size: cover;
    width: 100%;
    background-size: cover;
    height: 810px; }
  .history .text-overview .img-overview img {
    max-width: 100%; }

.history .text-overview .description {
  padding: 50px 50px 10px 80px;
  float: left;
  width: 60%; }
  .history .text-overview .description .title {
    margin-bottom: 30px; }
  .history .text-overview .description p {
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 1.42857143; }
    .history .text-overview .description p:last-child {
      margin-bottom: 0; }

/* ==============================
WHERE IS
============================== */
.where-is {
  margin: 120px auto; }
  .where-is .bg-title {
    background: url("../img/bg-where.png") no-repeat center center;
    width: 942px;
    height: 591px;
    margin: 0 auto 50px; }
    .where-is .bg-title h2 {
      width: 365px;
      font-size: 60px;
      color: white;
      letter-spacing: -0.02em;
      font-weight: 900;
      text-transform: uppercase;
      padding-top: 105px;
      margin-left: 176px;
      line-height: 1.1;
      font-family: "Raleway" !important; }
  .where-is p {
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.42857143; }

/* ==============================
HOW CAN
============================== */
.how-can .title {
  width: 492px;
  margin-bottom: 49px; }

.how-can .content-how {
  background-color: #f5f0ec; }

.how-can .text-overview .img-overview {
  float: right;
  width: 40%; }
  .how-can .text-overview .img-overview .bg-overview {
    background: url("../img/img02.png") no-repeat;
    width: 100%;
    background-size: cover;
    height: 970px; }
  .how-can .text-overview .img-overview img {
    max-width: 100%; }

.how-can .text-overview .description {
  padding: 63px 60px 10px 0;
  float: left;
  width: 60%;
  padding-left: calc((103vw - 1170px) / 2); }
  .how-can .text-overview .description .container-how {
    max-width: 700px; }
  .how-can .text-overview .description p {
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    max-width: 540px; }
    .how-can .text-overview .description p:last-child {
      margin-bottom: 0; }

/* ==============================
BENEFITS
============================== */
.benefits {
  margin-top: 100px; }
  .benefits .title {
    width: 780px;
    margin: 0 auto 92px; }
  .benefits .text-overview .list-benefits {
    padding: 0 0 0 50px;
    margin: 0;
    max-width: 430px; }
    .benefits .text-overview .list-benefits li {
      list-style: none;
      font-size: 22px;
      color: #4a4a4a !important;
      letter-spacing: -0.02em;
      font-weight: 700;
      margin-bottom: 25px;
      text-indent: -30px; }
      .benefits .text-overview .list-benefits li:before {
        content: "";
        background: url("../img/ic_check.svg") no-repeat center;
        width: 30px;
        height: 30px;
        display: inline-block;
        float: left;
        position: relative;
        left: -50px; }
  .benefits .text-overview .desc-bene p {
    padding-left: 50px;
    max-width: 520px; }
  .benefits .text-overview .description {
    float: left;
    width: 50%;
    padding: 0 25px; }
    .benefits .text-overview .description p {
      font-size: 18px;
      color: #4a4a4a;
      letter-spacing: -0.02em;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 30px; }
      .benefits .text-overview .description p:last-child {
        margin-bottom: 0; }
    .benefits .text-overview .description .text {
      max-width: 400px;
      float: right; }
    .benefits .text-overview .description img {
      max-width: 100%; }
    .benefits .text-overview .description .img-benefits .bg-overview {
      background: url("../img/img01.png");
      width: 100%;
      background-size: cover;
      height: 654px; }
  .benefits .text-overview .desc-bene {
    padding-right: 0; }

/* ==============================
METHODS
============================== */
.methods {
  margin: 100px auto; }
  .methods .title {
    max-width: 780px;
    margin: 0 auto 88px; }
  .methods p {
    font-size: 18px;
    color: #4a4a4a;
    text-align: left;
    letter-spacing: -0.02em;
    line-height: 1.42857143;
    margin-bottom: 20px; }

/* ==============================
TIPS
============================== */
.tips {
  margin: 105px auto 50px; }
  .tips .title {
    max-width: 850px;
    margin: 0 auto 84px; }
  .tips .text-overview .img-overview {
    float: right;
    width: 50%; }
    .tips .text-overview .img-overview .bg-overview {
      background: url("../img/tips.png");
      width: 100%;
      background-size: cover;
      height: 540px; }
    .tips .text-overview .img-overview img {
      max-width: 100%; }
    .tips .text-overview .img-overview p {
      font-size: 18px;
      color: #4a4a4a;
      letter-spacing: -0.02em;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 16px;
      max-width: 460px; }
  .tips .text-overview .description {
    padding: 0px 0 10px 0;
    float: left;
    width: 50%;
    padding-left: calc((100vw - 1170px) / 2); }
    .tips .text-overview .description .container-how {
      max-width: 700px; }
    .tips .text-overview .description p {
      font-size: 18px;
      color: #4a4a4a;
      letter-spacing: -0.02em;
      line-height: 24px;
      font-weight: 400;
      margin-bottom: 16px;
      max-width: 540px; }
      .tips .text-overview .description p:last-child {
        margin-bottom: 0; }

/* ==============================
CANNABIS
============================== */
.cannabis {
  background: url("../img/cannabis.jpg") no-repeat center top;
  height: auto;
  width: 100%;
  background-size: cover;
  background-position: center left; }
  .cannabis .container {
    padding: 90px 15px 50px; }
  .cannabis .title {
    margin: 0px auto 50px; }
  .cannabis p {
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.42857143; }
    .cannabis p:last-child {
      margin-bottom: 0; }

/* ==============================
LEARN MORE
============================== */
.learn-more {
  margin: 93px auto 132px; }
  .learn-more .title {
    margin-bottom: 28px; }
  .learn-more .notices {
    margin: 68px auto 53px; }
    .learn-more .notices ul {
      padding: 0;
      margin: 0; }
      .learn-more .notices ul li {
        list-style: none;
        float: left;
        padding: 5px 20px 20px 20px;
        border-right: 1px solid #979797;
        width: 25%;
        min-height: 120px;
        margin: 0; }
        .learn-more .notices ul li:last-child {
          border-right: 0; }
    .learn-more .notices .title-not {
      font-size: 18px;
      letter-spacing: -0.02em;
      font-weight: 900;
      margin: 20px 0 14px;
      text-transform: uppercase;
      line-height: 22px;
      font-family: "Raleway" !important;
      -webkit-transition: 0.2s linear;
      -moz-transition: 0.2s linear;
      -ms-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      transition: 0.2s linear; }
      .learn-more .notices .title-not a {
        color: #4a4a4a; }
        .learn-more .notices .title-not a:hover {
          color: #1a9e81;
          -webkit-transition: 0.2s linear;
          -moz-transition: 0.2s linear;
          -ms-transition: 0.2s linear;
          -o-transition: 0.2s linear;
          transition: 0.2s linear; }
  .learn-more .text-bottom {
    font-size: 14px;
    color: #4a4a4a;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 20px;
    font-weight: 400; }

/* ==============================
SHOP OUR PRODUCTS
============================== */
.products .margin-btn {
  margin: 200px auto 75px; }

.products .bg-products {
  background-color: #edfaed;
  padding-top: 86px;
  height: 980px; }

.products .title {
  margin-bottom: 71px; }

.products .view-2 {
  width: 50% !important; }

.products .view {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  -moz-box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default; }
  .products .view .mask, .products .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0; }
  .products .view img {
    display: block;
    position: relative; }
  .products .view h2 {
    text-transform: uppercase;
    position: relative;
    margin: 60px 0 0 0;
    font-size: 35px;
    color: white;
    text-align: center;
    letter-spacing: -0.02em;
    font-weight: 900; }
    .products .view h2 span {
      font-size: 20px;
      vertical-align: top; }
  .products .view p {
    position: relative;
    padding: 10px 20px 20px;
    color: white;
    text-align: center;
    letter-spacing: -0.02em;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase; }
  .products .view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 15px 20px;
    border: 2px solid white;
    font-size: 18px;
    color: white;
    text-align: center;
    letter-spacing: -0.02em;
    font-weight: 700; }

.products .view-first img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 100%; }

.products .view-first .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  background-color: rgba(26, 158, 129, 0.67);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }

.products .view-first h2 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.products .view-first p {
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.products .view-first:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1); }

.products .view-first a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.products .view-first:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.products .view-first:hover h2,
.products .view-first:hover p,
.products .view-first:hover a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.products .view-first:hover p {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.products .view-first:hover a.info {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s; }

/* ==============================
SHOP OUR PRODUCTS 2
============================== */
.products2 {
  margin-top: 90px; }
  .products2 p {
    font-size: 18px;
    color: #4a4a4a;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 24px; }
    .products2 p a {
      color: #1a9e81; }
    .products2 p span {
      font-weight: 700; }
      .products2 p span strong {
        color: #1a9e81; }
  .products2 .slider-product-home {
    margin-bottom: 60px; }
  .products2 .slick-next, .products2 .slick-prev {
    width: 60px;
    height: 60px; }
    .products2 .slick-next:before, .products2 .slick-prev:before {
      content: ''; }
  .products2 .slick-next {
    right: 35px;
    background: url("../img/bt_arrow_right.png") no-repeat center center; }
    .products2 .slick-next:hover {
      background: url("../img/bt_arrow_right.png") no-repeat center center;
      opacity: .8; }
  .products2 .slick-prev {
    left: 25px;
    z-index: 1;
    background: url("../img/bt_arrow_left.png") no-repeat center center; }
    .products2 .slick-prev:hover {
      background: url("../img/bt_arrow_left.png") no-repeat center center;
      opacity: .8; }
  .products2 .margin-btn {
    margin: 60px auto 0; }
  .products2 .title-prod {
    padding-bottom: 60px; }
    .products2 .title-prod .title {
      margin-bottom: 16px; }
  .products2 .view {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default; }
    .products2 .view .mask, .products2 .view .content {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0; }
    .products2 .view img {
      display: block;
      position: relative;
      margin: 0 auto; }
    .products2 .view h2 {
      text-transform: uppercase;
      position: relative;
      margin: 60px 0 30px 0;
      font-size: 30px;
      color: white;
      text-align: center;
      letter-spacing: -0.02em;
      font-weight: 900; }
      .products2 .view h2 span {
        font-size: 20px;
        vertical-align: top; }
    .products2 .view p {
      position: relative;
      padding: 10px 20px 5px;
      color: white;
      text-align: center;
      letter-spacing: -0.02em;
      font-size: 18px;
      font-weight: 400;
      text-transform: uppercase; }
    .products2 .view a.info {
      display: inline-block;
      text-decoration: none;
      padding: 5px 20px;
      border: 2px solid white;
      font-size: 18px;
      color: white;
      text-align: center;
      letter-spacing: -0.02em;
      font-weight: 700; }
  .products2 .view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    max-width: 100%; }
  .products2 .view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(26, 158, 129, 0.67);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .products2 .view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .products2 .view-first p {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .products2 .view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }
  .products2 .view-first a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .products2 .view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  .products2 .view-first:hover h2,
  .products2 .view-first:hover p,
  .products2 .view-first:hover a.info {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .products2 .view-first:hover p {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .products2 .view-first:hover a.info {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s; }

/* ==============================
CAREERS
============================== */
.banner-top {
  background-image: url("../img/careers.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 220px; }

.content-careers .text-careers {
  padding-bottom: 100px;
  padding-top: 90px; }

.content-careers .title-intern {
  font-size: 40px;
  color: #1a9e81;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 90px 0 39px; }

.content-careers p {
  font-size: 18px;
  color: #4a4a4a;
  line-height: 25px;
  margin: 0 0 20px;
  max-width: 730px; }

.content-careers ul {
  margin: 0 0 20px;
  padding: 0; }
  .content-careers ul li {
    list-style: none;
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -0.03em;
    line-height: 25px; }

.content-careers h2 {
  font-size: 25px;
  color: #4a4a4a;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 38px 0 30px; }

.content-careers .content-apply {
  background-color: #eeeeee;
  padding: 0 25px 60px; }
  .content-careers .content-apply h2 {
    font-size: 30px;
    color: #1a9e81;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    padding: 90px 0 39px;
    margin: 0; }
  .content-careers .content-apply h3 {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 16px; }
  .content-careers .content-apply .custom-file {
    margin-bottom: 40px; }
    .content-careers .content-apply .custom-file .custom-file-control {
      border: 2px solid #1a9e81;
      border-radius: 3px;
      height: 40px;
      font-size: 14px;
      color: #1a9e81;
      text-align: center;
      letter-spacing: -0.02em;
      font-weight: 700;
      background: transparent;
      line-height: 2; }
      .content-careers .content-apply .custom-file .custom-file-control:before {
        display: none; }
  .content-careers .content-apply .wpcf7-submit {
    background-color: #1a9e81;
    border-radius: 3px;
    border: 2px solid #1a9e81;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: .8rem 3rem;
    float: right; }
    .content-careers .content-apply .wpcf7-submit:hover {
      color: #1a9e81;
      background-color: transparent; }
  .content-careers .content-apply .wpcf7-file {
    border: 2px solid #1a9e81;
    border-radius: 3px;
    padding: 10px;
    max-width: 235px;
    margin-bottom: 35px;
    overflow: hidden; }

.title-careers {
  background-image: url("../img/careers.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  width: 100%; }
  .title-careers h1 {
    font-size: 70px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 196px 0 72px; }

.modal-careers .modal-content {
  padding: 75px 15px;
  border: 0;
  border-radius: 8px;
  margin-top: 55px; }
  .modal-careers .modal-content .wpcf7 {
    max-width: 475px;
    margin: 0 auto; }
    .modal-careers .modal-content .wpcf7 .input-text, .modal-careers .modal-content .wpcf7 .input-textarea {
      border-radius: 3px;
      font-size: 14px;
      color: #9b9b9b;
      font-weight: 400;
      letter-spacing: -0.02em;
      height: 60px;
      width: 100%;
      margin: 0 0 30px;
      padding: 5px 10px;
      border: 1px solid #979797; }
    .modal-careers .modal-content .wpcf7 .input-textarea {
      height: 120px; }
    .modal-careers .modal-content .wpcf7 .desired-hidden {
      display: none; }
    .modal-careers .modal-content .wpcf7 .message-hidden {
      display: none; }
  .modal-careers .modal-content .custom-file {
    margin-bottom: 40px; }
    .modal-careers .modal-content .custom-file .custom-file-control {
      border: 2px solid #1a9e81;
      border-radius: 3px;
      height: 40px;
      font-size: 14px;
      color: #1a9e81;
      text-align: center;
      letter-spacing: -0.02em;
      font-weight: 700;
      background: transparent;
      line-height: 2; }
      .modal-careers .modal-content .custom-file .custom-file-control:before {
        display: none; }
  .modal-careers .modal-content .wpcf7-submit {
    background-color: #1a9e81;
    border-radius: 3px;
    border: 2px solid #1a9e81;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: .8rem 3rem; }
    .modal-careers .modal-content .wpcf7-submit:hover {
      color: #1a9e81;
      background-color: transparent; }
  .modal-careers .modal-content .wpcf7-file {
    border: 2px solid #1a9e81;
    border-radius: 3px;
    padding: 10px;
    max-width: 235px;
    margin-bottom: 35px;
    overflow: hidden; }
  .modal-careers .modal-content h3 {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 16px; }
  .modal-careers .modal-content .close {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 30px; }

.modal-careers h2 {
  font-size: 25px;
  color: #4a4a4a;
  text-align: center;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 65px; }

.input-text, .input-textarea {
  border-radius: 3px;
  border: 0;
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 400;
  letter-spacing: -0.02em;
  height: 38px;
  width: 100%;
  margin: 0 0 17px;
  padding: 5px 10px; }

.input-textarea {
  height: 120px; }

.input-submit {
  background-color: #1a9e81;
  border-radius: 3px;
  border: 2px solid #1a9e81;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: 1rem 2rem; }
  .input-submit:hover {
    color: #1a9e81;
    background-color: transparent; }

/* ==============================
CREATING THE INTERNATIONAL CBD PIPELINE
============================== */
.title-sec {
  background-color: #3bb0db;
  padding: 66px 0; }
  .title-sec h2 {
    font-size: 25px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 900;
    margin: 0 0 15px;
    text-transform: uppercase; }
  .title-sec h1 {
    font-size: 50px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 900;
    margin: 0 0 18px;
    text-transform: uppercase; }

.pipeline p {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: -0.03em;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 15px; }
  .pipeline p span {
    color: #1a9e81; }

.pipeline h3 {
  font-size: 22px;
  color: #9b9b9b;
  letter-spacing: -0.03em;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0; }
  .pipeline h3 span {
    color: #1a9e81; }

.pipeline .first-sec {
  padding: 84px 0;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center; }
  .pipeline .first-sec .opt1 {
    padding-left: calc((102vw - 1170px) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between; }
    .pipeline .first-sec .opt1 .opt-intern {
      width: 47%; }
  .pipeline .first-sec .opt2 {
    max-width: 350px;
    margin-left: 12%; }
  .pipeline .first-sec .opt3 {
    background-color: #eeeeee;
    padding: 50px;
    max-width: 100%;
    width: 100%;
    padding-right: calc((100vw - 1170px) / 2); }
  .pipeline .first-sec .p-r-0 {
    padding-right: 0; }

.pipeline .second-sec .col-lg-6 {
  padding-left: 0;
  padding-right: 0; }

.pipeline .second-sec .img-sec {
  background-image: url("../img/img_little-hemp.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  height: 580px; }

.pipeline .second-sec .text-sec {
  max-width: 540px;
  padding-left: 43px; }

.pipeline .thirt-sec {
  padding: 86px 15px; }

.pipeline .forty-sec {
  padding-bottom: 150px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center; }
  .pipeline .forty-sec .col-lg-5 {
    padding-left: 0px;
    padding-right: 0px; }
  .pipeline .forty-sec .text-sec {
    background-color: #eeeeee;
    padding: 31px;
    padding-left: calc((102vw - 1170px) / 2); }
  .pipeline .forty-sec .text-r-sec {
    max-width: 765px;
    padding-left: 46px; }

.developing p {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: -0.03em;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 15px; }
  .developing p span {
    color: #1a9e81; }

.developing h3 {
  font-size: 22px;
  color: #9b9b9b;
  letter-spacing: -0.03em;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0; }
  .developing h3 span {
    color: #1a9e81; }

.developing .first-sec {
  padding: 84px 15px; }

.developing .secont-sec {
  background-image: url("../img/img_bridge.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  height: 547px;
  width: 100%; }

.developing .third-sec {
  padding: 86px 0; }
  .developing .third-sec h2 {
    font-size: 30px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    margin: 0 0 43px;
    text-transform: uppercase;
    font-weight: 900; }
  .developing .third-sec .text-sec {
    padding-left: calc((101vw - 1170px) / 2); }
  .developing .third-sec .text-sec2 {
    padding-right: 0;
    margin-right: -15px; }
    .developing .third-sec .text-sec2 p {
      max-width: 723px;
      padding-left: 50px; }
    .developing .third-sec .text-sec2 .text-full {
      background-color: #eeeeee;
      padding: 23px 50px;
      width: 100%;
      padding-right: calc((100vw - 1170px) / 2);
      margin-bottom: 20px;
      text-align: center; }

.developing .forty-sec {
  padding-bottom: 86px; }
  .developing .forty-sec .col-lg-6 {
    padding-left: 0;
    padding-right: 0; }
  .developing .forty-sec h2 {
    font-size: 30px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    margin: 0 0 43px;
    text-transform: uppercase;
    font-weight: 900; }
  .developing .forty-sec .text-sec {
    padding-left: calc((103vw - 1170px) / 2);
    margin-bottom: 40px;
    padding-right: 15px; }
  .developing .forty-sec .img-sec {
    background-image: url("../img/img_interview.png");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 786px;
    width: 100%; }
  .developing .forty-sec .img-interview {
    display: none; }
  .developing .forty-sec .text-sec2 {
    padding-left: 15px;
    max-width: 540px; }
  .developing .forty-sec .text-bottom {
    padding-top: 86px;
    text-align: center; }

.developing .fifty-sec,
.developing .sixty-sec {
  padding-bottom: 86px; }
  .developing .fifty-sec h2,
  .developing .sixty-sec h2 {
    font-size: 30px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    margin: 0 0 43px;
    text-transform: uppercase;
    font-weight: 900; }

.support-services p {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: -0.03em;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 15px; }
  .support-services p span {
    color: #1a9e81; }

.support-services h3 {
  font-size: 22px;
  color: #9b9b9b;
  letter-spacing: -0.03em;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 900;
  margin: 0; }
  .support-services h3 span {
    color: #1a9e81; }

.support-services h2 {
  font-size: 30px;
  color: #4a4a4a;
  letter-spacing: -0.02em;
  margin: 0 0 43px;
  text-transform: uppercase;
  font-weight: 900; }

.support-services .p-l-0 {
  padding-left: 0; }

.support-services .padding-sec {
  padding: 86px 0; }

.support-services .first-sec {
  padding: 86px 15px; }
  .support-services .first-sec .bg-img {
    background-image: url("../img/img_store.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 489px; }
  .support-services .first-sec .text-sec {
    padding-left: 45px;
    max-width: 450px; }

.support-services .second-sec {
  padding-bottom: 100px; }

.company .title-company {
  background-image: url("../img/img_company.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  width: 100%; }
  .company .title-company h1 {
    font-size: 70px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 196px 0 72px; }

.company .company-video {
  padding-top: 104px; }
  .company .company-video .bg-titus {
    background-image: url("../img/titus.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    height: 610px;
    width: 100%; }
  .company .company-video h2 {
    font-size: 40px;
    color: #1a9e81;
    text-align: left;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 70px 0 30px; }
  .company .company-video p {
    font-size: 18px;
    color: #4a4a4a;
    text-align: left;
    letter-spacing: -0.02em;
    line-height: 25px;
    margin-bottom: 60px; }
  .company .company-video .ic-play-company {
    background: url("../img/ic_play-company.png") no-repeat center center;
    width: 184px;
    height: 184px;
    display: block;
    margin: 0 auto; }

.company .padding-top {
  padding-top: 120px; }

.company .title-section {
  font-size: 40px;
  color: #1a9e81;
  text-align: center;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0; }

.company .subtitle-section {
  font-size: 20px;
  color: #4a4a4a;
  text-align: center;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 80px; }

.company p {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: -0.02em;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 15px; }

.company .embed-responsive {
  margin-top: 80px; }

.company .video-top {
  background-image: url("../img/img_thumbvideo.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 540px;
  margin-top: 86px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center; }
  .company .video-top .ic-play {
    background: url("../img/ic_play.svg") no-repeat center;
    width: 184px;
    height: 184px;
    display: block;
    margin: 0 auto; }

.company .company-focus {
  background-color: #eeeeee;
  padding-bottom: 50px; }
  .company .company-focus .title-section {
    margin-bottom: 80px; }
  .company .company-focus .items {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .company .company-focus .items .item {
      max-width: 214px;
      margin: 7px; }
      .company .company-focus .items .item h4 {
        font-size: 20px;
        color: #4a4a4a;
        text-align: center;
        letter-spacing: -0.02em;
        text-transform: uppercase;
        font-weight: 900;
        margin: 29px 0; }

.company .redefining {
  padding: 0 0px 100px; }
  .company .redefining .title-section {
    margin: 0 auto 26px;
    text-align: center;
    width: 100%; }
  .company .redefining p {
    max-width: 720px;
    margin: 0 auto;
    text-align: center; }
  .company .redefining .subtitle-section {
    margin: 30px auto 20px;
    width: 100%;
    display: block; }
  .company .redefining .logos {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center; }

.company .leadership {
  background-color: #eeeeee;
  padding: 100px 0; }
  .company .leadership .title-section {
    margin-bottom: 41px; }
  .company .leadership .boss {
    padding-top: 100px; }
    .company .leadership .boss h4 {
      font-size: 20px;
      color: #4a4a4a;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      font-weight: 900;
      margin: 20px 0 15px; }
    .company .leadership .boss p {
      margin-bottom: 50px; }
  .company .leadership .tab-content .boss {
    padding-top: 0; }

.company .company-of-firsts {
  padding: 120px 0; }
  .company .company-of-firsts .title-section {
    margin-bottom: 100px; }
    .company .company-of-firsts .title-section span {
      font-size: 26px;
      vertical-align: top; }
  .company .company-of-firsts .cd-title h3 {
    font-size: 30px;
    color: #4a4a4a;
    text-align: center;
    letter-spacing: -0.02em;
    font-weight: 300;
    margin: 0 0 30px; }
  .company .company-of-firsts .cd-timeline {
    padding: 0; }
    .company .company-of-firsts .cd-timeline:before {
      width: 5px;
      background: #979797;
      z-index: 1; }
    .company .company-of-firsts .cd-timeline .cd-timeline-block {
      margin: 0; }
    .company .company-of-firsts .cd-timeline .cd-timeline-img {
      box-shadow: 0 0 0 5px #979797, inset 0 2px 0 rgba(0, 0, 0, 0.02), 0 3px 0 4px rgba(0, 0, 0, 0.05);
      background-color: #eeeeee;
      width: 22px;
      height: 22px;
      margin-left: -11px;
      z-index: 1; }
    .company .company-of-firsts .cd-timeline .cd-timeline-img-bottom {
      bottom: 0;
      top: initial; }
    .company .company-of-firsts .cd-timeline .cd-timeline-content {
      padding: 0;
      box-shadow: none;
      width: 50%;
      background: transparent; }
      .company .company-of-firsts .cd-timeline .cd-timeline-content img {
        margin-top: 11px; }
      .company .company-of-firsts .cd-timeline .cd-timeline-content h2 {
        font-size: 20px;
        color: #4a4a4a;
        letter-spacing: -0.02em;
        line-height: 26px;
        font-weight: 900;
        margin: 0 0 22px; }
      .company .company-of-firsts .cd-timeline .cd-timeline-content .cd-view {
        font-size: 12px;
        color: #4a4a4a;
        text-align: left;
        letter-spacing: -0.02em;
        line-height: 19px;
        font-weight: 900;
        padding: 3px 15px;
        border-left: 3px solid #1a9e81; }
        .company .company-of-firsts .cd-timeline .cd-timeline-content .cd-view:hover {
          color: #1a9e81; }
      .company .company-of-firsts .cd-timeline .cd-timeline-content .cd-content-text {
        padding: 20px 30px; }
  .company .company-of-firsts .nav-tabs {
    padding: 0;
    margin: 0;
    display: block;
    border-bottom: 0;
    position: -webkit-sticky;
    position: -ms-sticky;
    position: sticky;
    top: 190px; }
    .company .company-of-firsts .nav-tabs .nav-item {
      border-bottom: 2px solid #9b9b9b;
      max-width: 70px;
      position: relative; }
      .company .company-of-firsts .nav-tabs .nav-item .nav-link {
        font-size: 18px;
        color: #4a4a4a;
        letter-spacing: -0.02em;
        font-weight: 400;
        padding: 13px 15px;
        border-radius: 0; }
        .company .company-of-firsts .nav-tabs .nav-item .nav-link.active {
          color: #fff;
          background-color: #1a9e81;
          border-color: transparent;
          font-weight: 700;
          border-radius: 0; }
          .company .company-of-firsts .nav-tabs .nav-item .nav-link.active .arrowright {
            width: 0px;
            height: 0px;
            border-top: 28px solid transparent;
            border-bottom: 27px solid transparent;
            border-left: 11px solid #1a9e81;
            position: absolute;
            left: 70px;
            top: 0px; }
        .company .company-of-firsts .nav-tabs .nav-item .nav-link:hover {
          border-color: transparent; }

.default-tabs .nav-tabs {
  border-bottom: 0;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  margin: 30px 0 50px; }
  .default-tabs .nav-tabs .nav-item .nav-link {
    border-right: 1px solid #afafaf !important;
    border-radius: 0;
    border: 0;
    padding: 20px 50px;
    font-size: 25px;
    background-color: transparent;
    height: 100%;
    margin-bottom: 0; }
    .default-tabs .nav-tabs .nav-item .nav-link.active, .default-tabs .nav-tabs .nav-item .nav-link:hover {
      border-top: 0;
      border-bottom: 0;
      border-left: 0;
      color: #1a9e81;
      border-radius: 0; }
  .default-tabs .nav-tabs .nav-item:last-child .nav-link {
    border-right: 0 !important; }

.education .education-title {
  background-image: url("../img/img_education.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  width: 100%; }
  .education .education-title h1 {
    font-size: 70px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 196px 0 72px; }

.education .padding-top {
  padding-top: 100px; }

.education .title-section {
  font-size: 40px;
  color: #1a9e81;
  text-align: center;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0; }

.education .subtitle-section {
  font-size: 20px;
  color: #4a4a4a;
  text-align: center;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 80px; }

.education p {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: -0.02em;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 15px; }

.education .introduction .title-section {
  margin-bottom: 75px; }

.education .introduction .items {
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .education .introduction .items .item {
    max-width: 214px;
    margin: 15px; }
    .education .introduction .items .item a img {
      max-width: 100%; }
    .education .introduction .items .item h4 {
      font-size: 20px;
      color: #4a4a4a;
      text-align: center;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      font-weight: 900;
      margin: 29px 0; }

.education .medical-research {
  background-color: #eeeeee;
  padding: 125px 0; }
  .education .medical-research .title-section {
    margin-bottom: 20px; }
  .education .medical-research .list-research {
    margin-top: 90px; }
    .education .medical-research .list-research ul {
      margin: 0;
      padding: 0; }
      .education .medical-research .list-research ul li {
        list-style: none;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 2px; }
        .education .medical-research .list-research ul li a {
          color: #4a4a4a; }
          .education .medical-research .list-research ul li a:hover {
            text-decoration: none;
            color: #1a9e81; }
      .education .medical-research .list-research ul h3 {
        font-size: 18px;
        color: #4a4a4a;
        text-align: left;
        line-height: 22px;
        font-weight: 900;
        margin: 20px 0; }

.education .state-laws {
  padding: 120px 0; }
  .education .state-laws .title-section {
    margin-bottom: 20px; }
  .education .state-laws .states {
    margin-top: 90px; }
    .education .state-laws .states ul {
      margin: 0;
      padding: 0; }
      .education .state-laws .states ul li {
        list-style: none;
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 2px; }
        .education .state-laws .states ul li span {
          font-weight: 700; }
        .education .state-laws .states ul li a {
          color: #4a4a4a; }
          .education .state-laws .states ul li a:hover {
            text-decoration: none;
            color: #1a9e81; }
    .education .state-laws .states h3 {
      font-size: 18px;
      color: #4a4a4a;
      text-align: left;
      line-height: 22px;
      font-weight: 900;
      margin: 0 0 25px; }
  .education .state-laws .districts .margin-top {
    margin-top: 47px; }
  .education .state-laws .mapa {
    margin-top: 80px; }
    .education .state-laws .mapa #stateHoverName {
      position: fixed;
      display: none;
      z-index: 99999;
      background-color: black;
      color: white;
      padding: 5px;
      font-size: 16px; }

.whatis .whatis-title {
  background-image: url("../img/img_whatis.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  width: 100%;
  padding: 60px 0; }
  .whatis .whatis-title h1 {
    font-size: 70px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 10px; }
  .whatis .whatis-title .author-header {
    display: flex;
    align-items: center; }
    .whatis .whatis-title .author-header img {
      width: 50px;
      border-radius: 50%;
      margin-right: 15px; }
    .whatis .whatis-title .author-header p {
      color: #fff;
      font-weight: 700;
      margin: 0; }
      .whatis .whatis-title .author-header p a {
        color: #ffffff;
        text-decoration: underline; }
        .whatis .whatis-title .author-header p a:hover {
          color: #199e81; }

.whatis p {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: -0.02em;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 25px; }
  .whatis p span {
    font-weight: 700; }

.whatis h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px; }

.whatis .first-sec {
  padding: 90px 15px; }
  .whatis .first-sec img {
    margin: -60px auto 0;
    display: block; }

.whatis .page-where {
  margin-bottom: 0; }

.whatis .whyuse {
  padding-bottom: 108px; }
  .whatis .whyuse .title {
    color: #4a4a4a;
    margin-bottom: 52px; }
  .whatis .whyuse .with-img {
    padding-left: 0; }
  .whatis .whyuse .bg-img {
    background-image: url("../img/img_whyuse.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 305px; }
  .whatis .whyuse .text-sec {
    max-width: 540px; }
  .whatis .whyuse .m-40 {
    margin-top: 40px; }

.whatis .unique .title-unique {
  background-image: url("../img/img_unique.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  width: 100%; }
  .whatis .unique .title-unique h2 {
    font-size: 50px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 60px 0; }

.whatis .unique .text-sec {
  padding: 67px 15px 118px; }

.whatis .originate {
  background-color: #eeeeee; }
  .whatis .originate .with-img {
    padding-right: 0; }
  .whatis .originate .bg-img {
    background-image: url("../img/img_originate.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .whatis .originate .text-sec {
    padding-left: calc((101vw - 1170px) / 2);
    padding-top: 90px;
    padding-right: 50px;
    padding-bottom: 50px; }
  .whatis .originate .title {
    margin-bottom: 40px;
    color: #4a4a4a;
    max-width: 460px; }

.whatis .create {
  padding: 108px 0; }
  .whatis .create .title {
    color: #4a4a4a;
    margin-bottom: 57px; }
  .whatis .create .with-img {
    padding-left: 0; }
  .whatis .create .bg-img {
    background-image: url("../img/img_create.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 330px; }
  .whatis .create .text-sec {
    max-width: 380px; }
  .whatis .create .m-60 {
    margin-top: 60px; }

.whatis .types {
  background-color: #edfaed;
  padding: 57px 0 69px; }
  .whatis .types .title {
    color: #199e81;
    margin-bottom: 40px; }
  .whatis .types p {
    margin-bottom: 0; }

.whatis .types-items {
  padding: 97px 0; }
  .whatis .types-items h4 {
    font-size: 25px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 30px 0 22px; }
    .whatis .types-items h4 img {
      margin-right: 20px; }
  .whatis .types-items p a {
    color: #199e81; }
    .whatis .types-items p a:hover {
      text-decoration: none; }
  .whatis .types-items .m-50 {
    margin-top: 50px; }

.whatis .rso {
  background-image: url("../img/img_rso.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 220px; }

.whatis .get-cbd {
  background-color: rgba(255, 214, 64, 0.15);
  padding: 83px 0; }
  .whatis .get-cbd .title {
    color: #4a4a4a;
    margin-bottom: 30px; }
  .whatis .get-cbd p {
    margin-bottom: 50px; }

.whatis .need-help {
  padding: 90px 0; }
  .whatis .need-help h2 {
    font-size: 30px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 38px; }

.whatis .iframe-help {
  height: 800px; }

.whatis .differences {
  margin-top: 70px; }

.whatis .comment-container {
  padding: 100px 0; }

.press .title-press {
  background-image: url("../img/img_press.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  width: 100%; }
  .press .title-press h2 {
    font-size: 70px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 190px 0 72px; }
  .press .title-press a {
    color: #fff; }
    .press .title-press a:hover {
      color: #ccc; }

.press p {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: -0.02em;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 25px; }
  .press p span {
    font-weight: 700; }

.press .press-posts {
  padding: 85px 15px 120px; }
  .press .press-posts .categories {
    margin-bottom: 50px; }
    .press .press-posts .categories h3 {
      font-size: 22px;
      color: #4a4a4a;
      letter-spacing: -0.02em;
      line-height: 30px;
      font-weight: 900;
      text-transform: uppercase;
      float: left;
      margin: 10px 30px 10px 0; }
    .press .press-posts .categories ul {
      margin: 0;
      padding: 0; }
      .press .press-posts .categories ul li {
        list-style: none;
        float: left;
        margin: 10px; }
        .press .press-posts .categories ul li a {
          font-size: 15px;
          color: #9b9b9b;
          text-align: center;
          letter-spacing: -0.02em;
          line-height: 30px;
          border: 1px solid #979797;
          border-radius: 3px;
          padding: 10px 10px; }
          .press .press-posts .categories ul li a:hover {
            color: #4a4a4a;
            border: 1px solid #4a4a4a;
            text-decoration: none; }
  .press .press-posts .press-post .col-md-4 {
    margin-bottom: 100px; }
  .press .press-posts .press-post .entry-img {
    margin-bottom: 21px;
    display: block; }
  .press .press-posts .press-post .entry-category {
    font-size: 15px;
    color: #f6c823;
    letter-spacing: -0.02em;
    line-height: 40px;
    font-weight: 700; }
    .press .press-posts .press-post .entry-category a {
      color: #f6c823; }
      .press .press-posts .press-post .entry-category a:hover {
        text-decoration: none; }
  .press .press-posts .press-post .entry-title {
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 27px 0 26px; }
    .press .press-posts .press-post .entry-title a {
      color: #4a4a4a; }
      .press .press-posts .press-post .entry-title a:hover {
        text-decoration: none; }
  .press .press-posts .press-post .entry-desc {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 13px; }
  .press .press-posts .press-post .entry-date {
    text-align: left; }
    .press .press-posts .press-post .entry-date span {
      font-size: 16px;
      color: #9b9b9b;
      line-height: 20px;
      font-weight: 900;
      margin: 0 10px 0 0; }
      .press .press-posts .press-post .entry-date span a {
        color: #9b9b9b; }
        .press .press-posts .press-post .entry-date span a:hover {
          text-decoration: none; }
    .press .press-posts .press-post .entry-date img {
      margin-right: 5px; }

.section-title {
  background-image: url("../img/img_press.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  width: 100%; }
  .section-title h1 {
    font-size: 70px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 190px 0 72px; }
  .section-title a {
    color: #fff; }
    .section-title a:hover {
      color: #ccc; }

.cbd-oil-education .section-title {
  background-image: url(../img/img_cbd-education.jpg); }
  .cbd-oil-education .section-title h1 {
    padding: 60px 0; }

.cbd-oil-education .cbd-oil-posts h2 {
  font-weight: 900;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px; }

.cbd-oil-education .cbd-oil-posts .article-post,
.cbd-oil-education .cbd-oil-posts .no-pagination-article-post {
  margin-bottom: 40px !important; }

.cbd-oil-education .press-posts {
  padding: 70px 15px 0; }

.cbd-oil-education .more-posts {
  margin-bottom: 70px; }
  .cbd-oil-education .more-posts .entry-desc {
    font-size: 16px !important; }
  .cbd-oil-education .more-posts .entry-date {
    padding-left: 0;
    text-align: left !important; }
    .cbd-oil-education .more-posts .entry-date span {
      display: block;
      margin-left: 0 !important; }

.cbd-oil-education .menu-middle {
  margin-bottom: 10px; }

.header-post {
  padding-bottom: 74px;
  text-align: center; }
  .header-post .entry-title {
    font-size: 50px;
    color: #199e81;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 40px 0 27px; }
    .header-post .entry-title a {
      color: #199e81; }
      .header-post .entry-title a:hover {
        text-decoration: none; }
  .header-post h4 {
    font-size: 25px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 40px 0 30px; }
    .header-post h4 a {
      color: #4a4a4a; }
      .header-post h4 a:hover {
        text-decoration: none; }
  .header-post h5 {
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    font-weight: 400;
    padding-bottom: 8px;
    border-bottom: 2px solid #979797;
    margin: 0;
    display: inline-block; }
    .header-post h5 a {
      color: #4a4a4a; }
      .header-post h5 a:hover {
        text-decoration: none; }
  .header-post .thumb-page {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 600px; }
  .header-post img {
    margin-top: 30px; }

.page-single .entry-content {
  margin: 0;
  word-break: break-word; }
  .page-single .entry-content h2,
  .page-single .entry-content h3,
  .page-single .entry-content h4,
  .page-single .entry-content h5,
  .page-single .entry-content h6 {
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 35px;
    margin-bottom: 1rem; }
  .page-single .entry-content h2 {
    font-size: 26px; }
  .page-single .entry-content h3 {
    font-size: 22px; }
  .page-single .entry-content h4 {
    font-size: 20px; }
  .page-single .entry-content h5 {
    font-size: 18px; }
  .page-single .entry-content h6 {
    font-size: 16px; }
  .page-single .entry-content blockquote {
    font-weight: 400;
    font-style: italic;
    border-left: 3px solid #90CA91;
    padding-left: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 40px;
    margin-top: 40px; }
    .page-single .entry-content blockquote p {
      font-size: 24px;
      margin-bottom: 0;
      line-height: 31px; }
  .page-single .entry-content .btn-default-post {
    font-size: 18px;
    color: #393939;
    border: 2px solid #4a4a4a;
    padding: 15px 20px;
    border-radius: 0;
    white-space: normal;
    transition: .2s linear;
    display: inline-block;
    font-weight: 700;
    text-decoration: none; }
    .page-single .entry-content .btn-default-post:hover {
      background-color: #393939;
      color: #fff; }
  .page-single .entry-content hr {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .page-single .entry-content .table-of-contents-posts ul {
    margin: 0;
    padding: 0; }
    .page-single .entry-content .table-of-contents-posts ul li {
      list-style: none;
      padding: 10px 0px;
      border-bottom: 1px solid #e1e1e1; }
      .page-single .entry-content .table-of-contents-posts ul li a {
        font-size: 14px;
        color: #1a9e81;
        font-weight: 700;
        list-style: none;
        text-decoration: none; }
        .page-single .entry-content .table-of-contents-posts ul li a:hover {
          text-decoration: underline; }
      .page-single .entry-content .table-of-contents-posts ul li:last-child {
        border-bottom: 0; }
  .page-single .entry-content [class*=" wp-image-"] {
    margin: 5px 0; }
  .page-single .entry-content a {
    color: #1a9e81;
    text-decoration: underline; }
  .page-single .entry-content .alignleft,
  .page-single .entry-content .alignright {
    margin-bottom: 20px; }

.page-single .entry-footer {
  margin: 50px 0; }
  .page-single .entry-footer .count-comment {
    position: relative;
    text-align: center; }
    .page-single .entry-footer .count-comment h4 {
      font-size: 18px;
      color: #9b9b9b;
      line-height: 20px;
      font-weight: 400;
      text-transform: uppercase;
      display: inline-block;
      padding: 5px 20px;
      background-color: #fff; }
    .page-single .entry-footer .count-comment img {
      max-width: 20px;
      margin-right: 5px; }
  .page-single .entry-footer .line-comment {
    width: 100%;
    height: 2px;
    background-color: #979797;
    margin-top: -22px; }

@media (min-width: 767px) {
  .page-single .entry-content .alignleft {
    float: left;
    margin-right: 20px; }
  .page-single .entry-content .alignright {
    float: right;
    margin-left: 20px; } }

.where-can .whatis-title {
  background-image: url("../img/img_where-can.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  width: 100%; }
  .where-can .whatis-title h1 {
    font-size: 70px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding: 60px 0; }

.where-can .table-of-contents-where {
  margin-top: 40px; }

.where-can p {
  font-size: 18px;
  color: #4a4a4a;
  letter-spacing: -0.02em;
  line-height: 25px;
  font-weight: 400;
  margin: 0 0 25px; }
  .where-can p span {
    font-weight: 700; }
  .where-can p a {
    color: #199e81;
    text-decoration: underline; }

.where-can h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px; }

.where-can .title-section {
  font-size: 40px;
  color: #199e81;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 39px; }

.where-can .subtitle-sec {
  font-size: 25px;
  color: #4a4a4a;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 30px; }

.where-can .padding-sec {
  padding: 80px 0; }

.where-can #pure-cbd {
  margin-top: 70px; }

.where-can .buy-cbd {
  padding: 40px 0 0;
  position: relative;
  z-index: 1; }
  .where-can .buy-cbd .slick-products {
    position: relative;
    padding-bottom: 30px; }
    .where-can .buy-cbd .slick-products .slick-track .slick-slide img {
      display: inline-block; }
    .where-can .buy-cbd .slick-products .slick-dots {
      bottom: 0 !important; }
  .where-can .buy-cbd .container {
    border-bottom: 2px solid #4a4a4a;
    padding-bottom: 90px; }
  .where-can .buy-cbd .link-more {
    margin-top: 90px; }
  .where-can .buy-cbd .menu-middle {
    margin: 30px 0; }
    .where-can .buy-cbd .menu-middle ul li {
      margin: 0 10px; }
      .where-can .buy-cbd .menu-middle ul li a:hover {
        opacity: 0.75; }
  .where-can .buy-cbd .btn-shop {
    margin-bottom: 40px; }
  .where-can .buy-cbd .list li {
    font-size: 18px;
    color: #4a4a4a; }
  .where-can .buy-cbd hr {
    display: inline-block;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }

.where-can .look-for {
  padding: 99px 0 0; }
  .where-can .look-for img {
    margin: 5px 0 0px; }
  .where-can .look-for .img-medicines {
    margin-top: 0px;
    z-index: 0;
    text-align: center; }
    .where-can .look-for .img-medicines img {
      max-width: 100%;
      margin-bottom: 0; }
  .where-can .look-for .embed-responsive {
    margin-bottom: 20px; }
  .where-can .look-for .block-img {
    margin: -30px auto; }
    .where-can .look-for .block-img img {
      margin: 0 auto;
      display: block; }

.where-can .sourcing .bg-img {
  width: 100%;
  text-align: center;
  max-height: 350px;
  overflow: hidden; }
  .where-can .sourcing .bg-img img {
    max-width: 100%;
    margin: 0 auto; }

.where-can .sourcing .text {
  background-color: #eeeeee; }

.where-can .customer-service {
  padding: 120px 0; }
  .where-can .customer-service .avoiding {
    padding-bottom: 95px;
    border-bottom: 2px solid #4a4a4a; }
    .where-can .customer-service .avoiding img {
      margin-bottom: 20px; }
  .where-can .customer-service .types {
    padding-top: 130px; }
  .where-can .customer-service .products-row {
    padding-top: 50px; }
    .where-can .customer-service .products-row .col-lg-4 {
      margin-bottom: 80px; }
    .where-can .customer-service .products-row img {
      max-height: 235px;
      margin-bottom: 30px; }
    .where-can .customer-service .products-row .shop-here {
      margin-top: 50px; }

.where-can .comment-content {
  padding-bottom: 100px; }

.where-can .products-row .subtitle-sec, .where-can .products-row .price-tag {
  margin-bottom: 20px; }

.where-can .products-row .price-tag del {
  color: #999999;
  margin-right: 10px; }

.where-can .products-row img {
  max-height: 255px; }

.where-can .products-row .btn-black {
  min-width: auto; }

.space-top-double {
  margin-top: 60px; }

.where-can-new .whatis-title {
  background-image: url("../img/img_where-can1.jpg"); }

/*
=======
LEGAL CANNABIS CONSUMER PRODUCTS
============================== */
.header-company {
  background-color: #3bb0db;
  padding: 66px 0; }
  .header-company h2 {
    color: white;
    font-size: 25px;
    letter-spacing: -0.02em;
    font-weight: 900;
    margin: 0; }
  .header-company h1 {
    font-size: 50px;
    color: white;
    font-weight: 900;
    letter-spacing: -0.002em;
    margin-top: 15px;
    margin-bottom: 18px; }

.content-company {
  margin-top: 84px;
  /* ==============================
  CANNABIS DRUG & MEDICATION DEVELOPMENT
  ============================== */ }
  .content-company .content-overview {
    background-color: #eeeeee;
    margin-top: 65px;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%; }
    .content-company .content-overview .bg-img {
      background-image: url("../img/img_legal-cannabis.png");
      background-position: right center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 600px;
      margin-right: -54px; }
    .content-company .content-overview .text-legal {
      padding: 57px 0 60px 110px;
      max-width: 587px; }
      .content-company .content-overview .text-legal h2 {
        font-weight: 900;
        font-size: 22px;
        line-height: 28px;
        color: #9b9b9b;
        text-transform: uppercase;
        margin-bottom: 35px;
        letter-spacing: -0.03em; }
      .content-company .content-overview .text-legal .text-default {
        padding-right: 55px; }
  .content-company .info-legal {
    font-size: 14px;
    line-height: 19px;
    color: #4a4a4a;
    text-align: center;
    width: 87%;
    margin: 0 auto 79px; }
  .content-company .text-progress {
    padding-bottom: 97px;
    border-bottom: 1px solid #4a4a4a;
    margin-bottom: 30px; }
    .content-company .text-progress h2 {
      font-size: 30px;
      color: #4a4a4a;
      letter-spacing: 0.02em;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 30px; }
    .content-company .text-progress p {
      margin-bottom: 25px; }
    .content-company .text-progress .col-progress {
      padding-right: 70px; }
  .content-company .text-default span {
    color: #1a9e81; }
  .content-company .box-products-legal {
    margin-top: 59px;
    display: inline-block;
    width: 100%; }
    .content-company .box-products-legal .row-products {
      margin-bottom: 75px; }
    .content-company .box-products-legal h3 {
      font-weight: 900;
      text-transform: uppercase;
      color: #1a9e81;
      font-size: 30px;
      letter-spacing: -0.03em;
      line-height: 30px;
      margin-bottom: 35px;
      padding-right: 30px; }
      .content-company .box-products-legal h3.title-top {
        margin-top: 30px; }
    .content-company .box-products-legal p {
      margin-bottom: 25px; }
  .content-company .box-medical {
    margin-bottom: 40px;
    overflow: hidden; }
    .content-company .box-medical .col-txt {
      padding-right: 0; }
      .content-company .box-medical .col-txt p {
        margin-bottom: 20px; }
    .content-company .box-medical .col-img {
      padding-left: 30px; }
      .content-company .box-medical .col-img .box-img {
        height: 585px;
        margin-bottom: 40px; }
        .content-company .box-medical .col-img .box-img img {
          max-width: none;
          position: absolute; }
      .content-company .box-medical .col-img p {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: -0.03em;
        color: #4a4a4a; }
  .content-company .text-medication {
    margin-top: 40px;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%; }
    .content-company .text-medication h2 {
      font-size: 30px;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 28px;
      letter-spacing: -0.02em; }
      .content-company .text-medication h2.title-top {
        padding-top: 35px; }
    .content-company .text-medication .col-axim {
      padding-right: 37px; }
    .content-company .text-medication .col-kanna {
      padding-left: 23px; }
  .content-company .txt-distribuidor {
    text-align: center;
    width: 920px;
    margin: 50px auto; }
    .content-company .txt-distribuidor h3 {
      font-size: 22px;
      color: #9b9b9b;
      line-height: 28px;
      letter-spacing: -0.03em;
      text-transform: uppercase;
      font-weight: 900; }
  .content-company .c-scientific {
    padding: 94px 0 111px; }
    .content-company .c-scientific h2 {
      font-size: 30px;
      color: #4a4a4a;
      letter-spacing: -0.02em;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 40px; }
    .content-company .c-scientific p {
      margin-bottom: 25px; }
    .content-company .c-scientific .col-txt {
      margin-top: 75px; }
  .content-company .box-references {
    margin-top: 89px;
    margin-bottom: 119px; }
    .content-company .box-references h2 {
      font-size: 30px;
      font-weight: 900;
      color: #4a4a4a;
      letter-spacing: -0.02em;
      margin-bottom: 34px; }
    .content-company .box-references p {
      font-size: 14px;
      line-height: 25px;
      letter-spacing: -0.03em;
      color: #9b9b9b;
      padding-bottom: 20px; }
      .content-company .box-references p a {
        color: #1a9e81; }

.page-leadership .header-post .entry-title {
  font-size: 70px;
  margin: 10px 0 27px; }

.page-leadership .header-post h4 {
  margin: 40px 0 20px; }

.page-firsts .header-post .thumb-page {
  height: 466px; }

.page-brands .sidebar-brands {
  position: -webkit-sticky;
  position: -ms-sticky;
  position: sticky;
  top: 95px; }

.page-brands .nav-brands {
  margin: 0 0 60px;
  padding: 0;
  text-align: right; }
  .page-brands .nav-brands li {
    list-style: none;
    display: block; }
    .page-brands .nav-brands li a {
      font-weight: 900;
      font-size: 20px;
      text-transform: uppercase;
      color: #4a4a4a;
      padding: 10px 0;
      border-bottom: 1px solid #afafaf;
      display: inline-block; }
      .page-brands .nav-brands li a.active, .page-brands .nav-brands li a:hover {
        color: #1a9e81; }
    .page-brands .nav-brands li:last-child a {
      border-bottom: 0; }

.page-brands .redes-brand {
  margin: 0;
  padding: 0;
  text-align: right; }
  .page-brands .redes-brand li {
    list-style: none;
    display: inline-block;
    margin: 15px; }
    .page-brands .redes-brand li a {
      color: #4a4a4a;
      font-size: 25px;
      font-weight: 900; }
      .page-brands .redes-brand li a:hover {
        color: #1a9e81; }
    .page-brands .redes-brand li:last-child {
      margin-right: 0; }

/* ==============================
SEARCH PAGE
============================== */
.page-header-search h1 {
  font-size: 45px;
  color: #1a9e81;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 43px;
  margin: 0;
  padding: 10px 0 40px; }

.page-header-search span {
  font-size: 30px;
  color: #4a4a4a;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-weight: 400; }

.page-header-search .form-control {
  font-size: 16px; }

.searchForm-page {
  padding: 0 0 75px;
  display: flex;
  width: 100%; }
  .searchForm-page .form-control {
    border: 1px solid #979797;
    border-radius: 3px;
    height: 40px; }
    .searchForm-page .form-control:hover, .searchForm-page .form-control:focus, .searchForm-page .form-control:active {
      border-right: 0; }
  .searchForm-page .input-group-btn .btn-secondary {
    border: 1px solid #979797;
    border-left: 0; }
    .searchForm-page .input-group-btn .btn-secondary:hover, .searchForm-page .input-group-btn .btn-secondary:focus, .searchForm-page .input-group-btn .btn-secondary:active {
      background: #fff;
      border-left: 0; }
  .searchForm-page .input-group-btn:hover, .searchForm-page .input-group-btn:focus, .searchForm-page .input-group-btn:active {
    background: #fff;
    border-left: 0; }

.result-search .post,
.result-search .page {
  padding: 29px 0;
  margin: 0;
  border-bottom: 1px dashed #979797; }
  .result-search .post:last-child,
  .result-search .page:last-child {
    border-bottom: 0; }
  .result-search .post:first-child,
  .result-search .page:first-child {
    padding-top: 0; }
  .result-search .post .content-post,
  .result-search .page .content-post {
    display: flex; }
    .result-search .post .content-post .text-post,
    .result-search .page .content-post .text-post {
      flex: 5; }
      .result-search .post .content-post .text-post .title-post,
      .result-search .page .content-post .text-post .title-post {
        font-size: 14px;
        color: #4a4a4a;
        letter-spacing: -0.02em;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 900;
        margin: 0 0 15px; }
        .result-search .post .content-post .text-post .title-post a,
        .result-search .page .content-post .text-post .title-post a {
          color: #4a4a4a; }
          .result-search .post .content-post .text-post .title-post a:hover,
          .result-search .page .content-post .text-post .title-post a:hover {
            color: #1a9e81;
            text-decoration: none; }
      .result-search .post .content-post .text-post .excerpt-post,
      .result-search .page .content-post .text-post .excerpt-post {
        margin-bottom: 15px; }
        .result-search .post .content-post .text-post .excerpt-post p,
        .result-search .page .content-post .text-post .excerpt-post p {
          font-size: 14px;
          color: #4a4a4a;
          letter-spacing: -0.02em;
          line-height: 19px;
          font-weight: 400; }
    .result-search .post .content-post .img-post,
    .result-search .page .content-post .img-post {
      float: left;
      max-width: 220px;
      margin-right: 20px;
      margin-bottom: 20px;
      flex: 2; }
      .result-search .post .content-post .img-post img,
      .result-search .page .content-post .img-post img {
        max-width: 100%;
        height: auto; }
      .result-search .post .content-post .img-post.without-img,
      .result-search .page .content-post .img-post.without-img {
        flex: 0;
        margin: 0;
        float: none; }

.result-search .btn-viewmore-news {
  border: 0;
  border-left: 3px solid #1a9e81;
  font-size: 14px;
  color: #4a4a4a;
  letter-spacing: -0.02em;
  line-height: 19px;
  font-weight: 900;
  padding: 0px 12px;
  border-radius: 0; }
  .result-search .btn-viewmore-news:hover {
    color: #1a9e81;
    text-decoration: none; }

.padding-viewmore {
  padding: 70px 0 120px; }

.pagination {
  padding: 25px 0;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: block; }
  .pagination li {
    display: inline-block;
    margin: 0 10px; }
    .pagination li a {
      font-size: 18px;
      color: #4a4a4a;
      letter-spacing: -0.02em;
      padding: 10px;
      border: 2px solid #4a4a4a;
      font-weight: 700;
      border-radius: 0; }
      .pagination li a:hover {
        color: #1a9e81;
        text-decoration: none;
        border-color: #1a9e81; }

.content-search {
  margin-bottom: 100px; }
  .content-search .search-field {
    border: 1px solid #979797;
    border-radius: 3px;
    height: 40px;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff; }
  .content-search .search-submit {
    border: 1px solid #1a9e81;
    border-radius: 3px;
    height: 40px;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #fff;
    font-weight: 600;
    background-color: #1a9e81; }
    .content-search .search-submit:hover {
      background-color: rgba(26, 158, 129, 0.78); }

.error-404 {
  margin-top: 50px; }
  .error-404 .page-title {
    font-weight: 900;
    text-transform: uppercase; }
  .error-404 .search-field {
    border: 1px solid #979797;
    border-radius: 3px;
    height: 40px;
    padding: .5rem .75rem;
    font-size: 16px;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff; }
  .error-404 .search-submit {
    border: 1px solid #1a9e81;
    border-radius: 3px;
    height: 40px;
    padding: .5rem .75rem;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    font-weight: 600;
    background-color: #1a9e81; }
    .error-404 .search-submit:hover {
      background-color: rgba(26, 158, 129, 0.78); }

.paginate-links {
  text-align: center; }
  .paginate-links .page-numbers {
    color: #464a4c;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 5px;
    font-size: 20px; }
    .paginate-links .page-numbers.current {
      color: #f6c823; }
    .paginate-links .page-numbers:hover {
      color: #f6c823; }

.page-news-featured {
  padding: 20px 0 30px; }
  .page-news-featured .main-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    padding: 0 0 50px; }
    .page-news-featured .main-post .img-main {
      width: 50%;
      padding-left: calc((75vw - 1170px) / 2);
      text-align: right; }
      .page-news-featured .main-post .img-main img {
        max-width: 108%;
        position: relative; }
    .page-news-featured .main-post .entry-content {
      overflow: hidden;
      margin-bottom: 50px; }
      .page-news-featured .main-post .entry-content a {
        color: #000000; }
    .page-news-featured .main-post .text-main {
      width: 50%;
      background-color: #eeeeee;
      padding: 60px 15px 60px 90px; }
      .page-news-featured .main-post .text-main .content-text {
        max-width: 475px; }
      .page-news-featured .main-post .text-main h3 {
        font-size: 40px;
        letter-spacing: -0.04em;
        text-transform: uppercase;
        font-weight: 900;
        margin: 0 0 36px; }
        .page-news-featured .main-post .text-main h3 a {
          color: #4a4a4a; }
          .page-news-featured .main-post .text-main h3 a:hover {
            text-decoration: none;
            color: #1a9e81; }
      .page-news-featured .main-post .text-main p {
        font-size: 18px;
        color: #000000;
        margin-bottom: 50px; }
        .page-news-featured .main-post .text-main p a {
          color: #000000; }
          .page-news-featured .main-post .text-main p a:hover {
            text-decoration: none;
            color: #1a9e81; }
      .page-news-featured .main-post .text-main .entry-date span {
        font-size: 16px;
        color: #9b9b9b;
        line-height: 20px;
        font-weight: 900;
        margin: 5px 9px; }
        .page-news-featured .main-post .text-main .entry-date span a {
          color: #9b9b9b; }
          .page-news-featured .main-post .text-main .entry-date span a:hover {
            text-decoration: none;
            color: #1a9e81; }
      .page-news-featured .main-post .text-main .view-more {
        padding: .1rem 1.5rem;
        font-size: 24px;
        margin-bottom: 30px; }
      .page-news-featured .main-post .text-main .entry-date {
        text-align: center; }
  .page-news-featured .secondary-posts {
    margin-top: 10px; }

.title-page-news {
  margin-bottom: 50px; }
  .title-page-news h2 {
    font-size: 35px;
    color: #1a9e81;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding-right: 50px; }
  .title-page-news .border-bottom {
    width: 100%;
    height: 2px;
    background-color: #979797;
    position: relative;
    top: -10px; }

.press-releases {
  padding: 85px 0 68px;
  background-color: #edfaed; }
  .press-releases h2 {
    background-color: transparent; }

.media-coverage {
  padding: 85px 0 68px; }

.see-all {
  font-size: 24px;
  color: #4a4a4a;
  letter-spacing: -0.01em;
  line-height: 19px;
  font-weight: 900;
  border-left: 3px solid #1a9e81;
  padding-left: 25px; }
  .see-all:hover {
    color: #1a9e81; }

.custom-post {
  margin-bottom: 50px; }
  .custom-post h3 {
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 30px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 27px 0 26px; }
    .custom-post h3 a {
      color: #4a4a4a; }
      .custom-post h3 a:hover {
        color: #1a9e81; }
  .custom-post .entry-content {
    overflow: hidden;
    margin-bottom: 26px; }
    .custom-post .entry-content p {
      font-size: 18px;
      color: #4a4a4a;
      letter-spacing: -0.02em;
      line-height: 25px;
      font-weight: 400;
      margin: 0; }
      .custom-post .entry-content p a {
        color: #4a4a4a; }
        .custom-post .entry-content p a:hover {
          color: #1a9e81; }
  .custom-post .entry-date span {
    font-size: 16px;
    color: #9b9b9b;
    line-height: 20px;
    font-weight: 900;
    margin: 0 10px 0 0; }
    .custom-post .entry-date span a {
      color: #9b9b9b; }
      .custom-post .entry-date span a:hover {
        color: #1a9e81; }

.img-services {
  text-align: center; }
  .img-services img {
    max-width: 220px;
    margin-top: 20px; }

.img-services-m {
  text-align: center;
  display: none; }
  .img-services-m img {
    max-width: 220px;
    margin-top: 20px;
    margin-bottom: 35px; }

.img-logos {
  text-align: center; }
  .img-logos img {
    max-width: 200px;
    margin-bottom: 30px; }

/* adjust body when menu is open */
body.slide-active {
  overflow-x: hidden; }

/*first child of #page-content so it doesn't shift around*/
.no-margin-top {
  margin-top: 0px !important; }

/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */
#page-content {
  position: relative;
  padding-top: 70px;
  left: 0; }

#page-content.slide-active {
  padding-top: 0; }

/* put toggle bars on the left :: not using button */
#slide-nav .navbar-toggle {
  cursor: pointer;
  position: relative;
  line-height: 0;
  float: right;
  margin: 0;
  width: 30px;
  height: 40px;
  padding: 10px 0 0 0;
  border: 0;
  background: transparent; }

/* icon bar prettyup - optional */
#slide-nav .navbar-toggle > .icon-bar {
  width: 100%;
  display: block;
  height: 3px;
  margin: 5px 0 0 0; }

#slide-nav .navbar-toggle.slide-active .icon-bar {
  background: orange; }

.navbar-header {
  position: relative; }

/* un fix the navbar when active so that all the menu items are accessible */
.navbar.navbar-fixed-top.slide-active {
  position: relative; }

.content-shareholder .title {
  font-size: 30px;
  color: #1a9e81;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 40px; }

.content-shareholder .text-contact p {
  font-size: 14px;
  color: #4a4a4a;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin: 0 0 10px; }
  .content-shareholder .text-contact p strong {
    color: #432849; }

.content-shareholder .perfil {
  padding: 40px 0; }
  .content-shareholder .perfil img {
    margin-bottom: 20px;
    max-width: 100%; }
  .content-shareholder .perfil h3 {
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -0.01em;
    font-weight: 700;
    margin: 0 0 5px; }
  .content-shareholder .perfil p {
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    margin: 0; }
    .content-shareholder .perfil p a {
      color: #1a9e81; }
      .content-shareholder .perfil p a:hover {
        text-decoration: none; }

.industry-types .types-items {
  background-color: #eeeeee; }

.industry-types img {
  margin-bottom: 30px; }

.statistics {
  padding: 60px 0 150px; }
  .statistics p {
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -0.02em; }
  .statistics .items {
    text-align: center;
    margin: 100px 0 0; }
    .statistics .items .border-element {
      border-right: 2px solid #979797;
      border-bottom: 2px solid #979797;
      padding: 30px 20px; }
      .statistics .items .border-element:nth-child(3n+3) {
        border-right: 0; }
    .statistics .items .bottom-0 {
      border-bottom: 0; }
    .statistics .items h3 {
      font-size: 50px;
      color: #1a9e81;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      font-weight: 900;
      margin: 0 0 23px; }
    .statistics .items .ic-arrow-up {
      background: url("../img/ic-arrow-up.png") no-repeat center center;
      width: 25px;
      height: 25px;
      display: inline-block;
      margin-right: 6px;
      position: relative;
      top: -2px; }

.facts {
  background-color: #eeeeee;
  padding: 100px 0; }
  .facts img {
    margin: 20px auto; }
  .facts h2 {
    font-size: 60px;
    color: #1a9e81;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0 0 36px; }
  .facts .title-facts {
    display: flex;
    min-height: 110px; }
    .facts .title-facts h3 {
      font-size: 30px;
      color: #1a9e81;
      font-weight: 900;
      text-transform: uppercase;
      letter-spacing: -0.01em;
      margin: 0;
      align-self: center; }
  .facts p {
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -0.02em; }

.header-page {
  background-color: #21b494;
  padding: 60px 0 140px; }
  .header-page h1 {
    font-size: 50px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 55px;
    margin: 0 0 25px;
    max-width: 500px; }
  .header-page p {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 400;
    font-size: 16px; }
    .header-page p span {
      color: #1a9e81; }
  .header-page .btn-create {
    margin-top: 70px; }
  .header-page.report {
    padding: 60px 0; }

.is_user_logged_in .fix {
  margin-top: 32px; }

#testimonials {
  width: 100%;
  height: auto;
  padding: 0;
  text-align: left; }
  #testimonials ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #testimonials ul li {
      display: none;
      margin-left: 0;
      margin-right: 0; }
      #testimonials ul li blockquote {
        padding: 0;
        font-size: 18px;
        color: white;
        letter-spacing: -0.02em;
        line-height: 28px;
        font-weight: 400;
        margin: 0 0 12px;
        border: none !important;
        background-color: transparent;
        height: 80px;
        overflow: hidden; }
      #testimonials ul li a {
        margin-right: 18px; }
        #testimonials ul li a:last-child {
          border-right: none; }

.vc_btn3-container .vc_gitem-link {
  font-size: 18px !important;
  color: #393939 !important;
  letter-spacing: -0.02em;
  font-weight: 700;
  border: 2px solid #4a4a4a !important;
  padding: 10px 10px !important;
  min-width: 140px;
  border-radius: 0 !important;
  white-space: normal;
  background-color: transparent !important; }

.vc_gitem-post-data-source-post_excerpt {
  display: none; }

.vc_gitem-post-data-source-post_title h4 {
  text-align: left;
  font-size: 16px;
  line-height: 23px;
  margin: 10px 0 20px; }

.header-firsts {
  background-color: #3bb0db;
  padding: 108px 0; }
  .header-firsts h1 {
    font-size: 55px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0 0 40px; }
    .header-firsts h1 span {
      font-size: 24px;
      position: relative;
      top: -22px; }
  .header-firsts h2 {
    font-size: 24px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0; }

.tab-firsts {
  background-color: #eeeeee;
  margin-bottom: 65px;
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  z-index: 999; }
  .tab-firsts .nav {
    margin: 0;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    border: 0; }
    .tab-firsts .nav .nav-item {
      margin-bottom: -1px;
      margin-top: -1px; }
      .tab-firsts .nav .nav-item .nav-link {
        font-size: 24px;
        color: #000000;
        letter-spacing: -0.02em;
        padding: .8em .3em;
        position: relative; }
        .tab-firsts .nav .nav-item .nav-link.active {
          background-color: #1a9e81;
          color: #ffffff;
          font-weight: 700;
          border: 0;
          border-radius: 0;
          margin: 0;
          min-width: 67px; }
          .tab-firsts .nav .nav-item .nav-link.active .arrowright {
            width: 0px;
            height: 0px;
            border-left: 34px solid transparent;
            border-right: 34px solid transparent;
            border-top: 13px solid #1a9e81;
            position: absolute;
            top: 74px;
            left: 0;
            z-index: 999; }
        .tab-firsts .nav .nav-item .nav-link:focus, .tab-firsts .nav .nav-item .nav-link:hover {
          border-color: transparent; }

.admin-bar .tab-firsts {
  top: 87px; }

.topic-firsts {
  text-align: center;
  width: 100%; }
  .topic-firsts .topic-year {
    font-size: 50px;
    font-weight: 700;
    color: #1a9e81;
    letter-spacing: -0.01em;
    margin: 00px 0 40px;
    padding-top: 90px; }
  .topic-firsts .topic-img img {
    max-width: 100%; }
  .topic-firsts .topic-title {
    font-size: 24px;
    font-weight: 900;
    color: #4a4a4a;
    letter-spacing: -0.01em;
    line-height: 26px;
    margin: 41px auto 13px;
    max-width: 440px; }
    .topic-firsts .topic-title a {
      color: #4a4a4a; }
      .topic-firsts .topic-title a:hover {
        text-decoration: none;
        color: #1a9e81; }
  .topic-firsts .topic-desc {
    font-size: 18px;
    color: #4a4a4a;
    line-height: 22px;
    margin: 0 auto 30px;
    max-width: 635px; }
  .topic-firsts .topic-line-img {
    box-shadow: 0 0 0 5px #979797, inset 0 2px 0 rgba(0, 0, 0, 0.02), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    background-color: #eeeeee;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    margin-bottom: 131px; }
    .topic-firsts .topic-line-img:before {
      content: '';
      position: absolute;
      top: 23px;
      left: 8px;
      height: 130px;
      width: 5px;
      background: #979797; }
  .topic-firsts .cd-year-container:last-child .topic-line-img:before {
    background: transparent; }
  .topic-firsts .view-more {
    margin-left: 210px;
    margin-bottom: -50px;
    padding: .1em 1em; }

.contact-page .education-title h1 {
  padding: 100px 0 72px; }

.contact-page .content-form {
  padding: 50px 0; }
  .contact-page .content-form h2 {
    color: #1a9e81;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    margin: 10px 0 30px; }
  .contact-page .content-form p {
    font-size: 15px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 25px;
    font-weight: 400;
    margin: 0 0 0px; }
  .contact-page .content-form form {
    margin-top: 30px; }
  .contact-page .content-form .input-text,
  .contact-page .content-form .input-textarea,
  .contact-page .content-form .input-files {
    border-radius: 3px;
    font-size: 14px !important;
    color: #9b9b9b !important;
    font-weight: 400;
    letter-spacing: -0.02em;
    height: 50px;
    width: 100%;
    margin: 0 0 10px;
    padding: 5px 10px;
    border: 1px solid #979797 !important; }
  .contact-page .content-form .input-textarea {
    height: 200px; }
  .contact-page .content-form .input-files {
    height: 43px !important; }
  .contact-page .content-form .btn-submit {
    padding: 8px 65px;
    font-size: 1em;
    background: #1a9e81; }

.contact-page .wpcf7-response-output {
  margin: 0 !important;
  padding: 0.2em 0 !important;
  font-weight: 700 !important;
  border: 0 !important; }

.filter-section {
  padding: 50px 0 0; }
  .filter-section .label-filter {
    font-weight: 700;
    margin-right: 15px; }
  .filter-section .form-inline,
  .filter-section .form-group {
    width: 100%; }
  .filter-section .select-filter {
    width: 100%;
    height: 50px !important;
    font-size: 16px;
    border: 1px solid #979797 !important; }

.posts-navigation {
  padding: 50px 0; }
  .posts-navigation .screen-reader-text {
    display: none; }
  .posts-navigation h2 {
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 900; }
  .posts-navigation .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    padding: 15px 0 0; }
    .posts-navigation .nav-links a {
      font-size: 26px;
      color: #4a4a4a;
      letter-spacing: -0.02em;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 900; }
      .posts-navigation .nav-links a:hover {
        color: #1a9e81; }

.post-order-sidebar .widget-area section {
  margin-bottom: 20px; }

.no-results {
  padding: 100px 0 0; }

.search-nothing-found .search-form .search-field {
  border: 1px solid #979797;
  border-radius: 3px;
  height: 40px;
  padding: 7px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.search-nothing-found .search-form .search-submit {
  border: 1px solid #979797;
  border-radius: 3px;
  padding: 7px;
  background-color: transparent;
  cursor: pointer;
  text-indent: 99999px;
  overflow: hidden;
  background: url("../img/search.png") no-repeat center;
  width: 40px;
  height: 40px;
  background-size: 16px;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  right: 4px;
  position: relative; }

.nothing-found-title {
  font-size: 45px;
  color: #1a9e81;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 43px; }

.copyright p {
  margin-top: 30px;
  margin-bottom: 0; }

.space-top {
  margin-top: 30px; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px; }

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slick-center-mode {
  margin-bottom: 60px !important; }
  .slick-center-mode .slick-slide {
    opacity: .5; }
    .slick-center-mode .slick-slide.slick-current {
      opacity: 1; }
  .slick-center-mode .slick-dots {
    bottom: -30px !important; }

.image-content {
  margin-bottom: 30px;
  text-align: center; }

.table-of-contents {
  margin: 10px 0 30px;
  padding: 0; }
  .table-of-contents li {
    list-style: none;
    margin: 10px 0; }
    .table-of-contents li a {
      color: #199e81;
      font-weight: 900;
      font-size: 18px; }
      .table-of-contents li a:hover {
        text-decoration: underline; }
    .table-of-contents li .sub-cat {
      font-weight: 500;
      padding-left: 15px; }

@media (max-width: 1169px) {
  .company .company-of-firsts .cd-timeline .cd-timeline-img {
    margin-left: 9px; }
  .company .company-of-firsts .cd-timeline .cd-timeline-content {
    float: left !important;
    margin-left: 20px;
    width: 95%; }
  .content-company .content-overview .bg-img {
    height: 790px; } }

@media (max-width: 1199px) {
  .menu .navbar-nav li > a {
    padding: 0 15px; }
  /* WHAT IS IT */
  .what-is img {
    max-width: 100%; }
  /* CANNABIS */
  .cannabis .title {
    margin: 0% auto 4%; }
  /* PRODUCTS */
  .products .bg-products {
    height: auto;
    padding-bottom: 30px; }
  .products .margin-btn {
    margin: 90px auto 75px; }
  .how-can .text-overview .description {
    padding: 63px 20px 10px 0;
    padding-left: calc((100vw - 970px) / 2); }
  .tips .text-overview .description {
    padding: 0px 20px 10px 0;
    padding-left: calc((100vw - 970px) / 2); }
  .content-careers .content-apply .wpcf7-file {
    max-width: 185px; }
  .post .posts .featured .img-post {
    max-height: 160px;
    min-height: 160px; }
  .default-tabs .nav-tabs .nav-item .nav-link {
    padding: 20px 30px;
    font-size: 21px; } }

@media (max-width: 991px) {
  .mobile-center {
    text-align: center; }
  /* BANNER */
  .banner .info-right .icon-play {
    margin: 30px auto 48px; }
  .banner .info-right .ic-play-mobile {
    display: block; }
  .banner .info-right .ic-play-desk {
    display: none; }
  .menu .navbar-nav li > a {
    padding: 0 5px; }
  /* POSTS */
  .post .posts {
    margin-top: 30px; }
    .post .posts .content-post .excerpt-post {
      min-height: 110px; }
  .post .partners {
    height: auto;
    padding-bottom: 30px; }
  /* OVERVIEW */
  .overview .text-overview .img-overview {
    float: none;
    text-align: center;
    width: 100%; }
  .overview .text-overview .description {
    width: 100%;
    float: none;
    padding: 30px 15px; }
    .overview .text-overview .description p {
      max-width: 100%; }
  /* HISTORY */
  .history .text-overview .img-overview {
    float: none;
    text-align: center;
    width: 100%; }
  .history .text-overview .description {
    width: 100%;
    float: none;
    padding: 30px 15px; }
    .history .text-overview .description p {
      max-width: 100%; }
  /* WHERE IS */
  .where-is .bg-title {
    width: 100%; }
    .where-is .bg-title h2 {
      width: 90%;
      margin-left: 0;
      padding-top: 160px;
      font-size: 50px; }
  /* HOW CAN */
  .how-can .title {
    width: 100%; }
  .how-can .text-overview .img-overview {
    float: none;
    text-align: center;
    width: 100%; }
  .how-can .text-overview .description {
    width: 100%;
    float: none;
    padding: 30px 15px; }
    .how-can .text-overview .description p {
      max-width: 100%; }
      .how-can .text-overview .description p:last-child {
        margin-bottom: 30px; }
  /* BENEFITS */
  .benefits .title {
    width: 100%;
    margin-bottom: 40px; }
  .benefits .text-overview .description {
    width: 100%; }
    .benefits .text-overview .description .text {
      max-width: 100%; }
    .benefits .text-overview .description img {
      margin: 30px auto; }
  .benefits .text-overview .list-benefits {
    max-width: 100%; }
  .benefits .text-overview .desc-bene {
    padding-right: 25px; }
    .benefits .text-overview .desc-bene p {
      padding-left: 0;
      max-width: 100%; }
  /* CANNABIS */
  .cannabis {
    height: auto;
    background-size: cover;
    padding-bottom: 30px;
    background-position: 40% 0; }
  /* LEARN MORE */
  .learn-more .notices ul li {
    padding: 30px 0;
    border-right: 0;
    width: 100%;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid #979797; }
    .learn-more .notices ul li:last-child {
      border-bottom: 0; }
  /* FOOTER */
  .menu-footer ul li a {
    padding: 10px 5px; }
  .menu-footer ul li .fa {
    margin-left: 5px; }
  .footer .redes {
    text-align: center; }
  .benefits .text-overview .description:first-child {
    padding-left: 25px; }
  .benefits .text-overview .description .img-benefits {
    margin: 50px auto; }
  .tips .text-overview .description .container-how {
    max-width: 100%; }
  .tips .text-overview .img-overview p {
    text-align: left;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  /* PRODUCTS */
  .products .view {
    float: none; }
  .products .view-2 {
    width: 100% !important; }
  .pipeline .first-sec .opt {
    max-width: 100%; }
  .pipeline .first-sec .opt1 {
    padding-left: 0; }
    .pipeline .first-sec .opt1 .opt-intern {
      width: 100%; }
  .pipeline .first-sec .opt2 {
    margin-left: 0; }
  .pipeline .first-sec .opt3 {
    max-width: 100%;
    width: 100%;
    padding: 50px 15px;
    padding-right: 15px; }
  .pipeline .first-sec .p-r-0 {
    padding-right: 15px; }
  .pipeline .second-sec .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px; }
  .pipeline .second-sec .img-sec {
    height: 200px; }
  .pipeline .second-sec .text-sec {
    max-width: 100%;
    padding-left: 0px;
    padding: 30px 0; }
  .pipeline .forty-sec .col-lg-5 {
    padding-left: 15px;
    padding-right: 15px; }
  .pipeline .forty-sec .text-sec {
    padding: 31px;
    padding-left: 31px;
    margin-bottom: 30px; }
  .pipeline .forty-sec .text-r-sec {
    max-width: 100%;
    padding-left: 0px; }
  .developing .third-sec .text-sec {
    padding-left: 0px; }
  .developing .third-sec .text-sec2 {
    padding-right: 0px;
    margin-right: 0; }
    .developing .third-sec .text-sec2 p {
      max-width: 100%;
      padding-left: 0; }
    .developing .third-sec .text-sec2 .text-full {
      padding: 30px 15px;
      padding-right: 15px; }
  .developing .forty-sec {
    padding-bottom: 86px; }
    .developing .forty-sec .col-lg-6 {
      padding-left: 15px;
      padding-right: 15px; }
    .developing .forty-sec .text-sec {
      padding-left: 0;
      margin-bottom: 40px;
      padding-right: 0; }
    .developing .forty-sec .img-sec {
      background-position: center top;
      height: 300px;
      margin-bottom: 30px;
      display: none; }
    .developing .forty-sec .img-interview {
      display: block;
      margin-bottom: 30px; }
    .developing .forty-sec .text-sec2 {
      padding-left: 0;
      max-width: 100%; }
  .support-services .p-l-0 {
    padding-left: 15px; }
  .support-services .first-sec .bg-img {
    height: 300px; }
  .support-services .first-sec .text-sec {
    max-width: 100%;
    padding-left: 0px;
    padding-top: 30px; }
  .company .company-of-firsts .nav-tabs {
    margin-bottom: 20px; }
    .company .company-of-firsts .nav-tabs .nav-item {
      display: inline-block; }
      .company .company-of-firsts .nav-tabs .nav-item .nav-link {
        padding: .5em 1em; }
        .company .company-of-firsts .nav-tabs .nav-item .nav-link.active .arrowright {
          display: none; }
  .company .company-video {
    padding: 50px 0; }
    .company .company-video .bg-titus {
      display: none; }
    .company .company-video h2 {
      margin-top: 0; }
  .whatis .first-sec img {
    margin: 30px auto; }
  .whatis .whyuse .bg-img {
    height: 250px;
    margin-bottom: 30px; }
  .whatis .whyuse .with-img {
    padding-left: 15px; }
  .whatis .whyuse .text-sec {
    max-width: 100%; }
  .whatis .whyuse .m-40 {
    width: 100%;
    margin-top: 0px; }
  .whatis .originate .text-sec {
    padding-right: 0; }
  .whatis .originate .bg-img {
    height: 300px;
    position: relative; }
  .whatis .originate .with-img {
    padding-right: 15px; }
  .whatis .create .bg-img {
    height: 250px;
    margin-bottom: 30px; }
  .whatis .create .with-img {
    padding-left: 15px; }
  .whatis .create .text-sec {
    max-width: 100%; }
  .whatis .create .m-60 {
    width: 100%;
    margin-top: 0px; }
  .whatis .comment-container {
    padding: 50px 0; }
  #map {
    height: 500px !important; }
  .header-post .thumb-page {
    height: 300px; }
  /* LEGAL CANNABIS */
  .content-company {
    /* CANNABIS DRUGS */ }
    .content-company .text-default {
      font-size: 18px; }
    .content-company .content-overview .bg-img {
      height: 300px;
      margin-right: 0; }
    .content-company .content-overview .text-legal {
      max-width: 100%;
      padding: 50px 0 60px 0; }
      .content-company .content-overview .text-legal .text-default {
        padding-right: 0; }
    .content-company .info-legal {
      width: 100%; }
    .content-company .text-progress {
      padding-bottom: 50px; }
      .content-company .text-progress .col-progress {
        padding-right: 15px; }
    .content-company .box-medical .col-txt {
      padding-right: 15px; }
    .content-company .box-medical .col-img {
      padding-left: 15px; }
      .content-company .box-medical .col-img .box-img {
        height: auto; }
        .content-company .box-medical .col-img .box-img img {
          max-width: 100%;
          position: relative; }
    .content-company .txt-distribuidor {
      width: 100%; }
    .content-company .c-scientific {
      padding: 60px 0 50px; }
      .content-company .c-scientific .col-txt {
        margin-top: 0; }
    .content-company .box-references {
      margin-top: 20px; }
  .menu-middle {
    padding: 15px 0px !important; }
    .menu-middle ul li {
      margin: 0 10px; }
      .menu-middle ul li a {
        font-size: 14px; }
  .what-is img {
    margin-top: 20px; }
  .how-can .text-overview .img-overview .bg-overview {
    background-position: center center;
    height: 450px;
    background-size: 100%; }
  .tips .text-overview .description {
    padding-left: 15px; }
  .pipeline .first-sec {
    padding: 30px 0; }
  .pipeline .thirt-sec {
    padding: 0px 15px;
    width: 100%; }
  .pipeline .forty-sec {
    padding-bottom: 40px; }
  .widget-section .widget {
    margin: 1%;
    width: 48%;
    float: left; }
  .post-order-content {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1; }
  .post-order-sidebar {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2; }
  .post-order-comments {
    -webkit-order: 3;
    -ms-order: 3;
    order: 3; }
  .post .posts .featured .img-post {
    max-height: 120px;
    min-height: 120px; }
  .page-news-featured .main-post .img-main {
    width: 100%;
    text-align: center; }
    .page-news-featured .main-post .img-main img {
      max-width: 100%; }
  .page-news-featured .main-post .text-main {
    width: 100%;
    padding: 50px 15px; }
    .page-news-featured .main-post .text-main h3 {
      font-size: 30px; }
  .page-news-featured .main-post .content-text {
    max-width: 100% !important; }
  .custom-post h3 {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0 10px; }
  .custom-post .entry-content {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 16px; }
    .custom-post .entry-content p {
      font-size: 16px; }
  .custom-post .entry-date {
    text-align: center; }
    .custom-post .entry-date span {
      font-size: 14px;
      font-weight: 700;
      display: block; }
  .press .press-posts .press-post .col-md-4 {
    margin-bottom: 40px; }
  .press .press-posts .press-post .entry-title {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0 10px; }
  .press .press-posts .press-post .entry-desc {
    font-size: 16px; }
    .press .press-posts .press-post .entry-desc p {
      font-size: 16px; }
  .press .press-posts .press-post .entry-date {
    text-align: left; }
    .press .press-posts .press-post .entry-date span {
      font-size: 14px;
      font-weight: 700;
      display: block; }
  .img-services {
    display: none; }
  .img-services-m {
    display: block; }
  .main {
    margin-top: 65px; }
  .header-firsts {
    padding: 50px 0; }
    .header-firsts h1 {
      font-size: 45px; }
    .header-firsts h2 {
      font-size: 19px; }
  .filter-section .label-filter {
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .banner .container {
    padding: 50px 15px 50px; }
  /* BANNER */
  .banner .info-right .icon-play .ic-play {
    width: 134px;
    height: 134px;
    background-size: 100%; }
  .banner .info-left {
    margin-bottom: 40px; }
  .banner .info-left .btn-banner .btn {
    margin-right: 0;
    margin-bottom: 20px; }
  .connection-area {
    margin-top: 50px; }
  /* TITLE */
  .title {
    line-height: 35px;
    font-size: 30px; }
  /* HEADER */
  .menu .navbar-nav li > a {
    padding: 8px 15px; }
  .search {
    position: relative; }
  .search-bar {
    left: 0; }
    .search-bar input {
      padding: 0 20px 0 30px; }
  .search-bar.active {
    width: 100%; }
  /* OVERVIEW */
  .overview .text-overview .img-overview .bg-overview {
    height: 200px !important; }
  .tips .text-overview .description {
    padding: 0;
    padding-left: 0;
    width: 100%;
    float: none; }
    .tips .text-overview .description p {
      max-width: 100%; }
    .tips .text-overview .description .container-how {
      padding-left: 15px;
      padding-right: 15px; }
  .tips .text-overview .img-overview {
    float: none;
    width: 100%;
    margin-top: 20px; }
    .tips .text-overview .img-overview .bg-overview {
      height: 360px;
      background-position: center center; }
  /* POSTS */
  .post .posts {
    margin-top: 0px; }
    .post .posts .title-post {
      height: auto; }
    .post .posts .featured article {
      width: 100%;
      border-right: 0;
      border-bottom: 1px solid #afafaf;
      margin-bottom: 30px; }
      .post .posts .featured article:last-child {
        border-bottom: 0; }
      .post .posts .featured article .img-post {
        max-height: 300px;
        overflow: hidden; }
        .post .posts .featured article .img-post img {
          max-width: 100%;
          height: auto; }
    .post .posts .others article {
      width: 100%;
      float: left;
      border-right: 0; }
  /* WHAT IS IT */
  .grid-divider {
    position: relative;
    padding: 0; }
  .grid-divider > [class*='col-'] {
    position: static; }
  .grid-divider > [class*='col-']:nth-child(n+2):before {
    content: "";
    border-left: 1px solid #DDD;
    position: absolute;
    top: 0;
    bottom: 0; }
  .col-padding {
    padding: 0 15px; }
  .what-is .title {
    width: 100%; }
  .what-is img {
    margin-top: 20px; }
  /* SLIDER */
  .bx-wrapper .bx-next, .bx-wrapper .bx-prev {
    background-size: 100% !important; }
  .bx-wrapper .bx-controls-direction a {
    width: 35px !important;
    height: 35px !important; }
  .benefits .text-overview .description:first-child {
    padding-left: 25px; }
  .benefits {
    margin-bottom: 50px; }
  /* MENU MIDDLE */
  .menu-middle {
    position: relative;
    top: 0; }
    .menu-middle ul {
      text-align: left !important; }
      .menu-middle ul li {
        display: block;
        margin: 3px 0px; }
  .admin-bar .menu-middle {
    top: 0; }
  .menu .link {
    padding: 5px 16px; }
  .menu-page-news {
    display: none; }
  .menu-middle-drop {
    display: block; }
    .menu-middle-drop .btn {
      background-color: #21b494;
      border: 0;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 900;
      width: 100%;
      border-radius: 0;
      line-height: 20px;
      font-size: 14px;
      padding: 1rem 1rem; }
    .menu-middle-drop .btn-secondary.active, .menu-middle-drop .btn-secondary:active, .menu-middle-drop.show > .btn.dropdown-toggle {
      color: #4a4a4a;
      background-color: #e6e6e6;
      background-image: none;
      border-color: #adadad; }
    .menu-middle-drop .dropdown-menu {
      background-color: #21b494;
      width: 100%;
      border: 0;
      margin: 0;
      padding: 0;
      border-radius: 0;
      text-align: center; }
      .menu-middle-drop .dropdown-menu .dropdown-item {
        color: #ffffff;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 14px;
        padding: 6px 1.5rem; }
        .menu-middle-drop .dropdown-menu .dropdown-item:focus, .menu-middle-drop .dropdown-menu .dropdown-item:hover {
          color: #4a4a4a; }
  .history .text-overview .img-overview .bg-overview {
    height: 250px;
    background-position: center center; }
  .how-can .text-overview .img-overview .bg-overview {
    height: 600px; }
  .benefits .text-overview .description .img-benefits {
    margin: 50px auto; }
  .benefits .text-overview .description .img-benefits .bg-overview {
    height: 500px; }
  .different-types img {
    max-width: 80%;
    margin: 0 auto 20px;
    display: block; }
  .title-sec h1 {
    font-size: 35px;
    line-height: 35px; }
  .title-sec h2 {
    font-size: 20px;
    line-height: 21px; }
  .company .title-company h1 {
    font-size: 50px; }
  .company .video-top {
    height: 300px; }
    .company .video-top .ic-play {
      width: 100px;
      height: 100px;
      background-size: 100%; }
  .education .education-title h1 {
    font-size: 50px; }
  .whatis .whatis-title h1 {
    font-size: 50px;
    word-break: break-word; }
  .press .title-press h2 {
    font-size: 50px;
    word-break: break-word; }
  .press .press-posts {
    width: 100%; }
    .press .press-posts .press-post .entry-img {
      margin-left: -15px;
      margin-right: -15px; }
  /* LEGAL CANNABIS */
  .header-company h2 {
    font-size: 20px;
    line-height: 21px; }
  .header-company h1 {
    font-size: 35px;
    line-height: 35px; }
  .header-post .entry-title {
    font-size: 35px; }
  .header-post .img-own {
    width: 100%; }
    .header-post .img-own .col-lg-12 {
      padding-left: 0px;
      padding-right: 0px; }
  .where-can .whatis-title h1 {
    font-size: 50px;
    word-break: break-word; }
  /* SEARCH PAGE */
  .page-header-search h1 {
    font-size: 32px; }
  .result-search .post .content-post {
    display: block; }
    .result-search .post .content-post .img-post {
      flex: inherit;
      display: block;
      float: none;
      max-width: 100%;
      width: 100%; }
    .result-search .post .content-post .text-post {
      flex: inherit;
      width: 100%;
      display: block;
      float: none; }
  .page-leadership .header-post .entry-title {
    font-size: 45px; }
  .company .redefining .tab-content {
    margin-top: 35px; }
  .company .default-tabs .nav-tabs .nav-item .nav-link {
    padding: 15px 10px;
    font-size: 15px; }
  .company .default-tabs .tab-content {
    margin-top: 35px; }
  .developing .secont-sec {
    height: 200px; }
  .developing .first-sec {
    padding: 30px 15px; }
  .developing .third-sec {
    padding: 30px 0; }
  .developing .forty-sec {
    padding-bottom: 36px; }
    .developing .forty-sec .text-bottom {
      padding-top: 36px; }
  .developing .fifty-sec,
  .developing .sixty-sec {
    padding-bottom: 26px; }
  .page-firsts .header-post .thumb-page {
    height: 190px; }
  .page-news-featured .secondary-posts {
    width: 100%; }
    .page-news-featured .secondary-posts .img-news {
      margin-left: -15px;
      margin-right: -15px; }
  .press-releases .container {
    width: 100%; }
    .press-releases .container .img-news {
      margin-left: -15px;
      margin-right: -15px; }
  .media-coverage .container {
    width: 100%; }
    .media-coverage .container .img-news {
      margin-left: -15px;
      margin-right: -15px; }
  .section-title h2 {
    font-size: 60px;
    padding: 90px 0 72px; }
  .tab-firsts .nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center; }
    .tab-firsts .nav .nav-item .nav-link.active .arrowright {
      display: none; }
  .section-title h1 {
    font-size: 50px;
    padding: 100px 0 72px; } }

@media (max-width: 782px) {
  .admin-bar .tab-firsts {
    top: 101px; } }

@media (max-width: 480px) {
  .main {
    margin-top: 65px; }
  .main p {
    font-size: 14px !important; }
  /* BANNER */
  .banner {
    padding-bottom: 20px; }
    .banner .info-left {
      margin-top: 25px; }
      .banner .info-left h1 {
        font-size: 16px;
        line-height: 24px; }
      .banner .info-left h2 {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 20px; }
        .banner .info-left h2 span {
          font-size: 14px; }
      .banner .info-left .border-separator {
        height: 2px;
        margin-bottom: 19px; }
      .banner .info-left p {
        font-size: 12px;
        line-height: 17px; }
      .banner .info-left ul li a {
        font-size: 11px; }
      .banner .info-left .btn-banner {
        margin-top: 20px; }
    .banner .info-right {
      margin-top: 0; }
      .banner .info-right p {
        font-size: 12px;
        line-height: 17px; }
      .banner .info-right .icon-play {
        margin: 10px auto; }
        .banner .info-right .icon-play .ic-play {
          width: 84px;
          height: 84px; }
  /* BTN */
  .btn-white {
    font-size: 12px; }
  /* TITLE */
  .title {
    line-height: 23px;
    font-size: 20px; }
  /* PIONEERING */
  .pioneering {
    margin: 90px auto 30px auto; }
  .overview {
    padding-top: 20px; }
  .methods {
    margin: 0px auto 30px; }
    .methods .title {
      margin: 0 auto 38px; }
  /* POSTS */
  .post .visit {
    margin: 50px auto; }
    .post .visit p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 40px; }
  .post .posts .content-post {
    padding: 30px 30px; }
  /* OVERVIEW */
  .history .text-overview .img-overview .bg-overview {
    height: 290px !important;
    width: 100% !important;
    background-size: auto 100% !important;
    background-repeat: no-repeat; }
  .history .text-overview .description p {
    font-size: 14px;
    line-height: 21px; }
  /* MENU MIDDLE */
  .menu-middle ul li {
    text-align: left; }
  /* WHAT IS */
  .what-is {
    margin: 50px auto; }
    .what-is .title {
      font-size: 30px;
      line-height: 32px; }
    .what-is .col-padding {
      padding: 0; }
    .what-is p {
      font-size: 14px; }
  .tips {
    margin: 40px auto; }
    .tips .title {
      margin: 0 auto 34px; }
    .tips .col-padding {
      padding: 0; }
    .tips .text-overview p {
      font-size: 14px !important;
      line-height: 21px !important; }
  /* HISTORY */
  #history .bg-overview {
    height: 220px !important;
    background-size: 100% !important; }
  #history .title {
    margin-bottom: 25px; }
  /* WHERE IS */
  .where-is {
    margin: 30px auto; }
    .where-is .bg-title {
      height: 220px;
      margin: 0 auto 20px;
      background-size: 100%; }
      .where-is .bg-title h2 {
        width: 90%;
        margin-left: 40px;
        padding-top: 50px;
        font-size: 20px;
        max-width: 150px;
        margin-top: 0; }
    .where-is .col-padding {
      padding: 0; }
    .where-is p {
      font-size: 14px; }
  .whatis .whatis-title {
    padding: 60px 0; }
    .whatis .whatis-title h1 {
      font-size: 40px; }
  .whatis .unique .title-unique h2 {
    font-size: 40px; }
  /* HOW CAN */
  .how-can .col-padding {
    padding: 0; }
  .how-can .text-overview .img-overview .bg-overview {
    height: 450px !important;
    background-size: 100% !important; }
  /* BENEFITS */
  .benefits {
    margin-top: 40px; }
    .benefits .title {
      margin-bottom: -10px; }
    .benefits .description {
      padding: 0 !important; }
      .benefits .description .img-benefits .bg-overview {
        height: 200px !important; }
      .benefits .description .text {
        padding: 45px 15px 0; }
    .benefits .desc-bene {
      padding: 0 15px !important; }
    .benefits .text-overview .list-benefits li {
      text-align: left;
      font-size: 18px;
      line-height: 21px;
      text-indent: 0; }
      .benefits .text-overview .list-benefits li:before {
        content: "";
        background: url(../img/ic_check2.svg) no-repeat center;
        width: 20px;
        height: 20px;
        left: unset;
        margin-left: -50px;
        margin-top: 15px; }
  /* CANNABIS */
  .cannabis .title {
    margin: 0 auto 30px; }
  .cannabis p {
    font-size: 14px; }
  .text-default {
    font-size: 14px; }
  /* LEARN MORE */
  .learn-more {
    margin: 50px auto 20px; }
    .learn-more .notices {
      margin: 18px auto 43px; }
  /* PRODUCTS */
  .products .bg-products {
    padding-top: 46px; }
  .products .title {
    margin-bottom: 40px; }
  .products .margin-btn {
    margin: 40px auto; }
  .products .view h2 {
    margin: 20px 0 0 0;
    font-size: 20px; }
  .products .view a.info {
    padding: 5px 10px;
    font-size: 14px; }
  .products .view p {
    padding: 10px 20px 0px; }
  /* FOOTER */
  .menu-footer {
    display: none; }
  .footer h3 {
    line-height: 21px; }
  .footer .form-newsletter input[type=email] {
    width: 60%; }
  .footer .form-newsletter input[type=submit] {
    width: 40%; }
  /* PRODUCTS2 */
  .products2 {
    margin-top: 60px; }
    .products2 .margin-btn {
      margin-top: 40px; }
    .products2 .title-prod {
      padding-bottom: 40px; }
      .products2 .title-prod .title {
        margin-bottom: 0;
        padding-bottom: 30px;
        font-size: 20px;
        line-height: 35px; }
    .products2 .slider-product-home {
      margin-bottom: 40px; }
  .company .title-section {
    font-size: 33px; }
  .company .title-company h1 {
    font-size: 40px;
    padding: 60px 0; }
  .company .company-video h2 {
    font-size: 33px; }
  .company .company-video .ic-play-company {
    width: 90px;
    height: 90px;
    background-size: 100%; }
  .company .company-video p {
    margin-bottom: 30px; }
  .company .padding-top {
    padding-top: 40px; }
  .company .company-focus .title-section {
    margin-bottom: 40px; }
  .company .leadership {
    padding: 50px 0; }
    .company .leadership .boss {
      padding-top: 50px; }
  .company .company-of-firsts {
    padding: 60px 0; }
  .education .education-title h1 {
    font-size: 40px;
    padding: 60px 0; }
  .education .padding-top {
    padding-top: 40px; }
  .education .title-section {
    font-size: 33px;
    margin-bottom: 35px; }
  .education .introduction {
    padding-bottom: 20px; }
    .education .introduction .title-section {
      margin-bottom: 35px; }
  .education .medical-research {
    padding: 40px 0; }
    .education .medical-research .list-research {
      margin-top: 30px; }
  .education .state-laws {
    padding: 40px 0; }
    .education .state-laws .states {
      margin-top: 0px; }
  .title-careers h1 {
    font-size: 40px;
    padding: 60px 0; }
  .content-careers .text-careers {
    padding-bottom: 40px;
    padding-top: 40px; }
  .company .company-of-firsts .cd-timeline .cd-timeline-content {
    width: 90%; }
    .company .company-of-firsts .cd-timeline .cd-timeline-content h2 {
      font-size: 17px;
      font-weight: 700; }
  .section-title h2 {
    font-size: 40px;
    padding: 60px 0; }
  .header-firsts {
    padding: 40px 0; }
    .header-firsts h1 {
      font-size: 40px; } }

/* screw writing importants and shit, just stick it in max width since these classes are not shared between sizes */
@media (max-width: 767px) {
  #slide-nav .container {
    margin: 0;
    padding: 0 !important; }
  #slide-nav .navbar-header {
    margin: 0 auto;
    padding: 0 15px; }
  #slide-nav .navbar.slide-active {
    position: absolute;
    width: 80%;
    top: -1px;
    z-index: 1000; }
  #slide-nav #slidemenu {
    background: #f7f7f7;
    left: -100%;
    width: 80%;
    min-width: 0;
    position: absolute;
    padding-left: 0;
    z-index: 2;
    top: -8px;
    margin: 0; }
  #slide-nav #slidemenu .navbar-nav {
    min-width: 0;
    width: 100%;
    margin: 0; }
  #slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
    min-width: 0;
    width: 80%;
    white-space: normal; }
  #slide-nav {
    border-top: 0; }
  #slide-nav.navbar-inverse #slidemenu {
    background: #333; }
  /* this is behind the navigation but the navigation is not inside it so that the navigation is accessible and scrolls*/
  #slide-nav #navbar-height-col {
    position: fixed;
    top: 0;
    height: 100%;
    width: 80%;
    left: -80%;
    background: #eee; }
  #slide-nav.navbar-inverse #navbar-height-col {
    background: #333;
    z-index: 1;
    border: 0; }
  #slide-nav .navbar-form {
    width: 100%;
    margin: 8px 0;
    text-align: center;
    overflow: hidden;
    /*fast clearfixer*/ }
  #slide-nav .navbar-form .form-control {
    text-align: center; }
  #slide-nav .navbar-form .btn {
    width: 100%; } }

@media (min-width: 767px) {
  #page-content {
    left: 0 !important; }
  .navbar.navbar-fixed-top.slide-active {
    position: fixed; }
  .navbar-header {
    left: 0 !important; } }

@media (max-width: 991px) {
  .search-page {
    position: absolute;
    right: 65px;
    top: 8px; }
  .facts h2 {
    font-size: 40px; }
  .tablepress {
    display: block; }
    .tablepress tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch; } }

@media (max-width: 767px) {
  #testimonials {
    padding: 0; }
    #testimonials ul {
      padding-left: 0; }
      #testimonials ul blockquote {
        margin: 10px auto;
        padding: 0;
        font-size: 28px; }
  .where-can .products-row > div {
    margin-bottom: 40px; }
  .statistics .items .border-element {
    border-right: 0;
    border-bottom: 2px solid #979797; }
    .statistics .items .border-element:nth-child(3n+3) {
      border-right: 0; }
    .statistics .items .border-element:last-child {
      border-bottom: 0; }
  .statistics .items .bottom-0 {
    border-bottom: 2px solid #979797; } }

@media (max-width: 600px) {
  #map {
    height: 320px !important; } }

@media (max-width: 480px) {
  .header-page.report {
    padding: 60px 0 40px; }
  .header-page h1 {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 15px; }
  .whatis ul li {
    font-size: 14px; }
  .whatis .types-items {
    padding: 40px 0; }
  .statistics {
    padding: 40px 0; }
    .statistics .title {
      line-height: 30px; }
    .statistics .items {
      margin: 0; }
  .facts {
    padding: 40px 0; }
  .press .title-press h2 {
    font-size: 40px;
    padding: 60px 0; }
  .header-post .entry-title {
    font-size: 25px; }
  .search-nothing-found .search-form label {
    width: 100%; }
  .search-nothing-found .search-form .search-field {
    width: 100%;
    border-right: 1px solid #979797;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .search-nothing-found .search-form .search-submit {
    width: 100%;
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-left: 1px solid #979797; } }

@media (max-width: 575px) {
  .connection-area .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .connection-area h3 {
    font-size: 20px;
    margin: 20px 0 30px; }
  .education .state-laws .states .col-sm-6 {
    width: 50%; }
  .education .state-laws .districts {
    margin-top: 30px; }
    .education .state-laws .districts .margin-top {
      margin-top: 0; }
  .topic-firsts .topic-year {
    font-size: 35px;
    margin: 25px 0 15px; }
  .topic-firsts .topic-title {
    font-size: 20px;
    font-weight: 700;
    margin: 15px auto 10px;
    max-width: 100%; }
  .topic-firsts .topic-line-img {
    margin-bottom: 80px; }
    .topic-firsts .topic-line-img:before {
      height: 79px; }
  .topic-firsts .view-more {
    margin-left: 0;
    margin-bottom: 30px; }
  .company .default-tabs .nav-tabs {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .company .default-tabs .nav-tabs .nav-item .nav-link {
      border-right: 0 !important;
      font-size: 18px;
      padding: 15px 10px 0;
      margin: 0; }
      .company .default-tabs .nav-tabs .nav-item .nav-link:after {
        content: "";
        height: 1px;
        width: 90px;
        background-color: #afafaf;
        display: block;
        margin: 15px auto 0; }
    .company .default-tabs .nav-tabs .nav-item:last-child .nav-link:after {
      height: 0; }
  .section-title h1 {
    font-size: 40px;
    padding: 60px 0; }
  .page-single .entry-content .table-of-contents-posts ul:first-child li:last-child {
    border-bottom: 1px solid #e1e1e1; }
  .where-can .customer-service .avoiding img {
    float: none;
    margin-right: 0; } }

.product-guide {
  margin-bottom: 100px !important;
  justify-content: center; }
  .product-guide > div {
    margin-bottom: 40px; }
  .product-guide .slick-dots {
    bottom: -60px !important; }
  .product-guide img {
    max-height: 255px;
    margin: 0 auto; }
  .product-guide .title-guide {
    color: #4a4a4a;
    text-transform: uppercase; }
  .product-guide .desc-guide {
    margin-bottom: 0; }
  .product-guide .price-guide {
    font-size: 1.25rem; }
    .product-guide .price-guide del {
      color: #999;
      margin-right: 10px; }
  .product-guide .btn {
    color: #4a4a4a !important;
    text-decoration: none !important;
    min-width: auto; }
    .product-guide .btn:hover {
      color: #ffffff !important; }

@media (min-width: 767px) {
  .product-guide {
    margin-bottom: 20px !important; } }

.bg_green {
  background-color: #edfaed; }
  .bg_green .title-page-news h2 {
    background-color: transparent !important; }

.blog-post-company-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .blog-post-company-container .blog-post-company {
    margin-bottom: 30px;
    width: 100%;
    background-color: #f4f4f4;
    padding-bottom: 30px; }
    .blog-post-company-container .blog-post-company img {
      display: block;
      margin: 0 auto; }
    .blog-post-company-container .blog-post-company a {
      color: #434340;
      text-decoration: none; }
    .blog-post-company-container .blog-post-company h3 {
      text-transform: uppercase;
      font-weight: 900;
      margin-top: 35px;
      margin-bottom: 1rem;
      font-size: 20px;
      color: #434340;
      margin-left: 20px;
      margin-right: 20px; }
    .blog-post-company-container .blog-post-company .btn {
      min-width: auto !important;
      padding: 10px 10px !important;
      margin-left: 20px;
      margin-right: 20px; }
      .blog-post-company-container .blog-post-company .btn:hover {
        color: #fff !important; }

.btn-see-more {
  min-width: auto;
  color: #393939 !important;
  text-decoration: none !important;
  margin: 0 auto;
  display: block;
  width: 170px; }
  .btn-see-more:hover {
    color: #fff !important; }

@media (min-width: 767px) {
  .blog-post-company-container .blog-post-company {
    width: 48%; } }

@media (min-width: 991px) {
  .blog-post-company-container .blog-post-company {
    width: 48.5%; } }

.vaping-text p {
  font-size: 16px !important; }

.text-center {
  text-align: center; }

.btn-viewmore-investors {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 19px;
  font-weight: 900;
  border: 2px solid #fff;
  padding: 6px 12px;
  border-radius: 0; }
  .btn-viewmore-investors:hover, .btn-viewmore-investors:active, .btn-viewmore-investors:focus {
    color: #1a9e81;
    border-color: #1a9e81; }

.btn-viewmore-news-investors {
  border: 0;
  border-left: 3px solid #4a4a4a;
  font-size: 14px;
  color: #4a4a4a;
  letter-spacing: -0.02em;
  line-height: 19px;
  font-weight: 900;
  padding: 0px 12px;
  border-radius: 0; }
  .btn-viewmore-news-investors:hover, .btn-viewmore-news-investors:active, .btn-viewmore-news-investors:focus {
    color: #1a9e81;
    border-left-color: #1a9e81;
    text-decoration: none; }

.btn-create-investors {
  font-size: 18px;
  color: #ffffff;
  letter-spacing: -0.02em;
  padding: 17px;
  min-width: 220px;
  border: 2px solid #ffffff;
  font-weight: 700;
  border-radius: 0; }
  .btn-create-investors:hover {
    color: #1a9e81;
    border-color: #1a9e81; }

.title-investors {
  display: block;
  margin-bottom: 52px; }
  .title-investors h2 {
    font-size: 35px;
    color: #1a9e81;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    line-height: 43px;
    font-weight: 900;
    background-color: #fff;
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0 20px 0 0;
    position: relative;
    z-index: 1; }
  .title-investors .border-bottom {
    width: 100%;
    height: 1px;
    background-color: #979797;
    display: block;
    position: relative;
    top: -10px; }

/* ==============================
HOME
============================== */
.header-page-investors {
  background-color: #432849;
  padding: 60px 0 140px; }
  .header-page-investors h1 {
    font-size: 50px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 55px;
    margin: 0 0 25px;
    max-width: 500px; }
  .header-page-investors p {
    font-size: 12px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 400; }
    .header-page-investors p span {
      color: #1a9e81; }
  .header-page-investors .btn-create {
    margin-top: 70px; }
  .header-page-investors h3 {
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
    text-align: center;
    letter-spacing: -0.02em;
    margin: 16px 0 0;
    text-transform: uppercase; }

.chart .content-chart {
  padding: 25px 20px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 70px;
  margin-top: -80px; }
  .chart .content-chart h2 {
    font-size: 22px;
    color: #432849;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 22px;
    margin: 0 0 28px; }

.chart .chart-infos h2 {
  font-size: 30px;
  color: #432849;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 10px 0 19px;
  line-height: 35px;
  max-width: 210px; }

.chart .chart-infos h3 {
  font-size: 22px;
  color: #432849;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin: 0 0 19px;
  line-height: 25px; }

.chart .chart-infos p {
  font-size: 14px;
  color: #432849;
  font-weight: 400;
  letter-spacing: -0.02em; }

.chart .table-chart tbody {
  border: 1px solid #eeeeee; }

.chart .table-chart td {
  border-right: 1px dotted #eeeeee;
  border-top: 1px dotted #eceeef; }

.chart .text-bottom {
  padding: 60px 0;
  font-size: 12px; }

.impact-investors {
  padding: 60px 0; }
  .impact-investors .margin-0 {
    padding-left: 0;
    padding-right: 0; }
  .impact-investors .bg-img {
    background-image: url("../img/investors/img-impact.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 550px; }
  .impact-investors .text-impact {
    max-width: 515px;
    padding: 10px 15px 0 45px; }
    .impact-investors .text-impact h2 {
      font-size: 40px;
      color: #432849;
      letter-spacing: -0.02em;
      font-weight: 900;
      text-transform: uppercase;
      line-height: 45px;
      margin: 0 0 35px; }
    .impact-investors .text-impact p {
      font-size: 14px;
      color: #4a4a4a;
      font-weight: 400;
      line-height: 21px;
      margin: 0 0 15px; }

.contact-investors {
  padding: 60px 0 120px; }
  .contact-investors h2 {
    font-size: 40px;
    color: #432849;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 45px;
    margin: 0 auto 70px;
    max-width: 600px; }
  .contact-investors .form-contact {
    max-width: 580px;
    margin: 0 auto; }
    .contact-investors .form-contact .form-control {
      border: 1px solid #979797;
      border-radius: 3px;
      height: 60px;
      margin: 0 auto 10px;
      font-size: 12px;
      color: #9b9b9b;
      text-align: left;
      letter-spacing: -0.02em;
      font-weight: 400; }
    .contact-investors .form-contact .form-control.textarea {
      min-height: 120px; }
    .contact-investors .form-contact h3 {
      font-size: 22px;
      color: #432849;
      letter-spacing: -0.02em;
      font-weight: 900;
      display: inline-block;
      float: left;
      margin-top: -37px; }
      .contact-investors .form-contact h3 a {
        color: #432849; }
        .contact-investors .form-contact h3 a:hover {
          text-decoration: none; }
    .contact-investors .form-contact .btn-submit {
      display: inline-block;
      background-color: #432849;
      font-size: 14px;
      color: #ffffff;
      letter-spacing: -0.02em;
      font-weight: 700;
      border-radius: 0;
      padding: 11px 15px;
      float: right; }

/* ==============================
REPORTs
============================== */
.header-page-investors.report {
  padding: 60px 0; }
  .header-page-investors.report p span {
    color: #fff;
    font-weight: 700; }

.disclosures {
  padding: 60px 0; }
  .disclosures h2 {
    font-size: 30px;
    color: #432849;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 60px;
    line-height: 35px; }
  .disclosures .nav-tabs {
    padding: 0;
    margin: 0;
    display: block;
    border-bottom: 0; }
    .disclosures .nav-tabs .nav-item {
      border-bottom: 1px solid #9b9b9b;
      max-width: 70px;
      position: relative; }
      .disclosures .nav-tabs .nav-item .nav-link {
        font-size: 14px;
        color: #4a4a4a;
        letter-spacing: -0.02em;
        font-weight: 400;
        padding: 13px 15px;
        border-radius: 0; }
        .disclosures .nav-tabs .nav-item .nav-link.active {
          color: #fff;
          background-color: #432849;
          border-color: transparent;
          font-weight: 700;
          border-radius: 0; }
          .disclosures .nav-tabs .nav-item .nav-link.active .arrowright {
            width: 0px;
            height: 0px;
            border-top: 25px solid transparent;
            border-bottom: 25px solid transparent;
            border-left: 9px solid #432849;
            position: absolute;
            left: 70px;
            top: 0px; }
        .disclosures .nav-tabs .nav-item .nav-link:hover {
          border-color: transparent; }
  .disclosures .ic-link {
    background: url("../img/investors/ic_link9.svg") no-repeat center center;
    width: 16px;
    height: 16px;
    display: block; }
  .disclosures .table thead th {
    border-top: 0;
    border-bottom: 0;
    font-size: 14px;
    color: #4a4a4a; }
  .disclosures .table tbody tr:first-child td {
    border-top: 0; }
  .disclosures .table tbody tr td {
    border-top: 2px dotted #eeeeee;
    border-right: 2px dotted #eeeeee;
    font-size: 14px;
    color: #4a4a4a; }
    .disclosures .table tbody tr td:last-child {
      border-right: 0; }

.news-of-firsts-investors {
  background-color: #eeeeee;
  padding: 90px 0 120px; }
  .news-of-firsts-investors h2 {
    font-size: 60px;
    color: #432849;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 65px;
    margin: 0 0 75px; }
    .news-of-firsts-investors h2 span {
      font-size: 35px;
      vertical-align: top;
      position: relative;
      top: -11px; }
  .news-of-firsts-investors .company-investors .btn-outline-secondary {
    color: #fff;
    background-image: none;
    background-color: #dedede;
    border-color: transparent;
    border-radius: 100%;
    padding: 1.2rem 1.35rem; }
    .news-of-firsts-investors .company-investors .btn-outline-secondary:hover {
      background-color: #432849; }
  .news-of-firsts-investors .company-investors .options {
    width: 100%;
    position: absolute;
    top: -130px;
    height: 0px; }
    .news-of-firsts-investors .company-investors .options .prev {
      float: left;
      position: relative;
      left: -50px; }
    .news-of-firsts-investors .company-investors .options .next {
      float: right;
      position: relative;
      right: -10px; }
  .news-of-firsts-investors .company-investors img {
    margin-bottom: 25px; }
  .news-of-firsts-investors .company-investors h3 {
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 40px; }
    .news-of-firsts-investors .company-investors h3 a {
      color: #4a4a4a; }
      .news-of-firsts-investors .company-investors h3 a:hover {
        color: #1a9e81;
        text-decoration: none; }
  .news-of-firsts-investors .company-investors .border-card {
    border-right: 1px solid #979797;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 260px; }
    .news-of-firsts-investors .company-investors .border-card:last-child {
      border-right: 0; }
  .news-of-firsts-investors .slick-prev,
  .news-of-firsts-investors .slick-next {
    width: 60px;
    height: 60px; }
    .news-of-firsts-investors .slick-prev:before,
    .news-of-firsts-investors .slick-next:before {
      content: ""; }
  .news-of-firsts-investors .slick-prev {
    left: -55px;
    background: url("../img/investors/bt_arrow_left.png") no-repeat center center; }
    .news-of-firsts-investors .slick-prev:hover, .news-of-firsts-investors .slick-prev:focus {
      background: url("../img/investors/bt_arrow_left.png") no-repeat center center;
      opacity: .8; }
  .news-of-firsts-investors .slick-next {
    right: -55px;
    background: url("../img/investors/bt_arrow_right.png") no-repeat center center; }
    .news-of-firsts-investors .slick-next:hover, .news-of-firsts-investors .slick-next:focus {
      background: url("../img/investors/bt_arrow_right.png") no-repeat center center;
      opacity: .8; }
  .news-of-firsts-investors .slick-dots li button:before {
    font-size: 45px; }

.content-shareholder .title-investors {
  font-size: 30px;
  color: #432849;
  letter-spacing: -0.02em;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 40px; }

.content-shareholder .text-contact p {
  font-size: 14px;
  color: #4a4a4a;
  letter-spacing: -0.02em;
  font-weight: 400;
  margin: 0 0 10px; }
  .content-shareholder .text-contact p strong {
    color: #432849; }
  .content-shareholder .text-contact p a {
    color: #4a4a4a; }

.content-shareholder .perfil {
  padding: 40px 0; }
  .content-shareholder .perfil img {
    margin-bottom: 20px;
    max-width: 100%; }
  .content-shareholder .perfil h3 {
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -0.01em;
    font-weight: 700;
    margin: 0 0 5px; }
  .content-shareholder .perfil p {
    font-size: 14px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    margin: 0; }
    .content-shareholder .perfil p a {
      color: #1a9e81; }
      .content-shareholder .perfil p a:hover {
        text-decoration: none; }

.content-shareholder .logo {
  width: 76px;
  background: url("../img/logo.svg") no-repeat center center;
  background-size: 100%;
  display: block;
  height: 70px;
  margin: 0 auto 20px; }

.available {
  padding: 65px 0; }
  .available .btn-available {
    font-size: 14px;
    color: #432849;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #432849;
    border-radius: 0;
    width: 100%;
    margin-bottom: 18px;
    padding: 1.8rem 1rem;
    white-space: normal; }
    .available .btn-available:hover {
      color: #1a9e81;
      border-color: #1a9e81; }
  .available .links {
    padding-left: 15px;
    padding-right: 15px; }

.agent {
  padding: 65px 0; }
  .agent .text-bottom {
    margin: 36px 0 10px;
    font-size: 10px;
    color: #4a4a4a;
    max-width: 350px; }

.contacts {
  padding: 65px 30px;
  background-color: #eeeeee;
  height: 100%; }
  .contacts .text-contact {
    margin-bottom: 50px; }
  .contacts .contact-form .form-control {
    background-color: #ffffff;
    border-radius: 3px;
    height: 38px;
    border: 0;
    font-size: 14px;
    color: #9b9b9b;
    letter-spacing: -0.02em;
    font-weight: 400;
    margin-bottom: 0px; }
  .contacts .contact-form textarea {
    min-height: 120px; }
  .contacts .contact-form .btn-submit {
    background-color: #1a9e81;
    border-radius: 3px;
    border: 0;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: -0.02em;
    font-weight: 700;
    padding: .7rem 1.2rem;
    float: right; }

/* equal card height */
.row-equal > div[class*='col-'] {
  display: flex;
  flex: 1 0 auto; }

.row-equal .card-item {
  width: 100%; }

/* ensure equal card height inside carousel */
.carousel-inner > .row-equal.active,
.carousel-inner > .row-equal.next,
.carousel-inner > .row-equal.prev {
  display: flex; }

/* prevent flicker during transition */
.carousel-inner > .row-equal.active.left,
.carousel-inner > .row-equal.active.right {
  opacity: 0.5;
  display: flex; }

.error-404 {
  padding: 100px 0; }
  .error-404 .page-title {
    font-weight: 900;
    text-transform: uppercase; }
  .error-404 .search-field {
    border: 1px solid #979797;
    border-radius: 3px;
    height: 40px;
    padding: .5rem .75rem;
    font-size: 16px;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff; }
  .error-404 .search-submit {
    border: 1px solid #1a9e81;
    border-radius: 3px;
    height: 40px;
    padding: .5rem .75rem;
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    font-weight: 600;
    background-color: #1a9e81; }
    .error-404 .search-submit:hover {
      background-color: rgba(26, 158, 129, 0.78); }

.header-page-investors.access-page p {
  max-width: 580px; }
  .header-page-investors.access-page p span {
    color: #1a9e81 !important;
    font-weight: 400; }

.access-investors {
  background-color: #eeeeee;
  padding: 96px 0; }
  .access-investors h2 {
    font-size: 60px;
    font-weight: 900;
    color: #432849;
    text-align: left;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0 0 60px; }
  .access-investors h3 {
    font-size: 30px;
    font-weight: 900;
    color: #432849;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0 0 35px; }
  .access-investors .btn-green {
    border: 2px solid #1a9e81;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    color: #1a9e81;
    text-align: center;
    letter-spacing: -0.02em;
    padding: 10px 15px; }
  .access-investors form {
    margin-bottom: 50px; }
  .access-investors .form-control {
    font-size: 14px;
    color: #9b9b9b;
    border-radius: 3px;
    border: 0;
    padding: .7rem .75rem; }
  .access-investors .btn-submit {
    background-color: #1a9e81;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    padding: .8rem 2rem;
    float: right; }

@media (max-width: 991px) {
  .search-page {
    position: absolute;
    right: 65px;
    top: 7px; }
  .news-of-firsts-investors .company-investors .border-card {
    border-right: 0; } }

@media (max-width: 767px) {
  .impact-investors .bg-img {
    height: 250px; }
  .impact-investors .text-impact {
    max-width: 100%;
    padding: 15px; }
    .impact-investors .text-impact h2 {
      font-size: 29px;
      line-height: 35px; }
  .contact-investors h2 {
    font-size: 29px;
    line-height: 35px; }
  .disclosures .nav-tabs .nav-item .nav-link.active .arrowright {
    left: 60px; }
  .news-of-firsts-investors h2 {
    font-size: 40px;
    line-height: 45px; }
    .news-of-firsts-investors h2 span {
      font-size: 25px;
      top: -3px; }
  .news-of-firsts-investors .company-investors .border-card {
    padding-top: 15px;
    padding-bottom: 15px;
    border-right: 0; }
  .news-of-firsts-investors .company-investors .options {
    top: 0;
    position: relative;
    margin-top: 20px; }
    .news-of-firsts-investors .company-investors .options .prev {
      left: 15px; }
    .news-of-firsts-investors .company-investors .options .next {
      right: 15px; }
  .news-of-firsts-investors .slick-prev,
  .news-of-firsts-investors .slick-next {
    width: 40px;
    height: 40px;
    background-size: 100%; }
  .news-of-firsts-investors .slick-next {
    right: -35px; }
  .news-of-firsts-investors .slick-prev {
    left: -35px; }
  .statistics .items .border-element {
    border-right: 0;
    border-bottom: 2px solid #979797; }
    .statistics .items .border-element:nth-child(3n+3) {
      border-right: 0; }
    .statistics .items .border-element:last-child {
      border-bottom: 0; }
  .statistics .items .bottom-0 {
    border-bottom: 2px solid #979797; }
  .facts h2 {
    font-size: 40px; }
  .header-page-investors.access-page p {
    max-width: 100%;
    margin-bottom: 30px; }
  .access-investors {
    padding: 40px 0; }
    .access-investors h2 {
      font-size: 50px;
      margin: 0 0 30px; } }

@media (max-width: 575px) {
  .disclosures .nav-tabs {
    margin-bottom: 20px; }
    .disclosures .nav-tabs .nav-item {
      display: inline-block; }
      .disclosures .nav-tabs .nav-item .nav-link {
        padding: .5em 1em; }
        .disclosures .nav-tabs .nav-item .nav-link.active .arrowright {
          display: none; } }

@media (max-width: 480px) {
  .header-page-investors {
    padding: 40px 0 120px; }
    .header-page-investors h1 {
      font-size: 40px;
      line-height: 40px;
      margin: 0; }
    .header-page-investors.report {
      padding: 40px 0; }
  .chart .content-chart {
    margin-bottom: 30px; }
  .news-of-firsts-investors {
    padding: 40px 0 80px; }
    .news-of-firsts-investors h2 {
      font-size: 35px;
      line-height: 35px;
      margin-bottom: 40px; }
  .available {
    padding: 0px 0 30px; }
  .contact-investors {
    padding: 0 0 100px; }
    .contact-investors .form-contact h3 {
      font-size: 18px; }
  .header-page-investors.access-page p {
    margin-top: 30px; }
  .access-investors h2 {
    font-size: 40px; } }

@media (max-width: 640px) {
  .slick-prev,
  .slick-next {
    display: none !important; }
  .slick-dots {
    bottom: -70px !important; } }

.btn-start {
  background-color: #199e81;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 900;
  color: white;
  text-align: center;
  letter-spacing: -0.02em;
  padding: 15px 20px;
  min-width: 200px;
  margin: 0 auto;
  text-transform: uppercase; }
  .btn-start:hover {
    background-color: #4a4a4a;
    color: white; }

.btn-start-bottom {
  border: 2px solid #199e81;
  background-color: transparent;
  font-size: 18px;
  font-weight: 700;
  color: #199e81;
  text-align: center;
  letter-spacing: -0.02em;
  padding: 17px 15px;
  width: 245px;
  border-radius: 0; }
  .btn-start-bottom:hover {
    background-color: #199e81;
    color: white; }

.best-cbd {
  background-color: #eeeeee; }
  .best-cbd .img-best {
    background-image: url("../img/wholesale/best-cbd.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center right;
    width: 100%;
    height: 660px; }
    @media (max-width: 991px) {
      .best-cbd .img-best {
        height: 480px; } }
    @media (max-width: 767px) {
      .best-cbd .img-best {
        height: 440px; } }
    @media (max-width: 575px) {
      .best-cbd .img-best {
        height: 300px; } }
  .best-cbd .no-padding {
    padding-left: 0;
    padding-right: 0; }
  .best-cbd .content-best {
    max-width: 545px;
    padding: 90px 15px 85px 75px; }
    .best-cbd .content-best h2 {
      font-size: 30px;
      font-weight: 900;
      color: #4a4a4a;
      text-align: left;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      margin: 0 0 28px; }
    .best-cbd .content-best h3 {
      font-size: 18px;
      font-weight: 700;
      color: #199e81;
      text-align: left;
      letter-spacing: -0.03em;
      line-height: 25px;
      margin: 0 0 32px; }
    .best-cbd .content-best ul {
      margin: 0 0 45px;
      padding: 0; }
      .best-cbd .content-best ul li {
        list-style: none;
        font-size: 18px;
        color: #4a4a4a;
        text-align: left;
        letter-spacing: -0.03em;
        line-height: 40px; }
        .best-cbd .content-best ul li img {
          margin-right: 25px; }
    @media (max-width: 991px) {
      .best-cbd .content-best {
        max-width: 100%;
        padding: 50px 15px; } }

.our-award {
  padding: 120px 0; }
  .our-award h3 {
    font-size: 22px;
    font-weight: 900;
    color: #4a4a4a;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0 0 56px; }
  .our-award .logo-section h3 {
    color: #9b9b9b;
    margin: 0 auto 95px;
    max-width: 600px; }
  .our-award .become-retailer {
    padding: 90px 0 90px; }
  .our-award .retailers h2 {
    font-size: 40px;
    font-weight: 900;
    color: #199e81;
    text-align: center;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0 0 65px; }
  @media (max-width: 767px) {
    .our-award {
      padding: 60px 0; }
      .our-award h3 {
        margin-bottom: 35px; }
      .our-award .logo-section h3 {
        margin-bottom: 45px; }
      .our-award .become-retailer {
        padding: 45px 0; }
      .our-award .retailers h2 {
        font-size: 30px;
        margin-bottom: 35px; } }

.popular-products {
  padding-bottom: 160px;
  overflow: hidden; }
  .popular-products h2 {
    font-size: 50px;
    font-weight: 900;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0 0 55px; }
  .popular-products .own-products {
    padding-bottom: 150px; }
    .popular-products .own-products img {
      max-width: 150%; }
  .popular-products .products-section h3 {
    font-size: 22px;
    font-weight: 900;
    color: #4a4a4a;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 62px 0 56px; }
  .popular-products .products-section .box {
    margin-bottom: 70px; }
    .popular-products .products-section .box .box-img {
      height: 260px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      align-items: center;
      -webkit-align-items: center;
      -ms-align-items: center; }
  @media (max-width: 1199px) {
    .popular-products {
      padding-bottom: 80px; }
      .popular-products .own-products img {
        max-width: 100%; } }
  @media (max-width: 767px) {
    .popular-products {
      padding-bottom: 45px; }
      .popular-products h2 {
        font-size: 35px;
        margin-bottom: 30px; }
      .popular-products .products-section h3 {
        margin: 15px 0; }
      .popular-products .products-section .box {
        margin-bottom: 35px; } }

.formulation {
  padding-bottom: 120px; }
  .formulation h2 {
    font-size: 50px;
    font-weight: 900;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin: 0 0 50px; }
  .formulation h3 {
    font-size: 22px;
    font-weight: 900;
    color: #4a4a4a;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0 0 56px; }
  .formulation .content-formulation {
    padding-left: calc((101vw - 1170px) / 2); }
  .formulation .no-padding {
    padding-left: 0;
    padding-right: 0;
    text-align: right; }
  .formulation .box {
    margin-top: 70px; }
  @media (max-width: 991px) {
    .formulation .no-padding {
      text-align: center; } }
  @media (max-width: 767px) {
    .formulation {
      padding-bottom: 60px; }
      .formulation h2 {
        font-size: 35px;
        margin-bottom: 30px; }
      .formulation h3 {
        margin-bottom: 15px; }
      .formulation .box {
        margin-top: 30px; } }

.why-wholesale {
  background-color: #eeeeee;
  padding: 142px 0 127px; }
  .why-wholesale h2 {
    font-size: 40px;
    font-weight: 900;
    color: #199e81;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0 0 85px; }
  .why-wholesale .button-bottom {
    margin-top: 100px;
    text-align: center; }
  @media (max-width: 991px) {
    .why-wholesale {
      padding: 80px 0; } }
  @media (max-width: 767px) {
    .why-wholesale {
      padding: 45px 0; }
      .why-wholesale h2 {
        font-size: 30px;
        margin-bottom: 40px; }
      .why-wholesale .button-bottom {
        margin-top: 30px; } }

.modal-wholesale .modal-lg {
  max-width: 620px; }

.modal-wholesale .modal-content {
  padding: 65px 15px;
  border: 0;
  border-radius: 8px;
  margin-top: 55px; }
  .modal-wholesale .modal-content .close {
    position: absolute;
    right: 30px;
    top: 50px;
    font-size: 30px;
    opacity: 1; }
    .modal-wholesale .modal-content .close:hover {
      opacity: .5; }
  .modal-wholesale .modal-content .modal-header {
    border-bottom: 0; }
  .modal-wholesale .modal-content .modal-body {
    max-width: 420px;
    margin: 0 auto; }

.modal-wholesale .input-text {
  border: 1px solid #9b9b9b;
  border-radius: 3px; }

.modal-wholesale h4 {
  font-size: 23px;
  font-weight: 900;
  color: #4a4a4a;
  text-align: left;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 15px; }

.modal-wholesale p {
  margin-bottom: 35px;
  font-size: 16px; }

.modal-wholesale h3 {
  font-size: 18px;
  font-weight: 900;
  color: #4a4a4a;
  text-align: left;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 25px; }
  .modal-wholesale h3 span {
    font-size: 12px;
    text-transform: none;
    font-weight: 400;
    margin-left: 10px; }

.modal-wholesale .input-checkbox .wpcf7-list-item {
  margin-left: 0; }
  .modal-wholesale .input-checkbox .wpcf7-list-item-label {
    font-size: 14px;
    color: #4a4a4a;
    text-align: left;
    letter-spacing: -0.02em;
    font-weight: 400; }

.modal-wholesale .input-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: white;
  border: 2px solid #9b9b9b;
  padding: 7px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  outline: 0;
  top: 3px;
  margin-right: 7px;
  cursor: pointer; }

.modal-wholesale .input-checkbox input[type="checkbox"]:active,
.modal-wholesale .input-checkbox input[type="checkbox"]:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }

.modal-wholesale .input-checkbox input[type="checkbox"]:checked {
  background-color: #199e81;
  border: 2px solid #199e81;
  color: white; }

.modal-wholesale .input-checkbox input[type="checkbox"]:checked:after {
  content: '\f00c';
  position: absolute;
  top: 1px;
  left: 1px;
  color: white;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  font-weight: 300; }

.modal-wholesale .btn-submit {
  background-color: #199e81;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  letter-spacing: -0.02em;
  min-width: 90px;
  text-align: center;
  padding: 11px;
  cursor: pointer;
  float: right; }
  .modal-wholesale .btn-submit:hover {
    background-color: #4a4a4a;
    color: white; }

.widget {
  margin-bottom: 40px !important; }
  .widget .widget-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 20px; }
  .widget ul {
    margin: 0;
    padding: 0; }
    .widget ul li {
      list-style: none;
      margin: 0 0 20px;
      line-height: 22px; }
      .widget ul li a {
        color: #4a4a4a;
        font-weight: 700; }
        .widget ul li a:hover {
          text-decoration: underline; }
  .widget .items-sidebar {
    margin-bottom: 40px; }
    .widget .items-sidebar h3 {
      font-size: 22px;
      text-transform: uppercase;
      font-weight: 900;
      margin: 0 0 20px; }

.widget-full {
  width: 100% !important;
  margin: 0 0 30px !important;
  float: left; }

.list-infos {
  padding: 0;
  margin: 0 0 35px; }
  .list-infos li {
    padding: 25px 0;
    font-size: 14px;
    color: #1a9e81;
    font-weight: 700;
    list-style: none;
    border-bottom: 3px dotted #e1e1e1; }
    .list-infos li a {
      color: #1a9e81; }
      .list-infos li a:hover, .list-infos li a:focus, .list-infos li a:active {
        text-decoration: none; }
    .list-infos li:last-child {
      border-bottom: 0; }
    .list-infos li:first-child {
      padding-top: 0px; }
  .list-infos .ic-calendar {
    background: url("../img/ic_calendar.svg") no-repeat center;
    width: 18px;
    height: 20px;
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: 5px; }
  .list-infos .ic-tag {
    background: url("../img/ic_tag.svg") no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px; }
  .list-infos .ic-author {
    background: url("../img/ic_author.svg") no-repeat center;
    width: 22px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px; }

.posted-on-mobile {
  display: none !important; }
  .posted-on-mobile a {
    color: #4a4a4a;
    font-size: 16px; }

@media (max-width: 991px) {
  .posted-on-mobile {
    display: inline-block !important; } }

.headerbar {
  background-color: #412447;
  padding: 15px 0;
  text-align: center; }
  .headerbar .btn-join-event {
    background-color: #d81b60;
    color: #ffffff !important;
    border-radius: 8px;
    font-size: 25px;
    font-weight: 700;
    padding: 10px 20px;
    min-width: 275px;
    display: inline-block;
    box-shadow: 0px 3px #84123b; }
    .headerbar .btn-join-event:hover {
      background-color: #21b494;
      color: #fff;
      box-shadow: 0px 3px #1d715f; }

.header-events {
  padding: 60px 0 20px; }
  .header-events h1 {
    color: #21b494;
    font-weight: 900;
    margin-bottom: 20px; }
  .header-events p {
    font-size: 24px;
    font-weight: 500;
    color: #21b494;
    margin-bottom: 20px;
    line-height: 1.2; }

.videos-section {
  padding: 0 0 60px; }
  .videos-section .videogallery .navMain {
    padding: 10px;
    background-color: #424242; }
  .videos-section .videogallery .thumb-round {
    height: 55px;
    border-radius: 0;
    min-width: 90px;
    align-self: flex-start; }
  .videos-section .videogallery .the-title {
    font-size: 13px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Raleway" !important;
    text-transform: capitalize; }
  .videos-section .videogallery .paragraph {
    display: none; }
  .videos-section .videogallery .navigationThumb-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center; }
  .videos-section .videogallery .videogallery--navigation-container .navigationThumb {
    border-bottom: 1px solid #353535;
    background-color: #424242;
    width: 100% !important;
    border-right: 0; }
    .videos-section .videogallery .videogallery--navigation-container .navigationThumb.active {
      background-color: #5b5b5b; }
  .videos-section .dzsas-second-con {
    display: none; }

.event-info {
  padding: 77px 0 60px;
  text-align: center;
  background-color: #412447; }
  .event-info h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px; }
  .event-info h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px; }
  .event-info h4 {
    font-size: 26px;
    color: #fbc02d;
    font-weight: 400;
    margin-bottom: 25px; }
  .event-info p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin: 0 auto 25px;
    max-width: 600px; }
  .event-info .social-follow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    margin-top: 30px;
    margin-bottom: 20px; }
    .event-info .social-follow h3 {
      font-size: 18px;
      margin-bottom: 0; }
    .event-info .social-follow .redes {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      padding-left: 15px; }
      .event-info .social-follow .redes li {
        list-style: none;
        margin: 0 6px; }
        .event-info .social-follow .redes li .fa {
          font-size: 18px;
          color: #ffffff;
          border: 2px solid #ffffff;
          border-radius: 100px;
          width: 37px;
          height: 37px;
          line-height: 35px; }
          .event-info .social-follow .redes li .fa:hover {
            color: #3b5a9a;
            border: 2px solid #3b5a9a; }
  .event-info .btn-join-event {
    background-color: #d81b60;
    color: #ffffff !important;
    border-radius: 8px;
    font-size: 40px;
    font-weight: 700;
    padding: 20px 30px;
    min-width: 275px;
    display: inline-block;
    margin: 35px 0;
    box-shadow: 0px 3px #84123b; }
    .event-info .btn-join-event:hover {
      background-color: #21b494;
      color: #fff;
      box-shadow: 0px 3px #1d715f; }
  .event-info .counter {
    margin: 0 auto;
    padding: 30px 0 15px;
    text-align: center; }

.event-posts {
  padding: 50px 0; }
  .event-posts .post-column h3 {
    font-size: 26px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 18px;
    min-height: 105px; }
  .event-posts .post-column .post-box {
    margin-bottom: 30px;
    min-height: 268px; }
    .event-posts .post-column .post-box h4 {
      font-size: 20px;
      font-weight: 500;
      color: #a1a1a1;
      margin: 18px 0;
      min-height: 44px; }
      .event-posts .post-column .post-box h4 a {
        color: #a1a1a1; }
        .event-posts .post-column .post-box h4 a:hover {
          color: #525151; }
  .event-posts .form-story {
    background-color: #eeeeee;
    padding: 34px;
    margin-bottom: 50px; }
    .event-posts .form-story p {
      margin-top: 10px; }
    .event-posts .form-story h3 {
      font-size: 26px;
      font-weight: 900;
      color: #21b494;
      margin-bottom: 0; }
    .event-posts .form-story form {
      margin-top: 25px; }
      .event-posts .form-story form label {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 700;
        color: #8e8e8e;
        width: 100%; }
      .event-posts .form-story form .input-text {
        height: 44px;
        border-radius: 8px;
        color: #ababab;
        margin-top: 6px;
        outline: 0;
        margin-bottom: 5px; }
      .event-posts .form-story form .input-textarea {
        height: 180px; }
      .event-posts .form-story form .input-text::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #ababab; }
      .event-posts .form-story form .input-text::-moz-placeholder {
        /* Firefox 19+ */
        color: #ababab; }
      .event-posts .form-story form .input-text:-ms-input-placeholder {
        /* IE 10+ */
        color: #ababab; }
      .event-posts .form-story form .input-text:-moz-placeholder {
        /* Firefox 18- */
        color: #ababab; }
      .event-posts .form-story form .btn-submit {
        background-color: #22b494;
        border-radius: 8px;
        color: #fff;
        font-weight: 700;
        min-height: 54px;
        min-width: 160px;
        cursor: pointer; }
        .event-posts .form-story form .btn-submit:hover {
          background-color: #8e8e8e;
          color: #fff; }
      .event-posts .form-story form span.wpcf7-not-valid-tip {
        font-size: .875em; }
      .event-posts .form-story form div.wpcf7-validation-errors {
        margin: 0;
        padding: 15px;
        line-height: 1.25;
        font-size: .875rem; }
  .event-posts .success-stories {
    border-top: 1px solid #d9d9d9;
    padding: 36px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center; }
    .event-posts .success-stories img {
      max-width: 50px;
      margin-right: 17px; }
    .event-posts .success-stories .content-stories {
      max-width: 70%; }
    .event-posts .success-stories p {
      font-size: 18px;
      font-weight: 700;
      color: #8c8c8c;
      margin-bottom: 10px; }
    .event-posts .success-stories a {
      background-color: #64b5f6;
      border-radius: 6px;
      font-size: 13px;
      font-weight: 500;
      color: #ffffff;
      padding: 9px 15px; }
      .event-posts .success-stories a:hover {
        background-color: #21b494;
        color: #ffffff; }

.support-access {
  text-align: center;
  margin-bottom: 60px; }
  .support-access .content-support {
    background-color: #eeeeee;
    padding: 57px 15px 47px; }
  .support-access h2 {
    font-size: 32px;
    font-weight: 800;
    color: #22b494;
    margin-bottom: 5px; }
  .support-access p {
    font-size: 15px;
    color: #8e8e8e;
    margin-bottom: 15px; }
  .support-access .btns .btn-support {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    padding: 12px 15px;
    min-width: 150px;
    background-color: #22b494;
    border-radius: 8px;
    margin: 10px; }
    .support-access .btns .btn-support.btn-donate {
      background-color: #d81b60; }
    .support-access .btns .btn-support:hover {
      background-color: #4a4a4a;
      color: #ffffff; }

.ClassyCountdown-wrapper .ClassyCountdown-value {
  font-size: 29px !important; }

.ClassyCountdown-seconds {
  display: none !important; }

.ClassyCountdown-wrapper > div {
  margin: 0 20px; }

.title-text {
  background: #eeeeee; }
  .title-text h1 {
    padding: 50px 0;
    font-size: 60px;
    color: #21b494; }

.text-default-page p, .text-default-page ul li, .text-default-page ol li, .text-default-page a,
.full-default-page p,
.full-default-page ul li,
.full-default-page ol li,
.full-default-page a {
  font-size: 16px; }

.text-default-page .container-default-text,
.text-default-page .container-default-full,
.full-default-page .container-default-text,
.full-default-page .container-default-full {
  padding-top: 60px;
  padding-bottom: 100px; }

.hempys-event .header-events {
  background-color: #eeeeee;
  padding-bottom: 0; }
  .hempys-event .header-events .row {
    justify-content: center; }
  .hempys-event .header-events h1 {
    font-size: 50px;
    max-width: 600px;
    margin: 0 auto; }
  .hempys-event .header-events .logo-hempys {
    margin-bottom: 60px; }

.hempys-event .blue-section {
  background-color: #21537a;
  padding: 150px 0 60px;
  text-align: center;
  margin-top: -90px; }
  .hempys-event .blue-section .row {
    justify-content: center; }
  .hempys-event .blue-section p {
    color: #fff;
    margin-bottom: 20px; }
  .hempys-event .blue-section .subtext {
    font-size: 14px; }
  .hempys-event .blue-section .form-subscribe {
    margin-bottom: 30px;
    padding-top: 15px; }
  .hempys-event .blue-section .input-text {
    max-width: 370px;
    display: block;
    margin: 0 auto 17px; }
  .hempys-event .blue-section .input-submit {
    background-color: #d81b60;
    padding: 6px;
    width: 170px;
    border-color: #d81b60;
    transition: .2s all linear;
    cursor: pointer; }
    .hempys-event .blue-section .input-submit:hover {
      background-color: #1a9e81;
      border-color: #1a9e81;
      color: #fff; }
  .hempys-event .blue-section a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline; }

.hempys-event .hempys-products {
  background-color: #eeeeee;
  padding: 40px 0 45px; }
  .hempys-event .hempys-products .row {
    align-items: center; }
  .hempys-event .hempys-products h2 {
    font-size: 40px;
    font-weight: 700;
    color: #412347;
    line-height: 47px;
    margin-bottom: 30px; }
  .hempys-event .hempys-products .btn-shop {
    background-color: #1a9e81;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 24px;
    padding: 19px;
    width: 270px; }
    .hempys-event .hempys-products .btn-shop:hover {
      background-color: #412347; }

@media (max-width: 991px) {
  .event-posts .post-column h3 {
    min-height: auto; }
  .event-posts .post-column .post-box h4 {
    min-height: auto; } }

@media (max-width: 767px) {
  .header-events {
    padding: 40px 0; }
    .header-events h1 {
      font-size: 2rem; }
  .ClassyCountdown-wrapper .ClassyCountdown-value {
    font-size: 30px !important; }
    .ClassyCountdown-wrapper .ClassyCountdown-value span {
      font-size: 15px !important; }
  .event-info h2 {
    font-size: 35px;
    margin-bottom: 10px; }
  .event-info h3 {
    font-size: 17px; }
  .event-info .social-follow {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .event-info .social-follow h3 {
      margin-bottom: 20px; }
    .event-info .social-follow .redes {
      padding-left: 0; }
  .event-info .btn-join-event {
    font-size: 25px; }
  .event-posts .post-column .post-box {
    min-height: auto; }
  .hempys-event .header-events h1 {
    font-size: 40px; }
  .hempys-event .hempys-products {
    text-align: center; }
    .hempys-event .hempys-products h2 {
      font-size: 32px;
      line-height: 37px; }
    .hempys-event .hempys-products .btn-shop {
      padding: 15px;
      width: 230px; } }

@media (max-width: 575px) {
  .event-posts .post-column h3 {
    font-size: 22px; }
  .event-posts .post-column .post-box h4 {
    font-size: 18px; }
  .event-posts .form-story {
    padding: 15px; } }

@media (max-width: 480px) {
  .ClassyCountdown-wrapper .ClassyCountdown-value {
    font-size: 19px !important;
    line-height: 15px !important; }
    .ClassyCountdown-wrapper .ClassyCountdown-value span {
      font-size: 11px !important; }
  .event-info h2 {
    font-size: 26px; }
  .event-info .btn-join-event {
    padding: 15px 20px;
    min-width: 215px;
    font-size: 20px; }
  .headerbar .btn-join-event {
    font-size: 18px;
    padding: 10px 20px;
    min-width: 150px; } }

/* ==============================
FOOTER
============================== */
.footer-social {
  background-color: #4a4a4a;
  padding: 70px 0;
  text-align: center; }
  .footer-social a:hover,
  .footer-social a:focus {
    text-decoration: none; }
  .footer-social .tag-bar {
    background-color: #199e81;
    width: 200px;
    height: 2px;
    margin: 0 auto 34px; }
  .footer-social .box-news {
    padding: 38px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    max-width: 450px;
    margin: 0 auto; }
    .footer-social .box-news.box-sociais {
      background-color: rgba(216, 216, 216, 0.06);
      max-width: 380px;
      margin: 0 auto; }
      .footer-social .box-news.box-sociais h3 {
        margin: 0 auto 10px;
        max-width: 270px; }
  .footer-social h3 {
    font-size: 32px;
    color: white;
    letter-spacing: -0.02em;
    font-weight: 500;
    line-height: 42px;
    margin: 0 0 10px; }
  .footer-social p {
    font-size: 16px;
    color: white;
    line-height: 28px; }
  .footer-social .redes {
    margin: 50px auto 40px;
    padding: 0; }
    .footer-social .redes li {
      list-style: none;
      display: inline-block;
      margin: 0 15px; }
      .footer-social .redes li .fa {
        color: #fff;
        font-size: 30px;
        -webkit-transition: 0.1s linear;
        -moz-transition: 0.1s linear;
        -ms-transition: 0.1s linear;
        -o-transition: 0.1s linear;
        transition: 0.1s linear; }
        .footer-social .redes li .fa:hover {
          color: #21b494;
          -webkit-transition: 0.1s linear;
          -moz-transition: 0.1s linear;
          -ms-transition: 0.1s linear;
          -o-transition: 0.1s linear;
          transition: 0.1s linear; }
  .footer-social .input-group {
    margin: 35px auto; }
    .footer-social .input-group .form-control {
      height: 40px;
      font-size: 14px;
      color: #898989;
      text-align: left;
      border: none;
      letter-spacing: -0.02em; }
    .footer-social .input-group .input-group-btn .btn {
      padding: 10px 24px;
      background-color: #1a9e81;
      border: none;
      font-size: 14px;
      color: white;
      text-align: left;
      letter-spacing: -0.02em;
      font-weight: 700;
      outline: 0; }
  .footer-social .form-newsletter {
    margin-top: 45px; }
    .footer-social .form-newsletter input[type=email] {
      height: 56px;
      font-size: 14px;
      color: #9b9b9b;
      text-align: left;
      border: none;
      letter-spacing: -0.02em;
      border-radius: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      width: 70%;
      padding-left: 14px;
      line-height: 20px;
      float: left; }
    .footer-social .form-newsletter input[type=submit] {
      padding: 0 9px 0;
      background-color: #1a9e81 !important;
      border: none;
      font-size: 14px;
      color: white;
      text-align: center;
      letter-spacing: -0.02em;
      font-weight: 700;
      outline: 0;
      width: 30%;
      height: 56px;
      text-transform: capitalize;
      line-height: 20px;
      border-radius: 0;
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px;
      float: right;
      cursor: pointer; }
    .footer-social .form-newsletter .wpcf7-response-output {
      font-size: 16px;
      color: white;
      font-weight: 400;
      line-height: 21px;
      border: none; }
    .footer-social .form-newsletter h3 {
      text-transform: initial;
      line-height: 19px;
      margin-bottom: 15px; }
    .footer-social .form-newsletter input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #9b9b9b; }
    .footer-social .form-newsletter input::-moz-placeholder {
      /* Firefox 19+ */
      color: #9b9b9b; }
    .footer-social .form-newsletter input:-ms-input-placeholder {
      /* IE 10+ */
      color: #9b9b9b; }
    .footer-social .form-newsletter input:-moz-placeholder {
      /* Firefox 18- */
      color: #9b9b9b; }

.footer-info {
  background-color: #333333;
  padding: 78px 0 48px; }
  .footer-info a:hover,
  .footer-info a:focus {
    text-decoration: none; }
  .footer-info .tag-bar {
    background-color: #199e81;
    width: 200px;
    height: 2px;
    margin-bottom: 34px; }
  .footer-info h4 {
    font-size: 16px;
    font-weight: 500;
    color: white;
    letter-spacing: -0.01em;
    margin-bottom: 32px; }
    .footer-info h4 a {
      color: white; }
      .footer-info h4 a:hover {
        color: #199e81; }
    .footer-info h4 .fa {
      font-size: 23px;
      margin-left: 17px;
      position: relative;
      top: 2px;
      color: #199e81; }
  .footer-info .editorial-area {
    margin-bottom: 15px; }
    .footer-info .editorial-area h5 {
      font-size: 16px;
      font-weight: 500;
      color: white;
      letter-spacing: -0.01em;
      margin-bottom: 10px; }
      .footer-info .editorial-area h5 a {
        color: white; }
        .footer-info .editorial-area h5 a:hover {
          color: #199e81; }
    .footer-info .editorial-area h6 {
      font-size: 12px;
      font-weight: 700;
      color: #9b9b9b;
      letter-spacing: -0.01em;
      margin-bottom: 35px;
      text-transform: uppercase; }
      .footer-info .editorial-area h6 a {
        color: #9b9b9b; }
        .footer-info .editorial-area h6 a:hover {
          color: #199e81; }
  .footer-info .informations h4 {
    margin-top: 50px; }
  .footer-info .informations p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 15px;
    color: white; }
  .footer-info .informations .text-gray {
    color: #9b9b9b; }
  .footer-info .informations .text-bottom {
    padding-top: 42px;
    border-top: 1px solid rgba(216, 216, 216, 0.08);
    text-align: center;
    margin: 45px auto 0; }
    .footer-info .informations .text-bottom p {
      font-size: 12px;
      color: #9b9b9b;
      max-width: 610px;
      margin: 0 auto 15px; }
      .footer-info .informations .text-bottom p a {
        color: #9b9b9b;
        text-decoration: underline; }
  .footer-info .menu-footer {
    margin-bottom: 40px; }
    .footer-info .menu-footer .nav {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer-info .menu-footer .nav li a {
        color: #ffffff;
        padding: 10px 20px; }
        .footer-info .menu-footer .nav li a:hover {
          color: #199e81; }
      .footer-info .menu-footer .nav li:first-child a {
        padding-left: 0; }

.footer-copyright {
  background-color: #4a4a4a;
  padding: 36px 0;
  text-align: center; }
  .footer-copyright p {
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin: 0; }

@media (max-width: 768px) {
  .footer-social {
    padding: 40px 0 70px; }
    .footer-social h3 {
      font-size: 26px; }
    .footer-social .box-news {
      max-width: 100%;
      padding: 40px 15px; }
      .footer-social .box-news.box-sociais {
        max-width: 100%; }
        .footer-social .box-news.box-sociais h3 {
          max-width: 100%; }
    .footer-social .redes {
      margin: 30px auto 10px; }
    .footer-social .form-newsletter {
      margin-top: 20px; }
  .footer-info .informations .text-bottom p {
    max-width: 100%; } }

.cookie-policy {
  background-color: #199e81;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1; }
  .cookie-policy > .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cookie-policy > .container p {
      font-size: 14px;
      color: white;
      letter-spacing: -0.02em;
      line-height: 28px;
      font-weight: 400;
      margin-bottom: 0;
      margin-right: 20px; }
      .cookie-policy > .container p a {
        color: #ffffff;
        text-decoration: underline; }
    .cookie-policy > .container .container-ok {
      font-size: 14px;
      color: #ffffff;
      letter-spacing: -0.02em;
      font-weight: 700;
      border: 2px solid #393939;
      padding: 5px 12px;
      border-radius: 0;
      background-color: #393939;
      transition: .2s all linear; }
      .cookie-policy > .container .container-ok:hover {
        background-color: #ffffff;
        color: #393939;
        border: 2px solid #ffffff; }

@media (max-width: 575px) {
  .cookie-policy {
    bottom: 50px; }
    .cookie-policy > .container {
      flex-direction: column; }
      .cookie-policy > .container p {
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center; } }

.header-green {
  background-color: #21b494;
  text-align: center; }
  .header-green h1 {
    max-width: 100%;
    margin: 0; }

.content-member {
  padding: 70px 0; }
  .content-member h2 {
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    color: #4a4a4a; }
    .content-member h2:last-child {
      margin-bottom: 45px; }
  .content-member ul {
    padding-left: 20px; }
    .content-member ul li {
      font-size: 21px; }
  .content-member .form-member {
    padding: 20px 0; }
    .content-member .form-member .btn {
      padding: 15px 5px;
      font-size: 1em;
      background: #1a9e81;
      color: #fff;
      font-weight: 700;
      width: 100%;
      cursor: pointer;
      margin-bottom: 10px; }
      .content-member .form-member .btn:hover {
        background-color: #4a4a4a;
        color: #ffffff; }
    .content-member .form-member .input-text {
      height: 50px;
      margin: 0 0 10px;
      text-align: center;
      border: 1px solid #979797 !important; }
  .content-member h3 {
    margin: 15px 0 0;
    font-weight: 700;
    text-align: center;
    font-size: 21px; }

@media (max-width: 991px) {
  .content-member ul {
    margin-top: 25px; }
    .content-member ul li {
      font-size: 18px; } }

.btn-get-involved {
  background-color: #fa8d29;
  color: white;
  border-radius: 8px;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 30px;
  min-width: 275px;
  display: inline-block;
  box-shadow: 0px 3px #b56217; }
  .btn-get-involved:hover {
    background-color: #8fc78e;
    color: white;
    box-shadow: 0px 3px #1d715f; }

.event-subtitle {
  font-size: 44px;
  color: #22b494;
  line-height: 50px;
  font-weight: 900;
  margin: 0; }

/* ===================
    HEADER
==================== */
.echo-header {
  border-top: 6px solid #8fc78e; }
  .echo-header h1 {
    margin-bottom: 15px;
    font-size: 50px; }

/* ===================
    VIDEO SECTION
==================== */
.video-section-echo {
  text-align: center;
  max-width: 870px;
  margin: 0 auto; }
  .video-section-echo #video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
  .video-section-echo #video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ===================
    ECHO JOIN SECTION
==================== */
.echo-join {
  background-color: #21527b;
  padding: 200px 0 70px;
  text-align: center;
  margin-top: -150px; }
  .echo-join h3 {
    font-size: 40px;
    color: white;
    font-weight: 700;
    line-height: 50px;
    max-width: 770px;
    margin: 0 auto 30px; }
  .echo-join p {
    font-size: 14px;
    color: white;
    margin: 25px 0 0; }

/* ===================
    SUPPORT ECHO
==================== */
.support-echo {
  padding: 125px 0 90px;
  text-align: center; }
  .support-echo .logos-company {
    margin: 55px 0 45px;
    padding: 0; }
    .support-echo .logos-company li {
      list-style: none;
      display: inline-block;
      margin: 0 30px; }

.who-is-echo {
  background-image: url("../img/echo/echobg_img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  min-height: 444px;
  text-align: center;
  padding-top: 40px; }
  .who-is-echo h3 {
    color: #0095a5;
    font-size: 52px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 60px; }
  .who-is-echo h4 {
    font-size: 110px;
    color: #0095a5;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    line-height: 81px; }
  .who-is-echo h5 {
    font-size: 40px;
    color: #21527b;
    font-weight: 500;
    text-transform: uppercase;
    margin: 25px 0 15px; }
  .who-is-echo p {
    font-size: 20px;
    color: #9b9b9b;
    line-height: 23px; }
  .who-is-echo u {
    color: #0095a5; }

.who-is-bottom {
  padding-top: 75px; }
  .who-is-bottom p {
    color: #b6b6b6;
    font-size: 14px;
    margin: 23px 0 0; }

/* ===================
    DONATION
==================== */
.donation {
  background-color: #fafafa;
  padding: 98px 0 60px;
  text-align: center; }
  .donation .event-subtitle {
    margin-bottom: 40px; }
  .donation img {
    margin-top: 45px;
    max-width: 100%; }
  .donation h3 {
    color: #6f6f6f;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    margin: 25px 0 20px; }
  .donation p {
    font-size: 16px;
    color: #22b494;
    font-weight: 500;
    margin-bottom: 0; }

/* ===================
    HELP
==================== */
.help {
  padding: 115px 15px;
  text-align: center; }
  .help .event-subtitle {
    color: #432849;
    margin: 0 0 40px; }
    .help .event-subtitle span {
      font-weight: 500; }
  .help p {
    color: #b6b6b6;
    font-size: 14px;
    margin: 70px 0 0; }

@media (max-width: 767px) {
  .event-subtitle {
    font-size: 30px;
    line-height: 35px; }
  .echo-header h1 {
    font-size: 35px; }
  .echo-header p {
    font-size: 18px; }
  .echo-join h3 {
    font-size: 30px;
    line-height: 40px; }
  .support-echo {
    padding: 40px 0; }
  .donation {
    padding: 40px 0; }
    .donation .event-subtitle {
      margin-bottom: 0px; }
  .help {
    padding: 50px 15px; } }

@media (max-width: 575px) {
  .support-echo .logos-company li {
    margin: 0 10px; }
    .support-echo .logos-company li img {
      max-width: 100px; }
  .who-is-echo h3 {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 50px; }
  .who-is-echo h4 {
    font-size: 70px;
    line-height: 51px; }
  .who-is-echo h5 {
    font-size: 30px; } }

.header-heroes {
  background-image: url("../img/heroes-program/bg-heroes.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center; }
  .header-heroes > .container > .row {
    justify-content: center; }
  .header-heroes figure {
    margin-bottom: 30px; }
  .header-heroes h1 {
    margin: 0;
    font-size: 34px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase; }

.about-heroes {
  padding-top: 60px;
  padding-bottom: 80px; }
  .about-heroes p {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 28px;
    margin-bottom: 15px; }
  .about-heroes h2 {
    font-size: 32px;
    font-weight: 300;
    color: #6ec05b;
    margin-bottom: 15px; }
  .about-heroes .form-row {
    padding-top: 35px;
    margin-bottom: 80px; }
    .about-heroes .form-row figure {
      display: flex;
      justify-content: space-between;
      margin-bottom: 0; }
  .about-heroes .text-row {
    margin-bottom: 30px; }
  .about-heroes .box-form {
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 54px 70px;
    min-height: 638px; }
    .about-heroes .box-form br {
      display: none; }
    .about-heroes .box-form p {
      margin-bottom: 0; }
    .about-heroes .box-form .wpcf7-response-output {
      margin: 20px 0 0;
      font-size: 12px;
      padding: 3px 10px; }
    .about-heroes .box-form .wpcf7-form-control-wrap {
      margin-bottom: 20px;
      display: block; }
      .about-heroes .box-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        font-size: 12px; }
      .about-heroes .box-form .wpcf7-form-control-wrap.paperwork {
        margin-bottom: 0; }
  .about-heroes .input-text {
    background-color: #ffffff;
    border: 1px solid #dadada;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #5f5f5f;
    margin-bottom: 0;
    letter-spacing: 0.03em;
    padding: 15px 20px;
    height: 49px;
    outline: 0; }
    .about-heroes .input-text:focus, .about-heroes .input-text:active {
      border: 2px solid #b5e089;
      outline: 0; }
  .about-heroes .input-select {
    background: url("../img/heroes-program/ic_arrow_down_green.svg") no-repeat;
    background-size: 10px;
    background-position: 96%;
    padding-right: 30px;
    line-height: 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #5f5f5f; }
  .about-heroes .input-submit {
    padding: 9px;
    min-width: 120px;
    cursor: pointer;
    outline: 0; }
  .about-heroes input::-webkit-input-placeholder {
    color: #5f5f5f; }
  .about-heroes input::-moz-placeholder {
    color: #5f5f5f; }
  .about-heroes input:-ms-input-placeholder {
    color: #5f5f5f; }
  .about-heroes input:-moz-placeholder {
    color: #5f5f5f; }
  .about-heroes .NFI-button {
    background-color: #ffffff;
    border: 1px solid #dadada;
    border-radius: 4px;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: #5f5f5f;
    letter-spacing: 0.03em;
    padding: 10px 12px 10px 19px;
    margin-bottom: 0;
    height: 49px; }
    .about-heroes .NFI-button:after {
      content: url("../img/heroes-program/ic-upload-file.svg");
      display: inline-block;
      vertical-align: middle; }
    .about-heroes .NFI-button:hover {
      border: 1px solid #b5e089;
      background-color: #b5e089;
      color: #ffffff; }
  .about-heroes .NFI-current {
    width: 100%; }
  .about-heroes .NFI-filename {
    width: 100%;
    padding: 2px 0;
    height: auto;
    border: 0;
    font-size: 12px;
    color: #5f5f5f; }

@media (max-width: 1199px) {
  .about-heroes .box-form {
    min-height: auto; } }

@media (max-width: 992px) {
  .about-heroes .form-row figure {
    display: none; } }

@media (max-width: 768px) {
  .header-heroes {
    padding-top: 40px;
    padding-bottom: 40px; }
    .header-heroes h1 {
      font-size: 26px; }
  .about-heroes {
    padding-top: 40px;
    padding-bottom: 60px; }
    .about-heroes .box-form {
      padding: 30px 15px; } }

.lp-affiliate-program .header {
  background-color: #199e81;
  padding-top: 85px;
  padding-bottom: 55px; }
  .lp-affiliate-program .header h1 {
    font-size: 60px;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 60px;
    text-transform: uppercase; }
  .lp-affiliate-program .header p {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase; }

.lp-affiliate-program .about-affiliate {
  padding-top: 80px; }
  .lp-affiliate-program .about-affiliate h3 {
    font-size: 28px;
    font-weight: 200;
    color: #a6a6a6;
    line-height: 52px;
    margin-bottom: 40px;
    margin-top: 70px; }
  .lp-affiliate-program .about-affiliate .box-form {
    box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    padding: 85px 70px; }
    .lp-affiliate-program .about-affiliate .box-form p {
      margin-bottom: 0; }
    .lp-affiliate-program .about-affiliate .box-form br {
      display: none; }
    .lp-affiliate-program .about-affiliate .box-form .input-text,
    .lp-affiliate-program .about-affiliate .box-form .input-select,
    .lp-affiliate-program .about-affiliate .box-form .input-textarea {
      background-color: #ffffff;
      border: 1px solid #dadada;
      border-radius: 4px;
      width: 100%;
      font-size: 14px;
      font-weight: 500;
      color: #5f5f5f;
      margin-bottom: 0;
      letter-spacing: 0.03em;
      padding: 15px 20px;
      height: 49px;
      outline: 0;
      font-family: 'Raleway', Arial, Helvetica, sans-serif !important; }
      .lp-affiliate-program .about-affiliate .box-form .input-text:focus, .lp-affiliate-program .about-affiliate .box-form .input-text:active,
      .lp-affiliate-program .about-affiliate .box-form .input-select:focus,
      .lp-affiliate-program .about-affiliate .box-form .input-select:active,
      .lp-affiliate-program .about-affiliate .box-form .input-textarea:focus,
      .lp-affiliate-program .about-affiliate .box-form .input-textarea:active {
        border: 2px solid #b5e089;
        outline: 0; }
      .lp-affiliate-program .about-affiliate .box-form .input-text::-webkit-input-placeholder,
      .lp-affiliate-program .about-affiliate .box-form .input-select::-webkit-input-placeholder,
      .lp-affiliate-program .about-affiliate .box-form .input-textarea::-webkit-input-placeholder {
        color: #a6a6a6; }
      .lp-affiliate-program .about-affiliate .box-form .input-text::-moz-placeholder,
      .lp-affiliate-program .about-affiliate .box-form .input-select::-moz-placeholder,
      .lp-affiliate-program .about-affiliate .box-form .input-textarea::-moz-placeholder {
        color: #a6a6a6; }
      .lp-affiliate-program .about-affiliate .box-form .input-text:-ms-input-placeholder,
      .lp-affiliate-program .about-affiliate .box-form .input-select:-ms-input-placeholder,
      .lp-affiliate-program .about-affiliate .box-form .input-textarea:-ms-input-placeholder {
        color: #a6a6a6; }
      .lp-affiliate-program .about-affiliate .box-form .input-text:-moz-placeholder,
      .lp-affiliate-program .about-affiliate .box-form .input-select:-moz-placeholder,
      .lp-affiliate-program .about-affiliate .box-form .input-textarea:-moz-placeholder {
        color: #a6a6a6; }
    .lp-affiliate-program .about-affiliate .box-form .input-select {
      background: url("../img/heroes-program/ic_arrow_down_green.svg") no-repeat;
      background-size: 10px;
      background-position: 96%;
      padding-right: 35px;
      line-height: 19px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      color: #a6a6a6;
      max-width: 100%;
      box-sizing: border-box;
      white-space: normal;
      word-wrap: break-word;
      height: auto; }
    .lp-affiliate-program .about-affiliate .box-form .input-textarea {
      height: 120px; }
    .lp-affiliate-program .about-affiliate .box-form .input-submit {
      padding: 9px;
      min-width: 120px;
      cursor: pointer;
      outline: 0; }
    .lp-affiliate-program .about-affiliate .box-form .wpcf7-form-control-wrap {
      margin-bottom: 20px;
      display: block; }
      .lp-affiliate-program .about-affiliate .box-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        font-size: 12px; }
    .lp-affiliate-program .about-affiliate .box-form .wpcf7-response-output {
      margin: 20px 0 0;
      font-size: 12px;
      padding: 3px 10px; }

.lp-affiliate-program .footer-program {
  background-color: #f8f8f8;
  height: 330px;
  width: 100%;
  margin-top: -180px; }

@media (max-width: 992px) {
  .lp-affiliate-program .about-affiliate {
    padding-top: 40px; }
    .lp-affiliate-program .about-affiliate h3 {
      margin-top: 0; } }

@media (max-width: 768px) {
  .lp-affiliate-program .header {
    padding-top: 35px;
    padding-bottom: 35px; }
    .lp-affiliate-program .header h1 {
      font-size: 40px;
      line-height: 40px; }
  .lp-affiliate-program .about-affiliate h3 {
    font-size: 24px;
    line-height: 42px; }
  .lp-affiliate-program .about-affiliate .box-form {
    padding: 30px 15px; } }

.shop-products {
  background-image: url("../img/bg_shop_home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 90px; }
  .shop-products > .container > .row {
    justify-content: flex-end; }
    .shop-products > .container > .row > div {
      text-align: center; }
  .shop-products h2 {
    font-size: 35px;
    font-weight: 900;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    margin-bottom: 8px;
    text-transform: uppercase; }
  .shop-products p {
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 19px;
    max-width: 530px;
    margin: 0 auto 24px; }
  .shop-products h5 {
    font-size: 18px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 19px;
    margin-bottom: 30px; }
    .shop-products h5 span {
      font-weight: 800;
      color: #21b494;
      text-transform: uppercase; }
  .shop-products .btn {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    letter-spacing: -0.02em;
    padding: 18px 20px;
    background-color: #21b494;
    text-transform: uppercase;
    width: 240px;
    border-radius: 0; }
    .shop-products .btn:hover {
      background-color: #4a4a4a; }

.basics-of-cbd .header-basics {
  background-color: #21b494;
  padding-top: 50px;
  padding-bottom: 130px;
  text-align: center; }
  .basics-of-cbd .header-basics h2 {
    font-size: 35px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .basics-of-cbd .header-basics p {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 19px;
    max-width: 650px;
    margin: 0 auto; }

.basics-of-cbd .body-basics {
  margin-top: -70px;
  margin-bottom: 70px; }
  .basics-of-cbd .body-basics .article-basics figure {
    margin-bottom: 29px; }
  .basics-of-cbd .body-basics .article-basics h3,
  .basics-of-cbd .body-basics .article-basics .entry-description,
  .basics-of-cbd .body-basics .article-basics .readmore {
    margin-left: 30px;
    margin-right: 30px; }
  .basics-of-cbd .body-basics .article-basics h3 {
    font-size: 16px;
    font-weight: 900;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 19px;
    margin-bottom: 8px;
    min-height: 37px;
    text-transform: uppercase; }
  .basics-of-cbd .body-basics .article-basics .entry-description {
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 19px;
    margin-bottom: 20px; }
  .basics-of-cbd .body-basics .article-basics .readmore {
    font-size: 12px;
    font-weight: 900;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 19px;
    padding-left: 18px;
    border-left: 3px solid #90c990; }
    .basics-of-cbd .body-basics .article-basics .readmore:hover {
      color: #90c990; }

.basics-of-cbd .most-recent-basics {
  padding-bottom: 130px; }
  .basics-of-cbd .most-recent-basics h2 {
    font-size: 35px;
    font-weight: 900;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
    text-transform: uppercase;
    text-align: center; }
  .basics-of-cbd .most-recent-basics .recents-line {
    margin-bottom: 30px; }

.article-post-home {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px; }
  .article-post-home img {
    margin-bottom: 10px; }
  .article-post-home h3 {
    font-size: 16px;
    font-weight: 900;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: uppercase; }
    .article-post-home h3 a {
      color: #4a4a4a; }
  .article-post-home .entry-date {
    font-size: 14px;
    font-weight: 700;
    color: #9a9a9a;
    letter-spacing: -0.02em;
    line-height: 19px; }

.seeall-articles {
  text-align: right;
  position: relative; }
  .seeall-articles a {
    font-size: 18px;
    font-weight: 600;
    color: #21b494;
    letter-spacing: -0.02em;
    position: relative;
    background-color: #fff;
    z-index: 1;
    padding-left: 18px; }
    .seeall-articles a:hover {
      color: #4a4a4a; }
  .seeall-articles::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    position: absolute;
    display: block;
    top: 14px; }

.investors-company {
  background-image: url("../img/bg_company_news.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 57px;
  padding-bottom: 25px;
  text-align: center; }
  .investors-company h2 {
    font-size: 35px;
    font-weight: 900;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .investors-company p {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: -0.02em;
    line-height: 28px;
    max-width: 660px;
    margin: 0 auto 19px; }
  .investors-company .btn {
    font-size: 18px;
    font-weight: 600;
    color: #21b494;
    text-align: center;
    letter-spacing: -0.02em;
    padding: 18px 30px;
    background-color: #ffffff;
    width: auto;
    border-radius: 0;
    margin-bottom: 17px; }
    .investors-company .btn:hover {
      background-color: #4a4a4a;
      color: #ffffff; }
  .investors-company ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto;
    max-width: 1140px; }
    .investors-company ul li {
      list-style: none; }
      .investors-company ul li img {
        width: 110px; }

.mjna-news-latest {
  padding-top: 90px; }
  .mjna-news-latest h2 {
    font-size: 35px;
    font-weight: 900;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center; }
  .mjna-news-latest p {
    font-size: 16px;
    color: #4a4a4a;
    text-align: center;
    letter-spacing: -0.02em;
    line-height: 19px;
    max-width: 670px;
    margin: 0 auto 40px; }
  .mjna-news-latest .line-articles {
    margin-bottom: 30px; }

.overview .title {
  margin-bottom: 60px; }

.how-can .text-overview .description {
  padding-top: 80px;
  padding-bottom: 80px; }
  .how-can .text-overview .description p {
    max-width: 100%;
    line-height: 22px; }

.benefits .text-overview .description p {
  max-width: 560px; }

.benefits .text-overview .description .img-benefits .bg-overview {
  margin-bottom: 40px; }

.tips .text-overview .img-overview .bg-overview {
  margin-bottom: 30px; }

.learn-more-home {
  margin-top: 90px;
  margin-bottom: 100px; }
  .learn-more-home h2 {
    font-size: 40px;
    font-weight: 900;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center; }
  .learn-more-home p {
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 19px;
    max-width: 650px;
    margin: 0 auto 40px;
    text-align: center; }
  .learn-more-home .article-basics figure {
    margin-bottom: 29px; }
  .learn-more-home .article-basics h3,
  .learn-more-home .article-basics .entry-description,
  .learn-more-home .article-basics .readmore {
    margin-left: 30px;
    margin-right: 30px; }
  .learn-more-home .article-basics h3 {
    font-size: 16px;
    font-weight: 900;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 19px;
    margin-bottom: 8px;
    min-height: 37px;
    text-transform: uppercase; }
  .learn-more-home .article-basics .entry-description {
    font-size: 16px;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 19px;
    margin-bottom: 20px; }
  .learn-more-home .article-basics .readmore {
    font-size: 12px;
    font-weight: 900;
    color: #4a4a4a;
    letter-spacing: -0.02em;
    line-height: 19px;
    padding-left: 18px;
    border-left: 3px solid #90c990; }
    .learn-more-home .article-basics .readmore:hover {
      color: #90c990; }

.user-data-collect .list-steps li {
  display: none; }
  .user-data-collect .list-steps li.active {
    display: block; }
  .user-data-collect .list-steps li .error {
    display: none; }

@media (max-width: 768px) {
  .shop-products {
    background-position: left;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0px;
    position: relative; }
    .shop-products h2 {
      font-size: 30px; }
    .shop-products .btn {
      width: 200px; }
    .shop-products::after {
      content: "";
      position: absolute;
      background-color: rgba(255, 255, 255, 0.7);
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .shop-products > .container {
      position: relative;
      z-index: 1; }
  .basics-of-cbd .body-basics .article-basics {
    margin-bottom: 40px; }
    .basics-of-cbd .body-basics .article-basics h3,
    .basics-of-cbd .body-basics .article-basics .entry-description,
    .basics-of-cbd .body-basics .article-basics .readmore {
      margin-left: 15px;
      margin-right: 15px; }
    .basics-of-cbd .body-basics .article-basics h3 {
      min-height: auto; }
  .overview .text-overview .description,
  .history .text-overview .description,
  .how-can .text-overview .description,
  .benefits .text-overview .description,
  .tips .text-overview {
    max-width: 720px;
    margin: 0 auto; }
  .benefits .text-overview .description {
    padding: 0 15px;
    float: none; }
    .benefits .text-overview .description:first-child {
      padding-left: 15px; }
    .benefits .text-overview .description p {
      max-width: 100%; }
  .tips .text-overview .img-overview {
    padding-right: 15px; }
    .tips .text-overview .img-overview p {
      padding-left: 0;
      padding-right: 0; }
  .article-post-home {
    padding-left: 15px;
    padding-right: 15px; }
  .investors-company ul {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .investors-company ul li {
      flex: 1 0 auto; }
      .investors-company ul li:first-child {
        padding-left: 5px; }
      .investors-company ul li:last-child {
        padding-right: 15px; }
  .learn-more-home h2 {
    font-size: 35px; }
  .learn-more-home .article-basics {
    margin-bottom: 40px; }
    .learn-more-home .article-basics h3,
    .learn-more-home .article-basics .entry-description,
    .learn-more-home .article-basics .readmore {
      margin-left: 15px;
      margin-right: 15px; }
    .learn-more-home .article-basics h3 {
      min-height: auto; } }

#history, .overview {
  max-width: 1440px;
  margin: 0 auto; }

.methods {
  margin: 180px auto 100px; }

@media (max-width: 576px) {
  .different-types .col-padding,
  .methods .col-padding {
    padding: 0; }
  .tips .text-overview .img-overview {
    padding-left: 15px; }
  .overview .title {
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 35px;
    line-height: 40px; }
  .how-can .title {
    margin-bottom: 10px; }
  .how-can .text-overview .description {
    padding-top: 40px;
    padding-bottom: 30px; }
  .methods {
    margin: 60px auto 40px; }
  .recents-line .article-post-home,
  .line-articles .article-post-home {
    width: 50%; }
    .recents-line .article-post-home:nth-child(odd),
    .line-articles .article-post-home:nth-child(odd) {
      padding-right: 7.5px; }
    .recents-line .article-post-home:nth-child(even),
    .line-articles .article-post-home:nth-child(even) {
      padding-left: 7.5px; } }
