@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,400i,500,600,700,800,900");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.wrapper {
  width: 100%;
  overflow-x: hidden;
}

.tw_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 100px;
  z-index: 1500;
}

.tw_logo h1 {
  color: white;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 1400px) {
  .tw_logo {
    width: 250px;
    height: 75px;
  }
  .tw_logo h1 {
    color: white;
    font-weight: 600;
    font-size: 16px;
  }
}

.special-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #335e54;
}

.special-btn > .special-button-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  width: 200px;
  height: 70px;
  background-color: inherit;
}

.special-btn > .special-btn-addon {
  width: 70px;
  height: 70px;
  background-color: inherit;
  -webkit-filter: brightness(140%);
          filter: brightness(140%);
}

@media (max-width: 1400px) {
  .special-btn > .special-button-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    width: 170px;
    height: 55px;
    background-color: inherit;
  }
  .special-btn > .special-btn-addon {
    width: 55px;
    height: 55px;
    background-color: inherit;
    -webkit-filter: brightness(140%);
            filter: brightness(140%);
  }
}

.main-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
}

.main-nav > div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-nav > div:first-of-type > h2 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: 50px;
  color: white;
  font-size: 14px;
  letter-spacing: 2px;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

@media (max-width: 1400px) {
  .main-nav > div:first-of-type > h2 {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .main-nav > div:first-of-type > h2 {
    font-size: 12px;
  }
}

@media (max-width: 580px) {
  .main-nav > div:first-of-type > h2 {
    display: none;
  }
}

.main-nav > div:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-nav > div:last-of-type > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .main-nav > div:last-of-type > ul {
    display: none;
  }
}

.main-nav > div:last-of-type > ul > li {
  margin-left: 25px;
}

.main-nav > div:last-of-type > ul > li > a {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}

.main-nav > div:last-of-type > button {
  background-color: transparent;
  border: none;
  margin-left: 40px;
  cursor: pointer;
}

.main-nav > div:last-of-type > button > i {
  color: #dedcdc;
  font-size: 18px;
}

.aside-menu {
  position: fixed;
  top: 0px;
  right: -400px;
  width: 400px;
  height: 100vh;
  background-color: white;
  z-index: 90000000;
  -webkit-transition: right .6s ease-in-out;
  transition: right .6s ease-in-out;
  padding: 20px 4%;
}

@media (max-width: 580px) {
  .aside-menu {
    right: -100%;
    width: 100%;
  }
}

.aside-menu .nav-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aside-menu .nav-social ul > li {
  margin-right: 30px;
}

.aside-menu .nav-social ul > li > a {
  text-transform: uppercase;
}

.aside-menu h4 {
  font-size: 14px;
  font-weight: 300;
}

.aside-menu > div > div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.aside-menu > div > div:first-of-type .close-menu-button {
  background: none;
  border: none;
  color: #335e54;
  font-size: 18px;
  cursor: pointer;
}

.aside-menu > div > div:last-of-type {
  margin-top: 30px;
}

.aside-menu > div > div:last-of-type ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.aside-menu > div > div:last-of-type ul li {
  margin-bottom: 10px;
  font-size: 12px;
}

.aside-menu > div > div:last-of-type ul li span {
  color: #9f9f9f;
}

.aside-menu > div > div:last-of-type hr {
  border: none;
  border-top: 1px solid #b6b6b6;
  width: 100%;
  margin: 40px 0px;
}

.main-header {
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.main-header > img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-animation: headerZoom 20s linear;
          animation: headerZoom 20s linear;
}

@-webkit-keyframes headerZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes headerZoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.main-header > .header-content {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}

.main-header > .header-content > h3 {
  display: block;
  color: white;
  font-size: 5vw;
  text-transform: uppercase;
  font-weight: 100;
  text-shadow: 0px 4px 8px black;
  margin: 0;
  margin-bottom: 50px;
  padding: 0;
}

@media (max-width: 1400px) {
  .main-header > .header-content > h3 {
    font-size: 4.5vw;
  }
}

@media (max-width: 992px) {
  .main-header > .header-content > h3 {
    font-size: 6vh;
  }
}

.main-header > .header-content > .header-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-header > .header-content > .header-btn-group > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

@media (max-width: 580px) {
  .main-header > .header-content > .header-btn-group > ul {
    display: none;
  }
}

