/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/**
 * CONTENTS
 *
 * SETTINGS
 *
 *
 * GENERIC
 *
 * BASE

 *
 * OBJECTS

 *
 * COMPONENTS

 *
 * TRUMPS

 */
/**
 * #SETTINGS
 */
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
@font-face {
  font-family: "Satoshi";
  src: url(a2a8b4af93804fe61a017104f4c818e8.woff2) format("woff2"), url(f9b5058074f94b37567de0ecc506ea03.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url(d67aa7a785cfb026040beeb4f4ac4eae.woff2) format("woff2"), url(41c3df27e8e3ec2bb946defb5abe8466.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Satoshi";
  src: url(6710934a5ba04a2ebacaf3b4c404658a.woff2) format("woff2"), url(e95f318d141ab37c72262d270440c877.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Janson";
  src: url(a3aa71b04a0f7a9c1474065ea754ba67.woff2) format("woff2"), url(ca23561f8dbe1ce37971444ace0e6c70.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
/**
 * #TOOLS
 */
input, textarea, form {
  color: #404040;
  font-family: inherit;
  font-family: inherit;
  font-size: inherit;
  outline: none;
  border: transparent;
  background: none;
}

textarea {
  resize: vertical;
}

button:focus {
  outline: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(64, 64, 64, 0.8);
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(64, 64, 64, 0.8);
}

::placeholder { /* Most modern browsers support this now. */
  color: rgba(64, 64, 64, 0.8);
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
  -webkit-text-fill-color: black !important;
}

.input--white:-webkit-autofill,
.input--white:-webkit-autofill:hover,
.input--white:-webkit-autofill:focus,
.input--white:-webkit-autofill:active {
  -webkit-transition-delay: 99999s;
}

select, button, form fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0px;
  background: none;
}

/**
 * #GENERIC
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none;
}

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid;
}

/*------------------------------------*\
    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/**
 * #BASE
 */
html {
  font-family: "Satoshi", sans-serif;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 300;
  color: #404040;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 1900px;
  margin: 0px auto;
}

body {
  width: 100%;
}

.body--frozen {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}

.container--img {
  position: relative;
}
.container--img:after {
  display: block;
  content: "";
  width: 100%;
}
.container--img > img, .container--img > video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.item--wrap {
  position: relative;
}
.item--wrap > a {
  text-indent: -999999px;
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

@media (max-width: 620px) {
  body {
    margin-top: 4.3333333333em;
  }
}
h1, h2, h3, h4, h5 {
  position: relative;
  font-family: "Janson";
  font-weight: 400;
  line-height: 1.25;
  color: black;
}

.title--header {
  font-size: 2.5333333333em;
  max-width: 750px;
  letter-spacing: 1px;
}

p.title--header {
  font-family: "Janson";
  font-weight: 400;
  line-height: 1.25;
  color: black;
}

.title--section {
  font-size: 2.1333333333em;
  letter-spacing: 1px;
}

.title--tile {
  transition: all 0.2s ease-in-out 0s;
  font-size: 1.3333333333em;
}

.title--testimonial {
  font-size: 1.6666666667em;
}

.title--footer, .title--faq {
  font-size: 1.4666666667em;
}

.title--service, .title--category, .title--shop, .title--modal {
  font-size: 1.8666666667em;
}

.title--faq {
  padding-bottom: 0.6818181818em;
  position: relative;
}
.title--faq:hover a {
  padding-left: 0.4545454545em;
}
.title--faq:after {
  width: 8px;
  height: 8px;
  background-color: black;
  content: "";
  position: absolute;
  right: 0px;
  top: 10px;
  transition: all 0.2s ease-in-out 0s;
}
.title--faq a {
  display: block;
  color: black;
  padding-right: 0.6818181818em;
}

.faq__item--closed .title--faq:after {
  background-color: #B7991F;
  transform: rotate(45deg);
}

@media (max-width: 1250px) {
  .title--service, .title--category, .title--shop, .title--modal {
    font-size: 1.7333333333em;
  }
  .title--header {
    font-size: 2.2666666667em;
  }
}
@media (max-width: 1000px) {
  .title--header {
    font-size: 2.0666666667em;
    max-width: 90%;
  }
  .title--section {
    font-size: 1.8em;
  }
  .title--testimonial {
    font-size: 1.5333333333em;
  }
}
@media (max-width: 850px) {
  .title--faq {
    font-size: 1.3333333333em;
  }
}
@media (max-width: 670px) {
  .title--header {
    font-size: 1.8em;
  }
  .title--section {
    font-size: 1.6em;
  }
}
@media (max-width: 580px) {
  .title--service, .title--category, .title--shop, .title--modal {
    font-size: 1.6em;
  }
}
@media (max-width: 540px) {
  .title--faq {
    padding-bottom: 0.5em;
  }
  .title--faq a {
    padding-right: 1.3636363636em;
  }
}
@media (max-width: 380px) {
  .title--header {
    font-size: 1.6666666667em;
  }
  .title--section {
    font-size: 1.4666666667em;
  }
  .title--testimonial, .title--modal {
    font-size: 1.3333333333em;
  }
  .title--service, .title--category, .title--shop {
    font-size: 1.4em;
  }
  .title--footer, .title--faq {
    font-size: 1.2em;
  }
}
a {
  text-decoration: none;
  color: #B7991F;
  font-weight: 400;
  transition: all 0.25s ease 0s;
}
a:hover {
  color: #a1871b;
  border-color: #a1871b;
}

svg path, svg g, svg circle {
  transition: all 0.2s ease-in-out 0s;
}

.link--underligned {
  position: relative;
  letter-spacing: 2.5px;
}
.link--underligned:after {
  position: absolute;
  display: block;
  left: 0px;
  width: 100%;
  height: 0.5px;
  content: "";
  bottom: -3px;
  transition: all 0.2s ease-in-out 0s;
}
.link--underligned.link--primary {
  color: #B7991F;
}
.link--underligned.link--primary:after {
  background-color: #B7991F;
}
.link--underligned.link--big {
  letter-spacing: 4px;
}
.link--underligned.link--big:after {
  bottom: -5px;
}
.link--underligned:hover {
  color: #8b7518;
}
.link--underligned:hover:after {
  width: 90%;
  left: 10%;
  background: #8b7518;
}

.link--big {
  font-size: 1.1333333333em;
}

.footer__link {
  color: #404040;
  font-weight: 300;
}

.social__link:hover path {
  fill: #B7991F;
}

.news__link:hover {
  color: #B7991F;
}

@media (max-width: 380px) {
  .link--big {
    font-size: 1.0666666667em;
  }
}
/**
 * #OBJECTS
 */
/*------------------------------------*\
    #LIST-INLINE
\*------------------------------------*/
/**
 * The list-inline object simply displays a list of items in one line.
 */
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
}

.column--free {
  display: flex;
}

.column {
  display: flex;
  flex-wrap: wrap;
}

.column--column {
  flex-direction: column;
}

.column--top {
  align-items: flex-start;
}

.column--bottom {
  align-items: flex-end;
}

.column--spaced {
  justify-content: space-between;
}

.column--reversed {
  flex-direction: row-reverse;
}

.column--column-reversed {
  flex-direction: column-reverse;
}

.column--centered {
  align-items: center;
}

.column--equal {
  align-items: stretch;
}

.column--centered-w {
  justify-content: center;
}

ul.column li, ul.column--free li, ol.column li, ol.column--free li {
  display: block;
}

.wrapper--centered {
  margin-left: auto;
  margin-right: auto;
}

.wrapper--main {
  width: 88.3720930233%;
}

.wrapper--largest {
  width: 94.1860465116%;
}

.wrapper--middle {
  width: 1200px;
}

.wrapper--large {
  width: 1390px;
}

.wrapper--smallest {
  width: 800px;
}

@media (max-width: 1550px) {
  .wrapper--large {
    width: 88.3720930233%;
  }
}
@media (max-width: 1350px) {
  .wrapper--middle {
    width: 88.3720930233%;
  }
}
@media (max-width: 950px) {
  .wrapper--main, .wrapper--middle, .wrapper--large, .wrapper--smallest, .wrapper--largest {
    width: 90%;
  }
}
.section {
  position: relative;
}
.section + .section {
  margin-top: 4.7619047619%;
}

.section--centered {
  text-align: center;
}

.section--bottom + footer {
  margin-top: 0px;
}

.section--start {
  margin-top: 8.7209302326%;
}

.section--big {
  margin-top: 11.0465116279%;
}
.section--big.float--watch {
  margin-top: 12.7906976744%;
}

.section--bg {
  background-color: #F6F6F2;
  padding-top: 5.3333333333em;
  padding-bottom: 6.6666666667em;
}

.section--biggest {
  margin-top: 12.7906976744%;
}

.section--float {
  position: relative;
}
.section--float:after {
  position: absolute;
  left: 11.8421052632%;
  top: 0px;
  content: "";
  filter: drop-shadow(0px 0px 20px rgba(1, 1, 1, 0.12));
  transform: translateY(-50%);
}
.section--float.ring--right:after {
  left: inherit;
  right: 11.8421052632%;
}

.float--ring:after {
  background-image: url(f936f373b23ec8e776b0a7ea46516b43.png);
  background-size: contain;
  width: 160px;
  height: 110px;
}

.float--watch:after {
  background-image: url(ee8d14dbfc4a3821d5ef3188f5a0b2d9.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 240px;
  transform: translateY(-30%);
}

@media (max-width: 1450px) {
  .section--float.float--watch:after {
    left: 3.3333333333em;
  }
}
@media (max-width: 1220px) {
  .section--float.float--watch:after {
    left: -2.3333333333em;
    transform: translateY(-30%) rotate(-8deg);
    width: 125px;
    height: 200px;
  }
}
@media (max-width: 1150px) {
  .section--big {
    margin-top: 8em;
  }
  .section--big.float--watch {
    margin-top: 9.3333333333em;
  }
  .section--biggest {
    margin-top: 10em;
  }
}
@media (max-width: 1000px) {
  .section--start {
    margin-top: 6em;
  }
  .float--ring:after {
    width: 120px;
    height: 82px;
  }
  .section--float {
    position: relative;
  }
  .section--float:after {
    transform: translateY(-60%);
  }
  .section--bg {
    padding: 4.6666666667em 4.6666666667em 4em;
  }
}
@media (max-width: 900px) {
  .section + .section {
    margin-top: 4em;
  }
  .section--biggest {
    margin-top: 8.6666666667em;
  }
}
@media (max-width: 720px) {
  .section--bg {
    padding-bottom: 3.3333333333em;
  }
  .float--ring:after {
    width: 110px;
    height: 75px;
  }
  .section--float {
    position: relative;
  }
  .section--float:after {
    left: 50%;
    transform: translateY(-60%) translateX(-50%);
  }
  .section--float.ring--right:after {
    left: 50%;
    right: inherit;
  }
  .section--float.float--watch:after {
    left: 50%;
    transform: translateY(-45%) translateX(-50%) rotate(80deg);
  }
}
@media (max-width: 600px) {
  .section--big {
    margin-top: 5.3333333333em;
  }
  .section--big.float--watch {
    margin-top: 7.3333333333em;
  }
  .section--big.float--ring {
    margin-top: 6.6666666667em;
  }
  .section--biggest {
    margin-top: 6.6666666667em;
  }
  .section--start {
    margin-top: 4.6666666667em;
  }
}
@media (max-width: 500px) {
  .section--float.float--watch:after {
    width: 110px;
    height: 180px;
  }
  .section--biggest {
    margin-top: 5.3333333333em;
  }
}
@media (max-width: 460px) {
  .section--bg {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (max-width: 400px) {
  .section--start {
    margin-top: 4.3333333333em;
  }
}
em {
  font-style: normal;
}

.text__break {
  display: block;
}

.footer {
  margin-top: 8.7209302326%;
}

.footer__upper {
  border-top: 1px solid #F2F2F2;
  padding-top: 3em;
}

.footer__left {
  font-size: 1.0666666667em;
  margin-right: 13.1578947368%;
}

.footer__logo {
  display: table;
  margin-bottom: 0.9375em;
}
.footer__logo img {
  width: 110px;
}

.footer__social {
  margin-top: 3.125em;
  margin-bottom: 0.9375em;
}
.footer__social li + li {
  margin-left: 1.25em;
}
.footer__social a, .footer__social img {
  display: block;
}
.footer__social img {
  height: 17px;
  width: auto;
  display: block;
}

.contact__item {
  display: block;
}

.footer__right {
  display: grid;
  gap: 10%;
  grid-template-columns: repeat(3, 1fr);
}

.footer__bottom {
  background-color: #F6F6F2;
  margin-top: 4em;
  padding: 0.8666666667em 0px;
}

.footer__cardi svg {
  width: 55px;
  height: auto;
  display: inline-block;
  margin-left: 0.2666666667em;
}
.footer__cardi svg path {
  fill: black;
}

@media (max-width: 1050px) {
  .footer__left {
    max-width: 250px;
    margin-right: 6.5789473684%;
  }
  .footer__bottom {
    font-size: 0.9333333333em;
    margin-top: 2.8571428571em;
    padding: 0.7333333333em 0px;
  }
}
@media (max-width: 970px) {
  .footer__upper {
    flex-wrap: wrap;
  }
  .footer__left, .footer__right {
    width: 100%;
    max-width: inherit;
  }
  .footer__right {
    margin-top: 4em;
  }
  .footer__left {
    display: flex;
    align-items: flex-end;
    margin-right: 0px;
  }
  .footer__social {
    margin-top: 0px;
  }
  .footer__socials {
    margin-left: 6em;
  }
}
@media (max-width: 800px) {
  .footer__bottom {
    padding: 1.3333333333em 0px 1em;
  }
  .footer__bottom > div {
    flex-direction: column;
    row-gap: 0.6666666667em;
  }
}
@media (max-width: 750px) {
  .footer__right {
    gap: 50px;
  }
}
@media (max-width: 650px) {
  .footer__right {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer__left {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .footer__socials {
    margin-left: 0px;
    margin-top: 1.3333333333em;
  }
}
@media (max-width: 530px) {
  .footer__logo img {
    width: 80px;
  }
  .footer__upper {
    padding-top: 2em;
  }
}
@media (max-width: 450px) {
  .footer__right {
    gap: 30px;
    margin-top: 2.6666666667em;
  }
  .footer__socials {
    margin-top: 0em;
  }
}
.header__logo {
  line-height: 0;
  font-size: 1em;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.header__logo img {
  width: 150px;
  height: auto;
}

.header__social {
  margin-left: 3.3333333333em;
}
.header__social li + li {
  margin-left: 1.6666666667em;
}

.social__item a, .social__item svg {
  display: block;
}
.social__item svg {
  height: 17px;
  width: auto;
}

.header__banner {
  width: 100%;
}
.header__banner:after {
  padding-bottom: 33.7209302326%;
}
.header__banner + .header__content {
  margin-top: 4.6666666667em;
}

.header__intro {
  font-size: 1.3333333333em;
  max-width: 950px;
  margin-top: 1em;
}

.header__intro, .title--header {
  margin-left: auto;
  margin-right: auto;
}

.header__cta {
  margin-top: 3.3333333333em;
}

.header__content--spaced {
  margin-top: 6em;
}

.header__content--inside .header__intro {
  max-width: 850px;
}

.header__content--bg {
  padding: 4.6666666667em 0px 6.6666666667em;
  background: #FAFAFA;
}

.header__content--brand {
  background: #FAFAFA;
  margin-bottom: 5.8139534884%;
}

@media (max-width: 1250px) {
  .header__intro {
    font-size: 1.2666666667em;
  }
}
@media (max-width: 1000px) {
  .header__intro {
    font-size: 1.2em;
    max-width: 87.5%;
    margin-top: 0.8333333333em;
  }
  .contact__form div.header__intro {
    max-width: 100%;
    font-size: 1.2em;
  }
  .header__content--inside .header__intro {
    max-width: 90%;
  }
}
@media (max-width: 950px) {
  .header__logo img {
    width: 100px;
  }
}
@media (max-width: 850px) {
  .header__social {
    margin-left: 2em;
  }
  .header__social li + li {
    margin-left: 1em;
  }
}
@media (max-width: 800px) {
  .header__content--brand {
    flex-direction: column-reverse;
  }
}
@media (max-width: 780px) {
  .header__social {
    margin-left: 1.3333333333em;
  }
}
@media (max-width: 730px) {
  .header__content--spaced {
    margin-top: 3.6666666667em;
  }
}
@media (max-width: 700px) {
  .header__content--bg {
    padding: 3.3333333333em 0px 4.6666666667em;
  }
}
@media (max-width: 670px) {
  .header__intro {
    margin-top: 0.5882352941em;
  }
  .contact__form div.header__intro, .header__intro {
    font-size: 1.1333333333em;
  }
  .header__logo img {
    width: 90px;
  }
}
@media (max-width: 620px) {
  .header__logo {
    position: static;
    transform: none;
  }
  .header__logo img {
    width: 75px;
  }
}
@media (max-width: 540px) {
  .header__banner + .header__content {
    margin-top: 3.3333333333em;
  }
}
@media (max-width: 700px) {
  .header__content--bg {
    padding: 2.6666666667em 1.3333333333em 3.6666666667em;
  }
}
@media (max-width: 420px) {
  .header__content--spaced {
    margin-top: 2.6666666667em;
  }
}
@media (max-width: 380px) {
  .contact__form div.header__intro, .header__intro {
    font-size: 1.0666666667em;
  }
  .header__cta {
    margin-top: 2em;
  }
}
@media (max-width: 380px) and (max-width: 700px) {
  .header__content--bg {
    padding: 2em 1em 2.6666666667em;
  }
}
.body--home .menu {
  border-bottom: none;
}

.menu {
  width: 100%;
  padding-bottom: 3.3333333333em;
  border-bottom: 1px solid #F2F2F2;
  margin-top: 3.3333333333em;
  position: relative;
}

.menu__list li + li {
  margin-left: 3.3333333333em;
}
.menu__list a {
  font-weight: 300;
  color: #404040;
  font-size: 1.3333333333em;
  display: block;
}
.menu__list a:hover {
  color: #B7991F;
}

.footer__menu {
  margin-top: 1em;
}
.footer__menu li {
  display: block;
}
.footer__menu li + li {
  margin-top: 0.6666666667em;
}
.footer__menu a {
  color: #404040;
  font-weight: 300;
  font-size: 1.0666666667em;
}
.footer__menu a:hover {
  color: #B7991F;
}

.menu__link--current {
  color: #B7991F;
}

.menu__icon {
  height: 20px;
}

.menu__action {
  display: none;
  line-height: 1;
  padding: 0px;
  margin: 0px;
}

.menu__action.action--hide {
  display: none;
}

.action--close {
  position: absolute;
  z-index: 15;
  top: 20px;
  right: 5%;
}

@media (max-width: 950px) {
  .menu {
    margin-top: 2.3333333333em;
    padding-bottom: 2.3333333333em;
  }
}
@media (max-width: 850px) {
  .menu__list a {
    font-size: 1.2666666667em;
  }
  .menu__list li + li {
    margin-left: 2em;
  }
}
@media (max-width: 780px) {
  .menu__list li + li {
    margin-left: 1.3333333333em;
  }
}
@media (max-width: 620px) {
  .menu__container {
    position: fixed;
    top: 0px;
    width: 100%;
    background: white;
    z-index: 55;
    padding: 0.9375em 5%;
    box-shadow: 0px 0px 30px 30px rgba(1, 1, 1, 0.02);
    display: flex;
    justify-content: space-between;
  }
  .menu__action {
    display: block;
  }
  .menu {
    display: block;
    background: white;
    position: fixed;
    width: 100%;
    height: 90dvh;
    overflow: scroll;
    padding-top: 2.5em;
    z-index: 5;
    left: 0px;
    top: 0px;
    transform: translateY(10dvh);
    transition: all 0.45s ease 0s;
    box-shadow: 0px -2px 30px rgba(1, 1, 1, 0.08);
    border-radius: 20px;
    margin-top: 0px;
  }
  .menu .menu__list, .menu .menu__right {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .menu .header__social {
    width: 100%;
    margin: 0px;
    justify-content: center;
    margin-top: 2.6666666667em;
  }
  .menu .header__social svg {
    height: 22px;
  }
  .menu .header__social li + li {
    margin-left: 4em;
    position: relative;
  }
  .menu .header__social li + li:before {
    content: "";
    background: #d9d9d9;
    width: 1px;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: -2em;
  }
  .menu__list li {
    display: block;
    width: 100%;
    margin-left: 0px;
    padding: 0px;
  }
  .menu__list li a {
    width: 90%;
    margin: 0px auto;
    font-size: 1.4em;
    padding: 0.6666666667em 0.4761904762em;
    border-bottom: 1px solid #F2F2F2;
  }
  .menu__list li + li {
    margin-top: 0px;
    margin-left: 0px;
  }
  nav.menu--hidden {
    transform: translateY(100dvh);
    opacity: 0;
  }
}
@media (max-width: 620px) and (max-height: 700px) {
  .menu {
    height: 85dvh;
    transform: translateY(15dvh);
  }
}
@media (max-width: 400px) {
  .menu__list li a {
    font-size: 1.2666666667em;
    padding: 0.5263157895em 0.5263157895em;
  }
  .menu .header__social {
    margin-top: 2em;
  }
  .menu .header__social svg {
    height: 20px;
  }
  .menu .header__social li + li {
    margin-left: 3.3333333333em;
  }
  .menu .header__social li + li:before {
    left: -1.6666666667em;
  }
}
ul.slick-dots {
  bottom: 20px;
}

ul.slick-dots li {
  background: white;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}
ul.slick-dots li.slick-active {
  background: #B7991F;
}
ul.slick-dots li button {
  opacity: 0;
}

.slick-slider .slick-arrow {
  background: blue;
  position: absolute;
  right: 0px;
  bottom: -30px;
  z-index: 40;
  top: inherit;
  left: inherit;
  background: white;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-slider .slick-arrow:focus {
  background: white;
}
.slick-slider .slick-arrow:hover {
  background: #B7991F;
}
.slick-slider .slick-arrow:before {
  color: black;
  width: 6px;
  height: 11px;
  display: block;
}
.slick-slider .slick-prev {
  right: 60px;
  border-right: 1px solid #404040;
}
.slick-slider .slick-next:before {
  content: "";
  background: url(98de41c48072d5c3665d553ef441f045.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}
.slick-slider .slick-prev:before {
  content: "";
  background: url(98de41c48072d5c3665d553ef441f045.svg) no-repeat center center;
  background-size: contain;
  -webkit-background-size: contain;
}

.btn {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  padding: 1em;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}

.btn--primary {
  color: #404040;
  background-color: #B7991F;
}
.btn--primary:hover {
  background-color: #aa8e1d;
}

.btn--full {
  display: block;
  width: 100%;
}

span.select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5 !important;
  border-radius: 0px !important;
}

textarea {
  min-height: 100px;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  font-size: 0.9333333333em;
  color: #272727;
  margin-bottom: 5px;
  display: block;
}

.woocommerce-variation-add-to-cart {
  margin-top: 1.3333333333em;
}

.form__line--half {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.form__part input, .form__part textarea {
  width: 100%;
}

.form__line + .form__line {
  margin-top: 4em;
}

.form__label {
  display: block;
  color: black;
  font-weight: 400;
  font-size: 1.2em;
  margin-bottom: 0.8333333333em;
}

.input--classic {
  padding-bottom: 0.9375em;
  border-bottom: 1px solid #E8E8E8;
}

.input--classic, .input--textarea {
  font-size: 1.0666666667em;
  color: black;
}

.input--textarea {
  padding: 0.9375em;
  border: 1px solid #E8E8E8;
  min-height: 170px;
}

.form__submit {
  margin-top: 2em;
}
.form__submit button {
  font-weight: 500;
}

.form__error {
  border: 1px solid red;
  color: red;
  background: rgba(255, 0, 0, 0.2);
}

.form__success {
  border: 1px solid green;
  color: green;
  background: rgba(0, 128, 0, 0.2);
}

select {
  position: relative;
  background: url(98de41c48072d5c3665d553ef441f045.svg) no-repeat 97.5% center rgba(255, 255, 255, 0.1);
}

.form__message {
  padding: 0.8em 1em;
  display: block;
  text-align: center;
  margin-bottom: 2em;
  font-weight: 400;
  font-size: 1.0666666667em;
}

.form__message--success {
  background-color: #F6F6F2;
  color: #B7991F;
}

.form__message--error {
  background-color: rgba(212, 0, 9, 0.15);
  color: #D40009;
}

@media (max-width: 740px) {
  .form__line + .form__line {
    margin-top: 2.3333333333em;
  }
  .form__label {
    font-size: 1.0666666667em;
    margin-bottom: 0.5555555556em;
  }
}
@media (max-width: 570px) {
  .input--classic {
    padding-bottom: 0.625em;
  }
  .input--textarea {
    padding: 0.625em 0.9375em;
  }
}
@media (max-width: 500px) {
  .form__line--half {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.3333333333em;
  }
  .form__line--half + .form__line--half {
    margin-top: 2.3333333333em;
  }
}
.tile__upper {
  background-color: #F6F6F2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid transparent;
}

.tile__bottom {
  margin-top: 1em;
}

.tiles__list {
  display: grid;
  gap: 20px;
}

.tile__item {
  display: block;
}
.tile__item article {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tile__item .tile__bottom {
  height: 100%;
  flex-shrink: 1;
  display: flex;
  flex-wrap: wrap;
}
.tile__item .tile__bottom .title--tile, .tile__item .tile__bottom .tile__description {
  width: 100%;
}
.tile__item .tile__upper {
  flex-shrink: 0;
}
.tile__item.item--wrap:hover .tile__upper {
  transform: translateY(-3px);
  border: 1px solid #e6e6e6;
}
.tile__item.item--wrap:hover .title--tile {
  color: #B7991F;
}

.tiles__list--fifth {
  grid-template-columns: repeat(5, 1fr);
  margin-top: 2.6666666667em;
}
.tiles__list--fifth .tile__upper {
  height: 450px;
}

.tiles__list--home {
  grid-template-columns: repeat(4, 1fr);
  row-gap: 60px;
}
.tiles__list--home .tile__upper {
  height: 500px;
}
.tiles__list--home .tile__img {
  max-width: 60%;
  max-height: 60%;
}

.tiles__list--sixth {
  grid-template-columns: repeat(6, 1fr);
  margin-top: 3.3333333333em;
}
.tiles__list--sixth .tile__upper {
  height: 320px;
}
.tiles__list--sixth .tile__img {
  max-width: 68%;
  max-height: 68%;
}

.tile__description {
  font-weight: 400;
}

.tile__img {
  width: 100%;
  height: 100%;
  max-width: 75%;
  max-height: 75%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0px -10px 20px rgba(1, 1, 1, 0.1));
  transition: opacity 0.45s ease 0s;
}

.tile__img--small {
  max-width: 60%;
  max-height: 60%;
}

.tile__link {
  display: table;
  margin-top: 1.3333333333em;
}

.tiles__list--sixth .tile__upper, .tiles__list--fifth .tile__upper {
  position: relative;
}
.tiles__list--sixth .tile__upper:after, .tiles__list--fifth .tile__upper:after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  background-color: #F6F6F2;
  display: block;
  content: "";
  opacity: 1;
}

@media (max-width: 1220px) {
  .tiles__list--fifth .tile__upper {
    height: 350px;
  }
  .tiles__list--home {
    row-gap: 40px;
  }
  .tiles__list--home .tile__img {
    max-width: 75%;
    max-height: 75%;
  }
}
@media (max-width: 1170px) {
  .tiles__list--sixth {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2em;
  }
}
@media (max-width: 1000px) {
  .tiles__list--fifth {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 50px;
  }
  .tiles__list--fifth .tile__upper {
    height: 400px;
  }
}
@media (max-width: 800px) {
  .tiles__list--fifth {
    margin-top: 1.6666666667em;
  }
  .tiles__list--fifth .tile__upper {
    height: 300px;
  }
}
@media (max-width: 700px) {
  .tiles__list--fifth {
    margin-top: 1.6666666667em;
  }
  .tiles__list--fifth .tile__upper {
    height: 280px;
  }
  .tiles__list--sixth .tile__upper {
    height: 250px;
  }
}
@media (max-width: 600px) {
  .tiles__list--fifth {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 50px;
  }
}
@media (max-width: 560px) {
  .tiles__list--sixth {
    grid-template-columns: repeat(2, 1fr);
  }
  .tiles__list--sixth .tile__upper {
    height: 300px;
  }
}
@media (max-width: 390px) {
  .tiles__list--fifth, .tiles__list--sixth {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 50px;
  }
  .tile__link {
    margin-top: 0.6666666667em;
  }
}
.section__intro--small .title--section {
  max-width: 450px;
}
.section__intro--small .intro__text {
  max-width: 650px;
}

.intro__text {
  font-size: 1.3333333333em;
  margin-top: 0.5em;
}

.section__intro--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section__intro--centered .intro__text, .section__intro--centered .title--section {
  margin-left: auto;
  margin-right: auto;
}

.intro--cta {
  max-width: 750px;
}

.intro__link {
  margin-top: 0.6666666667em;
}

@media (max-width: 1000px) {
  .intro__text {
    font-size: 1.2em;
  }
}
@media (max-width: 720px) {
  .section__intro--small .title--section {
    max-width: 90%;
  }
  .section__intro--small .intro__text {
    max-width: 90%;
  }
}
@media (max-width: 670px) {
  .intro__text {
    font-size: 1.1333333333em;
  }
}
.modal__content {
  margin: 1.3333333333em;
}

button.remodal-close {
  left: inherit;
  right: 1.3333333333em;
  top: 1em;
  width: auto;
  height: auto;
}
button.remodal-close:before {
  position: static;
  width: auto;
  height: auto;
  line-height: 1;
  font-family: "Satoshi", sans-serif !important;
  font-weight: 300;
  font-size: 2em;
}

.modal--news {
  width: 960px;
  max-width: inherit;
  padding: 5.3333333333em 8.7209302326% 6.6666666667em;
  max-height: 90dvh;
  overflow: scroll;
}

@media (max-width: 1050px) {
  .modal--news {
    width: 90%;
  }
}
@media (max-width: 700px) {
  .modal--news {
    padding: 4.6666666667em 6.976744186%;
    max-height: 95dvh;
  }
}
@media (max-width: 620px) {
  .remodal-overlay {
    width: 100dvw;
    height: 100dvh;
    overflow: hidden;
    top: 0px;
    left: 0px;
    pointer-events: none;
  }
  .remodal-wrapper {
    padding: 0px;
    width: 100%;
    height: 100dvh;
    max-height: inherit;
    overflow: hidden;
    pointer-events: none;
    top: 0px;
    left: 0px;
  }
  .modal--news {
    display: block;
    width: 100%;
    height: 90dvh;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 0px;
    max-height: inherit;
    bottom: 0px;
    position: absolute;
    pointer-events: all;
  }
}
@media (max-width: 380px) {
  .modal--news {
    padding: 4.6666666667em 5.8139534884%;
  }
}
.cookie__banner {
  width: 550px;
  background-color: white;
  box-shadow: 0px 0px 30px 30px rgba(1, 1, 1, 0.06);
  position: fixed;
  left: 20px;
  bottom: 20px;
  border-radius: 17px;
  z-index: 15;
  transform: translateX(-200%);
  -webkit-animation-name: cookiebox;
          animation-name: cookiebox;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  padding: 2em 2.6666666667em;
}

.cookie__upper {
  margin-bottom: 2.6666666667em;
}
.cookie__upper ul {
  margin: 0.6666666667em 0px;
}
.cookie__upper li {
  display: block;
  padding-left: 0.6666666667em;
}
.cookie__upper li:before {
  content: "- ";
}
.cookie__upper li + li {
  margin-top: 0.3333333333em;
}
.cookie__upper a {
  text-decoration: underline;
}
.cookie__upper p + p {
  margin-top: 1.3333333333em;
}

.cookie__texts {
  margin-top: 0.6666666667em;
}

@-webkit-keyframes cookiebox {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0%);
  }
}

@keyframes cookiebox {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0%);
  }
}
@media (max-width: 700px) {
  .remodal__inner {
    padding: 0.6666666667em 0px;
    width: 100%;
  }
  .cookie__banner {
    width: 95%;
    left: 2.5%;
  }
}
@media (max-width: 450px) {
  .cookie__banner {
    font-size: 14px;
  }
}
.cta__link {
  margin-top: 3.6666666667em;
}

@media (max-width: 720px) {
  .cta__link {
    margin-top: 2.6666666667em;
  }
}
.brands__list--grid {
  gap: 7.9166666667%;
  row-gap: 1.3333333333em;
  margin-top: 3em;
}

.brands__list--block, .brands__list--grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.brand__link {
  font-size: 1.0666666667em;
  color: #404040;
  font-weight: 300;
}

.brands__list--grid .brand__item, .brands__list--category .brand__item {
  display: block;
}
.brands__list--grid .brand__item:before, .brands__list--category .brand__item:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background: #B7991F;
  margin-right: 0.6666666667em;
  position: relative;
  transform: translateY(-3px) rotate(45deg);
}

.brand__item--block {
  text-align: center;
  display: block;
  transition: all 0.2s ease-in-out 0s;
}
.brand__item--block:hover .brand__block {
  transform: translateY(-2px);
  border: 1px solid rgba(1, 1, 1, 0.065);
}

.brands__list--block {
  margin-top: 4.3333333333em;
  gap: 15px;
}

.brand__block {
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid transparent;
  background: #FAFAFA;
  height: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
  position: relative;
}
.brand__block img {
  max-width: 68.2593856655%;
  max-height: 42.4242424242%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.brand__block:after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  background-color: #FAFAFA;
  display: block;
  content: "";
  opacity: 1;
}

.brands__list--category {
  margin-top: 1.3333333333em;
}
.brands__list--category .brand__item + .brand__item {
  margin-top: 1.3333333333em;
}

.brands__empty {
  margin-top: 1.3333333333em;
}

.categories__grid {
  display: grid;
  row-gap: 4.6666666667em;
  grid-template-columns: repeat(3, 1fr);
}

.brand__header {
  width: 40.6976744186%;
  flex-shrink: 0;
}
.brand__header img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand__recap {
  width: 100%;
  padding: 6.6666666667em 0.6666666667em;
}

.brand__seo {
  font-size: 1.2666666667em;
  font-family: "Satoshi", sans-serif;
  line-height: 1.8;
  font-weight: 300;
  color: #404040;
  margin-top: 5px;
}

.brand__logo {
  display: block;
  height: 70px;
  max-height: 70px;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0px auto 2.6666666667em;
}

@media (max-width: 1350px) {
  .brands__list--block {
    margin-top: 3em;
  }
}
@media (max-width: 1320px) and (min-width: 1151px) {
  .brands__list--grid {
    gap: 4.5833333333%;
    row-gap: 1.3333333333em;
  }
}
@media (max-width: 1150px) {
  .brands__list--grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .brands__list--block {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.6666666667em;
  }
}
@media (max-width: 950px) {
  .brands__list--grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 850px) {
  .categories__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .brand__header {
    width: 100%;
  }
  .brand__header img {
    max-height: 300px;
  }
  .brand__logo {
    height: 60px;
    margin-bottom: 1.3333333333em;
  }
  .brand__recap {
    width: 100%;
    padding: 2.6666666667em 1.3333333333em;
  }
}
@media (max-width: 750px) {
  .brand__block {
    height: 135px;
  }
}
@media (max-width: 670px) {
  .brands__list--block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .brands__list--grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 1.3333333333em;
  }
}
@media (max-width: 500px) {
  .categories__grid {
    row-gap: 2.3333333333em;
    grid-template-columns: repeat(1, 1fr);
  }
  .brands__list--category {
    margin-top: 0.6666666667em;
  }
  .brands__list--category .brand__item + .brand__item {
    margin-top: 0.3333333333em;
  }
  .brands__empty {
    margin-top: 0.6666666667em;
  }
}
@media (max-width: 450px) {
  .brands__list--block {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 430px) {
  .brand__seo {
    font-size: 1.1333333333em;
  }
}
@media (max-width: 360px) {
  .brands__list--grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0.6666666667em;
  }
}
.breadcrumb {
  margin: 2em auto 2.3333333333em;
  max-width: 90%;
}
.breadcrumb__list {
  justify-content: center;
}
.breadcrumb__item {
  display: block;
}
.breadcrumb__item + .breadcrumb__item:before {
  content: "/";
  display: inline-block;
  margin: 0px 0.4666666667em;
  color: #404040;
  font-weight: 300;
}
.breadcrumb__link {
  color: #404040;
  font-weight: 300;
}
.breadcrumb__link:hover {
  color: #B7991F;
}
.breadcrumb__item--current {
  color: #B7991F;
  font-weight: 400;
}

@media (max-width: 850px) {
  .breadcrumb {
    margin-bottom: 1.3333333333em;
  }
}
@media (max-width: 500px) {
  .breadcrumb {
    font-size: 0.9333333333em;
  }
}
.service__item {
  display: block;
}
.service__item article {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.service__illustration {
  width: 50%;
}
.service__illustration:after {
  padding-bottom: 58.8235294118%;
  min-height: 380px;
}

.service__content {
  width: 50%;
  padding-left: 6.5789473684%;
  max-width: 680px;
}

.service__texts {
  font-size: 1.0666666667em;
  margin-top: 0.9375em;
}

.service__item:nth-child(even) article {
  flex-direction: row-reverse;
}
.service__item:nth-child(even) .service__content {
  padding-right: 6.5789473684%;
  padding-left: 0px;
}

@media (max-width: 1250px) {
  .service__texts {
    font-size: 1em;
    margin-top: 0.6666666667em;
  }
}
@media (max-width: 1000px) {
  .service__item article, .service__item:nth-child(even) article {
    flex-direction: row;
    align-items: flex-start;
  }
  .service__item .service__content, .service__item:nth-child(even) .service__content {
    width: 50%;
    padding-left: 5.2631578947%;
    padding-right: 0px;
    max-width: inherit;
  }
  .service__item + .service__item {
    margin-top: 4.6666666667em;
  }
  .service__illustration:after {
    min-height: 250px;
  }
}
@media (max-width: 820px) {
  .service__item article, .service__item:nth-child(even) article {
    flex-direction: column;
  }
  .service__item .service__content, .service__item:nth-child(even) .service__content {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    max-width: inherit;
  }
  .service__illustration {
    width: 100%;
    margin-bottom: 1.3333333333em;
  }
  .service__illustration:after {
    min-height: inherit;
  }
  .service__item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  .service__item {
    width: 100%;
  }
  .service__item + .service__item {
    margin-top: 3.3333333333em;
  }
}
@media (max-width: 370px) {
  .service__item + .service__item {
    margin-top: 2.6666666667em;
  }
}
.tiles__list--sixth .title--tile, .tiles__list--sixth .tile__description, .tiles__list--sixth .tile__link, .tiles__list--fifth .title--tile, .tiles__list--fifth .tile__description, .tiles__list--fifth .tile__link {
  transition: all 0.6s ease 0s;
  opacity: 0;
  transform: translate3d(0px, 50px, 0px);
}
.tiles__list--sixth .tile__description, .tiles__list--fifth .tile__description {
  transition-delay: 0.2s;
}
.tiles__list--sixth .tile__link, .tiles__list--fifth .tile__link {
  transition-delay: 0.4s;
}
.tiles__list--sixth .tile__img, .tiles__list--fifth .tile__img {
  opacity: 0;
}
.tiles__list--sixth .tile__upper[data-in-viewport=true] .tile__img, .tiles__list--fifth .tile__upper[data-in-viewport=true] .tile__img {
  opacity: 1;
}
.tiles__list--sixth .tile__upper[data-in-viewport=true]:after, .tiles__list--fifth .tile__upper[data-in-viewport=true]:after {
  opacity: 0;
}
.tiles__list--sixth .tile__bottom[data-in-viewport=true] .title--tile, .tiles__list--sixth .tile__bottom[data-in-viewport=true] .tile__description, .tiles__list--sixth .tile__bottom[data-in-viewport=true] .tile__link, .tiles__list--fifth .tile__bottom[data-in-viewport=true] .title--tile, .tiles__list--fifth .tile__bottom[data-in-viewport=true] .tile__description, .tiles__list--fifth .tile__bottom[data-in-viewport=true] .tile__link {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.brands__list--block .link--primary {
  transition: all 0.6s ease 0s;
  opacity: 0;
  transform: translate3d(0px, 50px, 0px);
  display: inline-block;
}
.brands__list--block .brand__block img {
  opacity: 0;
  transition: opacity 0.45s ease 0s;
}
.brands__list--block .brand__block[data-in-viewport=true] img {
  opacity: 1;
}
.brands__list--block .brand__block[data-in-viewport=true]:after {
  opacity: 0;
}
.brands__list--block .link--primary[data-in-viewport=true] {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.section--float:after {
  opacity: 0;
  transition: all 0.8s ease 0s;
}
.section--float .title--section, .section--float .intro__text, .section--float .cta__link {
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translate3d(0px, 70px, 0px);
}
.section--float .title--section {
  transition-delay: 0.1s;
}
.section--float .intro__text {
  transition-delay: 0.35s;
}
.section--float .cta__link {
  transition-delay: 0.55s;
}
.section--float[data-in-viewport=true] .title--section, .section--float[data-in-viewport=true] .intro__text, .section--float[data-in-viewport=true] .cta__link {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.section--float[data-in-viewport=true]:after {
  opacity: 1;
}

.header__wrap .title--header, .header__wrap .header__intro, .header__wrap .header__cta, .header__wrap .brand__seo, .header__wrap .brand__logo, .form__top .title--header, .form__top .header__intro, .form__top .header__cta, .form__top .brand__seo, .form__top .brand__logo {
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translate3d(0px, 70px, 0px);
}
.header__wrap .title--header, .form__top .title--header {
  transition-delay: 0.1s;
}
.header__wrap .header__intro, .header__wrap .brand__recap .title--header, .form__top .header__intro, .form__top .brand__recap .title--header {
  transition-delay: 0.35s;
}
.header__wrap .header__cta, .header__wrap .brand__seo, .form__top .header__cta, .form__top .brand__seo {
  transition-delay: 0.55s;
}
.header__wrap[data-in-viewport=true] .title--header, .header__wrap[data-in-viewport=true] .header__intro, .header__wrap[data-in-viewport=true] .header__cta, .header__wrap[data-in-viewport=true] .brand__seo, .header__wrap[data-in-viewport=true] .brand__logo, .form__top[data-in-viewport=true] .title--header, .form__top[data-in-viewport=true] .header__intro, .form__top[data-in-viewport=true] .header__cta, .form__top[data-in-viewport=true] .brand__seo, .form__top[data-in-viewport=true] .brand__logo {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.service__item .title--service, .service__item .service__texts {
  transition: all 0.6s ease 0s;
  opacity: 0;
  transform: translate3d(0px, 70px, 0px);
}
.service__item .title--service {
  transition-delay: 0.1s;
}
.service__item .service__texts {
  transition-delay: 0.35s;
}
.service__item[data-in-viewport=true] .title--service, .service__item[data-in-viewport=true] .service__texts {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.history__date {
  transition: all 0.8s ease 0s;
  opacity: 0;
}
.history__date[data-in-viewport=true] {
  opacity: 1;
  transform: translate3d(0px, -75%, 0px);
}
@media (max-width: 570px) {
  .history__date[data-in-viewport=true] {
    transform: translate3d(0px, -80%, 0px);
    opacity: 0.5;
  }
}

.history__story {
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translate3d(0px, 70px, 0px);
}
.history__story[data-in-viewport=true] {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.history__shop .title--section, .history__shop .shop__texts {
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translate3d(0px, 70px, 0px);
}
.history__shop .title--section {
  transition-delay: 0.1s;
}
.history__shop .shop__texts {
  transition-delay: 0.35s;
}
.history__shop[data-in-viewport=true] .title--section, .history__shop[data-in-viewport=true] .shop__texts {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/**
 * #COMPONENTS
 */
.testimonials__banner {
  width: 100%;
  margin-top: 3.6666666667em;
  margin-bottom: 3em;
}
.testimonials__banner:after {
  padding-bottom: 34.8837209302%;
}

.testimonials__list {
  display: grid;
  gap: 12.5%;
  grid-template-columns: repeat(2, 1fr);
}

.testimonial__item {
  display: block;
}

.testimonial__text {
  font-size: 1.0666666667em;
  margin-top: 0.9375em;
}

.testimonial__people {
  margin-top: 1.6666666667em;
}

.testimonial__name {
  font-family: "Janson";
  font-weight: 400;
  color: black;
  font-size: 1.3333333333em;
}

.testimonial__date {
  color: #B7991F;
}

@media (max-width: 950px) {
  .testimonials__list {
    gap: 6.5789473684%;
  }
}
@media (max-width: 870px) {
  .testimonials__list {
    display: block;
  }
  .testimonial__item + .testimonial__item {
    margin-top: 2.6666666667em;
  }
  .testimonial__people {
    margin-top: 1em;
  }
}
@media (max-width: 520px) {
  .testimonials__banner {
    margin-top: 2em;
    margin-bottom: 2.6666666667em;
  }
}
@media (max-width: 380px) {
  .testimonial__text {
    font-size: 1em;
    margin-top: 0.6666666667em;
  }
  .testimonial__people {
    margin-top: 1.6666666667em;
  }
  .testimonial__name {
    font-size: 1.2666666667em;
  }
}
.faqs__list {
  margin-top: 4em;
}

.faq__item {
  display: block;
}
.faq__item + .faq__item {
  padding-top: 2.6666666667em;
  border-top: 1px solid #F2F2F2;
}
.faq__item p + p {
  margin-top: 1.6em;
}

.faq__article, .faq__content {
  width: 100%;
}

.faq__answer {
  transition: all 0.3s ease-in-out 0s;
  max-width: 800px;
  font-size: 1.0666666667em;
  overflow: hidden;
  height: 0px;
}
.faq__answer > div {
  padding-bottom: 1.5625em;
}

.faq__item--closed .faq__answer {
  padding: 0px;
}

@media (max-width: 850px) {
  .faq__item + .faq__item {
    padding-top: 2em;
  }
  .faqs__list {
    margin-top: 3em;
  }
}
@media (max-width: 540px) {
  .faq__item + .faq__item {
    padding-top: 1.3333333333em;
  }
  .faqs__list {
    margin-top: 2.3333333333em;
  }
}
.contact__container {
  margin-top: 5.3333333333em;
}

.contact__form {
  text-align: left;
  width: 52.6315789474%;
}
.contact__form .title--header {
  margin: 0px;
}
.contact__form .header__intro {
  font-size: 1.2666666667em;
}

.form__top {
  margin-bottom: 4.6666666667em;
}

.contact__shop {
  width: 500px;
  position: relative;
  padding-top: 3.3333333333em;
}

.shop__inside {
  background: #F6F6F2;
  padding: 4em 2.6666666667em 3.3333333333em;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.shop__recap {
  margin-bottom: 4em;
}

.shop__place {
  font-size: 1.2em;
  margin-top: 5px;
}

.opening__item + .opening__item {
  margin-top: 0.5333333333em;
  border-top: 1px solid #EBEBEB;
  padding-top: 1.1333333333em;
}

.opening__day {
  font-weight: 500;
  color: black;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 0.8666666667em;
}

.shop__social {
  margin-top: 4em;
  margin-bottom: 1.6666666667em;
}
.shop__social svg {
  height: 20px;
  width: auto;
}
.shop__social .social__item + .social__item {
  margin-left: 1.3333333333em;
}

.shop__contacts {
  font-size: 1.0666666667em;
}
.shop__contacts a {
  color: #8b7518;
}

.contact__item a {
  display: table;
}
.contact__item a:hover {
  transform: translateX(5px);
}

@media (max-width: 1450px) {
  .contact__shop {
    width: 420px;
  }
}
@media (max-width: 1200px) and (min-width: 1051px) {
  .contact__shop {
    width: 370px;
  }
  .opening__item {
    flex-direction: column;
  }
}
@media (max-width: 1050px) {
  .contact__container {
    flex-direction: column;
  }
  .contact__container {
    margin-top: 3.3333333333em;
  }
  .contact__shop, .contact__form {
    width: 100%;
  }
  .contact__shop {
    padding-top: 0px;
    margin-top: 4em;
  }
  .shop__inside {
    margin-top: 0px;
    position: static;
    padding: 2.6666666667em;
  }
  .shop__socials {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 2em;
  }
  .shop__social {
    margin: 0px;
  }
}
@media (max-width: 740px) {
  .form__top {
    margin-bottom: 2.6666666667em;
  }
}
@media (max-width: 460px) {
  .opening__day {
    letter-spacing: 2px;
  }
  .opening__item {
    font-size: 0.9333333333em;
  }
  .shop__recap {
    margin-bottom: 2.3333333333em;
  }
  .shop__place {
    font-size: 1.1333333333em;
  }
  .shop__contacts {
    font-size: 1em;
  }
}
@media (max-width: 405px) {
  .opening__item {
    align-items: center;
  }
  .opening__time {
    display: flex;
    flex-direction: column;
  }
  .opening__time span span {
    display: none;
  }
}
@media (max-width: 380px) {
  .shop__inside {
    padding: 2em;
  }
  .shop__place {
    font-size: 1.0666666667em;
  }
  .shop__social .social__item + .social__item {
    margin-left: 0.6666666667em;
  }
}
.history__image {
  position: relative;
}

.picture__container {
  text-align: right;
}
.picture__container img {
  width: 100%;
  height: auto;
}
.picture__container figcaption {
  font-family: "Janson";
  font-weight: 400;
  line-height: 1.25;
  color: black;
  padding-top: 0.3125em;
  padding-right: 0.625em;
  font-size: 1.0666666667em;
}

.shop__image {
  width: 650px;
  flex-shrink: 0;
}

.history__story {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 90px;
       column-gap: 90px;
  text-align: justify;
  font-size: 1.1333333333em;
  margin-top: 3.5294117647em;
}

.history__date {
  position: absolute;
  left: 5%;
  font-family: "Satoshi", sans-serif;
  font-size: 12.6666666667em;
  font-weight: 500;
  -webkit-text-stroke: 1px rgba(183, 153, 31, 0.55); /* width and color */
  color: transparent;
  line-height: 1;
  top: 0px;
  transform: translate3d(0px, 70px, 0px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shop__story {
  margin-left: 6.6666666667%;
  max-width: 550px;
}

.shop__texts {
  font-size: 1.1333333333em;
  margin-top: 1.1764705882em;
  text-align: justify;
}
.shop__texts p + p {
  margin-top: 2em;
}

@media (max-width: 1350px) {
  .shop__image {
    width: 500px;
  }
}
@media (max-width: 1000px) {
  .shop__texts {
    font-size: 1.0666666667em;
  }
  .history__shop {
    align-items: flex-start;
  }
  .shop__image {
    width: 400px;
  }
  .history__story {
    -moz-column-gap: 60px;
         column-gap: 60px;
    font-size: 1.0666666667em;
    margin-top: 2.3529411765em;
  }
  .history__date {
    font-size: 10.6666666667em;
  }
}
@media (max-width: 840px) {
  .history__shop {
    flex-direction: column;
    align-items: center;
  }
  .shop__story {
    max-width: inherit;
    margin-left: 0px;
    margin-top: 2.6666666667em;
  }
  .shop__image {
    width: 500px;
  }
}
@media (max-width: 770px) {
  .history__story {
    -moz-column-count: 1;
         column-count: 1;
  }
  .history__story p + p {
    margin-top: 2em;
  }
  .history__date {
    font-size: 9em;
  }
}
@media (max-width: 570px) {
  .history__date {
    font-size: 7em;
  }
  .shop__image {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .history__story, .shop__texts {
    font-size: 1em;
  }
}
@media (max-width: 400px) {
  .shop__story {
    margin-top: 2em;
  }
  .picture__container figcaption {
    padding-top: 0.15em;
    font-size: 1em;
  }
  .history__date {
    font-size: 6em;
  }
}
.panel__container {
  background-color: rgba(1, 1, 1, 0.35);
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 4;
  transition: all 0.5s ease 0s;
}

.panel__container--closed {
  background-color: rgba(1, 1, 1, 0);
  pointer-events: none;
}
.panel__container--closed .panel {
  transform: translateX(-100%);
}
.panel__container--closed .menu--universes li {
  transform: translateX(-100%);
  opacity: 0;
}

.panel {
  width: 450px;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  height: 100%;
  overflow: scroll;
  background-color: white;
  transition: all 0.6s ease 0s;
}

.panel__upper {
  padding-bottom: 3.4666666667em;
  padding-top: 3.3333333333em;
  border-bottom: 1px solid #F2F2F2;
}

.panel__bottom, .panel__upper {
  margin-left: 4.6666666667em;
  margin-right: 2em;
}

.panel__bottom {
  padding-top: 4.6666666667em;
}

.menu--universes {
  margin-bottom: 4.6666666667em;
  max-height: 100%;
}
.menu--universes li {
  transition: all 0.55s ease 0.25s;
  display: block;
  position: relative;
  opacity: 1;
}
.menu--universes li a {
  display: block;
  max-width: 280px;
}
.menu--universes li:nth-child(2) {
  transition-delay: 0.26s;
}
.menu--universes li:nth-child(3) {
  transition-delay: 0.39s;
}
.menu--universes li:nth-child(4) {
  transition-delay: 0.52s;
}
.menu--universes li:nth-child(5) {
  transition-delay: 0.65s;
}
.menu--universes li:nth-child(6) {
  transition-delay: 0.78s;
}
.menu--universes li:nth-child(7) {
  transition-delay: 0.91s;
}
.menu--universes li:nth-child(8) {
  transition-delay: 1.04s;
}
.menu--universes li:nth-child(9) {
  transition-delay: 1.17s;
}
.menu--universes a:after {
  display: block;
  width: 6px;
  height: 10px;
  content: "";
  background-image: url(c8e3a97d2ab80f7fd0657fd88844cb6a.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-40%);
  transition: all 0.25s ease 0s;
}
.menu--universes li + li {
  margin-left: 0px;
  margin-top: 1.6666666667em;
}
.menu--universes a:hover:after {
  right: -5px;
}
.menu--universes a:hover {
  color: #B7991F;
}

.close__container {
  position: fixed;
  bottom: 0px;
  padding-bottom: 2em;
  padding-left: 4.6666666667em;
  left: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 450px;
}

.panel__close {
  color: #969696;
  letter-spacing: 1px;
  font-weight: 300;
}

@media (max-width: 950px) {
  .panel__upper {
    padding-top: 5em;
  }
}
@media (max-width: 620px) {
  .panel__container--closed .panel {
    transform: translateX(100%);
  }
  .panel__container {
    transition: all 0.1 ease 0s;
    background-color: transparent;
    z-index: 70;
    opacity: 1;
  }
  .panel__container .menu--universes {
    max-height: 100%;
  }
  .panel__container .menu--universes li a {
    max-width: inherit;
    padding-right: 40px;
  }
  .panel {
    width: 100%;
    height: 88dvh;
    top: 12dvh;
    border-radius: 50px;
  }
}
@media (max-width: 620px) and (max-height: 700px) {
  .panel {
    width: 100%;
    height: 83dvh;
    top: 17dvh;
    border-radius: 50px;
  }
}
@media (max-width: 620px) {
  .panel__upper, .panel__bottom {
    margin-left: 0px;
    margin-right: 0px;
  }
  .close__container {
    padding-left: 5%;
  }
  .panel__upper {
    padding-top: calc(2.6666666667em - 2dvh);
    padding-bottom: 1.3333333333em;
    border-bottom: 0px solid transparent;
  }
  .panel__upper .menu__list li:nth-child(2) {
    display: none;
  }
  .panel__upper .menu__list li:first-child {
    position: relative;
  }
  .panel__upper .menu__list li:first-child a {
    position: relative;
    padding-left: 1.4285714286em;
  }
  .panel__upper .menu__list li:first-child a:after {
    display: block;
    width: 6px;
    height: 10px;
    content: "";
    background-image: url(c8e3a97d2ab80f7fd0657fd88844cb6a.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-40%) rotate(180deg);
    transition: all 0.25s ease 0s;
  }
  .panel__bottom {
    padding-top: 1.3333333333em;
  }
  .menu--universes li + li {
    margin-top: 0px;
  }
  .menu--universes a:after {
    display: block;
    width: 6px;
    height: 10px;
    right: 30px;
  }
}
.news__container {
  background-color: #F6F6F2;
  font-size: 1.1333333333em;
  padding: 0.5882352941em 10px 0.7058823529em;
  text-align: center;
  line-height: 1.4;
}
.news__container a {
  text-decoration: underline;
  display: inline-block;
  color: #404040;
  font-weight: 300;
  margin-left: 0.2941176471em;
}

.news__date {
  font-size: 1.2em;
  margin-top: 0.8333333333em;
}

.news__content {
  font-size: 1.0666666667em;
  margin-top: 2.5em;
  text-align: left;
}
.news__content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 2.5em 0px;
}
.news__content p + p {
  margin-top: 2em;
}
.news__content ol, .news__content ul {
  padding-left: 0.6666666667em;
  margin: 1.5625em 0px;
}
.news__content ol li, .news__content ul li {
  display: block;
  position: relative;
}
.news__content ol li:before, .news__content ul li:before {
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  background: #B7991F;
  margin-right: 0.6666666667em;
  position: relative;
  transform: translateY(-3px) rotate(45deg);
}

.news__buttons button, .news__button a {
  font-weight: 400;
}

.news__buttons {
  justify-content: center;
  margin-top: 5.3333333333em;
}
.news__buttons li + li {
  margin-left: 2em;
}

@media (max-width: 850px) {
  .news__container {
    font-size: 1.0666666667em;
    padding: 0.5em 1.25em 0.625em;
  }
}
@media (max-width: 700px) {
  .news__container {
    font-size: 1.0666666667em;
  }
}
@media (max-width: 380px) {
  .news__date {
    font-size: 1.0666666667em;
  }
  .news__content {
    font-size: 1em;
    margin-top: 2em;
  }
  .news__content img {
    margin: 1.875em 0px;
  }
  .news__content p + p {
    margin-top: 1.5em;
  }
  .news__content ol, .news__content ul {
    padding-left: 0.6666666667em;
    margin: 1.25em 0px;
  }
  .news__buttons {
    margin-top: 3.3333333333em;
  }
}
/**
 * #TRUMPS
 */
/*------------------------------------*\
    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.2/3`) or a spoken-
 * word format (e.g. `two-thirds`). Toggle formats by overriding the
 * `$inuit-use-fractions` variable defined below.
 */
/**
 * Whole.
 */
.one-whole {
  width: 100% !important;
}

/**
 * Halves.
 */
.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
  width: 50% !important;
}

/**
 * Thirds.
 */
.one-third,
.two-sixths,
.three-ninths,
.four-twelfths {
  width: 33.3333333% !important;
}

.two-thirds,
.four-sixths,
.six-ninths,
.eight-twelfths {
  width: 66.6666666% !important;
}

/**
 * Quarters.
 */
.one-quarter,
.two-eighths,
.three-twelfths {
  width: 25% !important;
}

.three-quarters,
.six-eighths,
.nine-twelfths {
  width: 75% !important;
}

/**
 * Fifths.
 */
.one-fifth,
.two-tenths {
  width: 20% !important;
}

.two-fifths,
.four-tenths {
  width: 40% !important;
}

.three-fifths,
.six-tenths {
  width: 60% !important;
}

.four-fifths,
.eight-tenths {
  width: 80% !important;
}

/**
 * Sixths.
 */
.one-sixth,
.two-twelfths {
  width: 16.6666666% !important;
}

.five-sixths,
.ten-twelfths {
  width: 83.3333333% !important;
}

/**
 * Eighths.
 */
.one-eighth {
  width: 12.5% !important;
}

.three-eighths {
  width: 37.5% !important;
}

.five-eighths {
  width: 62.5% !important;
}

.seven-eighths {
  width: 87.5% !important;
}

/**
 * Ninths.
 */
.one-ninth {
  width: 11.1111111% !important;
}

.two-ninths {
  width: 22.2222222% !important;
}

.four-ninths {
  width: 44.4444444% !important;
}

.five-ninths {
  width: 55.5555555% !important;
}

.seven-ninths {
  width: 77.7777777% !important;
}

.eight-ninths {
  width: 88.8888888% !important;
}

/**
 * Tenths.
 */
.one-tenth {
  width: 10% !important;
}

.three-tenths {
  width: 30% !important;
}

.seven-tenths {
  width: 70% !important;
}

.nine-tenths {
  width: 90% !important;
}

/**
 * Twelfths.
 */
.one-twelfth {
  width: 8.3333333% !important;
}

.five-twelfths {
  width: 41.6666666% !important;
}

.seven-twelfths {
  width: 58.3333333% !important;
}

.eleven-twelfths {
  width: 91.6666666% !important;
}

/*------------------------------------*\
    #SPACING
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
 * Margin helper classes.
 *
 * Add margins.
 */
.m {
  margin: 24px !important;
}

.mt {
  margin-top: 24px !important;
}

.mr {
  margin-right: 24px !important;
}

.mb {
  margin-bottom: 24px !important;
}

.ml {
  margin-left: 24px !important;
}

.mh {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.mv {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

/**
 * Add huge margins.
 */
.m\+\+ {
  margin: 96px !important;
}

.mt\+\+ {
  margin-top: 96px !important;
}

.mr\+\+ {
  margin-right: 96px !important;
}

.mb\+\+ {
  margin-bottom: 96px !important;
}

.ml\+\+ {
  margin-left: 96px !important;
}

.mh\+\+ {
  margin-right: 96px !important;
  margin-left: 96px !important;
}

.mv\+\+ {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

/**
 * Remove margins.
 */
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mh0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mv0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}

.text-cut {
  white-space: nowrap;
  overflow: hidden; /* pour Opera 9 */
  text-overflow: ellipsis; /* pour le reste du monde */
}
