@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/subset-Raleway-Bold.woff2") format("woff2"), url("/assets/fonts/subset-Raleway-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/subset-Raleway-SemiBold.woff2") format("woff2"), url("/assets/fonts/subset-Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/subset-Raleway-Regular.woff2") format("woff2"), url("/assets/fonts/subset-Raleway-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/fonts/subset-PlayfairDisplay-Regular.woff2") format("woff2"), url("/assets/fonts/subset-PlayfairDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/subset-Roboto-Regular.woff2") format("woff2"), url("/assets/fonts/subset-Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/subset-Roboto-Bold.woff2") format("woff2"), url("/assets/fonts/subset-Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
  color: #2c2a29;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #2c2a29;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 2.5em;
  line-height: 1.4em;
  letter-spacing: 0.05em;
  color: #2c2a29;
  text-transform: uppercase;
  padding: 0;
}

h2 {
  font-size: 2.25em;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  color: #2c2a29;
  text-transform: uppercase;
  padding: 0 0 0 1rem;
}

.button {
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-property: color, background-color, opacity, font-size, transform, font-weight, border-color;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85em;
  line-height: 1.5em;
  display: inline-block;
  margin: 3em 0 0 0;
  padding: 1em 1.75em;
  background: #2c2a29;
}
.button:hover {
  background: #343230;
  transform: scale(1.1, 1.1);
}

#wrapper {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.cleaner, .clear {
  clear: both;
}

.center {
  text-align: center;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
}

.header-cover header {
  background: transparent;
  color: #ffffff;
  height: 100px;
  line-height: 80px;
  padding: 20px 2em;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-property: color, background-color, opacity, font-size, transform, font-weight, border-color;
}
.header-cover header::after {
  content: "";
  display: table;
  clear: both;
}
.header-cover header a {
  color: #ffffff;
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-property: color, background-color, opacity, font-size, transform, font-weight, border-color;
}
.header-cover header img {
  height: 60px;
  display: block;
  margin: 0 5% 0 0;
  float: left;
  /*&.logo-black{
    display: none;
  }
  &.logo-white{
    display: block;
  }*/
}
.header-cover header .responsive-switcher {
  display: none;
}
.header-cover header ul.menu {
  margin: 0;
  padding: 0;
  float: left;
  display: flex;
  white-space: nowrap;
}
.header-cover header ul.menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-cover header ul.menu li a {
  display: block;
  float: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.95em;
  padding: 0 1.25em;
}
.header-cover header ul.menu li a svg {
  display: none;
}
.header-cover header ul.menu li a.active {
  font-weight: 700;
}
.header-cover header ul.menu li a:hover {
  color: black;
}
.header-cover header .right {
  float: right;
}
.header-cover header .right a {
  letter-spacing: 0.05em;
  font-size: 0.95em;
  padding: 0 1.5em;
  padding: 0 0.25em;
}
.header-cover.scrolled header {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.75);
  background: rgba(0, 0, 0, 0.9);
  /*img{
    &.logo-black{
      display: block;
    }
    &.logo-white{
      display: none;
    }
  }*/
}
.header-cover.scrolled header ul.menu li a:hover {
  color: #bfbfbf;
}
.header-spacer {
  margin: 100px 0 0 0;
}

section {
  position: relative;
  z-index: 100;
  padding: 3em 2em;
}

section.s-video {
  width: 100%;
  height: 50vh;
  position: relative;
  z-index: 100;
}
section.s-video .video-cover {
  z-index: 125;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
section.s-video .video-cover video {
  object-fit: fill;
  z-index: 150;
  width: 100%;
  height: 100vh;
}
section.s-video .bg {
  background: url("/assets/img/bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
section.s-video .overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.35));
  z-index: 150;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
}
section.s-video .overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0) 40%);
  opacity: 0.8;
}
section.s-video .overlay h1 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  display: block;
  color: #ffffff;
  text-align: center;
  text-transform: none;
  font-size: 4em;
  margin: 0;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.75);
}
section.s-video .overlay h2 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 200;
  display: block;
  color: #ffffff;
  text-align: center;
  text-transform: none;
  font-size: 2.75em;
  margin: 0;
  padding: 0;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.75);
}

