@font-face {
  font-family: "Mona Sans";
  src: url("../fonts/MonaSans-Variable.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gambarino";
  font-display: auto;
  font-weight: 400;
  src: url("../fonts/Gambarino.eot");
  src: url("../fonts/Gambarino.eot?#iefix") format("embedded-opentype"), local("Gambarino"), url("../fonts/Gambarino.woff") format("woff"), url("../fonts/Gambarino.ttf") format("truetype");
}
html, body, div, span, applet, object, iframe, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, button, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, picture {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  outline: none;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main, article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

html {
  font: 400 4.4444vw/160% "Mona Sans", sans-serif;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1280px) {
  html {
    font-size: 0.8333vw;
  }
}
@media screen and (min-width: 1520px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #1A1918;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.heading {
  font-weight: 800;
  font-variation-settings: "wght" 800, "wdth" 75;
}

h1, .h1 {
  font-size: 3.5rem;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  h1, .h1 {
    font-size: 9rem;
  }
}

h2, .h2 {
  font-size: 2.25rem;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  h2, .h2 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1280px) {
  h2, .h2 {
    font-size: 6.5rem;
  }
}

h3, .h3 {
  font-size: 2rem;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  h3, .h3 {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1280px) {
  h3, .h3 {
    font-size: 5rem;
  }
}

h4, .h4 {
  font-size: 1.75rem;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  h4, .h4 {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  h4, .h4 {
    font-size: 4rem;
  }
}

h5, .h5 {
  font-size: 1.5rem;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  h5, .h5 {
    font-size: 2.5rem;
  }
}

h6, .h6 {
  font-size: 1.5rem;
  line-height: 140%;
  font-family: "Gambarino", sans-serif;
}

.heading {
  font-size: 3.5rem;
  line-height: 100%;
}
@media screen and (min-width: 768px) {
  .heading {
    font-size: 7rem;
  }
}
@media screen and (min-width: 1280px) {
  .heading {
    font-size: 12.5rem;
  }
}

img, svg {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: inherit;
  outline: none;
}

strong {
  font-weight: 600;
}

ul, ol {
  list-style: none;
}

.container {
  width: 108rem;
  max-width: calc(100vw - 2.5rem);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .container {
    max-width: calc(100vw - 12rem);
  }
}
.container.container_secondary {
  width: 78rem;
}
.container.container_tertiary {
  width: 58rem;
}
.container.container_forty {
  width: 115rem;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

img {
  pointer-events: none;
}

.btn {
  color: #ffffff;
  background-color: #1A1918;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
  height: 3.5rem;
  border: 0.125rem solid transparent;
  border-radius: 0;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    font-variation-settings: "wght" 500, "wdth" 92;
  }
}
@media screen and (min-width: 1280px) {
  .btn {
    font-size: 1.25rem;
    padding: 0.5rem 2rem;
    height: 4rem;
  }
}
.btn:hover {
  color: #1A1918;
  border-color: #1A1918;
  background-color: transparent;
}
.btn:hover .btn__text {
  padding: 0 1.5rem 0 0;
}
.btn:hover .btn__ico {
  fill: #1A1918;
  left: calc(100% - 2.25rem);
}
.btn.btn_secondary {
  color: #1A1918;
  border: 0.125rem solid #1A1918;
  background-color: transparent;
}
.btn.btn_secondary:hover {
  color: #ffffff;
  background-color: #1A1918;
}
.btn.btn_secondary:hover .btn__ico {
  fill: #F07D03;
}
.btn.btn_tertiary {
  color: #1A1918;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn.btn_tertiary:hover {
  color: #ffffff;
  background-color: #1A1918;
  border-color: colorPrimary600;
}
.btn.btn_tertiary:hover .btn__ico {
  fill: #F07D03;
}
.btn.btn_forty {
  color: #ffffff;
  border: 0.125rem solid #ffffff;
  background-color: transparent;
}
.btn.btn_forty:hover {
  color: #1A1918;
  background-color: #ffffff;
}
.btn.btn_forty:hover .btn__ico {
  fill: #F07D03;
}
.btn.btn_fifty {
  color: #1A1918;
  background-color: #F07D03;
}
.btn.btn_fifty:hover {
  color: #ffffff;
  background-color: #1A1918;
}
.btn.btn_fifty:hover .btn__ico {
  fill: #ffffff;
}
.btn.btn_fifty .btn__ico {
  fill: #1A1918;
}

.btn__ico {
  width: 0.75rem;
  height: 1rem;
  fill: #F07D03;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  left: 1.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn__ico + .btn__text {
  padding: 0 0 0 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.buttons {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.buttons .buttons__title {
  font-size: 1.5rem;
  line-height: 140%;
  font-family: "Gambarino", sans-serif;
}
.buttons .buttons__list {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.button {
  gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.button:hover .button__text {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.button .button__ico {
  width: 2.25rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #F07D03;
}
.button .button__text {
  font-size: 1rem;
  line-height: 160%;
  font-weight: 600;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wysiwyg.wysiwyg_secondary a {
  color: #1A1918;
}
.wysiwyg.wysiwyg_secondary a:before {
  background-color: #1A1918;
}
.wysiwyg img,
.wysiwyg iframe,
.wysiwyg video {
  width: 100%;
  display: block;
  margin-bottom: 0.5rem;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
  margin-bottom: 2.5rem;
}
.wysiwyg h1:last-child,
.wysiwyg h2:last-child,
.wysiwyg h3:last-child,
.wysiwyg h4:last-child {
  margin-bottom: 0;
}
.wysiwyg h5,
.wysiwyg h6 {
  margin-bottom: 1rem;
}
.wysiwyg h5:last-child,
.wysiwyg h6:last-child {
  margin-bottom: 0;
}
.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol {
  margin-bottom: 2rem;
}
.wysiwyg p:last-child,
.wysiwyg ul:last-child,
.wysiwyg ol:last-child {
  margin-bottom: 0;
}
.wysiwyg ul,
.wysiwyg ol {
  font-size: 1rem;
  line-height: 160%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
}
.wysiwyg ul {
  list-style: none;
}
.wysiwyg ul li {
  gap: 0.5rem;
  position: relative;
  padding-left: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wysiwyg ul li:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  width: 2.25rem;
  height: 1rem;
  background: no-repeat center/contain url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDBMMTIgNy45OTk5NkwwIDE2TDAgMFoiIGZpbGw9IiNGMDdEMDMiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyIDBMMjQgNy45OTk5NkwxMiAxNkwxMiAwWiIgZmlsbD0iI0YwN0QwMyIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjQgMEwzNiA3Ljk5OTk2TDI0IDE2VjBaIiBmaWxsPSIjRjA3RDAzIi8+PC9zdmc+");
}
.wysiwyg ol {
  list-style-type: decimal;
}
.wysiwyg ol ol {
  list-style-type: lower-alpha;
  padding-left: 1rem;
}
.wysiwyg a {
  color: #F07D03;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
}
.wysiwyg a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background-color: #F07D03;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wysiwyg a:hover:before {
  width: 0;
}

.section.section_sixty .button .button__ico {
  fill: #1A1918;
}
.section.section_sixty .wysiwyg ul li:before {
  background: no-repeat center/contain url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNiAxNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDBMMTIgNy45OTk5NkwwIDE2TDAgMFoiIGZpbGw9IiMwMDAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyIDBMMjQgNy45OTk5NkwxMiAxNkwxMiAwWiIgZmlsbD0iIzAwMCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjQgMEwzNiA3Ljk5OTk2TDI0IDE2VjBaIiBmaWxsPSIjMDAwIi8+PC9zdmc+");
}

.layout__tabs {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__tabs.tabs_secondary .tabs__header .tabs__item {
  color: #ffffff;
  border-color: #ffffff;
}
.layout__tabs.tabs_secondary .tabs__header .tabs__item:hover, .layout__tabs.tabs_secondary .tabs__header .tabs__item.tabs__item_active {
  color: #1A1918;
  background-color: #ffffff;
}
.layout__tabs .tabs__header .tabs__list {
  gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .layout__tabs .tabs__header .tabs__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.layout__tabs .tabs__header .tabs__item {
  color: #1A1918;
  background-color: transparent;
  border: 1px solid #1A1918;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
  padding: 0.5rem 1.875rem;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__tabs .tabs__header .tabs__item {
    font-size: 1.25rem;
    padding: 0.5rem 2rem;
    height: 4rem;
    width: 15rem;
  }
}
.layout__tabs .tabs__header .tabs__item:hover, .layout__tabs .tabs__header .tabs__item.tabs__item_active {
  color: #ffffff;
  background-color: #1A1918;
}
.layout__tabs .tabs__main .tabs__item:not(:first-child) {
  display: none;
}

.swiper-initialized {
  position: relative;
}
.swiper-initialized .swiper-slide {
  height: auto;
}
.swiper-initialized .swiper__button {
  position: absolute;
  top: 50%;
  width: 2rem;
  height: 2rem;
  background-color: #1A1918;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .swiper-initialized .swiper__button {
    width: 4rem;
    height: 4rem;
  }
}
.swiper-initialized .swiper__button:hover {
  background-color: #ffffff;
}
.swiper-initialized .swiper__button:hover .swiper__ico {
  fill: #F07D03;
}
.swiper-initialized .swiper__button.swiper__button_prev {
  left: 0;
}
.swiper-initialized .swiper__button.swiper__button_prev .swiper__ico {
  -webkit-transform: translateX(-0.25rem);
          transform: translateX(-0.25rem);
}
.swiper-initialized .swiper__button.swiper__button_next {
  right: 0;
}
.swiper-initialized .swiper__button.swiper__button_next .swiper__ico {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
.swiper-initialized .swiper__button .swiper__ico {
  width: 0.75rem;
  height: 1rem;
  fill: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .swiper-initialized .swiper__button .swiper__ico {
    width: 2rem;
    height: 2.5rem;
  }
}
.swiper-initialized .swiper__pagination {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  gap: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .swiper-initialized .swiper__pagination {
    bottom: 2rem;
    gap: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .swiper-initialized .swiper__pagination.swiper__pagination_secondary {
    bottom: -2rem;
  }
}
.swiper-initialized .swiper__pagination.swiper__pagination_secondary .swiper-pagination-bullet {
  background-color: #ffffff;
}
.swiper-initialized .swiper__pagination.swiper__pagination_secondary .swiper-pagination-bullet:before {
  background-color: #1A1918;
}
.swiper-initialized .swiper__pagination .swiper-pagination-bullet {
  width: 2rem;
  height: 0.125rem;
  background-color: #79746F;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .swiper-initialized .swiper__pagination .swiper-pagination-bullet {
    width: 6.25rem;
    height: 0.25rem;
  }
}
.swiper-initialized .swiper__pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 3;
}
.swiper-initialized .swiper__pagination .swiper-pagination-bullet:only-child {
  display: none;
}
.swiper-initialized .swiper__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-animation: BulletProgress 10s linear forwards;
          animation: BulletProgress 10s linear forwards;
}

@-webkit-keyframes BulletProgress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes BulletProgress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.layout__main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 2;
}

.layout__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  margin: 1.25rem 1rem;
  width: calc(100% - 2rem);
  padding: 1rem 0.5rem;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .layout__header {
    width: 100%;
    padding: 0;
    margin: unset;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: unset;
  }
}
@media screen and (min-width: 768px) {
  .layout__header.layout__header_scroll .logo__link {
    padding: 0.75rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
  }
}
.layout__header:not(.layout__header_scroll) .header__logo.header__logo_secondary .logo__text {
  fill: #ffffff;
}
@media screen and (max-width: 767px) {
  .layout__header + .layout__main .layout__section:first-child {
    padding-top: 7rem;
  }
}

@media screen and (max-width: 767px) {
  .header__logo.header__logo_tertiary .logo__text {
    fill: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .header__logo {
    position: fixed;
    top: 1.5rem;
    left: 2.5rem;
  }
}
.header__logo .logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__logo img,
.header__logo svg {
  width: auto;
  height: 1.75rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header__logo img,
.header__logo svg {
    min-width: 17.5rem;
    height: 100%;
  }
}
.header__logo .logo__text {
  color: #1A1918;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .header__menu {
    position: fixed;
    top: 1.5rem;
    right: 2.5rem;
    z-index: 2;
  }
}
.header__menu:not(.header__menu_active).header__menu_animation .menu__review {
  -webkit-animation: reviewMove 1s forwards;
          animation: reviewMove 1s forwards;
}
.header__menu:not(.header__menu_active).header__menu_animation .menu__review:after {
  -webkit-animation: move 1s forwards;
          animation: move 1s forwards;
}
.header__menu.header__menu_active .header__burger {
  color: #ffffff;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.header__menu.header__menu_active .header__burger .burger__ico {
  background-color: #ffffff;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.header__menu.header__menu_active .header__burger .burger__ico:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-0.25rem, 0.25rem);
          transform: rotate(-45deg) translate(-0.25rem, 0.25rem);
}
.header__menu.header__menu_active .header__burger .burger__ico:nth-child(2) {
  display: none;
}
.header__menu.header__menu_active .header__burger .burger__ico:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__menu.header__menu_active .header__burger .burger__text {
  max-width: 0;
  overflow: hidden;
}
.header__menu.header__menu_active .header__languages {
  color: #ffffff;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__menu.header__menu_active .header__languages .languages__item:not(:last-child):after {
  background-color: #ffffff;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.header__menu.header__menu_active .menu__preview {
  color: #ffffff;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 2rem rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .header__menu.header__menu_active .menu__preview {
    width: 44.5rem;
    background-color: #363432;
  }
}
.header__menu.header__menu_active .menu__preview::before {
  background-color: #363432;
  -webkit-transition: background-color 0.3s ease 0.6s;
  transition: background-color 0.3s ease 0.6s;
}
.header__menu.header__menu_active .menu__review {
  height: 100vh;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  padding: 11.5rem 2rem 4rem;
}
@media screen and (min-width: 768px) {
  .header__menu.header__menu_active .menu__review {
    padding: 15rem 3.5rem 10rem;
  }
}
.header__menu.header__menu_active .menu__review::after {
  position: fixed;
}
.header__menu .menu__preview {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: unset;
}
@media screen and (min-width: 768px) {
  .header__menu .menu__preview {
    gap: 0.5rem;
    padding: 0.5rem;
    width: 34.5rem;
    color: #1A1918;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 2rem rgba(0, 0, 0, 0.16);
    -webkit-transition: width 0.3s ease, background-color 0.3s ease 0.6s;
    transition: width 0.3s ease, background-color 0.3s ease 0.6s;
    position: relative;
    z-index: 3;
  }
}
.header__menu .menu__preview::before {
  content: "";
  width: 100%;
  height: 200%;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: transparent;
  -webkit-transition: background-color 0s ease 0s;
  transition: background-color 0s ease 0s;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .header__menu .menu__preview::before {
    bottom: 100%;
    height: 100%;
  }
}
.header__menu .menu__review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0 2rem 0;
  background-color: #363432;
  z-index: -2;
  height: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media screen and (min-width: 768px) {
  .header__menu .menu__review {
    width: 50rem;
    padding: 0 3.5rem 0;
    gap: 5rem;
  }
}
.header__menu .menu__review:after {
  content: "";
  height: 2rem;
  width: 100%;
  background-color: #F07D03;
  -webkit-clip-path: polygon(0 2.25rem, 2.25rem 0, 4.5rem 2.25rem, 6.75rem 0, 9rem 2.25rem, 11.25rem 0, 13.5rem 2.25rem, 15.75rem 0, 18rem 2.25rem, 20.25rem 0, 22.5rem 2.25rem, 24.75rem 0, 27rem 2.25rem, 27rem 100%, 0 100%, 0 0);
          clip-path: polygon(0 2.25rem, 2.25rem 0, 4.5rem 2.25rem, 6.75rem 0, 9rem 2.25rem, 11.25rem 0, 13.5rem 2.25rem, 15.75rem 0, 18rem 2.25rem, 20.25rem 0, 22.5rem 2.25rem, 24.75rem 0, 27rem 2.25rem, 27rem 100%, 0 100%, 0 0);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .header__menu .menu__review:after {
    height: 5rem;
    width: 50rem;
    -webkit-clip-path: polygon(0 5rem, 5rem 0, 10rem 5rem, 15rem 0, 20rem 5rem, 25rem 0, 30rem 5rem, 35rem 0, 40rem 5rem, 45rem 0rem, 50rem 5rem, 50rem 100%, 0 100%, 0 0);
            clip-path: polygon(0 5rem, 5rem 0, 10rem 5rem, 15rem 0, 20rem 5rem, 25rem 0, 30rem 5rem, 35rem 0, 40rem 5rem, 45rem 0rem, 50rem 5rem, 50rem 100%, 0 100%, 0 0);
  }
}
.header__menu .menu__review .header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .header__menu .menu__review .header__contact {
    display: none;
  }
}

.header__contact {
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .header__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.header__languages {
  color: #1A1918;
  padding: 0;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header__languages {
    display: block;
    padding: 1.25rem 1rem;
  }
}
.header__languages .languages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}
.header__languages .languages__item {
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__languages .languages__item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 0.5625rem);
  width: 0.125rem;
  height: 1rem;
  background-color: #1A1918;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__languages .languages__item:hover, .header__languages .languages__item.languages__item_active {
  opacity: 1;
}

.header__burger {
  color: #1A1918;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header__burger {
    padding: 1.25rem 1rem;
  }
}
.header__burger .burger__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header__burger .burger__symbol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  gap: 0.25rem;
  background: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header__burger .burger__ico {
  width: 100%;
  height: 0.125rem;
  background-color: #1A1918;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .header__nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.header__nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
.header__nav .nav__item:hover .nav__link, .header__nav .nav__item.nav__item_active .nav__link {
  color: #F07D03;
}
.header__nav .nav__link {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 800;
  line-height: 3.5rem;
  text-transform: uppercase;
  font-variation-settings: "wght" 800, "wdth" 75;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header__nav .nav__link {
    font-size: 5rem;
    line-height: 6.25rem;
  }
}

.header__socials .socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.header__socials .socials__item:hover .socials__ico {
  fill: #F07D03;
}
.header__socials .socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header__socials .socials__ico {
  width: 2rem;
  height: 2rem;
  fill: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .header__socials .socials__ico {
    width: 2.75rem;
    height: 2.75rem;
  }
}

@-webkit-keyframes reviewMove {
  0% {
    height: 100vh;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    height: 100vh;
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    height: 0vh;
    opacity: 1;
  }
}

@keyframes reviewMove {
  0% {
    height: 100vh;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    height: 100vh;
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    height: 0vh;
    opacity: 1;
  }
}
@-webkit-keyframes move {
  0% {
    height: 5rem;
  }
  25% {
    height: calc(100vh + 5rem);
  }
  89% {
    opacity: 1;
  }
  90% {
    height: calc(100vh + 5rem);
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    height: 5rem;
    opacity: 1;
  }
}
@keyframes move {
  0% {
    height: 5rem;
  }
  25% {
    height: calc(100vh + 5rem);
  }
  89% {
    opacity: 1;
  }
  90% {
    height: calc(100vh + 5rem);
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    height: 5rem;
    opacity: 1;
  }
}
.layout__footer {
  position: relative;
  z-index: 2;
}
.layout__footer .footer__before {
  content: "";
  height: 2rem;
  width: 150%;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .layout__footer .footer__before {
    height: 5rem;
    width: 100%;
  }
}
.layout__footer .footer__before dotlottie-player {
  height: auto;
  width: 200%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .layout__footer .footer__before dotlottie-player {
    width: 100%;
  }
}
.layout__footer .footer__primary {
  color: #1A1918;
  background-color: #ffffff;
  padding: 5rem 0;
}
@media screen and (min-width: 1280px) {
  .layout__footer .footer__primary {
    padding: 10rem 0;
  }
}
.layout__footer .footer__secondary {
  color: #ffffff;
  background-color: #1A1918;
  padding: 1.25rem 0;
}
@media screen and (min-width: 1280px) {
  .layout__footer .footer__secondary {
    padding: 2rem 0;
  }
}
.layout__footer .footer__secondary .container {
  gap: 1.25rem;
}
.layout__footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (min-width: 1280px) {
  .layout__footer .container {
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.layout__footer .footer__logo .logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.layout__footer .footer__logo img,
.layout__footer .footer__logo svg {
  width: auto;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .layout__footer .footer__logo img,
.layout__footer .footer__logo svg {
    height: 3.75rem;
  }
}
.layout__footer .footer__nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .layout__footer .footer__nav .nav__list {
    gap: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.layout__footer .footer__nav .nav__item:hover .nav__link {
  color: #F07D03;
}
.layout__footer .footer__nav .nav__link {
  font-size: 1.125rem;
  line-height: 150%;
  font-weight: 600;
  text-align: center;
  color: #1A1918;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__footer .footer__nav .nav__link {
    font-size: 1.25rem;
    font-weight: 500;
    text-align: left;
  }
}
.layout__footer .footer__socials .socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .layout__footer .footer__socials .socials__list {
    gap: 1rem;
  }
}
.layout__footer .footer__socials .socials__item:hover .socials__ico {
  fill: #F07D03;
}
.layout__footer .footer__socials .socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout__footer .footer__socials .socials__ico {
  width: 2rem;
  height: 2rem;
  fill: #1A1918;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__footer .footer__socials .socials__ico {
    width: 2.75rem;
    height: 2.75rem;
  }
}
.layout__footer .footer__copyright {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .layout__footer .footer__copyright {
    text-align: left;
  }
}
.layout__footer .footer__support .support__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1.5rem;
}
.layout__footer .footer__support .support__item.support__item_active .support__link, .layout__footer .footer__support .support__item:hover .support__link {
  color: #F07D03;
}
.layout__footer .footer__support .support__link {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.layout__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  gap: 2.5rem;
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .layout__section {
    padding: 7rem 0;
    gap: 3.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout__section {
    padding: 10rem 0;
    gap: 5rem;
  }
}
.layout__section.section_padding-secondary {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .layout__section.section_padding-secondary {
    padding: 5rem 0;
  }
}
.layout__section.section_secondary {
  background-color: #EDEBE8;
}
.layout__section.section_tertiary {
  background-color: #D7D1CB;
}
.layout__section.section_forty {
  color: #ffffff;
  background-color: #363432;
}
.layout__section.section_fifty {
  color: #ffffff;
  background-color: #1A1918;
}
.layout__section.section_sixty {
  background-color: #F07D03;
}
@media screen and (min-width: 1280px) {
  .layout__section .section__header.section__header_secondary .container {
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    grid-template-columns: 1fr 1fr;
    gap: 7.5rem;
  }
}
.layout__section .section__header:not(.section__header_secondary) .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .layout__section .section__header:not(.section__header_secondary) .container {
    gap: 2rem;
  }
}
.layout__section .section__header.section__header_tertiary .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .layout__section .section__header.section__header_tertiary .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.layout__section .section__header .container {
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .layout__section .section__header .container {
    gap: 1.25rem;
  }
}
.layout__section .section__symbol {
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .layout__section .section__symbol {
    width: 5rem;
    height: 5rem;
  }
}
.layout__section .section__symbol img,
.layout__section .section__symbol svg {
  width: 100%;
  height: 100%;
}
.layout__section .section__group {
  font-size: 1.5rem;
  line-height: 150%;
}
.layout__section .section__title {
  text-transform: uppercase;
}
.layout__section .section__text {
  font-size: 1.5rem;
  line-height: 140%;
  font-family: "Gambarino", sans-serif;
}
.layout__section .section__footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.layout__preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  z-index: 999;
  pointer-events: none;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}
.layout__preloader .preloader__symbol {
  width: 20rem;
  height: 20rem;
}

.layout:not(.layout_ready-load) .layout__preloader .preloader__symbol {
  -webkit-animation: preloader-rotate 2s linear infinite;
          animation: preloader-rotate 2s linear infinite;
}

.layout.layout_ready-load .layout__preloader {
  -webkit-animation: preloader-hide 1s forwards;
          animation: preloader-hide 1s forwards;
}
.layout.layout_ready-load .preloader__symbol {
  -webkit-animation: preloader-rotate-scale 2s linear infinite;
          animation: preloader-rotate-scale 2s linear infinite;
}

@-webkit-keyframes preloader-rotate {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}

@keyframes preloader-rotate {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
            transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes preloader-hide {
  80% {
    background-color: #F07D03;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes preloader-hide {
  80% {
    background-color: #F07D03;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes preloader-rotate-scale {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(10) rotate(360deg);
            transform: scale(10) rotate(360deg);
  }
}
@keyframes preloader-rotate-scale {
  from {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(10) rotate(360deg);
            transform: scale(10) rotate(360deg);
  }
}
.layout__article .article__main {
  max-width: 53rem;
}
.layout__article .article__main h1, .layout__article .article__main h2, .layout__article .article__main h3, .layout__article .article__main h4, .layout__article .article__main h5, .layout__article .article__main h6 {
  text-transform: uppercase;
}

.layout__slider .slider__item {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout__slider .slider__item.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.layout__slider .slider__picture {
  aspect-ratio: 1/0.55;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .layout__slider .slider__picture {
    aspect-ratio: 1/0.75;
  }
}
@media screen and (min-width: 1280px) {
  .layout__slider .slider__picture {
    aspect-ratio: 1/0.4;
  }
}
.layout__slider .slider__picture::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(26, 25, 24, 0)), to(rgba(26, 25, 24, 0.5)));
  background: linear-gradient(180deg, rgba(26, 25, 24, 0) 50%, rgba(26, 25, 24, 0.5) 100%);
  z-index: 2;
}
.layout__slider .slider__picture img {
  width: 100%;
  height: 100%;
}
.layout__slider .slider__picture video {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .layout__slider .slider__picture video {
    height: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .layout__slider .slider__picture video {
    width: 100%;
    height: auto;
  }
}
.layout__slider .slider__main {
  position: relative;
  padding: 0rem 1.25rem 2.5rem;
  background-color: #F07D03;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .layout__slider .slider__main {
    padding: 3rem;
    min-height: 18.75rem;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.layout__slider .slider__main:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #F07D03;
  height: 3rem;
  -webkit-clip-path: polygon(0rem 0, 2.8rem 2.8rem, 5.6rem 0, 8.4rem 2.8rem, 11.2rem 0, 14rem 2.8rem, 16.8rem 0, 19.6rem 2.8rem, 22.4rem 0, 25.2rem 2.8rem, 28rem 0, 30.8rem 2.8rem, 33.6rem 0, 36.4rem 2.8rem, 39.2rem 0, 42rem 2.8rem, 44.8rem 0, 47.6rem 2.8rem, 50.4rem 0, 53.2rem 2.8rem, 56rem 0, 58.8rem 2.8rem, 61.6rem 0, 64.4rem 2.8rem, 67.2rem 0, 70rem 2.8rem, 72.8rem 0, 75.6rem 2.8rem, 78.4rem 0, 81.2rem 2.8rem, 84rem 0, 86.8rem 2.8rem, 89.6rem 0, 92.4rem 2.8rem, 95.2rem 0, 98rem 2.8rem, 100.8rem 0, 103.6rem 2.8rem, 106.4rem 0, 109.2rem 2.8rem, 112rem 0, 114.8rem 2.8rem, 117.6rem 0, 120.4rem 2.8rem, 123.2rem 0, 126rem 2.8rem, 128.8rem 0, 131.6rem 2.8rem, 134.4rem 0, 137.2rem 2.8rem, 140rem 0);
          clip-path: polygon(0rem 0, 2.8rem 2.8rem, 5.6rem 0, 8.4rem 2.8rem, 11.2rem 0, 14rem 2.8rem, 16.8rem 0, 19.6rem 2.8rem, 22.4rem 0, 25.2rem 2.8rem, 28rem 0, 30.8rem 2.8rem, 33.6rem 0, 36.4rem 2.8rem, 39.2rem 0, 42rem 2.8rem, 44.8rem 0, 47.6rem 2.8rem, 50.4rem 0, 53.2rem 2.8rem, 56rem 0, 58.8rem 2.8rem, 61.6rem 0, 64.4rem 2.8rem, 67.2rem 0, 70rem 2.8rem, 72.8rem 0, 75.6rem 2.8rem, 78.4rem 0, 81.2rem 2.8rem, 84rem 0, 86.8rem 2.8rem, 89.6rem 0, 92.4rem 2.8rem, 95.2rem 0, 98rem 2.8rem, 100.8rem 0, 103.6rem 2.8rem, 106.4rem 0, 109.2rem 2.8rem, 112rem 0, 114.8rem 2.8rem, 117.6rem 0, 120.4rem 2.8rem, 123.2rem 0, 126rem 2.8rem, 128.8rem 0, 131.6rem 2.8rem, 134.4rem 0, 137.2rem 2.8rem, 140rem 0);
}
@media screen and (min-width: 768px) {
  .layout__slider .slider__main:after {
    -webkit-clip-path: polygon(0 0, 3rem 3rem, 6rem 0, 9rem 3rem, 12rem 0, 15rem 3rem, 18rem 0, 21rem 3rem, 24rem 0, 27rem 3rem, 30rem 0, 33rem 3rem, 36rem 0, 39rem 3rem, 42rem 0, 45rem 3rem, 48rem 0, 51rem 3rem, 54rem 0, 57rem 3rem, 60rem 0, 63rem 3rem, 66rem 0, 69rem 3rem, 72rem 0, 75rem 3rem, 78rem 0, 81rem 3rem, 84rem 0, 87rem 3rem, 90rem 0, 93rem 3rem, 96rem 0, 99rem 3rem, 102rem 0, 105rem 3rem, 108rem 0, 111rem 3rem, 114rem 0, 117rem 3rem, 120rem 0, 123rem 3rem, 126rem 0, 129rem 3rem, 132rem 0, 135rem 3rem, 138rem 0);
            clip-path: polygon(0 0, 3rem 3rem, 6rem 0, 9rem 3rem, 12rem 0, 15rem 3rem, 18rem 0, 21rem 3rem, 24rem 0, 27rem 3rem, 30rem 0, 33rem 3rem, 36rem 0, 39rem 3rem, 42rem 0, 45rem 3rem, 48rem 0, 51rem 3rem, 54rem 0, 57rem 3rem, 60rem 0, 63rem 3rem, 66rem 0, 69rem 3rem, 72rem 0, 75rem 3rem, 78rem 0, 81rem 3rem, 84rem 0, 87rem 3rem, 90rem 0, 93rem 3rem, 96rem 0, 99rem 3rem, 102rem 0, 105rem 3rem, 108rem 0, 111rem 3rem, 114rem 0, 117rem 3rem, 120rem 0, 123rem 3rem, 126rem 0, 129rem 3rem, 132rem 0, 135rem 3rem, 138rem 0);
  }
}
.layout__slider .slider__audio {
  position: absolute;
  background: none;
  cursor: pointer;
  width: 1.25rem;
  height: 1rem;
  bottom: 0.75rem;
  right: 0.75rem;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .layout__slider .slider__audio {
    width: 2rem;
    height: 2rem;
    bottom: 1.25rem;
    right: 1rem;
  }
}
.layout__slider .slider__audio.slider__audio_active {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout__slider .slider__audio.slider__audio_active img:nth-child(2),
.layout__slider .slider__audio.slider__audio_active svg:nth-child(2) {
  display: none;
}
.layout__slider .slider__audio.slider__audio_active img:nth-child(1),
.layout__slider .slider__audio.slider__audio_active svg:nth-child(1) {
  display: block;
}
.layout__slider .slider__audio img,
.layout__slider .slider__audio svg {
  fill: #ffffff;
  width: auto;
  height: 100%;
}
.layout__slider .slider__audio img:nth-child(2),
.layout__slider .slider__audio svg:nth-child(2) {
  display: block;
}
.layout__slider .slider__audio img:nth-child(1),
.layout__slider .slider__audio svg:nth-child(1) {
  display: none;
}
.layout__slider .slider__trigger {
  color: #1A1918;
  gap: 0.5rem;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .layout__slider .slider__trigger {
    gap: 1rem;
  }
}
.layout__slider .slider__trigger:hover .trigger__symbol {
  -webkit-transform: translateX(0.5rem);
          transform: translateX(0.5rem);
}
.layout__slider .trigger__symbol {
  width: 2rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout__slider .trigger__ico {
  width: 100%;
  height: 100%;
}
.layout__slider .trigger__text {
  font-size: 1.5rem;
  line-height: 130%;
  font-family: "Gambarino", sans-serif;
}
@media screen and (min-width: 768px) {
  .layout__slider .trigger__text {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .layout__accordion {
    display: grid;
    grid-template-columns: 35rem auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
  .layout__accordion {
    grid-template-columns: 43rem auto;
  }
}
.layout__accordion .accordion__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.layout__accordion .accordion__item {
  border-bottom: 1px solid #D7D1CB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__accordion .accordion__item.accordion__item_active .accordion__ico {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.layout__accordion .accordion__item:first-child .accordion__preview {
  padding-top: 0;
}
.layout__accordion .accordion__item:not(:first-child) .accordion__review,
.layout__accordion .accordion__item:not(:first-child) .accordion__picture {
  display: none;
}
.layout__accordion .accordion__preview {
  gap: 1rem;
  padding: 1.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .layout__accordion .accordion__preview {
    padding: 1rem 0;
    gap: 3rem;
  }
}
.layout__accordion .accordion__title {
  font-size: 1.5rem;
  line-height: 100%;
  font-family: "Gambarino", sans-serif;
}
@media screen and (min-width: 768px) {
  .layout__accordion .accordion__title {
    font-size: 2rem;
  }
}
.layout__accordion .accordion__symbol {
  width: 1.5rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__accordion .accordion__symbol {
    width: 2rem;
    height: 2rem;
  }
}
.layout__accordion .accordion__symbol img,
.layout__accordion .accordion__symbol svg {
  width: 100%;
  height: 100%;
}
.layout__accordion .accordion__review {
  padding-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__accordion .accordion__main:not(:last-child) {
  margin-bottom: 2rem;
}
.layout__accordion .accordion__text {
  font-size: 1.125rem;
  line-height: 150%;
}
.layout__accordion .accordion__picture {
  aspect-ratio: 1/0.75;
  margin: 0 -1.25rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-clip-path: polygon(0 0, 2rem 2.5rem, 0 5rem, 2rem 7.5rem, 0rem 10rem, 2rem 12.5rem, 0rem 15rem, 2rem 17.5rem, 0rem 20rem, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 2rem 2.5rem, 0 5rem, 2rem 7.5rem, 0rem 10rem, 2rem 12.5rem, 0rem 15rem, 2rem 17.5rem, 0rem 20rem, 100% 100%, 100% 0);
}
@media screen and (min-width: 768px) {
  .layout__accordion .accordion__picture {
    width: 55.5rem;
    aspect-ratio: 1/0.75;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: absolute;
    top: 0;
    left: calc(100% + 3.5rem);
    -webkit-clip-path: polygon(0 0, 5rem 7rem, 0 14rem, 5rem 21rem, 0rem 28rem, 5rem 35rem, 0rem 42rem, 5rem 49rem, 0rem 56rem, 100% 100%, 100% 0);
            clip-path: polygon(0 0, 5rem 7rem, 0 14rem, 5rem 21rem, 0rem 28rem, 5rem 35rem, 0rem 42rem, 5rem 49rem, 0rem 56rem, 100% 100%, 100% 0);
  }
}
@media screen and (min-width: 1280px) {
  .layout__accordion .accordion__picture {
    left: calc(100% + 7.5rem);
  }
}
.layout__accordion .accordion__picture img {
  width: 100%;
  height: 100%;
}

.layout__listing .listing__list {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  overflow-x: auto;
}
@media screen and (min-width: 1280px) {
  .layout__listing .listing__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
.layout__listing .listing__item {
  width: 18.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1280px) {
  .layout__listing .listing__item {
    width: auto;
  }
}
.layout__listing .listing__link {
  height: 100%;
  background-color: #EDEBE8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__listing .listing__link:hover .listing__picture img,
.layout__listing .listing__link:hover .listing__picture svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.layout__listing .listing__picture {
  background-color: #363432;
  aspect-ratio: 1/0.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.layout__listing .listing__picture img,
.layout__listing .listing__picture svg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout__listing .listing__picture svg {
  width: 9rem;
  height: 9rem;
}
.layout__listing .listing__picture img {
  width: 100%;
  height: 100%;
}
.layout__listing .listing__main {
  gap: 1rem;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .layout__listing .listing__main {
    padding: 2rem;
  }
}
.layout__listing .listing__title {
  font-size: 1.5rem;
  line-height: 140%;
  font-family: "Gambarino", sans-serif;
}
@media screen and (min-width: 1280px) {
  .layout__listing .listing__title {
    font-size: 1.875rem;
  }
}
.layout__listing .listing__text {
  font-size: 1.125rem;
  line-height: 160%;
}

.layout__matrix .matrix__list {
  gap: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .layout__matrix .matrix__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.layout__matrix .matrix__picture {
  aspect-ratio: 1/1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout__matrix .matrix__picture img {
  width: 100%;
  height: 100%;
}

.layout__grid .grid__list {
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__grid .grid__list {
    gap: 2rem;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
  }
}
.layout__grid .grid__item {
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout__grid .grid__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(26, 25, 24, 0)), color-stop(80%, rgba(26, 25, 24, 0.8)));
  background: linear-gradient(180deg, rgba(26, 25, 24, 0) 40%, rgba(26, 25, 24, 0.8) 80%);
}
@media screen and (min-width: 768px) {
  .layout__grid .grid__item {
    grid-column: span 6;
  }
}
@media screen and (min-width: 1280px) {
  .layout__grid .grid__item {
    grid-column: span 4;
  }
}
@media screen and (min-width: 768px) {
  .layout__grid .grid__item.grid__item_secondary {
    grid-row: span 2;
  }
}
.layout__grid .grid__item.grid__item_secondary .grid__picture {
  aspect-ratio: 1/1.5;
}
@media screen and (min-width: 768px) {
  .layout__grid .grid__item.grid__item_tertiary {
    grid-column: span 6;
  }
}
.layout__grid .grid__item.grid__item_tertiary .grid__picture {
  aspect-ratio: 1/0.65;
}
@media screen and (min-width: 768px) {
  .layout__grid .grid__item.grid__item_forty {
    grid-column: span 4;
  }
}
@media screen and (min-width: 1280px) {
  .layout__grid .grid__item.grid__item_forty {
    grid-column: span 3;
  }
  .layout__grid .grid__item.grid__item_forty .grid__header {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.layout__grid .grid__item.grid__item_forty .grid__picture {
  aspect-ratio: 1/1.5;
}
.layout__grid .grid__item:hover {
  color: #1A1918;
}
.layout__grid .grid__item:hover .grid__picture::before, .layout__grid .grid__item:hover .grid__picture:after {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.layout__grid .grid__item:hover .grid__layout {
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .layout__grid .grid__item:hover .grid__layout {
    gap: 1.25em;
  }
}
@media screen and (min-width: 1280px) {
  .layout__grid .grid__item:hover .grid__layout {
    gap: 2rem;
  }
}
.layout__grid .grid__item:hover .grid__header,
.layout__grid .grid__item:hover .grid__main,
.layout__grid .grid__item:hover .grid__footer {
  max-height: 100vh;
  overflow: visible;
}
.layout__grid .grid__picture {
  aspect-ratio: 1/0.72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.layout__grid .grid__picture::before, .layout__grid .grid__picture:after {
  content: "";
  position: absolute;
  background-color: #F07D03;
  left: 0;
  width: 100%;
  height: calc(50% + 10rem);
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout__grid .grid__picture::before {
  top: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-clip-path: polygon(0 calc(100% - 10rem), 0 100%, 25% calc(100% - 10rem), 25% 100%, 50% calc(100% - 10rem), 50% 100%, 75% calc(100% - 10rem), 75% 100%, 100% calc(100% - 10rem), 100% 0%, 0% 0%);
          clip-path: polygon(0 calc(100% - 10rem), 0 100%, 25% calc(100% - 10rem), 25% 100%, 50% calc(100% - 10rem), 50% 100%, 75% calc(100% - 10rem), 75% 100%, 100% calc(100% - 10rem), 100% 0%, 0% 0%);
}
.layout__grid .grid__picture:after {
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-clip-path: polygon(100% 10rem, 100% 0%, 75% 10rem, 75% 0%, 50% 10rem, 50% 0%, 25% 10rem, 25% 0%, 0% 10rem, 0% 100%, 100% 100%);
          clip-path: polygon(100% 10rem, 100% 0%, 75% 10rem, 75% 0%, 50% 10rem, 50% 0%, 25% 10rem, 25% 0%, 0% 10rem, 0% 100%, 100% 100%);
}
.layout__grid .grid__picture img {
  width: 100%;
  height: 100%;
}
.layout__grid .grid__picture video {
  width: auto;
  height: 100%;
}
.layout__grid .grid__layout {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.25rem;
  z-index: 2;
  gap: 0;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__grid .grid__layout {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout__grid .grid__layout {
    padding: 2rem;
  }
}
.layout__grid .grid__title {
  font-size: 1.5rem;
  line-height: 100%;
  font-family: "Gambarino", sans-serif;
}
@media screen and (min-width: 768px) {
  .layout__grid .grid__title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout__grid .grid__title {
    font-size: 2.25rem;
  }
}
.layout__grid .grid__main,
.layout__grid .grid__footer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout__grid .grid__text {
  font-size: 1rem;
  line-height: 160%;
}

.layout__posts .posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__posts .posts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__posts .posts__item {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-template-columns: 20rem auto;
  }
}
@media screen and (min-width: 1280px) {
  .layout__posts .posts__item {
    grid-template-columns: 1fr 1fr;
  }
}
.layout__posts .posts__item.posts__item_primary {
  background-color: #ffffff;
}
.layout__posts .posts__item.posts__item_secondary {
  background-color: #EDEBE8;
}
.layout__posts .posts__item.posts__item_tertiary {
  background-color: #D7D1CB;
}
.layout__posts .posts__item.posts__item_forty {
  color: #ffffff;
  background-color: #363432;
}
.layout__posts .posts__picture {
  padding: 2.5rem 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .layout__posts .posts__picture {
    padding: 0;
    aspect-ratio: 1/0.85;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout__posts .posts__picture.posts__picture_secondary {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.layout__posts .posts__picture img,
.layout__posts .posts__picture svg {
  width: 3.5rem;
  height: 3.5rem;
}
@media screen and (min-width: 1280px) {
  .layout__posts .posts__picture img,
.layout__posts .posts__picture svg {
    width: 35rem;
    height: 35rem;
  }
}
.layout__posts .posts__layout {
  padding: 2.5rem 1rem;
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__posts .posts__layout {
    padding: 2.5rem;
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout__posts .posts__layout {
    padding: 10rem 5rem;
    gap: 4rem;
  }
}
.layout__posts .posts__header {
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__posts .posts__title {
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .layout__posts .posts__text {
    font-size: 1.25rem;
    line-height: 150%;
  }
}
.layout__posts .posts__footer {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__posts .posts__subtitle {
  font-size: 1.5rem;
  line-height: 140%;
  font-family: "Gambarino", sans-serif;
}

.layout__post {
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__post {
    gap: 7.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout__post {
    gap: 7.5rem;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-template-columns: 52.5rem auto;
  }
}

.post__slider .swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.post__slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}
.post__slider .slider__picture {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post__slider .slider__picture img,
.post__slider .slider__picture video {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.post__layout {
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .post__layout {
    gap: 3.5rem;
  }
}

.post__header {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .post__header {
    gap: 1.25rem;
  }
}

.post__title {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .post__subtitle {
    font-size: 1.5rem;
    line-height: 150%;
  }
}

.post__data .data__list {
  padding: 1.25rem 0;
  gap: 1rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-bottom: 1px solid rgba(26, 25, 24, 0.2);
}
@media screen and (min-width: 768px) {
  .post__data .data__list {
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.post__data .data__list:first-child {
  padding-top: 0;
}
.post__data .data__item {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.post__data .data__title {
  font-size: 1.25rem;
  line-height: 140%;
  font-family: "Gambarino", sans-serif;
}
@media screen and (min-width: 768px) {
  .post__data .data__title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .post__data .data__text {
    font-size: 1.125rem;
    line-height: 160%;
  }
}
.post__data .data__link {
  position: relative;
}
.post__data .data__link:hover:after {
  width: 0;
}
.post__data .data__link:after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #1A1918;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .post__main {
    font-size: 1.25rem;
    line-height: 150%;
  }
}

.layout__contact .contact__list {
  gap: 1rem;
  display: grid;
}
@media screen and (min-width: 768px) {
  .layout__contact .contact__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.layout__contact .contact__link {
  height: 100%;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__contact .contact__link:hover .contact__text::before {
  width: 0;
}
.layout__contact .contact__link:hover .contact__picture img,
.layout__contact .contact__link:hover .contact__picture svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.layout__contact .contact__picture {
  background-color: rgb(54, 52, 50);
  aspect-ratio: 1/0.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__contact .contact__picture img,
.layout__contact .contact__picture svg {
  width: 7.5rem;
  height: 7.5rem;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1280px) {
  .layout__contact .contact__picture img,
.layout__contact .contact__picture svg {
    width: 12.5rem;
    height: 12.5rem;
  }
}
.layout__contact .contact__main {
  gap: 0.5rem;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1280px) {
  .layout__contact .contact__main {
    gap: 1rem;
    padding: 3rem;
  }
}
.layout__contact .contact__title {
  font-size: 1.5rem;
  line-height: 140%;
  font-family: "Gambarino", sans-serif;
}
@media screen and (min-width: 1280px) {
  .layout__contact .contact__title {
    font-size: 1.875rem;
  }
}
.layout__contact .contact__text {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .layout__contact .contact__text {
    font-size: 1.25rem;
    line-height: 150%;
    font-variation-settings: "wght" 400, "wdth" 97;
  }
  .layout__contact .contact__text::before {
    content: "";
    width: 100%;
    height: 0.125rem;
    background-color: #1A1918;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.layout__about {
  gap: 1.25rem;
  padding: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .layout__about {
    gap: 2.5rem;
    padding: 5rem 0;
  }
}
.layout__about .about__main {
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__about .about__title {
  font-size: 1.5rem;
  line-height: 140%;
  font-family: "Gambarino", sans-serif;
}
@media screen and (min-width: 1280px) {
  .layout__about .about__title {
    font-size: 1.875rem;
  }
}
.layout__about .about__text {
  font-size: 1.5rem;
  line-height: 140%;
}
@media screen and (min-width: 1280px) {
  .layout__about .about__text {
    font-size: 2.5rem;
  }
}
.layout__about .about__text a {
  color: #F07D03;
  position: relative;
  display: inline-block;
}
.layout__about .about__text a:hover:before {
  width: 0;
}
.layout__about .about__text a:before {
  content: "";
  position: absolute;
  bottom: 0.25rem;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background-color: #F07D03;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout__about .about__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.layout__testimonials {
  display: grid;
  grid-template-columns: 5rem auto 5rem;
}
@media screen and (min-width: 768px) {
  .layout__testimonials {
    grid-template-columns: 10rem auto 10rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout__testimonials {
    gap: 2rem;
    grid-template-columns: 20rem auto 20rem;
  }
}
.layout__testimonials .testimonials__symbol {
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout__testimonials .testimonials__symbol img,
.layout__testimonials .testimonials__symbol svg {
  width: 5rem;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .layout__testimonials .testimonials__symbol img,
.layout__testimonials .testimonials__symbol svg {
    width: 10rem;
    height: 10rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout__testimonials .testimonials__symbol img,
.layout__testimonials .testimonials__symbol svg {
    width: 20rem;
    height: 20rem;
  }
}
.layout__testimonials .testimonials__layout {
  gap: 1rem;
  padding: 3rem 0;
  margin: 0 -5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .layout__testimonials .testimonials__layout {
    gap: 2rem;
    margin: 0;
    padding: 10rem 0;
  }
}
.layout__testimonials .testimonials__layout ~ .testimonials__symbol {
  -webkit-transform: translateY(0.125rem);
          transform: translateY(0.125rem);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.layout__testimonials .testimonials__picture {
  width: 5rem;
  aspect-ratio: 1/0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .layout__testimonials .testimonials__picture {
    width: 10.75rem;
  }
}
.layout__testimonials .testimonials__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.layout__testimonials .testimonials__text {
  font-size: 1.5rem;
  line-height: 130%;
  quotes: none;
  font-family: "Gambarino", sans-serif;
}
@media screen and (min-width: 768px) {
  .layout__testimonials .testimonials__text {
    font-size: 2.25rem;
  }
}
.layout__testimonials .testimonials__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__testimonials .testimonials__footer {
    font-size: 1.125rem;
    line-height: 130%;
  }
}
.layout__testimonials .testimonials__title {
  font-weight: 600;
}

.layout__callback {
  gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .layout__callback {
    gap: 3rem;
  }
}
.layout__callback .callback__header {
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__callback .callback__title {
  text-transform: uppercase;
}
.layout__callback .callback__text {
  font-size: 1.5rem;
  line-height: 130%;
  font-family: "Gambarino", sans-serif;
}
@media screen and (min-width: 768px) {
  .layout__callback .callback__text {
    font-size: 2.25rem;
  }
}

.layout__carousel {
  padding: 2.5rem 0;
  pointer-events: none;
}
.layout__carousel .carousel__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__carousel .carousel__item {
  width: auto;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout__carousel .carousel__item:hover .carousel__picture {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.layout__carousel .carousel__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout__carousel .carousel__picture img {
  display: block;
  max-height: 15rem;
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.layout__banner {
  height: calc(var(--vh, 1vh) * 100 + 3rem);
  margin-bottom: -3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .layout__banner {
    height: calc(var(--vh, 1vh) * 100 + 5rem);
    margin-bottom: -5rem;
  }
}
.layout__banner.banner_secondary {
  color: #ffffff;
  background-color: #363432;
}
.layout__banner.banner_secondary .scroll__ico {
  fill: #ffffff;
}
.layout__banner.banner_tertiary {
  color: #ffffff;
  background-color: #1A1918;
}
.layout__banner.banner_tertiary .scroll__ico {
  fill: #ffffff;
}
.layout__banner + .layout__main > .layout__section:first-child {
  padding-top: 7rem;
  -webkit-clip-path: polygon(0rem 2.8rem, 2.8rem 0, 5.6rem 2.8rem, 8.4rem 0, 11.2rem 2.8rem, 14rem 0, 16.8rem 2.8rem, 19.6rem 0, 22.4rem 2.8rem, 25.2rem 0, 28rem 2.8rem, 30.8rem 0, 33.6rem 2.8rem, 36.4rem 0, 39.2rem 2.8rem, 42rem 0, 44.8rem 2.8rem, 47.6rem 0, 50.4rem 2.8rem, 53.2rem 0, 56rem 2.8rem, 58.8rem 0, 61.6rem 2.8rem, 64.4rem 0, 67.2rem 2.8rem, 70rem 0, 72.8rem 2.8rem, 75.6rem 0, 78.4rem 2.8rem, 81.2rem 0, 84rem 2.8rem, 86.8rem 0, 89.6rem 2.8rem, 92.4rem 0, 95.2rem 2.8rem, 98rem 0, 100.8rem 2.8rem, 103.6rem 0, 106.4rem 2.8rem, 109.2rem 0, 112rem 2.8rem, 114.8rem 0, 117.6rem 2.8rem, 120.4rem 0, 123.2rem 2.8rem, 126rem 0, 128.8rem 2.8rem, 131.6rem 0, 134.4rem 2.8rem, 137.2rem 0, 140rem 2.8rem, 142.8rem 0, 145.6rem 2.8rem, 148.4rem 0, 151.2rem 2.8rem, 154rem 0, 156.8rem 2.8rem, 159.6rem 0, 162.4rem 2.8rem, 165.2rem 0, 168rem 2.8rem, 170.8rem 0, 173.6rem 2.8rem, 176.4rem 0, 179.2rem 2.8rem, 182rem 0, 184.8rem 2.8rem, 187.6rem 0, 190.4rem 2.8rem, 193.2rem 0, 196rem 2.8rem, 198.8rem 0, 201.6rem 2.8rem, 204.4rem 0, 207.2rem 2.8rem, 210rem 0, 212.8rem 2.8rem, 215.6rem 0, 218.4rem 2.8rem, 221.2rem 0, 224rem 2.8rem, 226.8rem 0, 229.6rem 2.8rem, 232.4rem 0, 235.2rem 2.8rem, 238rem 0, 240rem 100%, 0 100%);
          clip-path: polygon(0rem 2.8rem, 2.8rem 0, 5.6rem 2.8rem, 8.4rem 0, 11.2rem 2.8rem, 14rem 0, 16.8rem 2.8rem, 19.6rem 0, 22.4rem 2.8rem, 25.2rem 0, 28rem 2.8rem, 30.8rem 0, 33.6rem 2.8rem, 36.4rem 0, 39.2rem 2.8rem, 42rem 0, 44.8rem 2.8rem, 47.6rem 0, 50.4rem 2.8rem, 53.2rem 0, 56rem 2.8rem, 58.8rem 0, 61.6rem 2.8rem, 64.4rem 0, 67.2rem 2.8rem, 70rem 0, 72.8rem 2.8rem, 75.6rem 0, 78.4rem 2.8rem, 81.2rem 0, 84rem 2.8rem, 86.8rem 0, 89.6rem 2.8rem, 92.4rem 0, 95.2rem 2.8rem, 98rem 0, 100.8rem 2.8rem, 103.6rem 0, 106.4rem 2.8rem, 109.2rem 0, 112rem 2.8rem, 114.8rem 0, 117.6rem 2.8rem, 120.4rem 0, 123.2rem 2.8rem, 126rem 0, 128.8rem 2.8rem, 131.6rem 0, 134.4rem 2.8rem, 137.2rem 0, 140rem 2.8rem, 142.8rem 0, 145.6rem 2.8rem, 148.4rem 0, 151.2rem 2.8rem, 154rem 0, 156.8rem 2.8rem, 159.6rem 0, 162.4rem 2.8rem, 165.2rem 0, 168rem 2.8rem, 170.8rem 0, 173.6rem 2.8rem, 176.4rem 0, 179.2rem 2.8rem, 182rem 0, 184.8rem 2.8rem, 187.6rem 0, 190.4rem 2.8rem, 193.2rem 0, 196rem 2.8rem, 198.8rem 0, 201.6rem 2.8rem, 204.4rem 0, 207.2rem 2.8rem, 210rem 0, 212.8rem 2.8rem, 215.6rem 0, 218.4rem 2.8rem, 221.2rem 0, 224rem 2.8rem, 226.8rem 0, 229.6rem 2.8rem, 232.4rem 0, 235.2rem 2.8rem, 238rem 0, 240rem 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  .layout__banner + .layout__main > .layout__section:first-child {
    padding-top: 15rem;
    -webkit-clip-path: polygon(0 5rem, 5rem 0, 10rem 5rem, 15rem 0, 20rem 5rem, 25rem 0, 30rem 5rem, 35rem 0, 40rem 5rem, 45rem 0, 50rem 5rem, 55rem 0, 60rem 5rem, 65rem 0, 70rem 5rem, 75rem 0, 80rem 5rem, 85rem 0, 90rem 5rem, 95rem 0, 100rem 5rem, 105rem 0, 110rem 5rem, 115rem 0, 120rem 5rem, 125rem 0, 130rem 5rem, 135rem 0, 140rem 5rem, 145rem 0, 150rem 5rem, 155rem 0, 160rem 5rem, 165rem 0, 170rem 5rem, 175rem 0, 180rem 5rem, 185rem 0, 190rem 5rem, 195rem 0, 200rem 5rem, 205rem 0, 210rem 5rem, 215rem 0, 220rem 5rem, 225rem 0, 230rem 5rem, 235rem 0, 240rem 5rem, 240rem 100%, 0 100%);
            clip-path: polygon(0 5rem, 5rem 0, 10rem 5rem, 15rem 0, 20rem 5rem, 25rem 0, 30rem 5rem, 35rem 0, 40rem 5rem, 45rem 0, 50rem 5rem, 55rem 0, 60rem 5rem, 65rem 0, 70rem 5rem, 75rem 0, 80rem 5rem, 85rem 0, 90rem 5rem, 95rem 0, 100rem 5rem, 105rem 0, 110rem 5rem, 115rem 0, 120rem 5rem, 125rem 0, 130rem 5rem, 135rem 0, 140rem 5rem, 145rem 0, 150rem 5rem, 155rem 0, 160rem 5rem, 165rem 0, 170rem 5rem, 175rem 0, 180rem 5rem, 185rem 0, 190rem 5rem, 195rem 0, 200rem 5rem, 205rem 0, 210rem 5rem, 215rem 0, 220rem 5rem, 225rem 0, 230rem 5rem, 235rem 0, 240rem 5rem, 240rem 100%, 0 100%);
  }
}
@media screen and (min-width: 768px) {
  .layout__banner + .layout__main > .layout__section:first-child.p-0 {
    padding-top: 10rem !important;
  }
}
@media screen and (max-width: 767px) {
  .layout__banner.banner_secondary-mobile {
    color: #363432;
    background-color: #ffffff;
  }
  .layout__banner.banner_secondary-mobile .banner__picture {
    -webkit-clip-path: unset !important;
            clip-path: unset !important;
    height: calc(var(--vh, 1vh) * 30);
  }
  .layout__banner.banner_secondary-mobile .banner__picture video {
    width: 100%;
  }
  .layout__banner.banner_secondary-mobile .banner__picture .banner__audio {
    bottom: 1rem;
  }
  .layout__banner.banner_secondary-mobile .banner__picture .banner__list {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .layout__banner.banner_secondary-mobile .banner__scroll {
    color: #ffffff;
  }
  .layout__banner.banner_secondary-mobile .scroll__ico {
    fill: #ffffff;
  }
}
.layout__banner .banner__container {
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .layout__banner .banner__container {
    height: calc(var(--vh, 1vh) * 100);
    display: grid;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: left;
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }
}
.layout__banner .banner__layout {
  gap: 1.25rem;
  padding: 10rem 1.5rem 2.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .layout__banner .banner__layout {
    padding: 2.5rem 2.5rem 2.5rem 6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .layout__banner .banner__layout {
    padding: 2.5rem 2.5rem 2.5rem 7.5rem;
  }
}
.layout__banner .banner__header {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__banner .banner__header {
    margin-top: auto;
  }
}
.layout__banner .banner__title {
  font-weight: 900;
  display: inline-block;
  text-transform: uppercase;
}
.layout__banner .banner__subtitle {
  font-size: 2rem;
  line-height: 130%;
  font-family: "Gambarino", sans-serif;
}
@media screen and (min-width: 1280px) {
  .layout__banner .banner__subtitle {
    font-size: 2.25rem;
  }
}
.layout__banner .banner__text {
  font-size: 1.5rem;
  line-height: 130%;
  font-family: "Gambarino", sans-serif;
}
@media screen and (min-width: 1280px) {
  .layout__banner .banner__text {
    font-size: 2.5rem;
  }
}
.layout__banner .banner__text br {
  display: none;
}
@media screen and (min-width: 1280px) {
  .layout__banner .banner__text br {
    display: block;
  }
}
.layout__banner .banner__text a {
  color: #F07D03;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
}
.layout__banner .banner__text a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background-color: #F07D03;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout__banner .banner__text a:hover:before {
  width: 0;
}
.layout__banner .banner__footer {
  margin-top: auto;
}
.layout__banner .banner__scroll {
  gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .layout__banner .banner__scroll {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.layout__banner .banner__scroll .scroll__text {
  font-size: 1.125rem;
  line-height: 150%;
}
@media screen and (min-width: 1280px) {
  .layout__banner .banner__scroll .scroll__text {
    font-size: 1.25rem;
  }
}
.layout__banner .banner__scroll .scroll__ico {
  width: 1.5rem;
  height: 0.75rem;
}
.layout__banner .banner__picture {
  height: calc(var(--vh, 1vh) * 50);
  gap: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .layout__banner .banner__picture {
    position: unset;
    -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    position: absolute;
    width: 100%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.layout__banner .banner__picture.banner__picture_primary, .layout__banner .banner__picture.banner__picture_secondary, .layout__banner .banner__picture.banner__picture_tertiary, .layout__banner .banner__picture.banner__picture_forty {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .layout__banner .banner__picture.banner__picture_primary, .layout__banner .banner__picture.banner__picture_secondary, .layout__banner .banner__picture.banner__picture_tertiary, .layout__banner .banner__picture.banner__picture_forty {
    height: calc(var(--vh, 1vh) * 100 - 10.75rem);
  }
}
.layout__banner .banner__picture.banner__picture_primary img, .layout__banner .banner__picture.banner__picture_secondary img, .layout__banner .banner__picture.banner__picture_tertiary img, .layout__banner .banner__picture.banner__picture_forty img {
  width: 100%;
  height: 100%;
  max-height: calc(var(--vh, 1vh) * 100 - 10rem);
}
.layout__banner .banner__picture.banner__picture_primary video, .layout__banner .banner__picture.banner__picture_secondary video, .layout__banner .banner__picture.banner__picture_tertiary video, .layout__banner .banner__picture.banner__picture_forty video {
  width: auto;
  height: 100%;
}
.layout__banner .banner__picture.banner__picture_primary {
  -webkit-clip-path: polygon(0% 0%, 50% 50%, 100% 0, 100% 100%, 50% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 50% 50%, 100% 0, 100% 100%, 50% 50%, 0% 100%);
}
.layout__banner .banner__picture.banner__picture_secondary {
  -webkit-clip-path: polygon(0% 35%, 25% 0%, 50% 35%, 75% 0%, 100% 35%, 50% 100%);
          clip-path: polygon(0% 35%, 25% 0%, 50% 35%, 75% 0%, 100% 35%, 50% 100%);
}
.layout__banner .banner__picture.banner__picture_tertiary {
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}
.layout__banner .banner__picture.banner__picture_forty {
  -webkit-clip-path: polygon(0 100%, 25% 40%, 30% 50%, 50% 0%, 70% 60%, 80% 50%, 100% 100%);
          clip-path: polygon(0 100%, 25% 40%, 30% 50%, 50% 0%, 70% 60%, 80% 50%, 100% 100%);
}
.layout__banner .banner__picture img {
  max-height: 100%;
}
@media screen and (min-width: 768px) {
  .layout__banner .banner__picture img {
    max-height: calc(var(--vh, 1vh) * 100 - 23.75rem);
  }
}
.layout__banner .banner__picture video {
  width: calc(50vw - 1.25rem);
  height: 100%;
}
.layout__banner .banner__picture .banner__audio {
  position: absolute;
  background: none;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  bottom: 10rem;
  right: 1rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .layout__banner .banner__picture .banner__audio {
    bottom: 15rem;
    right: 5rem;
  }
}
.layout__banner .banner__picture .banner__audio.banner__audio_active img:nth-child(2),
.layout__banner .banner__picture .banner__audio.banner__audio_active svg:nth-child(2) {
  display: none;
}
.layout__banner .banner__picture .banner__audio.banner__audio_active img:nth-child(1),
.layout__banner .banner__picture .banner__audio.banner__audio_active svg:nth-child(1) {
  display: block;
}
.layout__banner .banner__picture .banner__audio img,
.layout__banner .banner__picture .banner__audio svg {
  fill: #ffffff;
  width: auto;
  height: 100%;
}
.layout__banner .banner__picture .banner__audio img:nth-child(2),
.layout__banner .banner__picture .banner__audio svg:nth-child(2) {
  display: block;
}
.layout__banner .banner__picture .banner__audio img:nth-child(1),
.layout__banner .banner__picture .banner__audio svg:nth-child(1) {
  display: none;
}
.layout__banner .banner__list {
  padding: 1rem;
  height: 6rem;
  gap: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .layout__banner .banner__list {
    padding: 2.5rem;
    height: 12.5rem;
    gap: 2rem;
  }
}
.layout__banner .banner__item {
  max-width: calc(25% - 1.5rem);
}
.layout__banner .banner__item:hover img,
.layout__banner .banner__item:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.layout__banner .banner__link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout__banner .banner__link img,
.layout__banner .banner__link svg {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 4rem;
}
@media screen and (min-width: 768px) {
  .layout__banner .banner__link img,
.layout__banner .banner__link svg {
    max-height: 7.5rem;
  }
}

.layout_scroll .layout__banner {
  opacity: 0;
  visibility: hidden;
}

.layout__preview {
  height: calc(100vh + 2rem);
  margin-bottom: -2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .layout__preview {
    height: calc(100vh + 5rem);
    margin-bottom: -5rem;
  }
}
.layout__preview + .layout__main .layout__section:first-child {
  padding-top: 7rem;
  -webkit-clip-path: polygon(0rem 2.8rem, 2.8rem 0, 5.6rem 2.8rem, 8.4rem 0, 11.2rem 2.8rem, 14rem 0, 16.8rem 2.8rem, 19.6rem 0, 22.4rem 2.8rem, 25.2rem 0, 28rem 2.8rem, 30.8rem 0, 33.6rem 2.8rem, 36.4rem 0, 39.2rem 2.8rem, 42rem 0, 44.8rem 2.8rem, 47.6rem 0, 50.4rem 2.8rem, 53.2rem 0, 56rem 2.8rem, 58.8rem 0, 61.6rem 2.8rem, 64.4rem 0, 67.2rem 2.8rem, 70rem 0, 72.8rem 2.8rem, 75.6rem 0, 78.4rem 2.8rem, 81.2rem 0, 84rem 2.8rem, 86.8rem 0, 89.6rem 2.8rem, 92.4rem 0, 95.2rem 2.8rem, 98rem 0, 100.8rem 2.8rem, 103.6rem 0, 106.4rem 2.8rem, 109.2rem 0, 112rem 2.8rem, 114.8rem 0, 117.6rem 2.8rem, 120.4rem 0, 123.2rem 2.8rem, 126rem 0, 128.8rem 2.8rem, 131.6rem 0, 134.4rem 2.8rem, 137.2rem 0, 140rem 2.8rem, 142.8rem 0, 145.6rem 2.8rem, 148.4rem 0, 151.2rem 2.8rem, 154rem 0, 156.8rem 2.8rem, 159.6rem 0, 162.4rem 2.8rem, 165.2rem 0, 168rem 2.8rem, 170.8rem 0, 173.6rem 2.8rem, 176.4rem 0, 179.2rem 2.8rem, 182rem 0, 184.8rem 2.8rem, 187.6rem 0, 190.4rem 2.8rem, 193.2rem 0, 196rem 2.8rem, 198.8rem 0, 201.6rem 2.8rem, 204.4rem 0, 207.2rem 2.8rem, 210rem 0, 212.8rem 2.8rem, 215.6rem 0, 218.4rem 2.8rem, 221.2rem 0, 224rem 2.8rem, 226.8rem 0, 229.6rem 2.8rem, 232.4rem 0, 235.2rem 2.8rem, 238rem 0, 240rem 100%, 0 100%);
          clip-path: polygon(0rem 2.8rem, 2.8rem 0, 5.6rem 2.8rem, 8.4rem 0, 11.2rem 2.8rem, 14rem 0, 16.8rem 2.8rem, 19.6rem 0, 22.4rem 2.8rem, 25.2rem 0, 28rem 2.8rem, 30.8rem 0, 33.6rem 2.8rem, 36.4rem 0, 39.2rem 2.8rem, 42rem 0, 44.8rem 2.8rem, 47.6rem 0, 50.4rem 2.8rem, 53.2rem 0, 56rem 2.8rem, 58.8rem 0, 61.6rem 2.8rem, 64.4rem 0, 67.2rem 2.8rem, 70rem 0, 72.8rem 2.8rem, 75.6rem 0, 78.4rem 2.8rem, 81.2rem 0, 84rem 2.8rem, 86.8rem 0, 89.6rem 2.8rem, 92.4rem 0, 95.2rem 2.8rem, 98rem 0, 100.8rem 2.8rem, 103.6rem 0, 106.4rem 2.8rem, 109.2rem 0, 112rem 2.8rem, 114.8rem 0, 117.6rem 2.8rem, 120.4rem 0, 123.2rem 2.8rem, 126rem 0, 128.8rem 2.8rem, 131.6rem 0, 134.4rem 2.8rem, 137.2rem 0, 140rem 2.8rem, 142.8rem 0, 145.6rem 2.8rem, 148.4rem 0, 151.2rem 2.8rem, 154rem 0, 156.8rem 2.8rem, 159.6rem 0, 162.4rem 2.8rem, 165.2rem 0, 168rem 2.8rem, 170.8rem 0, 173.6rem 2.8rem, 176.4rem 0, 179.2rem 2.8rem, 182rem 0, 184.8rem 2.8rem, 187.6rem 0, 190.4rem 2.8rem, 193.2rem 0, 196rem 2.8rem, 198.8rem 0, 201.6rem 2.8rem, 204.4rem 0, 207.2rem 2.8rem, 210rem 0, 212.8rem 2.8rem, 215.6rem 0, 218.4rem 2.8rem, 221.2rem 0, 224rem 2.8rem, 226.8rem 0, 229.6rem 2.8rem, 232.4rem 0, 235.2rem 2.8rem, 238rem 0, 240rem 100%, 0 100%);
}
@media screen and (min-width: 768px) {
  .layout__preview + .layout__main .layout__section:first-child {
    padding-top: 15rem;
    -webkit-clip-path: polygon(0 5rem, 5rem 0, 10rem 5rem, 15rem 0, 20rem 5rem, 25rem 0, 30rem 5rem, 35rem 0, 40rem 5rem, 45rem 0, 50rem 5rem, 55rem 0, 60rem 5rem, 65rem 0, 70rem 5rem, 75rem 0, 80rem 5rem, 85rem 0, 90rem 5rem, 95rem 0, 100rem 5rem, 105rem 0, 110rem 5rem, 115rem 0, 120rem 5rem, 125rem 0, 130rem 5rem, 135rem 0, 140rem 5rem, 145rem 0, 150rem 5rem, 155rem 0, 160rem 5rem, 165rem 0, 170rem 5rem, 175rem 0, 180rem 5rem, 185rem 0, 190rem 5rem, 195rem 0, 200rem 5rem, 205rem 0, 210rem 5rem, 215rem 0, 220rem 5rem, 225rem 0, 230rem 5rem, 235rem 0, 240rem 5rem, 240rem 100%, 0 100%);
            clip-path: polygon(0 5rem, 5rem 0, 10rem 5rem, 15rem 0, 20rem 5rem, 25rem 0, 30rem 5rem, 35rem 0, 40rem 5rem, 45rem 0, 50rem 5rem, 55rem 0, 60rem 5rem, 65rem 0, 70rem 5rem, 75rem 0, 80rem 5rem, 85rem 0, 90rem 5rem, 95rem 0, 100rem 5rem, 105rem 0, 110rem 5rem, 115rem 0, 120rem 5rem, 125rem 0, 130rem 5rem, 135rem 0, 140rem 5rem, 145rem 0, 150rem 5rem, 155rem 0, 160rem 5rem, 165rem 0, 170rem 5rem, 175rem 0, 180rem 5rem, 185rem 0, 190rem 5rem, 195rem 0, 200rem 5rem, 205rem 0, 210rem 5rem, 215rem 0, 220rem 5rem, 225rem 0, 230rem 5rem, 235rem 0, 240rem 5rem, 240rem 100%, 0 100%);
  }
}
.layout__preview .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100vw - 1rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: fixed;
}
@media screen and (min-width: 768px) {
  .layout__preview .container {
    gap: 2.5rem;
  }
}
.layout__preview .container .preview__after {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 2rem;
  width: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .layout__preview .container .preview__after {
    height: 5rem;
    width: 100%;
  }
}
.layout__preview .container .preview__after dotlottie-player {
  height: auto;
  width: 200%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .layout__preview .container .preview__after dotlottie-player {
    width: 100%;
  }
}
.layout__preview .preview__title {
  font-weight: 900;
  display: inline-block;
  text-transform: uppercase;
}
.layout__preview .preview__title .devider {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .layout__preview .preview__title .devider {
    display: none;
  }
}
.layout__preview .preview__title br {
  display: none;
}
@media screen and (min-width: 768px) {
  .layout__preview .preview__title br {
    display: inline-block;
  }
}
.layout__preview .preview_ico {
  width: 3rem;
  height: 3rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .layout__preview .preview_ico {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .layout__preview .preview_ico {
    width: 9rem;
    height: 9rem;
  }
}
.layout__preview .preview__text {
  font-size: 1.5rem;
  line-height: 130%;
  font-family: "Gambarino", sans-serif;
}
@media screen and (min-width: 768px) {
  .layout__preview .preview__text {
    font-size: 2.5rem;
  }
}
.layout__preview .preview__footer {
  position: absolute;
  width: 100%;
  bottom: 2.5rem;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.layout__preview .preview__scroll {
  gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.layout__preview .preview__scroll:hover .scroll__ico {
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.layout__preview .preview__scroll .scroll__text {
  font-size: 1.125rem;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .layout__preview .preview__scroll .scroll__text {
    font-size: 1.25rem;
  }
}
.layout__preview .preview__scroll .scroll__ico {
  width: 2rem;
  height: 1rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.preview__animation {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .preview__animation {
    display: inline-block;
    -webkit-transform: translateY(1.75rem);
            transform: translateY(1.75rem);
  }
}
@media screen and (min-width: 1280px) {
  .preview__animation {
    -webkit-transform: translateY(2.75rem);
            transform: translateY(2.75rem);
  }
}
.preview__animation .animation-wrapper {
  display: inline-block;
  overflow: hidden;
  -webkit-transition: width 0.75s ease;
  transition: width 0.75s ease;
}
.preview__animation .animation-wrapper .animation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease;
  will-change: transform;
}
.preview__animation .animation-wrapper .animation .animation__text {
  white-space: nowrap;
  padding: 0 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.layout_scroll .layout__preview {
  opacity: 0;
  visibility: hidden;
}

.layout__overview {
  gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .layout__overview {
    display: grid;
    gap: 7.5rem;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.layout__overview .overview__picture {
  aspect-ratio: 1/1;
}
.layout__overview .overview__picture img {
  width: 100%;
  height: 100%;
}
.layout__overview .overview__list {
  gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .layout__overview .overview__list {
    gap: 2.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.layout__overview .overview__item {
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.layout__overview .overview__title {
  font-size: 1.875rem;
  line-height: 130%;
  font-family: "Gambarino", sans-serif;
}
.layout__overview .overview__main {
  font-size: 1.125rem;
  line-height: 160%;
}

.layout__scroll .scroll__list {
  gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .layout__scroll .scroll__list {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}
.layout__scroll .scroll__item:hover .scroll__link {
  color: #ffffff;
  background-color: #1A1918;
}
.layout__scroll .scroll__link {
  color: #1A1918;
  background-color: transparent;
  border: 1px solid #1A1918;
  font-size: 1rem;
  line-height: 100%;
  font-weight: 500;
  padding: 0.5rem 1rem;
  height: 3.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .layout__scroll .scroll__link {
    font-size: 1.25rem;
    padding: 0.5rem 2rem;
    height: 4rem;
    width: 15rem;
  }
}