:root {
    --font-primary: "Martian Mono", monospace;
    --font-secondary: "Roboto", sans-serif;

    --black: #000;
    --white: #fff;
    --blue-light: #7FBBE4;
    --blue-dark: #0C182E;

    --yellow: #EED67B;
    --reddd: #FF4D00;
    --red: #E65E3B;
    --red-dark: #3A0002;
}

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family: var(--font-primary);
    line-height: 1.5;
    color: #000;
    background: #fff;
    cursor: none;
}
a {
    cursor: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}
.layouts ul li {
	margin-bottom:5px;
}
.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}
.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}
/* -- main styles -- */

.nopad {
	padding:0px;
}
.nopadleft {
	padding-left:0px;
}
.nopadright {
	padding-right:0px;
}
strong, b {
	font-weight: bold;
}
i {
	font-style: italic;
}
em {
	font-style: italic;
}
.clear {
	clear:both;
}
.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
	max-width: 100%;
    margin-bottom: 15px;
}
.invi {
	visibility: hidden;
	opacity: 0;
}
.object-fit {
	position: relative;
}
.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
    object-fit: cover;
}
.object-fit.object-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}
.object-fit > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}

.submitting button,
.submitting input[type="button"] {
    pointer-events: none;
}
/* .submitting {
    position: relative;
}
.submitting::before {
    content: '';
    width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0; left: 0;
    z-index: 11;
}
.submitting::after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #000;
    border-right: 2px solid transparent;
    -webkit-animation: formSpinner .6s linear infinite;
    animation: formSpinner .6s linear infinite;
    z-index: 12;
}
@-webkit-keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
} */

/* preloader */
.preloader {
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}
@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*   hamburger   */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;

	display: none;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    float: right;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 28px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: #746f6c;
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -7px;
}
.hamburger-inner:after {
    bottom: -7px;
}
.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}


.dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.dflex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dflex-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.dflex-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.dflex-cbetween {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.grid-container {
	width: 100%;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    z-index: 10;
}
.grid-container.grid-container-sm {
	max-width: 732px;
}
.grid-container.nopad {
	padding-left: 0;
    padding-right: 0;
}

.bg-yellow {
    background: var(--yellow);
}

.bg-black {
    background: #1B1919;
}

.bg-blue {
    background: var(--blue-light);
}
.bg-blue-dark {
    background: var(--blue-dark);
}
.bg-red {
    background: var(--red);
}
.bg-red-dark {
    background: var(--red-dark);
}

.text-red {
    color: var(--red);
}
.text-yellow {
    color: var(--yellow);
}

.text-blue-dark {
    color: var(--blue-dark);
}
.text-blue {
    color: var(--blue-light);
}

.title-88 {
    font-size: 85px;
    font-size: 6.1vw;
    font-weight: 600;
    line-height: 1;
    line-height: 1.2;
}
.title-80 {
    font-size: 80px;
    font-size: 5.55vw;
    font-size: 64px;
    font-size: 4.45vw;
    font-weight: 600;
    line-height: 1;
    line-height: 1.2;
}
.title-48 {
    font-size: 48px;
    font-size: 3.33vw;
    font-weight: 600;
    line-height: 1;
    line-height: 1.2;
}
.text-32 {
    font-family: var(--font-secondary);
    font-size: 32px;
    font-size: 2.22vw;
    font-weight: 600;
    line-height: 1.4;
}
.text-24 {
    font-family: var(--font-secondary);
    font-size: 24px;
    font-size: 1.65vw;
    font-weight: 600;
    line-height: 1.4;
}
.text-18 {
    font-family: var(--font-secondary);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: initial;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-160 {
    padding-bottom: 160px;
}

.btn-black-border,
.btn-black-border:focus,
.btn-black-border:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    font-weight: 700;
    font-size: 14px;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    /* border: 1px solid var(--black); */
    padding: 10px 32px;
    color: transparent;
    position: relative;
    min-height: 64px;
    transition: 0.2s;
}
.btn-black-border:hover {
    /* border: 1px solid var(--black); */
    background: var(--black);
    color: var(--white);
}
.btn-black-border:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 1px solid var(--black);
    transition: all 0.2s, opacity 0s 0.2s;
    transition: all 0.2s, opacity 0.2s;
}
.btn-black-border:hover:before {
    border: 1px solid var(--white);
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 0;
    transition: all 0.2s, opacity 0.4s;
}
.btn-black-border span {
    position: relative;
    overflow: hidden;
    color: transparent;
}
.btn-black-border span:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    color: var(--black);
    transition: 0.2s;
}
.btn-black-border span:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    color: var(--black);
    transition: 0.2s;
}
.btn-black-border:hover span:before,
.btn-black-border:hover span:after {
    color: var(--white);
    transform: translateY(-100%);
}


.btn-black,
.btn-black:focus,
.btn-black:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    font-weight: 700;
    font-size: 14px;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    /* border: 1px solid var(--black); */
    padding: 10px 32px;
    color: transparent;
    background: var(--black);
    position: relative;
    min-height: 64px;
    transition: 0.2s;
}
.btn-black:hover {
    /* border: 1px solid var(--black); */
    color: var(--white);
    background: var(--black);
}
.btn-black span {
    position: relative;
    overflow: hidden;
    color: transparent;
}
.btn-black span:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    color: var(--white);
    transition: 0.2s;
}
.btn-black span:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    color: var(--white);
    transition: 0.2s;
}
.btn-black:hover span:before,
.btn-black:hover span:after {
    color: var(--white);
    transform: translateY(-100%);
}


.btn-white,
.btn-white:focus,
.btn-white:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    font-weight: 700;
    font-size: 14px;
    font-size: 12px;
    line-height: 1.5;
    text-transform: uppercase;
    /* border: 1px solid var(--black); */
    padding: 10px 32px;
    color: transparent;
    background: var(--white);
    position: relative;
    min-height: 64px;
    transition: 0.2s;
}
.btn-white:hover {
    /* border: 1px solid var(--black); */
    color: var(--black);
    background: var(--white);
}
.btn-white span {
    position: relative;
    overflow: hidden;
    color: transparent;
}
.btn-white span:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    color: var(--black);
    transition: 0.2s;
}
.btn-white span:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    color: var(--black);
    transition: 0.2s;
}
.btn-white:hover span:before,
.btn-white:hover span:after {
    color: var(--black);
    transform: translateY(-100%);
}

.btn-full,
.btn-full:focus,
.btn-full:active {
    width: 100%;
    min-width: 100%;
}

.home-video-section {
    /* padding-bottom: 55.55%; */
    /* min-height: 100vh; */
}

.home-video-section.start-sticking  {
    position: sticky;
    top: 0;
}
.home-video-section.end-sticking  {
    position: relative;
    top: auto;
}

.home-video-hold {
   min-height: 100vh;
}

.home-video-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    color: var(--yellow);
    font-size: 80px;
    font-size: 5.55vw;
}
.home-video-title span.word:last-child {
   padding-left: 10vw;
}
.home-video-title span.char {
    width: 11.111vw;
    text-align: center;
}

.section-top {
    margin-bottom: 80px;
}

.has-button .section-top-left {
    max-width: calc(100% - 250px);
    width: 60%;
}

.oh {
    position: relative;
    overflow: hidden;
}

.list-of-four ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-bottom: -40px;
}
.list-of-four ul li {
    width: calc(25% - 24px);
    min-width: calc(25% - 24px);
    margin-right: 24px;
    margin-bottom: 40px;
}
.list-of-four ul li a {
    display: block;
    width: 100%;
    color: #665100;
}

.title-20 {
    font-family: var(--font-secondary);
    font-size: 20px;
    font-size: 1.39vw;
    font-weight: 600;
    line-height: 1.2;
}