.main-header > .header-content > .header-btn-group > ul > li {
  margin-left: 100px;
}

@media (max-width: 1400px) {
  .main-header > .header-content > .header-btn-group > ul > li {
    margin-left: 75px;
  }
}

.main-header > .header-content > .header-btn-group > ul > li > a {
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

@media (max-width: 1400px) {
  .main-header > .header-content > .header-btn-group > ul > li > a {
    font-size: 12px;
  }
}

.main-header > .header-next-step {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1400px) {
  .main-header > .header-next-step {
    bottom: 80px;
  }
  .main-header > .header-next-step > a {
    font-size: 14px;
  }
}

.main-header > .header-next-step > a {
  color: white;
  text-transform: uppercase;
  font-weight: 400;
}

.main-header > .header-social {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -80px;
  z-index: 100;
}

@media (max-width: 1400px) {
  .main-header > .header-social {
    right: -60px;
  }
}

@media (max-width: 992px) {
  .main-header > .header-social {
    top: unset;
    bottom: 180px;
  }
}

@media (max-width: 580px) {
  .main-header > .header-social {
    display: none;
  }
}

.main-header > .header-social > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.main-header > .header-social > ul > li {
  margin-left: 60px;
}

@media (max-width: 1400px) {
  .main-header > .header-social > ul > li {
    margin-left: 40px;
  }
  .main-header > .header-social > ul > li > a {
    font-size: 12px;
  }
}

.main-header > .header-social > ul > li > a {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}

.section-promo {
  width: 100%;
  min-height: 100vh;
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 992px) {
  .section-promo {
    min-height: unset;
    height: auto;
    padding-top: 80px;
  }
}

@media (max-width: 580px) {
  .section-promo {
    padding-top: 60px;
  }
}

.section-promo > div:first-of-type {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media (max-width: 580px) {
  .section-promo > div:first-of-type {
    margin-bottom: 20px;
  }
}

.section-promo > div:first-of-type > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 992px) {
  .section-promo > div:first-of-type > div {
    padding: 0px;
  }
}

.section-promo > div:first-of-type > div h2 {
  color: #4d8085;
  font-size: 2.5vw;
  text-transform: uppercase;
  font-weight: 100;
  margin: 0px;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 992px) {
  .section-promo > div:first-of-type > div h2 {
    font-size: 2rem;
  }
}

@media (max-width: 580px) {
  .section-promo > div:first-of-type > div h2 {
    padding-top: 1.4rem;
  }
}

.section-promo > div:first-of-type > div p {
  font-size: 14px;
  color: #443213;
  line-height: 2;
}

@media (max-width: 1400px) {
  .section-promo > div:first-of-type > div p {
    font-size: .9vw;
  }
}

@media (max-width: 992px) {
  .section-promo > div:first-of-type > div p {
    font-size: 13px;
  }
}

.section-promo > div:last-of-type {
  width: 100%;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0px;
  text-transform: uppercase;
}

@media (max-width: 1400px) {
  .section-promo > div:last-of-type {
    height: 250px;
  }
}

@media (max-width: 992px) {
  .section-promo > div:last-of-type {
    height: 180px;
  }
}

@media (max-width: 580px) {
  .section-promo > div:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.section-promo > div:last-of-type > div {
  width: 50%;
}

@media (max-width: 580px) {
  .section-promo > div:last-of-type > div {
    width: 100%;
  }
}

.section-promo > div:last-of-type > div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 5%;
}

@media (max-width: 580px) {
  .section-promo > div:last-of-type > div:first-of-type {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0px;
    padding: 40px;
    padding-top: 20px;
  }
}

.section-promo > div:last-of-type > div:first-of-type p {
  font-size: 4vw;
  font-weight: 100;
  margin: 0;
  color: #4d8085;
}

@media (max-width: 580px) {
  .section-promo > div:last-of-type > div:first-of-type p {
    font-size: 10vw;
  }
}

.section-promo > div:last-of-type > div:last-of-type {
  position: relative;
  overflow: hidden;
}

@media (max-width: 580px) {
  .section-promo > div:last-of-type > div:last-of-type {
    height: 180px;
  }
}

.section-promo > div:last-of-type > div:last-of-type img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-filter .4s ease-in-out, -webkit-transform 8s ease-in-out;
  transition: -webkit-filter .4s ease-in-out, -webkit-transform 8s ease-in-out;
  transition: filter .4s ease-in-out, transform 8s ease-in-out;
  transition: filter .4s ease-in-out, transform 8s ease-in-out, -webkit-filter .4s ease-in-out, -webkit-transform 8s ease-in-out;
}

