/*
Theme Name: Meetup iPlan theme
Theme URI: https://wpadmin.pro
Description: Theme for iPlan meetups
Version: 2.0
Author: Dmytro Kondriuk
Author URI: https://wphost.me
Tags: tourism
Text Domain: wpadminpro
*/
em {
	font-style: italic;
}
u {
	font-style: underline;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/******************** contact **********************/
form div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #a95a70;
    background: rgba(210, 26, 78, 0.41);
    text-align: center;
    color: #fff;
    font-size: 12px;
    width: 100%;
}
form span.wpcf7-not-valid-tip {
    color: #fff;
    font-size: 1em;
    background: rgba(210, 26, 78, 0.41);
    padding: 0px;
    font-weight: normal;
    display: none;
    text-align: center;
}
form .wpcf7-form-control-wrap input[type=text].wpcf7-not-valid,form .wpcf7-form-control-wrap input.wpcf7-not-valid, form .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
    background-color: rgba(255, 229, 236, 0.98);
    border: 0;
    border-bottom: 1px solid #71273f;
}
form div.wpcf7-mail-sent-ok {
    border: 2px solid #ffffff;
    background: rgba(90, 100, 110, 0.48);
    text-align: center;
    color: #ffffff;
    font-weight: 700;
}
div.wpcf7 .ajax-loader, .wpcf7-spinner {
    display: none!important;
}
.wpcf7 form .wpcf7-response-output{
	margin: 0.5em 0.5em 1em;
	font-size: 14px;
}
.cta .wpcf7 form  .wpcf7-response-output{
	color: #fff;
}
/******************** /contact **********************/

@media only screen and (max-width: 767px){
}

@font-face {
    font-family: "Open Sans Local";
    src: url("fonts/Open_Sans/OpenSans-VariableFont_wdth_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: "Strong";
    src: url("fonts/webfonts_Strong/Strong.ttf.woff") format("woff");
    font-display: swap;
}

:root {
    --orange: #f36b32;
    --text: #171717;
    --container: 1280px;
    --about-radius: 120px;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

.program, .value-section, .reviews, .tickets, #speakers {
    scroll-margin-top: 104px;
}

body {
    margin: 0;
    font-family: "Open Sans Local", Arial, sans-serif;
    color: var(--text);
    background: #000;
    line-height: 1.4;
    overflow-x: hidden;
    overflow-x: clip;
}

body.menu-open {
    overflow: hidden;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button, a {
    -webkit-tap-highlight-color: transparent;
}

button {
    font: inherit;
}

.container {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    top: -100px;
    left: 20px;
    z-index: 1000;
    background: #fff;
    padding: 12px 16px;
    border-radius: 8px;
}

.skip-link:focus {
    top: 20px;
}

.svg-filters {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    height: 56px;
    padding: 13px 26px;
    color: #fff;
    background: linear-gradient(115deg, var(--orange), #ff985c);
    border: 0;
    border-radius: 999px;
    font-weight: 650;
    transition: transform .25s ease, box-shadow .25s ease;
}

.button:hover, .button:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(243,107,50,.32);
}

.button--small {
    min-height: 38px;
    padding: 10px 20px;
    font-size: 13px;
}

.site-header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    transition: background .25s ease, box-shadow .25s ease;
}

.site-header.is-sticky {
    position: fixed;
    padding: 10px 0;
    background: transparent;
    box-shadow: none;
}

.site-header.is-sticky .top-line {
    display: none;
}

.top-line {
    height: 40px;
    background: linear-gradient(90deg, #010101 1.44%, #B5180C 47.12%, #EA5B13 100%);
}

.top-line__inner {
    width: min(calc(100% - 80px), var(--container));
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}

.city-switcher {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.city-switcher__trigger {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 0;
    color: #fff;
    border: 0;
    background: transparent;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
}

.city-switcher__chevron {
    width: 16px;
    height: 16px;
    transition: transform .2s ease;
}

.city-switcher__trigger[aria-expanded="true"] .city-switcher__chevron {
    transform: translateY(2px) rotate(180deg);
}

.city-switcher__menu {
    position: absolute;
    z-index: 30;
    top: 100%;
    right: 0;
    width: 116px;
    padding: 0 10px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-6px);
    background: rgba(255,255,255,.18);
    box-shadow: 0 12px 30px rgba(0,0,0,.18);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

.city-switcher__menu.is-open {
    visibility: visible;
    opacity: 1;
    transform: none;
}

.city-switcher__menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.18);
    font-size: 14px;
}

.city-switcher__menu a:last-child {
    border-bottom: 0;
}

.city-switcher__menu a:hover, .city-switcher__menu a:focus-visible {
    color: #fff;
    background: rgba(255,255,255,.12);
}

.socials {
    display: flex;
    gap: 16px;
    align-items: center;
}

.socials a {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
}

.socials svg {
    width: 24px;
    height: 24px;
}

.nav-wrap {
    position: relative;
    isolation: isolate;
    width: min(calc(100% - 80px), var(--container));
    height: 87px;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 180px 1fr 196px;
    align-items: center;
    gap: 36px;
    border-radius: 103px;
    background:
        linear-gradient(
            117deg,
            rgba(255,255,255,.075) 0%, 
            rgba(255,255,255,.025) 22%, 
            rgba(255,255,255,0) 48%, 
            rgba(255,98,49,.025) 78%, 
            rgba(255,255,255,.04) 100%
            ),
        rgba(0, 0, 0, 0.05);
    box-shadow:
        0 9px 26px 0 rgba(249, 89, 0, 0.30),
        inset 10px 0 24px -22px rgba(255,255,255,.72),
        inset -10px 0 24px -22px rgba(255,98,49,.48),
        inset 0 1px 0 rgba(255,255,255,.13),
        inset 0 -1px 0 rgba(255,98,49,.1);
    backdrop-filter: blur(2px) saturate(100%) contrast(135%);
    backdrop-filter: url("#glass-refraction") blur(2px) saturate(100%) contrast(135%);
    -webkit-backdrop-filter: blur(2px) saturate(100%) contrast(135%);
    -webkit-backdrop-filter: url("#glass-refraction") blur(2px) saturate(100%) contrast(135%);
}

.nav-wrap::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    pointer-events: none;
    background: linear-gradient(
        117deg, 
        rgba(255,255,255,.5) 0%, 
        rgba(255,255,255,.09) 24%, 
        rgba(255,255,255,.025) 52%, 
        rgba(255,132,76,.16) 82%, 
        rgba(255,255,255,.24) 100%
        );
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: .62;
}

.nav-wrap > * {
    position: relative;
    z-index: 3;
}

.site-header.is-sticky .nav-wrap {
    margin-top: 0;
}

.brand {
    display: flex;
    align-items: center;
    width: max-content;
}

.brand img {
    width: 70px;
    height: 67px;
    object-fit: contain;
}