section.s-benefits {
  padding: 2em 0 1.5em;
  background: #caa962;
}
section.s-benefits .benefits {
  display: flex;
  margin: 0 -4%;
}
section.s-benefits .benefits .benefit {
  width: 33.333%;
  padding: 0 4%;
  text-align: center;
}
section.s-benefits .benefits .benefit .icon {
  font-size: 2rem;
  line-height: 2rem;
  display: block;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.75);
}
section.s-benefits .benefits .benefit h2 {
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0.75em 0 0.5em 0;
  text-transform: uppercase;
  color: #e6e6e6;
  font-size: 1.05em;
  font-weight: 600;
}
section.s-benefits .benefits .benefit p {
  margin: 0;
  padding: 0;
  color: #f2f2f2;
  font-size: 0.8em;
  line-height: 1.5em;
}

section.s-content {
  background: #ffffff;
}
section.s-content .wysiwyg {
  content: "";
  display: table;
  clear: both;
  margin: 0 0 1.5em 0;
}
section.s-content .wysiwyg img {
  margin: 0.125em 0 0.25em 0;
}
section.s-content .wysiwyg img.full-width {
  width: 100%;
  display: block;
  margin-bottom: 0.75em;
}
section.s-content .wysiwyg img[style*="float:left"], section.s-content .wysiwyg img[style*="float: left"] {
  margin-right: 1em;
}
section.s-content .wysiwyg img[style*="float:right"], section.s-content .wysiwyg img[style*="float: right"] {
  margin-left: 1em;
}
section.s-content .wysiwyg h2, section.s-content .wysiwyg h3, section.s-content .wysiwyg h4, section.s-content .wysiwyg h5 {
  text-transform: none;
  font-weight: 600;
  padding-left: 0;
}
section.s-content .wysiwyg h2 {
  font-size: 1.5em;
  line-height: 1.5em;
}
section.s-content .wysiwyg h3 {
  font-size: 1.3em;
  line-height: 1.5em;
  letter-spacing: 0.05em;
}
section.s-content .wysiwyg h4 {
  font-size: 1.25em;
  line-height: 1.5em;
  letter-spacing: 0em;
}
section.s-content .wysiwyg h5 {
  font-size: 1.15em;
  line-height: 1.5em;
  letter-spacing: 0em;
}
section.s-content h3 {
  padding: 0 0 0 1em;
  color: #2c2a29;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-weight: 600;
}
section.s-content hr {
  width: 100%;
  height: 0.1em;
  display: block;
  opacity: 0.3;
  clear: both;
  margin: 4em 0;
}
section.s-content .gallery {
  margin: 2em 0;
}
section.s-content .gallery .thumbs {
  margin: 0 auto;
  width: auto;
}
section.s-content .gallery .thumbs a {
  display: block;
  float: left;
  width: 13%;
  margin: 0 1.5% 1.5% 0;
}
section.s-content .gallery .thumbs a:nth-child(7n) {
  margin-right: 0;
}
section.s-content .gallery .thumbs a img {
  display: block;
  width: 100%;
}
section.s-content .product-detail {
  margin: 3rem 0;
  display: flex;
  gap: 0 4rem;
}
section.s-content .product-detail.sold img {
  filter: grayscale(90%);
}
section.s-content .product-detail.sold .label {
  background: #9a9289;
}
section.s-content .product-detail .gallery {
  position: relative;
  flex-basis: calc(50% - 2em);
}
section.s-content .product-detail .gallery .label {
  position: absolute;
  top: 1em;
  left: 0em;
  font-size: 1em;
  line-height: 1.5em;
  background: #caa962;
  color: #ffffff;
  padding: 0.25em 1em;
  z-index: 150;
}
section.s-content .product-detail .gallery .thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
  gap: 1em;
}
section.s-content .product-detail .gallery .thumbs a {
  flex-basis: calc(33.333% - 0.6666666667em);
  width: auto;
}
section.s-content .product-detail .gallery a {
  display: block;
  position: relative;
}
section.s-content .product-detail .gallery a .magnifying-glass-hover {
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-property: color, background-color, opacity, font-size, transform, font-weight, border-color;
  border-radius: 0.25rem;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(202, 169, 98, 0.7);
}
section.s-content .product-detail .gallery a .magnifying-glass-hover svg {
  color: #ffffff;
  font-size: 2em;
}
section.s-content .product-detail .gallery a .magnifying-glass-hover:hover {
  opacity: 1;
}
section.s-content .product-detail .gallery a img {
  width: 100%;
  display: block;
}
section.s-content .product-detail .text {
  flex-basis: calc(50% - 2em);
}
section.s-content .product-detail .text h1 {
  padding: 0;
  margin: 0 0 0.5em 0;
  font-size: 1.9em;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
section.s-content .product-detail .text h2 {
  color: #caa962;
  font-size: 1.15em;
  line-height: 1.5em;
  font-weight: 400;
  margin: 0 0 0.5em 0;
  padding: 0;
  letter-spacing: 0.05em;
}
section.s-content .product-detail .text .price {
  text-align: right;
  width: 100%;
  font-size: 1.5em;
  line-height: 2.5em;
  font-weight: 600;
  margin: 0;
}
section.s-content .product-detail .text .desc {
  border-top: 0.07em solid rgba(202, 169, 98, 0.5);
  border-bottom: 0.07em solid rgba(202, 169, 98, 0.5);
  padding: 0.5em 0;
  margin: 0 0 1em 0;
}
section.s-content .product-detail .text .desc .more {
  display: none;
}
section.s-content .product-detail .text .desc .more-switcher {
  color: #caa962;
  font-weight: 700;
  text-decoration: underline;
}
section.s-content .product-detail .text .params {
  padding: 1.5em 0 0.5em 0;
  border-top: 0.07em solid rgba(202, 169, 98, 0.5);
}
section.s-content .product-detail .text .params svg {
  color: #caa962;
  margin: 0 0.25em 0 0;
}
section.s-content .filter {
  text-align: center;
  margin: 1em auto 3em;
}
section.s-content .filter div {
  padding: 0.5em 0.75em;
  margin: 0 0.25em;
  cursor: pointer;
  display: inline-block;
  background: #d6c8b9;
  color: #ffffff;
}
section.s-content .filter div .icon {
  display: none;
}
section.s-content .filter div.active {
  background: #caa962;
}
section.s-content .filter div.active .icon {
  display: initial;
}
section.s-content .filter div:hover {
  background: #ffb300;
}
section.s-content .products {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin: 0 0 5rem 0;
}
section.s-content .products.categories .product {
  flex: 0 0 calc((100% - 3rem) / 3);
  padding: 0 0;
}
section.s-content .products.categories .product .title {
  font-size: 1.2em;
  line-height: 3em;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
section.s-content .products .product {
  flex: 0 0 calc((100% - 1.5rem) / 2);
  position: relative;
  overflow: hidden;
  padding: 0 0;
  position: relative;
}
section.s-content .products .product:hover img {
  transform: scale(1.05);
}
section.s-content .products .product.sold img {
  filter: grayscale(90%);
}
section.s-content .products .product.sold .label {
  background: #9a9289;
}
section.s-content .products .product .label {
  position: absolute;
  top: 1em;
  left: 0em;
  font-size: 1em;
  line-height: 1.5em;
  background: #caa962;
  color: #ffffff;
  padding: 0.25em 1em;
  z-index: 150;
}
section.s-content .products .product img {
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-property: color, background-color, opacity, font-size, transform, font-weight, border-color;
  width: 100%;
  display: block;
}
section.s-content .products .product .title {
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-property: color, background-color, opacity, font-size, transform, font-weight, border-color;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-size: 0.85em;
  line-height: 1.5em;
  padding: 0.75em 1.25em;
  display: flex;
  flex-wrap: nowrap;
}
section.s-content .products .product .title .text {
  flex-basis: 100%;
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-property: color, background-color, opacity, font-size, transform, font-weight, border-color;
  height: 3em;
  overflow: hidden;
}
section.s-content .products .product .title .text span {
  float: right;
  color: #caa962;
}
section.s-content .products .product .title .text strong {
  white-space: nowrap;
  overflow: hidden;
}
section.s-content .products.joined {
  flex-wrap: nowrap;
  gap: 0 1em;
  margin: 0 0 5em 0;
}
section.s-content .products.joined .product {
  flex: auto;
}
section.s-content .products.joined .product img {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

section.s-team {
  background: #caa962;
}
section.s-team h2 {
  color: #ffffff;
}
section.s-team .team-text {
  display: none;
}
section.s-team .team {
  display: flex;
  gap: 0 5%;
}
section.s-team .team .person {
  flex-basis: 38%;
}
section.s-team .team .person:hover img {
  transform: scale(1.025);
}
section.s-team .team .person img {
  width: 100%;
  filter: grayscale(1);
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-property: color, background-color, opacity, font-size, transform, font-weight, border-color;
}
section.s-team .team .person h3 {
  padding-left: 0;
  margin-bottom: 0;
  color: #ffffff;
}
section.s-team .team .person p {
  color: #ffffff;
  margin-top: 0;
}

section.s-footer {
  background: rgba(0, 0, 0, 0.1);
}
section.s-footer .cols {
  display: flex;
  gap: 0 3em;
  flex-wrap: nowrap;
}
section.s-footer .cols .col {
  flex-basis: 30%;
}
section.s-footer .cols .col:nth-child(2) {
  flex-basis: 30%;
  padding: 0 0 0 2.5%;
}
section.s-footer .cols .col:nth-child(3) {
  padding: 0 0 0 5%;
  flex-basis: 40%;
}
section.s-footer .cols .col img {
  display: block;
  width: 90%;
  max-width: 345px;
  margin: 2rem 0 2rem 0;
}
section.s-footer .cols .col h3 {
  letter-spacing: 0.1rem;
  color: #2c2a29;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: 600;
  padding: 0 0 0.5em 0;
  margin: 0.5em 0;
  background: linear-gradient(rgba(44, 42, 41, 0.25), rgba(44, 42, 41, 0.25)) bottom left no-repeat;
  background-size: 1.55em 0.175em;
}
section.s-footer .cols .col p {
  font-size: 0.9em;
  line-height: 1.5em;
  color: #2c2a29;
}
section.s-footer .cols .col .categories .category {
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-property: color, background-color, opacity, font-size, transform, font-weight, border-color;
  display: inline-block;
  background: #ffffff;
  color: #2c2a29;
  font-size: 0.8em;
  line-height: 1.5em;
  padding: 0.5em 1em;
  margin: 0.5em 0.5em 0.5em 0;
}
section.s-footer .cols .col .categories .category:hover {
  color: #ffffff;
  background: #2c2a29;
}
section.s-footer .cols .col ul {
  padding: 0;
  margin: 1em 0;
}
section.s-footer .cols .col ul li {
  font-size: 0.9em;
  line-height: 1.5em;
  color: #2c2a29;
  margin: 0;
  padding: 0.75em 0;
  background: linear-gradient(rgba(44, 42, 41, 0.05), rgba(44, 42, 41, 0.05)) bottom left no-repeat;
  background-size: 85% 0.07em;
}
section.s-footer .cols .col ul li svg {
  margin-right: 0.5em;
}
section.s-footer .cols .col ul li a {
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-property: color, background-color, opacity, font-size, transform, font-weight, border-color;
  display: block;
  color: #292727;
}
section.s-footer .cols .col ul li a:hover {
  color: #2c2a29;
}
section.s-footer .cols .col ul li:last-child {
  background: none;
}

section.s-partners h1 {
  text-align: center;
}
section.s-partners .partners {
  display: flex;
}
section.s-partners .partners .partner {
  flex-basis: 12.5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.s-partners .partners .partner img {
  width: 100%;
  display: block;
  padding: 0.5em 2em;
}

section.s-copyright {
  padding: 1.5em 0;
  background: black;
}
section.s-copyright .container::after {
  content: "";
  display: table;
  clear: both;
}
section.s-copyright p {
  font-size: 0.85em;
  line-height: 1.25em;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 0;
  float: left;
}
section.s-copyright p:nth-child(2) {
  float: right;
}
section.s-copyright p a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}

.alternative section.s-subscribe .subscribe .left .main {
  display: none;
}
.alternative section.s-subscribe .subscribe .left .alternative {
  display: block;
}

section.s-subscribe {
  padding: 3em 0 2em 0;
  background: #caa962;
}
section.s-subscribe .subscribe {
  display: flex;
  flex-wrap: wrap;
}
section.s-subscribe .subscribe .left {
  width: 33.333%;
  letter-spacing: 0.1rem;
  padding: 0 4% 0 0;
  color: white;
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 600;
}
section.s-subscribe .subscribe .left .main {
  display: block;
}
section.s-subscribe .subscribe .left .alternative {
  display: none;
}
section.s-subscribe .subscribe .right {
  width: 66.666%;
}
section.s-subscribe .subscribe .right .input {
  display: flex;
}
section.s-subscribe .subscribe .right .input input {
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-property: color, background-color, opacity, font-size, transform, font-weight, border-color;
  flex-basis: 100%;
  background: #ffffff;
  font-size: 0.85rem;
  line-height: 1.5em;
  margin: 0;
  padding: 1em 2.5em;
  border: none;
  color: #2c2a29;
  border: 0.05em solid #ffffff;
}
section.s-subscribe .subscribe .right .input input::placeholder {
  color: rgba(44, 42, 41, 0.25);
}
section.s-subscribe .subscribe .right .input input:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.5);
}
section.s-subscribe .subscribe .right .input .button {
  margin-top: 0;
  letter-spacing: 0.1rem;
}
section.s-subscribe .subscribe .right label {
  display: block;
  font-size: 0.85em;
  line-height: 1.5em;
  margin: 1em 0 0 2em;
  color: white;
}
section.s-subscribe .subscribe .right label a {
  color: white;
  text-decoration: underline;
}
section.s-subscribe .subscribe .right label input {
  position: relative;
  top: 0.05em;
}

section.s-references h2 {
  float: left;
  color: #2c2a29;
}
section.s-references .icon {
  float: right;
  padding: 0 1rem 0 0;
  font-size: 4.4rem;
  margin: 2rem 4.4rem 1rem 0;
}
section.s-references .slider3 {
  position: relative;
  padding: 0 0 5rem 0;
  margin: 0 0 1rem 0;
}
section.s-references .slider3 .slider-pagination .swiper-pagination-bullet {
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-property: color, background-color, opacity, font-size, transform, font-weight, border-color;
  width: 0.75rem;
  height: 0.75rem;
  opacity: 0.5;
  background: transparent;
  border: 2px solid #caa962;
}
section.s-references .slider3 .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #caa962;
}
section.s-references .slider3 .slide {
  display: flex;
  flex-wrap: wrap;
  gap: 6em;
}
section.s-references .slider3 .slide .reference {
  flex: 0 0 calc((100% - 12em) / 3);
}
section.s-references .slider3 .slide .reference img {
  width: 100%;
}
section.s-references .slider3 .slide .reference p {
  font-size: 0.9em;
  line-height: 1.5em;
}
section.s-references .slider3 .slide .reference p.author {
  color: #2c2a29;
  font-size: 0.85em;
  line-height: 1.5em;
}

