@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url(./fonts/slick.eot);
  src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-size: cover;
  z-index: 10;
  background-repeat: no-repeat;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: -10px;
  background-image: url("/assets/images/icons/arrow-left.svg");
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 10px;
}

.slick-next {
  right: -10px;
  background-image: url("/assets/images/icons/arrow-right.svg");
}
[dir=rtl] .slick-next {
  left: 10px;
  right: auto;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  z-index: 10;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  left: 0;
  right: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #f4f2ee;
  opacity: 0.3;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  opacity: 1;
}

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

*,
*::before,
*::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  resize: none;
}

p {
  margin-top: 0;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0 0 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0 0 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 0 0 1em 0;
}

h4 {
  font-size: 1em;
  margin: 0 0 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 0 0 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 0 0 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

@font-face {
  font-family: "Steelfish";
  src: url("/assets/fonts/Steelfish/steelfish-regular.woff2") format("woff2"), url("/assets/fonts/Steelfish/steelfish-regular.woff") format("woff"), url("/assets/fonts/Steelfish/steelfish-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Steelfish";
  src: url("/assets/fonts/Steelfish/steelfish-bold.woff2") format("woff2"), url("/assets/fonts/Steelfish/steelfish-bold.woff") format("woff"), url("/assets/fonts/Steelfish/steelfish-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Steelfish";
  src: url("/assets/fonts/Steelfish/steelfish-extrabold.woff2") format("woff2"), url("/assets/fonts/Steelfish/steelfish-extrabold.woff") format("woff"), url("/assets/fonts/Steelfish/steelfish-extrabold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Steelfish Outline";
  src: url("/assets/fonts/Steelfish/steelfish-outline.woff2") format("woff2"), url("/assets/fonts/Steelfish/steelfish-outline.woff") format("woff"), url("/assets/fonts/Steelfish/steelfish-outline.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-ExtraBold.ttf");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Bold.ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Medium.ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/assets/fonts/Roboto/Roboto-Light.ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Rift";
  src: url("/assets/fonts/rift/Rift-Regular.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Rift";
  src: url("/assets/fonts/rift/Rift-Demi.otf");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Rift";
  src: url("/assets/fonts/rift/Rift-Bold.otf");
  font-weight: 700;
  font-style: normal;
}
body {
  font-family: "Steelfish", Arial, sans-serif;
  min-height: 100vh;
  background-color: #070707;
  color: #f4f2ee;
  padding: 0;
  min-width: 320px;
}

a {
  color: #f4f2ee;
}

.dust {
  background-image: url("/assets/images/dust.png");
  background-repeat: repeat;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.14;
}

hr {
  border: none;
  height: 1px;
  background-color: rgba(244, 242, 238, 0.1);
  margin: 20px 0;
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
h1,
h2 {
  font-weight: 800;
  font-size: 153px;
  line-height: 0.94;
}

.container {
  max-width: 1740px;
  width: 100%;
  min-height: 100vh;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.register-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px 20px 20px;
  flex-direction: column;
}
.register-page .form-wrapper {
  width: 100%;
}
.register-page .form-wrapper form {
  max-width: 600px;
  margin: 0 auto;
}
.register-page .form-wrapper form .error-wrapper {
  margin-top: 5px;
}
.register-page .form-wrapper form .btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.register-page h4 {
  margin-bottom: 40px;
  font-size: 32px;
}
.register-page a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.container-static {
  max-width: 1740px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #f4f2ee;
}

footer p {
  margin-bottom: 0;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity 0.15s linear;
  opacity: 0;
  pointer-events: none;
}
.modal.schedule {
  font-family: "Roboto", sans-serif;
}
.modal .modal-close {
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: transparent;
  background-image: url("/assets/images/icons/close.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  opacity: 0.5;
  transition: 1s opacity;
  font-size: 0px;
}
.modal .modal-close:hover {
  opacity: 1;
}
.modal .modal-wrap {
  margin: 30px 30px;
  max-width: 90%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .modal .modal-wrap {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .modal .modal-wrap {
    margin: 30px 20px;
  }
}
.modal .modal-wrap .modal-box {
  position: relative;
  width: 100%;
  max-width: 1440px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.6);
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  background-color: #000;
}
@media (max-width: 1600px) {
  .modal .modal-wrap .modal-box {
    max-width: 1152px;
  }
}
@media (max-width: 1441px) {
  .modal .modal-wrap .modal-box {
    max-width: 960px;
  }
}
@media (max-width: 1200px) {
  .modal .modal-wrap .modal-box {
    max-width: 768px;
  }
}
.modal .modal-wrap .modal-box iframe {
  width: 100%;
  height: 810px;
  margin-bottom: -4px;
}
@media (max-width: 1600px) {
  .modal .modal-wrap .modal-box iframe {
    height: 648px;
  }
}
@media (max-width: 1441px) {
  .modal .modal-wrap .modal-box iframe {
    height: 540px;
  }
}
@media (max-width: 1200px) {
  .modal .modal-wrap .modal-box iframe {
    height: 432px;
  }
}
@media (max-width: 580px) {
  .modal .modal-wrap .modal-box iframe {
    height: 324px;
  }
}
.modal .modal-wrap .modal-box .modal-close {
  position: absolute;
  top: 0px;
  right: -50px;
}
@media (max-width: 1400px) {
  .modal .modal-wrap .modal-box .modal-close {
    right: -48px;
    transform: scale(0.9);
  }
}
@media (max-width: 1200px) {
  .modal .modal-wrap .modal-box .modal-close {
    right: -45px;
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .modal .modal-wrap .modal-box .modal-close {
    top: -45px;
    right: -3px;
  }
}
.modal.show {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}
.modal.show .modal-box {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#registerModal .modal-box {
  max-width: 900px;
  padding: 40px;
  background-color: rgba(244, 242, 238, 0.04);
  backdrop-filter: blur(80px);
}
@media (max-width: 1200px) {
  #registerModal .modal-box {
    max-width: 768px;
  }
}
#registerModal .form-wrapper {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #registerModal .modal-box {
    padding: 30px 30px;
  }
}
@media (max-width: 576px) {
  #registerModal .modal-box {
    padding: 20px 20px;
  }
}

.modal.schedule .modal-box {
  max-width: 600px;
  padding: 0px;
  background-color: rgba(244, 242, 238, 0.04);
  backdrop-filter: blur(80px);
  margin-top: 40px;
  position: relative;
}
.modal.schedule .modal-box .modal-close {
  top: -40px;
  right: 0;
  position: absolute;
}
.modal.schedule .modal-box .modal-content {
  overflow-y: auto;
  max-height: 1000px;
  padding: 40px;
}
.modal.schedule .modal-box .modal-content .episode {
  font-size: 16px;
  text-align: center;
}
.modal.schedule .modal-box .modal-content .episode:not(:last-child) {
  margin-bottom: 30px;
}
.modal.schedule .modal-box .modal-content .episode h4 {
  color: rgb(189, 5, 0);
  font-size: 28px;
  font-family: "Steelfish", "Roboto", sans-serif;
  margin-bottom: 10px;
}
.modal.schedule .modal-box .modal-content .episode h5 {
  color: #f4a300;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}
.modal.schedule .modal-box .modal-content .episode ul {
  display: inline-block;
  font-weight: 300;
  margin-top: 2px;
  list-style: none;
  padding-left: 20px;
  color: #f4f2ee;
  font-size: 15px;
}
.modal.schedule .modal-box .modal-content .episode ul li:before {
  content: "- ";
  color: #f4f2ee;
}
.modal.schedule .modal-box .modal-content .episode p {
  font-weight: 500;
  margin-bottom: 2px;
}
.modal.schedule .form-wrapper {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .modal.schedule .modal-box .modal-content {
    padding: 30px 30px;
  }
}
@media (max-width: 576px) {
  .modal.schedule .modal-box .modal-content {
    padding: 20px 20px;
  }
}

footer {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 70px;
}
footer a {
  color: #f4f2ee;
}
footer p.copyright {
  margin-top: 20px;
  font-family: "Roboto", sans-serif;
  text-align: left;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 300;
  max-width: 500px;
}
footer p.copyright-all-rights {
  color: #f4a300;
}
footer h2 {
  display: inline-block;
  margin-bottom: 20px;
}
footer .content {
  text-align: left;
  display: flex;
  justify-content: flex-start;
}
footer .content .left-side {
  width: 50%;
}
footer .bottom-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .bottom-footer .left-side h2 {
  font-size: 286px;
  margin: 0;
}
footer .bottom-footer .left-side,
footer .bottom-footer .right-side {
  width: 50%;
}
footer .bottom-footer .right-side {
  display: flex;
}
footer .bottom-footer .right-side ul.links {
  list-style: none;
  margin: 0 0 0 35%;
  padding: 0;
  text-align: left;
}
footer .bottom-footer .right-side ul.links li a {
  text-decoration: none;
  color: rgb(244, 242, 238);
  font-family: "Roboto", sans-serif;
  line-height: 0.88;
  text-transform: uppercase;
}
footer .bottom-footer .right-side ul.links li:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-height: 1100px) {
  footer h2 {
    font-size: 130px;
  }
  footer .bottom-footer .left-side {
    text-align: left;
  }
  footer .bottom-footer .left-side h2 {
    font-size: 240px;
  }
}
@media (max-height: 1000px) {
  footer h2 {
    font-size: 110px;
  }
  footer {
    padding-bottom: 50px;
  }
  footer .bottom-footer .left-side {
    text-align: left;
  }
  footer .bottom-footer .left-side h2 {
    font-size: 210px;
  }
}
@media (max-height: 900px) {
  footer h2 {
    font-size: 100px;
  }
  footer {
    padding-bottom: 30px;
  }
  footer .bottom-footer .left-side {
    text-align: left;
  }
  footer .bottom-footer .left-side h2 {
    font-size: 170px;
  }
}
@media (max-width: 1740px) {
  footer h2 {
    font-size: 130px;
  }
  footer .bottom-footer .left-side {
    text-align: left;
  }
  footer .bottom-footer .left-side h2 {
    font-size: 240px;
  }
}
@media (max-width: 1500px) {
  footer h2 {
    font-size: 110px;
  }
  footer {
    padding-bottom: 50px;
  }
  footer .bottom-footer .left-side {
    width: 40%;
    text-align: left;
  }
  footer .bottom-footer .left-side h2 {
    font-size: 170px;
  }
  footer .bottom-footer .right-side {
    width: 60%;
  }
}
@media (max-width: 1300px) {
  footer h2 {
    font-size: 100px;
  }
  footer {
    padding-bottom: 30px;
  }
  footer .bottom-footer .left-side {
    width: 35%;
    text-align: left;
  }
  footer .bottom-footer .left-side h2 {
    font-size: 130px;
  }
  footer .bottom-footer .right-side {
    width: 65%;
  }
  footer .bottom-footer .right-side ul.links li a {
    font-size: 16px;
  }
  footer .bottom-footer .right-side ul.links li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  footer h2 {
    font-size: 90px;
  }
  footer {
    padding-bottom: 20px;
  }
  footer .bottom-footer .left-side {
    width: 35%;
    text-align: left;
  }
  footer .bottom-footer .left-side h2 {
    font-size: 110px;
  }
  footer .bottom-footer .right-side {
    width: 65%;
  }
  footer .bottom-footer .right-side ul.links {
    margin: 0 0 0 25%;
  }
}
@media (max-width: 991px) {
  footer h2 {
    font-size: 80px;
  }
  footer {
    padding-bottom: 20px;
  }
  footer .content .left-side {
    width: 60%;
  }
  footer .bottom-footer {
    flex-direction: column-reverse;
  }
  footer .bottom-footer .left-side {
    width: 100%;
    text-align: right;
  }
  footer .bottom-footer .left-side h2 {
    font-size: 100px;
  }
  footer .bottom-footer .right-side {
    width: 100%;
  }
  footer .bottom-footer .right-side ul.links {
    margin: 0 20% 0 0;
  }
  footer .bottom-footer .right-side ul.links:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  footer h2 {
    font-size: 76px;
    line-height: 1.1;
  }
  footer h2 span,
  footer h2 br {
    display: none;
  }
  footer {
    padding-bottom: 20px;
  }
  footer .content .left-side {
    width: 80%;
  }
  footer .bottom-footer .left-side h2 {
    font-size: 90px;
  }
  footer .bottom-footer .right-side {
    margin-bottom: 15px;
  }
  footer .bottom-footer .right-side ul.links {
    margin: 0 20% 0 0;
  }
  footer .bottom-footer .right-side ul.links:last-child {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  footer .content .left-side {
    width: 100%;
  }
  footer .bottom-footer .left-side h2 {
    font-size: 85px;
  }
}
@media (max-width: 480px) {
  footer h2 {
    font-size: 67px;
  }
  footer .form-wrapper form .btn {
    width: 100%;
  }
}

.input-group {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.input-group input {
  background: transparent;
  width: 100%;
  height: 53px;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid rgba(244, 242, 238, 0.1);
  color: #f4f2ee;
  outline: none;
  padding-bottom: 10px;
  white-space: nowrap;
}

.form-wrapper {
  margin-bottom: 50px;
}
.form-wrapper form {
  text-align: right;
}
.form-wrapper form .input-group {
  text-align: left;
  position: relative;
}
.form-wrapper form .input-group .error-wrapper {
  bottom: 5px;
  font-family: "Roboto", sans-serif;
  color: rgb(189, 5, 0);
  opacity: 0;
  font-size: 18px;
  transition: opacity 0.3s ease;
  height: 20px;
}
.form-wrapper form .input-group .error-wrapper .error {
  opacity: 0;
}
.form-wrapper form .input-group .error-wrapper .error-required {
  display: none;
}
.form-wrapper form .input-group.has-error input {
  border-bottom: 1px solid rgba(255, 19, 19, 0.1);
}
.form-wrapper form .input-group.has-error .error-wrapper {
  opacity: 1;
}
.form-wrapper form .input-group.has-error.has-error-required .error-required {
  display: inline-block;
  opacity: 1;
}
.form-wrapper form .input-group.has-error.has-error-not-valid .error-not-valid {
  opacity: 1;
}
.form-wrapper form .btn {
  margin-top: 30px;
}
.form-wrapper.success .register-form {
  display: none;
}
.form-wrapper.success .success-message {
  display: block;
}
.form-wrapper .success-message {
  text-align: center;
  display: block;
}
.form-wrapper .success-message img {
  max-width: 180px;
}
.form-wrapper .success-message h4 {
  font-size: 120px;
  margin-bottom: 10px;
  line-height: 1;
}
.form-wrapper .success-message p {
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  opacity: 0.7;
  margin: 0;
}
.form-wrapper .success-message a {
  display: inline-block;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  margin-top: 30px;
  color: #f4f2ee;
}
@media (max-width: 480px) {
  .form-wrapper form .btn {
    width: 100%;
  }
  .form-wrapper .success-message h4 {
    font-size: 100px;
  }
}
@supports (-webkit-touch-callout: none) {
  .form-wrapper .input-group label {
    left: 10px;
  }
}

.success-message-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.btn {
  background-color: transparent;
  border: none;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  height: 62px;
  line-height: 62px;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: rgb(244, 242, 238);
  transition: 0.35s background-color, 0.35s color;
  display: inline-block;
  padding: 0 20px;
}
.btn--wide {
  width: 100%;
}
.btn b {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn .dot {
  transition: 0.35s opacity;
  opacity: 1;
  background-color: rgb(189, 5, 0);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 12px;
  animation: fade 2s infinite;
}
.btn:hover {
  background-color: rgb(242, 240, 236);
  color: #070707;
}
.btn .line {
  width: 20px;
  height: 20px;
  position: absolute;
  border: 2px solid rgba(244, 242, 238, 0.38);
}
.btn .line--top-left {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.btn .line--top-right {
  top: 0;
  right: 0;
  border-left: none;
  border-bottom: none;
}
.btn .line--bottom-left {
  bottom: 0;
  left: 0;
  border-right: none;
  border-top: none;
}
.btn .line--bottom-right {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}
.btn#question-btn {
  display: block;
  max-width: 360px;
  width: 100%;
  color: #f4a300;
  margin: 10px auto 10px auto;
}

.mobileMenu {
  position: fixed;
  width: 100%;
  height: 0vh;
  opacity: 0;
  top: 0px;
  left: 0px;
  background-color: #000;
  z-index: 100;
  transition: 0.5s all;
  overflow: hidden;
  pointer-events: none;
  text-align: center;
}
.mobileMenu.show {
  height: 100vh;
  opacity: 1;
  pointer-events: auto;
}
.mobileMenu.show .wrap .anotherWrap ul.menu li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.1s;
}
.mobileMenu.show .wrap .anotherWrap ul.menu li:nth-of-type(2) {
  animation-delay: 0.2s;
}
.mobileMenu.show .wrap .anotherWrap ul.menu li:nth-of-type(3) {
  animation-delay: 0.25s;
}
.mobileMenu.show .wrap .anotherWrap ul.menu li:nth-of-type(4) {
  animation-delay: 0.3s;
}
.mobileMenu.show .wrap .anotherWrap ul.menu li:nth-of-type(5) {
  animation-delay: 0.35s;
}
.mobileMenu.show .wrap .anotherWrap ul.menu li:nth-of-type(5) {
  animation-delay: 0.4s;
}
.mobileMenu.show .wrap .anotherWrap ul.menu li:nth-of-type(6) {
  animation-delay: 0.45s;
}
.mobileMenu.show .wrap .anotherWrap ul.menu li:nth-of-type(7) {
  animation-delay: 0.5s;
}
.mobileMenu.show .wrap .anotherWrap hr.divider {
  animation: fadeIn 0.5s both;
  animation-delay: 0.55s;
}
.mobileMenu.show .wrap .anotherWrap ul.socials {
  animation: fadeIn 0.5s both;
  animation-delay: 0.6s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    margin-left: 30%;
  }
  100% {
    opacity: 1;
    margin-left: 0;
  }
}
.mobileMenu .wrap {
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
  padding: 0px 20px;
  font-weight: 600;
}
.mobileMenu .wrap .anotherWrap {
  display: table-cell;
  vertical-align: middle;
}
.mobileMenu .wrap .anotherWrap ul.menu {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.mobileMenu .wrap .anotherWrap ul.menu li {
  margin-bottom: 10px;
  opacity: 0;
}
.mobileMenu .wrap .anotherWrap ul.menu li a {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 580px) {
  .mobileMenu .wrap .anotherWrap ul.menu li a {
    font-size: 38px;
  }
}
.mobileMenu .wrap .anotherWrap hr.divider {
  width: 220px;
  height: 5px;
  border: 0px;
  margin: 30px auto 20px auto;
  background-color: #fff;
  opacity: 0;
  display: block;
}
.mobileMenu .wrap .anotherWrap ul.socials {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.mobileMenu .wrap .anotherWrap ul.socials li {
  display: inline-block;
  font-size: 21px;
  margin-right: 17px;
  font-weight: 600;
}
.mobileMenu .wrap .anotherWrap ul.socials li a {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #f4f2ee;
}
.mobileMenu .wrap .anotherWrap ul.socials li:last-child {
  margin-right: 0px;
}

.section--hero {
  height: 100vh;
  min-height: 600px;
  background-image: url("/assets/images/here-gradient-bg.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
}
.section--hero .btn {
  position: absolute;
  bottom: 80px;
  right: 20px;
  z-index: 10;
}
.section--hero #mobileMenuBtn {
  cursor: pointer;
  display: none;
  padding: 5px 5px;
  position: absolute;
  right: 20px;
  top: 20px;
  user-select: none;
  z-index: 11;
}
.section--hero #mobileMenuBtn .lines {
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
}
.section--hero #mobileMenuBtn .lines span {
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 8px;
  display: block;
  transition: 0.5s all;
  border-radius: 2px;
}
.section--hero #mobileMenuBtn .lines span.bottom {
  margin-bottom: 0px;
}
.section--hero #mobileMenuBtn.active {
  position: fixed;
  z-index: 101;
  right: 20px;
  top: 20px;
  cursor: default;
  pointer-events: none;
}
.section--hero #mobileMenuBtn.active .lines {
  cursor: pointer;
  pointer-events: auto;
}
.section--hero #mobileMenuBtn.active .lines span.top {
  transform: translateY(10px) translateX(0px) rotate(45deg);
  width: 36px;
}
.section--hero #mobileMenuBtn.active .lines span.middle {
  opacity: 0;
}
.section--hero #mobileMenuBtn.active .lines span.bottom {
  transform: translateY(-12px) translateX(0px) rotate(-45deg);
  width: 36px;
}
.section--hero #mobileMenuBtn.active .lines span {
  background-color: #fff;
}
.section--hero .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Roboto", sans-serif;
  color: #f4f2ee;
  position: absolute;
  top: 44px;
  left: 20px;
  right: 20px;
  z-index: 10;
  animation: fadeIn 8s;
}
.section--hero .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.section--hero .menu ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #f4f2ee;
  font-size: 18px;
}
.section--hero .menu ul li:not(:last-child) {
  margin-right: 50px;
}
.section--hero .pazl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/assets/images/pazl.png");
  width: 100%;
  height: 92.7vh;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  animation: fadeIn 4s;
  min-height: 556px;
}
.section--hero .pazl-title {
  font-size: 530px;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  z-index: 2;
  margin: 0;
  top: auto;
  opacity: 0.25;
  color: #ff9f66;
  bottom: 286px;
  animation: fadeInLeftQ 2s;
}
.section--hero .pazl-title.fixed {
  position: fixed;
}
.section--hero .title {
  font-weight: 900;
  font-size: 246px;
  line-height: 1;
  margin: 0;
  position: absolute;
  top: auto;
  bottom: 70px;
  z-index: 6;
  animation: fadeInLeft 3s;
}
.section--hero .title-mobile {
  font-weight: 900;
  font-size: 100px;
  line-height: 0.9;
  margin: 0;
  position: absolute;
  top: auto;
  bottom: 94px;
  z-index: 6;
  animation: fadeInLeft 3s;
  display: none;
}
.section--hero .polaroid {
  width: 741px;
  height: 783px;
  position: absolute;
  right: -240px;
  bottom: 420px;
  z-index: 1;
  opacity: 0.54;
  background-image: url("/assets/images/polaroid.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
  transform: rotate(-165deg);
  animation: rotateInDownRight 3s;
}
.section--hero .text {
  display: flex;
  position: absolute;
  bottom: 50% !important;
  z-index: 5;
  right: 70px;
  animation: fadeInRight 4s;
}
.section--hero .text h3 {
  line-height: 1;
  font-weight: 900;
  font-size: 308px;
  opacity: 0.5;
  color: #ff4a2f;
  margin: 0;
}
.section--hero .text p {
  line-height: 0.9;
  font-weight: 900;
  font-size: 150px;
  color: #f4f2ee;
  text-transform: uppercase;
  margin: 28px 0 0 0;
}
.section--hero .course {
  background-image: url("/assets/images/course.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 7;
  mix-blend-mode: plus-lighter;
  width: 240px;
  height: 187px;
  bottom: 263px;
  left: 411px;
  animation-delay: 3s;
  animation: rotateInDownLeft 3s, fadeIn 10s;
}
.section--hero .gradient {
  height: 311px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0) 0%, rgb(7, 7, 7) 100%);
  backdrop-filter: blur(10px);
}
@media (max-height: 1100px) {
  .section--hero .text {
    bottom: 420px;
  }
  .section--hero .btn {
    bottom: 60px;
  }
  .section--hero .gradient {
    height: 250px;
  }
  .section--hero .title {
    font-size: 230px;
    bottom: 40px;
  }
  .section--hero .course {
    width: 211px;
    height: 165px;
    bottom: 214px;
    left: 423px;
  }
  .section--hero .pazl-title {
    bottom: 236px;
    z-index: 10;
    margin: 0;
  }
  .section--hero .polaroid {
    width: 600px;
    height: 562px;
    right: -210px;
    bottom: 365px;
  }
}
@media (max-height: 900px) {
  .section--hero .text {
    bottom: 377px;
  }
  .section--hero .btn {
    bottom: 40px;
  }
  .section--hero .title {
    font-size: 200px;
    bottom: 30px;
  }
  .section--hero .course {
    width: 180px;
    height: 140px;
    bottom: 175px;
    left: 423px;
  }
  .section--hero .gradient {
    height: 170px;
  }
  .section--hero .pazl-title {
    bottom: 210px;
    font-size: 500px;
  }
  .section--hero .polaroid {
    width: 500px;
    height: 490px;
    right: -210px;
    bottom: 328px;
  }
}
@media (max-height: 800px) {
  .section--hero .text {
    bottom: 244px;
    right: 50px;
  }
  .section--hero .text h3 {
    font-size: 280px;
  }
  .section--hero .text p {
    font-size: 132px;
  }
  .section--hero .btn {
    bottom: 30px;
  }
  .section--hero .title {
    font-size: 170px;
    bottom: 20px;
  }
  .section--hero .course {
    width: 150px;
    height: 112px;
    bottom: 156px;
    left: 501px;
  }
  .section--hero .gradient {
    height: 170px;
  }
  .section--hero .pazl-title {
    bottom: 170px;
    font-size: 430px;
  }
  .section--hero .polaroid {
    width: 300px;
    height: 385px;
    right: -100px;
    bottom: 297px;
  }
}
@media (max-height: 700px) {
  .section--hero .text {
    bottom: 200px;
    right: 50px;
  }
  .section--hero .text h3 {
    font-size: 240px;
  }
  .section--hero .text p {
    font-size: 110px;
  }
  .section--hero .title {
    font-size: 148px;
  }
  .section--hero .course {
    bottom: 136px;
    left: 501px;
  }
  .section--hero .gradient {
    height: 150px;
  }
  .section--hero .pazl-title {
    bottom: 146px;
    font-size: 380px;
  }
  .section--hero .polaroid {
    width: 300px;
    height: 385px;
    right: -100px;
    bottom: 297px;
  }
}
@media (max-width: 1740px) {
  .section--hero .text {
    bottom: 420px;
    right: 70px;
  }
  .section--hero .btn {
    bottom: 60px;
  }
  .section--hero .gradient {
    height: 250px;
  }
  .section--hero .title {
    font-size: 230px;
    bottom: 40px;
  }
  .section--hero .course {
    width: 211px;
    height: 165px;
    bottom: 214px;
    left: 423px;
  }
  .section--hero .pazl-title {
    bottom: 236px;
    z-index: 10;
    margin: 0;
    font-size: 450px;
  }
  .section--hero .polaroid {
    width: 600px;
    height: 562px;
    right: -210px;
    bottom: 365px;
  }
}
@media (max-width: 1500px) {
  .section--hero .text {
    bottom: 377px;
    right: 70px;
  }
  .section--hero .text h3 {
    font-size: 260px;
  }
  .section--hero .text p {
    font-size: 123px;
  }
  .section--hero .menu {
    top: 30px;
  }
  .section--hero .btn {
    bottom: 40px;
  }
  .section--hero .title {
    font-size: 170px;
    bottom: 30px;
  }
  .section--hero .course {
    width: 150px;
    height: 117px;
    bottom: 160px;
    left: 448px;
  }
  .section--hero .gradient {
    height: 170px;
  }
  .section--hero .pazl-title {
    bottom: 185px;
    font-size: 400px;
  }
  .section--hero .polaroid {
    width: 400px;
    height: 389px;
    right: -200px;
    bottom: 328px;
  }
}
@media (max-width: 1300px) {
  .section--hero .menu {
    top: 30px;
  }
  .section--hero .menu ul li:not(:last-child) {
    margin-right: 40px;
  }
  .section--hero .menu ul li a {
    font-size: 17px;
  }
  .section--hero .text {
    bottom: 377px;
    right: 70px;
  }
  .section--hero .text h3 {
    font-size: 210px;
  }
  .section--hero .text p {
    font-size: 95px;
  }
  .section--hero .btn {
    bottom: 40px;
  }
  .section--hero .title {
    font-size: 120px;
    bottom: 30px;
  }
  .section--hero .course {
    width: 130px;
    height: 100px;
    bottom: 128px;
    left: 448px;
  }
  .section--hero .gradient {
    height: 170px;
  }
  .section--hero .pazl-title {
    bottom: 132px;
    font-size: 350px;
  }
  .section--hero .polaroid {
    width: 500px;
    height: 490px;
    right: -210px;
    bottom: 328px;
  }
}
@media (max-width: 1100px) {
  .section--hero .menu {
    top: 20px;
  }
  .section--hero .menu ul li:not(:last-child) {
    margin-right: 30px;
  }
  .section--hero .menu ul li a {
    font-size: 16px;
  }
  .section--hero .text {
    bottom: 377px;
    right: 70px;
  }
  .section--hero .text h3 {
    font-size: 210px;
  }
  .section--hero .text p {
    font-size: 95px;
  }
  .section--hero .btn {
    bottom: 40px;
  }
  .section--hero .title {
    font-size: 100px;
    bottom: 30px;
  }
  .section--hero .course {
    width: 100px;
    height: 78px;
    bottom: 105px;
    left: 410px;
  }
  .section--hero .gradient {
    height: 140px;
  }
  .section--hero .pazl-title {
    bottom: 116px;
    font-size: 300px;
  }
  .section--hero .polaroid {
    width: 500px;
    height: 490px;
    right: -210px;
    bottom: 328px;
  }
}
@media (max-width: 991px) {
  .section--hero .pazl {
    background-position: bottom right -45px;
  }
  .section--hero .menu {
    top: 20px;
  }
  .section--hero .menu ul li:not(:last-child) {
    margin-right: 30px;
  }
  .section--hero .menu ul li a {
    font-size: 16px;
  }
  .section--hero .text {
    bottom: 414px !important;
    right: auto;
    left: 20px;
  }
  .section--hero .text h3 {
    font-size: 160px;
  }
  .section--hero .text p {
    margin-top: 16px;
    font-size: 78px;
  }
  .section--hero .btn {
    bottom: 40px;
  }
  .section--hero .title {
    font-size: 85px;
    bottom: 30px;
  }
  .section--hero .course {
    width: 100px;
    height: 78px;
    bottom: 100px;
    left: 410px;
  }
  .section--hero .gradient {
    height: 140px;
  }
  .section--hero .pazl-title {
    bottom: 107px;
    font-size: 300px;
  }
  .section--hero .polaroid {
    width: 500px;
    height: 490px;
    right: -210px;
    bottom: 328px;
  }
}
@media (max-width: 767px) {
  .section--hero .menu {
    display: none;
  }
  .section--hero #mobileMenuBtn {
    display: block;
  }
  .section--hero .pazl {
    background-position: bottom right -190px;
  }
  .section--hero .text {
    bottom: 414px !important;
    right: auto;
    left: 20px;
  }
  .section--hero .text h3 {
    font-size: 160px;
  }
  .section--hero .text p {
    margin-top: 16px;
    font-size: 78px;
  }
  .section--hero .btn {
    bottom: 40px;
  }
  .section--hero .title {
    display: none;
  }
  .section--hero .title-mobile {
    display: block;
  }
  .section--hero .course {
    width: 100px;
    height: 78px;
    bottom: 240px;
    left: 20px;
  }
  .section--hero .gradient {
    height: 140px;
  }
  .section--hero .pazl-title {
    font-size: 42px;
    bottom: auto;
    left: 20px;
    top: 20px;
    right: auto;
    opacity: 1;
    color: #f4f2ee;
    z-index: 101;
  }
  .section--hero .polaroid {
    width: 300px;
    height: 390px;
    left: -60px;
    bottom: auto;
    top: -70px;
  }
}
@media (max-width: 576px) {
  .section--hero .menu {
    display: none;
  }
  .section--hero .pazl {
    background-position: bottom right -180px;
    background-size: 80vh;
    height: 100vh;
  }
  .section--hero .pazl-title {
    font-size: 38px;
  }
  .section--hero .text {
    bottom: auto;
    top: 100px;
    right: auto;
    left: 20px;
  }
  .section--hero .text h3 {
    font-size: 95px;
  }
  .section--hero .text p {
    margin-top: 8px;
    font-size: 47px;
  }
  .section--hero .btn {
    bottom: 15px;
    width: calc(100% - 40px);
  }
  .section--hero .title {
    display: none;
  }
  .section--hero .title-mobile {
    display: block;
  }
  .section--hero .course {
    width: 100px;
    height: 78px;
    bottom: 246px;
    left: 19px;
  }
  .section--hero .gradient {
    height: 140px;
  }
  .section--hero .polaroid {
    width: 271px;
    height: 269px;
    left: -60px;
    bottom: auto;
    top: -40px;
  }
}
@media (max-width: 400px) {
  .section--hero .menu {
    display: none;
  }
  .section--hero .pazl {
    background-position: bottom right -210px;
    background-size: cover;
    height: 90vh;
  }
  .section--hero .text {
    bottom: auto;
    top: 100px;
    right: auto;
    left: 20px;
  }
  .section--hero .text h3 {
    font-size: 75px;
  }
  .section--hero .text p {
    margin-top: 8px;
    font-size: 35px;
  }
  .section--hero .btn {
    bottom: 15px;
    width: calc(100% - 40px);
  }
  .section--hero .title {
    display: none;
  }
  .section--hero .title-mobile {
    display: block;
    font-size: 80px;
  }
  .section--hero .course {
    width: 80px;
    height: 62px;
    bottom: 212px;
    left: 19px;
  }
  .section--hero .gradient {
    height: 140px;
  }
  .section--hero .polaroid {
    width: 271px;
    height: 269px;
    left: -60px;
    bottom: auto;
    top: -40px;
  }
}

