/*! locomotive-scroll v3.2.8 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}

html {
  color: #222;
  font-family: "Lexend", sans-serif;
  font-weight: 900;
  line-height: 1.5;
}
@media (max-width: 699px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1600px) and (max-width: 1999px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 2000px) and (max-width: 2399px) {
  html {
    font-size: 21px;
  }
}
@media (min-width: 2400px) {
  html {
    font-size: 24px;
  }
}
html:not(.has-scroll-init) {
  cursor: wait;
  overflow: hidden;
}
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.has-scroll-smooth body {
  overflow: hidden;
}
::-moz-selection {
  background-color: #272727;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #272727;
  color: #fff;
  text-shadow: none;
}
a {
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #272727;
}
@media (min-width: 1200px) {
  a:focus,
  a:hover {
    color: #93a3a1;
  }
}
a.-underline {
  text-decoration: underline;
}
.o-h,
.o-h1,
.o-h2,
.o-h3,
.o-h4,
.o-h5,
.o-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 400;
}
.o-h1,
h1 {
  line-height: 0.9;
  text-transform: uppercase;
}
@media (max-width: 699px) {
  .o-h1,
  h1 {
    font-size: 12vw;
  }
}
@media (min-width: 700px) and (max-width: 1599px) {
  .o-h1,
  h1 {
    font-size: 13.5vw;
  }
}
@media (min-width: 1600px) {
  .o-h1,
  h1 {
    font-size: 12vw;
  }
}
.o-h2,
h2 {
  font-size: 2rem;
}
.o-h3,
h3 {
  font-size: 1.5rem;
}
.o-h4,
h4 {
  line-height: 1.2;
}
.o-h4,
.o-h5,
h4,
h5 {
  font-size: 1rem;
}
.o-h6,
h6 {
  font-size: 0.9375rem;
}
.o-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 95rem;
}
@media (max-width: 699px) {
  .o-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 700px) {
  .o-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
.o-ratio {
  position: relative;
  display: block;
  overflow: hidden;
}
.o-ratio:before {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  content: "";
}
.o-ratio > embed,
.o-ratio > iframe,
.o-ratio > img,
.o-ratio > object,
.o-ratio_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.o-layout {
  padding: 0;
  list-style: none;
  font-size: 0;
  margin: 0;
}
.o-layout.-gutter {
  margin-left: -3.75rem;
}
.o-layout.-gutter-small {
  margin-left: -1.875rem;
}
.o-layout.-center {
  text-align: center;
}
.o-layout.-right {
  text-align: right;
}
.o-layout.-reverse {
  direction: rtl;
}
.o-layout.-reverse.-flex {
  flex-direction: row-reverse;
}
.o-layout.-flex {
  display: flex;
}
.o-layout.-flex.-top {
  align-items: flex-start;
}
.o-layout.-flex.-middle {
  align-items: center;
}
.o-layout.-flex.-bottom {
  align-items: flex-end;
}
.o-layout.-stretch {
  align-items: stretch;
}
.o-layout_item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
  padding-left: 0;
}
.o-layout.-gutter > .o-layout_item {
  padding-left: 3.75rem;
}
.o-layout.-gutter-small > .o-layout_item {
  padding-left: 1.875rem;
}
.o-layout.-middle > .o-layout_item {
  vertical-align: middle;
}
.o-layout.-bottom > .o-layout_item {
  vertical-align: bottom;
}
.o-layout.-center > .o-layout_item,
.o-layout.-reverse > .o-layout_item,
.o-layout.-right > .o-layout_item {
  text-align: left;
}
.o-layout.-reverse > .o-layout_item {
  direction: ltr;
}
.o-checkbox-label,
.o-label,
.o-radio-label {
  display: block;
  margin-bottom: 0.9375rem;
}
.o-input,
.o-select,
.o-textarea {
  padding: 0.625rem;
  border: 1px solid #d3d3d3;
  background-color: #fff;
}
.o-input:focus,
.o-select:focus,
.o-textarea:focus {
  border-color: grey;
}
.o-input::-webkit-input-placeholder,
.o-select::-webkit-input-placeholder,
.o-textarea::-webkit-input-placeholder {
  color: grey;
}
.o-input::-moz-placeholder,
.o-select::-moz-placeholder,
.o-textarea::-moz-placeholder {
  color: grey;
}
.o-input:-ms-input-placeholder,
.o-select:-ms-input-placeholder,
.o-textarea:-ms-input-placeholder {
  color: grey;
}
.o-input::-ms-input-placeholder,
.o-select::-ms-input-placeholder,
.o-textarea::-ms-input-placeholder {
  color: grey;
}
.o-input::placeholder,
.o-select::placeholder,
.o-textarea::placeholder {
  color: grey;
}
.o-checkbox,
.o-radio {
  position: absolute;
  width: 0;
  opacity: 0;
}
.o-checkbox:focus + .o-checkbox-label:before,
.o-checkbox:focus + .o-radio-label:before,
.o-radio:focus + .o-checkbox-label:before,
.o-radio:focus + .o-radio-label:before {
  border-color: grey;
}
.o-checkbox:checked + .o-checkbox-label:after,
.o-checkbox:checked + .o-radio-label:after,
.o-radio:checked + .o-checkbox-label:after,
.o-radio:checked + .o-radio-label:after {
  opacity: 1;
}
.o-checkbox-label,
.o-radio-label {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  padding-left: 1.75rem;
}
.o-checkbox-label:after,
.o-checkbox-label:before,
.o-radio-label:after,
.o-radio-label:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  margin-top: -0.5625rem;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
}
.o-checkbox-label:before,
.o-radio-label:before {
  background-color: #fff;
}
.o-checkbox-label:after,
.o-radio-label:after {
  border-color: transparent;
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10.5'%3E%3Cpath fill='%23424242' d='M4.8 5.8L2.4 3.3 0 5.7l4.8 4.8L13 2.4 10.6 0 4.8 5.8z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 0.8125rem;
  background-repeat: no-repeat;
  opacity: 0;
}
.o-radio-label:after,
.o-radio-label:before {
  border-radius: 50%;
}
.o-radio-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13'%3E%3Ccircle fill='%23424242' cx='6.5' cy='6.5' r='6.5'/%3E%3C/svg%3E");
  background-size: 0.5rem;
}
.o-select {
  z-index: 1;
  padding-right: 2.5rem;
}
.o-select,
.o-select-wrap {
  position: relative;
}
.o-select-wrap:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 2.5rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11.3'%3E%3Cpath fill='%23424242' d='M6.5 11.3L3.3 5.6 0 0h13L9.8 5.6z'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 0.625rem;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}
.o-textarea {
  min-height: 6.25rem;
}
.o-button {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 2rem 2.1875rem;
  font-size: 1.5rem;
  background-color: #272727;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  text-align: left;
}
.o-button:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  transform: scaleY(0);
  transform-origin: center top;
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.o-button:focus,
.o-button:hover {
  color: #272727;
}
.o-button:focus:before,
.o-button:hover:before {
  transform: scaleY(1);
  transform-origin: center bottom;
}
.o-button_icon {
  display: inline-block;
  vertical-align: middle;
  width: 3.4375rem;
  height: 3.4375rem;
  margin-right: 0.9375rem;
}
.o-button_icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.o-button_arrow {
  position: absolute;
  top: 50%;
  right: 2.1875rem;
  transform: translateY(-50%);
}

.o-title {
  margin: 0;
  padding: 2.5rem 0;
  perspective: 600px;
  -webkit-perspective: 600px;
}
.o-title_line {
  display: block;
  opacity: 0;
  transform-origin: center top;
  transform-style: preserve-3d;
  transform: translateY(100%) rotateX(-80deg);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 0;
}
.o-title.is-inview .o-title_line {
  transform: none;
  opacity: 1;
}
.o-title.is-inview .o-title_line:first-child {
  transition-delay: 0.4s;
}
.o-title.is-inview .o-title_line:nth-child(2) {
  transition-delay: 0.5s;
}
.o-title.is-inview .o-title_line:nth-child(3) {
  transition-delay: 0.6s;
}
.o-title.is-inview .o-title_line:nth-child(4) {
  transition-delay: 0.7s;
}
.o-title_line span {
  display: inline-block;
  min-width: 0.05em;
  font-size: 13.5vw;
}
.o-image_wrapper {
  position: relative;
  overflow: hidden;
  background-color: #d4c9c9;
}
.o-image {
  opacity: 0.75;
  mix-blend-mode: multiply;
}
.o-image img {
  width: 100%;
  opacity: 0;
  transform: scale(1.4);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.o-image.is-inview img {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.6s;
}
.o-scroll {
  box-sizing: border-box;
  overflow: hidden;
  width: 100vw;
  background-color: #212121;
}
.has-scroll-smooth .o-scroll {
  position: relative;
}
.c-scrollbar {
  width: 10px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  transform-origin: center right;
  transform: scaleX(1);
  transition: transform 0.2s linear;
}
.c-scrollbar:hover {
  transform: scaleX(1.3);
  cursor: -webkit-grab;
  cursor: grab;
}
.c-scrollbar_thumb {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.c-scrollbar_thumb:hover {
  cursor: pointer;
}
.c-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-direction: column;
}
@media (max-width: 699px) {
  .c-header {
    height: 100dvh;
    min-height: 340px;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .c-header {
    height: 100dvh;
    min-height: 380px;
  }
}
@media (min-width: 1000px) {
  .c-header {
    height: 100vh;
    min-height: 46.875rem;
  }
}
.c-header_title {
  padding: 2.5rem 0;
  perspective: 600px;
  -webkit-perspective: 600px;
}
.c-header_line{
  position: absolute;
  top: 60%;
  bottom: auto;
  left: 0;
  margin: 0;
}
.c-header_title {
  position: absolute;
  bottom: auto;
  left: 0;
  margin: 0;
  font-family: "Lexend", sans-serif;
  font-weight: 900;
  color: #e1ebd2;
}
@media (max-width: 699px) {
  .c-header_title {
  bottom: 10%;
}
}
.c-header_line {
  right: 0;
  transform: scaleX(0);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-header_line.is-inview {
  transform: scaleX(1);
}
.c-header_title_line {
  display: block;
  opacity: 0;
  transform-origin: center top;
  transform-style: preserve-3d;
  transform: translateY(100%) rotateX(-80deg);
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
html.is-ready .c-header_title_line {
  transform: none;
  opacity: 1;
  transition-duration: 0.8s;
}
html.is-ready .c-header_title_line:first-child {
  transition-delay: 0.1s;
}
html.is-ready .c-header_title_line:nth-child(2) {
  transition-delay: 0.2s;
}
html.is-ready .c-header_title_line:nth-child(3) {
  transition-delay: 0.3s;
}
html.is-ready .c-header_title_line:nth-child(4) {
  transition-delay: 0.4s;
}
.c-header_title_line span {
  display: inline-block;
}
.c-header_title_line.-version {
  text-transform: none;
  font-size: 0;
}
.c-header_heading {
  padding: 1.875rem 0;
}
.c-header_heading_label {
  display: block;
  transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(-60px);
}
html.is-ready .c-header_heading_label {
  transform: none;
  transition-duration: 0.6s;
}
html.is-ready .o-layout_item:nth-child(2) .c-header_heading_label {
  transition-delay: 0.1s;
}
.c-header_logo {
  position: absolute;
  bottom: -3rem;
  right: 0;
  opacity: 0;
  transform: translateY(120px);
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 699px) {
  .c-header_logo {
    width: 100%;
    height: 66px;
  }
}
@media (min-width: 700px) {
  .c-header_logo {
    width: 100%;
    height: 8.75rem;
  }
}
.c-header_logo svg {
  display: block;
  width: 100%;
  height: 100%;
}
html.is-ready .c-header_logo {
  transform: none;
  opacity: 1;
  transition-delay: 0.6s;
  transition-duration: 0.6s;
  color: #e1ebd2;
}
