@font-face{font-family:'Lato';src:url('/font/Lato/Lato-Regular.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap;}@font-face{font-family:'Lato';src:url('/font/Lato/Lato-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:'Oswald';src:url('/font/Oswald/Oswald-VariableFont_wght.ttf') format('truetype-variations');font-weight:200 700;font-style:normal;font-display:swap;}:root{ --lightness-mode:-1; --lightness-gap:4%; --color-bg-page:#000; --hue-bg-dark:151; --saturation-bg-dark:45%; --lightness-bg-dark:94%; --opacity-bg-dark:1;   --hue-bg-light:256; --saturation-bg-light:99%; --lightness-bg-light:51%; --opacity-bg-light:1; --font-family-primary:'Lato',Arial,Helvetica,sans-serif; --font-family-secondary:'Oswald',Impact,sans-serif; --max-width:min(100%,calc(1310px + 2 * var(--padding-primary)));}header{box-sizing:border-box;width:100%;position:relative;display:grid;justify-content:center;background-color:#000000;border-bottom:2px solid #343434;font-family:var(--font-family-primary);}header .container{box-sizing:border-box;width:var(--max-width);display:grid;grid-template-columns:1fr;justify-items:center;align-items:center;gap:4px;padding:10px var(--padding-primary) 0;}header .logo{display:flex;justify-content:center;gap:20px;}header .logo a{display:inline-flex;align-items:center;justify-content:center;}header .logo a.bit{font-size:35px;font-weight:600;text-transform:uppercase;}header .logo img.main{display:block;width:min(383px,80vw);height:auto;max-height:100px;object-fit:contain;}header .right{width:100%;display:flex;justify-content:center;align-items:center;}header .menu{width:100%;display:flex;justify-content:center;align-items:stretch;}header .menu ul{display:flex;align-items:stretch;justify-content:center;list-style:none;margin:0;padding:0;}header .menu ul li{display:flex;align-items:stretch;}header .menu ul li a{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:10px 12px;color:#ffffff;font-size:clamp(14px,1.15vw,18px);font-weight:700;line-height:1.15;text-align:center;text-decoration:none;white-space:nowrap;}header .menu ul li a:hover{color:#ffffff;background-color:#4905FE;text-decoration:none;}header .menu .ticketing li:first-child a{color:#ffffff;}header .menu .ticketing li:first-child a:hover{background-color:#4905FE;}header .menu .countItem{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;margin-left:5px;padding:0 3px;border-radius:50%;background-color:#4905FE;color:#ffffff;font-size:11px;}header .hamburger{display:none;width:44px;height:44px;position:relative;cursor:pointer;}header .hamburger .line{display:block;position:absolute;left:9px;width:26px;height:2px;border-radius:2px;background-color:#ffffff;transition:transform .3s ease,top .3s ease,opacity .3s ease;}header .hamburger .line:nth-child(1){top:13px;}header .hamburger .line:nth-child(2){top:21px;}header .hamburger .line:nth-child(3){top:29px;}header .hamburger.animated .line:nth-child(1){top:21px;transform:rotate(45deg);}header .hamburger.animated .line:nth-child(2){opacity:0;}header .hamburger.animated .line:nth-child(3){top:21px;transform:rotate(-45deg);}.showProductMap header{pointer-events:none;}.showProductMap header .right{display:none;}.showProductMap header .logo img.main{max-height:56px;}footer{box-sizing:border-box;width:100%;padding:34px var(--padding-primary) 24px;display:grid;justify-content:center;background-color:transparent;border-top:1px solid #ececec;color:#111111;font-family:var(--font-family-primary);}footer *{color:#fff !important;}footer .container{box-sizing:border-box;width:var(--max-width);display:grid;gap:26px;}footer .container .top{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;max-width:820px;width:100%;margin:0 auto;}footer .column{text-align:center;}footer .column h3{margin:0 0 12px;color:#111111;font-family:var(--font-family-secondary);font-size:21px;font-weight:600;text-transform:uppercase;}footer .column ul{display:grid;gap:8px;margin:0;padding:0;list-style:none;}footer .column a{color:#111111;font-size:var(--font-medium);text-decoration:underline;text-underline-offset:3px;}footer .column a:hover{color:#3f73b5;}footer .container .social{display:flex;justify-content:center;gap:10px;}footer .container .social a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;}footer .container .social i{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:4px;background-color:#4b66b2;color:#ffffff;font-size:22px;}footer .container .social.insta i{background-color:#A92BBE;}footer .bottom{display:grid;gap:10px;padding-top:18px;border-top:1px solid #ececec;text-align:center;}footer .bottom p{margin:0;color:#111111;font-size:var(--font-small);line-height:1.5;}footer .contact-container{display:grid;justify-items:center;}footer .contactsCsOrg{box-sizing:border-box;width:100%;padding:10px 0;color:#111111;text-align:center;}footer .contactsCsOrg .link_1{color:#111111;}footer .creditsClappit .clappit{width:110px;}footer .creditsClappit .clappit img{width:100%;height:auto;}@media screen and (max-width:1125px){ header .container{grid-template-columns:1fr auto;justify-items:stretch;gap:12px;padding:8px 14px;} header .logo{justify-content:center;flex-wrap:wrap;} header .logo a.bit{font-size:30px;} header .logo img.main{width:min(300px,68vw);max-height:78px;} header .right{justify-content:end;} header .hamburger{display:block;} header .menu{display:none;z-index:var(--z-index-medium);position:absolute;top:100%;left:0;width:100%;max-height:calc(100vh - 78px);overflow-y:auto;background-color:#000000;box-shadow:var(--box-shadow-primary);} header .menu ul{width:100%;display:grid;} header .menu ul li{width:100%;} header .menu ul li a{width:100%;min-height:48px;justify-content:center;padding:13px 22px;border-top:1px solid #2b2b2b;font-size:17px;text-align:left;white-space:normal;}}@media screen and (max-width:720px){ footer .container .top{grid-template-columns:1fr;gap:24px;} footer .column a{overflow-wrap:anywhere;}}.showProductCalendar .calendar .calendarMobile .calendarHorizontal .cnt .pad #calendarContentMobile .cellDAYAva2{background-color:#4905FE;}#productListApp #cardCode{display:none;}.showProductCalendar .calendar .calendarMobile .calendarHorizontal .cnt .pad #calendarContentMobile > div .sculpture{position:absolute;left:var(--padding);top:var(--padding);z-index:1; font-size:var(--font-large);}@media screen and (max-width:1100px){ .showProductCalendar .calendar .calendarMobile .calendarHorizontal .cnt .pad #calendarContentMobile > div .dowS  {top:25%;} .showProductCalendar .calendar .calendarMobile .calendarHorizontal .cnt .pad #calendarContentMobile > div .day  {top:65%;} .showProductCalendar .calendar .calendarMobile .calendarHorizontal .cnt .pad #calendarContentMobile > div .status-circle{font-size:var(--font-small);transform:none;left:var(--padding);top:var(--padding);} .showProductCalendar .calendar .calendarMobile .calendarHorizontal .cnt .pad #calendarContentMobile > div .guide,.showProductCalendar .calendar .calendarMobile .calendarHorizontal .cnt .pad #calendarContentMobile > div .museum,.showProductCalendar .calendar .calendarMobile .calendarHorizontal .cnt .pad #calendarContentMobile > div .sculpture{font-size:var(--font-small);} .showProductCalendar .calendar .calendarMobile .calendarHorizontal .cnt .pad #calendarContentMobile > div .sculpture{left:50%;transform:translateX(-50%);}}#productListApp #productItem{text-align:center;position:fixed;z-index:20;top:0;left:0;width:calc(100% - 10px);height:calc(100% - 10px);padding:24px;background:#000;margin:5px;box-shadow: 5px 5px 10px 0px #FFFFFF,5px 5px 10px 19px #000000;overflow:auto;box-sizing:border-box;}#productListApp #productItem table{display:inline-table;max-width:1200px;}#productListApp #productItem .delivery{display:flex;justify-content:space-between;align-items:end;}#productListApp #productItem .delivery .cont{display:flex;align-items:center;}#productListApp #productItem .delivery .cont p{text-align:left;}#productListApp #productItem .delivery .qty{margin-right:var(--margin-primary);}#productListApp #productItem .tdSponsor img{border-radius:var(--border-radius-primary);}#productListApp #productItem .category > td.tdInfo{font-size:var(--font-large);font-weight:bold;}.priceSection-container .productItems .buyer-group{gap:8px;padding:8px;}.btnCloseVue{display:none;}.blockUI #productAdded .buttons{margin-top:15px;}.priceSection-container .productItems .buyer-group .buyerType:not(.selected) .fi-br-angle-right{background:#4905FE;padding:10px;color:#fff;border-radius:20px;}@media screen and (max-width:767px){ .btnCloseVue{display:inline-block;position:absolute;top:12px;right:12px;} .tb#productListTable tr{border-bottom:3px solid #B3B3B3;}  #productListApp #productItem{padding:12px;} #productListApp #productItem .tdSponsor{max-width:160px;} #productListApp #productItem .tdSponsor img{width:100% !important;}  #productListApp #productItem .category > td.tdDateSpace{font-size:var(--font-large);} #productListApp #productItem .category > td.tdInfo{font-weight:400;}  .blockUI #productAdded .text_h3{text-align:center;}}.priceSection-container .productItems .productItem{background-color:transparent;}.priceSection-container .productItems .buyer-group > span.groupDs{display:inline-block;width:100%;box-sizing:border-box;grid-column:1 / -1;text-align:left;padding:8px;}.priceSection-container .timeCalendarHeader .timeCalendar .timeslot{width:fit-content;box-sizing:border-box;padding:10px;}.priceSection-container .timeCalendarHeader .timeCalendar .timeslot.selected{background-color:#4905FE;}.priceSection-container .productItems .buyer-group .buyerType{cursor:pointer;transition:ease .4s;}.priceSection-container .productItems .buyer-group .buyerType:hover{color:lightskyblue;opacity:.7;}.priceSection-container .productItems .productItem .img h4{font-weight:400;font-size:16px;}.priceSection-container .timeCalendarHeader .timeCalendar .timeslot .sculpture{color:#fff;}.priceSection-container .timeCalendarHeader .timeCalendar .timeslot span{display:inline-block;margin-top:6px;} .priceSection-container .timeCalendarHeader > button{display:none !Important;}.timeCalendarHeader .buttons{display:none !Important;}.priceSection-container .timeCalendarHeader .timeCalendar{--col-number:12;}.showProductCalendar .calToHp{padding:10px;}.showProductCalendar .calToHp a{max-width:180px;display:flex;align-items:center;font-size:18px;transition:ease .4s;color:#fff;}.showProductCalendar .calToHp a i{display:inline-block;margin-top:3px;}.showProductCalendar .calToHp a:hover{padding-left:5px;color:#4905FE;}@media (max-width:1148px){ .priceSection-container .timeCalendarHeader .timeCalendar{--col-number:6;} .priceSection-container .timeCalendarHeader .timeCalendar{display:flex;flex-wrap:wrap;} #productListApp .completePayment{bottom:-12px;}}.reservedArea .reservedAreaMenu li.p_1.logout a{background-color:transparent;}.btn._delete,.btn._remove{background-color:#fff;}.event-container{box-sizing:border-box;}.event-container *{box-sizing:border-box;}.event-video{width:100%;aspect-ratio:16 / 9;overflow:hidden;border-radius:8px;}.event-video iframe{display:block;width:100%;height:100%;border:0;}.event-page{ --event-text:#fff; --event-muted:#fff; --event-border:#fff; --event-background:#ffffff; --event-soft-background:#f7f7f7; --event-button:#222222; --event-button-hover:#000000; background:#000; color:var(--event-text); font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif; font-size:16px; line-height:1.65; padding:40px 20px 80px;}.event-page *,.event-page *::before,.event-page *::after{box-sizing:border-box;}.event-container{width:100%;max-width:1170px;margin:0 auto;}.event-hero{width:100%;overflow:hidden;border-radius:4px;background:#eee;}.event-hero__image{display:block;width:100%;height:auto;aspect-ratio:1172 / 535;object-fit:cover;}.event-header{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:38px 0;border-bottom:1px solid var(--event-border);}.event-header__content{min-width:0;}.event-title{margin:0 0 17px;font-size:clamp(30px,4vw,44px);line-height:1.15;font-weight:700;letter-spacing:-0.035em;color:#fff;}.event-meta{display:flex;flex-direction:column;gap:9px;color:var(--event-muted);font-size:15px;}.event-meta__item{display:flex;align-items:flex-start;gap:10px;}.event-meta__icon{display:flex;align-items:center;justify-content:center;flex:0 0 20px;width:20px;height:20px;margin-top:2px;}.event-meta__icon svg{width:18px;height:18px;fill:currentColor;}.event-button{display:inline-flex;align-items:center;justify-content:center;min-height:51px;padding:13px 25px;background:#fff;color:#000;border-radius:100vw;text-decoration:none;font-size:14px;font-weight:700;letter-spacing:0.025em;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease;}.event-button:hover{background:var(--event-button-hover);color:#fff;transform:translateY(-1px);box-shadow:0 5px 14px rgb(0 0 0 / 12%);}.event-content{max-width:100%;margin:0 auto;padding-top:46px;}.event-content .actorCont{display:flex;justify-content:center;width:100%;max-width:600px;height:auto;}.event-content .actorCont img{max-width:100%;width:100%;border-radius:10px;height:auto;}.event-content p{margin:0 0 22px;}.event-content p a{text-decoration:underline;}.event-content h2{margin:45px 0 20px;font-size:22px;line-height:1.35;font-weight:700;color:#fff;}.event-content h3{margin:30px 0 15px;font-size:18px;line-height:1.4;font-weight:700;}.event-content h4{margin:26px 0 12px;font-size:17px;font-weight:700;}.event-content strong{font-weight:700;}.event-content ul{margin:14px 0 26px;padding-left:24px;}.event-content li{margin-bottom:9px;padding-left:3px;}.event-content hr{height:1px;margin:50px 0;border:0;background:var(--event-border);}.event-intro{font-size:17px;line-height:1.7;}.experience-list{margin-top:28px;}.experience-list p{margin-bottom:17px;}.event-highlight{margin:42px 0;padding:30px 32px;border:1px solid var(--event-border);border-radius:7px;background:var(--event-soft-background);}.event-highlight h2:first-child{margin-top:0;}.event-highlight > *:last-child{margin-bottom:0;}.event-note{margin:30px 0;padding:19px 22px;border-left:4px solid #fff;background:#f5f5f5;border-radius:0 4px 4px 0;font-size:15px;}.ticket-category{margin:30px 0;}.ticket-category h3{margin-bottom:12px;}.ticket-category ul{margin-bottom:0;}.event-video{margin:45px 0;}.event-video__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:16 / 9;background:#111;color:#fff;border-radius:4px;text-align:center;}.event-video__placeholder > span{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:14px;padding-left:4px;border:2px solid #fff;border-radius:50%;font-size:22px;}.event-video__placeholder p{margin:0;font-size:14px;opacity:.75;}.event-location{margin-top:55px;}.event-location h2{margin-bottom:10px;font-size:27px;}.event-location > p{color:var(--event-muted);}.event-map{width:100%;margin-top:25px;overflow:hidden;border-radius:4px;border:1px solid var(--event-border);}.event-map__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:310px;padding:30px;background:linear-gradient(45deg,#f3f3f3 25%,transparent 25%,transparent 75%,#f3f3f3 75%),linear-gradient(45deg,#f3f3f3 25%,#fafafa 25%,#fafafa 75%,#f3f3f3 75%);background-position:0 0,14px 14px;background-size:28px 28px;text-align:center;}.event-map__pin{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:13px;border-radius:50%;background:#fff;color:#fff;font-size:11px;}.event-map__placeholder strong{margin-bottom:3px;}.event-header__action.STICKY{display:none;}@media (max-width:800px){ .event-page{padding:20px 18px 60px;} .event-header{flex-direction:column;align-items:stretch;gap:26px;padding:29px 0;} .event-title{font-size:31px;} .event-header__action{width:100%;} .event-button{width:100%;} .event-content{padding-top:33px;} .event-content h2{margin-top:37px;font-size:20px;} .event-highlight{padding:24px 21px;} .event-header__action{display:none;} .event-header__action.STICKY{display:block;position:sticky;bottom:0;left:0;}}@media (max-width:520px){ .event-page{padding-left:15px;padding-right:15px;} .event-hero{margin-left:-15px;width:calc(100% + 30px);border-radius:0;} .event-title{font-size:28px;} .event-meta{font-size:14px;} .event-content{font-size:15px;} .event-content h2{font-size:19px;} .event-highlight{margin-left:-5px;margin-right:-5px;} .event-note{margin-left:-5px;margin-right:-5px;}}