.main-nav {
    display: flex;
    justify-content: center;
    gap: 40px;
    font-size: 16px;
}

.main-nav a {
    position: relative;
    padding-block: 10px;
    color: rgba(255,255,255,.85);
}

.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background: var(--orange);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

.main-nav a:hover::after, .main-nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.nav-cta {
    width: 196px;
    height: 48px;
    min-height: 48px;
    padding: 12px 24px;
    justify-content: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 24px;
    background: linear-gradient(90deg, #FF6231 10%, #FF914D 100%);
    font-size: 16px;
}

.menu-toggle {
    display: none;
}

.nav-cta__short {
    display: none;
}

.hero {
    position: relative;
    min-height: 900px;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(32,10,3,.88), rgba(22,8,4,.48) 52%, rgba(10,8,7,.82)),
        linear-gradient(0deg, rgba(216,73,18,.52), transparent 45%),
        url("assets/event-3.png") center / cover no-repeat;
}

.hero__glow {
    position: absolute;
    width: 620px;
    height: 620px;
    left: -180px;
    bottom: -260px;
    border-radius: 50%;
    background: var(--orange);
    filter: blur(130px);
    opacity: .45;
}

.hero__inner {
    position: relative;
    z-index: 2;
    padding-top: 165px;
    padding-bottom: 82px;
}

.event-line {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 28px;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
}

.event-line b, .event-line strong, .eyebrow {
    color: var(--orange);
}

.event-line__item {
    display: flex;
    align-items: center;
    gap: 25px;
}

.event-line__item i {
    font-style: normal;
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background-color: var(--orange);
}

.event-line__item svg {
    width: 16px;
    height: 16px;
}

.hero__copy {
    margin-top: 79px;
}

.eyebrow {
    margin: 0 0 8px;
    font-family: "Strong", sans-serif;
    font-size: 32px;
	text-transform: uppercase;
}

.hero h1 {
    margin: 0;
    max-width: 1120px;
    font-size: 78px;
    line-height: 110%;
    font-weight: 400;
}

.hero h1 strong {
    font-weight: 800;
}

.br-m {
    display: none;
}

.br-d {
    display: block;
}

.hero__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-top: 119px;
}

.stats {
    display: flex;
    gap: 70px;
}

.stats div {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.stats strong {
    font-size: 96px;
    line-height: 100%;
}

.stats span {
    margin-top: 15px;
    text-align: center;
    font-family: "Strong", sans-serif;
    font-size: 30px;
}

.hero__bottom > .button {
    width: 280px;
    justify-content: space-between;
}

.button svg {
    display: block;
    width: 11px;
    height: 11px;
}

.button svg path, .since-badge svg path, .slider-arrow svg path {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.dark-section {
    position: relative;
    color: #fff;
    background: #070808;
}

.about {
    z-index: 1;
    min-height: 1892px;
    padding: 27px 0 88px;
    overflow: hidden;
    border-radius: 0 0 var(--about-radius) var(--about-radius);
    background: #fff url("assets/About-Background.png") center top / 100% 100% no-repeat;
}

.about__intro {
    position: relative;
    min-height: 217px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

.about__intro > p {
    margin: 8px 0 0;
    max-width: 635px;
    font-size: 32px;
    line-height: 1.38;
}

.since-badge {
    padding-left: 40px;
    width: 351px;
    height: 217px;
    flex: 0 0 351px;
    display: grid;
    grid-template-columns: 49px 187px;
    gap: 40px;
    align-items: center;
    justify-content: center;
    background: url("assets/Vector.svg") center / contain no-repeat;
}

.since-badge__arrow {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
}

.since-badge__arrow svg {
    width: 50px;
    height: 50px;
}

.since-badge strong {
    font-family: "Strong", sans-serif;
    font-size: 32px;
    line-height: 1.08;
    font-weight: 400;
    text-align: center;
}

.about__grid {
    position: relative;
    display: grid;
    grid-template-columns: 509px 639px;
    gap: 112px;
    align-items: center;
}

.about__main-photo {
    height: 521px;
    width: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.about__facts {
    display: grid;
    gap: 72px;
}

.about__facts article {
    padding: 0;
}

.about__facts strong {
    color: var(--orange);
}

.about__facts strong {
    display: block;
    font-size: 56px;
    line-height: 110%;
    font-weight: 400;
}

.about__facts span {
    margin: 0;
    color: rgba(255,255,255,.88);
}

.about__fact-count span {
    display: block;
    margin-top: 15px;
    font-size: 24px;
    line-height: 110%;
    max-width: 335px;
}

.country-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 48px;
}

.country {
    display: inline-flex !important;
    align-items: center;
    gap: 15px;
}

.country span {
    margin-top: 0;
}

.country svg, .country img.country-flag {
    width: 31px;
    height: 31px;
    flex: 0 0 31px;
}

.feature-row {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 54px;
    margin: 48px 0 60px;
    text-align: center;
}

.feature-row article {
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 15px;
}

.feature-row svg, .feature-row img.fact-img {
    max-width: 57px;
    max-height: 57px;
}

.feature-row p {
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: 24px;
    line-height: 110%;
    font-weight: 400;
}

.gallery {
    position: relative;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: auto 290px 433px;
    gap: 8px;
}

.gallery__title {
    grid-column: 1 / -1;
    margin: 0 0 24px;
    align-self: end;
    text-align: center;
    font-family: "Strong", sans-serif;
    font-size: 32px;
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.gallery__media {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.play-button {
    --play-size: 96px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: grid;
    place-items: center;
    width: var(--play-size);
    height: var(--play-size);
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .28);
    backdrop-filter: blur(4px) saturate(118%) contrast(122%);
    backdrop-filter: url("#glass-round") blur(4px) saturate(118%) contrast(122%);
    -webkit-backdrop-filter: blur(4px) saturate(118%) contrast(122%);
    -webkit-backdrop-filter: url("#glass-round") blur(4px) saturate(118%) contrast(122%);
    transform: translate(-50%, -50%);
    transition: transform .25s ease;
}

.play-button::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, .28) 0%, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, .10) 100%);
    box-shadow:
        inset 1px 1px 1px rgba(255, 255, 255, .55),
        inset -1px -1px 2px rgba(255, 255, 255, .16);
}

.play-button svg {
    display: block;
    width: 100%;
    height: 100%;
}

.play-button:hover, .play-button:focus-visible {
    transform: translate(-50%, -50%) scale(1.06);
}

.play-button:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
}

.gallery__top-small {
    grid-column: span 2;
}

.gallery__bottom-wide {
    grid-column: span 5;
}

.gallery__bottom-small {
    grid-column: span 3;
}

.program {
    position: relative;
    z-index: 0;
    margin-top: calc(-1 * var(--about-radius));
    padding: calc(41px + var(--about-radius)) 0 56.5px;
    background: #fff;
}

.program::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: var(--about-radius);
    background: #fff;
    pointer-events: none;
}