section.s-blog-snippet {
  background: #2c2a29 url("/assets/img/bg_kvety.png") top center/contain repeat;
}

.blog-snippet h2 {
  color: #ffffff;
  float: left;
}
.blog-snippet p {
  color: #ffffff;
}
.blog-snippet p.claim {
  float: right;
  font-weight: 600;
  padding: 0 1rem 0 0;
  width: 40%;
  margin: 5.5rem 4.4rem 1rem 0;
}
.blog-snippet .button {
  color: #2c2a29;
  background: #fff;
}
.blog-snippet .articles {
  display: flex;
  gap: 1.75em;
  flex-wrap: wrap;
  margin: 2em 0;
}
.blog-snippet .articles .article {
  text-align: center;
  flex: 0 0 calc((100% - 3.5em) / 3);
}
.blog-snippet .articles .article:hover img {
  transform: scale(1.05);
}
.blog-snippet .articles .article .image-cover {
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
}
.blog-snippet .articles .article .image-cover img {
  transition-duration: 250ms;
  transition-timing-function: ease;
  transition-property: color, background-color, opacity, font-size, transform, font-weight, border-color;
  width: 100%;
  border-radius: 0.25rem;
  display: block;
}
.blog-snippet .articles .article h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 0em 2em 0;
  margin-bottom: 0;
}
.blog-snippet .articles .article .info {
  white-space: nowrap;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 1em 0 0;
  color: #ffffff;
  text-transform: uppercase;
}
.blog-snippet .articles .article .info span {
  color: #caa962;
}
.blog-snippet .articles .article p {
  font-size: 0.75em;
  line-height: 1.55em;
  color: rgba(255, 255, 255, 0.75);
  padding: 0em 2em 0;
  margin-top: 0.5em;
}

