@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: "Cygnito Mono", sans-serif;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  padding: 0;
  border: 0;
  color: #ffffff;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

.wp-block-columns {
	margin-bottom: 1.75em!important;
}

img {
  max-width: 100%;
  height: auto;
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cygnito Mono", sans-serif;
}

ol, ul {
  list-style: none;
}

p, li {
  color: #ffffff;
  font-weight: 400;
}

p, li, a {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
}

blockquote, q {
  quotes: none;
}

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

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

a:hover, a:active, a:link {
  text-decoration: none;
}

input[type=text], input[type=email], input[type=password], input[type=tel], textarea, button {
  -webkit-appearance: none;
}

@font-face {
  font-family: "Editorial New-Ultralight";
  src: url("fonts/EditorialNew-Ultralight.eot");
  src: url("fonts/EditorialNew-Ultralight.woff") format("woff"), url("EditorialNew-Ultralight.eot?#iefix") format("embedded-opentype"), url("fonts/EditorialNew-Ultralight.woff2") format("woff2"), url("fonts/EditorialNew-Ultralight.otf") format("opentype"), url("fonts/EditorialNew-Ultralight.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Cygnito Mono";
  src: url("fonts/Cygnito-Mono.otf") format("opentype");
  src: url("fonts/Cygnito-Mono.woff") format("woff"), url("fonts/Cygnito-Mono.woff2") format("woff2"), url("fonts/Cygnito Mono.ttf") format("truetype");
  font-weight: normal;
}
html {
  margin-top: 0 !important;
}

* html body {
  margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }

  * html body {
    margin-top: 0 !important;
  }
}
* {
  cursor: url("img/cursor.svg"), auto;
}

a:hover {
  cursor: url("img/pointer.svg"), pointer;
}

input {
  cursor: url("img/pointer.svg"), pointer;
}

.so-anim_link * {
  cursor: url(img/pointer.svg), pointer;
}

.so-anim-image {
  overflow: hidden;
  position: relative;
}
.so-anim-image:before {
  position: absolute;
  width: auto;
  height: auto;
  transition: all 1s ease-in;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
  content: "";
}
.so-anim-image-left.animated:before {
  left: 100%;
}
.so-anim-image-top.animated:before {
  top: 100%;
}

.so-form-row input[type=checkbox]:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #ffffff;
  position: relative;
  bottom: 0px;
}
.so-form-row input[type=checkbox]:after {
  content: "";
  position: absolute;
  color: #ffffff;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  margin-left: -14px;
  margin-top: 4px;
  opacity: 0;
}
.so-form-row input[type=checkbox]:checked:after {
  opacity: 1;
}

#so-wrapper {
  position: relative;
  overflow: hidden;
}
#so-wrapper.so-active {
  overflow: hidden;
  height: 100vh;
}

body {
  font-family: "Cygnito Mono", sans-serif;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.so-row {
  width: 100%;
  display: inline-block;
  margin: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}

.so-content {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  letter-spacing: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: #ffffff;
}

h2:not(.so-title) {
	color: #000!important;
    background-color: #fff!important;
	display:inline;
	line-height: 1!important;
	font-size:16px!important;
}



.so-cursor {
  position: absolute;
  width: 11px;
  height: 15px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9999;
}
.so-cursor img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.so-cursor-image {
  opacity: 1;
}
.so-cursor-select-image {
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .so-cursor {
    display: none;
  }
}

.so-form {
  max-width: 510px;
  width: 100%;
  margin-bottom: 30px;
}
.so-form .wpcf7 .ajax-loader {
  display: none;
}
.so-form .wpcf7-form-control-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.so-form .wpcf7-form-control-wrap.accept-this {
  width: 100%;
}
.so-form .wpcf7-form-control-wrap.remove_anim.wpcf7-form-control-wrap.youre_name:before {
  animation: none;
  opacity: 0;
}
.so-form .wpcf7-form-control-wrap.remove_anim.wpcf7-form-control-wrap.youre_mail:before {
  animation: none;
  opacity: 0;
}
.so-form .wpcf7-form-control-wrap.youre_mail {
  position: relative;
}
.so-form .wpcf7-form-control-wrap.youre_mail:before {
  content: "";
  height: 12px;
  width: 1px;
  background-color: #ffffff;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  animation: line_opacity 0.5s infinite;
}
.so-form .wpcf7-form-control-wrap.youre_name {
  position: relative;
}
.so-form .wpcf7-form-control-wrap.youre_name:before {
  content: "";
  height: 12px;
  width: 1px;
  background-color: #ffffff;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  animation: line_opacity 0.5s infinite;
}
@keyframes line_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.so-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.so-form-row:last-of-type {
  margin-bottom: 30px;
}
.so-form label {
  font-size: 16px;
  line-height: 1;
  margin-right: 10px;
  white-space: nowrap;
}
.so-form .wpcf7-acceptance input[type=checkbox] {
  position: relative;
  padding: 0;
  width: 0;
  margin-right: 15px;
}
.so-form .wpcf7-acceptance input[type=checkbox]:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #ffffff;
  position: relative;
  bottom: 3px;
}
.so-form .wpcf7-acceptance input[type=checkbox]:disabled {
  cursor: auto;
}
.so-form .wpcf7-acceptance input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  color: #ffffff;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  margin-left: -14px;
  margin-top: 1px;
}
@media screen and (max-width: 991px) {
  .so-form .wpcf7-acceptance input[type=checkbox]:checked:after {
    margin-left: 4px;
    margin-top: 1px;
    top: 0;
  }
}
.so-form .wpcf7-acceptance span.wpcf7-list-item {
  margin: 0 0 0 0;
}
.so-form-input {
  font-size: 16px;
  line-height: 1;
  font-family: "Cygnito Mono", sans-serif;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  max-height: 40px;
  -webkit-appearance: none;
  background-color: inherit;
  color: #ffffff;
  color: #ffffff;
  border: none;
  height: 12px;
  position: relative;
}
.so-form-input:focus::placeholder {
  color: #ffffff;
}
.so-form-input::placeholder {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  font-family: "Cygnito Mono", sans-serif;
}
.so-form-input.wpcf7-not-valid {
  border-color: #ca2a1c;
}
.so-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  cursor: pointer;
}
.so-form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  user-select: none;
}
.so-form .wpcf7-acceptance .wpcf7-list-item-label a {
  position: relative;
}
.so-form .wpcf7-acceptance .wpcf7-list-item-label a:after {
  content: "";
  left: 0;
  bottom: 4px;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 1px;
}
.so-form .wpcf7-response-output {
  display: none;
}
.so-form .wpcf7-not-valid-tip {
  font-size: 10px;
  line-height: 1;
  color: #ca2a1c;
  padding-left: 17px;
  padding-top: 5px;
  position: absolute;
  top: 15px;
}
.so-form-button {
  font-size: 16px;
  line-height: 1;
  font-family: "Cygnito Mono", sans-serif;
  color: #000;
  line-height: 0.7;
  padding: 0;
  padding-top: 7px;
  border: none;
  text-transform: uppercase;
  background-color: #ffffff;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  box-sizing: border-box;
  border-radius: none;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .so-form-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .so-form-row:nth-of-type(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    flex-direction: row;
  }
  .so-form-row br {
    display: none;
  }
  .so-form label {
    white-space: unset;
  }
  .so-form-input {
    height: 21px;
  }
  .so-form .wpcf7-form-control-wrap.accept-this {
    width: 50%;
  }
  .so-form .wpcf7-form-control-wrap .wpcf7-list-item-label a {
    left: 30px;
  }
  .so-form .wpcf7-form-control-wrap .wpcf7-list-item-label a:after {
    display: none;
  }
}