.item-date {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.item-date-lg {
    text-transform: uppercase;
    font-size: 24px;
    font-size: 1.67vw;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.05em;
}

.list-of-four ul li .item-date {
    opacity: 0.6;
    margin-top: 8px;
}

.list-of-four-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}

.item-content-image {
    margin-bottom: 80px;
}
.item-content-image a {
    width: 100%;
    background: #665100;
    color: var(--yellow);
}

.ici-left {
    width: 49.21%;
    padding: 32px 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 80px;
}
.ici-right {
    width: 50.79%;
}

.ici-image {
    padding-bottom: 93.22%;
    min-height: 100%;
}

.item-label {
    font-size: 16px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.05em;
    text-transform: uppercase;
}

.ici-left-top .item-label {
    margin-bottom: 20px;
}

.location-top-left {
    max-width: calc(100% - 350px);
    width: 60%;
}
.location-top-right {
    max-width: 300px;
    text-align: right;
}

.location-top-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}

.location-image {
    margin-top: 32px;
    position: relative;
    z-index: 20;
    max-width: 49.21%;
}
.location-image > span {
    position: absolute;
    width: 36px;
    height: 36px;
    background: var(--reddd);
    top: 45%;
    left: 59%;
    transform: translate(-50%, -50%);
}
.location-image > span:before,
.location-image > span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    border: 1px solid var(--reddd);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    animation: pulse2 2s infinite;
}
.location-image > span:after {
    animation-delay: 1s;
}

@keyframes pulse2 {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

.location-section {
    position: relative;
    z-index: 3;
}
.location-section-holder > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
}

.cta-section .item-content-image a {
    background: transparent;
}
.cta-section .ici-left {
    padding: 0;
    padding-right: 32px;
}

footer {
    background: var(--black);
    color: var(--white);
    padding: 21px 0 25px;

    font-size: 12px;
    font-weight: 700;
    line-height: 1.16;
    text-transform: uppercase;
    /* position: sticky;
    bottom: 0; */
}

.footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
}
.footer-left img {
    width: 100%;
}
.footer-right {
    width: 52%;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer-right-top {
    width: 100%;
}

.footer-right-bottom-left {
    max-width: calc(100% - 100px)
}
.footer-right-bottom-left .copyrights {
    max-width: 243px;
}

.footer-label {
    opacity: 0.6;
    margin-bottom: 24px;
}

.footer-details p:not(:last-child) {
    margin-bottom: 4px;
}

.footer-details a {
    color: var(--white);
}

.footer-socials {
    margin-top: 40px;
}
.footer-socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
.footer-socials ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: 0.2s;
}
.footer-socials ul li a:hover {
    opacity: 0.6;
}

.footer-right-top-col:first-child {
    width: 247px;
}
.footer-nav ul li:not(:last-child) {
    margin-bottom: 4px;
}
.footer-nav ul li a {
    display: block;
    color: var(--white);
    position: relative;
    transition: 0.2s;
}
.footer-nav ul li a::after {
    content: '';
    position: absolute;
    top: 1px;
    right: 0;
    width: 12px;
    height: 12px;
    background: url(../img/link-white-12px.svg) no-repeat center center;
}

.footer-nav ul li a span {
    position: relative;
    overflow: hidden;
    color: transparent;
    display: flex;
}

.footer-nav ul li a span:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    color: var(--white);
    transition: 0.2s;
}

.footer-nav ul li a span:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    color: var(--white);
    transition: 0.2s;
}

.footer-nav ul li a:hover span:before, 
.footer-nav ul li a:hover span:after {
    color: var(--white);
    transform: translateY(-100%);
}

.footer-nav ul li a:hover span:before, 
.footer-nav ul li a:hover span:after {
    color: var(--white);
    transform: translateY(-100%);
}

.footer-top,
.footer-top:focus,
.footer-top:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 56px;
    height: 56px;
    /* background: rgba(255,255,255,0.1); */
    position: relative;
}
.footer-top:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: rgba(255,255,255,0.2);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.2s;
}
.footer-top:hover:before {
    background: rgba(255,255,255,0.4);
}
.footer-top:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    background: url(../img/top.svg) no-repeat center center / 100% 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scale-effect {
    position: relative;
    overflow: hidden;
}
.scale-effect > img {
    transform: scale(1);
    will-change: transform;
    transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
a:hover .scale-effect > img {
    transform: scale(1.2);
}

.cursor-pointer {
    position: fixed;
    width: 32px;
    height: 32px;
    background: #fff;
    z-index: 1000;
    pointer-events: none;
    left: 0px;
    top: 0px;
    left: -16px;
    top: -16px;
    font-size: 14px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
    transition: width 0.2s, height 0.2s, top 0.2s, left 0.2s, opacity 0.2s, border-radius 0.2s 0.2s;
}

/* .cursor-pointer.cursor-blue {
    background: #7EBBE4;
}
.cursor-pointer.cursor-red.cursor-blue {
    background: #7EBBE4;
}
.cursor-pointer.cursor-yellow {
    background: #EED67B;
}
.cursor-pointer.cursor-green {
    background: #9EC7A0;
}
.cursor-pointer.cursor-red {
    background: #E65E3B;
} */

/* .cursor-intro.cursor-blue {
    background: #7EBBE4;
}
.cursor-intro.cursor-red.cursor-blue {
    background: #7EBBE4;
}
.cursor-intro.cursor-yellow {
    background: #EED67B;
}
.cursor-intro.cursor-green {
    background: #9EC7A0;
}
.cursor-intro.cursor-red {
    background: #E65E3B;
} */


.cursor-default {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/cursor-default.svg) no-repeat center center;
}

/* cursor drag  */

.cursor-pointer.cursor-drag {
    width: 32px;
    height: 32px;
    left: -16px;
    top: -16px;
    opacity: 1;
    transition: width 0.2s, height 0.2s, top 0.2s, left 0.2s, opacity 0.2s, border-radius 0.2s;
}
.cursor-pointer.cursor-drag .cursor-default {
    opacity: 0;
    visibility: visible;
}

.cursor-pointer.cursor-drag .cursor-pointer-drag {
    opacity: 1;
    transition: 0.15s;
}

.cursor-pointer-drag {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/cursor-drag-v2.svg) no-repeat center center;
    opacity: 0;
    transition: 0.05s;
}

/* cursor ziureti  */

.cursor-pointer.cursor-view {
    width: 149px;
    height: 65px;
    width: 110px;
    height: 56px;
    left: -55px;
    top: -28px;
    opacity: 1;
    transition: width 0.2s, height 0.2s, top 0.2s, left 0.2s, opacity 0.2s, border-radius 0.2s;
}
.cursor-pointer.cursor-view .cursor-default {
    opacity: 0;
    visibility: visible;
}

.cursor-pointer.cursor-view .cursor-pointer-view {
    opacity: 1;
    transition: 0.2s 0.15s;
}

.cursor-pointer-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: 0.05s;
}

/* map  */
.cursor-pointer.cursor-map {
    width: 200px;
    height: 65px;

    left: -106px;
    top: -32px;

    width: 170px;
    height: 56px;
    left: -85px;
    top: -28px;

    opacity: 1;
    transition: width 0.2s, height 0.2s, top 0.2s, left 0.2s, opacity 0.2s, border-radius 0.2s;
}
.cursor-pointer.cursor-map .cursor-default {
    opacity: 0;
    visibility: visible;
}
.cursor-pointer-map {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: 0.05s;
}

.cursor-pointer.cursor-map .cursor-pointer-map {
    opacity: 1;
    transition: 0.2s 0.15s;
}

/* cursor hero  */
.cursor-pointer.cursor-hero {
    width: 149px;
    height: 65px;
    left: -75px;
    top: -32px;

    width: 110px;
    height: 56px;
    left: -55px;
    top: -28px;
    opacity: 1;
}
.cursor-pointer.cursor-hero .cursor-default {
    opacity: 0;
    visibility: visible;
}
.cursor-pointer-hero {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.05s, background 0s;
}