.s-blog-snippet-cover.all-articles section.s-blog-snippet .button {
  display: none;
}
.s-blog-snippet-cover.all-articles section.s-blog-snippet .articles {
  margin: 2em 0;
}
.s-blog-snippet-cover.all-articles section.s-blog-snippet .articles .article {
  text-align: left;
}
.s-blog-snippet-cover.all-articles section.s-blog-snippet .articles .article h3 {
  padding: 0em;
}
.s-blog-snippet-cover.all-articles section.s-blog-snippet .articles .article p {
  padding: 0em;
}

section.s-values {
  background: url("/assets/img/bg_values.min.jpg") top center/cover repeat;
}
section.s-values h2 {
  color: #caa962;
}
section.s-values .values {
  display: flex;
  flex-wrap: wrap;
  padding: 1em 0 3em;
}
section.s-values .values .value {
  width: 33.333%;
  padding: 2em 10% 2em 0;
  content: "";
  display: table;
  clear: both;
}
section.s-values .values .value .icon {
  color: #caa962;
  display: block;
  border: 1px solid #caa962;
  border-radius: 100%;
  float: left;
  margin: 0 0.75em 0 0;
  height: 2.25em;
  width: 2.25em;
  font-size: 2.25em;
  line-height: 2.25em;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.s-values .values .value p {
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.75em;
  padding: 0.25em 0 0 0;
  margin: 0;
}

@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/subset-Raleway-Bold.woff2") format("woff2"), url("/assets/fonts/subset-Raleway-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/subset-Raleway-SemiBold.woff2") format("woff2"), url("/assets/fonts/subset-Raleway-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("/assets/fonts/subset-Raleway-Regular.woff2") format("woff2"), url("/assets/fonts/subset-Raleway-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("/assets/fonts/subset-PlayfairDisplay-Regular.woff2") format("woff2"), url("/assets/fonts/subset-PlayfairDisplay-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/subset-Roboto-Regular.woff2") format("woff2"), url("/assets/fonts/subset-Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/subset-Roboto-Bold.woff2") format("woff2"), url("/assets/fonts/subset-Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 1023px) {
  .header-cover header ul.menu li a {
    letter-spacing: 0.025em;
    font-size: 0.85em;
    padding: 0 0.6em;
  }
  .header-cover header .right a {
    letter-spacing: 0.025em;
    font-size: 0.85em;
    padding: 0 0.15em;
  }
  section {
    padding: 1.5em 2em;
  }
  section.s-references .slider3 {
    padding: 0 0 5rem 0;
    margin: 0 0 1rem 0;
  }
  section.s-references .slider3 .slide {
    gap: 2em;
  }
  section.s-references .slider3 .slide .reference {
    flex: 0 0 calc((100% - 4em) / 3);
  }
  section.s-references .slider3 .slide .reference p {
    font-size: 0.8em;
    line-height: 1.3em;
  }
  section.s-references .slider3 .slide .reference p.author {
    font-size: 0.85em;
    line-height: 1.5em;
  }
  section.s-benefits .benefits {
    margin: 0;
  }
  section.s-benefits .benefits .benefit {
    padding: 0 3%;
  }
  section.s-benefits .benefits .benefit .icon {
    font-size: 2rem;
    line-height: 2rem;
  }
  section.s-benefits .benefits .benefit h2 {
    padding: 0;
    margin: 0.75em 0 0.5em 0;
    font-size: 0.9em;
  }
  section.s-benefits .benefits .benefit p {
    margin: 0;
    padding: 0;
    font-size: 0.7em;
    line-height: 1.5em;
  }
  section.s-content .product-detail {
    margin: 2rem 0;
    gap: 0 2rem;
  }
  section.s-content .products {
    gap: 1.5em;
    margin: 0 0 2rem 0;
  }
  section.s-content .products.categories .product {
    flex: 0 0 calc((100% - 3rem) / 3);
    padding: 0 0;
  }
  section.s-content .products.categories .product .title {
    font-size: 1.2em;
    line-height: 3em;
    padding: 0 1em;
  }
  section.s-content .products .product {
    flex: 0 0 calc((100% - 1.5rem) / 2);
    padding: 0 0;
  }
  section.s-content .products .product .label {
    font-size: 0.8em;
    line-height: 1.2em;
    padding: 0.25em 0.75em;
  }
  section.s-content .products .product .title {
    font-size: 0.85em;
    line-height: 1.5em;
    padding: 0.75em 1em;
  }
  section.s-content .products .product .title .text {
    height: 3em;
  }
  section.s-partners {
    font-size: 0.75em;
    line-height: 1.25em;
  }
  section.s-partners .partners .partner img {
    padding: 0.2em 0.85em;
  }
  section.s-subscribe {
    padding: 3em 2em 2em;
  }
  section.s-subscribe .subscribe {
    display: flex;
    flex-wrap: wrap;
  }
  section.s-subscribe .subscribe .left {
    width: 100%;
    letter-spacing: 0.1rem;
    padding: 0 2% 2%;
    font-size: 1.2em;
    line-height: 1.5em;
  }
  section.s-subscribe .subscribe .right {
    width: 100%;
  }
  section.s-subscribe .subscribe .right .input {
    display: flex;
  }
  section.s-subscribe .subscribe .right .input input {
    flex-basis: 100%;
    font-size: 0.85rem;
    line-height: 1.5em;
    margin: 0;
    padding: 1em 2.5em;
  }
  section.s-subscribe .subscribe .right .input .button {
    margin-top: 0;
    letter-spacing: 0.1rem;
  }
  section.s-subscribe .subscribe .right label {
    font-size: 0.85em;
    line-height: 1.5em;
    margin: 1em 0 0;
  }
  section.s-subscribe .subscribe .right label input {
    top: 0.05em;
  }
  section.s-video .video-cover video {
    object-fit: cover;
    z-index: 150;
    width: 100%;
    height: 100vh;
  }
  section.s-footer .cols {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
  }
  section.s-footer .cols .col {
    flex-basis: 100%;
  }
  section.s-footer .cols .col:nth-child(2) {
    flex-basis: 100%;
    padding: 0;
  }
  section.s-footer .cols .col:nth-child(3) {
    padding: 0;
  }
  section.s-footer .cols .col img {
    width: 100%;
    margin: 1rem 0 1rem 0;
  }
  section.s-footer .cols .col h3 {
    letter-spacing: 0.1rem;
    font-size: 1.1em;
    line-height: 1.5em;
    padding: 0 0 0.5em 0;
    margin: 0.5em 0;
  }
  section.s-footer .cols .col p {
    font-size: 0.9em;
    line-height: 1.5em;
  }
  section.s-footer .cols .col .categories .category {
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 0.5em 1em;
    margin: 0.5em 0.5em 0.5em 0;
  }
  section.s-footer .cols .col ul {
    padding: 0;
    margin: 1em 0;
  }
  section.s-footer .cols .col ul li {
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0;
    padding: 0.75em 0;
  }
  section.s-footer .cols .col ul li svg {
    margin-right: 0.5em;
  }
  section.s-copyright {
    padding: 1.5em 2em;
  }
  section.s-copyright p {
    font-size: 0.85em;
    line-height: 1.25em;
    float: left;
  }
  section.s-copyright p:nth-child(2) {
    float: right;
  }
}
@media (max-width: 767px) {
  section.s-benefits {
    padding: 1em 2em;
  }
  section.s-benefits .benefits {
    margin: 0 -4%;
    flex-wrap: wrap;
  }
  section.s-benefits .benefits .benefit {
    width: 100%;
    padding: 0.333em 2%;
  }
  .header-cover header .responsive-switcher {
    display: block;
    color: #ffffff;
    font-size: 3em;
    line-height: 1em;
    float: right;
    position: relative;
    top: 0.35em;
  }
  .header-cover header ul.menu {
    display: none;
    background: rgba(0, 0, 0, 0.9);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    padding: 1.5em 0;
  }
  .header-cover header ul.menu li {
    display: block;
  }
  .header-cover header ul.menu li a {
    display: block;
    letter-spacing: 0.05em;
    font-size: 1.25em;
    line-height: 1.75em;
    padding: 1em 1em;
    text-align: center;
  }
  .header-cover header .right {
    padding-right: 1em;
  }
  .header-cover header .right a {
    letter-spacing: 0.025em;
    font-size: 0.85em;
    padding: 0 0.15em;
  }
  section {
    padding: 1.5em 2em;
  }
  section.s-references .slider3 {
    padding: 0 0 5rem 0;
    margin: 0 0 1rem 0;
  }
  section.s-references .slider3 .slide {
    gap: 2em;
  }
  section.s-references .slider3 .slide .reference {
    flex: 0 0 calc((100% - 4em) / 3);
  }
  section.s-references .slider3 .slide .reference p {
    font-size: 0.8em;
    line-height: 1.3em;
  }
  section.s-references .slider3 .slide .reference p.author {
    font-size: 0.85em;
    line-height: 1.5em;
  }
  section.s-partners .partners {
    flex-wrap: wrap;
  }
  section.s-partners .partners .partner {
    flex-basis: 25%;
  }
  section.s-partners .partners .partner img {
    padding: 0.2em 0.85em;
  }
  section.s-video .video-cover video {
    object-fit: cover;
    z-index: 150;
    width: 100%;
    height: 100vh;
  }
  section.s-video .overlay {
    padding: 0 5%;
  }
  section.s-video .overlay div {
    position: relative;
    top: 3vh;
  }
  section.s-video .overlay h1 {
    font-size: 2em;
  }
  section.s-video .overlay h2 {
    font-size: 1.75em;
  }
  section.s-content .wysiwyg h1 {
    font-size: 2.1em;
  }
  section.s-content .wysiwyg img {
    width: 100%;
    margin: 1em 0;
  }
  section.s-content .wysiwyg img[style*="float:left"], section.s-content .wysiwyg img[style*="float: left"] {
    margin-right: 0;
  }
  section.s-content .wysiwyg img[style*="float:right"], section.s-content .wysiwyg img[style*="float: right"] {
    margin-left: 0;
  }
  section.s-content .gallery .thumbs a {
    display: block;
    float: left;
    width: 32.666%;
    margin: 0 1% 1% 0;
  }
  section.s-content .gallery .thumbs a:nth-child(7n) {
    margin-right: 1%;
  }
  section.s-content .gallery .thumbs a:nth-child(3n) {
    margin-right: 0;
  }
  section.s-content .products.categories .product {
    flex: 0 0 100%;
    padding: 0 0;
  }
  section.s-content .products .product {
    flex: 0 0 100%;
    position: relative;
  }
  section.s-content .product-detail {
    gap: 0;
    flex-wrap: wrap;
  }
  section.s-content .product-detail .gallery {
    flex-basis: 100%;
    order: 2;
  }
  section.s-content .product-detail .text {
    flex-basis: 100%;
    order: 1;
  }
  section.s-footer .cols .col:nth-child(3) {
    flex-basis: 100%;
  }
  section.s-footer .cols .col ul li {
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0;
    padding: 0.75em 0 0.75em 1em;
  }
  section.s-footer .cols .col ul li svg {
    margin-right: 0.5em;
  }
  section.s-references .slider3 {
    padding: 0 0 5rem 0;
    margin: 0 0 1rem 0;
  }
  section.s-references .slider3 .slide {
    gap: 2em;
  }
  section.s-references .slider3 .slide .reference {
    flex: 0 0 calc((100% - 4em) / 3);
  }
  section.s-references .slider3 .slide .reference p {
    font-size: 0.8em;
    line-height: 1.3em;
  }
  section.s-references .slider3 .slide .reference p.author {
    font-size: 0.85em;
    line-height: 1.5em;
  }
  section.s-subscribe {
    padding: 3em 2em 2em;
  }
  section.s-subscribe .subscribe .right .input input {
    width: 60%;
  }
  section.s-subscribe .subscribe .right .input .button {
    width: 40%;
  }
}

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