
.bannerPanel { position: relative; position: relative; display: flex; align-items: center; justify-content: center; }
.bannerPanel .image { position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; z-index: 1; }
.bannerPanel .image img { position: relative; object-fit: cover; height: 100%; width: 100%; object-position: center; z-index: 1; }
.bannerPanel .image .overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: #1A2E44; mix-blend-mode: hard-light; z-index: 2; }
.bannerPanel .content { height: 100%; width: 100%; padding: 77px 0 42px 0; max-width: 1080px; margin: 0 auto; z-index: 2; }
.bannerPanel h1 { color: #fff; font-size: 64px; text-align: center; text-transform: none; margin: 0 0 10px 0; font-weight: 500; line-height: normal; letter-spacing: 0; }
.bannerPanel .date { display: flex; flex-direction: row; align-items: flex-start; justify-content: center; gap: 15px; }
.bannerPanel .date p { color: #fff; font-size: 32px; text-align: center; text-transform: uppercase; margin: 0 0 20px 0; font-weight: 500; line-height: normal; letter-spacing: 0; }
.bannerPanel .location { display: flex; flex-direction: row; align-items: flex-start; justify-content: center; gap: 15px; }
.bannerPanel .location p { color: #fff; font-size: 24px; text-align: center; text-transform: none; margin: 0 0 20px 0; font-weight: 400; line-height: normal; letter-spacing: 0; }
.bannerPanel .earlyBird { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 50px; background: #132334; border: 1px solid #F57900; padding: 30px 35px; }
.bannerPanel .buyTickets { width: 100%; height: 100%; }
.bannerPanel .earlyBird.standard .buyTickets p { color: #fff; font-size: 36px; font-weight: 600; letter-spacing: 0; text-align: center; text-transform: none; margin: 0 0 36px 0; }
.bannerPanel .earlyBird.standard .buyTickets a { display: flex; align-items: center; justify-content: center; width: 100%; max-width: 250px; margin: 0 auto; text-transform: uppercase; text-decoration: none; cursor: pointer; color: #fff; gap: 10px; font-size: 17px; font-weight: 500; letter-spacing: 0.68px; padding: 15px; background: #F57900; }
.bannerPanel .buyTickets p { color: #fff; font-size: 36px; font-weight: 600; letter-spacing: 0; text-align: left; text-transform: none; margin: 0 0 36px 0; }
.bannerPanel .buyTickets a { display: flex; align-items: center; justify-content: center; width: 100%; margin: 0 auto; text-transform: uppercase; text-decoration: none; cursor: pointer; color: #fff; gap: 10px; font-size: 17px; font-weight: 500; letter-spacing: 0.68px; padding: 15px; background: #F57900; }
.bannerPanel .offer { width: 50%; margin: 9px 0 0 0; flex: 1; }
.bannerPanel .offer p { color: #fff; font-size: 24px; font-weight: 600; letter-spacing: 0; text-align: center; text-transform: uppercase; margin: 0 0 30px 0; }
.bannerPanel .offer .countdown .countdown_row { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 13px; }
.bannerPanel .offer .countdown .countdown_section { display: flex !important; flex-direction: column; align-items: center; justify-content: space-between; padding: 15px; height: 110px; width: 110px; background: #F57900; }
.bannerPanel .offer .countdown .countdown_section .countdown_amount { color: #fff; font-size: 44px; letter-spacing: 0; text-align: center; text-transform: uppercase; margin: 0; font-weight: 600; }
.bannerPanel .offer .countdown .countdown_section .countdown_time_selection { color: #fff; font-size: 16px; letter-spacing: 0; text-align: center; text-transform: uppercase; margin: 0; font-weight: 500; }

.introductionPanel { max-width: 1080px; margin: 0 auto; padding: 60px 20px 45px 20px; }
.introductionPanel h2 { color: #F57900; font-size: 28px; letter-spacing: 1.68px; text-align: center; text-transform: uppercase; margin: 0 0 26px 0; }
.introductionPanel p { color: #132334; font-size: 18px; letter-spacing: 0; text-align: center; text-transform: none; }

.agendaPanel { max-width: 1120px; margin: 0 auto; padding: 45px 20px 75px 20px; }
.agendaPanel h2 { color: #F57900; font-size: 28px; letter-spacing: 1.68px; text-align: center; text-transform: uppercase; margin: 0 0 26px 0; }
.agendaPanel > .subtitle { color: #132334; font-size: 20px; text-align: center; font-weight: bold; }
.agendaPanel .agenda { margin: 44px 0 38px 0; width: 100%; }
.agendaPanel .agenda .item { display: grid; grid-template-columns: 33% 66%; }
.agendaPanel .agenda .item .event { width: 100%; padding: 23.5px 15px; border-top: 1px solid #F57900; text-align: right; font-size: 18px; font-weight: bold; letter-spacing: 1.08px; text-transform: uppercase; color: #F57900; margin: 0; height: 75px; }
.agendaPanel .agenda .item .description { width: 100%; padding: 23.5px 15px; border-top: 1px solid #132334; text-align: left; font-size: 18px; color: #132334; margin: 0; height: fit-content; min-height: 75px; }
.agendaPanel .fullAgenda h2 { color: #132334; font-size: 28px; letter-spacing: 1.68px; text-align: center; text-transform: uppercase; margin: 0 0 26px 0; }
.agendaPanel .fullAgenda .agendaLinks { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 30px; }
.agendaPanel .fullAgenda .agendaLinks a { display: flex; align-items: center; justify-content: flex-end; width: 166px; text-transform: uppercase; text-decoration: none; cursor: pointer; color: #fff; gap: 10px; font-size: 17px; font-weight: 500; letter-spacing: 0.68px; padding: 15px 42px 15px 0; background: #F57900; }
.agendaPanel .fullAgenda .agendaLinks a img { display: block; }

.ticketsPanel { background: transparent radial-gradient(closest-side at 50% 50%, #FD9835 0%, #E47000 100%) 0% 0% no-repeat padding-box; }

.ticketsPanel .content.standard .accessTo { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 52px; }
.ticketsPanel .content.standard h3 { margin: 50px 0; }
.ticketsPanel .content.standard .accessTo .bookingLinks { margin: 20px 0 0 0; }

.ticketsPanel .content { max-width: 1080px; margin: 0 auto; padding: 46px 20px 50px 20px; }
.ticketsPanel h2 { color: #132334; font-size: 28px; letter-spacing: 1.68px; text-align: center; text-transform: uppercase; margin: 0 0 17px 0; }
.ticketsPanel h1 { color: #fff; font-size: 64px; text-align: center; text-transform: unset; margin: 17px 0 13px 0; font-weight: 500; line-height: normal; letter-spacing: 0; }
.ticketsPanel h3 { color: #fff; font-size: 25px; text-align: center; text-transform: uppercase; margin: 0 0 42px 0; font-weight: 500; line-height: normal; letter-spacing: 0; }
.ticketsPanel p { color: #fff; font-size: 21px; text-align: center; text-transform: none; margin: 0 0 40px 0; font-weight: 400; line-height: normal; letter-spacing: 0; }
.ticketsPanel .accessTo { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 52px; }
.ticketsPanel .accessTo .ctaCircle { width: 186px; height: 186px; background: #132334; border: 5px solid #FFFFFF; border-radius: 50%; box-shadow: 3px 3px 3px #00000029; padding: 25px; }
.ticketsPanel .accessTo .ctaCircle .title { color: #F57900; font-size: 30px; text-align: center; text-transform: uppercase; margin: 0 0 5px 0; font-weight: 900; line-height: normal; letter-spacing: 0; }
.ticketsPanel .accessTo .ctaCircle .text { color: #fff; font-size: 22px; text-align: center; text-transform: none; margin: 0; font-weight: 900; line-height: normal; letter-spacing: 0; }
.ticketsPanel .accessTo ul { margin: 0 !important; padding: 0 !important; list-style-type: none !important; display: flex; flex-direction: column; gap: 12px; }
.ticketsPanel .accessTo li::before { content: ""; width: 32px; height: 32px; background: url('/images/template-agm/2025/icon_Tick_wh.svg'), #132334; background-repeat: no-repeat; background-position: center; background-size: 16px; border-radius: 50%; position: absolute; left: 0; top: 0; }
.ticketsPanel .accessTo li { position: relative; display: flex; align-items: center; list-style-type: none !important; color: #fff; font-size: 18px; text-align: left; text-transform: unset; margin: 0; min-height: 32px; font-weight: 400; line-height: normal; letter-spacing: 0; padding-left: 49px; }
.ticketsPanel .bookingLinks { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 60px; margin: 45px 0 0 0; }
.ticketsPanel .bookingLinks .download { display: none; }
.ticketsPanel .bookingLinks .btnMember { display: flex; align-items: center; justify-content: flex-end; text-transform: uppercase; text-decoration: none; cursor: pointer; color: #fff; gap: 10px; font-size: 17px; font-weight: 500; letter-spacing: 0.68px; padding: 8px 42px 8px 64px; background: url(/assets/images/icons/Icon_Arrow_WHT.svg), #132334; background-repeat: no-repeat; background-size: 13px; background-position: 42px center; min-height: 50px; height: fit-content; width: fit-content; }
.ticketsPanel .bookingLinks .btnNONMember { display: flex; align-items: center; justify-content: flex-end; text-transform: uppercase; text-decoration: none; cursor: pointer; color: #fff; gap: 10px; font-size: 17px; font-weight: 500; letter-spacing: 0.68px; padding: 8px 42px 8px 64px; background: url(/assets/images/icons/Icon_Arrow_WHT.svg), #132334; background-repeat: no-repeat; background-size: 13px; background-position: 42px center; min-height: 50px; height: fit-content; width: fit-content; }
.ticketsPanel .bookingLinks a { display: flex; align-items: center; justify-content: flex-end; text-transform: uppercase; text-decoration: none; cursor: pointer; color: #fff; gap: 10px; font-size: 17px; font-weight: 500; letter-spacing: 0.68px; padding: 12px 42px; background: #132334; min-height: 50px; height: fit-content; width: fit-content; }
.ticketsPanel .bookingLinks a img { display: block; }
.ticketsPanel .content.download { max-width: 1080px; margin: 0 auto; padding: 46px 20px 50px 20px; }

.highlightsPanel { background: #132334; }
.highlightsPanel .content { max-width: 1075px; margin: 0 auto; padding: 46px 20px 85px 20px; }
.highlightsPanel h2 { color: #F57900; font-size: 28px; text-align: center; text-transform: uppercase; margin: 0 0 27px 0; font-weight: 400; line-height: normal; letter-spacing: 1.68px; }
.highlightsPanel h1 { color: #fff; font-size: 54px; text-align: center; text-transform: unset; margin: 0 0 47px 0; font-weight: 500; line-height: normal; letter-spacing: 0; }
.highlightsPanel ul.recommendations { margin: 0 !important; padding: 0; list-style-type: none !important; display: flex; flex-direction: row; align-items: center; justify-content: space-between; }
.highlightsPanel li::before { position: absolute; left: 0; right: 0; content: ""; width: 32px; height: 32px; background: url('/images/template-agm/2025/icon_Tick_wh.svg'), #F57900; background-repeat: no-repeat; background-position: center; background-size: 16px; border-radius: 50%; }
.highlightsPanel li { padding: 0 0 0 42px; min-height: 32px; height: 100%;; position: relative; display: flex; align-items: center; list-style-type: none !important; color: #fff; font-size: 17px; text-align: left; text-transform: unset; margin: 0; font-weight: 400; line-height: normal; letter-spacing: 0; }
.highlightsPanel video { display: block; margin: 70px auto 50px auto; padding: 0 20px; width: 875px; max-width: 100%; max-height: 500px; height: 100%; }
.highlightsPanel .reviews { display: flex; flex-direction: row; align-items: flex-start; justify-content: center; gap: 50px; }
.highlightsPanel .reviews .review { width: calc(50% - 25px); }
.highlightsPanel .reviews .review .text { color: #fff; font-size: 18px; text-align: left; text-transform: none; margin: 0 0 40px 0; font-weight: 400; line-height: 28px; letter-spacing: 0; }
.highlightsPanel .reviews .review .name { color: #fff; font-size: 20px; font-style: italic; text-align: left; text-transform: none; margin: 0 0 16px 0; padding: 20px 0 0 0; border-top: 1px solid #F57900; font-weight: 500; line-height: normal; letter-spacing: 0; }
.highlightsPanel .reviews .review .job { color: #F57900; font-size: 14px; text-align: left; text-transform: uppercase; margin: 0; padding: 0; font-weight: 600; line-height: normal; letter-spacing: 0; }

.advantagesPanel { display: grid; grid-template-columns: repeat(2, 50%); }
.advantagesPanel .left { width: 100%; height: 100%; background: #F57900; padding: 53px 76px 70px 200px; }
.advantagesPanel .left h2 { color: #fff; font-size: 28px; letter-spacing: 1.68px; text-align: center; text-transform: uppercase; margin: 0 0 42px 0; }
.advantagesPanel .left ul { margin: 0 !important; padding: 0 !important; list-style-type: none !important; display: flex; flex-direction: column; gap: 13px; }
.advantagesPanel .left li::before { position: absolute; left: 0; top: 0; content: ""; width: 32px; height: 32px; background: url('/images/template-agm/2025/icon_Tick_dkblu.svg'), #fff; background-repeat: no-repeat; background-position: center; background-size: 16px; border-radius: 50%; margin-right: 17px; }
.advantagesPanel .left li { position: relative; display: flex; align-items: center; list-style-type: none !important; color: #fff; font-size: 18px; text-align: left; text-transform: unset; margin: 0; padding: 0 0 0 39px; min-height: 32px; height: 100%; font-weight: 400; line-height: normal; letter-spacing: 0; }
.advantagesPanel .right { width: 100%; color: #fff; font-size: 28px; letter-spacing: 1.68px; text-align: center; text-transform: uppercase; margin: 0; background-image: url("/images/template-agm/2025/Why attend.jpg"); background-size: cover; background-position: center; }

.sponsorsPanel { max-width: 1080px; margin: 0 auto; display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 80px; padding: 88px 20px 95px 20px; }
.sponsorsPanel .sponsorList { width: 50%; display: flex; align-items: center; flex-direction: column; }
.sponsorsPanel .sponsorList h2 { color: #F57900; font-size: 28px; text-align: center; text-transform: uppercase; margin: 0 0 40px 0; font-weight: 400; line-height: normal; letter-spacing: 1.68px; }
.sponsorsPanel .sponsorList p { color: #132334; font-size: 18px; text-align: center; text-transform: none; margin: 0 0 50px 0; font-weight: 600; line-height: normal; letter-spacing: 1.68px; }
.sponsorsPanel .sponsorList .items { overflow: hidden; margin: 0 0 55px 0; display: grid; grid-template-columns: repeat(2, calc((100% - 20px) / 2)); gap: 20px; }
.sponsorsPanel .sponsorList .items .item { width: 100%; margin: 0; }
.sponsorsPanel .sponsorList .items .item .itemLogo { width: fit-content; }
.sponsorsPanel .sponsorList .items .item .itemLogo a { display: block; }
.sponsorsPanel .sponsorList .items .item .itemLogo img { width: 100%; }
.sponsorsPanel .sponsorList > a { display: flex; align-items: center; justify-content: center; text-transform: uppercase; width: fit-content; text-decoration: none; cursor: pointer; color: #fff; gap: 10px; font-size: 17px; font-weight: 500; letter-spacing: 0.68px; padding: 15px 42px 15px 65px; background: #F57900; }
.sponsorsPanel .sponsorList > a img { display: block; }
.sponsorsPanel .sponsorVideo { width: 50%; }
.sponsorsPanel .sponsorVideo a { display: block; }
.sponsorsPanel .sponsorVideo a img { display: block; }
.sponsorsPanel .sponsorVideo iframe { width: 100% !important; height: 270px; }
.sponsorsPanel .sponsorVideo .quote { background-color: #132334; padding: 32px 23px 22px 23px; margin: -6px 0 0 0; }
.sponsorsPanel .sponsorVideo .quote p { color: #fff; font-size: 18px; text-align: center; text-transform: uppercase; margin: 0; font-weight: 600; line-height: 26px; letter-spacing: 0; }
.sponsorsPanel .sponsorVideo .quote p:nth-of-type(2) { padding-top: 15px; font-style: italic; }

.galleryPanel { width: 100%; }
.galleryPanel .top { width: 100%; height: 500px; overflow: hidden; }
.galleryPanel .top img { width: 100%; height: 500px; object-fit: cover; object-position: center; }
.galleryPanel .bottom { width: 100%; height: 225px; display: grid; grid-template-columns: repeat(4, 25%); overflow: hidden; }
.galleryPanel .bottom img { width: 100%; height: 225px; object-fit: cover; object-position: center; }

.venuePanel { display: grid; grid-template-columns: repeat(2, 50%); }
.venuePanel .left { width: 100%; background: #132334; padding: 44px 40px 35px 45px; }
.venuePanel .left img { display: block; margin: 0 auto; }
.venuePanel .left h2 { color: #fff; font-size: 28px; letter-spacing: 1.68px; text-align: center; text-transform: uppercase; margin: 0 0 33px 0; }
.venuePanel .left p:nth-of-type(1) { color: #fff; font-size: 20px; letter-spacing: 0; text-align: center; text-transform: none; margin: 0 0 18px 0; }
.venuePanel .left p:nth-of-type(2) { color: #fff; font-size: 16px; font-weight: 600; letter-spacing: 0; text-align: center; text-transform: uppercase; margin: 25px 0 0 0; }
.venuePanel .right { display: flex; align-items: center; justify-content: center; background: url(/images/template-agm/2025/Map_UK_IRL.svg), #cccccc; background-repeat: no-repeat; background-position: center; background-size: 280px; }
.venuePanel .right a { display: flex; align-items: center; justify-content: flex-end; width: 280px; text-transform: uppercase; text-decoration: none; cursor: pointer; color: #fff; gap: 10px; font-size: 17px; font-weight: 500; letter-spacing: 0.68px; padding: 15px 42px 15px 0; background: #F57900; }
.venuePanel .right a img { display: block; }

.updatesPanel { display: grid; grid-template-columns: repeat(2, 50%); }
.updatesPanel .left { width: 100%; background: #F57900; padding: 42px 40px 42px 45px; }
.updatesPanel .left h2 { color: #fff; font-size: 28px; letter-spacing: 1.68px; text-align: center; text-transform: uppercase; margin: 0 0 32px 0; }
.updatesPanel .left ul { margin: 0 !important; padding: 0 !important; list-style-type: none !important; display: flex; flex-direction: column; gap: 11px; }
.updatesPanel .left li::before { position: absolute; left: 0; top: 0; content: ""; width: 32px; height: 32px; background: url('/images/template-agm/2025/icon_Tick_dkblu.svg'), #fff; background-repeat: no-repeat; background-position: center; background-size: 16px; border-radius: 50%; }
.updatesPanel .left li { gap: 15px; min-height: 32px; height: 100%; position: relative; display: flex; align-items: center; list-style-type: none !important; color: #fff; font-size: 18px; text-align: left; text-transform: unset; margin: 0; font-weight: 400; line-height: normal; letter-spacing: 0; padding: 0 0 0 49px; }
.updatesPanel .left li .new { display: flex; height: 22px; width: fit-content; padding: 0 5px; align-items: center; justify-content: center; background-color: #132334; color: #fff; font-size: 12px; text-align: center; text-transform: uppercase; margin: 0; font-weight: 600; line-height: normal; letter-spacing: 0; }
.updatesPanel .left p { color: #fff; font-size: 16px; font-weight: 600; letter-spacing: 0; text-align: center; text-transform: uppercase; margin: 65px 0 0 0; }
.updatesPanel .right { padding: 42px 20px 59px 20px; }
.updatesPanel .right h2 { color: #F57900; font-size: 28px; text-align: center; text-transform: uppercase; margin: 0 0 30px 0; font-weight: 400; line-height: normal; letter-spacing: 1.68px; }
.updatesPanel .right p { color: #132334; font-size: 20px; text-align: center; text-transform: none; margin: 0 0 37px 0; font-weight: 500; line-height: normal; letter-spacing: 0; }
.updatesPanel .right ul { margin: 0 0 44px 0 !important; padding: 0 !important; list-style-type: none !important; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; }
.updatesPanel .right li:nth-of-type(1)::before { content: ""; width: 38px; height: 38px; background: url('/images/template-agm/2025/Icon_Email_wh.svg'), #F57900; background-repeat: no-repeat; background-position: center; background-size: 20px; border-radius: 50%; margin-right: 7px; }
.updatesPanel .right li:nth-of-type(2)::before { content: ""; width: 38px; height: 38px; background: url('/images/template-agm/2025/icon_www_wh.svg'), #F57900; background-repeat: no-repeat; background-position: center; background-size: 20px; border-radius: 50%; margin-right: 7px; }
.updatesPanel .right li { width: 210px; position: relative; display: flex; align-items: center; list-style-type: none !important; color: #fff; font-size: 16px; text-align: left; text-transform: unset; margin: 0; font-weight: 400; line-height: normal; letter-spacing: 0; }
.updatesPanel .right li a { list-style-type: none; color: #132334; font-size: 16px; text-align: center; text-transform: unset; text-decoration: none; padding: 0; margin: 0; font-weight: 400; line-height: normal; letter-spacing: 0; }
.updatesPanel .right .socials { display: flex; flex-direction: row; align-items: center; justify-content: center; gap: 12px; }
.updatesPanel .right .socials a { display: flex; align-items: center; justify-content: center; background: #F57900; border-radius: 50%; width: 38px; height: 38px; }

.payments { border-top: 1px solid #ccc; }
.dgOrdersWrap { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.dgOrdersWrap table.datagrid tr.header td { background: #132334; }
.dgOrdersWrap h2 { margin: 40px 0 20px 0; }
.dgOrdersWrap input[type=submit] { display: flex; align-items: center; justify-content: flex-end; text-transform: uppercase; text-decoration: none; cursor: pointer; margin: 20px 0; color: #fff; font-size: 17px; font-weight: 500; letter-spacing: 0.68px; padding: 8px 42px 8px 64px; background: url(/assets/images/icons/Icon_Arrow_WHT.svg), #F57900; background-repeat: no-repeat; background-size: 13px; background-position: 42px center; min-height: 50px; height: fit-content; width: fit-content; }


@media (max-width: 1200px) {
.advantagesPanel .left { padding: 53px 76px 70px 76px; }
.advantagesPanel .right { background-position: left; }
}

@media (max-width: 1100px) {
.highlightsPanel ul.recommendations { flex-direction: column; gap: 20px; }
.highlightsPanel ul.recommendations li { width: 100%; max-width: 375px; font-size: 18px; }
}

@media (max-width: 1000px) {
.bannerPanel .content { padding: 45px 20px; }
.bannerPanel .earlyBird { flex-direction: column; width: 80%; margin: 0 auto; }
.bannerPanel .earlyBird .buyTickets { width: 100%; }
.bannerPanel .earlyBird .buyTickets p { text-align: center; }
.bannerPanel .earlyBird .buyTickets a { max-width: 250px; }
.bannerPanel .earlyBird .offer { width: 100%; }

.ticketsPanel h1 { font-size: 50px; }

.sponsorsPanel { flex-direction: column; }
.sponsorsPanel .sponsorList { width: 100%; }
.sponsorsPanel .sponsorList .items { grid-template-columns: repeat(3, calc((100% - 100px) /3)); gap: 50px; }
.sponsorsPanel .sponsorVideo { width: 75%; }
}

@media (max-width: 950px) {
.highlightsPanel .reviews { flex-direction: column; gap: 100px; }
.highlightsPanel .reviews .review { width: 100%; }

.advantagesPanel { grid-template-columns: 100%; }
.advantagesPanel .right { width: 100%; height: 450px; background-position: center; }
}

@media (max-width: 800px) {
.bannerPanel .earlyBird { width: 100%; margin: 0; }

.ticketsPanel .accessTo { flex-direction: column; gap: 30px; padding: 0 0 25px 0; }

.agendaPanel .agenda .item { grid-template-columns: 100%; }
.agendaPanel .agenda .item .event { text-align: center; padding: 23.5px 15px 10px 15px; height: unset; }
.agendaPanel .agenda .item .description { text-align: center; padding: 10px 15px 23.5px 15px; border-top: none; min-height: unset; }

.highlightsPanel .recommendations { flex-direction: column; gap: 40px; }

.venuePanel { grid-template-columns: 100%; }
.venuePanel .right { height: 300px; background-size: 230px; }

.updatesPanel { grid-template-columns: 100% }
.updatesPanel .right ul { flex-direction: row; }
}

@media (max-width: 750px) {
.ticketsPanel .bookingLinks { flex-direction: column; gap: 45px; }
.ticketsPanel .bookingLinks a { justify-content: center; max-width: 350px; width: 100%; padding: 12px 10px; }
.ticketsPanel .bookingLinks .btnMember { max-width: 350px; width: 100%; }
.ticketsPanel .bookingLinks .btnNONMember { max-width: 350px; width: 100%; }
}

@media (max-width:700px) {
.sponsorsPanel .sponsorVideo iframe { height: 270px; }
}

@media (max-width: 600px) {
.bannerPanel .offer .countdown .countdown_row { flex-wrap: wrap; width: 100%; max-width: 355px; margin: 0 auto; }

.ticketsPanel h1 { font-size: 45px; }

.advantagesPanel .right { height: 300px; background-position: left; }

.sponsorsPanel .sponsorList .items { grid-template-columns: repeat(2, calc((100% - 50px) /2)); }
.sponsorsPanel .sponsorVideo { width: 100%; }

.galleryPanel .bottom { height: 450px; grid-template-columns: repeat(2, 50%); }
}

@media (max-width: 500px) {

.bannerPanel .offer .countdown .countdown_row { flex-wrap: wrap; }

.agendaPanel .fullAgenda .agendaLinks { flex-direction: column; }

.advantagesPanel .left { padding: 53px 20px 70px 20px; }

.sponsorsPanel .sponsorList > a { padding: 15px 10px 15px 10px; font-size: 15px; }
.sponsorsPanel .sponsorList .items { grid-template-columns: 100%; }

.updatesPanel .right ul { flex-direction: column; }
}

@media (max-width: 480px) {
.ticketsPanel h1 { font-size: 45px !important; }
.ticketsPanel .bookingLinks .btnNONMember { background-position: 17px center; padding: 8px 10px 8px 35px; }


.highlightsPanel h1 { font-size: 45px !important; }
}

@media (max-width: 450px) {
.advantagesPanel .left { padding: 53px 20px 70px 20px; }

.sponsorsPanel { padding: 88px 20px 95px 20px; }

.venuePanel .left { padding: 44px 20px 35px 20px; }

.updatesPanel .left { padding: 42px 20px 42px 20px; }
.updatesPanel .right ul { flex-direction: column; }
}

@media (max-width: 400px) {
.ticketsPanel h1 { font-size: 35px !important; }

.highlightsPanel h1 { font-size: 35px !important; }
}