.section-title {
    margin: 0 0 48px;
    text-align: center;
    font-size: 84px;
    font-weight: 800;
    line-height: 120%;
}

.section-title--gradient {
    color: transparent;
    background: linear-gradient(90deg, #b6371c, #ef7334);
    background-clip: text;
}

.schedule {
    display: grid;
    gap: 0;
}

.schedule-card {
    position: relative;
    overflow: hidden;
    color: #171717;
    background: #F5F3EE;
    border-radius: 16px;
    box-shadow:
        0 -1px 27.4px -7px rgba(249, 89, 0, 0.38),
        0 4px 4px -3px rgba(249, 141, 0, 0.62) inset;
}

.schedule-card + .schedule-card {
    margin-top: -2px;
}

.schedule-card__header {
    width: 100%;
    min-height: 220px;
    padding: 60px 82px 50px;
    color: inherit;
}

.schedule-card:not(:has(.schedule-card__content)) .schedule-card__header {
    min-height: 256px;
    padding-bottom: 91px;
}

.schedule-card__heading {
    min-width: 0;
}

.schedule-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    color: #F95900;
    font-family: "Strong", sans-serif;
    font-size: 40px;
    line-height: 100%;
}

.schedule-card__time {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
}

.schedule-card__time svg {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
}

.schedule-card__meta b {
    font-weight: 400;
}

.schedule-card__kind {
    text-align: right;
    text-transform: uppercase;
}

.schedule-card__title {
    display: block;
    max-width: 614px;
    margin-top: 18px;
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
}

.schedule-card__content {
    height: auto;
    overflow: visible;
}

.schedule-card__content-inner {
    padding: 0 82px 76px;
}

.pill {
    min-width: 282px;
    padding: 15.5px 37.5px;
    color: #fff;
    background: #F95900;
    border-radius: 48px;
    font-family: "Open Sans Local", sans-serif;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    text-transform: none;
}

.speaker-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 48px;
}

.speaker {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-top: 18px;
}

.speaker-row .speaker {
    margin-top: 0;
}

.speaker img {
    width: 148px;
    height: 148px;
    flex: 0 0 auto;
    object-fit: cover;
    border-radius: 50%;
}

.speaker span {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.speaker strong {
    font-size: 32px;
    font-weight: 600;
    line-height: 100%;
}

.speaker small {
    max-width: 376px;
    margin-top: 10px;
    color: #1F1F1F;
    font-size: 24px;
    line-height: 100%;
    font-family: "Strong", sans-serif;
}

.value-section {
    position: relative;
    z-index: 1;
    overflow-x: clip;
    padding: 56.5px 0 95px;
    background:
        radial-gradient(
            ellipse 50% 54% at 92% 84%,
            rgba(78, 190, 230, .5) 0%,
            rgba(105, 202, 235, .3) 38%,
            rgba(154, 221, 244, .14) 58%,
            rgba(255, 255, 255, 0) 76%
        ),
        #fff;
}

.value-section::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    left: 0;
    height: 2px;
    background: #fff;
    pointer-events: none;
}

.value-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.value-head h2 {
    margin: 0;
    font-family: "Strong", sans-serif;
    font-size: 84px;
    line-height: 110%;
    font-weight: 400;
    text-align: center;
}

.value-head h2 span {
    color: #1B9BD8;
}

.value-head img {
    width: 183px;
}

.value-grid {
    display: grid;
    grid-template-columns: minmax(300px, .78fr) minmax(520px, 1.22fr);
    gap: 54px;
    align-items: center;
    min-height: 560px;
}

.value-copy {
    align-self: center;
}

.value-copy__number {
    font-family: "Open Sans Local", sans-serif;
    font-size: 28px;
    line-height: 1;
}

.value-copy h3 {
    max-width: 433px;
    margin: 19px 0 24px;
    font-size: 28px;
    line-height: 100%;
}

.value-copy p {
    max-width: 488px;
    margin: 0;
    font-size: 28px;
    line-height: 110%;
}

.orbit {
    --orbit-rotation: 0deg;
    --orbit-radius: 251px;
    position: relative;
    width: 530.5px;
    aspect-ratio: 1;
    margin-inline: auto;
    isolation: isolate;
}

.orbit::selection, .orbit *::selection {
    background: transparent;
}

.orbit__ring {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    pointer-events: none;
}

.orbit__ring-base, .orbit__ring-active {
    fill: none;
    vector-effect: non-scaling-stroke;
}

.orbit__ring-base {
    stroke: #aeb4b6;
    stroke-width: 1;
}

.orbit__ring-active {
    stroke: #1b9bd8;
    stroke-width: 1.5;
    stroke-linecap: round;
}

.orbit__center {
    position: absolute;
    z-index: 1;
    inset: 25%;
    display: grid;
    place-items: center;
    align-content: center;
    text-align: center;
    pointer-events: none;
}

.orbit__icons {
    display: grid;
    width: 87px;
    height: 87px;
    place-items: center;
    margin-bottom: 22px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.01);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
}

.orbit__icon {
    display: none;
    max-width: 49px;
    max-height: 49px;
}

.orbit__icon.is-active {
    display: block;
    animation: orbit-icon-in .35s ease both;
}

.orbit__center p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
}

.orbit__center b {
    color: #11598B;
    font-weight: 700;
}

.orbit__rotor {
    position: absolute;
    z-index: 2;
    inset: 0;
    transform: rotate(var(--orbit-rotation));
    transition: transform .66s cubic-bezier(.22,.8,.25,1);
}

.orbit-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    padding: 0;
    color: #F3F3F1;
    border: 0;
    background: transparent;
    cursor: pointer;
    transform: rotate(var(--angle)) translateX(var(--orbit-radius)) rotate(var(--counter-rotation));
    transition: color .3s ease, transform .66s cubic-bezier(.22,.8,.25,1);
}

.orbit-dot__marker {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24.664px;
    height: 24.664px;
    overflow: visible;
    transform: translate(-50%, -50%);
}

.orbit-dot__marker circle {
    fill: #f3f3f1;
    transition: fill .3s ease;
}

.orbit-dot__number {
    position: absolute;
    min-width: 72px;
    font-family: "Open Sans Local", sans-serif;
    font-size: 78px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    transition: color .3s ease, transform .3s ease;
}

.orbit-dot[data-slot="left"] .orbit-dot__number {
    top: 50%;
    right: calc(50% + 25px);
    transform: translateY(-50%);
    text-align: right;
}

.orbit-dot[data-slot="right"] .orbit-dot__number {
    top: 50%;
    left: calc(50% + 25px);
    transform: translateY(-50%);
    text-align: left;
}

.orbit-dot[data-slot="top"] .orbit-dot__number {
    bottom: calc(50% + 24px);
    left: 50%;
    transform: translateX(-50%);
}

.orbit-dot[data-slot="bottom"] .orbit-dot__number {
    top: calc(50% + 24px);
    left: 50%;
    transform: translateX(-50%);
}

