@charset "utf-8";
/*LESS INIT*/
/*LESS MIXINS*/
@-webkit-keyframes rotateWheel {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateWheel {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateSpinnerRevert {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(0.8);
            transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(0.8);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg) scale(1);
            transform: translateX(-50%) translateY(-50%) rotate(-180deg) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-360deg) scale(0.8);
            transform: translateX(-50%) translateY(-50%) rotate(-360deg) scale(0.8);
  }
}
@keyframes rotateSpinnerRevert {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(0.8);
            transform: translateX(-50%) translateY(-50%) rotate(0deg) scale(0.8);
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg) scale(1);
            transform: translateX(-50%) translateY(-50%) rotate(-180deg) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-360deg) scale(0.8);
            transform: translateX(-50%) translateY(-50%) rotate(-360deg) scale(0.8);
  }
}
@-webkit-keyframes bounceTranslate {
  0% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
  15% {
    -webkit-transform: translateX(-50%) translateY(-20%);
            transform: translateX(-50%) translateY(-20%);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
  65% {
    -webkit-transform: translateX(-50%) translateY(-10%);
            transform: translateX(-50%) translateY(-10%);
  }
  90% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
}
@keyframes bounceTranslate {
  0% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
  15% {
    -webkit-transform: translateX(-50%) translateY(-20%);
            transform: translateX(-50%) translateY(-20%);
  }
  40% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
  65% {
    -webkit-transform: translateX(-50%) translateY(-10%);
            transform: translateX(-50%) translateY(-10%);
  }
  90% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(0%);
            transform: translateX(-50%) translateY(0%);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  15% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  40% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  65% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  90% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  15% {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  40% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  65% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  90% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes showMenu {
  0% {
    -webkit-transform: skewX(-40deg) translateX(100%);
            transform: skewX(-40deg) translateX(100%);
  }
  45% {
    -webkit-transform: skewX(-40deg) translateX(-5%);
            transform: skewX(-40deg) translateX(-5%);
  }
  75% {
    -webkit-transform: skewX(-40deg) translateX(2%);
            transform: skewX(-40deg) translateX(2%);
  }
  100% {
    -webkit-transform: skewX(-40deg) translateX(0);
            transform: skewX(-40deg) translateX(0);
  }
}
@keyframes showMenu {
  0% {
    -webkit-transform: skewX(-40deg) translateX(100%);
            transform: skewX(-40deg) translateX(100%);
  }
  45% {
    -webkit-transform: skewX(-40deg) translateX(-5%);
            transform: skewX(-40deg) translateX(-5%);
  }
  75% {
    -webkit-transform: skewX(-40deg) translateX(2%);
            transform: skewX(-40deg) translateX(2%);
  }
  100% {
    -webkit-transform: skewX(-40deg) translateX(0);
            transform: skewX(-40deg) translateX(0);
  }
}
@-webkit-keyframes showLogo {
  0% {
    -webkit-transform: skewX(-40deg) translateX(-500px);
            transform: skewX(-40deg) translateX(-500px);
  }
  45% {
    -webkit-transform: skewX(-40deg) translateX(20px);
            transform: skewX(-40deg) translateX(20px);
  }
  75% {
    -webkit-transform: skewX(-40deg) translateX(-8px);
            transform: skewX(-40deg) translateX(-8px);
  }
  100% {
    -webkit-transform: skewX(-40deg) translateX(0);
            transform: skewX(-40deg) translateX(0);
  }
}
@keyframes showLogo {
  0% {
    -webkit-transform: skewX(-40deg) translateX(-500px);
            transform: skewX(-40deg) translateX(-500px);
  }
  45% {
    -webkit-transform: skewX(-40deg) translateX(20px);
            transform: skewX(-40deg) translateX(20px);
  }
  75% {
    -webkit-transform: skewX(-40deg) translateX(-8px);
            transform: skewX(-40deg) translateX(-8px);
  }
  100% {
    -webkit-transform: skewX(-40deg) translateX(0);
            transform: skewX(-40deg) translateX(0);
  }
}
@-webkit-keyframes showTitle {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  45% {
    -webkit-transform: translateX(4%);
            transform: translateX(4%);
  }
  75% {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes showTitle {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  45% {
    -webkit-transform: translateX(4%);
            transform: translateX(4%);
  }
  75% {
    -webkit-transform: translateX(-1%);
            transform: translateX(-1%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
}
@keyframes animStar {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounceLogo {
  0% {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bounceLogo {
  0% {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px);
    opacity: 0;
  }
  25% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes ball-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ball-1 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ball-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes ball-2 {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes neon {
  0% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.9;
  }
}
@keyframes neon {
  0% {
    opacity: 0.9;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.9;
  }
}
@-webkit-keyframes neon-2 {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes neon-2 {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.2;
  }
}
@-webkit-keyframes logoBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logoBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes kiss {
  0% {
    opacity: 0;
    -webkit-transform: rotate(6deg) scale(0.03);
            transform: rotate(6deg) scale(0.03);
  }
  60% {
    opacity: 0.6;
  }
  99.9% {
    opacity: 0;
    -webkit-transform: rotate(6deg) scale(1.2);
            transform: rotate(6deg) scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(6deg) scale(0.03);
            transform: rotate(6deg) scale(0.03);
  }
}
@keyframes kiss {
  0% {
    opacity: 0;
    -webkit-transform: rotate(6deg) scale(0.03);
            transform: rotate(6deg) scale(0.03);
  }
  60% {
    opacity: 0.6;
  }
  99.9% {
    opacity: 0;
    -webkit-transform: rotate(6deg) scale(1.2);
            transform: rotate(6deg) scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(6deg) scale(0.03);
            transform: rotate(6deg) scale(0.03);
  }
}
@-webkit-keyframes hearts {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.03);
            transform: rotate(0deg) scale(0.03);
  }
  60% {
    opacity: 0.2;
    -webkit-transform: rotate(-6deg) scale(1);
            transform: rotate(-6deg) scale(1);
  }
  75% {
    opacity: 0;
  }
  99.9% {
    opacity: 0;
    -webkit-transform: rotate(-6deg) scale(0.8);
            transform: rotate(-6deg) scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.03);
            transform: rotate(0deg) scale(0.03);
  }
}
@keyframes hearts {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.03);
            transform: rotate(0deg) scale(0.03);
  }
  60% {
    opacity: 0.2;
    -webkit-transform: rotate(-6deg) scale(1);
            transform: rotate(-6deg) scale(1);
  }
  75% {
    opacity: 0;
  }
  99.9% {
    opacity: 0;
    -webkit-transform: rotate(-6deg) scale(0.8);
            transform: rotate(-6deg) scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.03);
            transform: rotate(0deg) scale(0.03);
  }
}
@-webkit-keyframes shine {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
  25% {
    opacity: 0.9;
    -webkit-transform: rotate(6deg) scale(1.2);
            transform: rotate(6deg) scale(1.2);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
}
@keyframes shine {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
  25% {
    opacity: 0.9;
    -webkit-transform: rotate(6deg) scale(1.2);
            transform: rotate(6deg) scale(1.2);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
}
@-webkit-keyframes shine-2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
  75% {
    opacity: 0.9;
    -webkit-transform: rotate(-8deg) scale(1.2);
            transform: rotate(-8deg) scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
}
@keyframes shine-2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
  75% {
    opacity: 0.9;
    -webkit-transform: rotate(-8deg) scale(1.2);
            transform: rotate(-8deg) scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.8);
            transform: rotate(0deg) scale(0.8);
  }
}
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
strong {
  font-weight: 700;
}
/*FONTS*/
@font-face {
  font-display: fallback;
  font-family: "Renner";
  src: url('../fonts/Renner-Book.woff2') format('woff2'), url('../fonts/Renner-Book.woff') format('woff');
  font-weight: 400;
}
body,
input,
select,
textarea,
button {
  font-family: "Renner", sans-serif;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
body > header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1920px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 10;
}
body > header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 30px 20px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body > header .logos,
body > header .links {
  width: 300px;
}
body > header .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body > header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 600px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
body > header .logo-main {
  position: relative;
  display: inline-block;
  margin-right: auto;
  height: 84px;
  -webkit-transition: all 0.6s ease, opacity 0.1s ease, -webkit-filter 0.3s ease;
  transition: all 0.6s ease, opacity 0.1s ease, -webkit-filter 0.3s ease;
  transition: all 0.6s ease, opacity 0.1s ease, filter 0.3s ease;
  transition: all 0.6s ease, opacity 0.1s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
body > header .logo-main:hover {
  -webkit-filter: contrast(140%);
          filter: contrast(140%);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
body > header .logo-main:active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0s;
  transition: all 0s;
}
body > header .logo-main img {
  height: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body > header .social a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body > header .social a:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
body > header nav {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body > header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
}
body > header nav li {
  display: block;
  margin: 0 10px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body > header nav span {
  color: #ffffff;
}
body > header nav a,
body > header nav button {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  background-color: transparent;
  color: #ffffff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body > header nav a:after,
body > header nav button:after {
  content: '';
  position: absolute;
  width: calc(100% + 4px);
  height: 2px;
  bottom: -3px;
  left: -2px;
  background-color: #FF0000;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body > header nav a:hover,
body > header nav button:hover {
  color: #ffffff;
}
body > header nav a:hover:after,
body > header nav button:hover:after {
  opacity: 0.8;
}
body > header nav.show {
  opacity: 1;
}
body > header.fixed {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}
body > header.fixed .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
body > header.fixed .logo-main {
  height: 66px;
}
body > header.fixed .and {
  font-size: 24px;
}
body > header.fixed nav li {
  margin: 0 8px;
}
body > header.fixed nav li a,
body > header.fixed nav li button {
  font-size: 16px;
}
@media (max-width: 1440px) {
  body > header .container {
    padding: 30px 20px;
  }
  body > header .logo-main {
    height: 70px;
  }
  body > header nav li {
    margin: 0 8px;
  }
  body > header nav li a,
  body > header nav li button {
    font-size: 17px;
  }
  body > header.fixed nav li {
    margin: 0 6px;
  }
  body > header.fixed nav li a,
  body > header.fixed nav li button {
    font-size: 15px;
  }
}
@media (max-width: 1320px) {
  body > header .links {
    display: none;
  }
  body > header .logos {
    -webkit-box-flex: 0;
        -ms-flex: 0 132px;
            flex: 0 132px;
  }
  body > header .menu {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 132px);
            flex: 0 calc(100% - 132px);
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
}
@media (max-width: 1280px) {
  body > header .container {
    padding: 20px 20px;
  }
  body > header .logo-main {
    height: 60px;
  }
  body > header nav li {
    margin: 0 10px;
  }
  body > header nav li a,
  body > header nav li button {
    font-size: 16px;
  }
  body > header.fixed .logo-main {
    height: 56px;
  }
  body > header.fixed nav li {
    margin: 0 9px;
  }
  body > header.fixed nav li a,
  body > header.fixed nav li button {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  body > header .container {
    padding: 15px 20px;
  }
}
@media (max-width: 965px) {
  body > header .logo-main {
    height: 54px;
  }
  body > header.fixed .container {
    padding: 5px 20px;
  }
  body > header.fixed .logo-main {
    height: 50px;
  }
}
@media (max-width: 850px) {
  body > header nav li {
    margin: 0 8px;
  }
  body > header nav li a,
  body > header nav li button {
    font-size: 13px;
  }
  body > header.fixed nav li {
    margin: 0 7px;
  }
  body > header.fixed nav li a,
  body > header.fixed nav li button {
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  body > header {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  body > header .container {
    padding: 10px;
  }
  body > header .open-menu {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: transparent;
    cursor: pointer;
    z-index: 1001;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  body > header .open-menu:before,
  body > header .open-menu:after {
    content: "";
    position: absolute;
    left: 6px;
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  body > header .open-menu:before {
    top: 8px;
  }
  body > header .open-menu:after {
    bottom: 8px;
  }
  body > header .open-menu > span {
    display: block;
    width: 100%;
    height: 100%;
  }
  body > header .open-menu > span:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 3px;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  body > header .open-menu.show {
    opacity: 1;
  }
  body > header .open-menu.open:before,
  body > header .open-menu.open:after {
    left: 4px;
    width: 38px;
    background-color: #ffffff;
  }
  body > header .open-menu.open:before {
    top: 20.5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body > header .open-menu.open:after {
    bottom: 20.5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body > header .open-menu.open > span:after {
    opacity: 0;
  }
  body > header .open-menu.disable {
    pointer-events: none;
  }
  body > header .menu {
    display: block;
    position: fixed;
    top: 0;
    right: -101%;
    width: 100%;
    max-width: 100%;
    height: 100% !important;
    padding: 75px 0 20px;
    background-color: transparent;
    z-index: 1001;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    pointer-events: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-line-pack: start;
        align-content: start;
    overflow: hidden;
  }
  body > header .menu .menu-scroll {
    overflow: auto;
  }
  body > header .menu.open {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    right: 0;
  }
  body > header .menu .menu-scroll {
    height: 100%;
    overflow: auto;
  }
  body > header .menu nav ul {
    display: block;
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
    top: auto;
    right: auto;
    float: none;
    width: 100% !important;
    margin: 0;
    padding: 0;
    -webkit-transform: none;
            transform: none;
  }
  body > header .menu nav ul > li {
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    margin: 0;
    padding: 7px 10px;
    overflow: hidden;
  }
  body > header .menu nav ul > li.active a,
  body > header .menu nav ul > li.active button {
    background-color: transparent;
  }
  body > header .menu nav ul > li:first-of-type {
    display: block;
  }
  body > header .menu nav ul > li a,
  body > header .menu nav ul > li button {
    display: inline-block;
    width: auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-align: right;
    padding: 3px 2px;
    background-color: transparent;
    pointer-events: all;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    right: -350px;
  }
  body > header .menu nav ul > li a.show,
  body > header .menu nav ul > li button.show {
    right: 0;
  }
  body > header .menu nav ul > li a:before,
  body > header .menu nav ul > li button:before {
    display: none;
  }
  body > header .menu nav ul > li a:active,
  body > header .menu nav ul > li button:active {
    -webkit-transition: all 0s;
    transition: all 0s;
    -webkit-transform: scale(0.99);
            transform: scale(0.99);
  }
  body > header .open-menu {
    display: block;
  }
  body > header.fixed {
    background: rgba(0, 0, 0, 0.9);
  }
  body > header.fixed .container {
    padding: 5px 10px;
  }
}
@media (max-width: 768px) {
  body > header .container {
    padding: 15px 10px;
  }
  body > header .logo-main {
    height: 50px;
  }
  body > header.fixed .container {
    padding: 5px 10px;
  }
  body > header.fixed .logo-main {
    height: 44px;
  }
}
@media (max-width: 440px) {
  body > header .container {
    padding: 5px 10px;
  }
  body > header .open-menu {
    right: 10px;
    bottom: 0;
  }
  body > header.fixed .container {
    padding: 5px 10px;
  }
  body > header .buttons nav > ul > li {
    padding: 5px 2px;
  }
  body > header .buttons nav > ul > li a,
  body > header .buttons nav > ul > li button {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  body > header .menu nav > ul > li a,
  body > header .menu nav > ul > li button {
    font-size: 18px;
  }
}
@media (max-width: 400px) {
  body > header .logo-main {
    width: 42px !important;
  }
  body > header .menu {
    padding: 62px 0 20px;
  }
}
.menu-overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: -50%;
  width: 100%;
  height: 200%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  pointer-events: none;
}
.menu-overlay.displayed {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.lang-it nav a[href*="it"]:after {
  opacity: 1;
}
.lang-en nav a[href="/enada-primavera-2025"]:after {
  opacity: 1;
}
body > footer {
  position: relative;
  width: 100%;
  color: #ffffff;
  background-color: #000000;
  padding: 100px 0 80px;
}
body > footer .container {
  padding-left: 0;
  padding-right: 0;
}
body > footer h3 {
  font-family: "Renner", sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
}
body > footer .contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
body > footer .contact-us > li {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(50% - 125px);
          flex: 0 calc(50% - 125px);
  font-size: 24px;
  line-height: 1;
  padding: 0 20px;
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
body > footer .contact-us > li:nth-of-type(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 250px;
          flex: 0 250px;
}
body > footer .contact-us > li:nth-of-type(3) {
  text-align: right;
}
body > footer .contact-us > li.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
body > footer .contacts li {
  display: block;
  margin: 15px 0 3px;
}
body > footer .contacts li:first-of-type {
  margin-top: -4px;
}
body > footer .contacts a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  margin-left: 40px;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body > footer .contacts a:before {
  content: '';
  position: absolute;
  left: -40px;
  top: 2px;
  width: 26px;
  height: 26px;
  background-size: contain;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body > footer .contacts a.phone:before {
  background: url("../images/icon/ico-phone.svg") no-repeat center;
}
body > footer .contacts a.skype:before {
  background: url("../images/icon/ico-skype.svg") no-repeat center;
}
body > footer .contacts a.mail:before {
  background: url("../images/icon/ico-mail.svg") no-repeat center;
}
body > footer .contacts a.www:before {
  background: url("../images/icon/ico-www.svg") no-repeat center;
}
body > footer .contacts a:hover {
  border-bottom-color: #ffffff;
}
body > footer .contacts a:hover:before {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
body > footer .social {
  display: block;
  font-size: 0;
  white-space: nowrap;
  padding-top: 20px;
}
body > footer .social li {
  display: inline-block;
  margin: 0 6px;
  text-align: center;
}
body > footer .social li:first-of-type {
  margin-left: 0;
}
body > footer .social li:last-of-type {
  margin-right: 0;
}
body > footer .social li a {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 50%;
}
body > footer .social li a:hover img {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.04);
          transform: translateX(-50%) translateY(-50%) scale(1.04);
}
body > footer .social li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
  width: 65%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body > footer .logo-main {
  display: block;
  height: 112px;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body > footer .logo-main:hover {
  -webkit-filter: contrast(150%);
          filter: contrast(150%);
}
body > footer .logo-main img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  body > footer {
    padding: 90px 0 65px;
  }
  body > footer h3 {
    font-size: 25px;
  }
  body > footer .contact-us > li {
    font-size: 22px;
  }
  body > footer .contacts li {
    display: block;
    margin: 12px 0 2px;
  }
  body > footer .contacts li:first-of-type {
    margin-top: -3px;
  }
  body > footer .contacts a {
    font-size: 22px;
  }
  body > footer .contacts a:before {
    top: -1px;
  }
  body > footer .social {
    padding-top: 12px;
  }
  body > footer .social li {
    margin: 0 5px;
  }
  body > footer .social li a {
    width: 38px;
    height: 38px;
  }
  body > footer .logo-main {
    height: 92px;
  }
}
@media (max-width: 1280px) {
  body > footer:before {
    height: 40px;
    background-size: 100% auto;
  }
}
@media (max-width: 1024px) {
  body > footer {
    padding: 75px 0 60px;
  }
  body > footer .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  body > footer h3 {
    font-size: 26px;
  }
  body > footer .contact-us > li {
    font-size: 18px;
    padding: 0 10px;
  }
  body > footer .contacts li {
    display: block;
    margin: 14px 0 2px;
  }
  body > footer .contacts li:first-of-type {
    margin-top: -3px;
  }
  body > footer .contacts a {
    font-size: 18px;
    margin-left: 32px;
  }
  body > footer .contacts a:before {
    left: -32px;
    top: 0;
    width: 20px;
    height: 20px;
  }
  body > footer .social {
    padding-top: 10px;
  }
  body > footer .social li {
    margin: 0 4px;
  }
  body > footer .social li a {
    width: 32px;
    height: 32px;
  }
  body > footer .logo-main {
    height: 80px;
  }
}
@media (max-width: 768px) {
  body > footer {
    padding: 60px 0 0;
    text-align: center;
  }
  body > footer .contact-us {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body > footer h3 {
    font-family: "Renner", sans-serif;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    margin: 0 0 2px;
    text-transform: none;
  }
  body > footer p {
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    margin: 0 0 2px;
  }
  body > footer .contact-us {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body > footer .contact-us > li {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding: 0 0 50px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body > footer .contact-us > li:nth-of-type(1) {
    padding: 0 0 70px;
  }
  body > footer .contact-us > li:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  body > footer .contact-us > li:nth-of-type(3) {
    text-align: center;
  }
  body > footer .contact-us > li:nth-of-type(3):before {
    content: '';
    position: absolute;
    left: 0;
    background-color: #ffffff;
    width: 150px;
    height: 2px;
    right: 0;
    margin: auto;
    top: -34px;
  }
  body > footer .social {
    padding-top: 16px;
    text-align: center;
  }
  body > footer .social li {
    margin: 0 6px;
  }
  body > footer .social li a {
    width: 42.5px;
    height: 42.5px;
  }
  body > footer .logo-main {
    height: 75px;
  }
}
@media (max-width: 360px) {
  body > footer .social {
    padding-top: 14px;
  }
  body > footer .social li {
    margin: 0 3.5px;
  }
  body > footer .social li a {
    width: 41px;
    height: 41px;
  }
  body > footer .logo-main {
    height: 72px;
  }
}
.booking-btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 50;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.6s ease, bottom 0s;
  transition: all 0.6s ease, bottom 0s;
}
.booking-btn span {
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  padding: 3px 5px 1px;
  color: #050505;
  font-size: 13px;
  text-transform: uppercase;
  white-space: nowrap;
  border-radius: 4px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(5px) translateX(-50%);
          transform: translateY(5px) translateX(-50%);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.booking-btn span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 1;
}
.booking-btn button {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #FF0000;
  border-radius: 50%;
}
.booking-btn button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 118%;
  height: 118%;
  border: 2px solid #FF0000;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: none;
}
.booking-btn button img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  top: 49%;
  width: 53%;
  pointer-events: none;
}
.booking-btn button:hover:before {
  width: 122%;
  height: 122%;
}
.booking-btn button:active:before {
  width: 105%;
  height: 105%;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.booking-btn:hover span {
  opacity: 0.8;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
}
.booking-btn.show {
  opacity: 1;
  pointer-events: all;
}
.booking-btn.show-tooltip span {
  opacity: 0.8;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
}
.booking-btn.absolute {
  position: absolute;
  bottom: 200px;
}
@media (max-width: 1500px) {
  .booking-btn {
    right: 20px;
    bottom: 20px;
  }
  .booking-btn span {
    padding: 3px 4px 1px;
    font-size: 10px;
    -webkit-transform: translateY(5px) translateX(-50%);
            transform: translateY(5px) translateX(-50%);
  }
  .booking-btn:hover span {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  .booking-btn.show-tooltip span {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}
@media (max-width: 1014px) {
  .booking-btn.absolute {
    bottom: 180px;
  }
}
@media (max-width: 768px) {
  .booking-btn {
    display: none !important;
  }
}
/*BUTTONS*/
.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  max-width: 100%;
  min-width: 280px;
  height: 72px;
  line-height: 69px;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 30px;
  border: 1.5px solid;
  border-radius: 20px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.btn span {
  pointer-events: none;
}
.btn:active {
  -webkit-transform: scale(0.99) !important;
          transform: scale(0.99) !important;
  -webkit-transition: all 0s !important;
  transition: all 0s !important;
}
.btn.btn-default,
.btn.btn-primary {
  color: #ffffff;
  text-shadow: -2px -2px 10px var(--neon-text-light), 2px 2px 10px var(--neon-text-light), 0 0 8px var(--neon-text-color), 0 0 12px var(--neon-text-color), 0 0 16px var(--neon-text-color);
  border-color: #ffffff;
  background-color: transparent;
  -webkit-box-shadow: -2px -2px 10px 0 var(--neon-text-light), 2px 2px 10px 0 var(--neon-text-light), 0 0 10px 0 var(--neon-text-color), 0 0 30px 0 var(--neon-text-color), 0 0 50px 0 var(--neon-text-color), inset 0 0 10px 0 var(--neon-text-color), inset 0 0 30px 0 var(--neon-text-color);
          box-shadow: -2px -2px 10px 0 var(--neon-text-light), 2px 2px 10px 0 var(--neon-text-light), 0 0 10px 0 var(--neon-text-color), 0 0 30px 0 var(--neon-text-color), 0 0 50px 0 var(--neon-text-color), inset 0 0 10px 0 var(--neon-text-color), inset 0 0 30px 0 var(--neon-text-color);
}
.btn.btn-default:after,
.btn.btn-primary:after {
  content: "";
  pointer-events: none;
  position: absolute;
  background: var(--neon-text-color);
  top: 112%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: perspective(35px) rotateX(40deg) scale(1, 0.35);
          transform: perspective(35px) rotateX(40deg) scale(1, 0.35);
  -webkit-filter: blur(24px);
          filter: blur(24px);
  opacity: 0.6;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.btn.btn-default:hover,
.btn.btn-primary:hover {
  text-shadow: -2px -2px 10px var(--neon-text-light), 2px 2px 10px var(--neon-text-light), 0 0 12px var(--neon-text-color), 0 0 18px var(--neon-text-color), 0 0 28px var(--neon-text-color);
  -webkit-box-shadow: -2px -2px 10px 0 var(--neon-text-light), 2px 2px 10px 0 var(--neon-text-light), 0 0 20px 0 var(--neon-text-color), 0 0 50px 0 var(--neon-text-color), 0 0 70px 0 var(--neon-text-color), inset 0 0 20px 0 var(--neon-text-color), inset 0 0 40px 0 var(--neon-text-color);
          box-shadow: -2px -2px 10px 0 var(--neon-text-light), 2px 2px 10px 0 var(--neon-text-light), 0 0 20px 0 var(--neon-text-color), 0 0 50px 0 var(--neon-text-color), 0 0 70px 0 var(--neon-text-color), inset 0 0 20px 0 var(--neon-text-color), inset 0 0 40px 0 var(--neon-text-color);
}
.btn.btn-default:hover:after,
.btn.btn-primary:hover:after {
  opacity: 0.8;
}
.btn.btn-default:active,
.btn.btn-primary:active {
  text-shadow: -2px -2px 10px var(--neon-text-light), 2px 2px 10px var(--neon-text-light), 0 0 4px var(--neon-text-color), 0 0 8px var(--neon-text-color), 0 0 12px var(--neon-text-color);
  -webkit-box-shadow: -2px -2px 10px 0 var(--neon-text-light), 2px 2px 10px 0 var(--neon-text-light), 0 0 10px 0 var(--neon-text-color), 0 0 30px 0 var(--neon-text-color), 0 0 40px 0 var(--neon-text-color), inset 0 0 10px 0 var(--neon-text-color), inset 0 0 24px 0 var(--neon-text-color);
          box-shadow: -2px -2px 10px 0 var(--neon-text-light), 2px 2px 10px 0 var(--neon-text-light), 0 0 10px 0 var(--neon-text-color), 0 0 30px 0 var(--neon-text-color), 0 0 40px 0 var(--neon-text-color), inset 0 0 10px 0 var(--neon-text-color), inset 0 0 24px 0 var(--neon-text-color);
  -webkit-transition: all 0s;
  transition: all 0s;
}
.btn.btn-default:active:after,
.btn.btn-primary:active:after {
  opacity: 0.5;
  -webkit-transition: all 0s;
  transition: all 0s;
}
.btn.btn-secondary {
  color: #ffffff;
  background-color: #D00017;
  -webkit-box-shadow: 0 1px 15px 0 rgba(255, 255, 255, 0.1);
          box-shadow: 0 1px 15px 0 rgba(255, 255, 255, 0.1);
}
.btn.btn-secondary:hover {
  background-color: rgba(208, 0, 23, 0.994);
  -webkit-box-shadow: 0 4px 25px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 4px 25px 0 rgba(255, 255, 255, 0.7);
}
.btn.btn-secondary:active {
  -webkit-box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.7);
          box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.7);
}
.btn.btn-tertiary {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#BE0000), color-stop(50%, #FF0000), to(#AB0404));
  background: linear-gradient(to bottom, #BE0000 0%, #FF0000 50%, #AB0404 100%);
}
.btn.btn-tertiary:hover {
  -webkit-box-shadow: 0 4px 35px 3px rgba(208, 0, 23, 0.991);
          box-shadow: 0 4px 35px 3px rgba(208, 0, 23, 0.991);
}
.btn.btn-tertiary:active {
  -webkit-box-shadow: 0 2px 18px 2px rgba(208, 0, 23, 0.991);
          box-shadow: 0 2px 18px 2px rgba(208, 0, 23, 0.991);
}
@media (max-width: 1440px) {
  .btn {
    min-width: 250px;
    height: 68px;
    line-height: 68px;
    font-size: 22px;
    padding: 0 20px;
    border-radius: 20px;
  }
}
@media (max-width: 1024px) {
  .btn {
    min-width: 220px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    padding: 0 15px;
    border-radius: 18px;
  }
}
@media (max-width: 768px) {
  .btn {
    min-width: 200px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    border-radius: 14px;
  }
  .btn.btn-default,
  .btn.btn-primary {
    text-shadow: -1px -1px 5px var(--neon-text-light), 1px 1px 5px var(--neon-text-light), 0 0 6px var(--neon-text-color), 0 0 12px var(--neon-text-color);
    -webkit-box-shadow: -2px -2px 10px 0 var(--neon-text-light), 2px 2px 10px 0 var(--neon-text-light), 0 0 10px 0 var(--neon-text-color), 0 0 30px 0 var(--neon-text-color), inset 0 0 8px 0 var(--neon-text-color), inset 0 0 16px 0 var(--neon-text-color);
            box-shadow: -2px -2px 10px 0 var(--neon-text-light), 2px 2px 10px 0 var(--neon-text-light), 0 0 10px 0 var(--neon-text-color), 0 0 30px 0 var(--neon-text-color), inset 0 0 8px 0 var(--neon-text-color), inset 0 0 16px 0 var(--neon-text-color);
  }
  .btn.btn-default:after,
  .btn.btn-primary:after {
    opacity: 0.5;
  }
  .btn.btn-default:hover,
  .btn.btn-primary:hover {
    text-shadow: -1px -1px 5px var(--neon-text-light), 1px 1px 5px var(--neon-text-light), 0 0 8px var(--neon-text-color), 0 0 16px var(--neon-text-color);
    -webkit-box-shadow: -2px -2px 10px 0 var(--neon-text-light), 2px 2px 10px 0 var(--neon-text-light), 0 0 20px 0 var(--neon-text-color), 0 0 50px 0 var(--neon-text-color), inset 0 0 14px 0 var(--neon-text-color), inset 0 0 28px 0 var(--neon-text-color);
            box-shadow: -2px -2px 10px 0 var(--neon-text-light), 2px 2px 10px 0 var(--neon-text-light), 0 0 20px 0 var(--neon-text-color), 0 0 50px 0 var(--neon-text-color), inset 0 0 14px 0 var(--neon-text-color), inset 0 0 28px 0 var(--neon-text-color);
  }
  .btn.btn-default:hover:after,
  .btn.btn-primary:hover:after {
    opacity: 0.7;
  }
  .btn.btn-default:active,
  .btn.btn-primary:active {
    text-shadow: -1px -1px 5px var(--neon-text-light), 1px 1px 5px var(--neon-text-light), 0 0 6px var(--neon-text-color), 0 0 12px var(--neon-text-color);
    -webkit-box-shadow: -2px -2px 10px 0 var(--neon-text-light), 2px 2px 10px 0 var(--neon-text-light), 0 0 8px 0 var(--neon-text-color), 0 0 16px 0 var(--neon-text-color), inset 0 0 10px 0 var(--neon-text-color), inset 0 0 24px 0 var(--neon-text-color);
            box-shadow: -2px -2px 10px 0 var(--neon-text-light), 2px 2px 10px 0 var(--neon-text-light), 0 0 8px 0 var(--neon-text-color), 0 0 16px 0 var(--neon-text-color), inset 0 0 10px 0 var(--neon-text-color), inset 0 0 24px 0 var(--neon-text-color);
  }
}
@media (max-width: 480px) {
  .btn {
    min-width: 170px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    border-radius: 12px;
  }
  .btn.btn-default,
  .btn.btn-primary {
    text-shadow: -1px -1px 3px var(--neon-text-light), 1px 1px 3px var(--neon-text-light), 0 0 4px var(--neon-text-color), 0 0 8px var(--neon-text-color);
    -webkit-box-shadow: -2px -2px 6px 0 var(--neon-text-light), 2px 2px 6px 0 var(--neon-text-light), 0 0 8px 0 var(--neon-text-color), 0 0 26px 0 var(--neon-text-color), inset 0 0 6px 0 var(--neon-text-color), inset 0 0 12px 0 var(--neon-text-color);
            box-shadow: -2px -2px 6px 0 var(--neon-text-light), 2px 2px 6px 0 var(--neon-text-light), 0 0 8px 0 var(--neon-text-color), 0 0 26px 0 var(--neon-text-color), inset 0 0 6px 0 var(--neon-text-color), inset 0 0 12px 0 var(--neon-text-color);
  }
  .btn.btn-default:after,
  .btn.btn-primary:after {
    opacity: 0.5;
  }
  .btn.btn-default:hover,
  .btn.btn-primary:hover {
    text-shadow: -1px -1px 3px var(--neon-text-light), 1px 1px 3px var(--neon-text-light), 0 0 6px var(--neon-text-color), 0 0 12px var(--neon-text-color);
    -webkit-box-shadow: -2px -2px 6px 0 var(--neon-text-light), 2px 2px 6px 0 var(--neon-text-light), 0 0 10px 0 var(--neon-text-color), 0 0 40px 0 var(--neon-text-color), inset 0 0 10px 0 var(--neon-text-color), inset 0 0 20px 0 var(--neon-text-color);
            box-shadow: -2px -2px 6px 0 var(--neon-text-light), 2px 2px 6px 0 var(--neon-text-light), 0 0 10px 0 var(--neon-text-color), 0 0 40px 0 var(--neon-text-color), inset 0 0 10px 0 var(--neon-text-color), inset 0 0 20px 0 var(--neon-text-color);
  }
  .btn.btn-default:hover:after,
  .btn.btn-primary:hover:after {
    opacity: 0.7;
  }
  .btn.btn-default:active,
  .btn.btn-primary:active {
    text-shadow: -1px -1px 3px var(--neon-text-light), 1px 1px 3px var(--neon-text-light), 0 0 4px var(--neon-text-color), 0 0 8px var(--neon-text-color);
    -webkit-box-shadow: -2px -2px 6px 0 var(--neon-text-light), 2px 2px 6px 0 var(--neon-text-light), 0 0 8px 0 var(--neon-text-color), 0 0 16px 0 var(--neon-text-color), inset 0 0 6px 0 var(--neon-text-color), inset 0 0 12px 0 var(--neon-text-color);
            box-shadow: -2px -2px 6px 0 var(--neon-text-light), 2px 2px 6px 0 var(--neon-text-light), 0 0 8px 0 var(--neon-text-color), 0 0 16px 0 var(--neon-text-color), inset 0 0 6px 0 var(--neon-text-color), inset 0 0 12px 0 var(--neon-text-color);
  }
}
/*COOKIES*/
.cookie-wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 10000001;
  left: -50%;
  top: -50%;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-perspective: 1300px;
          perspective: 1300px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.cookie-wrapper.displayed {
  visibility: visible;
  opacity: 1;
}
.cookie-bar {
  position: fixed;
  bottom: calc(25% + 20px);
  left: calc(25% + 20px);
  display: block;
  width: 620px;
  max-width: calc(100% - 20px);
  margin: auto;
  font-size: 15px;
  line-height: 1.6;
  padding: 45px 40px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
  background-color: #142747;
  -webkit-box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
          box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
  z-index: 10;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cookie-bar:before {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  border: 1px solid #ffffff;
}
.cookie-bar p {
  display: block;
  margin-bottom: 25px;
}
.cookie-bar p a {
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.cookie-bar p a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
.cookie-bar .btn {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 28px;
  min-width: 0;
  padding: 0 25px;
  font-size: 13px;
  margin: 0 5px;
  font-weight: 600;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 0;
}
.cookie-bar .btn:after {
  display: none;
}
.cookie-bar .btn.btn-primary {
  color: #142747;
  background: #FDD92D;
  border-color: #FDD92D;
  border: 2px solid #FDD92D;
}
.cookie-bar .btn.btn-primary:hover {
  background: #ffffff;
}
.cookie-bar .btn.btn-tertiary {
  background: #142747;
  color: #ffffff;
  border: 2px solid #ffffff;
}
.cookie-bar .btn.btn-tertiary:hover {
  background: #ffffff;
  color: #142747;
}
.cookie-bar.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation: showBanner 1s linear;
          animation: showBanner 1s linear;
}
@media (max-width: 768px) {
  .cookie-bar {
    width: calc(50% - 20px);
    padding: 15px 20px 14px;
    font-size: 14px;
    bottom: calc(25% + 10px);
    left: calc(25% + 10px);
  }
  .cookie-bar:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .cookie-bar p {
    margin-bottom: 15px;
  }
  .cookie-bar .btn {
    margin: 0 5px 5px;
    font-size: 14px;
    height: 24px;
    line-height: 1;
    margin-top: -1px;
    padding: 0 10px;
    border-width: 1px;
  }
}
@media (max-width: 480px) {
  .cookie-bar {
    padding: 12px 15px 10px;
    font-size: 13px;
  }
}
.form-cookies ul.list-cookies li {
  display: block;
  padding: 5px 20px;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.1);
}
.form-cookies ul.list-cookies h3 {
  position: relative;
  font-size: 24px;
  line-height: 1.4;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 20px;
  margin: 0;
  cursor: pointer;
}
.form-cookies ul.list-cookies h3:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-cookies ul.list-cookies .input-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 160px;
          flex: 0 160px;
}
.form-cookies ul.list-cookies .input-checkbox label {
  position: relative;
  margin-right: 74px;
  line-height: 1;
  font-weight: 400;
  cursor: pointer;
  pointer-events: all;
  left: auto;
  top: auto;
}
.form-cookies ul.list-cookies .input-checkbox label:before {
  content: '';
  position: absolute;
  right: -42px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
.form-cookies ul.list-cookies .input-checkbox label:after {
  content: '';
  position: absolute;
  right: -74px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 32px;
  border: 2px solid #ffffff;
  border-radius: 17px;
  background-color: #D00017;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.form-cookies ul.list-cookies .input-checkbox input {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  pointer-events: none;
}
.form-cookies ul.list-cookies .input-checkbox input:checked + label:before {
  right: -70px;
}
.form-cookies ul.list-cookies .input-checkbox input:checked + label:after {
  background-color: #469008;
}
.form-cookies ul.list-cookies .input-checkbox input:disabled + label {
  cursor: default;
}
.form-cookies ul.list-cookies .input-checkbox input:disabled + label:before {
  opacity: 0.7;
}
.form-cookies ul.list-cookies .input-checkbox input:disabled + label:after {
  opacity: 0.5;
}
.form-cookies ul.list-cookies p {
  margin: 0;
  color: #ffffff;
}
.form-cookies .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-cookies .description.open h3:before {
  left: 0;
  top: -3px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.form-cookies .description.open + .details {
  max-height: 350px;
  padding-top: 10px;
}
.form-cookies .details {
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.form-cookies .buttons {
  margin-top: 30px;
  text-align: right;
}
.form-cookies .buttons .btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 220px;
  max-width: 100%;
  height: 48px;
  line-height: 44px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 20px;
  border-width: 2px;
  border-style: solid;
  border-radius: 0;
  text-shadow: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.form-cookies .buttons .btn:after {
  display: none;
}
.form-cookies .buttons .btn.btn-primary {
  color: #142747;
  background: #FDD92D;
  border-color: #FDD92D;
}
.form-cookies .buttons .btn.btn-primary:hover {
  background: #ffffff;
}
.form-cookies .buttons .btn.btn-secondary {
  color: #142747;
  background: #ffffff;
  border-color: #ffffff;
}
.form-cookies .buttons .btn.btn-secondary:hover {
  background: #FDD92D;
}
@media (max-width: 768px) {
  .form-cookies ul.list-cookies li {
    padding: 4px 10px;
  }
  .form-cookies ul.list-cookies h3 {
    font-size: 20px;
    padding-left: 14px;
  }
  .form-cookies ul.list-cookies h3:before {
    left: -5px;
    width: 8px;
    height: 8px;
  }
  .form-cookies ul.list-cookies .input-checkbox label {
    font-size: 12px;
    margin-right: 63px;
  }
  .form-cookies ul.list-cookies .input-checkbox label:before {
    height: 20px;
    width: 20px;
    right: -36px;
  }
  .form-cookies ul.list-cookies .input-checkbox label:after {
    width: 54px;
    height: 28px;
    right: -65px;
  }
  .form-cookies ul.list-cookies .input-checkbox input:checked + label:before {
    right: -61px;
  }
  .form-cookies .description.open h3:before {
    left: -2px;
    top: -4px;
  }
  .form-cookies .description.open + .details {
    max-height: 450px;
    padding-top: 5px;
  }
}
@media (max-width: 480px) {
  .form-cookies ul.list-cookies li {
    padding: 4px 5px 4px 10px;
  }
  .form-cookies ul.list-cookies h3 {
    font-size: 15px;
    padding-left: 14px;
  }
  .form-cookies ul.list-cookies h3:before {
    top: 0;
    left: -5px;
    width: 8px;
    height: 8px;
  }
  .form-cookies .description.open h3:before {
    left: -2px;
    top: -5px;
  }
}
@media (max-width: 360px) {
  .form-cookies ul.list-cookies li {
    padding: 4px 4px 4px 8px;
  }
  .form-cookies ul.list-cookies h3 {
    font-size: 13px;
    padding-left: 12px;
  }
  .form-cookies ul.list-cookies h3:before {
    top: 0;
    left: -5px;
    width: 8px;
    height: 8px;
  }
  .form-cookies .description.open h3:before {
    left: -2px;
    top: -5px;
  }
}
/*FORMS*/
form .input {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
form .input label {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
}
form .input label abbr {
  color: rgba(255, 255, 255, 0.8);
}
form .input input,
form .input textarea {
  display: block;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
          box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
  border-radius: 10px;
  padding: 8px 20px;
  color: #2E2E2E;
  font-family: "Renner", sans-serif;
  font-size: 18px;
}
form .input input::-webkit-input-placeholder, form .input textarea::-webkit-input-placeholder {
  color: #000000;
}
form .input input::-moz-placeholder, form .input textarea::-moz-placeholder {
  color: #000000;
}
form .input input:-ms-input-placeholder, form .input textarea:-ms-input-placeholder {
  color: #000000;
}
form .input input::-ms-input-placeholder, form .input textarea::-ms-input-placeholder {
  color: #000000;
}
form .input input::placeholder,
form .input textarea::placeholder {
  color: #000000;
}
form .input input:-ms-input-placeholder,
form .input textarea:-ms-input-placeholder {
  color: #000000;
}
form .input input::-ms-input-placeholder,
form .input textarea::-ms-input-placeholder {
  color: #000000;
}
form .input textarea {
  height: 14rem;
  min-height: 14rem;
  max-height: 20rem;
  min-width: 100%;
  max-width: 100%;
}
form .input .error-message {
  display: none;
  color: #D00017;
  margin-top: 5px;
  font-size: 16px;
}
form .input .selects {
  font-size: 0;
}
form .input .selects .selectric-wrapper {
  width: calc(50% - 5px);
}
form .input .selects .selectric-wrapper:last-of-type {
  margin-left: 10px;
}
form .input.error input,
form .input.error textarea {
  border-color: #D00017;
}
form .input.error .error-message {
  display: block;
}
form .input-recaptcha {
  display: block;
  margin: 20px 0 0 0 !important;
  text-align: center;
}
form .input-recaptcha > div.error-message {
  display: none;
  vertical-align: top;
  height: auto;
  font-size: 1.6rem;
  margin: 0.4rem 0 0 2px;
  float: none;
}
form .input-recaptcha > div > div {
  display: inline-block;
}
form .input-recaptcha.error > div.error-message {
  display: inline-block;
}
form .info {
  position: relative;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
  color: #ffffff;
}
form .info a {
  display: inline;
  line-height: 1;
  color: #ffffff;
  font-weight: 800;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form .info a:hover {
  border-bottom-color: transparent;
}
@media (max-width: 600px) {
  form .input {
    margin-bottom: 5px;
  }
  form .input label {
    font-size: 16px;
  }
  form .input .selects .selectric-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 5px 0 !important;
  }
  form .info {
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  form .input {
    margin-bottom: 3px;
  }
  form .input label {
    font-size: 15px;
    margin-bottom: 2px;
  }
  form .input input,
  form .input textarea {
    height: 50px;
    padding: 8px 12px;
  }
  form .input .error-message {
    margin-top: 0.4rem;
    font-size: 1.3rem;
  }
  form .info {
    font-size: 13px;
  }
  form .selectric-wrapper .selectric .label {
    padding: 10px 0 9px 12px;
  }
  form .selectric-items li {
    padding: 8px 12px;
  }
}
@media (max-width: 360px) {
  form .input-recaptcha > div {
    height: 60px;
  }
  form .input-recaptcha > div > div {
    -webkit-transform: scale(0.8) translateX(-63%);
            transform: scale(0.8) translateX(-63%);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    position: absolute;
    top: 0;
    left: 50%;
  }
}
.grecaptcha-badge {
  opacity: 0;
  pointer-events: none;
}
/*POPUPS*/
.modal-wrapper {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1002;
  left: 0;
  top: -50%;
  width: 100%;
  height: 200%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  pointer-events: none;
  -webkit-perspective: 1300px;
          perspective: 1300px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.modal-wrapper.displayed {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  visibility: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: calc(100% - 20px);
  max-width: 800px;
  height: 550px;
  max-height: calc(50% - 20px);
  padding: 50px 10px 10px;
  background-image: url('../images/bg/bg-our-stand.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 24px;
  border: 3px solid #ffffff;
  -webkit-box-shadow: -2px -2px 10px 0 var(--neon-text-light), 2px 2px 10px 0 var(--neon-text-light), 0 0 10px 0 var(--neon-text-color), 0 0 30px 0 var(--neon-text-color), 0 0 50px 0 var(--neon-text-color), inset 0 0 20px 0 var(--neon-text-color), inset 0 0 30px 0 var(--neon-text-color), inset 0 0 50px 0 var(--neon-text-color);
          box-shadow: -2px -2px 10px 0 var(--neon-text-light), 2px 2px 10px 0 var(--neon-text-light), 0 0 10px 0 var(--neon-text-color), 0 0 30px 0 var(--neon-text-color), 0 0 50px 0 var(--neon-text-color), inset 0 0 20px 0 var(--neon-text-color), inset 0 0 30px 0 var(--neon-text-color), inset 0 0 50px 0 var(--neon-text-color);
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
          transform: translateX(-50%) translateY(-50%) scale(0);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
@supports (background-image: url( ../images/bg/bg-our-stand.webp )) {
  .modal {
    background-image: url('../images/bg/bg-our-stand.webp');
  }
}
.modal.displayed {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
          transform: translateX(-50%) translateY(-50%) scale(1);
  pointer-events: all;
}
.modal .close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 26px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: -2px -2px 10px var(--neon-text-light), 2px 2px 10px var(--neon-text-light), 0 0 12px var(--neon-text-color), 0 0 18px var(--neon-text-color), 0 0 28px var(--neon-text-color);
  background-color: transparent;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal .close:hover {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
  text-shadow: -2px -2px 10px var(--neon-text-light), 2px 2px 10px var(--neon-text-light), 0 0 16px var(--neon-text-color), 0 0 22px var(--neon-text-color), 0 0 32px var(--neon-text-color);
}
.modal .close:active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0s;
  transition: all 0s;
}
.modal h2 {
  text-transform: uppercase;
  text-align: left;
}
.modal h2 span {
  display: block;
}
.modal .modal-body {
  overflow-y: auto;
  padding: 0 20px 20px;
}
.modal.modal-video {
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #000000;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal.modal-video .modal-body {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 0;
}
.modal.modal-video .video {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal.modal-video .video .logo {
  position: absolute;
  width: 280px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-animation: logoBlink 3s ease infinite;
          animation: logoBlink 3s ease infinite;
}
.modal.modal-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal.modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  max-width: 800px;
  height: auto;
  padding: 65px 50px 25px;
  overflow: visible;
}
.modal.modal-form .modal-body {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
}
.modal.modal-form h2 {
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.1;
}
.modal.modal-form .buttons {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 20px;
}
.modal.modal-form .buttons .btn:after {
  display: none;
}
.modal.modal-form form,
.modal.modal-form .success-msg,
.modal.modal-form .error-msg,
.modal.modal-form .msg-cookies {
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.modal.modal-form .success-msg,
.modal.modal-form .error-msg,
.modal.modal-form .cookies-msg {
  display: none;
  width: 100%;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.modal.modal-form .success-msg h2,
.modal.modal-form .error-msg h2,
.modal.modal-form .cookies-msg h2 {
  text-align: center;
  margin-bottom: 5px;
}
.modal.modal-form .success-msg h2 span,
.modal.modal-form .error-msg h2 span,
.modal.modal-form .cookies-msg h2 span {
  display: inline;
}
.modal.modal-form .success-msg p,
.modal.modal-form .error-msg p,
.modal.modal-form .cookies-msg p {
  width: 100%;
  max-width: 355px;
  margin: 5px auto 0;
  font-size: 28px;
  line-height: 1.1;
  color: #ffffff;
}
@media (max-width: 600px) {
  .modal.modal-form .success-msg p,
  .modal.modal-form .error-msg p,
  .modal.modal-form .cookies-msg p {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .modal.modal-form .success-msg p,
  .modal.modal-form .error-msg p,
  .modal.modal-form .cookies-msg p {
    font-size: 18px;
  }
}
.modal.modal-form .success-msg .btn,
.modal.modal-form .error-msg .btn,
.modal.modal-form .cookies-msg .btn {
  margin-top: 20px;
}
.modal.modal-form .cookies-msg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.modal.modal-form .cookies-msg p {
  max-width: 405px;
}
.modal.modal-form.loading form {
  pointer-events: none;
  -webkit-animation: blinker 1s linear infinite;
          animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}
.modal.modal-form.success {
  padding: 110px 50px 100px;
  overflow: hidden;
}
.modal.modal-form.success .modal-body {
  padding: 0;
  overflow-y: visible;
}
.modal.modal-form.success form {
  display: none;
}
.modal.modal-form.success .success-msg {
  display: block;
}
.modal.modal-form.error {
  padding: 110px 50px 100px;
  overflow: hidden;
}
.modal.modal-form.error .modal-body {
  padding: 0;
  overflow-y: visible;
}
.modal.modal-form.error form {
  display: none;
}
.modal.modal-form.error .error-msg {
  display: block;
}
.modal.modal-form.no-cookies .cookies-msg {
  display: block;
}
.modal.modal-form.no-cookies form {
  opacity: 0.35;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  pointer-events: none;
  overflow: hidden;
}
.modal.modal-form.no-cookies .btn:after {
  display: none;
}
.modal.modal-cookies {
  color: #ffffff;
  background: #142747;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 800px;
  max-width: calc(100% - 20px);
  height: auto;
  max-height: calc(50% - 20px);
  text-align: center;
  padding: 50px 25px 25px;
  border: 0;
  border-radius: 0;
  overflow-y: hidden;
  -webkit-box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5) !important;
          box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5) !important;
}
.modal.modal-cookies:before {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  border: 1px solid #ffffff;
}
.modal.modal-cookies .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  padding-right: 22px;
  text-shadow: none !important;
}
.modal.modal-cookies .close:before,
.modal.modal-cookies .close:after {
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 17px;
  height: 2px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background-color: #ffffff;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.modal.modal-cookies .close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal.modal-cookies .close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal.modal-cookies .close:hover:before {
  -webkit-transform: rotate(45deg) scale(1.05);
          transform: rotate(45deg) scale(1.05);
}
.modal.modal-cookies .close:hover:after {
  -webkit-transform: rotate(-45deg) scale(1.05);
          transform: rotate(-45deg) scale(1.05);
}
.modal.modal-cookies .close:active:before {
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}
.modal.modal-cookies .close:active:after {
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}
.modal.modal-cookies .modal-body {
  position: relative;
  display: block;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  text-align: left;
  font-size: 18px;
  line-height: 1.6;
}
.modal.modal-cookies h2 {
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 8px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}
.modal.modal-cookies h2.error-msg {
  margin: 0;
}
.modal.modal-cookies p {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}
.modal.modal-cookies p a {
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.modal.modal-cookies p a:hover {
  color: #ffffff;
  border-bottom-color: transparent;
}
.modal.modal-cookies .btn-decline {
  margin-right: 12px;
}
@media (max-width: 768px) {
  .modal.modal-cookies {
    padding: 35px 5px 15px 15px;
  }
  .modal.modal-cookies:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .modal.modal-cookies .close {
    top: 13px;
    right: 13px;
  }
  .modal.modal-cookies .modal-body {
    padding-left: 0;
    padding-right: 10px;
    padding-bottom: 0;
  }
  .modal.modal-cookies h2 {
    font-size: 28px;
  }
  .modal.modal-cookies p {
    font-size: 14px;
  }
  .modal.modal-cookies .buttons {
    margin-top: 20px;
  }
}
@media (max-width: 550px) {
  .modal.modal-cookies .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .modal.modal-cookies .buttons .btn-decline {
    margin: 0;
  }
  .modal.modal-cookies .buttons .btn {
    min-width: 192px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .modal.modal-cookies p {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.modal.modal-large {
  max-width: 1200px;
  height: 1050px;
  z-index: 2;
}
.modal.modal-large h2 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal.modal-large h3 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal.modal-large h4 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal.modal-large p {
  margin-bottom: 20px;
  color: #ffffff;
}
.modal.modal-large p a,
.modal.modal-large p button {
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  background-color: transparent;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal.modal-large p a:hover,
.modal.modal-large p button:hover {
  border-bottom-color: transparent;
}
.modal.modal-large ul {
  margin-bottom: 20px;
}
.modal.modal-large ul li {
  position: relative;
  margin: 0 0 8px 27px;
  color: #ffffff;
}
.modal.modal-large ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: -27px;
  top: 9px;
  width: 10px;
  height: 10px;
  border: 2px solid #D00017;
  border-radius: 50%;
}
@media (max-width: 1024px), (max-height: 768px) {
  .modal {
    border-width: 2px;
    -webkit-box-shadow: -1px -1px 6px 0 var(--neon-text-light), 1px 1px 6px 0 var(--neon-text-light), 0 0 8px 0 var(--neon-text-color), 0 0 12px 0 var(--neon-text-color), 0 0 35px 0 var(--neon-text-color), inset 0 0 10px 0 var(--neon-text-color), inset 0 0 25px 0 var(--neon-text-color);
            box-shadow: -1px -1px 6px 0 var(--neon-text-light), 1px 1px 6px 0 var(--neon-text-light), 0 0 8px 0 var(--neon-text-color), 0 0 12px 0 var(--neon-text-color), 0 0 35px 0 var(--neon-text-color), inset 0 0 10px 0 var(--neon-text-color), inset 0 0 25px 0 var(--neon-text-color);
  }
}
@media (max-width: 600px), (max-height: 600px) {
  .modal {
    border-width: 1px;
    -webkit-box-shadow: -1px -1px 4px 0 var(--neon-text-light), 1px 1px 4px 0 var(--neon-text-light), 0 0 6px 0 var(--neon-text-color), 0 0 10px 0 var(--neon-text-color), 0 0 28px 0 var(--neon-text-color), inset 0 0 8px 0 var(--neon-text-color), inset 0 0 20px 0 var(--neon-text-color);
            box-shadow: -1px -1px 4px 0 var(--neon-text-light), 1px 1px 4px 0 var(--neon-text-light), 0 0 6px 0 var(--neon-text-color), 0 0 10px 0 var(--neon-text-color), 0 0 28px 0 var(--neon-text-color), inset 0 0 8px 0 var(--neon-text-color), inset 0 0 20px 0 var(--neon-text-color);
  }
  .modal .close {
    right: 8px;
    height: 22px;
    line-height: 22px;
  }
  .modal.modal-form {
    padding: 45px 0 10px;
  }
  .modal.modal-form h2 {
    font-size: 38px;
    line-height: 1;
  }
  .modal.modal-form.success,
  .modal.modal-form.error {
    padding: 60px 20px 50px;
  }
  .modal .buttons {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px), (max-height: 480px) {
  .modal .modal-body {
    padding: 0 10px 20px;
  }
  .modal.modal-form h2 {
    font-size: 30px;
  }
  .modal.modal-form .success-msg h2,
  .modal.modal-form .error-msg h2 {
    font-size: 30px;
  }
  .modal.modal-form .success-msg p,
  .modal.modal-form .error-msg p {
    font-size: 22px;
  }
  .modal.modal-large {
    font-size: 16px;
  }
  .modal.modal-large .modal-body {
    padding: 0 5px 20px;
  }
  .modal.modal-large h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .modal.modal-large h3 {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .modal.modal-large h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .modal.modal-large p {
    margin-bottom: 15px;
  }
  .modal.modal-large ul {
    margin-bottom: 15px;
  }
  .modal.modal-large ul li {
    margin: 0 0 6px 20px;
  }
  .modal.modal-large ul li:before {
    left: -20px;
    top: 7px;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 360px) {
  .modal.modal-form {
    padding: 35px 0 0;
  }
  .modal.modal-form form {
    overflow: hidden;
  }
}
main .about-event {
  position: relative;
  text-align: center;
  background-image: url('../images/bg/bg-about-event.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  overflow: hidden;
  padding: 100px 0 0;
}
@supports (background-image: url( ../images/bg/bg-about-event.webp )) {
  main .about-event {
    background-image: url('../images/bg/bg-about-event.webp');
  }
}
main .about-event:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
main .about-event .container {
  position: relative;
  z-index: 2;
}
main .about-event .info {
  position: relative;
  margin: 0 auto 50px;
}
main .about-event h2 {
  position: relative;
  width: 100%;
  padding-top: 10px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.2px #ffffff;
  text-shadow: -3px -3px 10px var(--neon-text-light), 3px 3px 10px var(--neon-text-light), 0 0 20px var(--neon-text-color), 0 0 40px var(--neon-text-color), 0 0 60px var(--neon-text-color), 0 0 80px var(--neon-text-color), 0 0 100px var(--neon-text-color);
}
main .about-event p {
  color: #ffffff;
}
main .about-event .map {
  position: relative;
  display: block;
  width: 1020px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  border: 1.5px solid #ffffff;
  text-shadow: -3px -3px 10 var(--neon-text-light), 3px 3px 10px var(--neon-text-light), 0 0 20px var(--neon-text-color), 0 0 40px var(--neon-text-color), 0 0 60px var(--neon-text-color), 0 0 80px var(--neon-text-color), 0 0 100px var(--neon-text-color);
}
main .about-event .map .in {
  position: relative;
  display: block;
}
main .about-event .map .gm-style-iw-chr {
  height: 15px;
}
main .about-event .map .gm-style .gm-style-iw-c {
  max-width: 250px !important;
}
main .about-event .map .gm-ui-hover-effect {
  width: 24px !important;
  height: 24px !important;
}
main .about-event .map .gm-ui-hover-effect > span {
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
}
main .about-event .map .gm-style-iw-d h3 {
  font-size: 16px;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 2px;
  text-align: left;
}
main .about-event .map .gm-style-iw-d h3 strong {
  display: inline-block;
  font-weight: 400;
}
main .about-event .map .gm-style-iw-d strong {
  display: block;
}
main .about-event .map .gm-style-iw-d p {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  margin: 0;
}
main .about-event .map .gm-style-iw-d p strong {
  color: #FF0000;
  font-size: 16px;
}
main .about-event .map .gm-style-iw-d strong {
  color: #050505;
}
main .about-event .google-map {
  display: block;
  width: 100%;
  min-height: 350px;
  margin: 0 auto;
}
main .about-event .google-map:after {
  content: '';
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
main .about-event .google-map p {
  color: #2E2E2E;
  margin-top: 0;
  font-size: 14px;
  text-align: left;
  text-shadow: none;
}
main .about-event .illustration {
  display: block;
  width: 100%;
  margin: -750px auto 0;
  opacity: 0;
  -webkit-transform: scale(0.6) translateY(80%);
          transform: scale(0.6) translateY(80%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .about-event .illustration:before {
  content: '';
  position: absolute;
  bottom: 16.2%;
  width: 60%;
  height: 30%;
  left: 1.5%;
  right: 0;
  margin: auto;
  background-image: url('../images/img-kiss-animation.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  -webkit-transform: rotate(6deg) scale(0.03);
          transform: rotate(6deg) scale(0.03);
  -webkit-animation: kiss 3s ease infinite;
          animation: kiss 3s ease infinite;
}
@supports (background-image: url( ../images/img-kiss-animation.webp )) {
  main .about-event .illustration:before {
    background-image: url('../images/img-kiss-animation.webp');
  }
}
main .about-event .illustration:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  height: 70%;
  margin: auto;
  background-image: url('../images/img-hearts.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  -webkit-transform-origin: 50% 60%;
          transform-origin: 50% 60%;
  -webkit-transform: rotate(0) scale(1);
          transform: rotate(0) scale(1);
  -webkit-animation: hearts 3s ease infinite;
          animation: hearts 3s ease infinite;
}
@supports (background-image: url( ../images/img-hearts.webp )) {
  main .about-event .illustration:after {
    background-image: url('../images/img-hearts.webp');
  }
}
main .about-event .illustration span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
main .about-event .illustration span:before {
  content: '';
  position: absolute;
  bottom: 19.9%;
  left: 11%;
  width: 11%;
  height: 13%;
  background-image: url('../images/img-shine.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: shine 4.5s ease infinite;
          animation: shine 4.5s ease infinite;
}
@supports (background-image: url( ../images/img-shine.webp )) {
  main .about-event .illustration span:before {
    background-image: url('../images/img-shine.webp');
  }
}
main .about-event .illustration span:after {
  content: '';
  position: absolute;
  bottom: 32%;
  right: 9%;
  width: 13%;
  height: 15%;
  background-image: url('../images/img-shine.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-animation: shine-2 4.5s ease infinite;
          animation: shine-2 4.5s ease infinite;
}
@supports (background-image: url( ../images/img-shine.webp )) {
  main .about-event .illustration span:after {
    background-image: url('../images/img-shine.webp');
  }
}
main .about-event .illustration img {
  display: block;
  width: 100%;
}
main .about-event .illustration.show {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
main .about-event h2,
main .about-event p,
main .about-event .map {
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .about-event h2.show,
main .about-event p.show,
main .about-event .map.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 1600px) {
  main .about-event .illustration {
    margin-top: -550px;
  }
}
@media (max-width: 1280px) {
  main .about-event {
    padding: 85px 0 0;
  }
  main .about-event:after {
    height: 300px;
  }
  main .about-event .illustration {
    margin-top: -420px;
  }
}
@media (max-width: 1024px) {
  main .about-event:after {
    height: 150px;
  }
  main .about-event h2 {
    margin-bottom: 10px;
  }
  main .about-event p {
    width: 700px;
    margin: 0 auto;
  }
  main .about-event .info {
    margin-bottom: 40px;
  }
  main .about-event .illustration {
    margin-top: -320px;
  }
}
@media (max-width: 768px) {
  main .about-event {
    padding: 65px 0 0;
  }
  main .about-event:after {
    height: 100px;
  }
  main .about-event h2 {
    text-shadow: -3px -3px 5px var(--neon-text-light), 3px 3px 5px var(--neon-text-light), 0 0 10px var(--neon-text-color), 0 0 20px var(--neon-text-color), 0 0 40px var(--neon-text-color);
  }
  main .about-event .info {
    margin: 0 auto 35px;
  }
  main .about-event p {
    font-size: 16px;
  }
  main .about-event .map {
    border-radius: 12px;
  }
  main .about-event .illustration {
    margin-top: -220px;
  }
}
@media (max-width: 600px) {
  main .about-event .illustration {
    width: 130%;
    margin-left: -15%;
    margin-right: -15%;
  }
}
@media (max-width: 500px) {
  main .about-event .map .gm-style .gm-style-iw-c {
    max-width: 200px !important;
  }
  main .about-event .map .gm-style-iw-d h3 {
    font-size: 12px;
  }
  main .about-event .map .gm-style-iw-d h3 strong {
    font-size: 13px;
    font-weight: 400;
  }
  main .about-event .map .gm-style-iw-d p {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  main .about-event:after {
    height: 50px;
  }
  main .about-event h2 {
    -webkit-text-stroke: 1px #ffffff;
    text-shadow: -2px -2px 5px var(--neon-text-light), 2px 2px 5px var(--neon-text-light), 0 0 8px var(--neon-text-color), 0 0 18px var(--neon-text-color), 0 0 36px var(--neon-text-color);
  }
  main .about-event .google-map {
    min-height: 380px;
  }
  main .about-event .illustration {
    margin-top: -160px;
  }
}
main .games {
  background-color: #D00017;
}
main .games h2 {
  color: #ffffff;
}
main .games p {
  color: #ffffff;
}
main .games h2,
main .games p,
main .games li {
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .games h2.show,
main .games p.show,
main .games li.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 1024px) {
  main .games .description {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  main .games .description h2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    padding: 0;
    text-align: center;
  }
  main .games .description p {
    -webkit-box-flex: 0;
        -ms-flex: 0 700px;
            flex: 0 700px;
    text-align: center;
  }
}
main .list-games {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .list-games li {
  position: relative;
  display: block;
}
main .list-games li:nth-of-type(1) a {
  border-color: #FF0000;
  -webkit-box-shadow: 0 0 45px 0 #ff3333, 0 0 55px 0 #ff3333;
          box-shadow: 0 0 45px 0 #ff3333, 0 0 55px 0 #ff3333;
}
main .list-games li:nth-of-type(2) a {
  border-color: #0099DC;
  -webkit-box-shadow: 0 0 45px 0 #0099DC, 0 0 55px 0 #0099DC;
          box-shadow: 0 0 45px 0 #0099DC, 0 0 55px 0 #0099DC;
}
main .list-games li:nth-of-type(3) a {
  border-color: #FDD92D;
  -webkit-box-shadow: 0 0 45px 0 #FDD92D, 0 0 55px 0 #FDD92D;
          box-shadow: 0 0 45px 0 #FDD92D, 0 0 55px 0 #FDD92D;
}
main .list-games a {
  position: relative;
  display: block;
  width: 377px;
  border-radius: 30px;
  border-width: 5px;
  border-style: solid;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
main .list-games a:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
main .list-games a:hover img {
  -webkit-filter: contrast(130%);
          filter: contrast(130%);
}
main .list-games img {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1440px) {
  main .list-games {
    width: 1050px;
    max-width: 100%;
    margin: 0 auto;
  }
  main .list-games a {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  main .list-games {
    width: 800px;
  }
  main .list-games a {
    width: 240px;
    border-radius: 22px;
    border-width: 3px;
  }
}
@media (max-width: 820px) {
  main .list-games {
    width: 700px;
  }
  main .list-games a {
    width: 210px;
  }
}
@media (max-width: 768px) {
  main .list-games {
    width: 580px;
  }
  main .list-games li:nth-of-type(1) a {
    -webkit-box-shadow: 0 0 25px 0 #ff3333, 0 0 35px 0 #ff3333;
            box-shadow: 0 0 25px 0 #ff3333, 0 0 35px 0 #ff3333;
  }
  main .list-games li:nth-of-type(2) a {
    -webkit-box-shadow: 0 0 25px 0 #0099DC, 0 0 35px 0 #0099DC;
            box-shadow: 0 0 25px 0 #0099DC, 0 0 35px 0 #0099DC;
  }
  main .list-games li:nth-of-type(3) a {
    -webkit-box-shadow: 0 0 25px 0 #FDD92D, 0 0 35px 0 #FDD92D;
            box-shadow: 0 0 25px 0 #FDD92D, 0 0 35px 0 #FDD92D;
  }
  main .list-games a {
    width: 180px;
    border-radius: 12px;
    border-width: 2px;
  }
}
@media (max-width: 600px) {
  main .list-games a {
    width: 150px;
  }
}
@media (max-width: 480px) {
  main .list-games li:nth-of-type(1) a {
    -webkit-box-shadow: 0 0 15px 0 #ff3333, 0 0 25px 0 #ff3333;
            box-shadow: 0 0 15px 0 #ff3333, 0 0 25px 0 #ff3333;
  }
  main .list-games li:nth-of-type(2) a {
    -webkit-box-shadow: 0 0 15px 0 #0099DC, 0 0 25px 0 #0099DC;
            box-shadow: 0 0 15px 0 #0099DC, 0 0 25px 0 #0099DC;
  }
  main .list-games li:nth-of-type(3) a {
    -webkit-box-shadow: 0 0 15px 0 #FDD92D, 0 0 25px 0 #FDD92D;
            box-shadow: 0 0 15px 0 #FDD92D, 0 0 25px 0 #FDD92D;
  }
  main .list-games a {
    width: 130px;
  }
}
@media (max-width: 420px) {
  main .list-games a {
    width: 100px;
  }
}
@media (max-width: 340px) {
  main .list-games a {
    width: 90px;
  }
}
main .introduction {
  position: relative;
  width: 1920px;
  max-width: 100%;
  padding: 235px 0 105px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  background-image: url('../images/bg/bg-introduction.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  overflow: hidden;
}
@supports (background-image: url( ../images/bg/bg-introduction.webp )) {
  main .introduction {
    background-image: url('../images/bg/bg-introduction.webp');
  }
}
main .introduction .container {
  position: static;
}
main .introduction .info {
  position: relative;
  display: block;
  width: 620px;
  max-width: 100%;
  margin-left: 60px;
  z-index: 1;
}
main .introduction .illustration {
  position: absolute;
  width: 620px;
  right: calc(50% - 620px);
  bottom: 100px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
}
main .introduction .illustration:before {
  content: '';
  position: absolute;
  width: 150%;
  height: 150%;
  top: -28%;
  left: -25%;
  background-image: url('../images/img-kiss-light.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
@supports (background-image: url( ../images/img-kiss-light.webp )) {
  main .introduction .illustration:before {
    background-image: url('../images/img-kiss-light.webp');
  }
}
main .introduction .illustration img {
  display: block;
  width: 100%;
}
main .introduction .illustration.show {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
main .introduction h1 {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto 15px;
}
main .introduction h1 img,
main .introduction h1 picture {
  display: block;
  width: 100%;
}
main .introduction h2 {
  position: relative;
  display: block;
  font-size: 41px;
  font-weight: 500;
  line-height: 1.25;
  color: #FCF9E1;
  margin-bottom: 0;
  margin-top: 15px;
}
main .introduction strong {
  display: block;
  z-index: 2;
  width: 100%;
  font-size: 85px;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 10px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.2px #ffffff;
  text-shadow: -3px -3px 10px var(--neon-text-light), 3px 3px 10px var(--neon-text-light), 0 0 20px var(--neon-text-color), 0 0 40px var(--neon-text-color), 0 0 60px var(--neon-text-color), 0 0 80px var(--neon-text-color), 0 0 100px var(--neon-text-color);
}
main .introduction .btn {
  position: relative;
  margin-top: 25px;
}
main .introduction h1,
main .introduction h2,
main .introduction strong,
main .introduction .btn {
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .introduction h1.show,
main .introduction h2.show,
main .introduction strong.show,
main .introduction .btn.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 1440px) {
  main .introduction {
    padding: 190px 0 120px;
  }
  main .introduction .info {
    width: 455px;
    margin-left: 160px;
  }
  main .introduction .illustration {
    width: 465px;
    right: calc(50% - 465px);
    bottom: 80px;
  }
  main .introduction h1 {
    width: calc(100% - 50px);
  }
  main .introduction h2 {
    font-size: 28px;
  }
  main .introduction strong {
    font-size: 55px;
  }
  main .introduction .btn {
    margin-top: 22px;
  }
}
@media (max-width: 1150px) {
  main .introduction {
    padding: 155px 0 100px;
  }
  main .introduction .info {
    width: 385px;
    margin-left: 90px;
  }
  main .introduction .illustration {
    width: 420px;
    right: calc(50% - 450px);
    bottom: 60px;
  }
  main .introduction h1 {
    width: calc(100% - 30px);
    margin: 0 auto 5px;
  }
  main .introduction h2 {
    font-size: 24px;
    margin-top: 12px;
  }
  main .introduction strong {
    font-size: 48px;
    margin-top: 5px;
  }
  main .introduction .btn {
    margin-top: 18px;
  }
}
@media (max-width: 1024px) {
  main .introduction {
    padding: 135px 0 90px;
  }
  main .introduction .info {
    width: 370px;
    margin-left: 30px;
  }
  main .introduction .illustration {
    width: 380px;
    right: calc(50% - 410px);
    bottom: 60px;
  }
  main .introduction h1 {
    width: calc(100% - 40px);
    margin: 0 auto 5px;
  }
  main .introduction h2 {
    font-size: 22px;
    margin-top: 10px;
  }
  main .introduction strong {
    font-size: 44px;
    margin-top: 3px;
  }
  main .introduction .btn {
    margin-top: 16px;
  }
}
@media (max-width: 900px) {
  main .introduction .info {
    width: 330px;
    margin-left: 0;
  }
  main .introduction .illustration {
    width: 360px;
    right: 42px;
  }
  main .introduction h1 {
    width: 100%;
  }
}
@media (max-width: 850px) {
  main .introduction {
    padding: 130px 0 75px;
  }
  main .introduction .info {
    width: 295px;
  }
  main .introduction .illustration {
    width: 340px;
    right: 38px;
  }
  main .introduction h2 {
    font-size: 19px;
    margin-top: 8px;
  }
  main .introduction strong {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  main .introduction {
    position: relative;
    background-position: left center;
  }
  main .introduction .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .introduction .info {
    -webkit-box-flex: 0;
        -ms-flex: 0 320px;
            flex: 0 320px;
    margin: 0 55px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .introduction .illustration {
    position: relative;
    width: 320px;
    -webkit-box-flex: 0;
        -ms-flex: 0 320px;
            flex: 0 320px;
    right: auto;
    bottom: 0;
    margin: 0 auto 35px;
  }
  main .introduction strong {
    text-shadow: -3px -3px 5px var(--neon-text-light), 3px 3px 5px var(--neon-text-light), 0 0 10px var(--neon-text-color), 0 0 20px var(--neon-text-color), 0 0 40px var(--neon-text-color);
  }
}
@media (max-width: 480px) {
  main .introduction strong {
    -webkit-text-stroke: 1px #ffffff;
    text-shadow: -2px -2px 5px var(--neon-text-light), 2px 2px 5px var(--neon-text-light), 0 0 8px var(--neon-text-color), 0 0 18px var(--neon-text-color), 0 0 36px var(--neon-text-color);
  }
}
@media (max-width: 440px) {
  main .introduction {
    padding: 110px 0 65px;
  }
  main .introduction .info {
    margin: 0 auto;
  }
}
@media (max-width: 410px) {
  main .introduction .illustration {
    width: 280px;
    -webkit-box-flex: 0;
        -ms-flex: 0 280px;
            flex: 0 280px;
  }
}
@media (max-width: 370px) {
  main .introduction h2 {
    font-size: 18px;
  }
  main .introduction strong {
    font-size: 32px;
  }
}
main .numbers {
  background-color: #D00017;
}
main .numbers ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 20px);
  margin: 0 -10px;
  text-align: center;
}
main .numbers li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 20%;
          flex: 0 20%;
  max-width: 20%;
  padding: 5px 10px 10px;
}
main .numbers h2 {
  color: #ffffff;
}
main .numbers h3 {
  font-family: "Renner", sans-serif;
  position: relative;
  display: block;
  width: 1230px;
  max-width: 100%;
  margin: 0 auto 50px;
  font-size: 29px;
  font-weight: 400;
  color: #ffffff;
}
main .numbers h4 {
  font-family: "Renner", sans-serif;
  display: block;
  width: 100%;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 2px auto 0;
}
main .numbers strong {
  display: block;
  font-size: 65px;
  line-height: 1.2;
  color: #FFDF3D;
}
main .numbers p {
  color: #ffffff;
}
main .numbers h2,
main .numbers p,
main .numbers ul,
main .numbers .btn {
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .numbers h2.show,
main .numbers p.show,
main .numbers ul.show,
main .numbers .btn.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
@media (max-width: 1280px) {
  main .numbers h4 {
    font-size: 18px;
  }
  main .numbers strong {
    font-size: 54px;
  }
}
@media (max-width: 1150px) {
  main .numbers h4 {
    font-size: 16px;
  }
  main .numbers strong {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  main .numbers li {
    padding: 5px 13px 10px;
  }
  main .numbers h4 {
    font-size: 14px;
  }
  main .numbers strong {
    font-size: 40px;
  }
}
@media (max-width: 850px) {
  main .numbers ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .numbers li {
    -webkit-box-flex: 0;
        -ms-flex: 0 50%;
            flex: 0 50%;
    max-width: 50%;
    padding: 0 4px 5px;
  }
  main .numbers li:after {
    display: none;
  }
  main .numbers li:nth-of-type(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-width: 100%;
  }
  main .numbers h3 {
    width: 610px;
    margin: 0 auto 15px;
    font-size: 18px;
  }
  main .numbers h4 {
    width: 140px;
    font-size: 18px;
  }
  main .numbers strong {
    font-size: 60px;
  }
}
@media (max-width: 590px) {
  main .numbers h4 {
    font-size: 14px;
  }
  main .numbers strong {
    font-size: 45px;
  }
}
@media (max-width: 480px) {
  main .numbers h4 {
    font-size: 16px;
  }
  main .numbers strong {
    font-size: 42px;
  }
}
main .our-stand {
  position: relative;
  padding: 150px 0 170px;
  background-image: url('../images/bg/bg-our-stand.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
@supports (background-image: url( ../images/bg/bg-our-stand.webp )) {
  main .our-stand {
    background-image: url('../images/bg/bg-our-stand.webp');
  }
}
main .our-stand .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .our-stand h2 {
  position: relative;
  width: 100%;
  padding-top: 10px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.2px #ffffff;
  text-shadow: -3px -3px 10px var(--neon-text-light), 3px 3px 10px var(--neon-text-light), 0 0 20px var(--neon-text-color), 0 0 40px var(--neon-text-color), 0 0 60px var(--neon-text-color), 0 0 80px var(--neon-text-color), 0 0 100px var(--neon-text-color);
}
main .our-stand p {
  color: #ffffff;
}
main .our-stand .details {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 720px;
          flex: 0 720px;
  padding: 0 120px 0 0;
  text-align: left;
}
main .our-stand .plan {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 calc(100% - 780px);
          flex: 0 calc(100% - 780px);
  overflow: hidden;
  padding: 4px 4px 2px;
  background-color: #120803;
  border-radius: 26px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border: 1.5px solid #ffffff;
  -webkit-box-shadow: -2px -2px 10px 0 var(--neon-text-light), 2px 2px 10px 0 var(--neon-text-light), 0 0 10px 0 var(--neon-text-color), 0 0 30px 0 var(--neon-text-color), 0 0 50px 0 var(--neon-text-color);
          box-shadow: -2px -2px 10px 0 var(--neon-text-light), 2px 2px 10px 0 var(--neon-text-light), 0 0 10px 0 var(--neon-text-color), 0 0 30px 0 var(--neon-text-color), 0 0 50px 0 var(--neon-text-color);
}
main .our-stand .plan img {
  display: block;
  width: 100%;
}
main .our-stand h2 {
  text-align: left;
}
main .our-stand h2,
main .our-stand p,
main .our-stand .btn,
main .our-stand .plan {
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .our-stand h2.show,
main .our-stand p.show,
main .our-stand .btn.show,
main .our-stand .plan.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
main .our-stand .img-kiss-01 {
  top: 170px;
  left: calc(50% - 880px);
  width: 160px;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
main .our-stand .img-kiss-02 {
  top: 26px;
  right: 280px;
  width: 235px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
main .our-stand .img-kiss-03 {
  bottom: -35px;
  left: calc(50% - 780px);
  width: 235px;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
main .our-stand .img-kiss-04 {
  bottom: 30px;
  right: calc(50% - 240px);
  width: 280px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
main .our-stand .img-kiss-05 {
  bottom: 110px;
  right: calc(50% - 840px);
  width: 185px;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
main .our-stand .img-kiss-01:after,
main .our-stand .img-kiss-02:after,
main .our-stand .img-kiss-04:after {
  -webkit-animation: neon 5s ease-in-out infinite alternate;
          animation: neon 5s ease-in-out infinite alternate;
}
main .our-stand .img-kiss-03:after,
main .our-stand .img-kiss-05:after {
  -webkit-animation: neon-2 5s ease-in-out infinite alternate;
          animation: neon-2 5s ease-in-out infinite alternate;
}
@media (max-width: 1680px) {
  main .our-stand .details {
    padding: 0 90px 0 50px;
  }
  main .our-stand .plan {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 870px);
            flex: 0 calc(100% - 870px);
    margin-right: 115px;
  }
}
@media (max-width: 1440px) {
  main .our-stand .img-kiss-01 {
    top: 20px;
    left: calc(50% - 650px);
    width: 120px;
  }
  main .our-stand .img-kiss-02 {
    top: 26px;
    right: 20px;
    width: 190px;
  }
  main .our-stand .img-kiss-03 {
    bottom: -25px;
    left: calc(50% - 680px);
    width: 190px;
  }
  main .our-stand .img-kiss-04 {
    bottom: 10px;
    right: calc(50% - 140px);
    width: 220px;
  }
  main .our-stand .img-kiss-05 {
    bottom: 60px;
    right: calc(50% - 710px);
    width: 165px;
  }
}
@media (max-width: 1280px) {
  main .our-stand .details {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 500px);
            flex: 0 calc(100% - 500px);
    padding: 0 60px 0 40px;
  }
  main .our-stand .plan {
    -webkit-box-flex: 0;
        -ms-flex: 0 460px;
            flex: 0 460px;
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  main .our-stand {
    padding: 100px 0 130px;
  }
  main .our-stand h2 {
    margin-bottom: 10px;
  }
  main .our-stand .details {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 400px);
            flex: 0 calc(100% - 400px);
    padding: 0 40px 0 0;
  }
  main .our-stand .plan {
    -webkit-box-flex: 0;
        -ms-flex: 0 400px;
            flex: 0 400px;
    margin-right: 0;
    border-radius: 22px;
    border-width: 1px;
  }
  main .our-stand .img-kiss-01 {
    top: 20px;
    left: 10px;
    width: 100px;
  }
  main .our-stand .img-kiss-02 {
    top: 20px;
    right: 20px;
    width: 160px;
  }
  main .our-stand .img-kiss-03 {
    bottom: -25px;
    left: -40px;
    width: 160px;
  }
  main .our-stand .img-kiss-04 {
    bottom: 10px;
    right: calc(50% - 140px);
    width: 160px;
  }
  main .our-stand .img-kiss-05 {
    bottom: -10px;
    right: -30px;
    width: 125px;
  }
}
@media (max-width: 850px) {
  main .our-stand .details {
    -webkit-box-flex: 0;
        -ms-flex: 0 calc(100% - 350px);
            flex: 0 calc(100% - 350px);
    max-width: calc(100% - 350px);
    padding: 0 50px 0 0;
  }
  main .our-stand .plan {
    -webkit-box-flex: 0;
        -ms-flex: 0 350px;
            flex: 0 350px;
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  main .our-stand h2 {
    text-align: center;
    text-shadow: -3px -3px 5px var(--neon-text-light), 3px 3px 5px var(--neon-text-light), 0 0 10px var(--neon-text-color), 0 0 20px var(--neon-text-color), 0 0 40px var(--neon-text-color);
  }
  main .our-stand p {
    line-height: 1.4;
  }
  main .our-stand .details {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  main .our-stand .plan {
    width: 420px;
    max-width: 100%;
    margin: 45px auto 35px;
    border-radius: 12px;
    -webkit-box-shadow: -1px -1px 5px 0 var(--neon-text-light), 1px 1px 5px 0 var(--neon-text-light), 0 0 5px 0 var(--neon-text-color), 0 0 16px 0 var(--neon-text-color), 0 0 28px 0 var(--neon-text-color);
            box-shadow: -1px -1px 5px 0 var(--neon-text-light), 1px 1px 5px 0 var(--neon-text-light), 0 0 5px 0 var(--neon-text-color), 0 0 16px 0 var(--neon-text-color), 0 0 28px 0 var(--neon-text-color);
  }
  main .our-stand .img-kiss-04 {
    bottom: 140px;
    right: calc(50% - 260px);
    width: 120px;
  }
}
@media (max-width: 480px) {
  main .our-stand {
    padding: 80px 0 100px;
  }
  main .our-stand h2 {
    -webkit-text-stroke: 1px #ffffff;
    text-shadow: -2px -2px 5px var(--neon-text-light), 2px 2px 5px var(--neon-text-light), 0 0 8px var(--neon-text-color), 0 0 18px var(--neon-text-color), 0 0 36px var(--neon-text-color);
  }
  main .our-stand .plan {
    width: 320px;
  }
  main .our-stand .img-kiss-01 {
    top: 10px;
    left: 10px;
    width: 120px;
  }
  main .our-stand .img-kiss-02 {
    top: 30px;
    right: -35px;
    width: 120px;
  }
  main .our-stand .img-kiss-03 {
    bottom: -25px;
    left: -40px;
    width: 160px;
  }
  main .our-stand .img-kiss-04 {
    bottom: 140px;
    right: calc(50% - 210px);
    width: 120px;
  }
  main .our-stand .img-kiss-05 {
    display: none;
  }
}
@media (max-width: 420px) {
  main .our-stand .plan {
    width: 320px;
  }
}
main .partners {
  position: relative;
  background-image: url('../images/bg/bg-partners.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}
@supports (background-image: url( ../images/bg/bg-partners.webp )) {
  main .partners {
    background-image: url('../images/bg/bg-partners.webp');
  }
}
main .partners h2 {
  position: relative;
  width: 100%;
  padding-top: 10px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.2px #ffffff;
  text-shadow: -3px -3px 10px var(--neon-text-light), 3px 3px 10px var(--neon-text-light), 0 0 20px var(--neon-text-color), 0 0 40px var(--neon-text-color), 0 0 60px var(--neon-text-color), 0 0 80px var(--neon-text-color), 0 0 100px var(--neon-text-color);
}
main .partners p {
  color: #ffffff;
}
main .partners .btn {
  margin-top: 35px;
}
main .partners h2,
main .partners p,
main .partners .btn {
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .partners h2.show,
main .partners p.show,
main .partners .btn.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
main .partners .img-kiss-01 {
  top: -40px;
  left: calc(50% - 790px);
  width: 290px;
  -webkit-transform: rotate(-19deg);
          transform: rotate(-19deg);
}
main .partners .img-kiss-02 {
  top: 8px;
  right: calc(50% - 700px);
  width: 235px;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}
main .partners .img-kiss-03 {
  bottom: 68px;
  left: -125px;
  width: 360px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
main .partners .img-kiss-04 {
  bottom: -35px;
  left: calc(50% - 535px);
  width: 235px;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
main .partners .img-kiss-05 {
  bottom: 55px;
  right: calc(50% - 840px);
  width: 185px;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}
main .partners .img-kiss-01:after,
main .partners .img-kiss-02:after,
main .partners .img-kiss-04:after {
  -webkit-animation: neon 5s ease-in-out infinite alternate;
          animation: neon 5s ease-in-out infinite alternate;
}
main .partners .img-kiss-03:after,
main .partners .img-kiss-05:after {
  -webkit-animation: neon-2 5s ease-in-out infinite alternate;
          animation: neon-2 5s ease-in-out infinite alternate;
}
@media (max-width: 1440px) {
  main .partners .img-kiss-01 {
    top: 10px;
    left: -20px;
    width: 200px;
  }
  main .partners .img-kiss-02 {
    top: 8px;
    right: 10px;
    width: 190px;
  }
  main .partners .img-kiss-03 {
    bottom: 55px;
    left: -85px;
    width: 240px;
  }
  main .partners .img-kiss-04 {
    bottom: -35px;
    left: calc(50% - 335px);
    width: 190px;
  }
  main .partners .img-kiss-05 {
    bottom: 45px;
    right: -30px;
    width: 185px;
  }
}
@media (max-width: 1024px) {
  main .partners h2 {
    margin-bottom: 10px;
  }
  main .partners p {
    width: 700px;
    margin: 0 auto 35px;
  }
  main .partners .img-kiss-01 {
    top: 10px;
    left: 0;
    width: 120px;
  }
  main .partners .img-kiss-02 {
    top: 8px;
    right: 10px;
    width: 100px;
  }
  main .partners .img-kiss-03 {
    bottom: 55px;
    left: -45px;
    width: 160px;
  }
  main .partners .img-kiss-04 {
    bottom: -15px;
    left: calc(50% - 245px);
    width: 120px;
  }
  main .partners .img-kiss-05 {
    bottom: 45px;
    right: -10px;
    width: 140px;
  }
}
@media (max-width: 768px) {
  main .partners h2 {
    margin-bottom: 10px;
    text-shadow: -3px -3px 5px var(--neon-text-light), 3px 3px 5px var(--neon-text-light), 0 0 10px var(--neon-text-color), 0 0 20px var(--neon-text-color), 0 0 40px var(--neon-text-color);
  }
  main .partners p:last-of-type {
    margin-bottom: 20px;
  }
  main .partners .btn {
    margin-top: 35px;
  }
  main .partners .img-kiss-03 {
    display: none;
  }
  main .partners .img-kiss-04 {
    bottom: -15px;
    left: 20px;
    width: 120px;
  }
  main .partners .img-kiss-05 {
    bottom: 15px;
    right: -10px;
    width: 140px;
  }
}
@media (max-width: 480px) {
  main .partners {
    padding: 80px 0 100px;
  }
  main .partners h2 {
    -webkit-text-stroke: 1px #ffffff;
    text-shadow: -2px -2px 5px var(--neon-text-light), 2px 2px 5px var(--neon-text-light), 0 0 8px var(--neon-text-color), 0 0 18px var(--neon-text-color), 0 0 36px var(--neon-text-color);
  }
  main .partners .btn {
    margin-top: 22px;
  }
  main .partners .img-kiss-01 {
    top: 10px;
    left: -5px;
    width: 120px;
  }
  main .partners .img-kiss-02 {
    top: 8px;
    right: 10px;
    width: 100px;
  }
  main .partners .img-kiss-04 {
    bottom: -15px;
    left: 20px;
    width: 100px;
  }
  main .partners .img-kiss-05 {
    bottom: 5px;
    right: -10px;
    width: 120px;
  }
}
main .list-partners {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 140px);
  margin: 0 auto;
}
main .list-partners li {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 33.333333%;
          flex: 0 33.333333%;
  padding: 30px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .list-partners li:nth-of-type(-n+4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .list-partners a {
  position: relative;
  display: block;
  width: 330px;
  border-radius: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
          box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
}
main .list-partners a:before {
  content: '';
  display: block;
  padding-top: 40%;
  border-radius: 24px;
}
main .list-partners a:hover img {
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.02);
          transform: translateX(-50%) translateY(-50%) scale(1.02);
  -webkit-filter: contrast(130%);
          filter: contrast(130%);
}
main .list-partners img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 70%;
  height: 52%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
main .list-partners .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 70px;
  background-color: transparent;
}
main .list-partners .slick-arrow:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main .list-partners .slick-arrow.arrow-left {
  right: calc(100% + 30px);
}
main .list-partners .slick-arrow.arrow-left:before {
  left: 30%;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}
main .list-partners .slick-arrow.arrow-right {
  left: calc(100% + 30px);
}
main .list-partners .slick-arrow.arrow-right:before {
  right: 30%;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
main .list-partners .slick-arrow:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-filter: contrast(120%);
          filter: contrast(120%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
main .list-partners .slick-arrow:active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0s;
  transition: all 0s;
}
@media (max-width: 1600px) {
  main .list-partners {
    width: calc(100% - 320px);
  }
}
@media (max-width: 1280px) {
  main .list-partners {
    width: calc(100% - 200px);
  }
  main .list-partners li {
    padding: 20px;
  }
  main .list-partners a {
    border-width: 3px;
  }
  main .list-partners .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1024px) {
  main .list-partners {
    width: calc(100% + 160px);
    margin: 0 -80px;
  }
  main .list-partners li {
    -webkit-box-flex: 0;
        -ms-flex: 0 33.333333%;
            flex: 0 33.333333%;
    padding: 15px;
  }
  main .list-partners li:nth-of-type(4),
  main .list-partners li:nth-of-type(5) {
    display: none;
  }
  main .list-partners li:nth-of-type(-n+3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  main .list-partners a {
    border-radius: 22px;
  }
}
@media (max-width: 768px) {
  main .list-partners li {
    padding: 10px;
  }
  main .list-partners a {
    border-width: 2px;
    border-radius: 12px;
  }
}
@media (max-width: 480px) {
  main .list-partners li {
    padding: 10px 5px 18px;
  }
  main .list-partners a {
    padding: 15px 8px;
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  main .list-partners a {
    padding: 12px 5px;
    font-size: 14px;
  }
}
main .list-partners {
  opacity: 0;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
main .list-partners.show {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
/*SOCIAL*/
.social {
  display: block;
  font-size: 0;
  white-space: nowrap;
  text-align: right;
}
.social li {
  display: inline-block;
  margin: 0 6px;
  text-align: center;
}
.social li:first-of-type {
  margin-left: 0;
}
.social li:last-of-type {
  margin-right: 0;
}
.social a {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid #142747;
  background-color: #142747;
  border-radius: 50%;
  z-index: 1;
  overflow: hidden;
}
.social img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
  width: 65%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1024px), (max-height: 630px) {
  .social li {
    margin: 0 4px;
  }
  .social a {
    width: 34px;
    height: 34px;
  }
}
/*SELETRICS*/
.selectric-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.selectric-wrapper .selectric {
  position: relative;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
          box-shadow: 0 4px 15px 0 rgba(60, 74, 102, 0.5);
  min-width: 190px;
  width: 100%;
  border-radius: 10px;
}
.selectric-wrapper .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 50px 0 0;
  padding: 13px 0 12px 20px;
  font-size: 18px;
  color: #0d192c;
}
.selectric-wrapper .selectric .label::-webkit-input-placeholder {
  color: #c6cedb;
}
.selectric-wrapper .selectric .label::-moz-placeholder {
  color: #c6cedb;
}
.selectric-wrapper .selectric .label:-ms-input-placeholder {
  color: #c6cedb;
}
.selectric-wrapper .selectric .label::-ms-input-placeholder {
  color: #c6cedb;
}
.selectric-wrapper .selectric .label::placeholder {
  color: #c6cedb;
}
.selectric-wrapper .selectric .label:-ms-input-placeholder {
  color: #c6cedb;
}
.selectric-wrapper .selectric .label::-ms-input-placeholder {
  color: #c6cedb;
}
.selectric-wrapper .selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  padding: 0;
  height: 100%;
  color: #0d192c;
  text-align: center;
  font-size: 0;
}
.selectric-wrapper .selectric .button:after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: 2px solid #0d192c;
  border-left: 0;
  border-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.selectric-wrapper.selectric-hover .selectric .button:after {
  border-color: #142747;
}
.selectric-wrapper.selectric-open {
  z-index: 19;
}
.selectric-wrapper.selectric-open .selectric {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
  border-radius: 10px 10px 0 0;
}
.selectric-wrapper.selectric-open .selectric .button:after {
  top: 4px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.selectric-wrapper.selectric-open .selectric-items {
  display: block;
}
.selectric-wrapper.selectric-open.selectric-above .selectric {
  border-bottom-width: 3px;
  border-top-width: 0;
  border-radius: 0 0 10px 10px;
}
.selectric-wrapper.selectric-open.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
  border-top-width: 3px;
  border-bottom-width: 0;
  border-radius: 10px 10px 0 0;
}
.selectric-wrapper.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -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%;
  display: none;
}
.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-size: 0 !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  width: 100% !important;
  top: 100%;
  left: 0;
  z-index: 1;
  outline: none;
  cursor: default;
  max-height: 146px;
  overflow: auto;
  margin-top: -2px;
  background: #ffffff;
  border: 2px solid #ffffff;
  border-top-width: 0;
  border-radius: 0 0 10px 10px;
}
.selectric-items ul li {
  cursor: pointer;
}
.selectric-items ul li:last-of-type {
  padding-bottom: 10px;
}
.selectric-items .selectricScroll {
  height: 100%;
  overflow: auto;
}
.selectric-items ul {
  background: #ffffff;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  font-size: 1.8rem;
  line-height: 20px;
}
.selectric-items li {
  position: relative;
  display: block;
  padding: 0.8rem 2rem;
  color: #2E2E2E;
  background-color: #ffffff;
  cursor: pointer;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.selectric-items li.selected {
  display: none;
}
.selectric-items li:hover {
  color: #000000;
  background-color: #ebebeb;
}
.selectric-items li.disabled {
  display: none;
}
/*SLICK*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  border: 1px solid transparent;
}
/*VARIABLES*/
:root {
  --neon-text-light: rgba(208, 0, 23, 0.5);
  --neon-text-color: #D00017;
  --neon-text-stroke: #ffffff;
}
/*HELPERS*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  color: #ffffff;
  background: #bc0015;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
}
*::selection {
  color: #ffffff;
  background: #bc0015;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #ffffff;
}
a {
  text-decoration: none;
  color: #FDD92D;
}
a:hover,
a:active,
a:focus {
  outline: 0;
  color: #FDD92D;
}
a:hover {
  text-decoration: none;
}
img {
  display: block;
}
html {
  font-size: 62.5%;
  background-color: #f3f3f3;
}
html body {
  position: relative;
  width: 1920px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  color: #0d192c;
  margin: 0 auto;
}
html.open {
  overflow: hidden;
  scrollbar-gutter: stable;
}
.container {
  position: relative;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}
select {
  opacity: 0;
}
/*MAIN STYLES*/
main {
  position: relative;
  overflow-x: hidden;
}
main section {
  overflow: visible;
  padding: 100px 0 110px;
}
main section .description {
  display: block;
  margin-bottom: 60px;
  z-index: 2;
}
main section h2 {
  position: relative;
  display: block;
  font-size: 70px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  color: #D00017;
  margin-bottom: 20px;
}
main section h3 {
  color: #840D17;
  font-weight: 600;
}
main section p {
  font-size: 24px;
  line-height: 1.6;
  text-align: justify;
  color: #2E2E2E;
}
main section p:not(:last-of-type) {
  margin-bottom: 20px;
}
main section p strong {
  text-transform: uppercase;
  font-weight: 800;
}
main section p a {
  display: inline-block;
  line-height: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
main section p a:hover {
  border-right-color: transparent;
}
main section .btn {
  margin-top: 55px;
  z-index: 2;
}
@media (max-width: 1440px) {
  main section h2 {
    font-size: 52px;
    margin-bottom: 10px;
  }
  main section p {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  main section p {
    font-size: 20px;
  }
  main section .btn {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  main section {
    padding: 75px 0 80px;
  }
  main section .description {
    margin-bottom: 40px;
  }
  main section h2 {
    font-size: 44px;
  }
  main section p {
    font-size: 17px;
  }
  main section .btn {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  main section {
    padding: 55px 0 60px;
  }
  main section h2 {
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
  }
  main section p {
    width: 650px;
    max-width: 100%;
    font-size: 16px;
    margin: 0 auto 15px;
    text-align: center;
  }
  main section p:last-of-type {
    margin-bottom: 0;
  }
  main section .btn {
    margin-top: 15px;
  }
}
@media (max-width: 620px) {
  main section h2,
  main section p {
    text-align: center;
  }
}
@media (max-width: 480px) {
  main section p {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  main section h2 {
    font-size: 36px;
  }
}
main .img-kiss {
  position: absolute;
  background-image: url('../images/img-kiss-neon.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
@supports (background-image: url( ../images/img-kiss-neon.webp )) {
  main .img-kiss {
    background-image: url('../images/img-kiss-neon.webp');
  }
}
main .img-kiss:before {
  content: '';
  display: block;
  padding-top: 54%;
}
main .img-kiss:after {
  content: '';
  position: absolute;
  top: -10%;
  left: -15%;
  width: 130%;
  height: 130%;
  background-image: url('../images/img-kiss-neon-light.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@supports (background-image: url( ../images/img-kiss-neon-light.webp )) {
  main .img-kiss:after {
    background-image: url('../images/img-kiss-neon-light.webp');
  }
}
.lang-es .booking-btn span {
  font-size: 11px;
  padding: 2px 3px;
}
@media (max-width: 1500px) {
  .lang-es .booking-btn span {
    font-size: 7px;
    padding: 1px 2px;
    border-radius: 3px;
  }
}