.cursor-pointer.cursor-hero .cursor-pointer-hero {
    opacity: 1;
    transition: all 0.2s 0.15s, background 0s;
}

.cursor-pointer.cursor-blue .cursor-pointer-hero {
    background: var;
}

.cursor-pointer.cursor-blue .cursor-pointer-hero{
    background: #7EBBE4;
}
.cursor-pointer.cursor-red.cursor-blue {
    background: #7EBBE4;
}
.cursor-pointer.cursor-yellow .cursor-pointer-hero {
    background: #EED67B;
}
.cursor-pointer.cursor-green .cursor-pointer-hero {
    background: #9EC7A0;
}
.cursor-pointer.cursor-red .cursor-pointer-hero {
    background: #E65E3B;
}

.cursor-pointer.cursor-type-1 .cursor-pointer-hero{
    background: #7EBBE4;
}

.cursor-pointer.cursor-type-2 .cursor-pointer-hero {
    background: #EED67B;
}
.cursor-pointer.cursor-type-3 .cursor-pointer-hero {
    background: #9EC7A0;
}
.cursor-pointer.cursor-type-4 .cursor-pointer-hero {
    background: #E65E3B;
}

.home-intro-item-overlay-image-1,
.home-intro-item-overlay-image-2,
.home-intro-item-overlay-image-3 {
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    width: 80%;
    height: 80%;
}

.home-intro-item-overlay-image-hold img {
    opacity: 0;
    transition: 0.2s;
}

.active .home-intro-item-overlay-image-hold > img {
    opacity: 1;
}

.home-intro-item-overlay-image-2 > img {
    transition-delay: 0.1s;
}
.home-intro-item-overlay-image-1 > img {
    transition-delay: 0.2s;
}
.home-intro-item-overlay-image > img {
    transition-delay: 0.3s;
}


.ici-image-1,
.ici-image-2,
.ici-image-3 {
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    width: 80%;
    height: 80%;
}

.ici-image-hold img {
    opacity: 0;
    transition: 0.2s;
}

.in-view .ici-image-hold > img {
    opacity: 1;
}

.ici-image-2 > img {
    transition-delay: 0.2s;
}
.ici-image-1 > img {
    transition-delay: 0.4s;
}
.ici-image > img {
    transition-delay: 0.6s;
}


main {
    position: relative;
    /* overflow: hidden; */
    z-index: 5;
}

.drag-section {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 200px 0;
}

.drag-section .text-32 {
    max-width: 73%;
    margin-left: auto;
    margin-right: auto;
}
.drag-section .text-24 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.drag-item-1 {
    width: 13.89vw;
    height: 18.18vw;
}

.drag-item-2 {
    width: 16vw;
    height: 11.74vw;
}
.drag-item-3 {
    width: 13.89vw;
    height: 10.42vw;
}
.drag-item-4 {
    width: 20vw;
    height: 14.8vw;
}
.drag-item-5 {
    width: 11.39vw;
    height: 8.4vw;
}
.drag-item-6 {
    width: 25.4vw;
    height: 18.82vw;
}
.drag-item-7 {
     width: 25.4vw;
    height: 18.82vw;
}



.drag-item-8 {
    width: 14.7vw;
    height: 10.9vw;
}
.drag-item-9 {
    width: 14.7vw;
    height: 10.9vw;
}
.drag-item-10 {
    width: 20vw;
    height: 14.8vw;
}
.drag-item-11 {
    width: 19.2vw;
    height: 18.8vw;
}

.draggable {
  position: absolute;
  cursor: grab;
  cursor: none !important;
}

main {
    /* position: relative;
    overflow: hidden; */
}

.drag-section-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
}

.drag-section-area-mob-trigger {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    bottom: 25%;
    width: 100%;
    height: 50%;
    z-index: 50;
    display: none;
}

.drag-section-bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 220px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.16;
    bottom: 10vh;
    text-align: center;
    text-transform: uppercase;
    z-index: 25;
    pointer-events: none;
}

header {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--black);
    color: var(--white);
    padding: 12px 0;
    transform: translateY(-100%);
    transition: 0.3s;
}
header.active {
    transform: translateY(0);
}
header.header-up {
    transform:  translateY(-100%);
}

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

.header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: 0.3s;
}

.nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav ul li:not(:last-child) {
    margin-right: 24px;
}
.nav ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: var(--white);
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    padding-right: 32px;
    position: relative;
    transition: 0.2s;
}

.nav ul li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../img/link-white-24px.svg) no-repeat center center / 100% 100%;
}

.nav ul li a span {
    position: relative;
    overflow: hidden;
    color: transparent;
    display: flex;
}

.nav ul li a span:before {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    color: var(--white);
    transition: 0.2s;
}

.nav ul li a span:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    color: var(--white);
    transition: 0.2s;
}

.nav ul li a:hover span:before, 
.nav ul li a:hover span:after {
    color: var(--white);
    transform: translateY(-100%);
}

.nav ul li a:hover span:before, 
.nav ul li a:hover span:after {
    color: var(--white);
    transform: translateY(-100%);
}

.header-details {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.header-marquee-box {
    padding: 8px;
    background: #292929;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-marquee-box-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-marquee-box-icon span {
    width: 10px;
    height: 10px;
    position: relative;
    background: var(--reddd);
}
.header-marquee-box-icon span:before,
.header-marquee-box-icon span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid var(--reddd);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    animation: pulse 2s infinite;
}