.gradient-left {
  width: 1582px;
  height: 1185px;
  position: absolute;
  left: -1265px;
  right: 0;
  margin: auto;
  top: calc(100vh + 343px - 1185px);
  z-index: 5;
  background-image: url("/assets/images/gradient-full.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.gradient-right {
  width: 756px;
  height: 983px;
  position: absolute;
  right: 0;
  margin: auto;
  top: calc(100vh + 343px - 983px);
  z-index: 5;
  background-image: url("/assets/images/gradient-right-cropped.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .gradient-right {
    display: none;
  }
}
.title-wrapper {
  text-align: right;
  position: relative;
  z-index: 12;
}
.title-wrapper .container {
  min-height: auto;
}
.title-wrapper .title {
  font-size: 153px;
  line-height: 0.94;
  text-transform: uppercase;
  position: sticky;
  margin-top: 8%;
  margin-bottom: 30px;
  text-align: left;
  display: inline-block;
  animation: fadeInRight 3s;
}

.section--profession {
  height: 400vh;
  min-height: 600px;
  position: relative;
  display: block;
}
.section--profession .photo {
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("/assets/images/profession.png");
  background-position: center;
  background-size: initial;
  background-repeat: no-repeat;
  position: sticky;
}
.section--profession .container {
  top: 0;
  position: sticky;
}
.section--profession .items {
  position: relative;
  top: 0;
  margin-top: -100vh;
  height: 100vh;
  padding-top: 5%;
}
.section--profession .items .profession-item {
  position: absolute;
  width: 400px;
  height: 400px;
  background-color: rgba(244, 242, 238, 0.04);
  backdrop-filter: blur(80px);
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='56' viewBox='0 0 56 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='29.0059' y1='4.37114e-08' x2='29.0059' y2='56' stroke='%23BD0500' stroke-width='2'/%3E%3Cline y1='26.9922' x2='56' y2='26.9922' stroke='%23BD0500' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  top: 10%;
  opacity: 0;
  border: 1px solid rgba(244, 242, 238, 0.1);
  left: 400px;
  color: rgb(244, 242, 238);
  transition: background-color 1s ease-out, transform 0.75s ease, opacity 0.75s ease;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-direction: column;
  padding: 20px;
  cursor: default;
  transform: translateY(0%);
}
.section--profession .items .profession-item .inner h4, .section--profession .items .profession-item .inner span {
  color: #f4a300;
}
.section--profession .items .profession-item .inner h4 {
  font-size: 21px;
  margin-bottom: 15px;
}
.section--profession .items .profession-item .inner {
  transition: opacity 0.5s ease-out;
  opacity: 0;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
}
.section--profession .items .profession-item:hover, .section--profession .items .profession-item.show {
  background-color: rgb(189, 5, 0);
}
.section--profession .items .profession-item:hover .inner, .section--profession .items .profession-item.show .inner {
  opacity: 1;
}
.section--profession .items .profession-item--1 {
  top: 10%;
  left: 10%;
}
.section--profession .items .profession-item--2 {
  top: 48%;
  left: 19%;
}
.section--profession .items .profession-item--3 {
  top: 40%;
  right: 5%;
  left: auto;
}
.section--profession .items .profession-item.active {
  animation: fadeInUp 0.75s;
  opacity: 1;
}
.section--profession .items .profession-item.remove {
  transform: translateY(80%);
  opacity: 0;
}

@media (max-width: 1740px) {
  .title-wrapper .title {
    font-size: 130px;
  }
}
@media (max-width: 1500px) {
  .title-wrapper .title {
    font-size: 130px;
  }
  .section--profession .items .profession-item--3 {
    top: 45%;
    right: 3%;
  }
}
@media (max-width: 1200px) {
  .title-wrapper .title {
    font-size: 110px;
  }
  .section--profession .items .profession-item--2 {
    top: 50%;
    left: 10%;
  }
  .section--profession .items .profession-item--3 {
    top: 55%;
    right: 3%;
  }
}
@media (max-width: 991px) {
  .section--profession .items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    align-items: center;
  }
  .section--profession .items .profession-item {
    position: static !important;
    margin-top: -200px !important;
  }
  .section--profession .items .profession-item:first-child {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .title-wrapper .title {
    font-size: 90px !important;
  }
  .section--profession {
    height: 450vh;
  }
  .section--profession .photo {
    background-position: center left 56%;
  }
}
@media (max-width: 576px) {
  .title-wrapper .title {
    font-size: 76px !important;
  }
  .section--profession .items {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 5%;
  }
  .section--profession .items .profession-item {
    min-height: 200px;
  }
}
@media (max-width: 460px) {
  .title-wrapper .title {
    display: flex;
    flex-direction: column;
  }
  .title-wrapper .title br {
    display: none;
  }
  .title-wrapper .title span:last-child {
    text-align: right;
  }
  .section--profession .items .profession-item {
    width: auto !important;
    height: 43vh !important;
    padding: 10px !important;
  }
  .section--profession .items .profession-item .inner {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .section--profession .items .profession-item {
    width: auto;
    height: 46vh !important;
    padding: 10px;
  }
  .section--profession .items .profession-item .inner {
    font-size: 14px !important;
    line-height: 1;
  }
  .section--profession .items .profession-item .inner h4 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (max-height: 1100px) and (max-width: 1740px) {
  .title-wrapper .title {
    font-size: 130px;
  }
  .section--profession .items .profession-item--2 {
    top: 53%;
    left: 14%;
  }
}
@media (max-height: 1100px) and (max-width: 1500px) {
  .title-wrapper .title {
    font-size: 130px;
  }
}
@media (max-height: 950px) {
  .title-wrapper .title {
    font-size: 130px;
  }
  .section--profession .items .profession-item {
    width: 370px;
    height: 370px;
    padding: 10px;
  }
  .section--profession .items .profession-item .inner {
    font-size: 16px;
  }
  .section--profession .items .profession-item--1 {
    top: 3%;
    left: 10%;
  }
  .section--profession .items .profession-item--2 {
    top: 51%;
    left: 17%;
  }
}
@media (max-height: 800px) {
  .title-wrapper .title {
    font-size: 100px;
  }
  .section--profession .items .profession-item {
    width: 360px;
    height: 360px;
    padding: 10px;
  }
  .section--profession .items .profession-item .inner {
    font-size: 15px;
  }
  .section--profession .items .profession-item--1 {
    top: 5%;
    left: 10%;
  }
  .section--profession .items .profession-item--2 {
    top: 43%;
    left: 34%;
  }
}
@media (max-height: 700px) {
  .title-wrapper .title {
    font-size: 90px;
  }
  .section--profession .items .profession-item {
    width: 340px;
    height: 340px;
    padding: 10px;
  }
  .section--profession .items .profession-item--2 {
    top: 37%;
    left: 34%;
  }
  .section--profession .items .profession-item span {
    font-size: 14px;
  }
}
.section--info {
  height: 400vh;
  min-height: 600px;
  position: relative;
}
.section--info .container {
  position: sticky;
  top: 0;
  background-image: url("/assets/images/film-course.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section--info .info-wrapper {
  position: relative;
  margin-top: 45%;
}
.section--info .info-items-wrapper {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: -31%;
  margin-bottom: 16%;
}
.section--info .info-items-wrapper .info-items {
  display: grid;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  max-width: 1740px;
  padding: 0 40px;
  margin: 0 auto;
}
.section--info .info-items-wrapper .info-items .info-item {
  max-width: 346px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  flex-shrink: 0;
  opacity: 0.2;
  transition: opacity 0.3s ease;
}
.section--info .info-items-wrapper .info-items .info-item h4 {
  text-transform: uppercase;
  font-size: 66px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #f4a300;
}
.section--info .info-items-wrapper .info-items .info-item p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  opacity: 0.6;
  font-weight: 300;
  max-height: 100px;
}
.section--info .info-items-wrapper .info-items .info-item.active {
  opacity: 1;
}
.section--info h2.title {
  font-size: 153px;
  text-transform: uppercase;
  position: relative;
  top: 50px;
  margin-bottom: 10%;
  background-image: url("/assets/images/small-gradient.png");
  background-repeat: no-repeat;
  background-position: top 135% left 13%;
  line-height: 1;
}
.section--info .progress-container {
  padding: 40px 40px 10px 40px;
  max-width: 1740px;
  margin: -35% auto 30.5% auto;
}
.section--info .info-labels {
  justify-content: space-between;
  font-size: 18px;
  gap: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: rgb(244, 242, 238);
  margin-bottom: 30px;
  opacity: 0.4;
}
.section--info .info-labels .info-label {
  width: 100%;
  text-align: left;
}
.section--info .progress-line {
  width: 100%;
  height: 2px;
  background-color: rgba(241, 239, 236, 0.2);
  position: relative;
}
.section--info .progress-bar {
  height: 100%;
  background-color: rgb(189, 5, 0);
  width: 0%;
  transition: width 0.2s ease-out;
}
@media (max-height: 1300px) {
  .section--info h2.title {
    font-size: 130px;
    margin-bottom: 0;
    background-position: top 79% left 13%;
  }
}
@media (max-height: 900px) {
  .section--info h2.title {
    font-size: 120px;
  }
  .section--info .info-wrapper {
    margin-top: 40%;
  }
}
@media (max-height: 800px) {
  .section--info h2.title {
    font-size: 100px;
  }
}
@media (max-height: 700px) {
  .section--info h2.title {
    font-size: 90px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item {
    margin-top: -50px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item h4 {
    font-size: 58px;
    line-height: 1;
  }
}
@media (max-width: 1740px) {
  .section--info h2.title {
    font-size: 130px;
    margin-bottom: 0;
    background-position: top 79% left 13%;
  }
  .section--info .info-wrapper .progress-container .info-labels {
    gap: 40px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items {
    gap: 40px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item {
    margin-top: -50px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item h4 {
    font-size: 58px;
    line-height: 1;
  }
}
@media (max-width: 1500px) {
  .section--info h2.title {
    font-size: 120px;
  }
  .section--info .info-wrapper .progress-container .info-labels {
    gap: 30px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items {
    gap: 30px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item {
    margin-top: -70px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item h4 {
    font-size: 52px;
  }
}
@media (max-width: 1300px) {
  .section--info h2.title {
    font-size: 100px;
  }
  .section--info .info-wrapper .progress-container .info-labels {
    gap: 20px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items {
    gap: 20px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item {
    margin-top: -90px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item h4 {
    font-size: 46px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item p {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .section--info h2.title {
    font-size: 90px;
  }
  .section--info .info-wrapper {
    margin-top: 45%;
  }
  .section--info .info-wrapper .progress-container .info-labels {
    gap: 15px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items {
    gap: 15px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item {
    margin-top: -100px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item h4 {
    font-size: 39px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item p {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .section--info h2.title {
    font-size: 90px;
  }
  .section--info .info-wrapper {
    margin-top: 45%;
  }
  .section--info .info-wrapper .progress-container {
    padding-left: 0;
    padding-right: 0;
  }
  .section--info .info-wrapper .progress-container .info-labels {
    gap: 10px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items {
    padding: 0;
    gap: 10px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item {
    margin-top: -120px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item h4 {
    font-size: 32px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section--info h2.title {
    font-size: 90px;
  }
  .section--info .container {
    background-position: center;
  }
  .section--info .info-wrapper {
    margin-top: 55%;
  }
  .section--info .info-wrapper .progress-container {
    margin: -35% auto 0 auto;
  }
  .section--info .info-wrapper .info-items-wrapper {
    position: static;
    margin-top: 0;
    top: 0;
    height: 300px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items {
    display: flex;
    gap: 20px;
    min-width: 530px;
    margin-left: 0 !important;
    padding-left: 50px !important;
    will-change: transform;
    transform: translateX(0);
    transition: transform 0.1s linear;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item h4 {
    font-size: 46px;
    max-width: 250px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item p {
    max-width: 250px;
  }
}
@media (max-width: 576px) {
  .section--info h2.title {
    font-size: 76px;
  }
  .section--info .info-labels {
    font-size: 16px;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items {
    min-width: 280px;
    margin-left: 0 !important;
    padding-left: 50px !important;
  }
  .section--info .info-wrapper .info-items-wrapper .info-items .info-item {
    margin-top: -70px;
  }
}

.section.section--features {
  position: relative;
}
.section.section--features .slide {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #070707;
  background-image: url("/assets/images/features.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.section.section--features .slide .number {
  font-weight: 900;
  opacity: 0.06;
  font-size: 106px;
  margin-bottom: 70px;
  margin-top: -150px;
}
.section.section--features .slide p {
  max-width: 575px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  margin-top: 0.5rem;
}
.section.section--features .slide .slide-title {
  font-size: 72px;
  font-weight: 700;
  margin: 0 0 30px 0;
}
.section.section--features .slide h2.slide-title {
  font-size: 153px;
}
@media (max-width: 991px) {
  .section.section--features .slide .slide-title {
    font-size: 68px;
    margin: 0 0 25px 0;
  }
  .section.section--features .slide h2.slide-title {
    font-size: 132px;
  }
}
@media (max-width: 767px) {
  .section.section--features .slide .slide-title {
    font-size: 62px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 20px 0;
  }
  .section.section--features .slide h2.slide-title {
    font-size: 110px;
  }
  .section.section--features .slide p.slide-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 21px;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .section.section--features .slide .slide-title {
    font-size: 44px;
    margin: 0 0 20px 0;
  }
  .section.section--features .slide h2.slide-title {
    font-size: 100px;
  }
  .section.section--features .slide p.slide-text {
    max-width: 400px;
    font-size: 20px;
    margin-top: 0;
  }
}

.section.section--about {
  height: 400vh;
  position: relative;
  width: 100%;
}
.section.section--about .container--works-line {
  position: sticky;
  top: 0;
  max-width: 1980px;
  overflow: hidden;
  background-image: url("/assets/images/gradient-pazl.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
.section.section--about ul.achievements {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 35%;
  left: 16%;
  z-index: 10;
}
.section.section--about ul.achievements li {
  width: 376px;
  height: 127px;
  padding: 25px 25px;
  backdrop-filter: blur(80px);
  background-color: rgba(244, 242, 238, 0.04);
  border: 1px solid rgba(244, 242, 238, 0.1);
  position: relative;
}
.section.section--about ul.achievements li:not(:last-child) {
  margin-bottom: 20px;
}
.section.section--about ul.achievements li h4 {
  font-weight: 400;
  font-size: 91px;
  line-height: 0.94;
  display: inline-block;
  margin: -7px 0 0 0;
}
.section.section--about ul.achievements li p {
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  max-width: 120px;
  margin-left: 50px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
  opacity: 0.6;
  position: absolute;
  left: 38%;
}
.section.section--about h2 {
  font-size: 152px;
  line-height: 0.94;
  position: relative;
  z-index: 10;
  margin-left: 15%;
  margin-top: 2%;
}
.section.section--about h3.name {
  font-weight: 700;
  font-size: 72px;
  position: absolute;
  z-index: 10;
  top: 9%;
  right: 7%;
  max-width: 509px;
  text-align: right;
  line-height: 1;
}
.section.section--about ul.explain {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 140%;
  opacity: 0.6;
  max-width: 384px;
  position: absolute;
  z-index: 10;
  top: 8%;
  right: 8%;
}
.section.section--about ul.explain b {
  color: #f4a300;
  white-space: nowrap;
}
.section.section--about .pazl {
  width: auto;
  height: 85vh;
  background-image: url("/assets/images/pazl-about.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  mix-blend-mode: plus-darker;
  transform: translate3d(0, 0, 0);
}
.section.section--about .works-line {
  transform: rotate(-5deg);
  background-image: url("/assets/images/film-top.png"), url("/assets/images/film-bottom.png");
  background-repeat: repeat-x;
  background-position: center top, center bottom;
  padding: 30px 0;
  position: absolute;
  bottom: 20%;
  z-index: 10;
}
.section.section--about .works-line .shadow {
  position: absolute;
  width: 400px;
  height: 300px;
  top: 0;
  bottom: 0;
  z-index: 100;
  margin: auto;
  pointer-events: none;
}
.section.section--about .works-line .shadow--left {
  left: -45px;
  background: linear-gradient(90deg, rgb(9, 9, 9) 0%, rgba(9, 9, 9, 0) 100%);
}
.section.section--about .works-line .shadow--right {
  left: calc(28% + 85px);
  background: linear-gradient(270deg, rgb(9, 9, 9) 0%, rgba(9, 9, 9, 0) 100%);
}
.section.section--about .works-line__wrapper {
  display: flex;
  transform: translateX(0);
  transition: transform 0.1s linear;
  padding: 20px 0;
}
.section.section--about .works-line__wrapper .item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.05);
  background-size: 141% auto;
  background-position: center center;
  background-repeat: no-repeat;
  flex: 0 0 auto;
  color: #fff;
  width: 425px;
  height: 292px;
  font-family: "Rift", "Roboto", sans-serif;
  text-align: center;
  transition: 0.25s background-size;
}
.section.section--about .works-line__wrapper .item:hover {
  background-size: 131% auto;
}
.section.section--about .works-line__wrapper .item a {
  cursor: pointer;
  text-decoration: none;
}
.section.section--about .works-line__wrapper .item span {
  background-color: #000;
  padding: 0 4px;
  display: inline-block;
}
.section.section--about .works-line__wrapper .item span h3 {
  font-size: 38px;
  display: inline-block;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
.section.section--about .works-line__wrapper .item span p {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}
.section.section--about .works-line__wrapper .item:not(:last-child) {
  margin-right: 20px;
}
.section.section--about .works-line__wrapper .item--nick-vangard-style {
  background-image: url("/assets/images/works/nick-vangard-style.jpg");
}
.section.section--about .works-line__wrapper .item--max-barskih-no-exit {
  background-image: url("/assets/images/works/max-barskih-no-exit.jpg");
}
.section.section--about .works-line__wrapper .item--frisor01 {
  background-image: url("/assets/images/works/frisor01.jpg");
}
.section.section--about .works-line__wrapper .item--frisor03 {
  background-image: url("/assets/images/works/frisor03.jpg");
}
.section.section--about .works-line__wrapper .item--frisor04 {
  background-image: url("/assets/images/works/frisor04.jpg");
}
.section.section--about .works-line__wrapper .item--follow-podol {
  background-image: url("/assets/images/works/follow-podol.jpg");
}
.section.section--about .works-line__wrapper .item--tattoosweaters {
  background-image: url("/assets/images/works/tattoosweaters.jpg");
}
.section.section--about .works-line__wrapper .item--tikay {
  background-image: url("/assets/images/works/tikay.jpg");
}
.section.section--about .works-line__wrapper .item--neoshop {
  background-image: url("/assets/images/works/neoshop.jpg");
}
.section.section--about .works-line__wrapper .item--out-of-the-box {
  background-image: url("/assets/images/works/outofthebox.jpg");
}
.section.section--about .works-line__wrapper .item--xtc {
  background-image: url("/assets/images/works/xtc.jpg");
}
.section.section--about .works-line__wrapper .item--dreams {
  background-image: url("/assets/images/works/dreams.jpg");
}
@media (max-height: 1100px) {
  .section.section--about h2 {
    font-size: 138px;
  }
  .section.section--about h3.name {
    font-size: 70px;
  }
  .section.section--about ul.explain {
    top: 1%;
    right: 10%;
  }
  .section.section--about ul.achievements li {
    padding: 20px 25px;
    height: 110px;
  }
  .section.section--about ul.achievements li h4 {
    font-size: 85px;
  }
  .section.section--about .works-line .shadow--right {
    left: calc(28% + 173px);
  }
  .section.section--about .works-line__wrapper .item {
    width: 383px;
    height: 263px;
  }
}
@media (max-height: 1000px) {
  .section.section--about h2 {
    font-size: 120px;
  }
  .section.section--about h3.name {
    font-size: 60px;
    top: 5%;
  }
  .section.section--about ul.explain {
    top: 2%;
    right: 12%;
    font-size: 21px;
  }
  .section.section--about ul.achievements {
    top: 31%;
  }
  .section.section--about ul.achievements li {
    padding: 15px 20px;
    height: 100px;
    width: 300px;
  }
  .section.section--about ul.achievements li h4 {
    font-size: 76px;
  }
  .section.section--about .works-line .shadow--right {
    left: calc(28% + 378px);
  }
  .section.section--about .works-line__wrapper .item {
    width: 319px;
    height: 219px;
  }
}
@media (max-height: 900px) {
  .section.section--about h2 {
    font-size: 100px;
  }
  .section.section--about h3.name {
    font-size: 50px;
    top: 5%;
  }
  .section.section--about ul.explain {
    top: 2%;
    right: 13%;
    font-size: 20px;
  }
  .section.section--about ul.achievements {
    top: 31%;
  }
  .section.section--about ul.achievements li {
    padding: 15px 20px;
    height: 87px;
    width: 290px;
  }
  .section.section--about ul.achievements li:not(:last-child) {
    margin-bottom: 15px;
  }
  .section.section--about ul.achievements li h4 {
    font-size: 68px;
  }
  .section.section--about ul.achievements li p {
    font-size: 15px;
  }
  .section.section--about .works-line {
    bottom: 17%;
  }
  .section.section--about .works-line .shadow--right {
    left: calc(28% + 608px);
  }
  .section.section--about .works-line__wrapper .item {
    width: 255px;
    height: 175px;
  }
  .section.section--about .works-line__wrapper .item:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-height: 800px) {
  .section.section--about h2 {
    font-size: 84px;
  }
  .section.section--about h3.name {
    font-size: 44px;
  }
  .section.section--about ul.explain {
    top: 2%;
    right: 15%;
    font-size: 18px;
  }
  .section.section--about ul.achievements {
    top: 30%;
  }
  .section.section--about ul.achievements li {
    padding: 15px 20px;
    height: 87px;
    width: 290px;
  }
  .section.section--about ul.achievements li:not(:last-child) {
    margin-bottom: 15px;
  }
  .section.section--about ul.achievements li h4 {
    font-size: 68px;
  }
  .section.section--about ul.achievements li p {
    font-size: 15px;
  }
  .section.section--about .works-line {
    bottom: 17%;
  }
}
@media (max-height: 700px) {
  .section.section--about h2 {
    font-size: 80px;
  }
  .section.section--about h2 br {
    display: none;
  }
  .section.section--about h2 span {
    margin-left: -75px;
  }
  .section.section--about h3.name {
    font-size: 40px;
  }
  .section.section--about ul.explain {
    top: 2%;
    right: 15%;
    font-size: 17px;
  }
  .section.section--about ul.achievements {
    top: 25%;
  }
  .section.section--about ul.achievements li {
    padding: 15px 15px;
    height: 76px;
    width: 290px;
  }
  .section.section--about ul.achievements li:not(:last-child) {
    margin-bottom: 15px;
  }
  .section.section--about ul.achievements li h4 {
    font-size: 56px;
  }
  .section.section--about ul.achievements li p {
    font-size: 15px;
    line-height: 1.1;
    margin-bottom: 0;
  }
  .section.section--about .works-line {
    bottom: 17%;
  }
  .section.section--about .works-line .shadow--right {
    left: calc(28% + 608px);
  }
  .section.section--about .works-line__wrapper .item {
    width: 255px;
    height: 175px;
  }
  .section.section--about .works-line__wrapper .item:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 1740px) {
  .section.section--about h2 {
    font-size: 100px;
    margin-left: 13%;
  }
  .section.section--about h3.name {
    font-size: 70px;
  }
  .section.section--about ul.explain {
    top: 4%;
    right: 7%;
  }
  .section.section--about ul.achievements li {
    padding: 20px 25px;
    height: 110px;
  }
  .section.section--about ul.achievements li h4 {
    font-size: 85px;
  }
  .section.section--about .works-line .shadow--right {
    left: calc(28% + 173px);
  }
  .section.section--about .works-line__wrapper .item {
    width: 383px;
    height: 263px;
  }
}
@media (max-width: 1500px) {
  .section.section--about h2 {
    font-size: 120px;
    margin-left: 8%;
  }
  .section.section--about h3.name {
    font-size: 60px;
    top: 5%;
  }
  .section.section--about ul.explain {
    top: 8%;
    right: 4%;
    font-size: 19px;
  }
  .section.section--about ul.achievements {
    top: 31%;
  }
  .section.section--about ul.achievements li {
    padding: 15px 20px;
    height: 100px;
    width: 300px;
  }
  .section.section--about ul.achievements li h4 {
    font-size: 76px;
  }
  .section.section--about .works-line .shadow--right {
    left: calc(28% + 378px);
  }
  .section.section--about .works-line__wrapper .item {
    width: 319px;
    height: 219px;
  }
}
@media (max-width: 1300px) {
  .section.section--about h2 {
    font-size: 100px;
  }
  .section.section--about h3.name {
    font-size: 50px;
    top: 5%;
    max-width: 450px;
    right: 3%;
  }
  .section.section--about ul.explain {
    top: 5%;
    right: 2%;
    max-width: 350px;
    font-size: 16px;
  }
  .section.section--about ul.achievements {
    top: 33%;
    left: 9%;
  }
  .section.section--about ul.achievements li {
    padding: 15px 20px;
    height: 87px;
    width: 290px;
  }
  .section.section--about ul.achievements li:not(:last-child) {
    margin-bottom: 15px;
  }
  .section.section--about ul.achievements li h4 {
    font-size: 68px;
  }
  .section.section--about ul.achievements li p {
    font-size: 15px;
  }
  .section.section--about .works-line {
    bottom: 17%;
  }
  .section.section--about .works-line .shadow--right {
    left: calc(28% + 608px);
  }
  .section.section--about .works-line__wrapper .item {
    width: 255px;
    height: 175px;
  }
  .section.section--about .works-line__wrapper .item:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .section.section--about h2 {
    font-size: 84px;
    left: 2%;
    margin: 4% 0 0 0;
  }
  .section.section--about h2 span {
    margin-left: -75px;
  }
  .section.section--about h3.name {
    font-size: 44px;
  }
  .section.section--about ul.explain {
    top: 2%;
    right: 2%;
    font-size: 16px;
    max-width: 290px;
  }
  .section.section--about .pazl {
    top: 3%;
  }
  .section.section--about ul.achievements {
    top: 38%;
    left: 2%;
  }
  .section.section--about ul.achievements li {
    padding: 15px 20px;
    height: 87px;
    width: 290px;
  }
  .section.section--about ul.achievements li:not(:last-child) {
    margin-bottom: 15px;
  }
  .section.section--about ul.achievements li h4 {
    font-size: 68px;
  }
  .section.section--about ul.achievements li p {
    font-size: 15px;
  }
  .section.section--about .works-line {
    bottom: 17%;
  }
}
@media (max-width: 767px) {
  .section.section--about h2 {
    font-size: 76px;
  }
  .section.section--about h2 br {
    display: none;
  }
  .section.section--about h2 span {
    margin-left: -40px;
  }
  .section.section--about .pazl {
    top: -3%;
    right: -45%;
  }
  .section.section--about h3.name {
    top: 96px;
    right: auto;
    left: 0%;
    font-size: 40px;
  }
  .section.section--about ul.explain {
    top: 12%;
    right: auto;
    left: 1%;
    font-size: 16px;
    line-height: 1.1;
  }
  .section.section--about ul.explain li:not(:last-child) {
    margin-bottom: 3px;
  }
  .section.section--about ul.achievements {
    display: none;
  }
  .section.section--about .works-line {
    bottom: 21%;
  }
  .section.section--about .works-line .shadow--right {
    left: calc(28% + 608px);
  }
  .section.section--about .works-line__wrapper .item {
    width: 255px;
    height: 175px;
  }
  .section.section--about .works-line__wrapper .item:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 576px) {
  .section.section--about .shadow {
    display: none;
  }
  .section.section--about h2 {
    margin-top: 4%;
    font-size: 56px;
  }
  .section.section--about h2 span {
    margin-left: -30px;
  }
  .section.section--about ul.explain {
    top: 12%;
    right: auto;
    left: 1%;
    font-size: 15px;
    line-height: 1;
    max-width: 260px;
  }
}
@media (max-width: 460px) {
  .section.section--about h2 {
    margin-top: 3%;
    font-size: 52px;
  }
  .section.section--about h2 span {
    margin-left: -25px;
  }
  .section.section--about h3.name {
    font-size: 28px;
    transform: translateX(-14px);
    left: 0;
    margin: 0;
  }
  .section.section--about ul.explain {
    top: 14%;
    right: auto;
    left: -4%;
    font-size: 15px;
    line-height: 1;
    max-width: 270px;
    opacity: 0.7;
  }
  .section.section--about ul.explain li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.section.section--schedule {
  height: 400vh;
  position: relative;
}
.section.section--schedule .container {
  position: sticky;
  top: 0;
}
.section.section--schedule .info {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section.section--schedule .info h2 {
  line-height: 0.94;
  font-size: 153px;
  font-weight: 900;
  margin-bottom: 0;
}
.section.section--schedule .info ul.graphic {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section.section--schedule .info ul.graphic li {
  font-size: 26px;
  line-height: 1.4;
}
.section.section--schedule .info ul.graphic li b {
  font-weight: 500;
  color: rgb(244, 242, 238);
}
.section.section--schedule .info ul.graphic li span {
  font-weight: 300;
  color: rgba(244, 242, 238, 0.6);
}
.section.section--schedule .info ul.graphic li .time {
  color: #f4a300;
  max-width: 400px;
  display: block;
}
.section.section--schedule .info ul.graphic li {
  font-family: "Roboto", sans-serif;
}
.section.section--schedule .timeline-wrapper {
  position: relative;
  margin-top: 3%;
}
.section.section--schedule .timeline-wrapper .progress-line {
  width: 2px;
  height: calc(100vh - 275px);
  background: rgb(189, 5, 0);
  position: absolute;
  z-index: 4;
  will-change: transform;
  transform: translateX(0);
  left: 0;
  bottom: 0;
  transition: transform 300ms;
}
.section.section--schedule .timeline-wrapper .progress-line:before {
  content: "";
  border-color: #bd0500 transparent transparent;
  border-style: solid;
  border-width: 7px 7px 3.5px;
  left: -3px;
  transform: translateX(-6px);
  display: block;
}
.section.section--schedule .timeline-wrapper .background-lines {
  position: absolute;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  height: calc(100vh - 250px);
  z-index: 2;
  padding-top: 25px;
}
.section.section--schedule .timeline-wrapper .background-lines .item {
  position: relative;
}
.section.section--schedule .timeline-wrapper .background-lines .item:before {
  content: "00";
  position: absolute;
  top: -25px;
  left: -11px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 0.88;
  font-size: 18px;
  z-index: 2;
  color: rgb(244, 242, 238);
  opacity: 0.4;
}
.section.section--schedule .timeline-wrapper .background-lines .item {
  border-right: 1px solid rgba(242, 240, 237, 0.1);
}
.section.section--schedule .timeline-wrapper .background-lines .item:first-child {
  border-left: 1px solid rgba(242, 240, 237, 0.1);
}
.section.section--schedule .timeline-wrapper .background-lines .item:nth-child(9):after {
  content: "09";
  position: absolute;
  top: -25px;
  right: -11px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 0.88;
  font-size: 18px;
  z-index: 2;
  color: rgb(244, 242, 238);
  opacity: 0.4;
}
.section.section--schedule .timeline-wrapper .background-lines .item:nth-child(2):before {
  content: "01";
}
.section.section--schedule .timeline-wrapper .background-lines .item:nth-child(3):before {
  content: "02";
}
.section.section--schedule .timeline-wrapper .background-lines .item:nth-child(4):before {
  content: "03";
}
.section.section--schedule .timeline-wrapper .background-lines .item:nth-child(5):before {
  content: "04";
}
.section.section--schedule .timeline-wrapper .background-lines .item:nth-child(6):before {
  content: "05";
}
.section.section--schedule .timeline-wrapper .background-lines .item:nth-child(7):before {
  content: "06";
}
.section.section--schedule .timeline-wrapper .background-lines .item:nth-child(8):before {
  content: "07";
}
.section.section--schedule .timeline-wrapper .background-lines .item:nth-child(9):before {
  content: "08";
}
.section.section--schedule .timeline-wrapper .background-lines .item:nth-child(10) {
  display: none;
}
.section.section--schedule .timeline-wrapper .background-lines .item:nth-child(10):before {
  content: "09";
}
.section.section--schedule .timeline-wrapper .schedule-items-wrapper {
  position: relative;
  width: 100%;
  height: calc(100vh - 250px);
  z-index: 3;
  padding-top: 45px;
  padding-left: 15px;
}
.section.section--schedule .timeline-wrapper .schedule-items-wrapper .item {
  background-size: cover;
  width: 25%;
  transition: 0.25s all;
}
.section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content {
  opacity: 0;
  border: 1px solid transparent;
  background-color: transparent;
  transition: opacity 0.5s ease-out, background-color 0.5s ease-out;
  padding: 15px 20px;
}
.section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content h4 {
  color: #f4a300;
  font-weight: 900;
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content p {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.1;
  opacity: 0.6;
}
.section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content a {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
  font-weight: 300;
  font-size: 14px;
  color: #f4a300;
  margin-top: 8px;
  display: inline-block;
  letter-spacing: 0.5px;
  line-height: 1.2;
  cursor: pointer;
}
.section.section--schedule .timeline-wrapper .schedule-items-wrapper .item:not(:last-child) {
  margin-bottom: 30px;
}
.section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--1 {
  background-image: url("/assets/images/schedule/1.png");
}
.section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--2 {
  margin-left: 25%;
  background-image: url("/assets/images/schedule/2.png");
}
.section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--3 {
  margin-left: 40%;
  background-image: url("/assets/images/schedule/3.png");
}
.section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--4 {
  margin-left: 65%;
  background-image: url("/assets/images/schedule/4.png");
}
.section.section--schedule .timeline-wrapper .schedule-items-wrapper .item.active .content {
  background-color: #101010;
  border: 1px solid #272726;
  opacity: 1;
}
@media (max-height: 1100px) {
  .section.section--schedule .info h2 {
    font-size: 130px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content p {
    font-size: 15px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-height: 1000px) {
  .section.section--schedule .info h2 {
    font-size: 120px;
  }
  .section.section--schedule .timeline-wrapper .progress-line {
    height: calc(100vh - 240px);
    bottom: -29px;
  }
  .section.section--schedule .timeline-wrapper .background-lines {
    height: calc(100vh - 220px);
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content {
    padding: 15px 15px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content h4 {
    font-size: 25px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-height: 900px) {
  .section.section--schedule .info h2 {
    font-size: 110px;
  }
  .section.section--schedule .info ul.graphic li {
    font-size: 23px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--2 {
    margin-top: -80px;
  }
}
@media (max-height: 800px) {
  .section.section--schedule .info h2 {
    font-size: 100px;
  }
  .section.section--schedule .info ul.graphic li {
    font-size: 22px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--2 {
    margin-top: -80px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--4 {
    margin-top: -80px;
  }
}
@media (max-height: 700px) {
  .section.section--schedule .info h2 {
    font-size: 90px;
  }
  .section.section--schedule .info ul.graphic li {
    font-size: 21px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content {
    padding: 10px 15px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--2 {
    margin-top: -120px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--4 {
    margin-top: -120px;
  }
}
@media (max-width: 1740px) {
  .section.section--schedule .info h2 {
    font-size: 130px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (max-width: 1500px) {
  .section.section--schedule .info h2 {
    font-size: 120px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content {
    padding: 10px 15px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content h4 {
    font-size: 25px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 1200px) {
  .section.section--schedule .info h2 {
    font-size: 100px;
  }
  .section.section--schedule .info ul.graphic li {
    font-size: 22px;
  }
  .section.section--schedule .timeline-wrapper .progress-line {
    height: calc(100vh - 220px);
    bottom: -50px;
  }
  .section.section--schedule .timeline-wrapper .background-lines {
    height: calc(100vh - 200px);
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content {
    padding: 10px 15px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content h4 {
    font-size: 23px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item {
    width: 30%;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--2 {
    margin-left: 30%;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--4 {
    margin-left: 70%;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .section.section--schedule .info h2 {
    font-size: 90px;
  }
  .section.section--schedule .info ul.graphic li {
    font-size: 21px;
  }
  .section.section--schedule .timeline-wrapper .background-lines {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 190px);
    z-index: 2;
    padding-top: 25px;
  }
  .section.section--schedule .timeline-wrapper .background-lines .item {
    margin-left: 30px;
  }
  .section.section--schedule .timeline-wrapper .background-lines .item:first-child {
    border-left: none;
  }
  .section.section--schedule .timeline-wrapper .background-lines .item:nth-child(10) {
    display: block;
  }
  .section.section--schedule .timeline-wrapper .background-lines .item:after {
    display: none !important;
  }
  .section.section--schedule .timeline-wrapper .background-lines .item {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid rgba(242, 240, 237, 0.1);
  }
  .section.section--schedule .timeline-wrapper .background-lines .item:before {
    top: -6px;
    left: -28px;
  }
  .section.section--schedule .timeline-wrapper .progress-line {
    height: 1px;
    width: calc(100% - 35px);
    bottom: auto;
    left: 34px;
    top: 25px;
  }
  .section.section--schedule .timeline-wrapper .progress-line:before {
    width: 12px;
    transform: translate(-5px, -5px) rotate(-90deg);
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper {
    padding-top: 30px;
    padding-left: 30px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item {
    width: 35%;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content p {
    line-height: 1;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--3 {
    margin-left: 0;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--2, .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--4 {
    margin-left: 40%;
  }
}
@media (max-width: 767px) {
  .section.section--schedule .info h2 {
    font-size: 80px;
  }
  .section.section--schedule .info ul.graphic {
    max-width: 90px;
  }
  .section.section--schedule .info ul.graphic li {
    font-size: 18px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item {
    width: 48%;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content {
    padding: 10px 10px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content h4 {
    margin-bottom: 5px;
    line-height: 1;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--2 {
    margin-top: -9%;
    margin-left: 52%;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--3 {
    margin-left: 0;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--4 {
    margin-top: -9%;
    margin-left: 52%;
  }
}
@media (max-width: 576px) {
  .section.section--schedule .info {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  .section.section--schedule .info h2 {
    font-size: 76px;
  }
  .section.section--schedule .info ul.graphic {
    max-width: none;
    display: flex;
    margin-top: 8px;
  }
  .section.section--schedule .info ul.graphic li:first-child {
    margin-right: 10px;
  }
  .section.section--schedule .info ul.graphic li {
    font-size: 17px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item {
    width: 85%;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content {
    padding: 10px 10px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content h4 {
    margin-bottom: 5px;
    line-height: 1;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content p {
    line-height: 1;
    -webkit-line-clamp: 2;
    font-size: 14px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--2 {
    margin-top: 2%;
    margin-left: 0;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--3 {
    margin-left: 0;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item--4 {
    margin-top: 2%;
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .section.section--schedule .info h2 {
    font-size: 60px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper {
    padding-top: 26px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content h4 {
    font-size: 21px;
    margin-bottom: 3px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content p {
    font-size: 14px;
  }
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content a {
    font-size: 13px;
  }
}
@media (min-height: 680px) {
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content p {
    -webkit-line-clamp: 3;
  }
}
@media (min-height: 730px) {
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content p {
    -webkit-line-clamp: 4;
  }
}
@media (min-height: 940px) {
  .section.section--schedule .timeline-wrapper .schedule-items-wrapper .item .content p {
    -webkit-line-clamp: 5;
  }
}

.section.section--tariff {
  padding-top: 170px;
  padding-bottom: 40px;
  text-align: center;
}
.section.section--tariff h2 {
  display: inline-block;
  text-align: left;
  font-weight: 900;
  font-size: 153px;
  line-height: 0.94;
  margin: 0;
}
.section.section--tariff .list {
  margin-top: 120px;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.section.section--tariff .list .item {
  background-color: rgba(244, 242, 238, 0.02);
  border: 1px solid rgba(244, 242, 238, 0.1);
  backdrop-filter: blur(80px);
  padding: 30px 30px;
}
.section.section--tariff .list .item .type-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.section.section--tariff .list .item .type-wrapper .type {
  font-weight: 900;
  font-size: 60px;
  line-height: 0.94;
  text-transform: uppercase;
  text-align: right;
  color: #f4a300;
}
.section.section--tariff .list .item .type-wrapper span {
  font-size: 24px;
  display: block;
  text-transform: lowercase;
}
.section.section--tariff .list .item .price-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 30px;
}
.section.section--tariff .list .item .price-wrapper .price b {
  display: inline-block;
  font-weight: 900;
  font-size: 70px;
  line-height: 0.94;
  margin-right: 10px;
}
.section.section--tariff .list .item .price-wrapper .price span {
  display: inline-block;
  vertical-align: top;
  text-decoration: line-through;
  color: rgb(189, 5, 0);
  font-size: 32px;
  font-weight: 900;
  line-height: 0.94;
  text-transform: uppercase;
}
.section.section--tariff .list .item .price-wrapper .price span.time {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #f4f2ee;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  margin-top: 8px;
}
.section.section--tariff .list .item .price-wrapper .price i {
  margin-top: 5px;
  display: block;
  color: #f4a300;
  font-size: 24px;
  font-style: normal;
}
.section.section--tariff .list .item p {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 1.1;
  margin-bottom: 15px;
  font-weight: 300;
  color: #f4a300;
  min-height: 62px;
  text-align: center;
}
.section.section--tariff .list .item .extra-info {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  opacity: 0.85;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  min-height: 57px;
}
.section.section--tariff .list .item ul {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 1050px;
}
.section.section--tariff .list .item ul li {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  font-weight: 300;
  padding-left: 28px;
  line-height: 1.2;
  color: rgba(244, 242, 238, 0.6);
}
.section.section--tariff .list .item ul li:not(:last-child) {
  margin-bottom: 15px;
}
.section.section--tariff .list .item ul li:before {
  content: "";
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 16px;
  background-image: url("/assets/images/icons/cross.svg");
  background-size: cover;
  position: absolute;
}
@media (max-height: 1100px) {
  .section.section--tariff h2 {
    font-size: 130px;
  }
  .section.section--tariff .list {
    margin-top: 80px;
  }
}
@media (max-height: 1000px) {
  .section.section--tariff h2 {
    font-size: 120px;
  }
  .section.section--tariff .list {
    margin-top: 50px;
  }
}
@media (max-height: 900px) {
  .section.section--tariff h2 {
    font-size: 90px;
  }
  .section.section--tariff .list {
    margin-top: 30px;
  }
  .section.section--tariff .list .item {
    padding: 20px 25px;
  }
  .section.section--tariff .list .item ul {
    min-height: 980px;
  }
  .section.section--tariff .list .item ul li {
    font-size: 18px;
    line-height: 1.1;
  }
}
@media (max-height: 800px) {
  .section.section--tariff h2 {
    font-size: 82px;
  }
  .section.section--tariff .list {
    margin-top: 20px;
  }
  .section.section--tariff .list .item {
    padding: 15px 20px;
  }
  .section.section--tariff .list .item ul {
    min-height: 980px;
  }
  .section.section--tariff .list .item ul li {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media (max-height: 700px) {
  .section.section--tariff h2 {
    font-size: 76px;
  }
  .section.section--tariff h2 br {
    display: none;
  }
  .section.section--tariff h2 span {
    margin-left: -80px;
  }
}
@media (max-width: 1740px) {
  .section.section--tariff h2 {
    font-size: 130px;
  }
  .section.section--tariff .list {
    margin-top: 80px;
  }
}
@media (max-width: 1500px) {
  .section.section--tariff h2 {
    font-size: 120px;
  }
  .section.section--tariff .list {
    margin-top: 50px;
  }
  .section.section--tariff .list .item ul {
    min-height: 1080px;
  }
  .section.section--tariff .list .item ul li {
    font-size: 17px;
  }
  .section.section--tariff .list .item ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .section.section--tariff h2 {
    font-size: 90px;
  }
  .section.section--tariff .list {
    margin-top: 30px;
  }
  .section.section--tariff .list .item {
    padding: 20px 25px;
  }
  .section.section--tariff .list .item ul {
    min-height: 1080px;
  }
  .section.section--tariff .list .item ul li {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media (max-width: 1100px) {
  .section.section--tariff h2 {
    font-size: 82px;
  }
  .section.section--tariff .list {
    margin-top: 20px;
  }
  .section.section--tariff .list .item {
    padding: 15px 20px;
  }
  .section.section--tariff .list .item p {
    min-height: 72px;
  }
  .section.section--tariff .list .item ul {
    min-height: 1130px;
  }
  .section.section--tariff .list .item ul li {
    font-size: 17px;
    line-height: 1.1;
  }
}
@media (max-width: 991px) {
  .section.section--tariff h2 {
    font-size: 76px;
    line-height: 1.1;
  }
  .section.section--tariff h2 br {
    display: none;
  }
  .section.section--tariff h2 span {
    margin-left: -80px;
  }
  .section.section--tariff .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .section.section--tariff .list .item ul {
    min-height: 760px;
  }
  .section.section--tariff .list > :last-child {
    grid-column: 1/-1; /* span across all columns */
    justify-self: center; /* center inside the full width */
  }
}
@media (max-width: 767px) {
  .section.section--tariff .list {
    display: block;
  }
  .section.section--tariff .list .item ul {
    min-height: auto;
    margin-bottom: 20px;
  }
  .section.section--tariff .list .item:not(:last-child) {
    margin-bottom: 20px;
  }
  .section.section--tariff .list > :last-child {
    grid-column: 1;
    justify-self: normal;
  }
}
@media (max-width: 576px) {
  .section.section--tariff h2 {
    font-size: 72px;
  }
  .section.section--tariff .list .item {
    padding: 15px 10px;
  }
  .section.section--tariff .list .item .price-wrapper .price b {
    font-size: 64px;
  }
  .section.section--tariff .list .item .price-wrapper .price span {
    font-size: 28px;
  }
  .section.section--tariff .list .item .price-wrapper .type {
    font-size: 38px;
  }
  .section.section--tariff .list .item ul {
    min-height: 280px;
  }
}

.section.section--faq {
  padding-top: 170px;
}
.section.section--faq .container-static {
  background-image: url("/assets/images/film-faqs.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom -70px left -75px;
}
.section.section--faq .content {
  display: flex;
}
.section.section--faq .content .left-side {
  width: 45%;
}
.section.section--faq .content .left-side h2 {
  font-weight: 900;
  font-size: 153px;
  line-height: 0.94;
  text-transform: initial;
  background-image: url("/assets/images/gradient-faqs.png");
  background-repeat: no-repeat;
  background-position: top 52% left -9%;
  padding-bottom: 150px;
}
.section.section--faq .content .right-side {
  width: 55%;
}
.section.section--faq .content .right-side .faq {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section.section--faq .content .right-side .faq li {
  padding-right: 60px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(242, 240, 237, 0.1);
}
.section.section--faq .content .right-side .faq li h2 {
  font-weight: 400;
  font-size: 51px;
  line-height: 0.94;
  margin-bottom: 35px;
}
.section.section--faq .content .right-side .faq li p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.2;
  color: rgba(244, 242, 238, 0.6);
}
.section.section--faq .content .right-side .faq li .btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.section--faq .content .right-side .faq li .btn svg {
  transition: 0.3s transform;
}
.section.section--faq .content .right-side .faq li .btn svg line {
  transition: 0.3s stroke;
}
.section.section--faq .content .right-side .faq li .btn:hover svg line {
  stroke: #070707;
}
.section.section--faq .content .right-side .faq li.open .btn svg {
  transform: rotate(45deg);
}
.section.section--faq .content .right-side .faq li.open .btn svg line {
  stroke: rgb(189, 5, 0);
}
@media (max-height: 900px) {
  .section.section--faq .content .left-side h2 {
    font-size: 130px;
  }
  .section.section--faq .content .right-side .faq li h2 {
    font-size: 48px;
    margin-bottom: 25px;
  }
}
@media (max-height: 800px) {
  .section.section--faq .content .left-side h2 {
    font-size: 120px;
  }
  .section.section--faq .content .right-side .faq li {
    margin-bottom: 20px;
  }
  .section.section--faq .content .right-side .faq li h2 {
    font-size: 42px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1500px) {
  .section.section--faq .content .left-side {
    width: 40%;
  }
  .section.section--faq .content .left-side h2 {
    font-size: 130px;
  }
  .section.section--faq .content .right-side {
    width: 60%;
  }
  .section.section--faq .content .right-side .faq li h2 {
    font-size: 48px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1200px) {
  .section.section--faq .content .left-side {
    width: 30%;
  }
  .section.section--faq .content .left-side h2 {
    font-size: 120px;
    background-position: top 52% left 151%;
  }
  .section.section--faq .content .right-side {
    width: 70%;
  }
  .section.section--faq .content .right-side .faq li {
    margin-bottom: 20px;
  }
  .section.section--faq .content .right-side .faq li h2 {
    font-size: 42px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .section.section--faq {
    padding-top: 100px;
  }
  .section.section--faq .content .left-side {
    width: 20%;
  }
  .section.section--faq .content .left-side h2 {
    font-size: 100px;
    background-position: top 52% left 81%;
  }
  .section.section--faq .content .right-side {
    width: 80%;
  }
  .section.section--faq .content .right-side .faq li {
    margin-bottom: 15px;
  }
  .section.section--faq .content .right-side .faq li h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section.section--faq {
    padding-top: 70px;
  }
  .section.section--faq .content {
    flex-direction: column;
  }
  .section.section--faq .content .left-side {
    width: 100%;
  }
  .section.section--faq .content .left-side h2 {
    font-size: 80px;
    background-image: none;
    padding-bottom: 0;
  }
  .section.section--faq .content .right-side {
    width: 100%;
  }
  .section.section--faq .content .right-side .faq li {
    margin-bottom: 15px;
  }
  .section.section--faq .content .right-side .faq li h2 {
    font-size: 38px;
    margin-bottom: 20px;
  }
}

.section.section--review {
  padding-top: 100px;
  padding-bottom: 60px;
  text-align: center;
}
.section.section--review h2 {
  display: inline-block;
  text-align: left;
  font-weight: 900;
  font-size: 153px;
  line-height: 0.94;
  margin: 0;
}
.section.section--review .list {
  margin-top: 100px;
  padding: 0 30px;
  text-align: left;
}
.section.section--review .list .item {
  background-color: rgba(244, 242, 238, 0.02);
  border: 1px solid rgba(244, 242, 238, 0.1);
  backdrop-filter: blur(80px);
  padding: 30px 30px;
  margin: 0 10px;
  min-height: 410px;
  height: auto;
}
.section.section--review .list .item__header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section.section--review .list .item__header .info {
  display: flex;
  align-items: center;
}
.section.section--review .list .item__header .info img.avatar {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-right: 20px;
}
.section.section--review .list .item__header .info .name {
  text-transform: uppercase;
  font-size: 32px;
}
.section.section--review .list .item__header a.instagram {
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/assets/images/icons/instagram.svg");
}
.section.section--review .list .item__content {
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-height: 1100px) {
  .section.section--review h2 {
    font-size: 130px;
  }
  .section.section--review .list {
    margin-top: 80px;
  }
}
@media (max-height: 1000px) {
  .section.section--review h2 {
    font-size: 120px;
  }
  .section.section--review .list {
    margin-top: 50px;
  }
}
@media (max-height: 900px) {
  .section.section--review h2 {
    font-size: 90px;
  }
  .section.section--review .list {
    margin-top: 50px;
  }
  .section.section--review .list .item__content {
    font-size: 20px;
  }
}
@media (max-height: 800px) {
  .section.section--review h2 {
    font-size: 82px;
  }
  .section.section--review .list .item {
    min-height: 350px;
    padding: 20px 20px;
  }
  .section.section--review .list .item__content {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (max-height: 700px) {
  .section.section--review h2 {
    font-size: 76px;
  }
  .section.section--review .list .item {
    min-height: 320px;
    padding: 15px 15px;
  }
  .section.section--review .list .item__content {
    font-size: 19px;
    line-height: 1.1;
  }
}
@media (max-width: 1740px) {
  .section.section--review h2 {
    font-size: 130px;
  }
  .section.section--review .list {
    margin-top: 80px;
  }
}
@media (max-width: 1500px) {
  .section.section--review h2 {
    font-size: 120px;
  }
  .section.section--review .list {
    margin-top: 50px;
  }
  .section.section--review .list .item {
    min-height: 460px;
  }
  .section.section--review .list .item__content {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .section.section--review h2 {
    font-size: 90px;
  }
  .section.section--review .list {
    margin-top: 40px;
  }
  .section.section--review .list .item {
    min-height: 380px;
  }
}
@media (max-width: 991px) {
  .section.section--review h2 {
    font-size: 76px;
  }
  .section.section--review .list .item {
    padding: 20px 20px;
    min-height: 430px;
  }
  .section.section--review .list .item__header .info img.avatar {
    width: 50px;
    height: 50px;
  }
  .section.section--review .list .item__header .info .name {
    font-size: 28px;
  }
  .section.section--review .list .item__content {
    font-size: 19px;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .section.section--review .list .item {
    min-height: 300px;
  }
  .section.section--review {
    padding-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .section.section--review h2 {
    font-size: 72px;
  }
  .section.section--review .list {
    padding: 0;
  }
  .section.section--review .list .item {
    min-height: 350px;
  }
  .section.section--review {
    padding-bottom: 30px;
  }
}
@media (max-width: 460px) {
  .section.section--review h2 {
    font-size: 72px;
  }
  .section.section--review .list .item {
    min-height: 330px;
    padding: 15px 15px;
    margin: 0 5px;
  }
  .section.section--review .list .item__header .info img.avatar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .section.section--review .list .item__header .info .name {
    font-size: 21px;
  }
  .section.section--review .list .item__content {
    font-size: 16px;
    line-height: 1;
  }
}

.section--names {
  height: 400vh;
  position: relative;
}
.section--names .container {
  position: sticky;
  top: 0;
}
.section--names h2 {
  text-align: center;
  position: absolute;
  top: -80px;
  margin: 0;
  font-size: 100px;
}
.section--names .names-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  position: relative;
  width: 100%;
  height: calc(100vh - 180px);
  top: 180px;
}
.section--names .item {
  font-size: 60px;
  opacity: 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease;
  scroll-snap-align: center;
  transform-origin: center center;
  will-change: transform, opacity, font-size;
  color: #f4a300;
  position: absolute;
}
.section--names .item--near-before-active-5 {
  font-size: 40px;
  opacity: 0;
  top: 11.5%;
}
.section--names .item--near-before-active-4 {
  font-size: 45px;
  opacity: 0.15;
  top: 15%;
}
.section--names .item--near-before-active-3 {
  font-size: 50px;
  opacity: 0.35;
  top: 19%;
}
.section--names .item--near-before-active-2 {
  font-size: 65px;
  opacity: 0.6;
  top: 23%;
  letter-spacing: 1px;
}
.section--names .item--near-before-active-1 {
  font-size: 90px;
  opacity: 0.75;
  top: 28%;
  letter-spacing: 2px;
}
.section--names .item--near-after-active-1 {
  font-size: 90px;
  opacity: 0.75;
  top: 46.5%;
  letter-spacing: 2px;
}
.section--names .item--near-after-active-2 {
  font-size: 65px;
  opacity: 0.6;
  top: 54.5%;
  letter-spacing: 1px;
}
.section--names .item--near-after-active-3 {
  font-size: 50px;
  opacity: 0.35;
  top: 60.5%;
}
.section--names .item--near-after-active-4 {
  font-size: 45px;
  opacity: 0.15;
  top: 65%;
}
.section--names .item--near-after-active-5 {
  font-size: 40px;
  opacity: 0;
  top: 69.5%;
}
.section--names .item--active {
  font-size: 120px;
  opacity: 1;
  letter-spacing: 3px;
  top: 35.5%;
}
.section--names .item span {
  color: #f4f2ee !important;
}
@media (max-height: 1200px) {
  .section--names .item--near-before-active-5 {
    font-size: 40px;
    opacity: 0;
    top: 9.5%;
  }
  .section--names .item--near-before-active-4 {
    font-size: 45px;
    opacity: 0.15;
    top: 11.5%;
  }
  .section--names .item--near-before-active-3 {
    font-size: 50px;
    opacity: 0.35;
    top: 16%;
  }
  .section--names .item--near-before-active-2 {
    font-size: 65px;
    opacity: 0.6;
    top: 21%;
    letter-spacing: 1px;
  }
  .section--names .item--near-before-active-1 {
    font-size: 90px;
    opacity: 0.75;
    top: 27%;
    letter-spacing: 2px;
  }
  .section--names .item--active {
    top: 42.5%;
    font-size: 120px;
  }
  .section--names .item--near-after-active-1 {
    font-size: 90px;
    opacity: 0.75;
    top: 48.5%;
    letter-spacing: 2px;
  }
  .section--names .item--near-after-active-2 {
    font-size: 65px;
    opacity: 0.6;
    top: 58.5%;
    letter-spacing: 1px;
  }
  .section--names .item--near-after-active-3 {
    font-size: 50px;
    opacity: 0.35;
    top: 65.5%;
  }
  .section--names .item--near-after-active-4 {
    font-size: 45px;
    opacity: 0.15;
    top: 71%;
  }
  .section--names .item--near-after-active-5 {
    font-size: 40px;
    opacity: 0;
    top: 76.5%;
  }
}
@media (max-height: 1100px) {
  .section--names .item--near-before-active-5 {
    font-size: 40px;
    opacity: 0;
    top: 9.5%;
  }
  .section--names .item--near-before-active-4 {
    font-size: 45px;
    opacity: 0.15;
    top: 14.5%;
  }
  .section--names .item--near-before-active-3 {
    font-size: 50px;
    opacity: 0.35;
    top: 20%;
  }
  .section--names .item--near-before-active-2 {
    font-size: 65px;
    opacity: 0.6;
    top: 26%;
    letter-spacing: 1px;
  }
  .section--names .item--near-before-active-1 {
    font-size: 90px;
    opacity: 0.75;
    top: 33%;
    letter-spacing: 2px;
  }
  .section--names .item--active {
    top: 42.5%;
    font-size: 120px;
  }
  .section--names .item--near-after-active-1 {
    font-size: 90px;
    opacity: 0.75;
    top: 56.5%;
    letter-spacing: 2px;
  }
  .section--names .item--near-after-active-2 {
    font-size: 65px;
    opacity: 0.6;
    top: 67.5%;
    letter-spacing: 1px;
  }
  .section--names .item--near-after-active-3 {
    font-size: 50px;
    opacity: 0.35;
    top: 75.5%;
  }
  .section--names .item--near-after-active-4 {
    font-size: 45px;
    opacity: 0.15;
    top: 81.5%;
  }
  .section--names .item--near-after-active-5 {
    font-size: 40px;
    opacity: 0;
    top: 78.5%;
  }
}
@media (max-height: 1000px) {
  .section--names h2 {
    top: -120px;
    font-size: 90px;
  }
  .section--names .names-items {
    top: 150px;
  }
  .section--names .item--near-before-active-5 {
    font-size: 40px;
    opacity: 0;
    top: 3.5%;
  }
  .section--names .item--near-before-active-4 {
    font-size: 45px;
    opacity: 0.15;
    top: 9.5%;
  }
  .section--names .item--near-before-active-3 {
    font-size: 50px;
    opacity: 0.35;
    top: 15.5%;
  }
  .section--names .item--near-before-active-2 {
    font-size: 65px;
    opacity: 0.6;
    top: 22%;
    letter-spacing: 1px;
  }
  .section--names .item--near-before-active-1 {
    font-size: 90px;
    opacity: 0.75;
    top: 30%;
    letter-spacing: 2px;
  }
  .section--names .item--active {
    top: 41.5%;
  }
  .section--names .item--near-after-active-1 {
    font-size: 90px;
    opacity: 0.75;
    top: 57.5%;
    letter-spacing: 2px;
  }
  .section--names .item--near-after-active-2 {
    font-size: 65px;
    opacity: 0.6;
    top: 69.5%;
    letter-spacing: 1px;
  }
  .section--names .item--near-after-active-3 {
    font-size: 50px;
    opacity: 0.35;
    top: 78.5%;
  }
  .section--names .item--near-after-active-4 {
    font-size: 45px;
    opacity: 0.15;
    top: 85.5%;
  }
  .section--names .item--near-after-active-5 {
    font-size: 40px;
    opacity: 0;
    top: 92.5%;
  }
}
@media (max-height: 900px) {
  .section--names h2 {
    top: -120px;
    font-size: 90px;
  }
  .section--names .names-items {
    top: 150px;
  }
  .section--names .item--near-before-active-5 {
    font-size: 30px;
    opacity: 0;
    top: 3.5%;
  }
  .section--names .item--near-before-active-4 {
    font-size: 35px;
    opacity: 0.15;
    top: 9.5%;
  }
  .section--names .item--near-before-active-3 {
    font-size: 40px;
    opacity: 0.35;
    top: 15.5%;
  }
  .section--names .item--near-before-active-2 {
    font-size: 55px;
    opacity: 0.6;
    top: 22%;
    letter-spacing: 1px;
  }
  .section--names .item--near-before-active-1 {
    font-size: 80px;
    opacity: 0.75;
    top: 30%;
    letter-spacing: 2px;
  }
  .section--names .item--active {
    top: 41.5%;
    font-size: 103px;
  }
  .section--names .item--near-after-active-1 {
    font-size: 80px;
    opacity: 0.75;
    top: 57.5%;
    letter-spacing: 2px;
  }
  .section--names .item--near-after-active-2 {
    font-size: 55px;
    opacity: 0.6;
    top: 69.5%;
    letter-spacing: 1px;
  }
  .section--names .item--near-after-active-3 {
    font-size: 40px;
    opacity: 0.35;
    top: 78.5%;
  }
  .section--names .item--near-after-active-4 {
    font-size: 35px;
    opacity: 0.15;
    top: 85.5%;
  }
  .section--names .item--near-after-active-5 {
    font-size: 30px;
    opacity: 0;
    top: 92.5%;
  }
}
@media (max-height: 800px) {
  .section--names h2 {
    top: -70px;
    font-size: 80px;
  }
  .section--names .names-items {
    top: 110px;
  }
  .section--names .item--near-before-active-5 {
    font-size: 25px;
    opacity: 0;
    top: 3.5%;
  }
  .section--names .item--near-before-active-4 {
    font-size: 30px;
    opacity: 0.15;
    top: 9.5%;
  }
  .section--names .item--near-before-active-3 {
    font-size: 35px;
    opacity: 0.35;
    top: 15.5%;
  }
  .section--names .item--near-before-active-2 {
    font-size: 50px;
    opacity: 0.6;
    top: 22%;
    letter-spacing: 1px;
  }
  .section--names .item--near-before-active-1 {
    font-size: 70px;
    opacity: 0.75;
    top: 30%;
    letter-spacing: 2px;
  }
  .section--names .item--active {
    top: 41.5%;
    font-size: 88px;
  }
  .section--names .item--near-after-active-1 {
    font-size: 70px;
    opacity: 0.75;
    top: 57.5%;
    letter-spacing: 2px;
  }
  .section--names .item--near-after-active-2 {
    font-size: 50px;
    opacity: 0.6;
    top: 69.5%;
    letter-spacing: 1px;
  }
  .section--names .item--near-after-active-3 {
    font-size: 35px;
    opacity: 0.35;
    top: 78.5%;
  }
  .section--names .item--near-after-active-4 {
    font-size: 30px;
    opacity: 0.15;
    top: 85.5%;
  }
  .section--names .item--near-after-active-5 {
    font-size: 25px;
    opacity: 0;
    top: 92.5%;
  }
}
@media (max-height: 700px) {
  .section--names h2 {
    top: -50px;
    font-size: 70px;
  }
  .section--names .names-items {
    top: 80px;
  }
  .section--names .item--near-before-active-5 {
    font-size: 20px;
    opacity: 0;
    top: 7.5%;
  }
  .section--names .item--near-before-active-4 {
    font-size: 25px;
    opacity: 0.15;
    top: 14.5%;
  }
  .section--names .item--near-before-active-3 {
    font-size: 30px;
    opacity: 0.35;
    top: 21.5%;
  }
  .section--names .item--near-before-active-2 {
    font-size: 45px;
    opacity: 0.6;
    top: 30%;
    letter-spacing: 1px;
  }
  .section--names .item--near-before-active-1 {
    font-size: 55px;
    opacity: 0.75;
    top: 41%;
    letter-spacing: 2px;
  }
  .section--names .item--active {
    top: 54.5%;
    font-size: 70px;
  }
  .section--names .item--near-after-active-1 {
    font-size: 55px;
    opacity: 0.75;
    top: 73.5%;
    letter-spacing: 2px;
  }
  .section--names .item--near-after-active-2 {
    font-size: 45px;
    opacity: 0.6;
    top: 88.5%;
    letter-spacing: 1px;
  }
  .section--names .item--near-after-active-3 {
    font-size: 30px;
    opacity: 0.35;
    top: 101.5%;
  }
  .section--names .item--near-after-active-4 {
    font-size: 25px;
    opacity: 0.15;
    top: 110.5%;
  }
  .section--names .item--near-after-active-5 {
    font-size: 20px;
    opacity: 0;
    top: 118.5%;
  }
}
@media (max-width: 991px) {
  .section--names h2 {
    top: -120px;
    font-size: 90px;
  }
  .section--names .names-items {
    top: 150px;
  }
  .section--names .item--near-before-active-5 {
    font-size: 30px;
    opacity: 0;
    top: 3.5%;
  }
  .section--names .item--near-before-active-4 {
    font-size: 35px;
    opacity: 0.15;
    top: 9.5%;
  }
  .section--names .item--near-before-active-3 {
    font-size: 40px;
    opacity: 0.35;
    top: 15.5%;
  }
  .section--names .item--near-before-active-2 {
    font-size: 55px;
    opacity: 0.6;
    top: 22%;
    letter-spacing: 1px;
  }
  .section--names .item--near-before-active-1 {
    font-size: 80px;
    opacity: 0.75;
    top: 30%;
    letter-spacing: 2px;
  }
  .section--names .item--active {
    top: 41.5%;
    font-size: 103px;
  }
  .section--names .item--near-after-active-1 {
    font-size: 80px;
    opacity: 0.75;
    top: 57.5%;
    letter-spacing: 2px;
  }
  .section--names .item--near-after-active-2 {
    font-size: 55px;
    opacity: 0.6;
    top: 69.5%;
    letter-spacing: 1px;
  }
  .section--names .item--near-after-active-3 {
    font-size: 40px;
    opacity: 0.35;
    top: 78.5%;
  }
  .section--names .item--near-after-active-4 {
    font-size: 35px;
    opacity: 0.15;
    top: 85.5%;
  }
  .section--names .item--near-after-active-5 {
    font-size: 30px;
    opacity: 0;
    top: 92.5%;
  }
}
@media (max-width: 767px) {
  .section--names h2 {
    top: -70px;
    font-size: 80px;
  }
  .section--names .names-items {
    top: 110px;
  }
  .section--names .item--near-before-active-5 {
    font-size: 25px;
    opacity: 0;
    top: 3.5%;
  }
  .section--names .item--near-before-active-4 {
    font-size: 30px;
    opacity: 0.15;
    top: 9.5%;
  }
  .section--names .item--near-before-active-3 {
    font-size: 35px;
    opacity: 0.35;
    top: 15.5%;
  }
  .section--names .item--near-before-active-2 {
    font-size: 50px;
    opacity: 0.6;
    top: 22%;
    letter-spacing: 1px;
  }
  .section--names .item--near-before-active-1 {
    font-size: 70px;
    opacity: 0.75;
    top: 30%;
    letter-spacing: 2px;
  }
  .section--names .item--active {
    top: 41.5%;
    font-size: 78px;
  }
  .section--names .item--near-after-active-1 {
    font-size: 70px;
    opacity: 0.75;
    top: 57.5%;
    letter-spacing: 2px;
  }
  .section--names .item--near-after-active-2 {
    font-size: 50px;
    opacity: 0.6;
    top: 69.5%;
    letter-spacing: 1px;
  }
  .section--names .item--near-after-active-3 {
    font-size: 35px;
    opacity: 0.35;
    top: 78.5%;
  }
  .section--names .item--near-after-active-4 {
    font-size: 30px;
    opacity: 0.15;
    top: 85.5%;
  }
  .section--names .item--near-after-active-5 {
    font-size: 25px;
    opacity: 0;
    top: 92.5%;
  }
}
@media (max-width: 576px) {
  .section--names h2 {
    top: -50px;
    font-size: 70px;
  }
  .section--names .names-items {
    top: 80px;
  }
  .section--names .item--near-before-active-5 {
    font-size: 20px;
    opacity: 0;
    top: 14.5%;
  }
  .section--names .item--near-before-active-4 {
    font-size: 25px;
    opacity: 0.15;
    top: 19%;
  }
  .section--names .item--near-before-active-3 {
    font-size: 30px;
    opacity: 0.35;
    top: 23.5%;
  }
  .section--names .item--near-before-active-2 {
    font-size: 35px;
    opacity: 0.6;
    top: 29%;
    letter-spacing: 1px;
  }
  .section--names .item--near-before-active-1 {
    font-size: 40px;
    opacity: 0.75;
    top: 35%;
    letter-spacing: 2px;
  }
  .section--names .item--active {
    top: 41.5%;
    font-size: 48px;
  }
  .section--names .item--near-after-active-1 {
    font-size: 40px;
    opacity: 0.75;
    top: 50%;
    letter-spacing: 2px;
  }
  .section--names .item--near-after-active-2 {
    font-size: 35px;
    opacity: 0.6;
    top: 57.5%;
    letter-spacing: 1px;
  }
  .section--names .item--near-after-active-3 {
    font-size: 30px;
    opacity: 0.35;
    top: 64.5%;
  }
  .section--names .item--near-after-active-4 {
    font-size: 25px;
    opacity: 0.15;
    top: 71%;
  }
  .section--names .item--near-after-active-5 {
    font-size: 20px;
    opacity: 0;
    top: 76%;
  }
}
@media (max-width: 400px) {
  .section--names h2 {
    top: -30px;
    font-size: 60px;
  }
  .section--names .names-items {
    top: 70px;
    height: calc(100vh - 70px);
  }
  .section--names .item--near-before-active-5 {
    font-size: 10px;
    opacity: 0;
    top: 19.5%;
  }
  .section--names .item--near-before-active-4 {
    font-size: 13px;
    opacity: 0.15;
    top: 23%;
  }
  .section--names .item--near-before-active-3 {
    font-size: 18px;
    opacity: 0.35;
    top: 27%;
  }
  .section--names .item--near-before-active-2 {
    font-size: 23px;
    opacity: 0.6;
    top: 31%;
    letter-spacing: 1px;
  }
  .section--names .item--near-before-active-1 {
    font-size: 28px;
    opacity: 0.75;
    top: 36%;
    letter-spacing: 2px;
  }
  .section--names .item--active {
    top: 41.5%;
    font-size: 38px;
  }
  .section--names .item--near-after-active-1 {
    font-size: 28px;
    opacity: 0.75;
    top: 49%;
    letter-spacing: 2px;
  }
  .section--names .item--near-after-active-2 {
    font-size: 23px;
    opacity: 0.6;
    top: 55.5%;
    letter-spacing: 1px;
  }
  .section--names .item--near-after-active-3 {
    font-size: 18px;
    opacity: 0.35;
    top: 60%;
  }
  .section--names .item--near-after-active-4 {
    font-size: 13px;
    opacity: 0.15;
    top: 65%;
  }
  .section--names .item--near-after-active-5 {
    font-size: 10px;
    opacity: 0;
    top: 68%;
  }
}

.section.section--logos .row img {
  margin: 10px 15px;
  height: 40px;
}

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