.home .so-form .wpcf7 input[type=radio] {
  position: relative;
  padding: 0;
  width: 0;
  margin-right: 15px;
}
.home .so-form .wpcf7 input[type=radio]:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #ffffff;
  position: relative;
  bottom: 0px;
}
.home .so-form .wpcf7 input[type=radio]:checked:after {
  content: "";
  position: absolute;
  color: #ffffff;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  margin-left: -14px;
  margin-top: 4px;
}
@media only screen and (max-width: 991px) {
  .home .so-form .wpcf7 input[type=radio]:checked:after {
    content: "";
    position: absolute;
    color: #ffffff;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    margin-left: 4px;
    margin-top: -18px;
  }
}

.so-mobile-video-button {
  display: none;
  z-index: 99;
}
.so-mobile-video-button .so-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
}
.so-mobile-video-button a {
  color: #000000;
  background-color: #ffffff;
  margin-bottom: 15px;
  padding-top: 3px;
  position: relative;
  padding-right: 25px;
}
.so-mobile-video-button a p {
  text-align: center;
  color: #000000;
  line-height: 0.7;
}
.so-mobile-video-button a p:after {
  content: "↲";
  position: absolute;
  color: #000000;
  top: 55%;
  transform: translate(0, -50%);
  padding-left: 10px;
}
@media screen and (max-width: 991px) {
  .so-mobile-video-button {
    display: block;
  }
}