.orbit-dot.is-active {
    z-index: 3;
    color: #1b9bd8;
}

.orbit-dot.is-active .orbit-dot__marker circle {
    fill: #1b9bd8;
}

.orbit-dot:focus-visible {
    outline: none;
}

.orbit-dot:focus-visible .orbit-dot__marker {
    filter: drop-shadow(0 0 7px rgba(27,155,216,.75));
}

@keyframes orbit-icon-in {
    from {
        opacity: 0;
        transform: scale(.82) rotate(-8deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.expect {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -30px;
}

.expect__lead {
    width: 344px;
    height: auto;
    flex: 0 0 auto;
}

.expect h2 {
    display: flex;
    margin: 0 0 -25px;
    flex-direction: column;
    align-items: flex-start;
    font-family: "Strong", sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 100%;
}

.expect h2 span {
    display: block;
    white-space: nowrap;
}

.expect h2 span:first-child {
    color: #111;
}

.expect h2 span:last-child {
    margin-left: 68px;
    color: #11598b;
}

.expect-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 65px;
}

.expect-cards article {
    position: relative;
    min-height: 0;
    aspect-ratio: 1.68;
    padding: 26px 52px 23px;
    overflow: hidden;
    color: #fff;
    background: var(--card-image) center / cover no-repeat;
    border-radius: 30px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.expect-cards article:not(.expect-cards__blue)::before,
.expect-cards article:not(.expect-cards__blue)::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    pointer-events: none;
}

.expect-cards article:not(.expect-cards__blue)::before {
    top: 0;
    height: 39%;
    background: rgba(28, 31, 35, .26);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.expect-cards article:not(.expect-cards__blue)::after {
    inset: 0;
    background: var(--Gradient-7, linear-gradient(206deg, rgba(0, 0, 0, 0) 37.6%, #000 90.33%));
}

.expect-cards article h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 28px;
    line-height: 100%;
    font-weight: 600;
}

.expect-cards article p {
    position: absolute;
    z-index: 2;
    left: 53.5px;
    bottom: 23px;
    margin: 0;
    font-size: 18px;
    line-height: 110%;
    max-width: 266px;
}

.expect-cards__blue {
    background: #1b6598 !important;
}

.reviews {
    padding: 62px 0 37px;
    background: #000;
}

.reviews__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 54px;
}

.reviews h2 {
    margin: 0;
    font-family: "Strong", sans-serif;
    font-size: 32px;
    font-weight: 400;
}

.reviews__controls {
    display: flex;
    gap: 8px;
}

.slider-arrow {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 15px;
    background: rgba(249, 89, 0, 0.70);
    cursor: pointer;
    transition: background .2s ease;
}

.slider-arrow:hover, .slider-arrow:focus-visible {
    background: #F95900;
}

.slider-arrow svg {
    width: 12px;
    height: 12px;
}

.review-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 42px) / 4);
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.review-track::-webkit-scrollbar {
    display: none;
}

.review-track article {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    scroll-snap-align: start;
    border-radius: 18px;
    background:
        linear-gradient(0deg, rgba(0,0,0,.8), transparent 65%),
        var(--review-image) center / cover;
}

.review-progress {
    max-width: 482.02px;
    position: relative;
    margin-top: 54px;
    height: 1px;
    background: #fff;
    overflow: hidden;
}

.review-progress__fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20%;
    background: #F95900;
}

.tickets {
    padding: 40.5px 0 105px;
    background: #000;
}

.tickets .section-title {
    font-size: 84px;
    font-family: "Strong", sans-serif;
    font-weight: 400;
    margin-bottom: 32px;
}

.ticket-list {
    display: grid;
    max-width: 1092px;
    margin-inline: auto;
}

.ticket-slot {
    position: relative;
    z-index: 1;
}

.ticket-slot + .ticket-slot {
    z-index: 2;
    margin-top: -9%;
}

.ticket-slot:hover {
    z-index: 3;
}

.ticket {
    position: relative;
    z-index: 0;
    display: block;
    color: #151515;
    --ty: 0px;
    --s: 1;
    transform: translateY(var(--ty)) scale(var(--s));
    transform-origin: 50% 50%;
    filter: brightness(1);
    transition: transform .5s cubic-bezier(.2,.7,.3,1), filter .45s ease;
    will-change: transform, filter;
}

.ticket__body {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--body-w);
    aspect-ratio: 1061 / 500;
    transform: translate(-50%, -50%) rotate(var(--rot));
    display: grid;
    grid-template-columns: 35.6% 64.4%;
}

.ticket--cream {
    aspect-ratio: 1070 / 518;
    --rot: -1deg;
    --body-w: 99.2%;
    --hover-ty: 18%;
}

.ticket--white {
    aspect-ratio: 1093 / 573;
    --rot: 4deg;
    --body-w: 97%;
    --hover-ty: -30%;
}

.ticket-slot:hover .ticket {
    --ty: var(--hover-ty);
    --s: 1.085;
}

.ticket-list:has(.ticket-slot:hover) .ticket-slot:not(:hover) .ticket {
    --s: .955;
    filter: brightness(.3);
}

.ticket__shape {
    position: absolute;
    z-index: -1;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
    filter: drop-shadow(0 18px 34px rgba(0,0,0,.5));
}

.ticket--white .ticket__name, .ticket--white .ticket__details {
    padding-top: 68px;
    padding-bottom: 45px;
}

.ticket--cream .ticket__name, .ticket--cream .ticket__details {
    padding-top: 64px;
    padding-bottom: 70px;
}

.ticket__name, .ticket__details {
    min-width: 0;
    padding-inline: 43px;
}

.ticket__name {
    display: flex;
    flex-direction: column;
}

.ticket__name h3 {
    margin: 0;
    font-size: 48px;
    line-height: 100%;
    font-weight: 700;
}

.ticket__name h3 span {
    color: var(--orange);
}

.ticket__name p {
    margin-top: 13.5px;
    font-size: 24px;
}

.ticket__name > strong {
    margin-top: auto;
    color: var(--orange);
    font-size: 28px;
    font-weight: 600;
}

.ticket__name > strong b {
    font-size: 42px;
    font-weight: 600;
}

.ticket__details {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    padding-left: 57px;
}

.ticket__details ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ticket__details li {
    display: flex;
    align-items: center;
    gap: 21px;
    margin: 6px 0;
    font-size: 24px;
}

.ticket__details li svg {
    flex: none;
    width: 15px;
    height: 15px;
}

.ticket__details li.is-excluded svg {
    width: 14px;
    height: 14px;
}

.ticket__details .button {
    min-width: 240px;
    font-size: 20px;
    margin-top: auto;
}

.ticket__details .mob_btn_svg {
    display: none;
}

.organizer {
    padding: 60px 0 91px;
    padding: 30px 0 60px;
    background: #000;
}

