body {
  font-family: Buenosairesweb, sans-serif;
  color: #333;
  font-size: 17px;
  line-height: 1.4;
}

h1 {
  margin-top: 65px;
  margin-bottom: 35px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #343438;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.menu__item {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #343438;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}

.menu__item:hover {
  opacity: 0.8;
}

.menu__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000000000;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

.menu__item-text {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #343438;
  font-weight: 400;
  text-decoration: none;
}

.body {
  font-family: Buenosairesweb, sans-serif;
  font-size: 17px;
  line-height: 1.4;
}

.menu__item-logo {
  width: 65px;
}

.hero {
  -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: #f5f2ed;
  background-image: url('../images/gc-bg2x.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.intro {
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #f5f2ed;
  text-align: center;
}

.features {
  background-color: #f5f2ed;
}

.graphic {
  padding-bottom: 48px;
  background-color: #f5f2ed;
}

.product-azk {
  background-color: #f5f2ed;
}

.product-gk {
  background-color: #f5f2ed;
}

.about {
  padding-top: 10vw;
  padding-bottom: 10vw;
  background-color: #fff;
}

.footer {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #fff;
  font-size: 16px;
}

.contact {
  padding-top: 140px;
  background-color: #f5f2ed;
  text-align: center;
}

.intro__text {
  font-size: 32px;
  line-height: 1.3;
}

.text-block {
  font-size: 17px;
  line-height: 1.4;
}

.features__text {
  margin-top: 10px;
  margin-bottom: 10px;
}

.features__icon {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.features__icon.icon-01 {
  height: 120%;
}

.features__col {
  padding: 16px 20px;
  text-align: center;
}

.container {
  max-width: 1120px;
  padding-right: 32px;
  padding-left: 32px;
}

.container--hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1120px;
  padding: 32px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading--section {
  margin-top: 120px;
  margin-bottom: 48px;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
}

.product__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product_col-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product_col-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px;
  -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;
}

.product__slider {
  width: 50vw;
  height: 50vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.product__slider-item {
  background-image: url('../images/gc-bg2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.product__slider-arrow-left {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #343438;
  cursor: pointer;
}

.product__slider-arrow-left:hover {
  color: #ff6724;
}

.product__slider-arrow-left.yellow-hover:hover {
  color: #fed227;
}

.product__slider-arrow-right {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #343438;
  cursor: pointer;
}

.product__slider-arrow-right:hover {
  color: #ff6724;
}

.product__slider-arrow-right.yellow-hover:hover {
  color: #fed227;
}

.product__slider-bullets {
  display: none;
}

.product__col-text--inner {
  max-width: 450px;
  min-width: 50%;
}

.product__slider-single-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.spacer-32 {
  height: 32px;
}

.graphic__image {
  width: 100%;
}

.product__textblock {
  max-width: 44ch;
}

.contact__heading {
  margin-top: 0px;
  margin-bottom: 0vw;
  font-size: 60px;
  line-height: 1.12;
}

.btn {
  padding: 12px 40px;
  border-radius: 3px;
  background-color: #343438;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.btn:hover {
  opacity: 0.81;
}

.spacer-64 {
  height: 64px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image {
  width: 70%;
}

.footer-col-left {
  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;
}

.footer-col-right {
  text-align: right;
}

.hero__heading {
  font-family: Biome, sans-serif;
  font-size: 110px;
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;
}

.container--hero_columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__copy {
  font-size: 19px;
}

.html-embed {
  margin-top: 85px;
}

.container--hero_column-1 {
  padding-right: 0px;
  padding-left: 0px;
}

.container--hero_column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.hero__image {
  padding-top: 0px;
  padding-left: 80px;
}

.hero__image-stoerer {
  position: absolute;
  left: auto;
  top: 0%;
  right: -32px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 15px;
  -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-style: solid;
  border-width: 1px;
  border-color: #343438;
  border-radius: 500px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  text-align: center;
}

.stoe {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -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-style: solid;
  border-width: 1px;
  border-color: #343438;
  border-radius: 5000px;
  text-align: center;
}

.features__icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.features-icon {
  width: 48px;
  height: 48px;
}

.about__heading {
  margin-top: 0px;
  margin-bottom: 32px;
  padding-right: 48px;
}

.footer__item-text {
  margin-left: 15px;
  padding: 15px 0px;
  text-decoration: none;
}

.footer__item-text.hide {
  display: none;
}

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

.product__slider-2 {
  width: 50vw;
  height: 50vw;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.product__slider-item--bg {
  background-image: url('../images/gc-bg2x.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.product__slider-single-image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product__slider-arrow-left-2 {
  color: #343438;
}

.product__slider-arrow-right-2 {
  color: #343438;
}

.text_col {
  padding-right: 0px;
  padding-left: 0px;
}

.hero__heading--line-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.hero__heading--line-3 {
  position: absolute;
  display: inline-block;
  opacity: 0;
}

.hero__heading--line-4 {
  position: absolute;
  display: inline-block;
  opacity: 0;
}

.hero__heading--lines_wrap {
  position: relative;
  min-height: 0.9em;
}

.subscript {
  position: relative;
  top: 0.3em;
  font-size: 0.75em;
}

.hero__heading--line-5 {
  position: absolute;
  display: inline-block;
  opacity: 0;
}

.legal {
  min-height: 100vh;
  padding-top: 85px;
  background-color: #f5f2ed;
}

.legal__inner-wrap {
  padding-top: 45px;
}

.center {
  text-align: center;
}

@media screen and (min-width: 1280px) {
  h1 {
    margin-bottom: 65px;
  }

  .container--hero {
    padding-top: 85px;
    padding-bottom: 85px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container--hero_columns {
    height: auto;
  }

  .legal__inner-wrap {
    padding-top: 65px;
  }

  .center {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .menu {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .body {
    font-size: 16px;
  }

  .graphic {
    padding-bottom: 20px;
  }

  .intro__text {
    font-size: 24px;
  }

  .features__col {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container {
    padding-right: 48px;
    padding-left: 48px;
  }

  .container--hero {
    padding-right: 48px;
    padding-left: 48px;
  }

  .heading--section {
    margin-top: 70px;
    font-size: 36px;
  }

  .product_col-text {
    padding: 5%;
  }

  .contact__heading {
    font-size: 40px;
  }

  .image {
    width: 90%;
  }

  .hero__heading {
    display: inline-block;
    width: 100%;
    font-size: 60px;
  }

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

  .html-embed {
    margin-top: 77px;
  }

  .container--hero_column-1 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
  }

  .container--hero_column-2 {
    margin-top: 50px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    text-align: center;
  }

  .hero__image {
    max-width: 80%;
    margin-left: 0px;
  }

  .hero__image-stoerer {
    margin-right: 47px;
  }

  .product__heading {
    font-size: 26px;
    line-height: 1.2;
  }

  .hero__heading--line-1 {
    display: inline-block;
    width: 100%;
  }

  .hero__heading--line-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .hero__heading--line-3 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .hero__heading--line-4 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .hero__heading--line-5 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

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

  .menu__item {
    display: none;
  }

  .menu__item.menu_item--logo {
    display: block;
  }

  .menu__wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container--hero {
    height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .product__cols {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .features_cols {
    padding-right: 20px;
    padding-left: 20px;
  }

  .product_col-text {
    padding: 24px;
  }

  .hero__image {
    max-width: 90%;
  }

  .product__heading {
    font-size: 24px;
  }

  .dropdown {
    margin-right: 0px;
    margin-left: 0px;
  }

  .legal__inner-wrap {
    padding-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .hero {
    min-height: 0px;
    margin-top: 77px;
  }

  .intro {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .about {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .contact {
    padding-top: 15vw;
  }

  .intro__text {
    font-size: 18px;
  }

  .features__col {
    padding-right: 0px;
    padding-left: 0px;
  }

  .features__heading {
    font-size: 22px;
  }

  .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .container--hero {
    height: auto;
    padding-right: 24px;
    padding-left: 24px;
  }

  .heading--section {
    margin-top: 15vw;
    margin-bottom: 15vw;
    font-size: 26px;
  }

  .product__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product__cols.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .features_cols {
    padding-right: 0px;
    padding-left: 0px;
  }

  .product_col-text {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .product__slider {
    width: auto;
    height: 100vw;
  }

  .spacer-32 {
    height: 16px;
  }

  .contact__heading {
    font-size: 26px;
  }

  .spacer-64 {
    height: 15vw;
  }

  .image {
    width: 100%;
  }

  .footer-col-left {
    display: block;
    text-align: center;
  }

  .footer-col-right {
    text-align: center;
  }

  .hero__heading {
    font-size: 34px;
  }

  .container--hero_columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero__copy {
    max-width: 26ch;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
  }

  .html-embed {
    margin-top: 0px;
  }

  .container--hero_column-2 {
    margin-top: 32px;
  }

  .hero__image {
    max-width: 80%;
    padding-top: 0px;
    padding-left: 32px;
  }

  .hero__image-stoerer {
    display: none;
  }

  .features__icon-wrap {
    width: 32px;
    height: 32px;
  }

  .footer__item-text {
    margin-right: 15px;
  }

  .hide-mob {
    display: none;
  }

  .text-block-2 {
    margin-bottom: 20px;
  }
}

@font-face {
  font-family: 'Biome';
  src: url('../fonts/90bc577d-7ae7-4734-aa72-4e295170e230.woff2') format('woff2'), url('../fonts/60fa689c-327b-4bfe-91fd-4f06464208c0.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Buenosairesweb';
  src: url('../fonts/BuenosAiresWeb-Bold.woff2') format('woff2'), url('../fonts/BuenosAiresWeb-Bold.eot') format('embedded-opentype'), url('../fonts/BuenosAiresWeb-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Buenosairesweb';
  src: url('../fonts/BuenosAiresWeb-Regular.woff2') format('woff2'), url('../fonts/BuenosAiresWeb-Regular.eot') format('embedded-opentype'), url('../fonts/BuenosAiresWeb-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}