.header-marquee-box-icon span::after {
  animation-delay: 1s;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

.header-marquee-box-content {
    width: 260px;                /* your fixed width */
    overflow: hidden;            /* hide text outside box */
    white-space: nowrap;         /* keep text in one line */
    position: relative;
}

.header-marquee-box-text {
    display: inline-block;
  white-space: nowrap;
  animation: marquee 12s linear infinite;
}
.header-marquee-box-text span {
    display: inline-block;
  /* padding-right: 2rem; */
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.cta-section .item-content-image {
    margin-bottom: 0;
}

.ee-section {
    position: relative;
    z-index: 5;
}

.location-section.start-sticking {
    position: sticky;
    bottom: 0;
}

.location-section.end-sticking {
    position: relative;
    bottom: auto;
}

.cta-section.start-sticking {
    /* position: sticky;
    bottom: 0; */
}

.cta-section {
    position: relative;
    z-index: 8;
}

.item-content-image-button {
    width: 100%;
}

.mob-nav-overlay {
    position: fixed;top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 350;
    background: rgba(0,0,0,0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}
.mob-nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mob-nav-hold {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 400;
    background: var(--black);
    padding: 16px 0 73px;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transform: translateY(101%);
    transition: 0.3s;
}
.mob-nav-hold.active {
    transform: translateY(0);
}

.mob-nav-hold .nav {
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.mob-nav-hold .nav ul {
    display: block;
}
.mob-nav-hold .nav ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 8px;
}
.mob-nav-hold .nav ul li a {
    display: block;
}

.mob-nav-hold .header-marquee-box  {
    margin-bottom: 16px;
}

.home-intro-items {
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    overflow: hidden;
}

.home-intro-item {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 800;
    font-size: 14px;
    font-size: 12px;
    line-height: 1.2;
    z-index: 5;
    opacity: 0;
    transition: opacity 0.2s;
}
.home-intro-item.current {
    opacity: 1;
    z-index: 10;
}

.type-1 {
    color: #7EBBE4;
}
.type-1 .home-intro-item-logo svg path {
    fill: #7EBBE4;
}

.type-1 .btn-black-border:before {
    border-color: #7EBBE4;
}
.type-1 .btn-black-border span:before,
.type-1 .btn-black-border span:after {
    color: #7EBBE4;
}
.type-1 .home-intro-item-logo-span span {
    background: #7EBBE4;
    color: #0C182E;
}
 
.type-1 .home-intro-item-logo-span span svg path {
    stroke: #0C182E;
}
 
.type-2 {
    color: #EED67B;
}
.type-2 .home-intro-item-logo svg path {
    fill: #EED67B;
}
.type-2 .btn-black-border:before {
    border-color: #EED67B;
}
.type-2 .btn-black-border span:before,
.type-2 .btn-black-border span:after {
    color: #EED67B;
}
.type-2 .home-intro-item-logo-span span {
    background: #EED67B;
    color: #644F00;
}
.type-2 .home-intro-item-logo-span span svg path {
    stroke: #644F00;
}

.type-3 {
    color: #9EC7A0;
}
.type-3 .home-intro-item-logo svg path {
    fill: #9EC7A0;
}
.type-3 .btn-black-border:before {
    border-color: #9EC7A0;
}
.type-3 .btn-black-border span:before,
.type-3 .btn-black-border span:after {
    color: #9EC7A0;
}
.type-3 .home-intro-item-logo-span span {
    background: #9EC7A0;
    color: #012F11;
}
.type-3 .home-intro-item-logo-span span svg path {
    stroke: #012F11;
}

.type-4 {
    color: #E65E3B;
}
.type-4 .home-intro-item-logo svg path {
    fill: #E65E3B;
}
.type-4 .btn-black-border:before {
    border-color: #E65E3B;
}
.type-4 .btn-black-border span:before,
.type-4 .btn-black-border span:after {
    color: #E65E3B;
}
.type-4 .home-intro-item-logo-span span {
    background: #E65E3B;
    color: #3A0002;
}
.type-4 .home-intro-item-logo-span span svg path {
    stroke: #3A0002;
}

.home-intro-item-content {
    min-height: calc(var(--vh, 1vh) * 50);
    width: 100%;
    padding-bottom: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    transition: 0.2s;
}

.home-intro-item-text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-transform: uppercase;
    margin-bottom: 64px;
}

.home-intro-item-logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home-intro-item-logo svg {
    width: 100%;
    height: auto;
}

.home-intro-items-nav-hold {
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none;
}

.home-intro-items-nav {
    position: relative;
}

.home-intro-items-nav-counter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    z-index: 5;
    display: none;
}
.home-intro-items-nav {
    pointer-events: none;
}
.home-intro-items-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: calc(100% + 24px);
}
.home-intro-items-nav ul li {
    /* width: calc(25% - 24px); */
    /* min-width: calc(25% - 24px); */
    width: 100%;
    margin-right: 24px;
    padding: 16px 16px;
    position: relative;
    pointer-events: all;
}
.home-intro-items-nav ul li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
/* .home-intro-items-nav ul li:nth-child(1) {
    background: #0C182E;
    color: #7EBBE4;
}
.home-intro-items-nav ul li:nth-child(2) {
    background: #665100;
    color: #EED67B;
}
.home-intro-items-nav ul li:nth-child(3) {
    background: #002F10;
    color: #9EC7A0;
}
.home-intro-items-nav ul li:nth-child(4) {
    background: #3A0002;
    color: #E65E3B;
}

.home-intro-items-nav ul li:nth-child(1) svg path {
    stroke: #7EBBE4;
}
.home-intro-items-nav ul li:nth-child(2) svg path {
    stroke: #EED67B;
}
.home-intro-items-nav ul li:nth-child(3) svg path {
    stroke: #9EC7A0;
}
.home-intro-items-nav ul li:nth-child(4) svg path {
    stroke: #E65E3B;
}

.home-intro-items-nav ul li.current:nth-child(1) {
    background: #7EBBE4;
    color: #0C182E;
}
.home-intro-items-nav ul li.current:nth-child(2) {
    background: #EED67B;
    color: #644F00;
}
.home-intro-items-nav ul li.current:nth-child(3) {
    background: #9EC7A0;
    color: #012F11;
}
.home-intro-items-nav ul li.current:nth-child(4) {
    background: #E65E3B;
    color: #3A0002;
}

.home-intro-items-nav ul li.current:nth-child(1) svg path {
    stroke: #0C182E;
}
.home-intro-items-nav ul li.current:nth-child(2) svg path {
    stroke: #644F00;
}
.home-intro-items-nav ul li.current:nth-child(3) svg path {
    stroke: #012F11;
}
.home-intro-items-nav ul li.current:nth-child(4) svg path {
    stroke: #3A0002;
} */

.home-intro-items-nav ul li.type-1 {
    background: #0C182E;
    color: #7EBBE4;
}
.home-intro-items-nav ul li.type-2 {
    background: #665100;
    color: #EED67B;
}
.home-intro-items-nav ul li.type-3 {
    background: #002F10;
    color: #9EC7A0;
}
.home-intro-items-nav ul li.type-4 {
    background: #3A0002;
    color: #E65E3B;
}

.home-intro-items-nav ul li.type-1 svg path {
    stroke: #7EBBE4;
}
.home-intro-items-nav ul li.type-2 svg path {
    stroke: #EED67B;
}
.home-intro-items-nav ul li.type-3 svg path {
    stroke: #9EC7A0;
}
.home-intro-items-nav ul li.type-4 svg path {
    stroke: #E65E3B;
}

.home-intro-items-nav ul li.current.type-1 {
    background: #7EBBE4;
    color: #0C182E;
}
.home-intro-items-nav ul li.current.type-2 {
    background: #EED67B;
    color: #644F00;
}
.home-intro-items-nav ul li.current.type-3 {
    background: #9EC7A0;
    color: #012F11;
}
.home-intro-items-nav ul li.current.type-4 {
    background: #E65E3B;
    color: #3A0002;
}

.home-intro-items-nav ul li.current.type-1 svg path {
    stroke: #0C182E;
}
.home-intro-items-nav ul li.current.type-2 svg path {
    stroke: #644F00;
}
.home-intro-items-nav ul li.current.type-3 svg path {
    stroke: #012F11;
}
.home-intro-items-nav ul li.current.type-4 svg path {
    stroke: #3A0002;
}

.home-intro-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 10;
    padding: 85px 24px 75px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.home-intro-item.active .home-intro-item-overlay {
    opacity: 1;
    visibility: visible;
}
.home-intro-item.active .home-intro-item-content {
    opacity: 0;
    visibility: hidden;
}

.home-intro-item-overlay-left {
    width: 50%;
    padding-right: 12px;
}
.home-intro-item-overlay-right {
    width: 50%;
    padding-left: 12px;
}

.home-intro-item-overlay-image {
    height: calc(var(--vh, 1vh) * 100 - 75px - 85px)
}

.home-intro-item-overlay-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
    gap: 32px;
}
.home-intro-item-overlay-content .text-18 {
    max-width: 566px;
}

.home-intro-item-overlay-left .item-label {
    position: absolute;
    width: 100%;
    left: 0;
    top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-right: 12px;
}
.home-intro-item-overlay-left .item-label span:last-child {
    text-align: right;
}

.flip .home-intro-item-overlay-left {
    order: 2;
    padding-right: 0;
    padding-left: 12px;
}
.flip .home-intro-item-overlay-left .item-label {
    padding-right: 0;
    padding-left: 12px;
}
.flip .home-intro-item-overlay-right {
    padding-left: 0;
    padding-right: 12px;
}