.organizer__grid {
    display: grid;
    grid-template-columns: minmax(0, 507fr) minmax(0, 688fr);
    gap: 87px;
    align-items: flex-end;
}

.organizer__grid h2 {
    margin: 0 0 50px;
    color: var(--orange);
    font-family: "Strong", sans-serif;
    font-size: 64px;
    font-weight: 400;
}

.organizer__grid p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 110%;
    margin-bottom: 24px;
    margin-top: 0;
    max-width: 501px;
}

.organizer__grid img {
    width: 100%;
    max-width: 688px;
    height: 455px;
    object-fit: cover;
    border-radius: 24px;
}

.cities {
    padding-top: 105px;
}

.cities h3 {
    margin-bottom: 48px;
    text-align: center;
    font-family: "Strong", sans-serif;
    font-size: 32px;
    font-weight: 400;
}

.city-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.city-grid article {
    min-height: 216px;
    padding: 29px 32px 22px 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background:
        linear-gradient(0deg, rgba(0,0,0,.72), rgba(0,0,0,.08)),
        var(--city-image) center / cover;
    border-radius: 18px;
}

.city-grid .city-card-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.city-grid .city-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 14px;
}

.city-grid h4 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.city-grid a {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--orange), #ff945c);
}

.partners {
    position: relative;
    padding: 26px 0 48px;
    overflow: hidden;
    background: #000;
}

#logo_bg {
    position: absolute;
    left: 0;
    bottom: -7px;
}

.partners .container {
    position: relative;
    z-index: 1;
}

.partners h2 {
    margin: 0;
    color: var(--orange);
    font-family: "Strong", sans-serif;
    font-size: 32px;
    font-weight: 400;
}

.partner-logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 137px;
    align-items: center;
    margin-top: 70px;
}

.partner-logos img {
    max-width: 191px;
    max-height: 77px;
    min-width: 111px;
    object-fit: contain;
}

.partner-button {
    float: right;
    width: 280px;
    margin-top: 59px;
    justify-content: space-between;
    background: linear-gradient(90deg, #FF8C42 0%, #FC7321 53.37%, #D94800 76.92%, #F91900 95.67%);
    font-size: 16px;
    font-weight: 500;
}

.glow-field {
    position: relative;
}

.glow-field > section {
    background: transparent;
}

.glow-field::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(65% 28% at 4% 22%,   rgba(181, 24, 12, 0.50) 0%, rgba(181, 24, 12, 0) 70%),
        radial-gradient(55% 30% at 112% 27%, rgba(249, 89, 0, 0.5) 0%, rgba(249, 89, 0, 0) 72%),
        radial-gradient(48% 26% at -6% 81%,  rgba(249, 89, 0, 0.50) 0%, rgba(249, 89, 0, 0) 70%);
}

.site-footer {
    position: relative;
    background: transparent;
}

.site-footer::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1600px;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(110% 70% at 100% 49%, rgba(233, 230, 217, 0.25) 0%, rgba(233, 230, 217, 0) 70%),
        radial-gradient(86% 104% at 74% 109%, rgba(249, 89, 0, 0.5) 0%, rgba(249, 89, 0, 0) 72%)
}