.so-glitch-video {
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.so-fan-shell {
  position: relative;
}

.so-video {
  position: absolute;
  max-width: 505px;
  z-index: -1;
  top: 17px;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
@media screen and (max-width: 991px) {
  .so-video {
    display: none;
  }
}

.so-youtube-play {
  z-index: 99;
}

.so-youtube-player {
  z-index: 99;
  width: 100%;
  height: 0;
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .so-youtube-player {
    display: block;
  }
}

.so-opened {
  height: 20rem !important;
}

.so-home-page {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.so-bg-video.mobile {
  display: none;
}

.so-bg-video {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.so-main-flex,
.so-main-flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  cursor: pointer;
}

.so-on,
.so-off {
  cursor: pointer;
  position: relative;
}
.so-on:before,
.so-off:before {
  content: "";
  width: 100%;
  height: 85%;
  background-color: #fff;
  left: 0;
  top: -3px;
  opacity: 0;
  position: absolute;
  z-index: -1;
  padding-top: 2px;
}
.so-on.active,
.so-off.active {
  color: #000;
}
.so-on.active:before,
.so-off.active:before {
  opacity: 1;
}

.so-anim_link {
  position: relative;
  padding-left: 25px;
}
.so-anim_link span {
  opacity: 1;
  transition: 0.1s ease;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  user-select: none;
  pointer-events: none;
}
.so-anim_link span:first-of-type {
  animation-name: arrowAnim_1;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.so-anim_link span:last-of-type {
  animation-name: arrowAnim_2;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.so-anim_link span:last-of-type {
  left: 10px;
}
@media screen and (max-width: 991px) {
  .so-anim_link span {
    opacity: 1;
  }
}

@keyframes arrowAnim_1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowAnim_2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.so-open-mobile_menu {
  display: none;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translate(-50%, 0);
  z-index: 11;
  transition: 0.3s ease;
  text-align: center;
}
.so-open-mobile_menu.active {
  transform: translate(-50%, 50px);
  position: relative;
}
.so-open-mobile_menu.active .so-anim_link_arrow {
  display: flex;
  position: absolute;
  top: unset;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(90deg);
}
.so-open-mobile_menu .so-anim_link {
  position: relative;
  padding-left: 0;
}
.so-open-mobile_menu .so-anim_link p {
  font-family: "Editorial New-Ultralight";
  font-size: 65px;
}
.so-open-mobile_menu .so-anim_link_arrow {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(-90deg);
}

.so-home-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 9;
}
.so-home-menu.active {
  display: block;
}
.so-home-menu nav {
  position: absolute;
  bottom: 110px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 991px) {
  .so-home-menu nav {
    bottom: 133px;
  }
}
.so-home-menu .so-mobile_text {
  display: none;
}
.so-home-menu li {
  position: relative;
  text-align: center;
}
.so-home-menu li a {
  font-family: "Editorial New-Ultralight";
  font-size: 85px;
}
.so-home-menu li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  top: -18px;
  left: 156px;
  width: 200%;
  bottom: 0;
}
@media screen and (max-width: 1230px) {
  .so-home-menu li p {
    width: 150%;
  }
}
@media screen and (max-width: 1230px) {
  .so-home-menu li p {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .so-home-menu {
    z-index: 9;
  }
}
@media screen and (max-width: 600px) {
  .so-home-menu .so-desc_text {
    display: none;
  }
  .so-home-menu .so-mobile_text {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    top: -18px;
    left: 156px;
    width: 80%;
    bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .so-home-menu .so-mobile_text {
    width: 65%;
  }
}
@media screen and (max-width: 500px) {
  .so-home-menu .so-mobile_text {
    width: 55%;
  }
}

@media screen and (max-width: 991px) {
  .so-single-artist .so-artist-list {
    display: none;
  }
  .so-single-artist .so-section .so-col:first-of-type {
    margin-bottom: -16px !important;
  }
  .so-single-artist .so-artist-title {
    width: max-content;
    margin: 0 auto;
    margin-left: 52.5%;
  }
}

.so-artist-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 26px;
}
.so-artist-list li {
  display: flex;
  position: relative;
  padding: 10px 0;
}
.so-artist-list li a.active {
  position: relative;
  color: #000;
}
.so-artist-list li a.active:before {
  content: "";
  width: 100%;
  height: 85%;
  background-color: #fff;
  left: 0;
  top: -3px;
  position: absolute;
  z-index: -1;
  padding-top: 2px;
}
.so-artist-list li:after {
  content: "<";
  display: none;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
}
.so-artist-list li:hover:after {
  display: block;
}
@media screen and (max-width: 600px) {
  .so-artist-list {
    width: max-content;
    margin-right: auto;
    margin-left: 50%;
  }
}

.so-artist-title {
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .so-artist-title {
    padding-bottom: 20px;
  }
}

.so-room-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-bottom: 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.so-room-page .so-room-title {
  font-family: "Editorial New-Ultralight";
  font-size: 85px;
}
@media screen and (max-width: 661px) {
  .so-room-page .so-room-title {
    font-size: 65px;
    text-transform: lowercase;
  }
}
.so-room-page .so-shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 50vh;
}
.so-room-page .so-wrapper {
  position: relative;
}
.so-room-page .so-desc_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: absolute;
  left: 50%;
  width: 200%;
  bottom: 0;
}
@media screen and (max-width: 661px) {
  .so-room-page .so-desc_text {
    left: 17%;
  }
}
@media screen and (max-width: 401px) {
  .so-room-page .so-desc_text {
    left: 10%;
  }
}
.so-room-page .so-link-wrap {
  text-align: right;
}
.so-room-page .so-link {
  right: -60px;
  top: -22px;
}
.so-room-page .so-link,
.so-room-page .so-link span {
  animation: so_red_button 2s ease infinite !important;
}
.so-room-page .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  max-width: 1920px;
}
@media screen and (max-width: 991px) {
  .so-room-page .so-row {
    display: none;
  }
}
.so-room-page .so-col:nth-child(1) {
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  -moz-transform: translate(-50%, 0) rotate(90deg);
  -o-transform: translate(-50%, 0) rotate(90deg);
  -ms-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}
.so-room-page .so-bot {
  width: 100%;
}

.so-rooms-page {
  min-height: 100vh;
}
.so-rooms-page .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1920px;
}
.so-rooms-page .so-section {
  padding-top: 150px;
}
@media screen and (max-width: 1310px) {
  .so-rooms-page .so-section {
    padding-top: 260px;
  }
}
@media screen and (max-width: 991px) {
  .so-rooms-page .so-section {
    padding-top: 140px;
    padding-bottom: 70px;
  }
}
.so-rooms-page .so-top_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
}
.so-rooms-page .so-top_nav.mobile {
  display: none;
}
.so-rooms-page .so-top_nav.mobile .so_select_wrapper_tag,
.so-rooms-page .so-top_nav.mobile .so_select_wrapper_data {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .so-rooms-page .so-top_nav.desctop {
    display: none;
  }
  .so-rooms-page .so-top_nav.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.so-rooms-page .so-top_nav .so-drop-wrapper {
  display: none;
  width: 100%;
}
.so-rooms-page .so-top_nav .so-drop-wrapper .so-guests,
.so-rooms-page .so-top_nav .so-drop-wrapper .so_select_wrapper_data,
.so-rooms-page .so-top_nav .so-drop-wrapper .so_select_wrapper_tag,
.so-rooms-page .so-top_nav .so-drop-wrapper p {
  padding-bottom: 20px;
  width: fit-content;
  margin-left: 46%;
}
.so-rooms-page .so-top_nav .so-nav_drop {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.so-rooms-page .so-top_nav .so-nav_drop:before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  -moz-transform: translate(0, -50%) rotate(0deg);
  -o-transform: translate(0, -50%) rotate(0deg);
  -ms-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}
.so-rooms-page .so-top_nav .so-nav_drop.active:before {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -moz-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}
.so-rooms-page .so-top_nav .so-guests label {
  padding-right: 25px;
}
.so-rooms-page .so-top_nav .so-guests .selectric:before {
  display: none;
}
.so-rooms-page .so-top_nav .so-guests .selectric .label {
  color: #000;
  background: #fff;
  max-height: 16px;
}
.so-rooms-page .so-top_nav .so-guests .selectric-scroll {
  min-width: auto;
}
.so-rooms-page .so-room-list-cont-wrap {
  position: relative;
}
.so-rooms-page .so-room-list-cont-wrap .so-room-number {
  text-transform: uppercase;
  position: absolute;
  padding-left: 4px;
  padding-top: 4px;
  top: 0;
  left: 0;
}
.so-rooms-page .so-room-list-cont-wrap .so-room-number:before {
  content: "";
  width: 100%;
  height: 85%;
  background-color: #000;
  left: 0;
  top: -1px;
  position: absolute;
  z-index: -1;
  padding-top: 2px;
}
.so-rooms-page .so-room-list-cont-wrap .so-room-close {
  text-align: center;
  position: absolute;
  top: 0;
  left: 100px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #000;
}
@media screen and (max-width: 991px) {
  .so-rooms-page .so-room-list-cont-wrap .so-room-close {
    left: 80px;
  }
}
.so-rooms-page .so-room-list-cont-wrap {
  display: none;
  width: 100%;
}
.so-rooms-page .so-room-list-cont-wrap.active {
  display: block;
}
.so-rooms-page .so-room-list-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .so-rooms-page .so-room-list-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    align-items: start;
  }
}
.so-rooms-page .so-room-list-single {
  width: 100%;
  max-width: 25%;
  min-height: 190px;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .so-rooms-page .so-room-list-single {
    max-width: 33%;
  }
}
@media screen and (max-width: 661px) {
  .so-rooms-page .so-room-list-single {
    max-width: 100%;
    min-height: 240px;
    margin-bottom: 16px;
  }
}
.so-rooms-page .so-room-list-single img.so-room-video {
  z-index: -2;
}

.so-room-video {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -3;
}

.single-room .so-room-video {
  position: fixed;
}

.so-room-info {
  padding-top: 35px;
  padding-bottom: 240px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  background-color: #000;
}
.so-room-info .so-row {
  position: relative;
}
.so-room-info .so-anim_link {
  position: absolute;
  bottom: 0;
  left: 0;
}
.so-room-info .ve-section-margin-bottom {
  margin-bottom: 80px;
}
.so-room-info .ve-margin-left {
  margin-left: 100px;
}
.so-room-info .ve-margin-top {
  margin-top: 130px;
}
.so-room-info .ve-margin-top_sm {
  margin-top: 50px;
}
.so-room-info .ve-negative-margin-top {
  margin-top: -130px;
}
.so-room-info p {
  padding-bottom: 20px;
}
.so-room-info .so-anim_link p {
  padding-bottom: 0;
}

