/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  margin-top: 70px;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face { /*Roboto 900*/
  font-family: "Roboto";
  src: url("/assets/fonts/roboto/roboto-900.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-900.woff") format("woff"), url("/assets/fonts/roboto/roboto-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Roboto 700*/
  font-family: "Roboto";
  src: url("/assets/fonts/roboto/roboto-700.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-700.woff") format("woff"), url("/assets/fonts/roboto/roboto-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Roboto 400*/
  font-family: "Roboto";
  src: url("/assets/fonts/roboto/roboto-400.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-400.woff") format("woff"), url("/assets/fonts/roboto/roboto-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Roboto 300*/
  font-family: "Roboto";
  src: url("/assets/fonts/roboto/roboto-300.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-300.woff") format("woff"), url("/assets/fonts/roboto/roboto-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Roboto 100*/
  font-family: "Roboto";
  src: url("/assets/fonts/roboto/roboto-100.woff2") format("woff2"), url("/assets/fonts/roboto/roboto-100.woff") format("woff"), url("/assets/fonts/roboto/roboto-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Lato 100*/
  font-family: "Lato";
  src: url("/assets/fonts/lato/lato-100.woff2") format("woff2"), url("/assets/fonts/lato/lato-100.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Lato 300*/
  font-family: "Lato";
  src: url("/assets/fonts/lato/lato-300.woff2") format("woff2"), url("/assets/fonts/lato/lato-300.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Lato 400*/
  font-family: "Lato";
  src: url("/assets/fonts/lato/lato-400.woff2") format("woff2"), url("/assets/fonts/lato/lato-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Lato 700*/
  font-family: "Lato";
  src: url("/assets/fonts/lato/lato-700.woff2") format("woff2"), url("/assets/fonts/lato/lato-700.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Lato 900*/
  font-family: "Lato";
  src: url("/assets/fonts/lato/lato-900.woff2") format("woff2"), url("/assets/fonts/lato/lato-900.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face { /*Nanocons*/
  font-family: "Nanocons";
  src: url("/assets/fonts/nanocons/Nanocons.woff") format("woff"), url("/assets/fonts/nanocons/Nanocons.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Amaranth";
  src: url("/assets/fonts/amaranth/Amaranth-Bold.eot");
  src: local("Amaranth Bold"), local("Amaranth-Bold"), url("/assets/fonts/amaranth/Amaranth-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/amaranth/Amaranth-Bold.woff2") format("woff2"), url("/assets/fonts/amaranth/Amaranth-Bold.woff") format("woff"), url("/assets/fonts/amaranth/Amaranth-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Amaranth";
  src: url("/assets/fonts/amaranth/Amaranth-Regular.eot");
  src: local("Amaranth Regular"), local("Amaranth-Regular"), url("/assets/fonts/amaranth/Amaranth-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/amaranth/Amaranth-Regular.woff2") format("woff2"), url("/assets/fonts/amaranth/Amaranth-Regular.woff") format("woff"), url("/assets/fonts/amaranth/Amaranth-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Amaranth";
  src: url("/assets/fonts/amaranth/Amaranth-Italic.eot");
  src: local("Amaranth Italic"), local("Amaranth-Italic"), url("/assets/fonts/amaranth/Amaranth-Italic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/amaranth/Amaranth-Italic.woff2") format("woff2"), url("/assets/fonts/amaranth/Amaranth-Italic.woff") format("woff"), url("/assets/fonts/amaranth/Amaranth-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Amaranth";
  src: url("/assets/fonts/amaranth/Amaranth-BoldItalic.eot");
  src: local("Amaranth Bold Italic"), local("Amaranth-BoldItalic"), url("/assets/fonts/amaranth/Amaranth-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/amaranth/Amaranth-BoldItalic.woff2") format("woff2"), url("/assets/fonts/amaranth/Amaranth-BoldItalic.woff") format("woff"), url("/assets/fonts/amaranth/Amaranth-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
.newsletter {
  padding: 20px 0;
}
.newsletter__header {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
}
.newsletter__header strong {
  display: block;
  font-weight: 700;
}
.newsletter__form {
  margin: auto;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  align-items: center;
  gap: 12px;
  width: -moz-max-content;
  width: max-content;
}
.newsletter__input {
  display: block;
  max-width: 100%;
  color: #F3F3F3;
  background-color: transparent;
  width: 300px;
  border: 1px solid rgba(243, 243, 243, 0.6);
  font-size: 1.25rem;
  line-height: 38.5px;
  text-align: center;
}
.newsletter__input.error {
  border: 1px solid red;
}
.newsletter__submit {
  min-width: 200px;
  max-width: 100%;
  background-color: #FF7E00;
  font-size: 1.125rem;
  line-height: 30px;
  border: 1px solid rgba(243, 243, 243, 0.6);
  color: #F3F3F3;
  font-weight: 300;
}
.newsletter-section {
  background-color: #1C1C1C;
  color: #F3F3F3;
}
.newsletter-section .container {
  max-height: 250px;
}
.newsletter__message {
  text-align: center;
}
.newsletter__message--success {
  font-size: 1.25rem;
  color: #FF7E00;
  padding-top: 30px;
}
.newsletter__message--error {
  padding-top: 20px;
  color: red;
  font-size: 1.25rem;
}

@media screen and (min-width: 992px) {
  .newsletter {
    display: grid;
    margin-top: 75px;
    grid-template-columns: 1fr 1fr;
    padding: 3rem 0;
    position: relative;
    overflow: visible;
  }
  .newsletter__header {
    grid-column-start: 1;
    font-size: 1.125rem;
    margin: auto;
    max-width: 500px;
  }
  .newsletter__form {
    grid-column-start: 1;
    font-size: 1.1rem;
    max-width: 300px;
  }
  .newsletter__input, .newsletter__submit {
    font-size: inherit;
  }
  .newsletter__submit {
    padding: 5px 20px;
    width: 100%;
  }
  .newsletter__image {
    height: 100%;
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .newsletter__image img {
    display: block;
    position: absolute;
    top: -75px;
    left: 55%;
    max-width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .newsletter {
    margin-top: 100px;
    margin-bottom: 80px;
    min-height: 237px;
  }
  .newsletter__image img {
    top: -50px;
  }
}
.footer__brand {
  min-height: 72px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
}
.footer__brand__img {
  position: relative;
  z-index: -1;
  width: 100%;
}
.footer__brand__img img {
  display: block;
}
.footer__brand__slogan {
  position: absolute;
}
.footer__links {
  background-color: #f4f4f4;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer__links .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0px;
}
.footer__link {
  color: inherit;
  text-decoration: none;
  border: none;
  background-color: transparent;
  padding: 0 10px;
  display: block;
  font-size: 1rem;
  color: #ababab;
  font-weight: 300;
  position: relative;
}
.footer__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #222;
}
.footer__link:last-child:after {
  content: none;
}

@media screen and (min-width: 576px) {
  .footer__brand {
    font-size: 1.5rem;
  }
  .footer__links {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .footer__links {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .footer__brand {
    font-size: 1.5rem;
  }
  .footer__link {
    font-size: 1.25rem;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-grid {
  display: grid !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-table-row {
  display: table-row !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
* {
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

.hr {
  display: block;
  margin: 0;
  width: 100%;
  height: 2px;
  padding: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000000 20%, #000000 80%, rgba(0, 0, 0, 0) 100%);
}

button:focus, button:active {
  outline: none;
  box-shadow: none;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 100;
  font-family: "Roboto";
  text-transform: uppercase;
  color: #0F0F0F;
}
.section-title strong {
  font-weight: 700;
}
.section-title span {
  display: block;
}
.section-subtitle {
  font-size: 1.5rem;
  font-weight: 100;
  font-family: "Roboto";
  text-transform: uppercase;
  color: #0F0F0F;
  font-weight: 700;
}
.section-subtitle strong {
  font-weight: 700;
}
.section-subtitle span {
  display: block;
}

select {
  outline: none !important;
}

input {
  outline: none !important;
}

button {
  outline: none !important;
}

.mark__section {
  padding-bottom: 40px;
}
.mark__title {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 1rem;
  margin-bottom: 1rem;
  padding-left: 15%;
  width: -moz-max-content;
  width: max-content;
}
.mark__title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 10%;
  height: 3px;
}
.mark__container {
  margin-left: auto;
  margin-right: 5%;
  padding-top: 40px;
  position: relative;
}
.mark__container.dark {
  color: #f3f3f3;
}
.mark__container.dark .mark__title:before {
  background-color: #afafaf;
}
.mark__container.dark:before {
  background-color: #000000;
}
.mark__container.light {
  color: #000000;
}
.mark__container.light .mark__title:before {
  background-color: #000000;
}
.mark__container.light:before {
  background-color: #E9E9E9;
}
.mark__container:before {
  content: "";
  display: block;
  position: absolute;
  top: 5%;
  left: 10%;
  right: -100%;
  bottom: 50%;
  z-index: -1;
}
.mark__content {
  font-family: Lato;
  margin-left: auto;
  text-align: justify;
  padding-left: 15%;
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mark__content * {
  font-family: Lato;
  color: inherit;
}
.mark__images {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.mark__images img {
  max-width: 145px;
}
.mark__images .image--one {
  padding-top: 50px;
}
.mark__icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 1.25rem;
  color: #000000;
  margin-top: 15px;
  gap: 5px 10px;
}
.mark__icons .icons__item {
  display: grid;
  grid-template-columns: 12px 1fr;
  align-items: center;
  gap: 5px;
}
.mark__icons .icons__icon {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #000000;
  background-color: #1C1C1C;
}

@media screen and (min-width: 400px) {
  .mark__images {
    justify-content: flex-end;
  }
}
@media screen and (min-width: 576px) {
  .mark__block:first-child {
    margin-bottom: 2rem;
  }
  .mark__title, .mark__content {
    padding-left: 0;
  }
  .mark__container {
    align-items: center;
    position: relative;
    display: grid;
    padding: 80px 0 0;
    grid-template-columns: 1fr auto;
    gap: 0 15px;
  }
  .mark__container:before {
    content: "";
    display: block;
    position: absolute;
    top: 15%;
    bottom: 0;
    z-index: -1;
  }
  .mark__container.dark .mark__container:before {
    background-color: #000000;
  }
  .mark__container.light .mark__container:before {
    background-color: #E9E9E9;
  }
  .mark__container.left:before {
    left: 0%;
    right: 5%;
  }
  .mark__container.left .mark__text {
    grid-column: 1/2;
    padding-left: 5%;
  }
  .mark__container.left .mark__images {
    grid-column: 2/3;
  }
  .mark__container.right:before {
    left: 5%;
    right: 0;
  }
  .mark__container.right .mark__text {
    grid-column: 2/3;
    padding-right: 5%;
  }
  .mark__container.right .mark__images {
    grid-column: 1/2;
  }
  .mark__text {
    position: relative;
    padding: 5% 0;
  }
  .mark__title {
    margin-bottom: 0;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    align-self: center;
  }
  .mark__title:before {
    bottom: 0;
    right: 50%;
    height: 2px;
    background-color: #fff;
  }
  .mark__content {
    align-self: stretch;
  }
  .mark__images {
    position: relative;
    margin-top: unset;
    grid-column: 2/3;
    grid-row: 1/2;
    max-height: 100%;
  }
  .mark__images img {
    position: relative;
    display: block;
    box-shadow: 1px 1px 10px #000;
    width: auto;
  }
  .mark__images .image--one {
    left: 0;
    padding-top: unset;
    top: 25px;
  }
  .mark__images .image--two {
    top: -25px;
  }
  .mark__icons {
    margin-top: 5px;
    font-size: 1.2rem;
    grid-template-columns: 1fr;
  }
}
.newsletter {
  padding: 20px 0;
}
.newsletter__header {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
}
.newsletter__header strong {
  display: block;
  font-weight: 700;
}
.newsletter__form {
  margin: auto;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  align-items: center;
  gap: 12px;
  width: -moz-max-content;
  width: max-content;
}
.newsletter__input {
  display: block;
  max-width: 100%;
  color: #F3F3F3;
  background-color: transparent;
  width: 300px;
  border: 1px solid rgba(243, 243, 243, 0.6);
  font-size: 1.25rem;
  line-height: 38.5px;
  text-align: center;
}
.newsletter__input.error {
  border: 1px solid red;
}
.newsletter__submit {
  min-width: 200px;
  max-width: 100%;
  background-color: #FF7E00;
  font-size: 1.125rem;
  line-height: 30px;
  border: 1px solid rgba(243, 243, 243, 0.6);
  color: #F3F3F3;
  font-weight: 300;
}
.newsletter-section {
  background-color: #1C1C1C;
  color: #F3F3F3;
}
.newsletter-section .container {
  max-height: 250px;
}
.newsletter__message {
  text-align: center;
}
.newsletter__message--success {
  font-size: 1.25rem;
  color: #FF7E00;
  padding-top: 30px;
}
.newsletter__message--error {
  padding-top: 20px;
  color: red;
  font-size: 1.25rem;
}

@media screen and (min-width: 992px) {
  .newsletter {
    display: grid;
    margin-top: 75px;
    grid-template-columns: 1fr 1fr;
    padding: 3rem 0;
    position: relative;
    overflow: visible;
  }
  .newsletter__header {
    grid-column-start: 1;
    font-size: 1.125rem;
    margin: auto;
    max-width: 500px;
  }
  .newsletter__form {
    grid-column-start: 1;
    font-size: 1.1rem;
    max-width: 300px;
  }
  .newsletter__input, .newsletter__submit {
    font-size: inherit;
  }
  .newsletter__submit {
    padding: 5px 20px;
    width: 100%;
  }
  .newsletter__image {
    height: 100%;
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .newsletter__image img {
    display: block;
    position: absolute;
    top: -75px;
    left: 55%;
    max-width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  .newsletter {
    margin-top: 100px;
    margin-bottom: 80px;
    min-height: 237px;
  }
  .newsletter__image img {
    top: -50px;
  }
}
.gallery {
  margin-top: 3rem;
}
.gallery__wrapper {
  grid-template-columns: repeat(4, 1fr);
  max-width: 100vw;
  gap: 0;
}
.gallery__single {
  overflow: hidden;
  height: auto;
}
.gallery__single img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  transition: 500ms;
}
.gallery__single img:hover {
  transform: scale(1.2) rotate(3deg);
}
.gallery__description {
  text-align: center;
  width: 80%;
  margin: 3rem auto 0;
}
.gallery__description.preview {
  margin: 1.5rem auto 3rem;
}

@media screen and (min-width: 576px) {
  .gallery__wrapper {
    grid-template-columns: repeat(5, 1fr);
  }
  .gallery__single {
    width: auto;
  }
}
.distributors {
  margin-top: 90px;
}
.distributors .mt {
  margin-bottom: 5%;
}
.distributors-container {
  display: flex;
  align-items: center;
}
.distributors-container-header {
  text-align: center;
  margin: 7em 0 4em 0;
}
.distributors-container-header h4 {
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 200;
}
.distributors-header {
  width: 500px;
  padding-right: 7%;
}
.distributors-header h5 {
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 100;
}
.distributors-header span {
  margin-top: 5%;
  display: block;
  font-size: 1.2em;
  font-weight: 300;
}
.distributors-shops {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 65%;
}
.distributors-subheader {
  font-size: 2em;
  font-weight: 200;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3%;
}
.distributors-images {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.distributors-images img {
  max-width: 150px;
  margin: 5px;
}

@media screen and (min-width: 1399px) and (max-width: 1500px) {
  .distributors-shops {
    width: 80%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .distributors-images {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media screen and (min-width: 1024.01px) and (max-width: 1199px) {
  .distributors-header {
    width: 200px;
  }
  .distributors-images {
    grid-template-columns: repeat(5, 1fr);
  }
  .mt {
    margin-bottom: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .distributors-images {
    grid-template-columns: repeat(3, 1fr);
  }
  .distributors-header {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .distributors-container {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: center;
  }
  .distributors-header {
    max-width: 100%;
    text-align: center;
    margin-bottom: 5%;
    padding: 0;
  }
  .distributors-images {
    grid-template-columns: repeat(4, 1fr);
  }
  .distributors-images img {
    max-width: 100px;
    margin: 5px;
  }
  .distributors-shops {
    width: 100%;
  }
  .mt {
    margin-bottom: 5%;
  }
  .distributors-container-header {
    text-align: center;
    margin: 0 0 2em 0;
  }
  .distributors-container-header h4 {
    font-size: 1.8em;
    font-weight: 400;
  }
  .distributors-header h5 {
    font-weight: 300;
  }
}
@media screen and (max-width: 500px) {
  .distributors-container {
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  .distributors-header {
    max-width: 100%;
    text-align: center;
    margin-bottom: 5%;
  }
  .distributors-images {
    grid-template-columns: repeat(3, 1fr);
  }
  .distributors-images img {
    max-width: 100px;
    margin: 5px;
  }
  .distributors-shops {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .faq {
    margin-top: 80px;
  }
}
.faq {
  margin-top: 20px;
  background-color: #1C1C1C;
  color: #F3F3F3;
  padding: 20px 0;
}
.faq__image {
  display: none;
}
.faq__title {
  font-size: 1.5rem;
  font-weight: 300;
  color: #777777;
  margin-bottom: 10px;
}
.faq__title strong {
  color: #F3F3F3;
  font-weight: 700;
}
.faq__element {
  margin-bottom: 10px;
  transition: 300ms;
}
.faq__element.open .faq__question:before {
  transform: rotate(90deg);
}
.faq__question {
  font-size: 1.06rem;
  line-height: 21px;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.faq__question::marker {
  content: none;
}
.faq__question:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent #787878;
  transition: transform 300ms;
}
.faq__question:hover:before {
  transform: translateY(-50%) translateX(50%);
}
.faq__answer {
  display: none;
  margin-top: 5px;
  padding-left: 20px;
  font-size: 0.9rem;
  font-weight: 300;
  position: relative;
}
.faq__answer:before {
  content: "";
  width: 1px;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: block;
}

@media screen and (min-width: 576px) {
  .faq__answer {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .faq__answer:before {
    left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .faq__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .faq__element {
    padding: 5px 0;
  }
  .faq__question {
    font-size: 1.375rem;
    line-height: 25px;
  }
  .faq__answer {
    font-size: 1rem;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .faq__answer:before {
    left: 5px;
  }
}
@media screen and (min-width: 992px) {
  .faq__image {
    display: block;
  }
  .faq__container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0 45px;
  }
}
@media screen and (min-width: 1200px) {
  .faq {
    margin-top: 150px;
  }
  .faq__image {
    position: relative;
    top: -70px;
  }
  .faq__container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 0 45px;
  }
}
:root {
  --summary-size: 0px;
}

.hero__actions .add-to-cart {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.hero__actions .add-to-cart__summary {
  font-size: var(--summary-size);
  display: flex;
  justify-content: end;
  font-weight: 700;
  grid-area: price;
  align-items: center;
}
.hero__actions .add-to-cart__button {
  background-color: #2E2D2D;
  color: rgba(255, 255, 255, 0.75);
}
.hero__actions .add-to-cart__button-block {
  grid-column: 1/3;
}
.hero__actions .add-to-cart__button:hover {
  color: #F3F3F3;
  background-color: #000;
}

.old-price {
  font-size: 0.6em;
  line-height: 1;
  white-space: nowrap;
  opacity: 1;
  color: rgba(100, 100, 100, 0.5);
  position: relative;
  margin-right: 0.3em;
}
.old-price:after {
  content: "";
  border-bottom: 2px solid #94191d;
  position: absolute;
  width: 110%;
  height: 50%;
  transform: rotate(-10deg) translateY(15%);
  left: -5%;
}

.add-to-cart {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  gap: 0.5rem 0.5rem;
  grid-template-areas: "colors colors" "quantity price" "select select" "button button" "promotion promotion";
  font-size: 1rem;
  position: relative;
}
.add-to-cart__promo {
  grid-area: promotion;
  padding: 2%;
  font-size: 1.1rem;
}
.add-to-cart__promo-price {
  font-weight: 700;
}
.add-to-cart__select {
  grid-area: select;
  position: relative;
  display: inline-block;
  border: 0.063rem solid #ccc;
  background-color: inherit;
}
.add-to-cart__select .display {
  padding: 0.625rem;
  border-bottom: 0.063rem solid #ccc;
  cursor: pointer;
  color: #ccc;
  position: relative;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.add-to-cart__select .display .current {
  padding-right: 20%;
}
.add-to-cart__select .display .arrow {
  display: block;
  width: 20%;
  margin-left: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.add-to-cart__select .display .arrow:before, .add-to-cart__select .display .arrow:after {
  content: "";
  display: block;
  background-color: #777;
  position: absolute;
  top: 60%;
  width: 1.25rem;
  height: 3px;
  transform-origin: center;
}
.add-to-cart__select .display .arrow:before {
  transform: rotate(150deg) translateX(-45%);
  left: 40%;
}
.add-to-cart__select .display .arrow:after {
  transform: rotate(30deg) translateX(-45%);
  left: 40%;
}
.add-to-cart__select .options-container {
  width: 100%;
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.3s ease-in-out;
  position: absolute;
  z-index: 10;
  background-color: #e5e5e5;
  color: #000;
  border: 1px #000 solid;
  border-top: none;
  left: -2px;
  width: calc(100% + 4px);
}
.add-to-cart__select .option {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 10px;
  cursor: pointer;
  background-color: inherit;
}
.add-to-cart__select .option:hover {
  background-color: #f7f7f7;
}
.add-to-cart__select .option.selected {
  background-color: #ffffff;
}
.add-to-cart__packs {
  grid-area: packs;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 30px;
  max-width: 100%;
  padding: 10px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: rgba(0, 0, 0, 0.3);
}
.add-to-cart__packs-list {
  margin-left: auto;
  display: flex;
  gap: 10px 20px;
}
.add-to-cart__quantity {
  grid-area: quantity;
  justify-self: start;
  align-self: end;
  font-size: 1.5em;
}
.add-to-cart__quantity__button {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: none;
  font-size: 3rem;
  width: 3.75rem;
  height: 3.75rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  cursor: pointer;
}
.add-to-cart__quantity__button:disabled {
  cursor: default;
  opacity: 0.25;
}
.add-to-cart__quantity input {
  border: none;
  background-color: inherit;
  text-align: center;
  width: 2.5rem;
  font-size: 3.25rem;
}
.add-to-cart__price {
  grid-area: price;
  justify-self: end;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.2em 0.5em;
  color: #2d2d2d;
  font-size: 1.3em;
  line-height: 1;
  font-weight: 700;
  height: 40px;
  font-size: 1.875rem;
  align-items: center;
}
.add-to-cart__button {
  padding: 10px 10px;
  border: 1px solid #F3F3F3;
  background-color: #2d2d2d;
  color: #bebebe;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  transition: ease 300ms;
  min-height: 40px;
  cursor: pointer;
  width: 100%;
}
.add-to-cart__button-block {
  grid-area: button;
  position: relative;
}
.add-to-cart__button svg {
  pointer-events: none;
}
.add-to-cart__button.unavailable {
  background-color: gray;
}
.add-to-cart--white {
  color: #F3F3F3;
}
.add-to-cart--white .add-to-cart__price {
  color: #F3F3F3;
}
.add-to-cart--white .add-to-cart__button {
  color: #F3F3F3;
  background-color: rgba(255, 126, 0, 0.8);
}
.add-to-cart--white .add-to-cart__button:hover {
  background-color: #FF7E00;
}
.add-to-cart--white .add-to-cart__quantity input {
  color: #F3F3F3;
}
.add-to-cart--white .add-to-cart__quantity__button {
  color: #2E2D2D;
  background-color: #DEDEDE;
}
.add-to-cart--white .add-to-cart__select .options-container {
  border-color: #E1E1E1;
  border-top: 0px;
}
.add-to-cart--white .add-to-cart__select .current {
  color: #E1E1E1;
}
.add-to-cart--white .add-to-cart .old-price {
  color: rgba(223, 219, 219, 0.24);
}
.add-to-cart__summary {
  font-size: var(--summary-size);
  display: flex;
  justify-content: end;
  font-weight: 700;
  grid-area: price;
  align-items: center;
}
.add-to-cart .currency {
  text-transform: uppercase;
}

.light .add-to-cart--white {
  color: #F3F3F3;
}
.light .add-to-cart--white .add-to-cart__price {
  color: #141615;
}
.light .add-to-cart--white .add-to-cart__button {
  color: #141615;
  background-color: rgba(225, 225, 225, 0.9);
}
.light .add-to-cart--white .add-to-cart__button:hover {
  background-color: #141615;
  color: #F3F3F3;
}
.light .add-to-cart--white .add-to-cart__quantity input {
  color: #F3F3F3;
}
.light .add-to-cart--white .add-to-cart__quantity__button {
  color: #2E2D2D;
  background-color: #DEDEDE;
}
.light .add-to-cart--white .add-to-cart__select .options-container {
  border-color: #E1E1E1;
  border-top: 0px;
}
.light .add-to-cart--white .add-to-cart__select .current {
  color: #141615;
}

.color-alert {
  position: absolute;
  top: -50px;
  right: 0;
  padding: 7px 14px;
  border: 1px #1C1C1C solid;
  background-color: #F3F3F3;
  display: none;
  color: #1C1C1C;
}
.color-alert:after {
  content: "";
  width: 12px;
  height: 12px;
  bottom: -7px;
  left: 18px;
  display: block;
  position: absolute;
  background-color: #F3F3F3;
  border-bottom: 1px #1C1C1C solid;
  border-right: 1px #1C1C1C solid;
  transform: rotate(45deg);
}

.other-tab .color-alert {
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 1399.98px) {
  .products__grid .product-form .add-to-cart__summary {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .products__grid .product-form .add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    border: 1px solid #000;
    color: #000;
    min-height: 63px;
  }
  .products__grid .product-form .add-to-cart__summary {
    font-size: 1.4rem;
    font-weight: 300;
  }
  .products__grid .product-form .add-to-cart__quantity {
    align-self: center;
    font-weight: 200;
  }
  .products__grid .product-form .add-to-cart__quantity button {
    background-color: #fff;
    color: #000;
    font-size: 1em;
    font-weight: 200;
  }
  .products__grid .product-form .add-to-cart__quantity button.add-to-cart__minus {
    font-size: 1.6em;
  }
  .products__grid .product-form .add-to-cart__button-block button {
    background-color: #fff;
    color: #000;
    border: 0px;
  }
  .products__grid .product-form .add-to-cart__button-block .cart_mobile {
    display: none;
  }
}
@media screen and (max-width: 991.98px) {
  .products__grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
  }
  .products__grid .product-form .add-to-cart {
    min-width: 230px;
  }
  .products__grid .product-form .add-to-cart__quantity {
    font-size: 1.5em;
  }
  .products__grid .product-form .add-to-cart__quantity .qnt-counter__button {
    font-size: 1.2em;
  }
  .products__grid .product-form .add-to-cart__quantity button.add-to-cart__minus {
    font-size: 1.2em;
  }
  .products__grid .product-form .add-to-cart__summary {
    font-size: 2rem;
    font-weight: 300;
  }
  .products__grid .product-form .add-to-cart__button-block .cart_desktop {
    display: none !important;
  }
  .products__grid .product-form .add-to-cart__button-block .cart_mobile {
    display: block !important;
  }
}
@media screen and (max-width: 575.98px) {
  .products__grid .product-form {
    width: 100%;
  }
  .products__grid .product-form .add-to-cart {
    min-width: auto;
    padding: 0;
  }
  .products__grid .product-form .add-to-cart__quantity {
    font-size: 1.5em !important;
  }
  .products__grid .product-form .add-to-cart__quantity .qnt-counter__button {
    font-size: 1.8em;
  }
  .products__grid .product-form .add-to-cart__quantity button.add-to-cart__minus {
    font-size: 1.8em;
  }
  .products__grid .product-form .add-to-cart input {
    width: 4.5rem;
  }
  .products__grid .product-form .add-to-cart__button-block button {
    font-size: 1.3em;
  }
  .products__grid .product-form .add-to-cart__summary {
    flex-direction: column;
    font-size: 1.7rem !important;
  }
  .add-to-cart__quantity input {
    width: 5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .add-to-cart__quantity__button {
    width: 3rem;
    height: 3rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
/**
 * Swiper 11.0.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 9, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.socials {
  margin-top: 3rem;
  position: relative;
}
.socials__title {
  font-size: 2.5rem;
  font-weight: 300;
  text-align: center;
  color: #191919;
  padding: 1rem;
}
.socials__wall {
  margin: auto;
  background-color: #F2F2F2;
  overflow: hidden;
  width: 100%;
}
.socials__links {
  display: grid;
  align-items: center;
  justify-items: center;
  grid-template-columns: 1fr 2fr;
  width: 40%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  gap: 20px;
  margin: auto;
}
.socials__links__title {
  font-size: 24px;
  line-height: 1.2;
  grid-column: 1/3;
  text-align: center;
  letter-spacing: 0.7;
  font-weight: 300;
}
.socials__links__follow {
  grid-column: 1/2;
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.socials__links__follow img {
  display: block;
  max-width: 100%;
}
.socials__links__links {
  top: -5px;
  position: relative;
  grid-column: 2/3;
  width: 100%;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}
.socials__links__links img {
  display: block;
  width: 45px;
  height: auto;
}
.socials__slider {
  position: relative;
  display: flex;
  margin: auto;
  align-items: center;
  overflow: hidden;
  width: 95%;
}
.socials__slider-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.socials__slider-track {
  display: flex;
  gap: 20px;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  will-change: transform;
}
.socials__slider-track:active {
  cursor: grabbing;
}
.socials__slides {
  display: flex;
  gap: 10px;
  width: 235px;
  height: 235px;
}
.socials__slide {
  flex-shrink: 0;
  width: 315px;
  flex-grow: 0;
  opacity: 0.4;
  transition: opacity 0.6s ease;
  height: auto;
  position: relative;
  cursor: pointer;
}
.socials__slide--animate {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.socials__slide.is-active {
  opacity: 1;
  z-index: 2;
}
.socials__slide video {
  width: 100%;
  height: auto;
  max-height: 600px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.socials__prev {
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 10;
}
.socials__prev svg {
  color: #333;
}
.socials__prev:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
}
.socials__prev:active {
  transform: translateY(-50%) scale(0.95);
}
.socials__prev:before {
  transform: rotate(-45deg) translateX(45%);
  right: 25px;
}
.socials__prev:after {
  transform: rotate(45deg) translateX(45%);
  right: 25px;
}
.socials__next {
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  z-index: 10;
  right: 5px;
}
.socials__next svg {
  color: #333;
}
.socials__next:hover {
  background: white;
  transform: translateY(-50%) scale(1.1);
}
.socials__next:active {
  transform: translateY(-50%) scale(0.95);
}
.socials__next:before {
  transform: rotate(45deg) translateX(-45%);
  left: 25px;
}
.socials__next:after {
  transform: rotate(-45deg) translateX(-45%);
  left: 25px;
}
.socials__hash {
  grid-column: 1/span 2;
  display: flex;
  width: 30%;
  justify-content: center;
}
.socials_img_title {
  text-align: center;
}
.socials__img_title {
  width: 30%;
  padding: 2rem 0;
}

.socials__video {
  position: fixed;
  top: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100;
}

.socials__slide.swiper-slide {
  width: 100% !important;
}

.socials__video {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video__wrapper {
  max-width: 100%;
  position: relative;
}

.video-container {
  width: 25%;
  height: 70%;
}

.socials__video .socials__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.video-block {
  overflow: unset !important;
}

.video-block video {
  max-height: 100%;
  width: auto;
}

.socials__close {
  position: absolute;
  top: 50px;
  right: 50px;
  border: none;
  background: none;
  color: white;
  font-size: 3.125rem;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .socials__links {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .video-container {
    width: 100%;
  }
  .socials__video .socials__control.socials__prev {
    left: 0;
  }
  .socials__video .socials__control.socials__next {
    right: 0;
  }
  .video-block video {
    display: block;
    margin: auto;
  }
  .socials__links {
    width: 70%;
  }
  .socials__img_title {
    width: 50%;
    padding: 3rem 0;
  }
  .socials__wall {
    position: relative;
    z-index: 0;
  }
}
/* Ukryj controls na nieaktywnych slajdach */
.socials-slide:not(.is-active) video::-webkit-media-controls {
  display: none !important;
}

.socials-slide:not(.is-active) video::-webkit-media-controls-panel {
  display: none !important;
}

.socials-slide:not(.is-active) video::-webkit-media-controls-play-button {
  display: none !important;
}

.socials-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 10px 0;
}

.socials-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333;
  opacity: 0.25;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.socials-dot:hover {
  opacity: 0.5;
}

.socials-dot.is-active {
  opacity: 1;
  transform: scale(1.2);
}

.variant-color {
  --variant-color: transparent;
  position: relative;
  z-index: 1;
  display: block;
  width: 1em;
  height: 1em;
  border: 1px solid rgba(28, 28, 28, 0.3);
  cursor: pointer;
}
.variant-color > i {
  position: absolute;
  inset: 0;
  display: block;
  background-color: var(--variant-color);
  overflow: hidden;
}
.variant-color > i::before, .variant-color > i::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  transform: skewX(45deg);
  transform-origin: bottom;
}
.variant-color > i::before {
  background-color: rgba(28, 28, 28, 0.07);
}
.variant-color > i::after {
  background-color: var(--variant-color);
}
.variant-color::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: transparent;
}
.variant-color--unavailable {
  cursor: default;
}
.variant-color--unavailable > i {
  opacity: 0.5;
}
.variant-color--unavailable::before, .variant-color--unavailable::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 10%;
  bottom: calc(50% - 0.5px);
  left: 10%;
  z-index: 3;
  display: block;
  background-color: rgba(28, 28, 28, 0.5);
}
.variant-color--unavailable::before {
  transform: rotateZ(45deg);
}
.variant-color--unavailable::after {
  transform: rotateZ(-45deg);
}
.variant-color--active::before {
  inset: -0.12em;
  border: 1px solid rgba(28, 28, 28, 0.75);
}
.variant-color.color-black {
  background-color: #333333;
}
.variant-color.color-black.nanobrow-lg-bk {
  background-color: #11100f;
}
.variant-color.color-brown {
  background-color: #674833;
}
.variant-color.color-brown.nanobrow-lg-br {
  background-color: #5e3b35;
}
.variant-color.color-light-brown {
  background-color: #796149;
}
.variant-color.color-light-brown.nanobrow-mp-lb {
  background-color: #836a4e;
}
.variant-color.color-light-brown.nanobrow-pn-lb {
  background-color: #5b3f30;
}
.variant-color.color-light-brown.nanobrow-ep-lb {
  background-color: #a58369;
}
.variant-color.color-espresso {
  background-color: #1a1e1c;
}
.variant-color.color-dark-brown {
  background-color: #343128;
}
.variant-color.color-dark-brown.nanobrow-ep-db {
  background-color: #594d44;
}
.variant-color.color-ash-blonde {
  background-color: #777673;
}
.variant-color.color-blonde {
  background-color: #7c7062;
}
.variant-color.color-blonde.nanobrow-pn-bl {
  background-color: #746555;
}
.variant-color.color-dark {
  background-color: #342617;
}
.variant-color.color-medium {
  background-color: #674833;
}
.variant-color.color-light {
  background-color: #c1a482;
}
.variant-color.color-transparent {
  background-color: #cacaca;
}
.variant-color.color-beige {
  background-color: #957b62;
}
.variant-color.color-medium-brown {
  background-color: #7d6554;
}

.variant-color--white.variant-color {
  border: 1px solid rgba(243, 243, 243, 0.3);
}
.variant-color--white.variant-color > i::before {
  background-color: rgba(243, 243, 243, 0.07);
}
.variant-color--white.variant-color--unavailable::before, .variant-color--white.variant-color--unavailable::after {
  background-color: rgba(243, 243, 243, 0.5);
}
.variant-color--white.variant-color--active::before {
  border: 1px solid rgba(243, 243, 243, 0.75);
}

.add-to-cart__colors {
  grid-area: colors;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 30px;
  max-width: 100%;
  padding: 10px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: rgba(28, 28, 28, 0.3);
}
.add-to-cart__colors-list {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px 20px;
  flex-wrap: wrap;
  flex-shrink: 0;
  flex-grow: 1;
  justify-content: flex-start;
  max-width: 100%;
}
.add-to-cart__color {
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 32px;
}
.add-to-cart__colors-label {
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
}
.add-to-cart__colors-label span {
  padding-left: 0.5em;
  font-weight: 300;
}

.product-order__actions .add-to-cart__colors {
  border-color: rgba(255, 255, 255, 0.3);
}
.product-order__actions .add-to-cart__colors-list {
  margin-right: 10px;
}
.product-order__actions .add-to-cart__colors-list .variant-color {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.product-order__actions .add-to-cart__colors-list .variant-color--active::before {
  top: -0.13em;
  right: -0.13em;
  bottom: -0.12em;
  left: -0.12em;
  border: 1px solid rgba(255, 255, 255, 0.75);
}

.home_color.add-to-cart__colors {
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  border: none;
  align-items: start;
  flex-wrap: unset;
}
.home_color .add-to-cart__colors-list {
  gap: 0 3px;
  flex-wrap: unset;
  position: relative;
}
.home_color .add-to-cart__colors-label {
  padding-top: 3px;
  font-size: 0.8em;
}
.home_color .add-to-cart__colors-label span {
  padding: 0;
}
.home_color .add-to-cart__color {
  font-size: 1.3em;
}
.home_color .color-alert {
  position: absolute;
  top: -55px;
  right: 0;
  font-size: 0.8rem;
  padding: 7px 4px;
  border: 1px #1C1C1C solid;
  background-color: #ffffff;
  display: none;
  color: #1C1C1C;
  left: 0;
  min-width: 100px;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 767.98px) {
  .home_color.add-to-cart__colors {
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
    border: none;
    align-items: start;
    flex-wrap: unset;
  }
  .home_color .add-to-cart__colors-list {
    gap: 0 3px;
    flex-wrap: unset;
    position: relative;
  }
  .home_color .add-to-cart__colors-label {
    padding-top: 3px;
    font-size: 0.8em;
  }
  .home_color .add-to-cart__colors-label span {
    padding: 0;
  }
  .home_color .add-to-cart__color {
    font-size: 2.3em;
  }
  .home_color .add-to-cart__colors-label {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 575.98px) {
  .home_color .add-to-cart__color {
    font-size: 2.3em;
  }
  .home_color .add-to-cart__colors-label {
    font-size: 1.8em;
  }
}
.notification_promo {
  background-color: #FF7E00;
  padding: 5px;
}
.notification_section {
  visibility: visible;
  opacity: 1;
  transform: translateY(1px);
  height: 100%;
  margin: 1% 0;
}
.notification_section.active {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transform: translateY(-100px);
  transition: all 0.5s ease-in-out;
}
.notification_container {
  margin: 20px 0;
}
.notification_text {
  text-align: center;
}
.notification_text span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding: 5px 0;
}
.notification_text span:first-of-type {
  font-size: 28px;
  font-weight: 600;
}
.notification_text_inner {
  font-size: 17px !important;
  font-weight: 400 !important;
  color: white;
}
.notification_form {
  margin: 1% 0;
}
.notification_form_text {
  text-align: center;
  font-size: 20px;
  padding: 15px 0;
}
.notification_form_content {
  display: flex;
  justify-content: space-evenly;
}
.notification_form_content input {
  display: block;
  max-width: 100%;
  color: #5f5f5f;
  background-color: transparent;
  width: 350px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  font-size: 20px;
  line-height: 38.5px;
  text-align: center;
}
.notification_form_content button {
  min-width: 350px;
  max-width: 100%;
  background-color: #FF7E00;
  font-size: 18px;
  line-height: 30px;
  border: 1px solid rgba(42, 42, 42, 0.6);
  color: #fff;
  font-weight: 300;
}
.notification_form_message {
  display: none;
  color: red;
  text-align: center;
  margin: 2% 0;
  font-size: 15px;
  font-weight: 600;
  opacity: 0;
}
.notification_form_message.success {
  color: green;
}

@media screen and (max-width: 991.98px) {
  .notification_text span {
    font-size: 18px;
  }
  .notification_text span:first-of-type {
    font-size: 24px;
  }
}
@media screen and (max-width: 785.98px) {
  .notification_text span {
    font-size: 16px;
  }
  .notification_text span:first-of-type {
    font-size: 20px;
  }
  .notification_form_content {
    display: block;
    text-align: center;
  }
  .notification_form_content input {
    display: inline;
    margin: 1.5% 0;
    font-size: 18px;
  }
  .notification_form_content button {
    line-height: 38.5px;
    font-size: 18px;
  }
}
.home-page-title strong {
  font-weight: inherit;
}
.home__title {
  font-size: 18px;
  line-height: 22px;
  width: 50%;
  margin: 0;
  padding-top: 10px;
  color: #2E2D2D;
}
.home__description {
  font-size: 14px;
  line-height: 17px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #2E2D2D;
}
.home__subtitle {
  display: none;
}
.home__subdescriotion {
  display: none;
}
.home-content__section {
  text-align: center;
  margin-top: 45px;
}
.home-content__section h2 {
  font-weight: 500;
  font-size: 2.5rem;
}
.home-content__section .customers-opinions__title {
  text-align: center;
  line-height: 1.2;
  font-weight: 100;
  margin-top: 2rem;
}
.home-content__slogan {
  font-size: 18px;
  font-weight: 200;
  max-width: 45%;
  margin: auto;
  padding: 20px 0;
}
.home-content__content {
  font-size: 18px;
  font-weight: 200;
  max-width: 68%;
  margin: auto;
  padding: 5px 0;
}
.home-content__title .section-title {
  font-size: 1.6rem;
  padding: 1em 0;
  font-weight: 300;
}

.products__new-price {
  padding: 0;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: 1.4rem;
  font-weight: 300;
}

.products__old-price {
  padding: 0;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: 0.8rem;
  font-weight: 300;
  margin-right: 0px !important;
  padding-right: 2px;
}
.products__old-price.old-price::after {
  width: 80%;
  left: 6%;
}

.product-pack {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  max-width: 100%;
  padding: 10px 0;
}
.product-pack__container {
  display: grid;
  grid-template-columns: 1fr;
}
.product-pack__title {
  align-self: center;
}
.product-pack__title .percent {
  color: red;
}
.product-pack_list {
  margin-left: auto;
  display: flex;
  gap: 0px 5px;
}
.product-pack__button {
  position: relative;
  font-size: 1rem;
  font-weight: 900;
  width: 1.2em;
  height: 1.2em;
  display: flex;
  cursor: pointer;
  background-color: #E1E1E1;
  color: #141615;
  justify-content: center;
  align-items: center;
}
.product-pack__button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.product-pack__button.active {
  background-color: #141615;
  color: #E1E1E1;
}
.product-pack__button.active:before {
  top: -0.12em;
  right: -0.14em;
  bottom: -0.12em;
  left: -0.12em;
  border: 1px solid rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 1199.98px) {
  .home-content__slogan {
    max-width: 100%;
  }
  .home-content__content {
    max-width: 94%;
  }
}
@media screen and (max-width: 991.98px) {
  .home-content h2 {
    font-size: 2.3rem;
  }
  .home-content__slogan {
    font-size: 20px;
    max-width: 70%;
  }
  .home-content__content {
    max-width: 98%;
    font-size: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  main #home-page-title.container {
    display: block;
  }
  main #home-page-title.container .home-page-title {
    max-width: 100%;
  }
  main #home-page-title.container .home__title {
    font-size: 18px;
    line-height: 22px;
    width: 50%;
    margin: 0;
    padding-top: 10px;
    color: #2E2D2D;
  }
  main #home-page-title.container .home__description {
    font-size: 1.3rem;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #1C1C1C;
  }
  main #home-page-title.container .home__subtitle {
    display: none;
  }
  main #home-page-title.container .home__subdescriotion {
    display: none;
  }
  .hero.padding-top-element #home-page-title {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  main #home-page-title.container {
    display: none;
  }
}
@media screen and (max-width: 575.98px) {
  .container .products__item {
    max-width: 180px;
    min-height: 425px;
    justify-content: space-between;
  }
  .products__new-price {
    padding: 0;
  }
  .product-pack__container {
    grid-template-columns: 1fr;
    grid-column: 1/3;
  }
  .product-pack_list {
    margin: auto;
  }
  .product-pack__button {
    width: 2em;
    height: 2em;
  }
  .product-pack__button::before {
    top: -0.12em;
    right: -0.22em;
    bottom: -0.22em;
    left: -0.22em;
  }
  .product-pack__alone {
    padding: 2em;
  }
}/*# sourceMappingURL=home.css.map */