.home-intro-items-nav-label {
    line-height: 24px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.home-intro-items-nav-label span {
    position: absolute;
    right: 0;
    top: 0;
}

.home-intro-items-nav-content-hold {
    display: none;
}
.home-intro-items-nav-content {
    padding-top: 14px;
}

.home-intro-items-nav-content-left {
    width: 68%;
    padding-right: 24px;
}
.home-intro-items-nav-content-right {
    width: 32%;
}

.home-intro-items-nav-content-image {
    padding-bottom: 94%;
}

.home-intro-items-nav-content-title {
    font-size: 20px;
    font-size: 1.39vw;
    font-weight: 600;
    line-height: 1.2;
}

.home-intro-item > a {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.home-intro-section {
    position: relative;
    overflow: hidden;
}

.preloader-hold {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-weight: 800;
    font-size: 14px;
    font-size: 12px;
    line-height: 1.2;
    z-index: 600;
    background: #000;
    overflow: hidden;
    color: #fff;
}

/* .home-intro-items-nav-counter.blue {
    color: #7EBBE4;
}
.home-intro-items-nav-counter.yellow {
    color: #EED67B;
}
.home-intro-items-nav-counter.green {
    color: #9EC7A0;
}
.home-intro-items-nav-counter.red {
    color: #E65E3B;
} */

.home-intro-items-nav-counter.type-1 {
    color: #7EBBE4;
}
.home-intro-items-nav-counter.type-2 {
    color: #EED67B;
}
.home-intro-items-nav-counter.type-3 {
    color: #9EC7A0;
}
.home-intro-items-nav-counter.type-4 {
    color: #E65E3B;
}

.text-blue .item-content-image a {
    color: var(--blue-light);
}

.ee-intro-section {
    min-height: 100vh;
    min-height: 100svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 100px;
    padding-bottom: calc(25vh + 80px)
}
.ee-intro-section > img {
    opacity: 0.3;
}

.ee-intro-section .title-80 {
    max-width: 60%;
}
 
.ee-archive-section .item-content-image {
    margin-top: -25vh;
}

.cta-section.v2 .ici-left-top .item-label {
    margin-bottom: 24px;
}

.ti-intro-section {
    padding-top: 244px;
}
.ti-intro-section > img {
    opacity: 0.3;
}

.exhibition-archive-section {
    padding: 32px 0;
}

.exhibition-archive-list ul li {
    padding: 0 24px 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(24,41,73, 0.2);
}
.exhibition-archive-list ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0px;
    border-bottom: none
}
.exhibition-archive-list ul li a {
    color: var(--blue-dark);
}

.exhibition-archive-item-title {
    font-size: 24px;
    font-size: 1.67vw;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px;
    max-width: 68%;
}

.exhibition-archive-item-date {
    font-size: 16px;
    letter-spacing: -0.05em;
    line-height: 1.2;
    text-transform: uppercase;
}

.exhibition-archive-item-left {
    /* width: 60%; */
    /* max-width: calc(100% - 200px); */
    width: 88.5%;
    padding-right: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.exhibition-archive-item-right {
    width: 160px;
    width: 11.5%;
}

.exhibition-archive-item-image {
    padding-bottom: 100%;
}

.exhibition-archive-not-found {
    padding: 70px 0;
}
.exhibition-archive-not-found .exhibition-archive-item-title {
    max-width: 100%;
    margin-bottom: 0;
}
.exhibition-archive-not-found .exhibition-archive-item-title p:not(:last-child) {
    margin-bottom: 16px;
}
.exhibition-archive-not-found .exhibition-archive-item-title p:first-child:not(:last-child) {
    opacity: 0.4;
}

.ti-intro-left {
    width: calc(100% - 330px);
    max-width: 60%;
}
.ti-intro-right {
    width: 330px;
}

.ti-search-element input,
.ti-search-element input:focus {
    outline: none;
    border: 1px solid rgba(255,255,255,0.2);
    margin: 0;
    background: transparent url(../img/icon-search.svg) no-repeat center right 24px;
    box-shadow: none;
    padding: 2px 64px 2px 32px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    height: 64px;
}


.ti-search-element input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.ti-search-element input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.ti-search-element input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.ti-search-element input:-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.exhibition-archive-not-found {
    display: none;
}

.single-intro-section > img {
    opacity: 0.3;
}

.single-intro-hold {
    min-height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 112px 0 48px;
}

.single-intro-bottom {
    width: 100%;
    max-width: 50%;
}

.single-intro-section .item-date-lg {
    margin-top: 48px;
}

.entry {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    font-family: var(--font-secondary);
}
.entry p {
    margin-bottom: 40px;
}

.entry blockquote {
    margin-bottom: 40px;
    border-left: 2px solid #000;
    padding-left: 22px;
    color: #000;
}
.entry blockquote p {
    font-weight: 900;
    font-style: italic;
    color: #000;
}
.entry blockquote p:last-child {
    margin-bottom: 0;
}
.entry strong {
    font-weight: 900;
}

.entry ul,
.entry ol {
    margin-bottom: 40px;
}
.entry ul li {
    padding-left: 28px;
    position: relative;
}
.entry ul li:before {
    content: '•';
    position: absolute;
    top: 0;
    left: 10px;
}

.entry ol {
    counter-reset: item;
}
.entry ol li {
    padding-left: 28px;
    position: relative;
}
.entry ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    text-align: center;
}

.entry a {
    color: #665100;
    text-decoration: underline;
}
.entry a:hover {
    color: #665100;
    text-decoration: none;
}

.entry p + ol,
.entry p + ul {
    margin-top: -24px;
}

.bg-blue .entry a {
    color: var(--blue-dark);
    text-decoration: underline;
}
.bg-blue .entry a:hover {
    color: var(--blue-dark);
    text-decoration: none;
}
.bg-red .entry a {
    color: var(--red-dark);
    text-decoration: underline;
}
.bg-red .entry a:hover {
    color: var(--red-dark);
    text-decoration: none;
}

.entry .wp-caption {
    margin-bottom: 40px;
}
.entry .wp-caption p {
    font-family: var(--font-primary);
    margin-bottom: 0;
    margin-top: 8px;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.entry > *:last-child {
    margin-bottom: 0;
}

.entry h2,
.entry h3,
.entry h4,
.entry h5 {
    font-family: var(--font-primary);
    margin-bottom: 40px;
    line-height: 1.2;
}

.entry h2 {
    font-size: 32px;
}
.entry h3 {
    font-size: 24px;
}
.entry h4 {
    font-size: 20px;
}
.entry h5 {
    font-size: 18px;
}
 
.single-content-button {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(0,0,0,0.2);
}

.related-events-section {
    border-top: 1px solid rgba(0,0,0,0.2);
}

.related-events-section .section-top {
    margin-bottom: 56px;
}

.related-events-section .list-of-four ul li a {
    color: #000;
}

.intro-scroll-down-hold {
    position: absolute;
    z-index: 10;
    right: 24px;
    bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.intro-scrl-down,
.intro-scrl-down:focus
.intro-scrl-down:active {
    width: 24px;
    height: 24px;
    background: url(../img/arrow-down-white.svg) no-repeat center center;
}   

.text-red .item-content-image a {
    color: var(--red);
}

/* animations  */

.animation-element.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s linear, transform 0.8s cubic-bezier(0.19,1,0.22,1);
}

.animation-element.fade-up.in-view {
    opacity: 1;
    transform: translateY(0px);
}

.animation-element.fade-up-later {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s .3s linear, transform 0.8s .3s cubic-bezier(0.19,1,0.22,1);
}

.animation-element.fade-up-later.in-view {
    opacity: 1;
    transform: translateY(0px);
}
.animation-element.fade-up-late {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s .6s linear, transform 0.8s .6s cubic-bezier(0.19,1,0.22,1);
}

.animation-element.fade-up-late.in-view {
    opacity: 1;
    transform: translateY(0px);
}

.animation-element.fade-in {
    opacity: 0;
    transition: opacity 0.8s ease;
}

.animation-element.fade-in.in-view {
    opacity: 1;
}
.animation-element.fade-in-later {
    opacity: 0;
    transition: opacity 0.8s 0.3s ease;
}

.animation-element.fade-in-later.in-view {
    opacity: 1;
}

.preloader-left-step {
    display: none;
}
.preloader-left-step.active {
    display: block;
}
.preloader-right-step {
    display: none;
}
.preloader-right-step.active {
    display: block;
}

.preloader-middle-step {
    position: absolute;
    top: 0;
    left: 60%;
    transform: translateX(-50%);
    display: none;
}
.preloader-middle-step.active {
    display: block;
}

.preloader-img {
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    /* filter: grayscale(1); */
    transition: 0.6s;
}
.preloader-img.active {
    opacity: 1;
}

.preloader-img-1-pos {
    left: 15%;
    top: 38%;
    width: 13.89%;
}

.preloader-img-1 {
    padding-bottom: 136.87%;
}

.preloader-img-2-pos {
    left: 75%;
    top: 60%;
    width: 25.4%;
}

.preloader-img-2 {
    padding-bottom: 74%;
}

.preloader-img-3-pos {
    left: 62%;
    top: 25%;
    width: 13.75%;
}

.preloader-img-3 {
    padding-bottom: 75.7%;
}

.preloader-img-4-pos {
    left: 27%;
    bottom: 0;
    width: 25.4%;
    transform: translateX(-50%);
}

.preloader-img-4 {
    padding-bottom: 74%;
}

.preloader-img-5-pos {
    left: 40%;
    top: 16%;
    width: 16%;
}

.preloader-img-5 {
    padding-bottom: 73.5%;
}
.preloader-img-6-pos {
    left: 90%;
    top: 8%;
    width: 20%;
}

.preloader-img-6 {
    padding-bottom: 74%;
}

.preloader-img-7-pos {
    left: 98%;
    bottom: 1.2%;
    width: 11.3%;
    transform: translateX(-50%);
}

.preloader-img-7 {
    padding-bottom: 73.8%;
}

.preloader-hold-curtain {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    clip-path: inset( 0 0 100% 0);
    transition: 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.preloader-hold-curtain.active {
    clip-path: inset( 0 0 0 0);
}

.preloader-hold .home-intro-item-logo {
    overflow: hidden;
}
.preloader-hold .home-intro-item-logo svg {
    transform: translateY(100%);
    transition: 1.2s cubic-bezier(0.33, 1, 0.68, 1);
}
.preloader-hold .home-intro-item-logo.active svg {
    transform: translateY(0%);
}

a.no-link {
    cursor: default;
    pointer-events: none;
}

.draggable {
    touch-action: none;
}

.preloader-logo {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preloader-logo #lottie svg path {
    stroke: #CDCDCD;
}

.body-lock {
    overflow: hidden;
    height: calc(100vh + 1px);
    height: calc(100svh + 1px);
}

.home-intro-section .home-intro-items-nav-hold {
    /* opacity: 0; */
    /* visibility: hidden; */
    transform: translateY(100%);
    transition: 0.3s;
}
.home-intro-section .home-intro-items-nav-hold.active {
    /* opacity: 0; */
    /* visibility: hidden; */
    transform: translateY(0%);
}

.footer-nav-sec {
    margin-bottom: 24px;
}

.footer-nav.footer-nav-sec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-nav.footer-nav-sec ul li:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 40px;
}
.footer-nav.footer-nav-sec ul li a:after {
    display: none;
}

.footer-working-hours-block {
    margin-top: 40px;
}
.footer-working-hours p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 4px;
}

.footer-working-hours-block-2 {
    display: none;
}

.home-video-title-v2 {
    position: absolute;
    z-index: 5;
    color: var(--yellow);
    font-size: 80px;
    font-weight: 600;
    line-height: 1.2;
    font-size: 5.55vw;

    font-size: 64px;
    font-size: 4.45vw;
}

.home-video-title-1 {
    top: 24px;
    left: 24px;
}
.home-video-title-2 {
    bottom: 24px;
    right: 24px;
}

/* Medias */

@media only screen and (max-width: 1400px) {
    .exhibition-archive-item-left {
        width: calc(100% - 160px);
    }
    .exhibition-archive-item-right {
        width: 160px;
    }
    .nav ul li:not(:last-child) {
        margin-right: 20px;
    }
    .drag-section .text-32 {
        max-width: 85%;
    }
    .text-32 {
        font-size: 2.8vw;
    }
    .drag-section .text-24 {
        max-width: 68%;
    }
    .text-24 {
        font-size: 2vw;
    }
    .header-left {
        gap: 20px;
    }
    .pb-160 {
        padding-bottom: 120px;
    }

} 
@media only screen and (max-width: 1199px) {
    .footer-working-hours-block-1 {
        display: none;
    }
    .footer-working-hours-block-2 {
        display: block;
    }
    .location-image > span {
        width: 24px;
        height: 24px;
    }
    .location-image > span:before,
    .location-image > span:after {
        width: 24px;
        height: 24px;
    }
    .title-88 {
        font-size: 6.5vw;
    }
    .title-80 {
        /* font-size: 5vw; */
    }
    .title-48 {
        font-size: 4.3vw;
    }
    .single-intro-bottom {
        max-width: 66%;
    }
    .exhibition-archive-item-title {
        font-size: 2.2vw;
        max-width: 90%;
    }
    .text-32 {
        font-size: 3.2vw;
    }
    .text-24 {
        font-size: 2.2vw;
    }
    .item-date-lg {
        font-size: 1.8vw;
    }
    .title-20 {
        font-size: 1.8vw;
    }
    .nav ul li a {
        padding-right: 24px;
    }
    .header-marquee-box-content {
        width: 180px;
    }
    .nav ul li:not(:last-child) {
        margin-right: 16px;
    }
    .header-left {
        gap: 16px;
    }
    .grid-container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .footer-right {
        width: 50%;
    }
    .footer-left {
        width: 50%;
    }
    .footer-right-top-col {
        width: 100%;
        margin-bottom: 40px;
    }
    .footer-right-top-col {
        width: 100%;
        margin-bottom: 40px;
    }
    .exhibition-archive-list ul li {
        padding: 0 16px 32px;
    }

} 
@media only screen and (max-width: 1023px) {
    header.header-up {
        transform: translateY(0%);
    }
    .home-video-title-v2 {
        font-size: 6vw;
    }
    .footer-working-hours-block-1 {
        display: block;
    }
    .footer-working-hours-block-2 {
        display: none;
    }
    .drag-section-bottom.mob-invi {
        opacity: 0;
    }
    .draggable {
        transition: 0.6s;
        top: 0%;
        left: 0%;
    }
    .drag-section-area.active .draggable {
        top: 50%;
        left: 50%;
    }
    .drag-section-area.active .drag-item-1  {
        transform: translate(-50vw, -60vh) !important;
        transition-delay: 0.2s!important;
    }
    .drag-section-area.active .drag-item-2  {
        transform: translate(-40vw, -44vh) !important;
    }
    .drag-section-area.active .drag-item-3  {
        transform: translate(10vw, -50vh) !important;
        transition-delay: 0.3s!important;
    }
    .drag-section-area.active .drag-item-4  {
        transform: translate(40vw, -50vh) !important;
        transition-delay: 0.1s!important;
    }
    .drag-section-area.active .drag-item-5  {
        transform: translate(39vw, -30vh) !important;
        transition-delay: 0.4s!important;
    }
    .drag-section-area.active .drag-item-6  {
        transform: translate(30vw, 40vh) !important;
        transition-delay: 0.2s!important;
    }
    .drag-section-area.active .drag-item-7  {
        transform: translate(-3vw, 44vh) !important;
        transition-delay: 0.3s!important;
    }
    .drag-section-area.active .drag-item-8  {
        transform: translate(-63vw, 31vh) !important;
        transition-delay: 0.2s!important;
    }
    .drag-section-area.active .drag-item-9  {
        transform: translate(40vw, 26vh) !important;
        transition-delay: 0.5s!important;
    }
    .drag-section-area.active .drag-item-10  {
        transform: translate(-34vw, 38vh) !important;
        transition-delay: 0.6s!important;
    }
    .drag-section-area.active .drag-item-11  {
        transform: translate(-50vw, 40vh) !important;
        transition-delay: 0.4s!important;
    }
    .drag-section-area-mob-trigger {
        display: block;
    }
    .home-intro-items-nav-counter {
        display: block;
    }
    .location-image > span {
        top: 41%;
        left: 58%;
    }
    header {
        transform: translateY(100%);
    }
    .preloader-logo {
        width: 80%;
    }
    .home-intro-items {
        height: 100vh;
        height: 100svh;
    }
    .drag-section-area {
        transform: translate(0px, 0px) !important;
    }
    .home-intro-item-overlay-image-hold img {
        opacity: 1;
    }
    .pb-160 {
        padding-bottom: 100px;
    }
    .intro-scroll-down-hold {
        display: none;
    }
    .title-48 {
        font-size: 4.8vw;
    }
    .single-intro-bottom {
        max-width: 85%;
    }
    .single-intro-hold {
        padding: 24px 0 90px;
    }
    .ti-intro-left {
        width: 100%;
        max-width: 100%;
        margin-bottom: 24px;
    }
    .exhibition-archive-item-title {
        font-size: 2.6vw;
    }
    .home-intro-items-nav-counter {
        display: block;
    }
    .home-intro-items-nav ul li a {
        display: none;
    }
    .home-intro-items-nav ul {
        width: 100%;
        background: rgba(130, 130, 130, 0.2);
        backdrop-filter: blur(40px);
    }
    .home-intro-items-nav ul li {
        width: 17%;
        min-width: 17%;
        margin-right: 0;
        padding: 16px 16px;
        height: 41px;
        position: relative;
        background: transparent!important;
    }
    .home-intro-items-nav ul li:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 12px;
        height: 12px;
        border: 3px solid #2C2B2B;
    }
    /* .home-intro-items-nav ul li:nth-child(1):before {
        background: #7EBBE4;
    }
    .home-intro-items-nav ul li:nth-child(2):before {
        background: #EED67B;
    }
    .home-intro-items-nav ul li:nth-child(3):before {
        background: #9EC7A0;
    }
    .home-intro-items-nav ul li:nth-child(4):before {
        background: #E65E3B;
    }
    .home-intro-items-nav ul li.current:nth-child(1):before {
        background: #0C182E;
        border-color: #7EBBE4;
    }
    .home-intro-items-nav ul li.current:nth-child(2):before {
        background: #665100;
        border-color: #EED67B;
    }
    .home-intro-items-nav ul li.current:nth-child(3):before {
        background: #002F10;
        border-color: #9EC7A0;
    }
    .home-intro-items-nav ul li.current:nth-child(4):before {
        background: #3A0002;
        border-color: #E65E3B;
    } */
    .home-intro-items-nav ul li.type-1:before {
        background: #7EBBE4;
    }
    .home-intro-items-nav ul li.type-2:before {
        background: #EED67B;
    }
    .home-intro-items-nav ul li.type-3:before {
        background: #9EC7A0;
    }
    .home-intro-items-nav ul li.type-4:before {
        background: #E65E3B;
    }
    .home-intro-items-nav ul li.current.type-1:before {
        background: #0C182E;
        border-color: #7EBBE4;
    }
    .home-intro-items-nav ul li.current.type-2:before {
        background: #665100;
        border-color: #EED67B;
    }
    .home-intro-items-nav ul li.current.type-3:before {
        background: #002F10;
        border-color: #9EC7A0;
    }
    .home-intro-items-nav ul li.current.type-4:before {
        background: #3A0002;
        border-color: #E65E3B;
    }
    .home-intro-items-nav ul li.type-2 {
        margin-right: 32%;
    }
    .home-intro-items-nav-hold {
        bottom: 16px;
    }
    .home-intro-item.object-fit > img {
        opacity: 0.6;
    }
    .home-intro-item-logo-span span {
        display: block;
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        padding: 0px 32px 0px 16px;
        text-transform: uppercase;
        position: relative;
    }
    .home-intro-item-logo-span span svg {
        position: absolute;
        top: 0;
        right: 0;
    }
    .home-intro-item-logo-span {
        margin-top: 16px;
    }
    .home-intro-item-mob-middle {
        padding: 0 15%;
    }
    .home-intro-item-mob-title {
        font-size: 7vw;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 24px;
    }
    .home-intro-item-mob-middle-image {
        height: 45vh;
    }
    .home-intro-item-text {
        display: none;
    }
    .preloader-hold .home-intro-item-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .home-intro-item-content {
        min-height: calc(var(--vh, 1vh) * 100);
        padding-top: 12px;
        padding-bottom: 90px;
    }
    .home-intro-item.active .home-intro-item-content {
        opacity: 1;
        visibility: visible;
    }
    .home-intro-item-overlay {
        display: none !important;
    }
    .home-intro-items-nav-label {
        display: none;
    }
    .home-intro-items-nav-content-hold {
        display: none !important;
    }
    .home-intro-items-nav-content {
        display: none;
    }
    .header-marquee-box-content {
        width: calc(100vw - 80px);
    }
    .cursor-pointer {
        display: none !important;
    }
    .home-video-title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 6vh;
    }
    .home-video-title span.char {
        height: 10vh;
    }
    .home-video-title span.word:last-child {
        padding-left: 0;
        padding-top: 10vh;
    }
    .home-video-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .home-video-title span.word {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    footer {
        padding: 40px 0 25px;
    }
    .footer-right-top-col {
        width: auto;
        max-width: 50%;
    }
    .footer-right {
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }
    .footer-left {
        width: 100%;
        order: 2;
    }
    footer {
        transform: translateY(0) !important;
    }
    .cta-section .ici-left {
        padding-right: 0;
        padding-bottom: 40px;
    }
    .location-section-holder {
        padding-bottom: 120px;
    }
    .location-image {
        margin-top: 40px;
        position: relative;
        z-index: 20;
        max-width: calc(100% - 32px);
        margin-left: auto;
        margin-right: auto;
    }
    .location-top-right {
        max-width: 100%;
        width: 100%;
        text-align: left;
        margin-top: 24px;
    }
    .location-top-left {
        max-width: 100%;
        width: 100%;
    }
    .title-20 {
        font-size: 2.6vw;
    }
    .list-of-four ul {
        width: calc(100% + 20px);
    }
    .list-of-four ul li {
        width: calc(50% - 20px);
        min-width: calc(50% - 20px);
        margin-right: 20px;
        margin-bottom: 40px;
    }
    .item-content-image {
        margin-bottom: 64px;
    }
    .ici-right {
        width: 100%;
    }
    .ici-left {
        width: 100%;
        padding: 32px 32px 40px;
        gap: 120px;
    }
    .ee-mob-button {
        margin-top: 64px;
    }
    .section-top {
        margin-bottom: 64px;
    }
    .has-button .section-top-left {
        max-width: 100%;
        width: 100%;
    }
    .drag-item-1 {
        width: 18vw;
        height: 18.18vh;
    }

    .drag-item-2 {
        width: 21vw;
        height: 11.74vh;
    }
    .drag-item-3 {
        width: 18vw;
        height: 10.42vh;
    }
    .drag-item-4 {
        width: 26vw;
        height: 14.8vh;
    }
    .drag-item-5 {
        width: 16vw;
        height: 8.4vh;
    }
    .drag-item-6 {
        width: 33vw;
        height: 18.82vh;
    }
    .drag-item-7 {
        width: 33vw;
        height: 18.82vh;
    }

    .drag-item-8 {
        width: 18.5vw;
        height: 11vh;
    }
    .drag-item-9 {
        width: 18.5vw;
        height: 11vh;
    }
    .drag-item-10 {
        width: 26vw;
        height: 19vw;
    }
    .drag-item-11 {
        width: 24vw;
        height: 20vw;
    }

    .draggable {
        position: absolute;
        cursor: grab;
    }
    header {
        background: transparent;
        top: auto;
        bottom: 0;
        padding: 8px 0;
        pointer-events: none;
    }
    .header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .logo {
        background: rgba(130,130,130,0.2);
        backdrop-filter: blur(40px);
        box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
        -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
        padding: 8px;
        border-radius: 8px;
        pointer-events: all;
    }
    .text-32 {
        font-size: 4vw;
    }
    .drag-section .text-24 {
        max-width: 80%;
    }
    .text-24 {
        font-size: 2.8vw;
    }
} 