.wp-block-column:not(:first-child) {
  margin-left: 10px !important;
}

.so-guests {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}

.so-props-list {
  padding-top: 250px;
}

.flatpickr-input {
  background-color: transparent;
  color: #fff;
  padding: 0;
  border: none;
  font-size: 16px;
  line-height: 1;
  font-family: "Cygnito Mono", sans-serif;
}
.flatpickr-input.active {
  outline: none;
}

.so-ar_input,
.so-dp_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flatpickr-calendar {
  background: #000;
  box-shadow: none;
}

.flatpickr-day {
  color: #fff;
}
.flatpickr-day:hover {
  background: none;
  border-color: #ffffff;
  border-radius: 0;
}
.flatpickr-day.flatpickr-disabled {
  color: #393939;
}
.flatpickr-day.selected {
  background: none;
  border-color: #fff;
}
.flatpickr-day.selected:hover {
  background: none;
  border-color: #fff;
}
.flatpickr-day.today:hover {
  background: none;
}
.flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay {
  color: #393939;
}
.flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover {
  background: none;
}
.flatpickr-day.prevMonthDay.selected, .flatpickr-day.nextMonthDay.selected {
  background: none;
  border-color: #fff;
}
.flatpickr-day.prevMonthDay.selected:hover, .flatpickr-day.nextMonthDay.selected:hover {
  background: none;
  border-color: #fff;
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background: #000;
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month:hover {
  background: black;
  border-color: #fff;
}

.flatpickr-months {
  color: #fff;
  fill: #fff;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: #fff;
  fill: #fff;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #393939;
}
.flatpickr-months .flatpickr-monthDropdown-months {
  color: #fff;
}

.so_select_wrapper_tag,
.so_select_wrapper_data {
  width: 10%;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  width: fit-content;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 0px solid #000000;
  padding-right: 40px;
  background: transparent;
  position: relative;
  border-radius: 0px;
  position: relative;
  cursor: url(img/pointer.svg), pointer;
}
.selectric:before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  -moz-transform: translate(0, -50%) rotate(0deg);
  -o-transform: translate(0, -50%) rotate(0deg);
  -ms-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  height: 22px;
  cursor: url(img/pointer.svg), pointer;
}

.selectric .button {
  display: none;
}

.selectric .button:after {
  display: none;
}

.selectric-focus .selectric {
  border-color: black;
}

.selectric-hover .selectric {
  border-color: #000000;
  cursor: url(img/pointer.svg), pointer;
}

.selectric-hover .selectric .button {
  color: #000000;
}