.footer-top {
    display: grid;
    grid-template-columns: 230px 1fr 195px 197px 120px;
    gap: 0;
    align-items: start;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-brand {
    width: 144px;
    height: 137px;
    object-fit: contain;
}

.footer-top > img {
    align-self: center;
    justify-self: start;
    width: 180px;
}

.footer-top h3 {
    margin: 0 0 15px;
    color: var(--orange);
    font-family: "Strong", sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.footer-col a {
    display: block;
    margin: 0 0 14px;
    color: rgba(255,255,255,.92);
    font-size: 16px;
    line-height: 1;
}

.footer-col a:last-child {
    margin-bottom: 0;
}

.footer-socials {
    display: flex;
    gap: 20px;
}

.footer-socials a {
    display: grid;
    place-items: center;
    margin: 0;
}

.footer-socials svg {
    width: 24px;
    height: 24px;
}

.footer-bottom-wrap {
    border-top: 1px solid transparent;
    border-image: linear-gradient(90deg, #FF8C42 0%, #FC7321 53.37%, #D94800 76.92%, #F91900 95.67%) 1;
}

.footer-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 680px;
    gap: 40px;
    padding-top: 33px;
    padding-bottom: 59px;
}

.footer-mission {
    max-width: 275px;
    margin: 0;
    font-family: "Strong", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    color: #fff;
}

.footer-contacts h3 {
    margin: 0 0 17px;
    color: var(--orange);
    font-family: "Strong", sans-serif;
    font-size: 24px;
    font-weight: 400;
}

.footer-contacts__grid {
    display: grid;
    grid-template-columns: 236px 1fr;
    gap: 192px;
}

.footer-contacts span {
    display: block;
    margin-bottom: 14px;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
}

.footer-contacts a {
    display: block;
    margin-bottom: 14px;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
}

.footer-contacts a:last-child {
    margin-bottom: 0;
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
}

.video-modal[hidden] {
    display: none;
}

.video-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: grid;
    place-items: center;
    padding: 20px;
}

.video-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(6, 3, 2, .82);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.video-modal__window {
    position: relative;
    width: min(100%, 960px);
    padding: 14px;
    border-radius: 22px;
    background:
        linear-gradient(117deg, rgba(255,255,255,.075) 0%, rgba(255,255,255,.025) 22%, rgba(255,255,255,0) 48%, rgba(255,98,49,.05) 78%, rgba(255,255,255,.04) 100%),
        rgba(12, 6, 4, .92);
    box-shadow:
        0 9px 26px 0 rgba(249, 89, 0, 0.30),
        inset 0 1px 0 rgba(255,255,255,.13);
}

.video-modal__close {
    position: absolute;
    top: -54px;
    right: 0;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 15px;
    background: rgba(249, 89, 0, 0.70);
    cursor: pointer;
    transition: background .2s ease;
}

.video-modal__close:hover, .video-modal__close:focus-visible {
    background: #F95900;
}

.video-modal__frame {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 12px;
    background: #000;
}

.video-modal__frame iframe,
.video-modal__frame video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

body.modal-open {
    overflow: hidden;
}

@media (max-width: 1279px) {
    /* Base */

    :root {
        --about-radius: 36px;
    }

    /* Header & navigation */

    .top-line {
        height: 48px;
    }

    .top-line__inner {
        width: min(calc(100% - 60px), var(--container));
        justify-content: flex-end;
        gap: 0;
    }

    .socials {
        display: none;
    }

    .city-switcher__trigger {
        gap: 4px;
        font-size: 14px;
    }

    .city-switcher__chevron {
        width: 16px;
        height: 16px;
    }

    .city-switcher__menu {
        width: 132px;
        border-radius: 0 0 12px 12px;
    }

    .brand {
        position: absolute;
        z-index: 3;
        top: -44px;
        left: 26px;
    }

    .brand img {
        width: auto;
        height: 38px;
    }

    .site-header.is-sticky .brand {
        display: none;
    }

    .nav-wrap {
        width: calc(100% - 8px);
        height: 56px;
        padding: 0 20px;
        grid-template-columns: 1fr auto;
        gap: 0;
        border-radius: 999px;
    }

    .nav-cta__full {
        display: none;
    }

    .nav-cta__short {
        display: inline;
    }

    .nav-cta {
        order: -1;
        justify-self: start;
        width: auto;
        min-width: 105px;
        height: 36px;
        min-height: 36px;
        padding: 0 27.5px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 500;
    }

    .menu-toggle {
        position: relative;
        z-index: 3;
        justify-self: end;
        display: grid;
        align-content: center;
        gap: 7.8px;
        width: 53px;
        height: 44px;
        padding: 0 11px;
        border: 0;
        background: transparent;
        cursor: pointer;
    }

    .menu-toggle span:not(.sr-only) {
        display: block;
        height: 2px;
        background: #fff;
        transition: transform .25s ease, opacity .25s ease;
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(9.8px) rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-9.8px) rotate(-45deg);
    }

    .main-nav {
        position: fixed;
        inset: 0;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 0;
        padding: 154px 30px 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        background:
        url("assets/Mobile_Menu_Background.png") center / cover no-repeat,
        #140804;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-14px);
        transition: opacity .3s ease, transform .35s ease, visibility .35s ease;
    }

    .main-nav.is-open {
        visibility: visible;
        opacity: 1;
        transform: none;
    }

    .main-nav a {
        padding: 42px 0 15px 17px;
        border-bottom: 1px solid rgba(255, 255, 255, .35);
        color: #fff;
        font-family: "Strong", sans-serif;
        font-size: 24px;
        line-height: 1;
        transition: color .2s ease;
    }

    .main-nav a::after {
        display: none;
    }

    .main-nav a:hover, .main-nav a:focus-visible, .main-nav a[aria-current] {
        color: #F95900;
    }

    .site-header.menu-active .top-line {
        background: none;
    }

    .site-header.menu-active .city-switcher, .site-header.menu-active .nav-cta {
        display: none;
    }

    .site-header.menu-active .nav-wrap {
        background: none;
        box-shadow: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }

    .site-header.menu-active .nav-wrap::after {
        opacity: 0;
    }

    .site-header.menu-active .menu-toggle {
        position: fixed;
        z-index: 4;
        top: 29px;
        right: 14px;
    }

    .site-header.menu-active .brand {
        position: fixed;
        z-index: 3;
        top: auto;
        left: 46px;
        bottom: 50px;
        display: block;
    }

    .site-header.menu-active .brand img {
        height: 66px;
    }

    .site-header.menu-active .socials {
        position: fixed;
        z-index: 3;
        right: 47px;
        bottom: 50px;
        display: flex;
        gap: 14px;
    }

    /* Hero */

    .hero {
        min-height: 598px;
        background-position: 62% center;
    }

    .hero__glow {
        width: 340px;
        height: 340px;
        left: -130px;
        bottom: -150px;
        filter: blur(90px);
    }

    .hero__inner {
        padding-top: clamp(140px, 2.76vw + 129.6px, 165px);
        padding-bottom: 40px;
    }

    .event-line {
        grid-template-columns: 1fr 1fr;
        gap: 20px 0;
        font-size: 14px;
    }

    .event-line > span:first-child {
        grid-column: 1 / -1;
    }

    .event-line__item {
        gap: 8px;
    }

    .event-line__item i {
        width: clamp(20px, 1.22vw + 15.4px, 31px);
        height: clamp(20px, 1.22vw + 15.4px, 31px);
    }

    .event-line__item svg {
        width: 55%;
        height: 55%;
    }

    .hero__copy {
        margin-top: 40px;
    }

    .eyebrow {
        margin: 0 0 8px;
        font-size: 14px;
    }

    .hero h1 {
        font-size: 34px;
    }

    .stats {
        max-width: 900px;
    }

    .hero__bottom {
        display: block;
        margin-top: 40px;
    }

    .stats {
        justify-content: space-between;
        gap: 10px;
    }

    .stats strong {
        font-size: 32px;
    }

    .stats span {
        margin-top: 15px;
        font-size: 14px;
    }

    .hero__bottom > .button {
        width: 170px;
        height: 36px;
        margin-top: 60px;
        padding-inline: 16px;
        gap: 18px;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 500;
        background: linear-gradient(90deg, #FF8C42 0%, #FC7321 53.37%, #D94800 76.92%, #F91900 95.67%);
    }

    .br-d {
        display: none;
    }

    .br-m {
        display: block;
    }

    /* About */

    .about {
        min-height: 0;
        background-size: cover;
    }

    .since-badge {
        flex-basis: 281px;
    }

    .since-badge strong {
        padding-right: 22px;
    }

    .about__grid, .value-grid, .organizer__grid {
        grid-template-columns: 1fr;
    }

    .about__facts {
        align-items: start;
    }

    .country-list {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 24px;
    }

    .feature-row {
        margin: 48px 0 40px;
        gap: 16px;
    }

    .feature-row article {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 12px;
    }

    .feature-row svg {
        width: 26px;
        height: 26px;
    }

    .feature-row p {
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
        text-align: left;
        width: 100%;
    }

    .gallery__title {
        font-size: 24px;
        font-weight: 400;
        line-height: 100%;
        margin-bottom: 16px;
    }

    .gallery {
        gap: 4px;
    }

    .about {
        --about-photo-h: 180px;
        padding-top: 12px;
        background: #fff url(assets/Mobile_Menu_Background.png) center top / 100% 100% no-repeat;
    }

    .about__intro > p {
        margin: 0;
        max-width: 272px;
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
    }

    .about__intro {
        display: block;
        min-height: 0;
    }

    .since-badge {
        position: absolute;
        right: 0;
        top: calc(100% + 29px + var(--about-photo-h) + 24px);
        width: 141px;
        height: 87px;
        margin: 0;
        grid-template-columns: 21px 75px;
        gap: 18px;
        padding-left: 20px;
    }

    .since-badge__arrow svg {
        width: 20px;
        height: 20px;
    }

    .since-badge strong {
        font-size: 14px;
        padding: 0;
    }

    .about__main-photo {
        width: 100%;
        height: var(--about-photo-h);
        border-radius: 24px;
    }

    .about__grid {
        margin-top: 29px;
        gap: 68px;
    }

    .about__facts {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .about__facts strong {
        font-size: 26px;
        line-height: 100%;
        font-weight: 700;
    }

    .about__fact-count span {
        font-size: 14px;
        font-weight: 400;
        line-height: 120%;
        max-width: 198px;
        margin-top: 4px;
    }

    .about__fact-count span.country {
        gap: 8px;
        width: fit-content;
    }

    .country span {
        margin-top: 0;
    }

    .country svg {
        width: 14px;
        height: 14px;
        flex: 0 0 14px;
    }

    .feature-row {
        grid-template-columns: 1fr;
    }

    .gallery {
        grid-template-columns: repeat(24, 1fr);
        grid-template-rows: auto 109px 100px 100px;
    }

    .gallery > div {
        grid-column: span 8;
    }

    .gallery > div:first-of-type {
        grid-column: span 15;
    }

    .gallery > div:nth-of-type(2) {
        grid-column: span 9;
    }

    .gallery > div:last-of-type {
        grid-column: 1 / -1;
    }

    .gallery__bottom-wide {
        grid-column: span 8;
    }

    .play-button {
        --play-size: 54px;
    }

    .review-track .play-button {
        --play-size: 72px;
    }

    .video-modal__close {
        top: -52px;
        width: 38px;
        height: 38px;
    }

    /* Program & speaker */

    .program {
        padding-top: calc(20px + var(--about-radius));
        padding-bottom: 18px;
    }

    .section-title {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .schedule-card {
        border-radius: 5px;
    }

    .schedule-card__header {
        min-height: 190px;
        padding: 42px 48px 40px;
    }

    .schedule-card__content-inner {
        padding: 0 48px 44px;
    }

    .speaker {
        gap: 10px;
        margin: 0;
    }

    .speaker-row {
        gap: 10px;
    }

    .speaker img {
        width: 48px;
        height: 48px;
    }

    .speaker strong {
        font-size: 13px;
        font-weight: 700;
        line-height: 110%;
    }

    .speaker small {
        font-size: 13px;
        max-width: 164px;
        margin-top: 4px;
    }

    .pill {
        height: 18px;
        padding: 2.5px 18.5px;
        font-size: 13px;
        font-weight: 400;
        line-height: 100%;
        min-width: auto;
        font-family: "Strong", sans-serif;
    }

    .schedule-card + .schedule-card {
        margin-top: 0;
    }

    .schedule-card__header,
    .schedule-card:not(:has(.schedule-card__content)) .schedule-card__header {
        min-height: auto;
        padding: 15px 21px;
    }

    .schedule-card__meta {
        align-items: flex-start;
        font-size: 13px;
    }

    .schedule-card__meta b {
        text-align: right;
    }

    .schedule-card__time {
        gap: 5px;
    }

    .schedule-card__time svg {
        width: 11.667px;
        height: 11.667px;
        aspect-ratio: 1/1;
    }

    .schedule-card__title {
        font-size: 14px;
        margin-top: 10px;
        max-width: 253px;
    }

    .schedule-card__content-inner {
        padding-inline: 21px 41px;
        padding-bottom: 25.5px;
    }

    .speaker-row {
        grid-template-columns: 1fr;
    }

    /* Value, orbit */

    .value-section {
        padding: 18px 0 22px;
        background:
        radial-gradient(
            ellipse 50% 54% at 92% 38%, 
            rgba(78, 190, 230, .5) 0%, 
            rgba(105, 202, 235, .3) 38%, 
            rgba(154, 221, 244, .14) 58%, 
            rgba(255, 255, 255, 0) 76%
            ),
        #fff;
    }

    .value-head h2 {
        font-size: 24px;
        font-weight: 400;
        line-height: 100%;
    }

    .value-head img {
        width: 62px;
    }

    .orbit-dot {
        font-size: 37px;
    }

    .value-grid {
        margin-top: 55px;
        gap: 40px;
        min-height: 0;
    }

    .orbit {
        order: -1;
        --orbit-radius: 116px;
        width: 244px;
    }

    .orbit__center {
        inset: 12%;
    }

    .orbit__icons {
        width: 44px;
        height: 44px;
        margin-bottom: 8px;
        border-radius: 8px;
    }

    .orbit__icon {
        max-width: 23px;
        max-height: 23px;
    }

    .orbit__center p {
        font-size: 14px;
        line-height: 115%;
    }

    .orbit-dot {
        width: 44px;
        height: 44px;
        margin: -22px 0 0 -22px;
    }

    .orbit-dot__marker {
        width: 11px;
        height: 11px;
    }

    .orbit-dot__number {
        min-width: 34px;
        font-size: 38px;
    }

    .orbit-dot[data-slot="left"] .orbit-dot__number {
        right: calc(50% + 16px);
    }

    .orbit-dot[data-slot="right"] .orbit-dot__number {
        left: calc(50% + 16px);
    }

    .orbit-dot[data-slot="top"] .orbit-dot__number {
        bottom: calc(50% + 12px);
    }

    .orbit-dot[data-slot="bottom"] .orbit-dot__number {
        top: calc(50% + 12px);
    }

    .value-copy {
        max-width: none;
    }

    .value-copy__number {
        font-size: 14px;
        font-weight: 700;
        line-height: 120%;
    }

    .value-copy h3 {
        margin: 6px 0 9px;
        font-size: 14px;
        line-height: 120%;
        max-width: 226px;
    }

    .value-copy p {
        font-family: "Strong", sans-serif;
        max-width: 253px;
        font-size: 14px;
        line-height: 120%;
    }

    .expect {
        display: block;
    }

    .expect__lead {
        display: none;
    }

    .expect h2 {
        margin-top: 54px;
        font-size: 24px;
        align-items: flex-end;
    }

    .expect h2 span:last-child {
        margin-left: 0;
    }

    .expect h2 span:first-child {
        margin-right: 80px;
    }

    .expect-cards {
        grid-template-columns: 1fr;
        margin-top: 54px;
        gap: 2px;
        padding-inline: 12px;
    }

    .expect-cards article {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        aspect-ratio: 2.08;
        padding: 0;
        border-radius: 8px;
        box-shadow: 0 1.04px 1.04px 0 rgba(0, 0, 0, 0.25);
    }

    .expect-cards article:not(.expect-cards__blue)::before,
    .expect-cards article:not(.expect-cards__blue)::after {
        content: none;
    }

    .expect-cards article:not(.expect-cards__blue) h3,
    .expect-cards article:not(.expect-cards__blue) p {
        background: var(--Opacity-grey, rgba(217, 217, 217, 0.10));
        -webkit-backdrop-filter: blur(1.7343391180038452px);
        backdrop-filter: blur(1.7343391180038452px);
    }

    .expect-cards article h3 {
        max-width: none;
        padding: 16px 41px 15px 35px;
        font-size: 14px;
        font-weight: 700;
        line-height: 120%;
    }

    .expect-cards article p {
        position: static;
        max-width: none;
        padding: 8px 41px 16px 35px;
        font-family: "Strong", sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 110%;
    }

    /* Reviews */

    .reviews {
        padding-top: 37px;
        padding-bottom: 13.5px;
    }

    .reviews__head {
        margin-bottom: 18px;
    }

    .reviews h2 {
        font-size: 24px;
    }

    .reviews__controls {
        gap: 4px;
    }

    .review-track {
        grid-auto-columns: 100%;
        padding-inline: 12px;
        scroll-padding-inline: 12px;
        gap: 12px;
    }

    .review-track article {
        min-height: 0;
        aspect-ratio: 311 / 560;
    }

    .review-progress {
        max-width: none;
        margin-top: 18px;
    }

    /* Tickets */

    .ticket-slot + .ticket-slot {
        margin-top: 7px;
    }

    .ticket-slot:hover .ticket {
        --ty: 0px;
        --s: 1;
    }

    .ticket-list:has(.ticket-slot:hover) .ticket-slot:not(:hover) .ticket {
        --s: 1;
        filter: none;
    }

    .ticket, .ticket--cream, .ticket--white {
        aspect-ratio: auto;
        border-radius: 15px;
        overflow: hidden;
    }

    .ticket--cream {
        background: #f0eee4;
    }

    .ticket--white {
        background: #fff;
    }

    .ticket__shape {
        display: none;
    }

    .ticket__body {
        position: static;
        width: auto;
        aspect-ratio: auto;
        transform: none;
        grid-template-columns: 1fr;
    }

    .ticket__name {
        min-height: 0;
        border-bottom: 0;
    }

    .tickets {
        padding: 13.5px 0 21px;
    }

    .tickets .section-title {
        font-size: 24px;
        font-weight: 400;
        line-height: 100%;
        margin-bottom: 16px;
    }

    .ticket__body {
        padding: 28px 24px;
    }

    .ticket--white .ticket__name,
    .ticket--white .ticket__details,
    .ticket--cream .ticket__name,
    .ticket--cream .ticket__details {
        padding: 0;
    }

    .ticket__name, .ticket__details {
        padding: 0;
    }

    .ticket__name {
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: start;
        column-gap: 15px;
    }

    .ticket__name h3 {
        grid-area: 1 / 1;
        font-size: 24px;
        line-height: 120%;
    }

    .ticket__name > strong {
        grid-area: 1 / 2;
        justify-self: end;
        margin-top: 0;
        font-size: 12px;
        font-weight: 500;
    }

    .ticket__name > strong b {
        font-size: 24px;
        font-weight: 700;
    }

    .ticket__name p {
        grid-area: 2 / 1 / 3 / -1;
        margin: 4px 0 0;
        font-size: 14px;
        font-weight: 400;
        font-family: "Strong", sans-serif;
        text-transform: uppercase;
    }

    .ticket__details {
        margin-top: 16px;
    }

    .ticket__details li {
        gap: 10px;
        margin: 12px 0;
        font-size: 14px;
        line-height: 120%;
    }

    .ticket__details li svg {
        width: 8px;
        height: 8px;
    }

    .ticket__details li.is-excluded svg {
        width: 10px;
        height: 10px;
    }

    .ticket__details .button {
        min-width: 170px;
        width: 170px;
        height: 36px;
        min-height: 36px;
        margin-top: 14px;
        font-size: 14px;
        gap: 18px;
        padding: 11px 19px;
        font-weight: 500;
        background: linear-gradient(90deg, #FF914D 0%, #FF6231 53.79%);
    }

    .ticket__details .mob_btn_svg {
        display: block !important;
        width: 12px;
        height: 12px;
    }

    /* Organizer & cities */

    .organizer {
        padding: 21px 0 22.5px;
    }

    .organizer__grid h2 {
        margin-bottom: 21px;
    }

    .organizer__grid h2, .partners h2 {
        font-size: 24px;
    }

    .organizer__grid {
        gap: 24px;
    }

    .organizer__grid p {
        font-size: 14px;
        line-height: 110%;
        margin-bottom: 12px;
    }

    .organizer__grid img {
        width: 100%;
        height: 220.827px;
    }

    .cities {
        padding-top: 39px;
    }

    .cities h3 {
        font-size: 24px;
        line-height: 100%;
        margin: 0 0 23px;
    }

    .city-grid {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .city-grid article {
        padding: 15px 17px 20px 20px;
        border-radius: 11px;
        min-height: 115.128px;
        height: 115.128px;
    }

    .city-grid .city-card-top {
        align-items: center;
    }

    .city-grid .city-card-top svg {
        width: 9.597px;
        height: 9.723px;
    }

    .city-grid .city-title {
        column-gap: 4px;
    }

    .city-grid .city-title svg {
        width: 18px;
        height: 18px;
    }

    .city-grid h4 {
        font-size: 13px;
        font-weight: 700;
        line-height: 110%;
    }

    .city-grid a {
        padding: 6px 17.5px;
        border-radius: 24px;
    }

    /* Partners */

    .partners {
        padding: 22.5px 0 19px;
    }

    #logo_bg {
        display: none;
    }

    .partner-logos {
        grid-template-columns: repeat(3, 1fr);
        gap: 52px;
        margin-top: 37px;
    }

    .partner-logos img {
        max-width: 101px;
        max-height: 40.5px;
        min-width: 59px;
    }

    .partner-button {
        float: left;
        width: 190px;
        margin-top: 35px;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
        gap: 18px;
        height: 36px;
        padding: 11px 19.5px;
    }

    /* Footer */

    .footer-top {
        grid-template-columns: auto auto;
        justify-content: start;
        column-gap: 30px;
        padding-top: 28px;
        padding-bottom: 22px;
    }

    .footer-top > img.footer-brand {
        width: 59.282px;
        height: 56.548px;
    }

    .footer-top > img:not(.footer-brand) {
        width: 90.97px;
        height: 30.048px;
    }

    .footer-col {
        display: none;
    }

    .footer-bottom-wrap {
        border: 0;
    }

    .footer-bottom {
        grid-template-columns: 1fr;
        gap: 0;
        padding-top: 0;
        padding-bottom: 78px;
    }

    .footer-mission {
        max-width: 245px;
        font-size: 16px;
        line-height: 110%;
    }

    .footer-contacts {
        position: relative;
        margin-top: 36px;
        padding-top: 28px;
    }

    .footer-contacts::before {
        content: "";
        position: absolute;
        top: 0;
        left: -20px;
        right: -20px;
        height: 1px;
        background: linear-gradient(90deg, #FF8C42 0%, #FC7321 53.37%, #D94800 76.92%, #F91900 95.67%);
    }

    .footer-contacts h3 {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 110%;
    }

    .footer-contacts__grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .footer-contacts span, .footer-contacts a {
        margin-bottom: 4px;
        font-size: 14px;
        font-weight: 500;
    }

    .site-footer .footer-col:last-child {
        display: block;
        position: absolute;
        left: 20px;
        bottom: 40px;
    }

    .site-footer .footer-col:last-child h3 {
        display: none;
    }

    .footer-socials {
        gap: 20px;
    }

    .footer-socials svg {
        width: 20px;
        height: 20px;
    }

}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *, *::before, *::after {
        animation-duration: .01ms !important;
        transition-duration: .01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}