.section-promo > div:last-of-type > div:last-of-type p {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 4vw;
  font-weight: 100;
  margin: 0;
  z-index: 10;
  color: white;
}

@media (max-width: 580px) {
  .section-promo > div:last-of-type > div:last-of-type p {
    font-size: 10vw;
  }
}

.section-promo > div:last-of-type > div:last-of-type:hover img {
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.section-madeinmountains {
  position: relative;
  width: 100%;
  height: 100vh;
}

@media (max-width: 992px) {
  .section-madeinmountains {
    height: auto;
  }
}

.section-madeinmountains .special-btn {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  z-index: 100;
}

@media (max-width: 1400px) {
  .section-madeinmountains .special-btn {
    -webkit-transform: translateX(-170px);
            transform: translateX(-170px);
  }
}

@media (max-width: 992px) {
  .section-madeinmountains .special-btn {
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.section-madeinmountains > div {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .section-madeinmountains > div {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.section-madeinmountains > div > div {
  width: 50%;
  height: 100%;
}

@media (max-width: 992px) {
  .section-madeinmountains > div > div {
    width: 100%;
    height: auto;
  }
}

.section-madeinmountains > div > div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  .section-madeinmountains > div > div:first-of-type {
    padding: 100px 0px 160px;
  }
}

@media (max-width: 580px) {
  .section-madeinmountains > div > div:first-of-type {
    padding: 30px 0px 160px;
  }
}

.section-madeinmountains > div > div:first-of-type > div {
  position: relative;
  width: 80%;
  max-width: 600px;
}

.section-madeinmountains > div > div:first-of-type > div p {
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 1400px) {
  .section-madeinmountains > div > div:first-of-type > div p {
    font-size: .8vw;
  }
}

@media (max-width: 992px) {
  .section-madeinmountains > div > div:first-of-type > div p {
    font-size: 13px;
  }
}

.section-madeinmountains > div > div:first-of-type > div .mim-logo {
  display: block;
  height: 35px;
  margin-top: 60px;
}

@media (max-width: 1400px) {
  .section-madeinmountains > div > div:first-of-type > div .mim-logo {
    height: 25px;
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .section-madeinmountains > div > div:first-of-type > div .mim-logo {
    height: 35px;
    margin-top: 80px;
  }
}

@media (max-width: 580px) {
  .section-madeinmountains > div > div:first-of-type > div .mim-logo {
    height: 25px;
    margin-top: 30px;
  }
}

.section-madeinmountains > div > div:first-of-type > div .minerals {
  display: block;
  height: 300px;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .section-madeinmountains > div > div:first-of-type > div .minerals {
    height: 200px;
  }
}

@media (max-width: 992px) {
  .section-madeinmountains > div > div:first-of-type > div .minerals {
    height: 300px;
  }
}

@media (max-width: 580px) {
  .section-madeinmountains > div > div:first-of-type > div .minerals {
    height: 200px;
  }
}

.section-madeinmountains > div > div:last-of-type {
  position: relative;
}

@media (max-width: 992px) {
  .section-madeinmountains > div > div:last-of-type {
    height: 400px;
  }
}

.section-madeinmountains > div > div:last-of-type img.bottom-image {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}

@media (max-width: 992px) {
  .section-madeinmountains > div > div:last-of-type img.bottom-image {
    height: 400px;
  }
}

.section-madeinmountains > div > div:last-of-type img.top-image {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 1;
  z-index: 1;
  -webkit-transition: 1.2s ease-in-out;
  transition: 1.2s ease-in-out;
}

@media (max-width: 992px) {
  .section-madeinmountains > div > div:last-of-type img.top-image {
    height: 400px;
  }
}

.section-madeinmountains > div > div:last-of-type:hover img.top-image {
  opacity: 0;
}

.section-madeinmountains > div > div:last-of-type > h3 {
  position: absolute;
  z-index: 10;
  margin: 0;
  top: 25%;
  left: 70px;
  color: white;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 4vw;
}

@media (max-width: 580px) {
  .section-madeinmountains > div > div:last-of-type > h3 {
    font-size: 4.2vh;
    top: 60px;
    margin: 0px 20px;
    left: 0px;
  }
}

.section-product {
  position: relative;
  width: 100%;
  height: 100vh !important;
}

.section-product .prev-product,
.section-product .next-product {
  cursor: pointer;
}

.section-product .tw_logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

.section-product .special-btn {
  position: absolute;
  bottom: 20%;
  left: 50%;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  z-index: 100;
}

@media (max-width: 1400px) {
  .section-product .special-btn {
    -webkit-transform: translateX(-170px);
            transform: translateX(-170px);
  }
}

@media (max-width: 992px) {
  .section-product .special-btn {
    bottom: 100px;
    left: unset;
    right: 0px;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.section-product > .product-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .section-product > .product-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.section-product > .product-content > div {
  width: 50%;
  height: 100%;
}

@media (max-width: 992px) {
  .section-product > .product-content > div {
    width: 100%;
  }
}

.section-product > .product-content > div:first-of-type {
  position: relative;
}

.section-product > .product-content > div:first-of-type > h2 {
  position: absolute;
  margin: 0;
  width: 100%;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 7vw;
  line-height: 100%;
  font-weight: 100;
  text-align: center;
}

@media (max-width: 992px) {
  .section-product > .product-content > div:first-of-type > h2 {
    font-size: 15vw;
  }
}

.section-product > .product-content > div:first-of-type img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 90%;
}

.section-product > .product-content > div:first-of-type .product-bottom-bar {
  position: absolute;
  bottom: 40px;
  left: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 40px;
}

@media (max-width: 992px) {
  .section-product > .product-content > div:first-of-type .product-bottom-bar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.section-product > .product-content > div:first-of-type .product-bottom-bar > a {
  display: none;
}

@media (max-width: 992px) {
  .section-product > .product-content > div:first-of-type .product-bottom-bar > a {
    display: inline;
  }
}

.section-product > .product-content > div:first-of-type .product-bottom-bar > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .section-product > .product-content > div:first-of-type .product-bottom-bar > ul {
    display: none;
  }
}

.section-product > .product-content > div:first-of-type .product-bottom-bar > ul .bottom-bar-text {
  text-transform: uppercase;
  font-size: 12px;
}

.section-product > .product-content > div:first-of-type .product-bottom-bar > ul > li {
  margin: 4px 0px;
  font-size: 16px;
  text-align: center;
}

.section-product > .product-content > div:first-of-type .product-bottom-bar > ul > li:first-of-type {
  margin-top: 0px;
}

.section-product > .product-content > div:first-of-type .product-bottom-bar > ul > li:last-of-type {
  margin-bottom: 0px;
}

.section-product > .product-content > div:last-of-type {
  font-size: 0px;
  position: relative;
}

@media (max-width: 992px) {
  .section-product > .product-content > div:last-of-type {
    display: none;
  }
}

.section-product > .product-content > div:last-of-type img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.section-product > .product-content > div:last-of-type .product-menu {
  position: absolute;
  right: 0px;
  top: 50%;
  padding: 40px 40px 40px 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

.section-product > .product-content > div:last-of-type .product-menu ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}

.section-product > .product-content > div:last-of-type .product-menu ul > li {
  margin-bottom: 32px;
  text-align: right;
}

.section-product > .product-content > div:last-of-type .product-menu ul > li:last-of-type {
  margin-bottom: 0px;
}

.section-product > .product-content > div:last-of-type .product-menu ul > li > a {
  font-size: 13px;
  text-transform: uppercase;
  color: #dbdbdb;
}

.section-product > .product-covered {
  z-index: 10000;
}

.section-product > .product-covered .closeAboutCover {
  position: absolute;
  top: 6px;
  left: 6px;
  background-color: #295047;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.section-product > .product-covered .closeAboutCover > i {
  color: white;
  font-size: 16px;
}

.section-product > .product-covered > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -50%;
  background-color: white;
  width: 50%;
  height: 100vh;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  z-index: 10000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-product > .product-covered > div .product-about-label {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 160px;
  padding: 40px;
  background-color: #295047;
  margin: 0px;
  text-align: center;
  color: white;
  font-weight: 600;
  letter-spacing: 1;
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .section-product > .product-covered > div .product-about-label {
    display: none;
  }
}

.section-product > .product-covered > div .product-about-content {
  margin-right: 180px;
  padding-left: 40px;
  padding-right: 20px;
  height: 100%;
  overflow-y: auto;
}

.section-product > .product-covered > div .product-about-content::-webkit-scrollbar-button {
  display: none;
  height: 13px;
  border-radius: 0px;
  background-color: #AAA;
}

.section-product > .product-covered > div .product-about-content::-webkit-scrollbar-button:hover {
  background-color: #AAA;
}

.section-product > .product-covered > div .product-about-content::-webkit-scrollbar-thumb {
  background-color: #1f7c55;
}

.section-product > .product-covered > div .product-about-content::-webkit-scrollbar-thumb:hover {
  background-color: #276948;
}

.section-product > .product-covered > div .product-about-content::-webkit-scrollbar-track {
  background-color: #efefef;
}

.section-product > .product-covered > div .product-about-content::-webkit-scrollbar-track:hover {
  background-color: #CCC;
}

.section-product > .product-covered > div .product-about-content::-webkit-scrollbar {
  width: 4px;
}

@media (max-width: 580px) {
  .section-product > .product-covered > div .product-about-content {
    margin: 0 auto;
    width: 90%;
  }
}

.section-product > .product-covered > div .product-about-content .product-about-spec {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

@media (max-width: 1400px) {
  .section-product > .product-covered > div .product-about-content .product-about-spec {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

.section-product > .product-covered > div .product-about-content .product-about-spec > div:first-of-type {
  padding: 0px 40px;
}

@media (max-width: 1400px) {
  .section-product > .product-covered > div .product-about-content .product-about-spec > div:first-of-type {
    padding: 0px;
  }
}

.section-product > .product-covered > div .product-about-content p {
  font-size: 13px;
}

@media (max-width: 1400px) {
  .section-product > .product-covered > div .product-about-content p {
    font-size: 12px;
  }
}

.section-product > .product-covered > div .product-about-content h2,
.section-product > .product-covered > div .product-about-content .product-about-type {
  margin: 0px;
  text-align: center;
  font-weight: 100;
}

.section-product > .product-covered > div .product-about-content h2 {
  font-size: 3vw;
}

@media (max-width: 580px) {
  .section-product > .product-covered > div .product-about-content h2 {
    font-size: 2rem;
  }
}

.section-product > .product-covered > div .product-about-content .product-about-type {
  font-size: 2vw;
  margin-bottom: 40px;
}

@media (max-width: 580px) {
  .section-product > .product-covered > div .product-about-content .product-about-type {
    font-size: 1.4rem;
  }
}

@media (max-width: 992px) {
  .section-product > .product-covered > div {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: white;
    right: -100%;
  }
}

footer {
  position: relative;
  width: 100%;
  padding: 60px 0px 20px;
  background-color: #335e54;
  z-index: 10000;
}

@media (max-width: 580px) {
  footer {
    padding: 20px 40px;
  }
}

footer section {
  margin-top: 40px;
}

footer section p {
  font-size: 10px;
  color: #478374;
  text-align: center;
}

footer > div {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 992px) {
  footer > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer > div > div ul {
  padding-top: 20px !important;
}

footer > div > div:first-of-type img {
  width: 200px;
}

footer > div > div:last-of-type ul {
  margin: 0;
  padding: 0;
}

footer > div > div:last-of-type i {
  font-size: 18px;
}

@media (max-width: 992px) {
  footer > div > div:nth-child(2) ul {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  footer > div > div:nth-child(2) ul > li {
    margin: 12px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer > div > div > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

footer > div > div > ul > li {
  margin: 0px 16px;
}

footer > div > div > ul > li:last-of-type {
  margin: 0px;
}

footer > div > div > ul > li > a {
  color: white;
  font-size: 13px;
}

.single-page-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
}

@media (max-width: 992px) {
  .single-page-wrapper {
    height: auto;
  }
}

.single-page-wrapper .special-btn {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  z-index: 100;
}

@media (max-width: 1400px) {
  .single-page-wrapper .special-btn {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media (max-width: 992px) {
  .single-page-wrapper .special-btn {
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.single-page-wrapper > div {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .single-page-wrapper > div {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.single-page-wrapper > div > div {
  width: 50%;
}

@media (max-width: 992px) {
  .single-page-wrapper > div > div {
    width: 100%;
  }
}

.single-page-wrapper > div > .single-page-content {
  margin-top: 150px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 580px) {
  .single-page-wrapper > div > .single-page-content {
    margin-top: 60px;
    margin-bottom: 110px;
  }
}

.single-page-wrapper > div > .single-page-content > div {
  width: 80%;
  max-width: 500px;
}

@media (max-width: 992px) {
  .single-page-wrapper > div > .single-page-content > div {
    width: 100%;
    padding: 10vw;
  }
}

.single-page-wrapper > div > .single-page-content > div > .mim-logo {
  margin: 0px;
  padding: 0px;
  margin-bottom: 50px;
}

.single-page-wrapper > div > .single-page-content > div > p {
  font-size: 14px;
  line-height: 1.6;
}

.single-page-wrapper > div > .single-page-image {
  position: fixed;
  right: 0px;
  z-index: -1;
}

@media (max-width: 580px) {
  .single-page-wrapper > div > .single-page-image {
    position: relative;
    height: 60vh;
  }
}

.single-page-wrapper > div > .single-page-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.form-page-wrapper {
  width: 100%;
}

.form-page-wrapper > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .form-page-wrapper > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.form-page-wrapper > div > div {
  width: 50%;
}

@media (max-width: 992px) {
  .form-page-wrapper > div > div {
    width: 100%;
  }
}

.form-page-wrapper > div > .form-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 150px;
}

@media (max-width: 580px) {
  .form-page-wrapper > div > .form-page-content {
    margin-top: 20px;
  }
}

.form-page-wrapper > div > .form-page-content > div {
  width: 80%;
  max-width: 600px;
}

@media (max-width: 992px) {
  .form-page-wrapper > div > .form-page-content > div {
    width: 100%;
    padding: 10vw;
  }
}

.form-page-wrapper > div > .form-page-content > div > .mim-logo {
  margin: 0px;
  padding: 0px;
  margin-bottom: 50px;
}

.form-page-wrapper > div > .form-page-content > div > p {
  font-size: 14px;
  line-height: 1.6;
}

.form-page-wrapper > div > .form-page-image {
  position: fixed;
  right: 0px;
  z-index: -1;
}

@media (max-width: 580px) {
  .form-page-wrapper > div > .form-page-image {
    position: relative;
    height: 60vh;
  }
}

.form-page-wrapper > div > .form-page-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.form-page-wrapper input[type="text"],
.form-page-wrapper input[type="email"],
.form-page-wrapper input[type="tel"],
.form-page-wrapper textarea {
  display: block;
  width: 100%;
  margin-top: 4px;
}

.section-contact {
  position: relative;
}

.section-contact .contact-adress {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

@media (max-width: 580px) {
  .section-contact .contact-adress {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

.section-contact p {
  font-size: 12px;
}

.section-contact p span {
  color: #4d8085;
}

.section-contact > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
}

@media (max-width: 580px) {
  .section-contact > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: auto;
  }
}

.section-contact > div > div {
  width: 50%;
  height: 100%;
}

@media (max-width: 580px) {
  .section-contact > div > div {
    width: 100%;
  }
}

.section-contact > div > div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-contact > div > div:first-of-type > div {
  width: 80%;
  max-width: 700px;
  padding-right: 30px;
}

@media (max-width: 580px) {
  .section-contact > div > div:first-of-type > div {
    width: 90%;
    margin: 0 auto;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}

.section-contact > div > div:first-of-type > div > div {
  margin: 30px 0px;
}

.section-contact > div > div:first-of-type > div > h2 {
  font-size: 6vw;
  font-weight: 100;
  color: #4d8085;
  text-transform: uppercase;
  margin: 0px;
}

@media (max-width: 580px) {
  .section-contact > div > div:first-of-type > div > h2 {
    font-size: 3.5rem;
  }
}

@media (max-width: 580px) {
  .section-contact > div > div:last-of-type {
    height: 400px;
  }
}

.section-contact > div > div:last-of-type > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}


.section-promo h1 {
	font-weight: 200;
	font-size: 28px;
	font-size: clamp(20px,1.458vw,28px);
	text-align: center;
	text-transform: uppercase;
}
/*# sourceMappingURL=main.css.map */