:root {
    --size-banner-h1: clamp(36px, 5.20vw + .1px, 100px);
}
.top-bar .site-logo svg {
    width: clamp(200px, 14.58333333vw + .1px, 280px);
    max-width: 100%;
    height: auto;
}
.top-bar {
    overflow: visible;
}
.top-bar__navigation ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.top-bar__navigation ul.menu > li > a > i {
    transform: rotate(180deg);
}
.top-bar__navigation ul.menu > li > a > i:before {
    content: "\f062";
}
.top-bar__navigation ul li > a:after {
    display: none;
}
/* edited by mc
.size-banner-h1 {
    max-width: 8ch;
    line-height: .9;
    margin-bottom: 3.70vh;
}*/
.banner-row_featured_image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/* edited by mc
.banner-row p {
    font-size: clamp(16px, 1.45vw + .1px, 28px);
    max-width: 32ch;
}*/
.footer-top-row-content {
    margin-top: 25px;
    font-size: 15px;
}
footer.bottom-bar {
    background: transparent url(../img/webp/footer-bg.webp) no-repeat center center / cover scroll;
}
footer.bottom-bar svg {
    max-width: 100%;
}
.bottom-bar__legality {
    color: #CAC1FF;
}
.bottom-bar__legality-copy {
    font-size: 12px;
}
footer.bottom-bar .site-logo svg {
    width: clamp(300px, 35.41vw + .1px, 680px);
    height: auto;
}
footer.bottom-bar.background-black a:hover .link-icon {
    background: transparent;
    opacity: .7;
    color: #fff;
}
footer.bottom-bar .link-icon i {
    font-size: 22px;
}
.bottom-bar.background-black .bottom-bar__legality a {
    color: #CAC1FF;
}
.bottom-bar__legality p {
    font-size: 15px;
    line-height: 1.2;
}
@media print, screen and (min-width: 64em) {
    .footer-top-row-content {
        max-width: 32ch;
    }
    .bottom-bar__legality p {
        max-width: 60ch;
    }
}
.sc-widget-container {
    gap: 80px;
}
.sc-widget {
    font-size: 15px;
}
.sc-widget h4 {
    font-family: inherit;
    font-weight: 600;
    font-size: inherit;
    text-transform: uppercase;
    color: #CAC1FF;
    margin-bottom: 20px;
}
.sc-widget-label {
    color: #CAC1FF;
}
.sc-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.sc-widget ul.menu > li {
    border-bottom: solid 1px var(--color-blue);
    padding-top: 20px;
    padding-bottom: 20px;
}
.sc-widget ul.menu > li:last-child { border-bottom: none; }
.sc-widget ul.menu > li.menu-item-has-children > a {
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px;
}
.sc-widget a:hover {
    text-decoration: none;
    opacity: .7;
}
.sc-widget ul.menu > li.menu-item-has-children ul li a {
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sc-widget ul.menu > li.menu-item-has-children ul li a:before {
    content: '\027F6';
    font-weight: 700;
    position: relative;
    top: -2px;
}
.back-to-top {
    color: #fff;
    opacity: .75;
    display: inline-flex;
    align-items: center;
    gap: 30px;
}
.video-popup-container {
    overflow: hidden;
}
.has-video-popup {
    position: relative;
}
.video-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 9;
}
.has-video-popup .content-row-no-image--cell-bg > .grid-x {
    align-items: flex-start;
}
.sc-location-links {
    display: flex;
    gap: clamp(5px, 2.34vw + .1px, 45px);
    color: #fff;
    font-size: 15px;
    align-items: center;
}
.sc-location-links a,
.sc-location-links .sc-location-link-item {
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 4px;
    transition: .3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
	cursor: pointer;
}
.sc-location-links a:hover,
.sc-location-links .sc-location-link-item:hover {
    color: #1D0247;
}
.sc-location-links a:after,
.sc-location-links .sc-location-link-item:after {
    content: '';
    background: linear-gradient(to bottom, #f8e8c9 0%, #cac1ff 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% + 30px);
    width: 100%;
    transform: translateY(-30px);
    transition: opacity .3s ease, transform 1s ease, height 1s ease;
    opacity: 0;
    z-index: -1;
}
.sc-location-links a:hover:after,
.sc-location-links .sc-location-link-item:hover:after {
    transform: translateY(0);
    height: 100%;
    opacity: 1;
}
.sc-location-links a i,
.sc-location-links .sc-location-link-item i{
    transform: rotate(45deg);
}
.sc-location-links a:hover i,
.sc-location-links .sc-location-link-item:hover i {
    background-image: linear-gradient(to bottom, red 0%, #9a0000 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}
.sc-the-location:after{
    content: '';
    display: block;
    width: 100%;
    max-width: 60px;
    margin-left: auto;
    height: 1px;
    background: linear-gradient(to left, #e5cfff 0%, #573bff 100%);
}
.menu-button span {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.menu-button.menu-button--open span {
    background: transparent linear-gradient(
        to right,
        rgba(29, 2, 71, 0) 0%,
        #573bff 18.7%,
        #5b40fa 49.3%,
        #573bff 78.8%,
        rgba(255, 255, 255, 0) 100%
      );
}
.top-bar.top-bar--nav-open {
    /* padding-bottom: 0; */
}
.top-bar.top-bar--nav-open .sc-location-links {
    /* display: none; */
}
ul.location-popup-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.location-popup-menu li {
    border-bottom: solid 1px #707070;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
ul.location-popup-menu li:last-child {
    border-bottom: none;
}
ul.location-popup-menu li a {
    text-decoration: none;
    /* font-size: clamp(18px, 1.875vw + .1px, 36px); */
    font-size: 15px;
    color: #000;
}
ul.location-popup-menu li a:hover {
    font-weight: 700;
}
.top-bar.top-bar--nav-open .switch-summit {
    /* display: none; */
}
.switch-summit {
    position: relative;
    width: max-content;
    background: transparent;
    border-radius: 4px;
    transition: .3s ease;
    width: 198px;
}
.switch-summit__btn {
    padding: 15px;
    background: transparent;
    width: 100%;
    text-align: left;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    transition: .3s ease;
    border-radius: 4px 4px 0 0;
}
.switch-summit__btn span {
    margin-right: 45px;
    transition: .3s ease;
}
.switch-summit__btn:focus,
.switch-summit__btn:hover {
    background: transparent;
    opacity: 1;
    color: #fff;
}
.switch-summit__btn svg {
    margin-left: auto;
    transform: rotate(-180deg);
    filter: brightness(0) invert(1);
    transition: .3s ease;
    margin-left: -30px;
    margin-right: 30px;
}
.switch-summit__menu {
    transition: background .3s ease;
    position: absolute;
    padding: 0 15px 15px;
    transform: scale(0);
    width: 0;
    height: 0;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}
.switch-summit__menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.switch-summit__menu ul li {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
}
.switch-summit__menu ul li a {
    font-size: 15px;
    font-weight: 400;
    position: relative;
    transition: .3s ease;
}
.switch-summit__menu ul li a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    border-bottom: solid 1px #fff;
    transition: .3s ease;
}
.switch-summit__menu ul li a:hover:after {
    width: 100%;
}
.switch-summit:hover .switch-summit__btn {
    font-weight: 400;
    background: #5d5d5f;
}
.switch-summit:hover .switch-summit__menu {
    transform: scale(1);
    width: 100%;
    height: max-content;
    background: #5d5d5f;
}
.switch-summit:hover .switch-summit__btn svg {
    transform: rotate(0);
    margin-left: 0px;
    margin-right: 0px;
    filter: unset;
}
@media screen and (max-width: 600px) {
    .switch-summit-wrap {
        position: absolute;
        right: 0;
        top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .switch-summit__btn span {
        display: none;
    }
    .switch-summit__btn svg {
        margin-left: auto !important;
        margin-right: 0 !important;
    }
    .switch-summit:hover .switch-summit__btn {
        background: transparent;
    }
    .switch-summit__menu {
        padding-top: 10px;
    }
}
.top-bar--nav-open {
    background: transparent;
}
.site-navigation {
    /* width: clamp(600px, 52.08%, 1000px); */
    width: 200px;
    min-width: max-content;
    left: unset;
    right: 0;
    background: rgba(255, 255, 255, 60%);
    backdrop-filter: blur(50px) brightness(1.5);
    position: absolute;
    height: max-content;
    border-radius: 4px;
    padding: 30px 15px 15px;
    transform: translateY(-15px);
}
.site-navigation .grid-container {
    /* padding-left: clamp(30px, 5.2vw + .1px, 100px);
    padding-right: clamp(30px, 4.1vw + .1px, 80px); */
    padding-left: 0;
    padding-right: 0;
}

/* set initial value to 0 */
.write-on,
.banner-row_content p {
    opacity: 0;
    display: block;
    word-break: keep-all;
}
.write-on span {
  opacity: 0;
  display: inline-block;
  animation: fadeIn 1s forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.banner-row .iframe {
    height: 100vw;
    aspect-ratio: 9 / 16;
    width: auto;
}
.iframe {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    width: auto;
    opacity: 0;
    background:#000;
    transition: opacity 0.6s linear;
}
@media screen and (max-width: 600px) {
    footer.bottom-bar .iframe {
        display: none;
    }
}
.iframe.loaded {
  opacity: 1;
}
.banner-row_content {
    min-height: calc(100vh - var(--divider));
    padding-top: calc(var(--top-bar-height) + 50px);
    padding-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}