@media screen and (max-width:639px) {
    .location-top-label {
        font-size: 12px;
    }
    .home-video-title-2 {
        bottom: 16px;
        right: 16px;
    }
    .home-video-title-1 {
        top: 16px;
        left: 16px;
    }
    .home-video-title-v2 {
        font-size: 32px;
        font-size: 10vw;
        font-size: 24px;
        font-size: 7.5vw;
    }
    .footer-working-hours-block {
        margin-top: 80px;
    }
    .footer-working-hours-block-1 {
        display: none;
    }
    .footer-working-hours-block-2 {
        display: block;
    }
    .footer-nav.footer-nav-sec ul li:not(:last-child) {
        margin-bottom: 4px;
        margin-right: 0px;
    }
    .footer-nav.footer-nav-sec ul {
        display: block;
    }
    .location-image > span {
        top: 37%;
        left: 76%;
    }
    .preloader-logo {
        width: 100%;
    }
    .text-24 {
        font-size: 20px;
        font-size: 5.5vw;
    }
    .drag-section .text-24 {
        max-width: 100%;
        text-align: left;
    }
    .entry h2 {
        font-size: 24px;
    }
    .entry h3 {
        font-size: 20px;
    }
    .entry h4 {
        font-size: 18px;
    }
    .entry h5 {
        font-size: 16px;
    }
    .single-intro-bottom {
        max-width: 100%;
    }
    .related-events-section.pb-80 {
        padding-bottom: 40px;
    }
    .pb-160 {
        padding-bottom: 80px;
    }
    .related-events-section .section-top {
        margin-bottom: 24px;
    }
    .entry {
        font-size: 16px;
    }
    .title-48 {
        font-size: 24px;
        font-size: 7.5vw;
    }
    .title-48.mob-32 {
        font-size: 32px;
        font-size: 10vw;
    }
    .single-intro-section .item-date-lg {
        margin-top: 24px;
    }
    .ti-intro-section {
        padding-top: 230px;
    }
    .exhibition-archive-not-found {
        padding: 20px 0;
    }
    .ti-intro-section.pb-80 {
        padding-bottom: 40px;
    }
    .ti-search-element input, .ti-search-element input:focus {
        background: transparent url(../img/icon-search.svg) no-repeat center right 16px;
        padding: 2px 48px 2px 16px;
        height: 49px;
    }
    .ti-intro-right {
        width: 100%;
    }
    .exhibition-archive-list ul li {
        padding: 0 8px 24px;
        margin-bottom: 24px;
    }
    .exhibition-archive-section {
        padding: 24px 0;
    }
    .exhibition-archive-item-title {
        font-size: 20px;
        max-width: 100%;
    }
    .exhibition-archive-item-right {
        width: 100%;
    }
    .exhibition-archive-item-left {
        width: 100%;
        padding: 16px 0 28px 0;
    }
    .ee-archive-section .item-content-image {
        margin-top: -35vh;
    }
    .ee-intro-section {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: calc(35vh + 32px);
    }
    .ee-intro-section .title-80 {
        max-width: 100%;
    }
    .home-intro-item-mob-middle-image {
        height: 35vh;
    }
    .home-intro-item-mob-title {
        font-size: 24px;
        font-size: 7.5vw;
        margin-bottom: 16px;
        max-width: 60%;
    }
    .home-intro-item .btn-black-border, 
    .home-intro-item .btn-black-border:focus, 
    .home-intro-item .btn-black-border:active {
        min-height: 38px;
    }
    .home-intro-item-logo-span {
        margin-top: 8px;
    }
    .home-intro-item-logo-span span {
        padding: 0px 32px 0px 8px;
    }
    .header-marquee-box-content {
        width: calc(100vw - 64px);
    }
    .mob-nav-hold {
        padding: 8px 0 73px;
    }
    .drag-item-1 {
        width: 36vw;
        height: 18.18vh;
    }

    .drag-item-2 {
        width: 38vw;
        height: 11.74vh;
    }
    .drag-item-3 {
        width: 36vw;
        height: 10.42vh;
    }
    .drag-item-4 {
        width: 40vw;
        height: 14.8vh;
    }
    .drag-item-5 {
        width: 32vw;
        height: 10vh;
    }
    .drag-item-6 {
        width: 42vw;
        height: 18.82vh;
    }
    .drag-item-7 {
        width: 42vw;
        height: 18.82vh;
    }

    .drag-item-8 {
        width: 26.5vw;
        height: 13vh;
    }
    .drag-item-9 {
        width: 26.5vw;
        height: 13vh;
    }
    .drag-item-10 {
        width: 30vw;
        height: 22vw;
    }
    .drag-item-11 {
        width: 28vw;
        height: 25vw;
    }

    .drag-section-bottom {
        bottom: 60px;
    }
    .drag-section {
        padding: 140px 0;
    }
    .text-32 {
        font-size: 24px;
        font-size: 7.5vw;
    }
    .drag-section .text-32 {
        max-width: 100%;
        text-align: left;
    }
    footer {
        padding: 40px 0 16px;
    }
    .footer-right {
        margin-bottom: 24px;
    }
    .footer-right-bottom-right{
        width: 100%;
        margin-bottom: 64px;
    }
    .footer-right-bottom-left {
        max-width: 243px;
        width: 100%;
        order: 2;
    }
    .footer-right-top-col:first-child {
        width: 100%;
    }
    .footer-right-top-col {
        width: 100%;
        max-width: 100%;
        margin-bottom: 64px;
    }
    .location-image {
        max-width: calc(100% - 16px);
    }
    .location-section-holder {
        padding-bottom: 80px;
    }
    .location-top-right {
        margin-top: 16px;
    }
    .ee-mob-button {
        margin-top: 40px;
    }
    .btn-small-full,
    .btn-small-full:focus,
    .btn-small-full:active {
        width: 100%;
        min-width: 100%;
    }
    .title-20 {
        font-size: 20px;
        font-size: 6.2vw;
    }
    .list-of-four ul {
        width: 100%;
        margin-bottom: -32px;
    }
    .list-of-four ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 32px;
    }
    .item-content-image {
        margin-bottom: 40px;
    }
    .btn-white, .btn-white:focus, .btn-white:active {
        min-height: 49px;
    }
    .btn-black, .btn-black:focus, .btn-black:active {
        min-height: 49px;
    }
    .btn-black-border, .btn-black-border:focus, .btn-black-border:active {
        min-height: 49px;
    }
    .item-date-lg {
        font-size: 16px;
    }
    .item-label {
        font-size: 14px;
        font-size: 12px;
    }
    .ici-left {
        width: 100%;
        padding: 16px 16px 40px;
        gap: 60px;
    }
    .home-video-title {
        font-size: 8vh;
    }
    .home-video-title span.char {
        width: 18vw;
    }
    .section-top {
        margin-bottom: 40px;
    }
    .pt-80 {
        padding-top: 40px;
    }
    .title-88 {
        font-size: 32px;
        font-size: 10vw;
    }
    .title-80 {
        /* font-size: 32px;
        font-size: 10vw; */
        font-size: 24px;
        font-size: 7.5vw;
    }
    .title-80.mob-24 {
        font-size: 24px;
        font-size: 7.5vw;
    }
    .grid-container {
        padding-left: 8px;
        padding-right: 8px;
    }
	.entry iframe {
		max-width: 100%;
	}

} 