.selectric-hover .selectric .button:after {
  border-top-color: #000000;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #000000;
  background: transparent;
}
.selectric-open .selectric:before {
  content: ">";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(90deg);
  -moz-transform: translate(0, -50%) rotate(90deg);
  -o-transform: translate(0, -50%) rotate(90deg);
  -ms-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: transparent;
  border: 0px solid #000000;
  z-index: -1;
  box-shadow: none;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: hidden;
  background-color: black;
  min-width: 110px;
}
.selectric-items .selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  padding-top: 1px;
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 0px;
  border-top: 0px solid black;
  border-bottom: px solid black;
  color: #fff;
  cursor: pointer;
}
.selectric-items li:first-child {
  display: none;
}
.selectric-items li.selected {
  background: #000;
  color: white;
}
.selectric-items li.highlighted {
  background: transparent;
  color: white;
}
.selectric-items li:hover {
  background: transparent;
  color: white;
  cursor: url(img/pointer.svg), pointer;
  position: relative;
}
.selectric-items li:hover:before {
  content: "<";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

.wpml-ls-legacy-list-horizontal {
  border: 0;
  padding: 0;
  cursor: pointer;
}
.wpml-ls-legacy-list-horizontal a {
  padding: 0;
}
.wpml-ls-legacy-list-horizontal li:hover:after {
  display: none;
  content: "";
}
.wpml-ls-legacy-list-horizontal .wpml-ls-first-item {
  position: relative;
  margin-right: 4px;
  padding-right: 10px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-first-item:before {
  right: -3px;
  top: -2px;
  content: "/";
  position: absolute;
  z-index: -1;
  padding-top: 2px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a span {
  color: #000;
  position: relative;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-current-language a span:after {
  width: 100%;
  height: 85%;
  background-color: #fff;
  left: 0;
  top: 0px;
  content: "";
  position: absolute;
  z-index: -1;
  padding-top: 2px;
}

.so-room-list-cont-wrap.so-load {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
}

.so-loading {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.so-loading span {
  font-size: 36px;
  animation-name: blink !important;
  animation-duration: 1.4s !important;
  animation-iteration-count: infinite !important;
  animation-fill-mode: both;
  position: unset !important;
}
.so-loading span:nth-child(2) {
  animation-delay: 0.2s !important;
}
.so-loading span:nth-child(3) {
  animation-delay: 0.4s !important;
}
.so-loading.active {
  display: block;
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
.so-expand-video-btn {
  position: fixed;
  bottom: 22px;
  left: 50%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  display: none;
}
@media screen and (max-width: 991px) {
  .so-expand-video-btn {
    display: block;
  }
}
.so-expand-video-btn span {
  background-color: transparent !important;
  color: inherit;
  display: inline-block;
  margin: 0;
  position: relative;
}
.so-expand-video-btn span:first-of-type {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 3.5px;
  right: 4px;
}
.so-expand-video-btn span:last-of-type {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -3px;
  left: 4px;
}

@media screen and (min-width: 991px) {
  .single-room .so-header {
    position: fixed;
    top: 10px;
  }
}
@media screen and (min-width: 1px) {
  .single-room .so-room-page .so-wrapper {
    position: fixed;
    z-index: 8;
  }
}
@media screen and (max-width: 600px) {
  .so-room-info {
    padding-bottom: 140px;
  }
  .so-room-info .ve-margin-top, .so-room-info .ve-negative-margin-top, .so-room-info .ve-margin-top_sm {
    margin-top: 0;
  }
  .so-room-info .wp-block-image .alignright,
.so-room-info .wp-block-image .alignleft,
.so-room-info .wp-block-image {
    float: none;
    width: 100%;
    margin: 0;
  }
  .so-room-info .wp-block-image + .wp-block-image,
.so-room-info .wp-block-column + .wp-block-column {
    padding-top: 20px;
  }
  .so-room-info .ve-section-margin-bottom, .so-room-info .wp-block-columns {
    margin-bottom: 20px;
  }
  .so-room-info p:empty {
    display: none;
  }
  .so-room-info .ve-margin-left {
    margin-left: 0;
  }
  .so-room-info .wp-block-column:not(:first-child) {
    margin-left: 0 !important;
  }
  .so-room-info .wp-block-column img {
    width: 100%;
  }
  .so-room-info .size-full img {
    width: 100%;
  }
  .so-room-info .alignright {
    text-align: right;
  }
  .so-room-info .alignright img {
    margin-right: 0;
    margin-left: auto;
  }
}
.so-header {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  .so-header {
    z-index: 12;
  }
}
.so-header-desktop {
  padding-top: 5px;
  box-sizing: border-box;
}
.so-header-desktop .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1920px;
  position: relative;
}
.so-header-desktop .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.so-header-desktop .row.first {
  margin-bottom: 95px;
}
.so-header-desktop .row.first .col:nth-of-type(1) p:nth-of-type(1) {
  margin-right: 15px;
}
.so-header-desktop .row.first .col:nth-of-type(2) p:nth-of-type(1) {
  margin-right: 35px;
}
.so-header-desktop .row .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-header-desktop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.so-header-desktop li {
  display: flex;
  position: relative;
}
.so-header-desktop li:after {
  content: "<";
  display: none;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(0, -50%);
}
.so-header-desktop li:hover:after {
  display: block;
}
.so-header-desktop li.active a {
  color: #000;
  background-color: #fff;
  line-height: 18px;
  height: 14px;
}
.so-header-desktop .so-multilanguage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: fit-content;
}
.so-header-desktop .so-multilanguage p {
  margin-right: 10px;
}
.so-header-desktop .so-multilanguage span {
  display: block;
  position: relative;
}
.so-header-desktop .so-multilanguage span:nth-of-type(1) {
  margin-right: 10px;
}
.so-header-desktop .so-multilanguage span:nth-of-type(2) {
  margin-left: 10px;
}
.so-header-desktop .so-multilanguage span:before {
  content: "";
  width: 100%;
  height: 85%;
  background-color: #fff;
  left: 0;
  top: -3px;
  opacity: 0;
  position: absolute;
  z-index: -1;
  padding-top: 2px;
}
.so-header-desktop .so-multilanguage span.active {
  color: #000;
}
.so-header-desktop .so-multilanguage span.active:before {
  opacity: 1;
}
.so-header-desktop .so-anim-text {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -44%);
  user-select: none;
  pointer-events: none;
  text-align: center;
}
.so-header-desktop .so-anim-text span {
  cursor: url(img/pointer.svg), pointer;
}
.so-header-desktop .so-anim-text h1 {
  font-size: 105px;
  line-height: 1;
}
@media screen and (max-width: 1310px) {
  .so-header-desktop .so-anim-text h1 {
    line-height: 1.1;
  }
}
@media screen and (max-width: 991px) {
  .so-header-desktop {
    display: none;
  }
}
.so-header-mobile {
  display: none;
}
.so-header-mobile .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 10px;
}
.so-header-mobile .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
.so-header-mobile .row .so-header-date-separator {
  padding-right: 25px;
}
.so-header-mobile .row .so-music-control-mobile {
  margin-left: auto;
}
.so-header-mobile .row:nth-of-type(2) {
  margin-bottom: 68px;
}
@media screen and (max-width: 600px) {
  .so-header-mobile .row:nth-of-type(2) {
    margin-bottom: 55px;
  }
}
.so-header-mobile .row:nth-of-type(3) {
  margin-bottom: 50px;
}
.so-header-mobile .row:nth-of-type(3) #mobile-menu-switcher span {
  position: relative;
  top: 1px;
}
.so-header-mobile .row:nth-of-type(3) #mobile-menu-switcher.active span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}
.so-header-mobile .so-anim-text {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 37%;
  transform: translate(-50%, -49%);
  user-select: none;
/*   pointer-events: none; */
  text-align: center;
}
@media screen and (max-width: 600px) {
  .so-header-mobile .so-anim-text {
    top: 33%;
  }
}
.so-header-mobile .so-anim-text h1 {
  font-size: 7.4vw;
}
@media screen and (max-width: 991px) {
  .so-header-mobile {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .so-header-mobile.so-header-new {
    display: block;
  }
  .so-header-mobile.so-header-new .so-row {
    padding-top: 20px;
  }
}
.so-header .so-anim-text h1 {
  font-family: "Editorial New-Ultralight";
}
.so-header .so-anim-text h1 span {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.so-header .toggle_manifest {
  cursor: url(img/pointer.svg), pointer;
  display: inline-block;
}
.so-header .toggle_manifest.active a {
  color: #000;
  background-color: #ffffff;
  line-height: 0.7;
  padding-top: 3px;
  display: block;
}

.so-header-mobile {
  position: fixed;
  top: 15px;
  width: 100%;
}

.so-mobile-menu {
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  position: fixed;
  background-color: #000;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 10;
  height: 100vh;
  opacity: 0;
}
.so-mobile-menu.active {
  top: 0;
  opacity: 1;
}
.so-mobile-menu.active .so-row {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  transition-delay: 0.4s;
}
.so-mobile-menu .so-content {
  height: inherit;
}
.so-mobile-menu .so-row {
  max-width: 600px;
  padding: 0 10px;
  padding-top: 20px;
  height: inherit;
  overflow: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
}
.so-mobile-menu .so-top_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0px;
}
.so-mobile-menu .so-multilanguage {
  display: flex;
}
.so-mobile-menu .so-main-flex {
  justify-content: flex-start;
  margin-bottom: 12px;
}
.so-mobile-menu .so-display-temp {
  display: flex;
}
.so-mobile-menu .so-display-temp p:nth-of-type(1) {
  margin-right: 10px;
}
.so-mobile-menu ul {
  margin-bottom: 60px;
}
.so-mobile-menu li {
  margin-bottom: 15px;
}
.so-mobile-menu li:last-of-type {
  margin-bottom: 0px;
}
.so-mobile-menu li a {
  width: fit-content;
}
.so-mobile-menu li a:hover {
  background-color: #fff;
  line-height: 0.7;
  padding-top: 7px;
  color: #000;
  display: block;
}
.so-mobile-menu .so-contact-form {
  height: auto;
  display: none;
}
.so-mobile-menu .so-flex-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-top: 138px;
  height: 100%;
}
.so-mobile-menu .so-footer.so-footer-dark {
  display: block;
  width: 100%;
  bottom: 0;
}
.so-mobile-menu .so-footer.so-footer-dark .so-room-list-more {
  position: unset;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  padding: 20px 0px;
}
.so-mobile-menu .so-footer.so-footer-dark p {
  padding-bottom: 36px;
}
.so-mobile-menu .so-footer.so-footer-dark .so-flex-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
  width: 100%;
  padding-bottom: 20px;
}
.so-mobile-menu .so-footer.so-footer-dark .so-dp_input {
  padding-bottom: 20px;
}
.so-mobile-menu .so-footer.so-footer-dark .so-flex-ed {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.so-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .so-footer {
    display: none;
  }
}
.so-footer .so-room-list-more {
  max-width: 1920px;
  padding: 0 20px;
  box-sizing: border-box;
  position: fixed;
  bottom: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  left: 0;
}
.so-footer .so-guests .selectric:before {
  display: none;
}
.so-footer .so-guests .selectric-scroll {
  min-width: auto;
  background-color: transparent;
}
.so-footer.so-footer-dark .selectric-scroll {
  background: #000;
}
.so-footer.so-footer-dark .so-room-list-more {
  background-color: #000;
  z-index: 2;
  padding: 12px 20px;
  bottom: 0;
}

