h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: KgCornerOfTheSky, sans-serif;
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: KgCornerOfTheSky, sans-serif;
  font-size: 35px;
  line-height: 42px;
  font-weight: 400;
  letter-spacing: -1.5px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: KgCornerOfTheSky, sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  font-family: Circular, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

a {
  color: #000;
  text-decoration: none;
}

.no-margin {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.no-margin.top-margin-30.bottom-margin-30 {
  margin-bottom: 30px;
}

.no-margin.bottom-margin-30 {
  margin-bottom: 30px;
}

.uppercase {
  text-transform: uppercase;
}

.hero-section {
  position: relative;
  overflow: hidden;
  margin-top: -13vw;
  padding-top: 11vw;
  padding-bottom: 6vw;
  background-color: #f8e7b2;
  background-image: url('../images/cloud_outline_cream.svg'), url('../images/cloud_outline_orange.svg');
  background-position: 105% 30%, -9% 22.5%;
  background-size: 12%, 18%;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
}

.header {
  position: relative;
  z-index: 1;
  height: 13vw;
  min-height: 100px;
  padding-top: 3.5vw;
  padding-left: 2vw;
  background-image: url('../images/header_icon.svg');
  background-position: -13% 100%;
  background-size: 24%;
  background-repeat: no-repeat;
}

.logo {
  width: 15vw;
  height: 5vw;
  min-height: 60px;
  min-width: 160px;
  background-image: url('../images/NK-LOGO.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo.white {
  width: 12vw;
  height: 4vw;
  min-height: 50px;
  min-width: 140px;
  background-image: url('../images/logo_white.svg');
}

.orange-text {
  color: #df912b;
}

.orange-text.no-margin {
  font-weight: 400;
}

.h0 {
  margin-top: 0px;
  font-family: NomadAdventure, sans-serif;
  color: #fff;
  font-size: 240px;
  line-height: 145px;
  font-weight: 400;
  letter-spacing: -24px;
}

.h0.footer {
  margin-top: 5px;
  color: #df912b;
  font-size: 100px;
  line-height: 75px;
  letter-spacing: -7px;
}

.parachute {
  position: absolute;
  left: 15%;
  top: 12.5%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 8vw;
  height: 11vw;
  background-image: url('../images/parachute_orange.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.parachute.small {
  left: auto;
  top: 15.5%;
  right: 7%;
  width: 5vw;
  height: 8vw;
}

.parachute.small.purple {
  top: 11%;
  right: 26.5%;
  z-index: 1;
  width: 3vw;
  height: 6vw;
  background-image: url('../images/parachute_purple.svg');
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.parachute.cream {
  left: 4%;
  top: 35%;
  right: auto;
  bottom: auto;
  background-image: url('../images/footer_parachute_icon.svg');
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.parachute.cream.footer {
  left: 11%;
  top: 19%;
  z-index: 4;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.hero-text-wrapper {
  position: relative;
  z-index: 1;
}

.sunny-cloud {
  position: absolute;
  top: 5%;
  right: 10%;
  width: 10vw;
  height: 6vw;
  min-height: 60px;
  min-width: 100px;
  background-image: url('../images/cloud.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.globe-wrapper {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 80vw;
  margin-top: 0vw;
  margin-left: -50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.about-card {
  position: relative;
  left: 50%;
  z-index: 10;
  width: 35vw;
  margin-top: 30vw;
  margin-left: -17.5vw;
  padding: 4vw;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 15px -1px rgba(0, 0, 0, 0.13);
  text-align: left;
}

.small-paragraph {
  font-size: 14px;
  line-height: 20px;
}

.button-icon {
  width: 0.75vw;
  height: 0.75vw;
  min-height: 10px;
  min-width: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/arrow_icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 130px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: max-width 400ms ease-in-out;
  transition: max-width 400ms ease-in-out;
}

.products-button:hover {
  max-width: 140px;
}

.products-section {
  padding-top: 1vw;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(41%, #f8e7b2), to(#fffefa));
  background-image: linear-gradient(180deg, #f8e7b2 41%, #fffefa);
  text-align: center;
}

.where-to-buy-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fffefa;
  background-image: url('../images/Group-64.svg'), -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(253, 249, 235, 0)), to(#fdf9eb));
  background-image: url('../images/Group-64.svg'), linear-gradient(180deg, rgba(253, 249, 235, 0) 80%, #fdf9eb);
  background-position: -3% 75%, 0px 0px;
  background-size: 6%, auto;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.expand-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50vw;
  padding-top: 5vw;
  padding-bottom: 0vw;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.locations-card-wrapper {
  display: block;
  width: 50%;
  margin-top: 3vw;
  padding-right: 8vw;
  -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;
}

.filter-wrapper {
  display: none;
  margin-bottom: 2vw;
  padding-left: 5vw;
}

.dropdown-wrapper {
  position: relative;
  height: 48px;
}

.filter-form-block {
  margin-bottom: 0px;
}

.filter-form {
  height: 100%;
}

.filter-dropdown {
  height: 100%;
  min-width: 165px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #df912b;
  border-radius: 4px;
  background-color: #f6e09b;
  font-family: Circular, sans-serif;
  cursor: pointer;
}

.filter-dropdown:active {
  border-color: #df912b;
}

.filter-dropdown:focus {
  border-color: #df912b;
}

.dropdown-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 35px;
  border-top: 0.5px solid #df912b;
  border-right: 0.5px solid #df912b;
  border-bottom: 0.5px solid #df912b;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #f6e09b;
  background-image: url('../images/arrow_down.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.shops-wrapper {
  padding-top: 2vw;
  padding-right: 5vw;
  padding-left: 5vw;
  border-bottom: 2px none #ea8c00;
}

.shops-wrapper.other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 7vw;
  -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;
}

.location-card {
  position: relative;
  width: 100%;
  margin-bottom: 2vw;
  padding: 2vw;
  border-radius: 10px;
  background-color: #f6e09b;
}

.location-card.dummy {
  height: 0px;
  margin-bottom: 0vw;
  padding: 0vw;
  background-color: transparent;
}

.card-outline {
  padding: 5% 0vw 0vw 5%;
  border-style: dashed;
  border-width: 1px;
  border-color: #df912b;
  border-radius: 10px;
}

.shop-name {
  margin-bottom: 10px;
  font-family: KgCornerOfTheSky, sans-serif;
  color: #df912b;
  font-size: 16px;
  font-weight: 400;
}

.shop-address-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.location-icon {
  position: absolute;
  left: -10%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 5vw;
  height: 5vw;
  min-height: 50px;
  min-width: 50px;
  margin-top: -2.5vw;
  background-image: url('../images/location_icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.location-icon.large {
  position: static;
  width: 7vw;
  height: 7vw;
  min-height: 70px;
  min-width: 70px;
  margin-top: 0vw;
  margin-bottom: 0vw;
  margin-left: -1vw;
}

.footer-section {
  position: relative;
  overflow: hidden;
  min-height: 55vw;
  background-color: #fdf9eb;
}

.footer-bg {
  position: absolute;
  left: 50%;
  top: auto;
  right: 0%;
  bottom: -41.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  height: 80vw;
  margin-left: -43vw;
  padding-top: 20vw;
  padding-left: 3vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url('../images/footer_bg_icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.footer-sand {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -6%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 104%;
  height: 30vw;
  margin-left: -1vw;
  padding-right: 7vw;
  padding-bottom: 5vw;
  padding-left: 3vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/sand_shadow_icon_2.svg'), url('../images/sand_shadow_icon.svg'), url('../images/cloud_orange.svg'), url('../images/footer_sand.svg');
  background-position: 85% 78%, 24% 78%, 5% 59%, 50% 45%;
  background-size: 15vw 1vw, 7vw 1vw, 9vw 1vw, 120%;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.button {
  padding: 15px 45px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family: KgCornerOfTheSky, sans-serif;
  color: #df912b;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.button:hover {
  background-color: #df912b;
  color: #fff;
}

.button.top-margin-20 {
  margin-top: 10px;
}

.button.orange {
  background-color: #df912b;
  color: #fff;
}

.button.orange:hover {
  background-color: #fff;
  color: #ea8c00;
}

.button.purchase {
  position: relative;
  z-index: 3;
  margin-bottom: 4.5vw;
  margin-left: -5vw;
  padding: 20px 50px;
  background-color: #ea8c00;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
}

.button.purchase:hover {
  background-color: #373e80;
}

.leaning-tower {
  position: absolute;
  left: 3%;
  top: auto;
  right: auto;
  bottom: 31%;
  width: 12vw;
  height: 23vw;
  background-image: url('../images/footer_tower_icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-text-wrapper {
  position: absolute;
  top: -36%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 100%;
  padding-right: 52px;
  color: #fff;
  text-align: center;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkdc {
  width: 2.75vw;
  height: 2.75vw;
  min-height: 25px;
  min-width: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/checkdc_logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.socials-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 430px;
  margin-left: -12vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socials-icon {
  width: 2vw;
  height: 2vw;
  min-height: 20px;
  min-width: 20px;
  margin-right: 0.5vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/instagram_icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.socials-icon.mail {
  background-image: url('../images/mail_icon.svg');
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.divider {
  width: 0.2vw;
  height: 2vw;
  background-color: #df912b;
}

.white-cloud {
  position: absolute;
  left: 30%;
  top: 10.5%;
  z-index: 3;
  width: 15vw;
  height: 6vw;
  min-height: 60px;
  min-width: 150px;
  background-image: url('../images/cloud_white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.white-cloud.outline {
  left: auto;
  top: 20.5%;
  right: 11.5%;
  bottom: auto;
  width: 11vw;
  height: 5vw;
  min-height: 50px;
  min-width: 110px;
  background-image: url('../images/cloud_outline_white.svg');
}

.white-cloud.small {
  left: auto;
  top: 20%;
  right: 29.5%;
  bottom: auto;
  width: 6.5vw;
  height: 2vw;
  min-height: 20px;
  min-width: 65px;
  background-image: url('../images/footer_cloud.svg');
}

.white-cloud.two {
  left: 16%;
  top: 27%;
  width: 10vw;
  height: 3vw;
  min-height: 30px;
  min-width: 100px;
  background-image: url('../images/cloud_white_2.svg');
}

.white-cloud.hero {
  left: auto;
  top: auto;
  right: 15%;
  bottom: 55%;
  width: 20vw;
  height: 9vw;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.white-cloud.hero.small {
  left: 53%;
  top: 7%;
  right: auto;
  bottom: auto;
  width: 8vw;
  height: 3vw;
}

.white-cloud.hero.small.two {
  left: 66%;
  top: 16%;
  width: 6vw;
  height: 2vw;
  min-height: 35px;
  min-width: 75px;
  background-image: url('../images/footer_cloud.svg');
}

.white-cloud.hero.two {
  left: 10%;
  top: 75vh;
  right: auto;
  bottom: auto;
  width: 17vw;
  height: 8vw;
  min-height: 60px;
  min-width: 150px;
  background-image: url('../images/cloud_white.svg');
}

.ring {
  position: absolute;
  left: auto;
  top: -5%;
  right: -4%;
  bottom: auto;
  width: 13vw;
  height: 13vw;
  background-image: url('../images/ring_2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ring.two {
  left: auto;
  top: auto;
  right: -18%;
  bottom: -27%;
  z-index: 9;
  width: 25vw;
  height: 25vw;
  background-image: url('../images/ring_1.svg');
}

.overflow-hidden {
  overflow: hidden;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: -46px;
  padding-top: 46px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.products-slider {
  height: 100%;
  background-color: transparent;
}

.globe {
  position: absolute;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.plane {
  position: absolute;
  z-index: 1;
  width: 100%;
}

.slider-nav {
  left: -7%;
  bottom: 33%;
  width: 13vw;
  height: 13vw;
  border-radius: 50%;
  background-color: #ea8c00;
  background-image: url('../images/left_arrow.svg');
  background-position: 71% 50%;
  background-size: 11%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 400ms ease, -webkit-transform 375ms ease;
  transition: background-color 400ms ease, -webkit-transform 375ms ease;
  transition: transform 375ms ease, background-color 400ms ease;
  transition: transform 375ms ease, background-color 400ms ease, -webkit-transform 375ms ease;
}

.slider-nav:hover {
  background-color: #f5b14e;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.slider-nav.right {
  left: auto;
  right: -7%;
  background-image: url('../images/right-arrow.svg');
  background-position: 30% 50%;
}

.slider-nav.right:hover {
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.hide {
  display: none;
}

.product-slide-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 1.5vw 10vw 3.5vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/circle_purple.svg'), url('../images/circle_outline_cream.svg'), url('../images/circle_orange.svg'), url('../images/circle_orange.svg'), url('../images/circle_outline_purple.svg');
  background-position: 96% 3%, 73% 43%, 66% 6%, 9% 16%, 32% 7%;
  background-size: 2vw, 6vw, 4vw, 6vw, 3vw;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.product-description-wrapper {
  max-width: 247px;
  margin-bottom: 11vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #363e80;
}

.description-header {
  margin-bottom: 5px;
  font-family: Circular, sans-serif;
  color: #ea8c00;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.description-text {
  font-size: 16px;
  line-height: 22px;
}

.product-image-wrapper {
  position: relative;
  width: 47vw;
  height: 53vw;
  margin-left: -1vw;
  padding-top: 5vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.product-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  max-width: 112%;
}

.product-name-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 34vw;
  min-height: 300px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/product_card_icon_3.svg'), url('../images/product_age_icon_1.svg'), url('../images/product_name.svg'), url('../images/circle_outline_white.svg');
  background-position: 76% 4%, 13% 28%, 50% 40%, 50% 50%;
  background-size: 7vw, 7vw, 42%, contain;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.product-name-block.two {
  background-image: url('../images/product_card_icon_2_2.svg'), url('../images/product_age_icon_1.svg'), url('../images/product_name_2.svg'), url('../images/purple_circle_1.svg');
  background-position: 76% 4%, 13% 28%, 50% 50%, 50% 50%;
  background-size: 7vw, 7vw, 42%, contain;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.line-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 17%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10vw;
  padding-left: 10vw;
  -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;
}

.line {
  width: 100%;
  height: 3px;
  background-color: #ea8c00;
}

.products-circle {
  position: absolute;
  left: 11%;
  top: 30%;
  right: auto;
  bottom: auto;
  width: 13vw;
  height: 13vw;
  background-image: url('../images/products_icon_2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-circle.two {
  left: 17%;
  top: 5%;
  width: 11vw;
  height: 11vw;
  background-image: url('../images/products_icon.svg');
}

.products-circle.two.slide-two {
  background-image: url('../images/products_circle_6.svg');
}

.products-circle.three {
  left: auto;
  top: 10%;
  right: 14%;
  width: 15vw;
  height: 15vw;
  background-image: url('../images/products_icon_3.svg');
}

.products-circle.three.slide-two {
  background-image: url('../images/products_circle_7.svg');
  background-size: cover;
}

.products-circle.four {
  left: auto;
  top: 43%;
  right: 7%;
  width: 15vw;
  height: 15vw;
  background-image: url('../images/products_icon_4.svg');
}

.products-circle.four.slide-two {
  background-image: url('../images/products_circle_8.svg');
  background-size: 75%;
}

.products-circle.slide-two {
  background-image: url('../images/products_circle_5.svg');
}

.nomad-card {
  position: absolute;
  z-index: 3;
  width: 21vw;
  height: 30vw;
  min-height: 300px;
  min-width: 230px;
  background-image: url('../images/Nomad_Card_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nomad-card.two {
  z-index: 2;
  background-image: url('../images/Nomad_Card_2.png');
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nomad-card.three {
  z-index: 1;
  background-image: url('../images/Nomad_Card_3.png');
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.shadow {
  width: 50%;
  height: 3vw;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/Shadow-1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.body {
  color: #000;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 155px;
  padding: 8px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff9e5;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.tab-link:hover {
  background-color: #f6e09b;
}

.tab-link.w--current {
  background-color: #f6eabe;
  background-image: url('../images/checkmark.svg');
  background-position: 91% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.tab-link.w--current:hover {
  background-color: #f6e09b;
}

.tab-menu {
  position: absolute;
  z-index: 10;
  display: none;
  margin-top: -48px;
  margin-bottom: 3vw;
  margin-left: 5vw;
  padding-top: 48px;
  background-color: #fff9e5;
}

.tab-dropdown {
  position: relative;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  min-width: 155px;
  padding: 8px 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #df912b;
  border-radius: 4px;
  background-color: #f6e09b;
  cursor: pointer;
}

.dropdown-text {
  font-family: Circular, sans-serif;
}

.tab-label {
  font-family: Circular, sans-serif;
}

.icon {
  position: static;
  margin: 0px;
}

.tab-pane {
  position: relative;
  overflow: auto;
  width: 100%;
  height: 440px;
  margin-top: 3vw;
  border-bottom: 2px none #ea8c00;
}

.filter-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 5vw;
  -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;
}

.tab {
  height: 100%;
  max-width: 100%;
}

.shop-address {
  min-width: 45%;
  margin-right: 5%;
  margin-bottom: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  line-height: 20px;
}

.shop-link {
  border-bottom: 2px solid transparent;
  color: #df912b;
}

.shop-link:hover {
  border-bottom: 2px solid #df912b;
}

.absolute-line-wrapper {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 3px;
  padding-right: 7%;
  padding-left: 5%;
}

.absolute-line {
  height: 100%;
  background-color: #ea8c00;
}

.hero-button-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 360px;
  margin-top: 35vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 22vw;
  }

  .header {
    background-size: 30%;
  }

  .h0 {
    font-size: 170px;
    line-height: 115px;
    letter-spacing: -19px;
  }

  .parachute {
    width: 9vw;
    height: 12vw;
  }

  .parachute.small {
    width: 7vw;
    height: 10vw;
  }

  .parachute.small.purple {
    width: 5vw;
    height: 8vw;
  }

  .parachute.cream {
    width: 10vw;
    height: 13vw;
  }

  .globe-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 120%;
    margin-left: -60%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-card {
    width: 60vw;
    margin-top: 50vw;
    margin-left: -30vw;
  }

  .where-to-buy-section {
    padding-bottom: 5vw;
  }

  .expand-card-wrapper {
    width: 50%;
  }

  .locations-card-wrapper {
    width: 50%;
  }

  .filter-wrapper {
    padding-left: 4vw;
  }

  .shops-wrapper {
    padding-top: 0vw;
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .location-card {
    margin-bottom: 3vw;
  }

  .footer-section {
    min-height: 80vw;
  }

  .footer-bg {
    bottom: -37%;
    width: 100%;
    height: 100vw;
    margin-left: -53vw;
    padding-top: 25vw;
  }

  .footer-sand {
    bottom: -2%;
    padding-bottom: 3.5vw;
  }

  .button.purchase {
    position: absolute;
    margin-left: 0vw;
  }

  .leaning-tower {
    left: -5%;
    bottom: 22%;
  }

  .footer-text-wrapper {
    top: -68%;
    padding-right: 47px;
  }

  .socials-wrapper {
    width: 390px;
    margin-left: -5vw;
  }

  .ring.two {
    bottom: -32%;
    width: 30vw;
    height: 30vw;
  }

  .product-slide-wrapper {
    padding-right: 5vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-position: 79% 3%, 73% 43%, 61% 3%, 9% 16%, 32% 7%;
  }

  .product-description-wrapper {
    margin-bottom: 15vw;
  }

  .product-image-wrapper {
    width: 50vw;
  }

  .products-circle {
    left: 30%;
    top: 21%;
    width: 11vw;
    height: 11vw;
  }

  .products-circle.three {
    top: 3%;
    right: 46%;
    width: 12vw;
    height: 12vw;
  }

  .products-circle.four {
    top: 4%;
    right: 3%;
    width: 12vw;
    height: 12vw;
  }

  .shadow {
    position: relative;
    left: 10%;
    height: 4vw;
    margin-bottom: -8vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .card-wrapper {
    left: 10%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .tab-pane {
    margin-top: 4vw;
  }

  .shop-address {
    min-width: 95%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-button-wrapper {
    width: 350px;
    max-width: none;
    margin-top: 0vh;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    min-height: 0vh;
    margin-top: -130px;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .header {
    height: 120px;
    min-height: 0px;
    padding-top: 35px;
    padding-left: 35px;
    background-position: -41% 100%;
    background-size: 50%;
  }

  .logo {
    width: 120px;
    height: 55px;
    min-height: 0px;
    min-width: 0px;
  }

  .logo.white {
    width: 120px;
    height: 45px;
    min-width: 0px;
    margin-bottom: 5px;
  }

  .h0 {
    font-size: 130px;
    line-height: 81px;
    letter-spacing: -10px;
  }

  .parachute {
    left: 6%;
    top: 14.5%;
    width: 60px;
    height: 100px;
  }

  .parachute.small {
    top: 22.5%;
    right: 5%;
    width: 40px;
    height: 75px;
  }

  .parachute.small.purple {
    width: 40px;
    height: 80px;
  }

  .parachute.cream.footer {
    top: 31%;
  }

  .hero-text-wrapper {
    margin-bottom: 30px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .globe-wrapper {
    width: 175%;
    height: 550px;
    margin-top: 30px;
    margin-left: -87.5%;
  }

  .about-card {
    width: 80%;
    min-width: 0px;
    margin-top: 450px;
    margin-left: -40%;
    padding: 40px;
  }

  .products-section {
    padding-top: 0px;
    padding-bottom: 100px;
  }

  .wrapper {
    display: block;
  }

  .expand-card-wrapper {
    width: 100%;
    height: 400px;
    margin-top: 40px;
    padding-top: 0vw;
    padding-bottom: 0vw;
  }

  .locations-card-wrapper {
    width: 100%;
    margin-top: 30px;
    padding-right: 0vw;
  }

  .filter-wrapper {
    padding-left: 10vw;
  }

  .shops-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10vw;
    padding-right: 5vw;
    padding-left: 10vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom-style: none;
  }

  .shops-wrapper.other {
    height: auto;
    min-height: 260px;
    padding-right: 10vw;
  }

  .location-card {
    width: auto;
    margin-right: 5vw;
    margin-bottom: 5vw;
    padding: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .location-card.dummy {
    width: 15vw;
    height: auto;
    margin-right: 0vw;
    margin-bottom: 5vw;
    background-color: transparent;
  }

  .card-outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 15px 15px 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;
  }

  .shop-name {
    margin-bottom: 15px;
  }

  .shop-address-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .location-icon {
    left: -20px;
    top: -13%;
    right: auto;
    bottom: auto;
    margin-top: 0vw;
    margin-left: 0px;
  }

  .footer-section {
    min-height: 600px;
  }

  .footer-bg {
    left: 50%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 104%;
    height: 100%;
    margin-left: -54%;
    padding-top: 202px;
    padding-left: 4vw;
    background-position: 50% 85%;
    background-size: 545px;
  }

  .footer-sand {
    bottom: 0%;
    width: 100%;
    height: 375px;
    margin-left: 0vw;
    padding-right: 5vw;
    padding-bottom: 3vw;
    padding-left: 5vw;
    background-position: 85% 78%, 24% 78%, 5% 59%, 50% 50%;
    background-size: 15vw 1vw, 7vw 1vw, 9vw 1vw, 225%;
  }

  .button.top-margin-20 {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }

  .button.purchase {
    bottom: 50px;
    margin-bottom: 0vw;
  }

  .leaning-tower {
    left: 0%;
    bottom: 25%;
    width: 60px;
    height: 150px;
  }

  .footer-text-wrapper {
    top: -7%;
    z-index: 5;
    padding-right: 20px;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }

  .footer-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .checkdc {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 30px;
    height: 30px;
    min-height: 0px;
    min-width: 0px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .socials-wrapper {
    display: block;
    width: 100%;
    margin-left: 0vw;
  }

  .socials-icon {
    width: 25px;
    height: 25px;
    min-height: 0px;
    min-width: 0px;
    margin-right: 10px;
  }

  .divider {
    width: 34%;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .white-cloud {
    top: 19.5%;
  }

  .white-cloud.outline {
    top: 27.5%;
  }

  .white-cloud.two {
    left: 9%;
    top: 32%;
  }

  .white-cloud.hero {
    bottom: 26%;
  }

  .white-cloud.hero.small {
    left: 38%;
    top: 14%;
  }

  .white-cloud.hero.small.two {
    left: 63%;
    top: 22%;
  }

  .white-cloud.hero.two {
    left: 2%;
    width: 150px;
    height: 70px;
    min-height: 0px;
    min-width: 0px;
  }

  .ring.two {
    bottom: -15%;
    z-index: 8;
  }

  .slider-wrapper {
    margin-top: 0px;
    padding-top: 0px;
  }

  .globe {
    margin-top: 150px;
  }

  .plane {
    margin-top: 150px;
  }

  .slider-nav {
    left: -60px;
    width: 120px;
    height: 120px;
  }

  .slider-nav.right {
    right: -60px;
  }

  .product-slide-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 700px;
    margin-top: 70px;
    padding: 50px 0vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .product-description-wrapper {
    max-width: 100%;
    margin-top: 85px;
    margin-bottom: 0vw;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .product-image-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 55%;
    margin-left: 0vw;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-image {
    position: absolute;
    left: 50%;
    bottom: -30%;
    max-width: 450px;
    margin-left: -195px;
  }

  .product-name-block {
    width: 450px;
    height: 100%;
    min-height: 0px;
    margin-top: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-image: url('../images/product_card_icon_3.svg'), url('../images/product_age_icon_1.svg'), url('../images/product_name.svg'), url('../images/circle_outline_white.svg');
    background-position: 80% 8%, 13% 28%, 50% 40%, 50% 50%;
    background-size: 70px, 70px, 180px, contain;
  }

  .product-name-block.two {
    background-image: url('../images/product_card_icon_2_2.svg'), url('../images/product_age_icon_1.svg'), url('../images/product_name_2.svg'), url('../images/purple_circle_1.svg');
    background-position: 80% 8%, 13% 28%, 50% 50%, 50% 50%;
    background-size: 70px, 70px, 180px, contain;
  }

  .line-wrapper {
    bottom: 40%;
  }

  .products-circle {
    left: 8%;
    top: 1%;
    right: auto;
    z-index: 2;
    width: 80px;
    height: 80px;
    min-height: 15vw;
    min-width: 15vw;
  }

  .products-circle.two {
    left: 28%;
    top: -6%;
    right: auto;
    width: 80px;
    height: 80px;
    min-height: 15vw;
    min-width: 15vw;
  }

  .products-circle.three {
    top: -6%;
    right: 28%;
    width: 80px;
    height: 80px;
    min-height: 13vw;
    min-width: 13vw;
  }

  .products-circle.four {
    top: -2%;
    right: 2%;
    width: 100px;
    height: 100px;
    min-height: 15vw;
    min-width: 15vw;
  }

  .shadow {
    left: 0%;
    bottom: -1%;
    width: 45%;
    height: 30px;
    margin-bottom: 0vw;
    background-position: 50% 50%;
    background-size: contain;
  }

  .card-wrapper {
    left: 0%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .tab-menu {
    margin-left: 10vw;
  }

  .tab-pane {
    height: auto;
    margin-top: 20px;
    border-bottom-style: none;
  }

  .filter-block {
    padding-left: 10vw;
  }

  .shop-address {
    max-width: 160px;
    min-width: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .shop-link {
    color: #df912b;
  }

  .shop-link:hover {
    border-bottom-style: none;
  }

  .absolute-line-wrapper {
    display: none;
  }

  .hero-button-wrapper {
    width: 360px;
    margin-top: 120px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 30px;
  }

  h2 {
    font-size: 28px;
    line-height: 40px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  p {
    font-size: 15px;
    line-height: 26px;
  }

  .hero-section {
    padding-top: 200px;
    padding-bottom: 0px;
  }

  .header {
    padding-top: 32px;
    padding-left: 14px;
    background-position: -47% 121%;
    background-size: 55%;
  }

  .h0 {
    margin-top: -10px;
    font-size: 80px;
    line-height: 70px;
    letter-spacing: -5px;
  }

  .parachute {
    left: 12%;
    top: 15.5%;
    width: 30px;
    height: 60px;
  }

  .parachute.small {
    top: 26%;
    right: 8%;
    height: 50px;
  }

  .parachute.small.purple {
    width: 30px;
    height: 50px;
  }

  .hero-text-wrapper {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .globe-wrapper {
    width: 180%;
    margin-top: -10px;
    margin-left: -90%;
  }

  .about-card {
    width: 100%;
    margin-top: 320px;
    margin-left: -50%;
    padding-right: 25px;
    padding-left: 25px;
  }

  .products-section {
    padding-top: 50px;
  }

  .expand-card-wrapper {
    margin-top: 0px;
    padding-left: 0px;
  }

  .filter-wrapper {
    margin-bottom: 0px;
    padding-left: 10vw;
  }

  .shops-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: none;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .shops-wrapper.other {
    min-height: 252px;
  }

  .location-card {
    min-width: 230px;
    margin-right: 30px;
    margin-bottom: 0px;
    padding: 15px;
  }

  .location-card.dummy {
    width: 20vw;
    min-width: 0px;
  }

  .card-outline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-right: 5%;
    -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;
  }

  .shop-name {
    margin-bottom: 10px;
  }

  .location-icon {
    top: -9%;
  }

  .footer-bg {
    bottom: 3%;
    z-index: 1;
    padding-left: 0vw;
  }

  .footer-sand {
    bottom: -16%;
    height: 600px;
    padding-bottom: 130px;
    background-position: 85% 78%, 24% 78%, 5% 59%, 50% 50%;
    background-size: 15vw 1vw, 7vw 1vw, 9vw 1vw, cover;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  }

  .button.top-margin-20 {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }

  .button.purchase {
    bottom: 20px;
  }

  .footer-text-wrapper {
    position: absolute;
    left: -48%;
    top: 14%;
    right: 0%;
    bottom: auto;
    width: 200%;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }

  .socials-wrapper {
    margin-left: -4vw;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  .social-link {
    -webkit-transform: scale3d(1none, 1none, 1none);
    transform: scale3d(1none, 1none, 1none);
  }

  .white-cloud {
    top: 12.5%;
  }

  .white-cloud.outline {
    top: 30.5%;
    right: -14.5%;
  }

  .white-cloud.small {
    top: 31%;
    right: 34.5%;
  }

  .white-cloud.two {
    left: -7%;
    top: 30%;
  }

  .white-cloud.hero.two {
    left: -18%;
    top: 62.1vh;
  }

  .globe {
    margin-top: 0px;
  }

  .plane {
    margin-top: 0px;
  }

  .slider-nav {
    left: -37px;
    width: 75px;
    height: 75px;
  }

  .slider-nav.right {
    right: -37px;
  }

  .product-slide-wrapper {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .product-image {
    bottom: -18%;
    max-width: 350px;
    margin-left: -145px;
  }

  .product-name-block {
    width: 270px;
    background-position: 74% 9%, 11% 18%, 50% 40%, 50% 50%;
    background-size: 50px, 50px, 180px, contain;
  }

  .product-name-block.two {
    background-position: 74% 9%, 11% 18%, 50% 50%, 50% 50%;
    background-size: 50px, 50px, 180px, contain;
  }

  .line-wrapper {
    bottom: 43%;
  }

  .products-circle {
    width: 70px;
    height: 70px;
  }

  .products-circle.two {
    width: 70px;
    height: 70px;
  }

  .products-circle.three {
    width: 70px;
    height: 70px;
  }

  .products-circle.four {
    width: 90px;
    height: 90px;
  }

  .shadow {
    left: 0%;
    bottom: 6%;
    width: 50%;
    height: 30px;
  }

  .card-wrapper {
    padding-left: 0px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .tab {
    max-width: 100%;
  }

  .hero-button-wrapper {
    width: auto;
    height: 110px;
    margin-top: -100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@font-face {
  font-family: 'HandOfSean';
  src: url('../fonts/Hand-Of-Sean.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KgCornerOfTheSky';
  src: url('../fonts/Kg-Corner-Of-The-Sky.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/Circular-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/Circular-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/Circular-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NomadAdventure';
  src: url('../fonts/NomadAdventure-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}