body {
  background: #3d3a3a;
  color: #fff;
  font-family: 'Hind', sans-serif;
  font-size: 100%;
  margin: 0; }

.loader {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s; }
  .loader--visible {
    opacity: 1;
    z-index: 99; }
  .loader__text {
    font-size: 14px; }
  .loader__icon {
    display: block;
    margin: 5px auto 0; }

.container {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  width: 100%;
  box-sizing: border-box; }

.logo {
  display: block;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2; }
  .logo__image {
    display: block;
    max-width: 50px; }

.js-trigger-menu {
  background: none;
  border: 0;
  color: #fff;
  font-size: 30px;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 2; }

.menu {
  display: none; }

.section {
  position: relative; }

.banner {
  height: 367px; }
  .banner__item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 367px;
    position: relative; }
  .banner__image {
    display: none !important; }
  .banner__text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    padding: 0 10px; }
    .banner__text--uc {
      text-transform: uppercase; }
  .banner__title {
    color: #231f20;
    font-size: 26px;
    margin: 0; }
  .banner__subtitle {
    color: #fff;
    font-size: 30px;
    margin: 15px 0 0; }
  .banner .slick-dots {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    text-align: center; }
    .banner .slick-dots li {
      display: inline-block; }
      .banner .slick-dots li.slick-active button {
        background: #fff; }
    .banner .slick-dots button {
      border: 0;
      cursor: pointer;
      outline: none;
      font-size: 0px;
      width: 32px;
      height: 5px;
      margin: 0 5px;
      background: #3d3a3a;
      transition: all 0.25s; }
      .banner .slick-dots button:hover {
        background: #fff; }

.content__title {
  font-size: 25px; }

.about {
  text-align: center;
  margin: 45px 0 0; }

.subtitle {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 25px 0; }
  .subtitle--highlight {
    color: #f88f49; }

.journey {
  background: #3d3a3a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3d3a3a 0%, #533839 8%, #a13233 27%, #b73032 34%, #b73032 72%, #a03234 75%, #553838 82%, #3e3a3a 86%, #3d3a3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3d3a3a 0%, #533839 8%, #a13233 27%, #b73032 34%, #b73032 72%, #a03234 75%, #553838 82%, #3e3a3a 86%, #3d3a3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3d3a3a 0%, #533839 8%, #a13233 27%, #b73032 34%, #b73032 72%, #a03234 75%, #553838 82%, #3e3a3a 86%, #3d3a3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3a3a', endColorstr='#3d3a3a',GradientType=0 );
  /* IE6-9 */
  padding: 150px 0 200px;
  margin: -100px 0 0; }
  .journey__title {
    text-align: center; }

.section-title {
  font-size: 28px;
  text-transform: uppercase; }

.journey-slider__item {
  text-align: center;
  margin: 25px 0 0;
  outline: none; }
.journey-slider__content {
  height: 308px; }
.journey-slider__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 276px;
  height: 308px;
  margin: 0 auto; }
.journey-slider__label {
  margin: 25px 0 0;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  text-transform: uppercase; }
.journey-slider .slick-arrow {
  border: 0;
  background: none;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.25s;
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 0; }
  .journey-slider .slick-arrow--prev {
    left: 0; }
  .journey-slider .slick-arrow--next {
    right: 0; }
  .journey-slider .slick-arrow:hover {
    color: #f88f49; }

.products {
  margin-top: -150px; }
  .products__title {
    text-align: center;
    margin: 0 0 0 10px; }
  .products__heading {
    font-size: 20px;
    text-align: center;
    margin: 10px 0; }
    .products__heading--uppercase {
      text-transform: uppercase; }
      .products__heading--uppercase span {
        border-bottom: 1px solid #fff;
        padding: 2px 3px;
        display: inline-block;
        margin-bottom: 5px; }

.product-info {
  text-align: center;
  line-height: 1.2; }

.product-showcase {
  margin: 50px 0; }
  .product-showcase__image {
    display: block;
    margin: 0 auto;
    position: relative; }
  @media (max-width: 1023px) {
    .product-showcase__item {
      display: none; } }
  .product-showcase__item:first-child {
    display: block; }

.product-content {
  display: none; }
  .product-content--active {
    display: block; }

.product-list__selected {
  color: #f88f49;
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  margin: 0; }
  .product-list__selected strong {
    position: relative; }
  .product-list__selected i {
    font-size: 30px;
    right: -30px;
    top: -2pxpx;
    position: absolute; }
.product-list__nav {
  display: none;
  padding: 0;
  list-style: none; }
.product-list__item {
  display: block; }
.product-list__link {
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.25s; }
  .product-list__link--active, .product-list__link:hover {
    color: #f88f49; }
  .product-list__link--active {
    font-weight: bold; }

.product-nutrition {
  width: 200px;
  margin: 35px auto 0;
  font-size: 18px; }
  .product-nutrition__list {
    display: block;
    list-style: none;
    padding: 0;
    margin: 10px auto 10px 35px; }
  .product-nutrition__item {
    display: block;
    line-height: 1.4; }
  .product-nutrition__amount {
    color: #f88f49; }

.testimonial {
  background: #3d3a3a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3d3a3a 0%, #3d3a3a 2%, #4f423b 5%, #78553f 9%, #d07d46 17%, #e98848 20%, #f88f49 23%, #f88f49 62%, #e18447 68%, #d07d46 71%, #7b563f 85%, #57463c 91%, #413c3a 96%, #3d3a3a 98%, #3d3a3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3d3a3a 0%, #3d3a3a 2%, #4f423b 5%, #78553f 9%, #d07d46 17%, #e98848 20%, #f88f49 23%, #f88f49 62%, #e18447 68%, #d07d46 71%, #7b563f 85%, #57463c 91%, #413c3a 96%, #3d3a3a 98%, #3d3a3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3d3a3a 0%, #3d3a3a 2%, #4f423b 5%, #78553f 9%, #d07d46 17%, #e98848 20%, #f88f49 23%, #f88f49 62%, #e18447 68%, #d07d46 71%, #7b563f 85%, #57463c 91%, #413c3a 96%, #3d3a3a 98%, #3d3a3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3a3a', endColorstr='#3d3a3a',GradientType=0 );
  /* IE6-9 */
  padding: 60px 0 125px; }
  .testimonial__title {
    color: #3d3a3a;
    text-align: center; }
  .testimonial__icon {
    display: block;
    height: 70px;
    margin: 0 0 20px 0; }

.testimonial-slider__title {
  display: block;
  font-size: 16px;
  text-align: center; }
.testimonial-slider__image {
  display: block;
  margin: 10px auto 0;
  width: 200px;
  max-width: 100%; }
.testimonial-slider__caption {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin: 10px 25px 0; }
.testimonial-slider__item {
  outline: none; }

.partnership {
  margin-top: -100px;
  text-align: center; }
  .partnership__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 150px;
    margin: 0 auto;
    justify-content: center;
    align-items: center; }
  .partnership__image {
    display: block;
    max-width: 150px;
    margin: 20px 0; }

.contact {
  text-align: center; }

.contact-form label.error {
  color: red;
  font-size: 14px;
  display: block;
  text-align: left; }
.contact-form__wrap {
  margin: 10px 0; }
.contact-form__input {
  display: block;
  border: 0;
  padding: 5px;
  outline: none;
  color: #fff;
  font-family: 'Hind', sans-serif;
  border-bottom: 1px solid #fff;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 300;
  background: none;
  margin: 5px 0; }
  .contact-form__input--textarea {
    height: 150px; }
  .contact-form__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #f88f49; }
  .contact-form__input::-moz-placeholder {
    /* Firefox 19+ */
    color: #f88f49; }
  .contact-form__input:-ms-input-placeholder {
    /* IE 10+ */
    color: #f88f49; }
  .contact-form__input:-moz-placeholder {
    /* Firefox 18- */
    color: #f88f49; }
.contact-form__button {
  background: #323030;
  text-align: center;
  display: block;
  width: 215px;
  height: 45px;
  font-weight: bold;
  color: #f88f49;
  text-transform: uppercase;
  margin: 15px auto;
  border: 0;
  outline: none;
  transition: all 0.25s;
  cursor: pointer; }
  .contact-form__button:hover {
    background: #f88d49;
    color: #fff; }

.social {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 35px; }
  .social__label {
    display: none; }
  .social__icon {
    display: block; }
  .social__button {
    background: url("../img/button-whatsapp.png") center no-repeat;
    color: #fff;
    text-transform: uppercase;
    width: 270px;
    height: 82px;
    display: block;
    margin: 50px auto 25px;
    text-decoration: none;
    font-weight: bold;
    line-height: 4.6;
    text-indent: 100px; }

.copyright {
  text-align: center;
  color: #b0b0b0;
  font-size: 12px; }
  .copyright a {
    color: #f88f49;
    font-weight: bold;
    text-decoration: none; }
    .copyright a:hover {
      text-decoration: underline; }

.sidemenu {
  background: #3d3a3a;
  position: fixed;
  left: 0;
  z-index: 4;
  width: 100%;
  border-bottom: 2px solid #f88f49;
  padding-bottom: 10px;
  transition: top 0.25s;
  top: -200px; }
  .sidemenu--visible {
    top: 81px;
    opacity: 1; }
  .sidemenu__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sidemenu__item {
    display: block; }
  .sidemenu__link {
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center; }
    .sidemenu__link:hover, .sidemenu__link--active {
      color: #f88f49; }

@media (max-width: 1023px) {
  .home--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #3d3a3a; }
    .home--fixed .top-container {
      padding: 15px 0; }
      .home--fixed .top-container:after {
        content: ' ';
        display: block;
        clear: both; }
    .home--fixed .logo {
      position: relative;
      float: left;
      margin: 0;
      top: 0;
      left: 0; }
    .home--fixed .js-trigger-menu {
      position: relative;
      float: right;
      margin: 0;
      top: 7px;
      right: 0; } }
.pqc {
  text-align: center;
  font-size: 12px;
  color: #fff; }
  .pqc a {
    color: inherit;
    text-decoration: none; }

/*
.advantage {
  &__table {
    display: block;

    tbody {
      display: block;
    }

    tr {
      display: block;

      &:after {
        clear: both;
        content: ' ';
        display: block;
      }
    }

    td {
      display: block;

      &:nth-child(odd) {
        float: left;
      }

      &:nth-child(even) {
        float: right;
      }

      &:nth-child(2n+3) {
        clear: both;
      }
    }
  }
}
*/
.advantage__list {
  text-align: left; }
.advantage__table {
  width: 100%;
  table-layout: fixed;
  font-size: 10px; }
  .advantage__table td {
    line-height: 1.2;
    padding: 3px; }
    .advantage__table td:nth-child(odd) {
      text-align: left; }
    .advantage__table td:nth-child(even) {
      text-align: right; }
.advantage__highlight {
  color: red; }

@media (min-width: 360px) {
  .advantage__table {
    font-size: 12px; } }
@media (min-width: 600px) {
  .partnership__list {
    flex-wrap: nowrap;
    justify-content: space-evenly;
    max-width: 100%;
    margin: 60px 0 0; }
  .partnership__image {
    width: 95px;
    margin: 0 10px; }

  .advantage__table {
    font-size: 16px; } }
@media (min-width: 1024px) {
  body {
    font-size: 18px; }

  .advantage__table td:nth-child(even) {
    text-align: left; }

  .top-container {
    max-width: 1000px;
    width: 90%;
    padding: 0;
    margin: 0 auto; }

  .container {
    max-width: 1000px;
    width: 90%;
    padding: 0; }
    .container--home {
      position: absolute;
      left: 0;
      right: 0;
      z-index: 2;
      width: 100%;
      max-width: 100%; }
    .container:after {
      clear: both;
      content: ' ';
      display: block; }

  .js-trigger-menu {
    display: none; }

  .section--full {
    height: 100vh; }

  .banner {
    height: 100vh; }
    .banner__item {
      height: 100vh; }

  .logo {
    top: auto;
    left: auto;
    position: static;
    float: left;
    margin: 25px 0 0; }
    .logo__image {
      max-width: 100%; }

  .menu {
    display: block;
    float: right;
    margin: 75px 0 0;
    padding: 0; }
    .menu:after {
      clear: both;
      content: ' ';
      display: block; }
    .menu__item {
      display: block;
      float: left; }
    .menu__link {
      display: block;
      font-weight: bold;
      color: #231f20;
      font-size: 16px;
      text-transform: uppercase;
      padding: 10px;
      text-decoration: none;
      transition: all 0.25s; }
      .menu__link:hover, .menu__link--active {
        color: #fff; }

  .about {
    text-align: left;
    width: 750px;
    float: left; }

  .subtitle {
    font-size: 25px;
    margin: 20px 0; }

  .vision-mission {
    display: flex;
    justify-content: center;
    font-size: 16px; }
    .vision-mission__content {
      margin-right: 25px; }
    .vision-mission:after {
      clear: both;
      content: ' ';
      display: block; }

  .journey__title {
    text-align: left; }

  .journey-slider__item {
    font-size: 16px;
    margin: 0 15px;
    text-align: left; }
  .journey-slider__label {
    margin: 0 auto;
    font-size: 18px; }

  .section-title {
    font-size: 40px; }

  .testimonial-slider__caption {
    font-size: 16px;
    margin: 10px 10px 0; }

  .testimonial {
    padding-top: 120px; }
    .testimonial__icon {
      float: left;
      margin: -70px 25px 0 0;
      height: 115px; }
    .testimonial__title {
      text-align: left; }

  .contact {
    margin-top: 50px; }
    .contact__title {
      float: left;
      width: 150px; }
      .contact__title + p {
        overflow: hidden;
        padding-top: 20px;
        position: relative;
        left: -10px; }

  .contact-form {
    clear: both; }
    .contact-form__row {
      display: flex;
      justify-content: space-around; }
    .contact-form__wrap {
      margin: 0;
      width: 100%;
      padding: 10px;
      box-sizing: border-box; }

  .social {
    justify-content: space-around;
    text-decoration: none;
    color: #fff; }
    .social__label {
      display: block;
      color: #fff;
      margin: 0 0 0 10px; }
    .social__item {
      display: flex;
      justify-content: center;
      width: 100%;
      align-items: center;
      text-decoration: none; }

  .home--fixed {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10; }
    .home--fixed .container {
      background: #3d3a3a;
      padding: 10px 0;
      border-bottom: 2px solid #f88f49; }
      .home--fixed .container .logo {
        width: 100px;
        margin: 0; }
      .home--fixed .container .menu {
        margin: 30px 0 0; }
        .home--fixed .container .menu__link {
          color: #fff; }
          .home--fixed .container .menu__link--active, .home--fixed .container .menu__link:hover {
            color: #f88f49; }

  .product-list__selected {
    display: none; }
  .product-list__nav {
    display: flex;
    /*
    &:after {
      clear: both;
      content: ' ';
      display: block;
    }
    */
    justify-content: center; }
  .product-list__item {
    display: block;
    padding: 0 25px;
    position: relative; }
    .product-list__item:after {
      clear: both;
      content: ' ';
      display: block;
      width: 1px;
      height: 10px;
      background: #fff;
      position: absolute;
      top: 8px;
      right: 0; }
    .product-list__item:last-child:after {
      display: none; }
  .product-list__link {
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding: 3px 10px; }

  .product-content-top {
    display: flex;
    align-items: center;
    justify-content: center; }

  .product-info {
    order: 1;
    width: 40%;
    text-align: left; }

  .product-showcase {
    order: 2;
    display: flex; }

  .products__heading {
    text-align: left; }

  .product-nutrition {
    width: 100%;
    display: flex;
    align-items: baseline; }
    .product-nutrition__list {
      display: flex;
      align-items: center;
      margin: 0 0 0 75px; }
    .product-nutrition__amount {
      display: block; }
    .product-nutrition__label {
      display: block; }
    .product-nutrition__item {
      margin: 0 35px; } }

/*# sourceMappingURL=style.css.map */
