.section-hero {
  position: relative;
  min-height: 100vh;
  background-color: #e8e8ea;
}

.section-main-content {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #e8e8ea;
}

.container {
  width: 100%;
  max-width: 80vw;
  margin-right: auto;
  margin-left: auto;
}

.hero-text-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-hero-1 {
  font-family: Druktextwide, sans-serif;
  color: #383c3c;
  font-size: 3vw;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.txt-hero-2 {
  font-family: Druktextwide, sans-serif;
  color: #e63b14;
  font-size: 6vw;
  line-height: 100%;
  font-weight: 900;
  letter-spacing: -0.07em;
}

.hero-content-container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eiger-logo {
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-bg-wrapper-bot {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
}

.bg-toppotexture {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 480px;
  background-image: url('../images/Hires-toppo-texture-tiny.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.38;
  -o-object-fit: contain;
  object-fit: contain;
}

.bg-dots {
  position: absolute;
  left: 7%;
  top: auto;
  right: 0%;
  bottom: 0px;
  width: 140px;
  height: 100vh;
  background-image: url('../images/BG-Dots-Texture.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.61;
}

.bg-hero-mountain {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.bg-hero-mountain.shadow-mtn {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  -o-object-fit: contain;
  object-fit: contain;
}

.hero-bg-wrapper-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
}

.bg-hero-mountain-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  height: 80vh;
  background-image: url('../images/Hero-Mountain.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -o-object-fit: contain;
  object-fit: contain;
}

.bg-hero-mountain-container.shadow-mtn {
  margin-right: -30px;
  margin-bottom: -30px;
  margin-left: -30px;
}

.img-circle-in {
  position: absolute;
  left: -36px;
  top: -10px;
  right: auto;
  bottom: auto;
  width: 7vh;
  height: auto;
  -webkit-transform: rotate(-17deg);
  -ms-transform: rotate(-17deg);
  transform: rotate(-17deg);
}

.txt-hero2-wrapper {
  position: relative;
  overflow: hidden;
}

.bg-dots-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: -80px;
  bottom: 0%;
  width: 140px;
  height: 100vh;
  background-image: url('../images/BG-Dots-Texture.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.61;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.bg-thin-line {
  position: absolute;
  left: 300px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 1px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.06);
}

.hero-left-border {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 14px;
  height: 100vh;
  border-top: 60px solid #383c3c;
  border-radius: 0px;
  background-color: #e63b14;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #cacacc;
  background-color: #e8e8ea;
}

.navbar-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cacacc;
}

.navbar-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.navbar-loc-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #cacacc;
}

.navbar-title-text {
  width: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: Inter, sans-serif;
  line-height: 10px;
}

.navbar-logo-img {
  height: 32px;
}

.img-navbar-text {
  width: 20px;
}

.vert-progress-bar-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 4px;
  height: 100%;
  background-color: #e63b14;
}

.section-bct-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-bct-1.minus-top-margin {
  margin-top: -100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-bct-text {
  width: 50%;
  height: 100vh;
  background-color: #373c3c;
}

.s-bct-col-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px;
}

.s-bct-col-container.col-left {
  width: 520px;
}

.img-wrapper {
  overflow: hidden;
  height: 100%;
}

.section-hscroll-wrapper {
  width: 100%;
  padding-bottom: 100vh;
}

.img-full {
  max-width: 100%;
}

.section-height {
  width: 100%;
  height: 500vw;
}

.sticky-element {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin-bottom: -100vh;
}