.so-home-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 991px) {
  .so-home-page {
    height: auto;
  }
}
.so-home-page p a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.so-home-page .so-header_top {
  position: absolute;
  width: 100%;
  left: 0;
  top: 15px;
}
.so-home-page .so-header_top .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  max-width: 1920px;
}
.so-home-page .so-header_top .so-mirror {
  position: absolute;
  width: 100%;
}
.so-home-page .so-header_top p {
  white-space: nowrap;
}
.so-home-page .so-header_top .so-col {
  width: auto;
}
.so-home-page .so-header_top .so-col .row {
  padding-bottom: 80px;
}
.so-home-page .so-header_top .so-col .row:last-of-type {
  padding-bottom: 0;
}
.so-home-page .so-header_top .so-col:nth-of-type(1) p {
  position: relative;
}
.so-home-page .so-header_top .so-col:nth-of-type(1) p .so-mirror {
  left: 33px;
  top: 0;
}
.so-home-page .so-header_top .so-col:nth-of-type(4) {
  position: relative;
  right: 62px;
}
.so-home-page .so-header_top .so-col:nth-of-type(4) .row:nth-of-type(2) p {
  position: relative;
  left: -105px;
}
.so-home-page .so-header_top .so-col:nth-of-type(5) {
  text-align: right;
}
.so-home-page .so-header_top .so-col:nth-of-type(5) p {
  position: relative;
}
.so-home-page .so-header_top .so-col:nth-of-type(5) p span:nth-of-type(2) {
  top: -8px;
}
.so-home-page .so-header_top .so-col:nth-of-type(5) p span:nth-of-type(3) {
  top: -16px;
}
.so-home-page .so-header_top .so-col:nth-of-type(5) p .so-mirror {
  left: 0;
}
@media screen and (max-width: 991px) {
  .so-home-page .so-header_top {
    display: none;
  }
}
.so-home-page .so-header_top_mobile {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 10px;
}
.so-home-page .so-header_top_mobile .so-image {
  position: absolute;
  right: 10px;
  top: 17px;
  width: 70px;
  margin-left: auto;
}
.so-home-page .so-header_top_mobile .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-home-page .so-header_top_mobile .so-col:nth-of-type(2) {
  text-align: right;
}
.so-home-page .so-header_top_mobile p {
  padding-bottom: 72px;
}
@media screen and (max-width: 600px) {
  .so-home-page .so-header_top_mobile p {
    padding-bottom: 60px;
    line-height: 0.99;
  }
}
.so-home-page .so-header_top_mobile .so-text-glitch {
  position: relative;
}
.so-home-page .so-header_top_mobile .so-text-glitch .so-mirror {
  position: absolute;
  left: -50px;
  top: 0;
}
@media screen and (max-width: 991px) {
  .so-home-page .so-header_top_mobile {
    display: block;
  }
}
.so-home-page .so-footer_bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15px;
}
.so-home-page .so-footer_bottom .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  max-width: 1920px;
}
.so-home-page .so-footer_bottom .so-mirror {
  position: absolute;
  width: 100%;
}
.so-home-page .so-footer_bottom p {
  white-space: nowrap;
}
.so-home-page .so-footer_bottom .so-col {
  width: auto;
}
.so-home-page .so-footer_bottom .so-col .row {
  padding-bottom: 80px;
}
.so-home-page .so-footer_bottom .so-col .row:last-of-type {
  padding-bottom: 0;
}
.so-home-page .so-footer_bottom .so-col:nth-of-type(1) p {
  position: relative;
}
.so-home-page .so-footer_bottom .so-col:nth-of-type(1) p span:nth-of-type(2) {
  top: -8px;
}
.so-home-page .so-footer_bottom .so-col:nth-of-type(1) p span:nth-of-type(3) {
  top: -16px;
}
.so-home-page .so-footer_bottom .so-col:nth-of-type(1) p .so-mirror {
  left: 0;
}
.so-home-page .so-footer_bottom .so-col:nth-of-type(4) {
  position: relative;
  right: 62px;
}
.so-home-page .so-footer_bottom .so-col:nth-of-type(4) .row:nth-of-type(2) p {
  position: relative;
  left: -105px;
}
.so-home-page .so-footer_bottom .so-col:nth-of-type(5) {
  text-align: right;
}
.so-home-page .so-footer_bottom .so-col:nth-of-type(5) p {
  position: relative;
}
.so-home-page .so-footer_bottom .so-col:nth-of-type(5) p .so-mirror {
  left: 0;
  top: 0;
}
@media screen and (max-width: 991px) {
  .so-home-page .so-footer_bottom {
    display: none;
  }
}
.so-home-page .so-footer_top_mobile {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
}
.so-home-page .so-footer_top_mobile .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-home-page .so-footer_top_mobile .so-col:nth-of-type(2) {
  text-align: right;
}
.so-home-page .so-footer_top_mobile .so-col p:last-of-type {
  padding-bottom: 0;
}
.so-home-page .so-footer_top_mobile p {
  padding-bottom: 72px;
}
@media screen and (max-width: 600px) {
  .so-home-page .so-footer_top_mobile p {
    padding-bottom: 60px;
  }
}
.so-home-page .so-footer_top_mobile .so-text-glitch {
  position: relative;
}
.so-home-page .so-footer_top_mobile .so-text-glitch .so-mirror {
  position: absolute;
  left: 0;
}
.so-home-page .so-footer_top_mobile .so-text-glitch .so-mirror:nth-of-type(2) {
  top: -7px;
}
.so-home-page .so-footer_top_mobile .so-text-glitch .so-mirror:nth-of-type(3) {
  top: -12px;
}
@media screen and (max-width: 991px) {
  .so-home-page .so-footer_top_mobile {
    display: block;
  }
}
.so-home-page .so-intro {
  width: 100%;
  max-height: 1400px;
  max-width: 1920px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .so-home-page .so-intro {
    max-width: 1440px;
  }
  .so-home-page .so-intro .so-row {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.so-home-page .quotes, .so-home-page .quotes_2 {
  font-size: 105px;
  line-height: 1.2;
  display: none;
  font-family: "Editorial New-Ultralight";
}
.so-home-page .quotes_1_mobile, .so-home-page .quotes_2_mobile {
  font-size: 78px;
  line-height: 0.99;
  display: none;
  font-family: "Editorial New-Ultralight";
}
.so-home-page .so-anim_text {
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.so-home-page .so-anim_text ul {
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.so-home-page .so-anim_text ul li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.so-home-page .so-anim_text.up {
  top: 6px;
}
@media screen and (max-width: 991px) {
  .so-home-page .so-anim_text.up {
    top: 15px;
  }
}
.so-home-page .so-anim_text.down {
  bottom: -21px;
}
@media screen and (max-width: 991px) {
  .so-home-page .so-anim_text.down {
    bottom: -4px;
  }
}
.so-home-page .so-anim_text.mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .so-home-page .so-anim_text.mobile {
    display: block;
    max-width: 350px;
  }
}
.so-home-page .so-main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  height: 100vh;
  max-height: 1400px;
}
.so-home-page .so-main-content .so-content {
  width: 100%;
}
.so-home-page .so-main-content .so-row {
  padding-top: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  max-width: 1920px;
}
@media screen and (max-width: 991px) {
  .so-home-page .so-main-content {
    height: auto;
    padding-top: 320px;
    padding-bottom: 320px;
  }
  .so-home-page .so-main-content .so-row {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .so-home-page .so-main-content .so-col {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .so-home-page .so-main-content {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.so-home-page .so-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.so-home-page .so-contacts h6 {
  padding-bottom: 15px;
}
.so-home-page .so-contacts a {
  color: #000000;
  background-color: #ffffff;
  margin-bottom: 15px;
  line-height: 0.7;
  padding-top: 3px;
}
.so-home-page .so-contacts a.so-enter-button {
  position: relative;
}
.so-home-page .so-contacts a.so-enter-button:nth-of-type(1):after {
  padding-left: 17px;
}
.so-home-page .so-contacts a.so-enter-button:nth-of-type(2):after {
  padding-left: 27px;
}
.so-home-page .so-contacts a.so-enter-button:after {
  content: "↲";
  position: absolute;
  color: #ffffff;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.so-home-page .so-contacts a:last-of-type {
  margin-bottom: 0;
}
.so-home-page .so-contacts.mobile {
  display: none;
  padding-top: 30px;
  margin-bottom: 20px;
}
.so-home-page .so-contacts.mobile h6 {
  padding-bottom: 0;
  font-size: 16px;
}
.so-home-page .so-contacts.mobile .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding-bottom: 15px;
}
.so-home-page .so-contacts.mobile .row:nth-of-type(2) {
  position: relative;
}
.so-home-page .so-contacts.mobile .row:nth-of-type(2):after {
  position: absolute;
  content: "/";
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.so-home-page .so-contacts.mobile a {
  margin-bottom: 0;
}
.so-home-page .so-contacts.mobile a.so-enter-button:after {
  content: "";
}
@media screen and (max-width: 991px) {
  .so-home-page .so-contacts {
    display: none;
  }
  .so-home-page .so-contacts.mobile {
    display: block;
  }
}
.so-home-page .so-contact-form h6 {
  margin-bottom: 15px;
  display: inline-block;
  line-height: 0.7;
  padding-top: 3px;
  color: #000;
  background-color: #ffffff;
}
.so-home-page .so-contact-form .so-text p {
  margin-bottom: 15px;
}
.so-home-page .so-contact-form .so-text p a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .so-home-page .so-contact-form p {
    margin-bottom: 0 !important;
  }
}
.so-home-page .so-glitch_image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
}
.so-home-page .so-glitch_image.remove {
  opacity: 0 !important;
}
.so-home-page .so-glitch_image .so-glitch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  width: 100%;
}
.so-home-page .so-glitch_image .so-glitch img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.so-home-page .so-glitch_image .so-glitch_mobile:nth-of-type(3) {
  position: absolute;
  bottom: 0;
  left: 20%;
}
.so-home-page .so-glitch_image .so-glitch_mobile:nth-of-type(4) {
  position: absolute;
  top: -10%;
  left: 20%;
}
.so-home-page .so-glitch_image .so-glitch_mobile:nth-of-type(5) {
  position: absolute;
  top: 25%;
  right: 20%;
}
.so-home-page .so-glitch_image.mobile {
  display: none;
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .so-home-page .so-glitch_image {
    display: none;
  }
  .so-home-page .so-glitch_image.mobile {
    display: block;
  }
}
.so-home-page .so-line {
  position: absolute;
  top: -50%;
  width: 1ch;
  word-wrap: break-word;
  left: 23.7%;
}
.so-home-page .so-image {
  position: absolute;
  width: 95px;
  height: 220px;
  top: 15%;
  right: -85%;
}
@media screen and (max-width: 1600px) {
  .so-home-page .so-line {
    top: 0;
    left: 23%;
  }
  .so-home-page .so-image {
    top: 3%;
  }
}
@media screen and (max-width: 991px) {
  .so-home-page .so-intro {
    max-width: 600px;
  }
  .so-home-page .so-line {
    display: none;
  }
}

.so-home-page.new {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-bottom: 20px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.so-home-page.new .so-bg-video {
  z-index: -1;
}
.so-home-page.new .so-section {
  width: 100%;
}
.so-home-page.new .so-section .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  max-width: 1920px;
}
.so-home-page.new .so-section .so-col:nth-of-type(1) {
  width: 80%;
}
.so-home-page.new .so-section .so-col:nth-of-type(2) {
  width: 20%;
}
.so-home-page.new .so-section .so-contact-form.desk {
  display: none;
  padding: 0;
  position: relative;
  z-index: 4;
  margin-top: 20px;
}
.so-home-page.new .so-section .so-open_desk_form {
  width: fit-content;
  margin-left: auto;
  position: relative;
}
.so-home-page.new .so-section .so-open_desk_form:after {
  content: ">";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translate(0, -50%);
}
.so-home-page.new .so-section .so-open_desk_form p {
  cursor: pointer;
  margin-right: 10px;
}
.so-home-page.new .so-section .so-open_desk_form.show {
  display: block;
}
.so-home-page.new .so-section .so-open_desk_form.show:after {
  opacity: 1;
}
.so-home-page.new .so-section .so-open_desk_form.hide {
  display: none;
}
.so-home-page.new .so-section .so-open_desk_form.hide:after {
  opacity: 0;
}
.so-home-page.new .so-section .so-close_desk_form {
  display: none;
  width: fit-content;
  margin-left: auto;
  position: relative;
}
.so-home-page.new .so-section .so-close_desk_form:after {
  content: ">";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  opacity: 0;
}
.so-home-page.new .so-section .so-close_desk_form p {
  cursor: pointer;
  margin-right: 10px;
}
.so-home-page.new .so-section .so-close_desk_form.show {
  display: block;
}
.so-home-page.new .so-section .so-close_desk_form.show:after {
  opacity: 1;
}
.so-home-page.new .so-section .so-close_desk_form.hide {
  display: none;
}
.so-home-page.new .so-section .so-close_desk_form.hide:after {
  opacity: 0;
}
.so-home-page.new .so-section .so-form {
  max-width: 800px;
}
.so-home-page.new .so-section .so-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-home-page.new .so-section .so-form .wpcf7-form-control-wrap {
  width: 100%;
}
.so-home-page.new .so-section .so-form .so-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.so-home-page.new .so-section .so-form .so-language .wpcf7-list-item {
  margin: 0;
}
.so-home-page.new .so-section .so-form .so-language .wpcf7-list-item-label {
  color: #fff;
}
.so-home-page.new .so-section .so-form .so-language .wpcf7-list-item-label.black {
  color: #000;
}
.so-home-page.new .so-section .so-form .so-language input[type=radio]:checked .wpcf7-list-item-label {
  color: #000;
}
.so-home-page.new .so-section .so-form .so-language input[type=radio]:checked:after {
  content: "";
  position: absolute;
  background-color: white;
  width: 33px;
  height: 20px;
  top: 0;
  z-index: -1;
}
.so-home-page.new .so-section .so-form .so-language .wpcf7-list-item-label {
  cursor: pointer;
}
.so-home-page.new .so-section .so-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .so-home-page.new .so-section {
    display: none;
  }
  .so-home-page.new .so-section .so-row {
    max-width: 600px;
  }
}

.so-manifest {
  height: 100vh;
}
.so-manifest .so-section {
  padding-top: 210px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  height: 100vh;
  overflow: scroll;
}
.so-manifest .so-section .so-content {
  position: fixed;
}
.so-manifest .so-section .so-content .so-vid {
  display: none;
}
.so-manifest .so-section .the_images {
  position: relative;
  max-width: calc(100% - 100px);
  margin: auto;
  opacity: 0;
  z-index: 4;
}
.so-manifest .so-section .the_images img {
  position: relative;
}
.so-manifest .so-section .the_images img:nth-child(1) {
  top: 50px;
  margin: auto;
  margin-right: 50%;
}
.so-manifest .so-section .the_images img:nth-child(2) {
  margin-right: 0;
  margin-left: auto;
}
.so-manifest .so-section .the_images img:nth-child(3) {
  top: -50px;
}
.so-manifest .so-section .the_images img:nth-child(4) {
  margin: auto;
}
.so-manifest .so-section .so-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  max-width: 1920px;
  position: relative;
}
.so-manifest .so-section .so-col {
  width: 50%;
}
.so-manifest .so-section .so-title {
  font-family: "Editorial New-Ultralight";
  line-height: 1;
  font-size: 85px;
  position: absolute;
  left: 50%;
  top: -70px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.so-manifest .so-section .the_content {
  overflow: auto;
}
.so-manifest .so-section .the_content::-webkit-scrollbar {
  opacity: 0;
}
.so-manifest .so-section .the_content p {
  padding-bottom: 20px;
}
.so-manifest .so-section .the_content img {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1310px) {
  .so-manifest .so-section {
    padding-top: 300px;
  }
}
@media screen and (max-width: 991px) {
  .so-manifest .so-section {
    padding-top: 100px;
  }
  .so-manifest .so-section .so-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
  }
  .so-manifest .so-section .so-col {
    width: 100%;
  }
  .so-manifest .so-section .so-col:first-of-type {
    margin-bottom: 20px;
  }
  .so-manifest .so-section .so-title {
    position: unset;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    text-align: center;
    width: 100%;
    font-size: 65px;
    line-height: 0.65;
    padding-top: 15px;
  }
  .so-manifest .so-section .the_content {
    height: 100%;
    max-height: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .so-manifest .so-section {
    padding-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  .so-manifest {
    height: 100%;
    min-height: 95vh;
    padding-bottom: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 991px) {
  .so-manifest .so-section {
    height: auto;
  }
  .so-manifest .so-section .so-content {
    position: static;
  }
  .so-manifest .so-section .so-content .so-vid {
    display: block;
    position: relative;
  }
  .so-manifest .so-section .so-content .so-vid-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
  }
  .so-manifest .so-section .so-content .so-vid-preview span {
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
  }
  .so-manifest .so-section .so-content .so-vid video {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .so-manifest .so-section .the_images {
    display: none;
  }
}
@media screen and (max-width: 4000px) {
  html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-size: 16px;
    line-height: 1;
  }

  .so-row {
    max-width: 1270px;
  }

  h1 {
    font-size: 60px;
    line-height: 1;
  }

  h2 {
    font-size: 50px;
    line-height: 1.2;
  }
	
  h2 span {
	color: #000;
    background-color: #fff;
	}

  h3 {
    font-size: 40px;
    line-height: 1.2;
  }

  h4 {
    font-size: 34px;
    line-height: 1.2;
  }

  h5 {
    font-size: 22px;
    line-height: 1.2;
  }

  h6 {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 991px) {
  .so-anim-image:before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-size: 16px;
    line-height: 1;
  }

  h1 {
    font-size: 45px;
    line-height: 1;
  }

  h2 {
    font-size: 35px;
    line-height: 1.2;
  }

  h3 {
    font-size: 28px;
    line-height: 1.2;
  }

  h4 {
    font-size: 23px;
    line-height: 1.2;
  }

  h5 {
    font-size: 18px;
    line-height: 1.2;
  }

  h6 {
    font-size: 14px;
    line-height: 1.2;
  }
}

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