.track {
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.track-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: -100vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.panel-1 {
  width: 600px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e8e8ea;
}

.panel-2 {
  width: 600px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e8e8ea;
}

.panel-3 {
  width: 600px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e8e8ea;
}

.panel-4 {
  width: 600px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #e8e8ea;
}

.panel-5 {
  width: 920px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #8a8888;
}

.s-bct-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.txt-bct-heading {
  font-family: Druktext, sans-serif;
  color: #e8e8ea;
  font-size: 45px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
}

.p-14 {
  font-family: Inter, sans-serif;
  color: #000;
  line-height: 23px;
  font-weight: 300;
}

.p-14.txt-white {
  color: #e8e8ea;
}

.col-bct-img {
  width: 50%;
  height: 100vh;
}

.section-about {
  position: relative;
  min-height: 100vh;
  margin-top: -100vh;
  background-color: #e8e8ea;
}

.section-about-bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.bg-dots-about {
  position: absolute;
  left: 41%;
  top: auto;
  bottom: 0px;
  width: 140px;
  height: 100vh;
  background-image: url('../images/BG-Dots-Texture.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.61;
}

.bg-toppotexture-about {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 530px;
  background-image: url('../images/Hires-toppo-texture-tiny.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.38;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.sec-about-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 72px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.h1-about {
  width: 100%;
  font-family: Druktext, sans-serif;
  font-size: 90px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.col-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 80vh;
  padding: 20px 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col-about-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.h1-description {
  font-family: Druktext, sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.panel-cover {
  position: relative;
  overflow: hidden;
  width: 620px;
  background-color: #363b41;
}

.panel-cover-container {
  position: relative;
  z-index: 7;
  width: 100%;
  height: 100%;
  padding: 90px;
}

.h-panelcover {
  font-family: Druktext, sans-serif;
  color: #fff;
  font-size: 82px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.panel-cover-text-wrapper {
  width: 100%;
}

.txt-subheading {
  font-family: Inter, sans-serif;
  color: #e63b14;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.txt-subheading.panel-cover-title {
  color: rgba(255, 255, 255, 0.65);
}

.panel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 56px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.panel-content-wrapper {
  width: 100%;
}

.h-year {
  margin-bottom: 20px;
  font-family: Druktext, sans-serif;
  color: #e63b14;
}

.h-panel-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Druktext, sans-serif;
  font-size: 81px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.h-panel-title-small {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Druktext, sans-serif;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.h-panel-title-small.m-60 {
  margin-top: 60px;
}

.stripe-accent {
  width: 200px;
  height: 8px;
  border-right: 47px solid #425053;
  border-left: 1px solid #425053;
  background-color: #e63b14;
}

.panel-img-1280 {
  overflow: hidden;
  width: 1280px;
}

.panel-img-1280.img-re {
  width: 1080px;
  background-image: url('../images/re.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-img-1280.img-store {
  background-image: url('../images/WhatsApp-Image-2023-03-14-at-16.52.24.jpeg');
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.panel-img-1280.img-cover {
  background-image: url('../images/img-history-cover.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-1 {
  width: auto;
  height: 100%;
}

.desc-text-wrapper {
  width: 380px;
}

.panel-img-640 {
  overflow: hidden;
  width: 640px;
  height: 100%;
  max-width: 640px;
}

.panel-img-640.img-1 {
  width: 100%;
  height: auto;
  max-width: 560px;
  background-image: url('../images/sewing-machines.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-img-640.img-borneo {
  width: 940px;
  max-width: none;
  background-image: url('../images/borneo.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.panel-img-640.img-tropical {
  background-image: url('../images/img-borneo.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-img-640.img-mfa {
  background-image: url('../images/img-mfa.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.panel-img-640.img-ecosav {
  background-image: url('../images/ecosav.jpg');
  background-position: 50% 0%;
  background-size: 700px;
}

.section-store {
  position: relative;
  min-height: 100vh;
  background-color: #363636;
}

.s-store-container {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.col-store-img {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  height: 100%;
  padding: 80px 24px 24px 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(88%, transparent), to(rgba(54, 54, 54, 0.85))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#363636));
  background-image: linear-gradient(90deg, transparent 88%, rgba(54, 54, 54, 0.85)), linear-gradient(180deg, transparent, #363636);
}

.col-store-text {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: auto;
  padding: 80px 24px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(54, 54, 54, 0.85);
}

.img-store-map-bg {
  height: 100vh;
}

.store-map-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-image: url('../images/Map-polos.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-store-wrapper {
  width: 460px;
  max-width: 100%;
}

.h-store-text {
  margin-top: 10px;
  font-family: Druktext, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 100%;
  letter-spacing: -0.002em;
  text-transform: uppercase;
}

.panel-vid {
  overflow: hidden;
  width: 100vw;
  height: auto;
}

.secondary-button {
  border-style: solid;
  border-width: 2px;
  border-color: #e63b14;
  border-radius: 3px;
  background-color: transparent;
  font-family: Druktext, sans-serif;
  color: #e63b14;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.secondary-button.full {
  width: 100%;
  text-align: center;
}

.text-address-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  max-width: 100%;
  margin-top: 40px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 12px;
  background-color: rgba(45, 45, 45, 0.6);
}

.txt-address {
  font-family: Inter, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 14px;
  font-weight: 300;
}

.html-embed {
  width: auto;
  opacity: 0.54;
}

.address-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.button-group-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.primary-button {
  border-radius: 4px;
  background-color: #e63b14;
  font-family: Druktext, sans-serif;
  color: #e8e8ea;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.primary-button.full {
  width: 100%;
  text-align: center;
}

.img-store {
  border-radius: 4px;
}

.txt-store-title {
  font-family: Druktext, sans-serif;
  color: rgba(232, 232, 234, 0.76);
  font-size: 21px;
  line-height: 100%;
  text-transform: uppercase;
}

.txt-store-address-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.bg-toppotexture-history {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 100%;
  background-image: url('../images/Hires-toppo-texture-tiny.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 0.27;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  mix-blend-mode: color-burn;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.txt-hero-1-wrapper {
  overflow: hidden;
}

.section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #353535;
}

.txt-footer {
  font-family: Inter, sans-serif;
  color: #acadac;
  font-size: 12px;
  text-align: center;
}

.card-subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 460px;
  margin-top: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 12px;
  background-color: rgba(45, 45, 45, 0.6);
}

.subs-form-container {
  max-width: 460px;
}

@media screen and (max-width: 991px) {
  .txt-hero-1 {
    font-size: 4vw;
  }

  .txt-hero-2 {
    font-size: 8vw;
  }

  .bg-toppotexture {
    bottom: 7%;
  }

  .bg-dots {
    width: 120px;
  }

  .bg-dots-right {
    right: -8%;
    width: 120px;
  }

  .bg-thin-line {
    left: 210px;
  }

  .section-bct-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-bct-text {
    width: 100%;
  }

  .section-hscroll-wrapper {
    padding-bottom: 0vh;
  }

  .section-height {
    height: auto;
  }

  .sticky-element {
    height: auto;
    margin-bottom: auto;
  }

  .track {
    width: 100%;
  }

  .track-flex {
    width: 100%;
    height: auto;
    margin-right: 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .panel-1 {
    width: 100%;
    padding-left: 40px;
  }

  .panel-2 {
    width: 100%;
    padding-left: 40px;
  }

  .panel-3 {
    width: 100%;
    margin-left: 0px;
    padding-left: 40px;
  }

  .col-bct-img {
    width: 100%;
  }

  .bg-dots-about {
    width: 120px;
  }

  .sec-about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h1-about {
    font-size: 70px;
  }

  .col-heading {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .col-about-content {
    width: 100%;
    padding: 20px;
  }

  .panel-cover {
    width: 100vw;
  }

  .h-panelcover {
    font-size: 60px;
  }

  .h-panel-title {
    font-size: 70px;
  }

  .panel-img-1280 {
    overflow: visible;
    width: auto;
    height: auto;
  }

  .panel-img-1280.img-re {
    width: 100%;
    height: 490px;
  }

  .panel-img-1280.img-store {
    height: 380px;
    background-position: 50% 0%;
    background-size: cover;
  }

  .panel-img-1280.img-cover {
    overflow: visible;
    width: 100%;
    height: 460px;
    background-position: 0% 0%;
    background-size: cover;
  }

  .img-1 {
    width: 100%;
    height: auto;
  }

  .desc-text-wrapper {
    width: 100%;
  }

  .panel-img-640 {
    width: 100%;
    height: 400px;
    max-width: none;
  }

  .panel-img-640.img-1 {
    height: 560px;
    max-width: none;
    background-position: 0% 0%;
    background-size: cover;
  }

  .panel-img-640.img-borneo {
    width: 100%;
    height: 450px;
  }

  .panel-img-640.img-tropical {
    height: 680px;
    background-size: cover;
  }

  .panel-img-640.img-mfa {
    height: 570px;
    background-position: 50% 100%;
    background-size: cover;
  }

  .panel-img-640.img-ecosav {
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .s-store-container {
    padding-left: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-store-img {
    width: 100%;
    height: 190%;
    padding-left: 24px;
  }

  .col-store-text {
    width: 100%;
    height: 100%;
    background-color: #363636;
  }

  .text-store-wrapper {
    width: 100%;
  }

  .text-address-card {
    width: 100%;
  }

  .button-group-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .img-store {
    width: 100%;
    height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .card-subscribe-form {
    width: 100%;
  }

  .subs-form-container {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .img-circle-in {
    left: -26px;
    width: 5.5vh;
  }

  .bg-dots-right {
    display: none;
  }

  .bg-thin-line {
    left: 200px;
  }

  .navbar {
    display: none;
  }

  .s-bct-col-container {
    padding: 24px;
  }

  .panel-3 {
    padding-left: 0px;
  }

  .section-about {
    min-height: auto;
    margin-top: 0vh;
  }

  .sec-about-container {
    padding: 24px;
  }

  .h1-about {
    font-size: 40px;
  }

  .col-heading {
    padding: 0px;
  }

  .col-about-content {
    padding: 0px;
  }

  .panel-cover-container {
    padding: 24px;
  }

  .panel-container {
    margin-bottom: 40px;
    padding: 24px;
  }

  .h-panel-title {
    font-size: 48px;
  }

  .stripe-accent {
    height: 6px;
  }

  .panel-img-1280 {
    height: auto;
  }

  .panel-img-1280.img-cover {
    height: 370px;
  }

  .s-store-container {
    padding-left: 0px;
  }

  .col-store-img {
    height: 600px;
  }

  .col-store-text {
    height: auto;
  }

  .h-store-text {
    font-size: 40px;
  }

  .secondary-button {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .secondary-button.full {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button-group-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .section-main-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-text-wrapper {
    margin-top: 15vh;
  }

  .txt-hero-1 {
    font-size: 5.5vw;
  }

  .txt-hero-2 {
    font-size: 8.5vw;
  }

  .eiger-logo {
    height: 90px;
  }

  .bg-dots {
    left: 3%;
    bottom: 35%;
    width: 90px;
    height: 100vh;
    background-repeat: no-repeat;
  }

  .img-circle-in {
    left: -17px;
    top: -10px;
    width: 3.5vh;
  }

  .bg-dots-right {
    display: none;
    width: 110px;
    height: 100vh;
  }

  .bg-thin-line {
    left: 150px;
    display: none;
  }

  .hero-left-border {
    width: 6px;
  }

  .section-hscroll-wrapper {
    position: relative;
    height: auto;
    padding-bottom: 0%;
  }

  .sticky-element {
    margin-bottom: 0px;
  }

  .track {
    height: auto;
  }

  .section-about {
    position: relative;
  }

  .bg-dots-about {
    right: -19%;
    width: 90px;
    height: 100vh;
    background-repeat: no-repeat;
  }

  .sec-about-container {
    margin-bottom: 40px;
  }

  .col-heading {
    padding: 0px;
  }

  .col-about-content {
    padding: 0px;
  }

  .panel-cover-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .h-panelcover {
    font-size: 48px;
  }

  .panel-img-1280.img-re {
    height: 320px;
  }

  .panel-img-1280.img-cover {
    height: 240px;
  }

  .panel-img-640.img-1 {
    height: 430px;
  }

  .panel-img-640.img-borneo {
    height: 310px;
  }

  .panel-img-640.img-tropical {
    height: 530px;
  }

  .panel-img-640.img-mfa {
    height: 520px;
  }

  .panel-img-640.img-ecosav {
    height: 540px;
  }

  .col-store-img {
    height: 530px;
    padding: 20px 20px 10px;
  }

  .col-store-text {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .secondary-button.full {
    margin: 0px;
  }

  .text-address-card {
    padding: 16px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .address-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-group-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .img-store {
    height: 160px;
  }

  .card-subscribe-form {
    max-width: 460px;
    padding: 0px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

@font-face {
  font-family: 'Druktextwide';
  src: url('../fonts/DrukTextWide-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druktextwide';
  src: url('../fonts/DrukTextWide-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druktext';
  src: url('../fonts/DrukText-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druktext';
  src: url('../fonts/DrukText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}