*,*:before,*:after{box-sizing:border-box}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin-block-end:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4{text-wrap:balance}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font-family:inherit;font-size:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}:root{--ff-primary: Open Sans, sans-serif;--ff-secondary: Inter, sans-serif;--spacer: 2rem;--clr-primary-light: hsl(8, 69%, 91%);--clr-primary-100: hsl(9, 76%, 60%);--clr-primary-200: hsl(9, 76%, 52%);--clr-primary-300: hsl(9, 76%, 48%);--clr-primary-400: hsl(9, 76%, 44%);--clr-primary-500: hsl(9, 76%, 35%);--clr-primary-600: hsl(9, 76%, 32%);--clr-primary-700: hsl(9, 76%, 28%);--clr-primary-800: hsl(9, 79%, 22%);--clr-secondary-100: hsl(53, 100%, 78%);--clr-secondary-200: hsl(53, 100%, 72%);--clr-secondary-300: hsl(53, 100%, 66%);--clr-secondary-400: hsl(53, 100%, 58%);--clr-secondary-500: hsl(53, 100%, 51%);--clr-secondary-600: hsl(53, 100%, 45%);--clr-secondary-700: hsl(53, 100%, 35%);--clr-neutral-100: hsl(0, 0%, 100%);--clr-neutral-200: hsl(0, 0%, 95%);--clr-neutral-300: hsl(0, 0%, 87%);--clr-neutral-400: hsl(0, 0%, 80%);--clr-neutral-500: hsl(0, 0%, 65%);--clr-neutral-600: hsl(0, 0%, 50%);--clr-neutral-700: hsl(0, 0%, 40%);--clr-neutral-800: hsl(0, 0%, 30%);--clr-neutral-900: hsl(0, 0%, 15%);--fs-300: .875rem;--fs-400: 1rem;--fs-500: 1.6rem;--fs-600: 2rem;--fs-700: 2.5rem;interpolate-size:allow-keywords}@media screen and (min-width: 834px){:root{--fs-400: 1.15rem;--fs-500: 1.95rem;--fs-600: 2.5rem;--fs-700: 3.25rem}}@media screen and (min-width: 1194px){:root{--fs-400: 1.15rem;--fs-500: 2.05rem;--fs-600: 2.75rem;--fs-700: 3.75rem}}html{scroll-behavior:smooth}body{margin:0;color:var(--clr-neutral-900, rgb(0, 0, 0));font-family:var(--ff-secondary);font-size:var(--fs-400);line-height:1.6}ul[class]{list-style:none;margin:0;padding:0}h1,h2,h3{margin:0;padding:0}@font-face{font-family:Open Sans;src:url(/assets/fonts/OpenSans-VariableFont_wdth,wght.ttf) format("woff2");font-weight:300 800;font-style:normal;font-display:swap}@font-face{font-family:Open Sans;src:url(/assets/fonts/OpenSans-Italic-VariableFont_wdth,wght.ttf) format("woff2");font-weight:300 800;font-style:italic;font-display:swap}@font-face{font-family:Inter;src:url(/assets/fonts/Inter-VariableFont_opsz,wght.ttf) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/assets/fonts/Inter-Italic-VariableFont_opsz,wght.ttf) format("woff2");font-weight:100 900;font-style:italic;font-display:swap}.content-grid{--content-max-width: 75rem;display:grid;grid-template-columns:[full-width-start] minmax(1rem,1fr) [content-start sidebar-start main-start] min(100% - 2rem,var(--content-max-width)) [content-end sidebar-end main-end] minmax(1rem,1fr) [full-width-end]}:where(.content-grid,.full-width)>*{margin:0}@media (min-width: 900px){.content-grid{grid-template-columns:[full-width-start] minmax(1rem,1fr) [content-start sidebar-start] min(33% - 2rem,var(--content-max-width)/3) [sidebar-end main-start] min(33% - 2rem,var(--content-max-width)/3) min(33% - 2rem,var(--content-max-width)/3) [content-end main-end] minmax(1rem,1fr) [full-width-end]}}.content-grid>*,.full-width>*{grid-column:content}.content-grid>.full-width{grid-column:full-width;display:grid;grid-template-columns:inherit}@keyframes animateTopBottom{0%{transform:translate(0);opacity:1;animation-timing-function:cubic-bezier(.16,.02,.895,.225)}48%{transform:translateY(-1rem);opacity:0}52%{transform:translateY(1rem);opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}to{transform:translate(0);opacity:1}}@keyframes animateRightLeft{0%{transform:translate(0);opacity:1;animation-timing-function:cubic-bezier(.16,.02,.895,.225)}48%{transform:translate(1rem);opacity:0}52%{transform:translate(-1rem);opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}to{transform:translate(0);opacity:1}}@keyframes animateLeftRight{0%{transform:translate(0);opacity:1;animation-timing-function:cubic-bezier(.16,.02,.895,.225)}48%{transform:translate(-1rem);opacity:0}52%{transform:translate(1rem);opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}to{transform:translate(0);opacity:1}}@keyframes stickyNav{0%,to{--_headerWidth: fit-content;--_logoDisplay: var(--_logoAfterAnimation)}to{top:105px;background-color:#f2f2f2cc;box-shadow:inset 0 0 .5rem #ffffff1a,0 0 .75rem #0000004d}}header{width:100%;position:sticky;top:0;left:0;background-color:var(--clr-primary-500);z-index:1000}header .header--holder{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;gap:1rem}header .header--holder input[type=checkbox]{display:none}header .header--holder input[type=checkbox]:checked~nav>.main-navigation{transform:translate(0)}@media screen and (min-width: 834px){header .header--holder label{display:none}}header .header--holder label svg{fill:var(--clr-neutral-100);cursor:pointer}@media screen and (min-width: 834px){header .header--holder{gap:1.5rem}}header .header--holder .branding img{width:100px;height:auto}@media screen and (max-width: 833px){header .header--holder .branding{flex:1;text-align:center}header .header--holder .branding img{width:85px}}@media screen and (min-width: 834px){header .header--holder nav{flex:1}}header .header--holder nav .main-navigation{display:flex;flex-direction:column;z-index:1000;transition:transform .35s ease-out}@media screen and (max-width: 833px){header .header--holder nav .main-navigation{background-color:var(--clr-primary-500);position:absolute;top:0;left:0;padding:1rem;width:100%;height:100vh;border-top-right-radius:10px;border-bottom-right-radius:10px;transform:translate(-100vw)}header .header--holder nav .main-navigation label{display:flex;justify-content:space-between;align-items:center;text-align:right;cursor:pointer;padding-block-end:.5rem;border-bottom:1px solid var(--clr-primary-300)}header .header--holder nav .main-navigation label p{padding:0;margin:0;font-weight:700;color:var(--clr-neutral-100)}header .header--holder nav .main-navigation .btn{width:100%}}@media screen and (min-width: 834px){header .header--holder nav .main-navigation{display:flex;flex-direction:row;align-items:center}}header .header--holder nav .main-navigation ul{display:flex;flex-direction:column;list-style:none;gap:1rem}@media screen and (max-width: 833px){header .header--holder nav .main-navigation ul{margin-inline-start:0;padding-inline-start:0}}@media screen and (min-width: 834px){header .header--holder nav .main-navigation ul{flex:1;flex-direction:row;justify-content:center;gap:3rem}}header .header--holder nav .main-navigation ul a{color:var(--clr-neutral-300);font-family:var(--ff-primary);font-weight:600;opacity:.9;text-decoration:none;transition:color .35s ease-out,opacity .35s ease-out}header .header--holder nav .main-navigation ul a.active{opacity:.85;color:var(--clr-secondary-400)}header .header--holder nav .main-navigation ul a:hover{opacity:1;color:var(--clr-neutral-100)}header .header--holder .avatar{width:35px;height:35px;cursor:pointer;border-radius:50%;outline:1px solid var(--clr-neutral-100);outline-offset:1px;transition:outline .35s ease-out;anchor-name:--profilemenu}@media screen and (max-width: 833px){header .header--holder .avatar{width:30px;height:30px}}header .header--holder .avatar:hover{outline:1px solid var(--clr-secondary-400)}header .profile-menu{position:absolute;position-anchor:--profilemenu;border-radius:10px;width:250px;border:0;margin:0;opacity:0;inset:auto;top:anchor(bottom);right:anchor(right);margin-block-start:15px;box-shadow:#64646f33 0 7px 29px;transition:display .35s ease-out,opacity .35s ease-out;transition-behavior:allow-discrete}header .profile-menu:popover-open{opacity:1}@starting-style{header .profile-menu:popover-open{opacity:0}}header .profile-menu::backdrop{background-color:#0000;-webkit-backdrop-filter:none;backdrop-filter:none}header .profile-menu .information{padding:.5rem;border-bottom:1px solid var(--clr-neutral-400)}header .profile-menu .information p{margin:0;padding:0;line-height:1.25}header .profile-menu .information p:not([class]){font-size:.75em;font-weight:400;color:var(--clr-neutral-700)}header .profile-menu .information p.username{font-family:var(--ff-primary);font-weight:500;font-size:.9em}header .profile-menu .navigation{display:flex;flex-direction:column;gap:.75rem;padding:.75rem .5rem}header .profile-menu .navigation a{display:flex;gap:.5rem;align-items:center;font-size:.75em;color:var(--clr-neutral-800);font-weight:400;transition:color .35s ease-out;text-decoration:none}header .profile-menu .navigation a.active{font-weight:500}header .profile-menu .navigation a:hover{color:var(--clr-primary-400)}header .profile-menu .navigation a svg{fill:var(--clr-primary-400)}.sponsors{padding:1rem 0}@media screen and (min-width: 834px){.sponsors{padding:3rem 0}}.sponsors ul{display:flex;gap:4rem;justify-content:center;align-items:center;margin:0;padding:0;list-style:none}.sponsors ul li img{width:100px;height:100px}.social{background:radial-gradient(circle at 50% 50%,#f7f7f7,#f2f2f200)}.social .socials{width:100%;color:var(--clr-neutral-800);display:flex;flex-direction:column;justify-content:space-between;align-items:center}@media screen and (min-width: 834px){.social .socials{flex-direction:row}}.social .socials h2{font-family:var(--ff-primary);font-size:var(--fs-500);color:var(--clr-neutral-800);margin:0}.social .socials h2 span{font-family:var(--ff-secondary);color:var(--clr-primary-500);font-weight:700}.social .socials ul{list-style:none;display:flex;gap:var(--spacer);padding:0}.social .socials ul li a svg{width:38px;height:38px;transition:fill .35s ease-in-out}.social .socials ul li a:hover svg{fill:var(--clr-primary-400)}footer{padding:2rem 0;text-align:center;font-family:var(--ff-secondary)}footer p{margin:0}footer p.small{font-size:.9rem}footer p.links{margin-top:.5rem}footer a{transition:color .35s ease-in-out;font-weight:500}footer a:hover{color:var(--clr-primary-400)}footer .logos{display:flex;gap:var(--spacer);justify-content:center;align-items:center;padding:var(--spacer) 0}footer .logos img{height:75px;width:auto}footer .copyright{margin-top:.5rem}@media screen and (min-width: 834px){footer .copyright{margin-top:0rem}}footer .smartlinks{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.1rem;font-size:var(--fs-300);margin-top:.5rem}@media screen and (min-width: 834px){footer .smartlinks{margin-top:0rem;flex-direction:row}}footer .smartlinks span{display:none}@media screen and (min-width: 834px){footer .smartlinks span{display:block}}footer .smartlinks button{background-color:#0000!important;margin:0;padding:0;font-weight:500;color:var(--clr-primary-500);text-decoration:underline;transition:color .35s ease-in-out}footer .smartlinks button:hover{color:var(--clr-primary-400)}@media screen and (max-width: 759px){.mobile-hidden{display:none}}h1,h2,h3,h4{line-height:1.6}h1.page-title{font-family:var(--ff-primary);font-size:var(--fs-600);font-weight:700;color:var(--clr-primary-500);line-height:1;margin:2rem 0}@media screen and (min-width: 834px){h1.page-title{line-height:1;margin:0}}h1.dashboard-title{font-family:var(--ff-primary);font-size:var(--fs-600);font-weight:700;color:var(--clr-primary-500);line-height:1;margin:0 0 2rem}h2{font-family:var(--ff-primary);font-size:var(--fs-400);font-weight:650;color:var(--clr-primary-600)}h2.black{color:var(--clr-neutral-800)}h2 span{color:var(--clr-primary-500)}h2.subTitle{font-size:var(--fs-500);font-weight:700}h4{font-size:var(--fs-400);font-weight:600}.info{display:block;color:var(--clr-neutral-700);font-size:var(--fs-300);line-height:1.6;margin:0}.info.error{font-weight:600;color:var(--clr-primary-500)}.info.small-text{padding:.5rem 0 0;font-weight:400;font-style:italic}p.small-text,div.small-text{font-size:.925rem}.space-p-0{padding:0!important}.space-p-t-0{padding-top:0!important}.space-h-t-0{margin-top:0!important}.space-p-b-1{padding-bottom:1rem!important}.space-p-b-2{padding-bottom:2rem!important}.space-h-b-0{margin-bottom:0rem}.space-h-t-0,.space-h-t-1{margin-top:.5rem}.space-h-b-1{margin-bottom:.5rem}.space-h-t-2{margin-top:1rem}.space-h-t-3{margin-top:1.5rem}.space-h-t-4{margin-top:2rem}.space-h-b-4{margin-bottom:2rem}.space-m-r-1{margin-right:.5rem}.space-b-0{padding-inline:0;margin-inline:0}.space-h-1{margin:.5rem 0}.space-m-0{margin:0!important}.space-h-2{margin:1rem 0}.spabe-m-b-6{margin-bottom:6rem}.space-slot{margin-bottom:2rem}@media screen and (min-width: 834px){.space-slot{margin-bottom:4rem}}p.error{color:#b20101;font-weight:600;font-size:1rem;margin:0}a{color:var(--clr-primary-500);font-weight:500}a.small{font-size:1rem;font-weight:400}strong{font-family:var(--ff-primary);font-weight:600}.text-center{text-align:center!important}.text-right{text-align:right!important}.banner{position:fixed;top:100px;right:30px;width:500px;padding:1rem;border-radius:10px;z-index:1053}.banner.success{background-color:#edfce3;border:1px solid #b9ffa0;color:green}.banner.danger{background-color:#ffeded;border:1px solid #ffa0a0;color:#830000}.banner--content{display:flex;gap:var(--spacer)}.banner--content svg{width:30px;height:30px}.banner--content p{padding:0;margin:0}.button--box{margin-top:1rem}button,.btn{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;font-weight:700;cursor:pointer;border:0;transition:background-color .35s ease-out,opacity .35s ease-out;text-decoration:none}button i,.btn i{margin-right:.5rem;font-size:.8rem;width:20px}button svg,.btn svg{width:18px;height:18px;transition:fill .35s ease-out;fill:var(--clr-primary-900)}button:not([class]),.btn:not([class]){padding:0 1.5rem}button:not([class]):hover:not([disabled]),.btn:not([class]):hover:not([disabled]){background-color:var(--clr-neutral-300)}button.full-width,.btn.full-width{width:100%}button.small,.btn.small{padding:.25rem .75rem}button.small-medium,.btn.small-medium{padding:.25rem 1rem}button.medium,.btn.medium{padding:.55rem 1rem}button.medium-large,.btn.medium-large{padding:.55rem 1.5rem}button.large,.btn.large{padding:.75rem 2rem}button.rounded,.btn.rounded{border-radius:10px}button.pill,.btn.pill{border-radius:100px}button.xsmall-text,.btn.xsmall-text{font-size:.8rem}button.small-text,.btn.small-text{font-size:1rem}button.margin-top-1,.btn.margin-top-1{margin-top:1rem}button.margin-top-2,.btn.margin-top-2{margin-top:2rem}button.margin-left-small,button .margin-left-small,.btn.margin-left-small,.btn .margin-left-small{margin-left:.25rem}button.margin-left-medium,button .margin-left-medium,.btn.margin-left-medium,.btn .margin-left-medium{margin-left:.55rem}button.margin-left-large,button .margin-left-large,.btn.margin-left-large,.btn .margin-left-large{margin-left:.75rem}button.margin-right-0,button .margin-right-0,.btn.margin-right-0,.btn .margin-right-0{margin-right:0rem}button.margin-right-small,button .margin-right-small,.btn.margin-right-small,.btn .margin-right-small{margin-right:.25rem}button.margin-right-medium,button .margin-right-medium,.btn.margin-right-medium,.btn .margin-right-medium{margin-right:.5rem}button.margin-right-large,button .margin-right-large,.btn.margin-right-large,.btn .margin-right-large{margin-right:.75rem}button.margin-right-xlarge,button .margin-right-xlarge,.btn.margin-right-xlarge,.btn .margin-right-xlarge{margin-right:1rem}button.animate-button-top-bottom:hover svg,.btn.animate-button-top-bottom:hover svg{animation:animateTopBottom .6s}button.animate-button-right-left:hover svg,.btn.animate-button-right-left:hover svg{animation:animateRightLeft .6s}button.animate-button-left-right:hover svg,.btn.animate-button-left-right:hover svg{animation:animateLeftRight .6s}button.blank,.btn.blank{background-color:#0000;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;margin:0;padding:0;top:0;right:0;bottom:0;left:0;border:0}button.yellow,.btn.yellow{background-color:var(--clr-secondary-400);color:var(--clr-neutral-900)}button.yellow svg,.btn.yellow svg{fill:var(--clr-neutral-900)}button.yellow:hover,.btn.yellow:hover{background-color:var(--clr-secondary-600)}button.primary,.btn.primary{background-color:var(--clr-primary-400);color:var(--clr-neutral-100)}button.primary svg,.btn.primary svg{fill:var(--clr-neutral-100)}button.primary:hover,.btn.primary:hover{background-color:var(--clr-primary-500)}button.edit,button.deactivate,button.activate,.btn.edit,.btn.deactivate,.btn.activate{display:block;background-color:#0000;opacity:.7;border-radius:50%;height:24px;width:24px}button.edit:hover,button.deactivate:hover,button.activate:hover,.btn.edit:hover,.btn.deactivate:hover,.btn.activate:hover{opacity:1}button.edit,.btn.edit{color:var(--clr-neutral-900)}button.edit svg,.btn.edit svg{fill:var(--clr-neutral-900)}button.edit:hover,.btn.edit:hover{background:#f2f2f2}button.deactivate,.btn.deactivate{background-color:#0000;color:var(--clr-primary-500);opacity:.6}button.deactivate svg,.btn.deactivate svg{width:24px;height:24px;line-height:24px;fill:var(--clr-primary-500)}button.deactivate:hover,.btn.deactivate:hover{background:#ffe6e6;opacity:1}button.activate,.btn.activate{background-color:#0000;color:#006400}button.activate svg,.btn.activate svg{fill:#006400}button.activate:hover,.btn.activate:hover{background:#e6ffe6}button.primary-outline,.btn.primary-outline{background-color:#0000!important;border:1px solid var(--clr-primary-600);color:var(--clr-neutral-900);transition:border .35s ease-out,color .35s ease-out;font-weight:500}button.primary-outline svg,.btn.primary-outline svg{fill:var(--clr-primary-400);transition:fill .55s ease-out}button.primary-outline:hover,.btn.primary-outline:hover{border:1px solid var(--clr-primary-400);color:var(--clr-primary-400)}button.secondary-outline,.btn.secondary-outline{background-color:#0000!important;border:1px solid var(--clr-secondary-600);color:var(--clr-secondary-600);outline-offset:5px;outline-width:0;outline-color:var(--clr-secondary-400);transition:border .35s ease-out,color .35s ease-out,outline .35s ease-out;font-weight:500}button.secondary-outline svg,.btn.secondary-outline svg{fill:var(--clr-secondary-600);transition:fill .55s ease-out}button.secondary-outline:hover,.btn.secondary-outline:hover{border:1px solid var(--clr-secondary-400);color:var(--clr-secondary-400);outline-width:1px}button.secondary-outline:hover svg,.btn.secondary-outline:hover svg{fill:var(--clr-secondary-400)}button.neutral-outline,.btn.neutral-outline{background-color:#0000!important;border:1px solid var(--clr-neutral-300);color:var(--clr-neutral-300);outline-offset:5px;outline-width:0;outline-color:var(--clr-neutral-300);transition:border .35s ease-out,color .35s ease-out,outline .35s ease-out;font-weight:500}button.neutral-outline svg,.btn.neutral-outline svg{fill:var(--clr-neutral-300);transition:fill .55s ease-out}button.neutral-outline:hover,.btn.neutral-outline:hover{border:1px solid var(--clr-neutral-100);color:var(--clr-neutral-100);outline-width:1px}button.neutral-outline:hover svg,.btn.neutral-outline:hover svg{fill:var(--clr-neutral-100)}button.submit,.btn.submit{background-color:var(--clr-primary-600);color:var(--clr-neutral-100)}button.submit:hover:not([disabled]),.btn.submit:hover:not([disabled]){background-color:var(--clr-primary-700)}button:disabled,.btn:disabled{background-color:#d3d3d3;color:#a9a9a9;cursor:not-allowed}button.full-width,.btn.full-width{width:100%;justify-content:center;text-align:center}button.shadow,.btn.shadow{box-shadow:#03031a40 0 4px 0 -2px}button.marginTop,.btn.marginTop{margin-top:1rem}button.cart,.btn.cart{padding:0;background-color:#0000!important;border:1px solid var(--clr-neutral-300);border-radius:10px;padding:.25rem .75rem;transition:border .35s ease-out,color .35s ease-out}button.cart svg,.btn.cart svg{width:20px;height:20px;fill:var(--clr-neutral-800);margin-inline-end:.5rem;transition:fill .35s ease-out}button.cart:hover,.btn.cart:hover{border:1px solid var(--clr-primary-500);color:var(--clr-primary-500)}button.cart:hover svg,.btn.cart:hover svg{fill:var(--clr-primary-500)}button.subtle,.btn.subtle{font-size:1rem;font-weight:500;text-align:center}button.subtle:hover,.btn.subtle:hover{background-color:var(--clr-neutral-200)}button.subtle svg,.btn.subtle svg{width:10px;height:10px;fill:var(--clr-primary-400)}.status{display:inline-block;padding:2px 1rem;font-size:var(--fs-300);background-color:#eaedf0;border:1px solid #d8dee4;color:#5a6272}.status.pill{border-radius:30px}.status.paid{background-color:#d0fab2;border-color:#a7f16f;color:#227005}.status.failed{background-color:#f6b1b1}.cookiesBtn__link{background-color:var(--clr-primary-500)!important;border:1px solid var(--clr-neutral-600)!important}#cookies-policy .cookies__category input:checked+.cookies__box:after{background:var(--clr-primary-500)!important}.cookies__details{color:var(--clr-primary-500)!important}.js-cookie-consent{display:flex;position:fixed;bottom:1rem;right:1rem;justify-content:space-between;align-items:center;width:calc(100vw - 3rem);background-color:#fbe4e0;padding:1rem;box-shadow:#03031a40 0 4px 0 -2px;border-radius:10px;z-index:1000}.js-cookie-consent p{font-family:var(--ff-primary);padding:0;margin:0}.js-cookie-consent button{background:var(--clr-primary-500);padding:.5rem 1.5rem;border-radius:30px;color:var(--clr-neutral-100)}details{border-bottom:1px solid var(--clr-neutral-500);overflow:hidden}details::details-content{block-size:0;transition:block-size .35s ease-out,content-visibility .35s ease-out;transition-behavior:allow-discrete}details[open]::details-content{block-size:auto}details[open] summary{background-color:var(--clr-primary-light)}details summary{display:flex;justify-content:space-between;cursor:pointer;transition:background-color .35s ease-out}details summary span{color:var(--clr-neutral-800);text-align:left;width:25%;font-size:1rem}details summary span:last-child{text-align:right}details summary span.paid{color:green;font-weight:500}details summary span.in_transit{color:var(--clr-neutral-700)}details summary:hover{background-color:var(--clr-neutral-300)}details .detailsContent{display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:background-color .35s ease-out}details .detailsContent div{font-size:.9rem;color:var(--clr-neutral-700)}details .detailsContent div:nth-child(2n){background-color:var(--clr-neutral-200)}details summary span,details .detailsContent div{font-family:var(--ff-primary);letter-spacing:1px;padding:.5rem 1rem}@media screen and (max-width: 760px){details summary span:nth-child(1),details .detailsContent div:nth-child(1){display:none}}.status-bar{padding:1rem;background-color:var(--clr-neutral-200);border-radius:10px;margin-bottom:1rem;font-size:1.1rem}.status-bar svg{width:15px;height:15px;margin-right:.5rem}.status-bar.error{display:flex;align-items:center;color:var(--clr-primary-500);background-color:var(--clr-primary-light)}.status-bar.error svg{fill:var(--clr-primary-500)}.status-bar.success{display:flex;align-items:center;color:#006400;background-color:#e1ffe1}.status-bar.success svg{fill:#006400}.form{width:100%}@media screen and (min-width: 834px){.form.modal{width:500px}}.form--input{margin-bottom:1rem}.form--input svg{width:15px;height:15px;fill:var(--clr-primary-500);cursor:pointer;margin-top:19px}.form--input.buttons{margin:0}.form select,.form input:not([type=radio]),.form textarea{width:100%;border-radius:10px;border-color:var(--clr-neutral-400);transition:border-color .35s ease-in-out,background-color .35s ease-in-out;outline:none}.form select:focus,.form select:focus-visible,.form input:not([type=radio]):focus,.form input:not([type=radio]):focus-visible,.form textarea:focus,.form textarea:focus-visible{background-color:var(--clr-neutral-100);border-color:var(--clr-neutral-500)}.form textarea{padding:1rem}.form select{-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");background-repeat:no-repeat;background-position-x:98.5%;background-position-y:50%;padding:.5rem 1rem;margin-top:.5rem;cursor:pointer}.form select option[value=""]{color:var(--clr-neutral-600)}.form option:nth-child(2n){background-color:var(--clr-neutral-200)}.form label:not([class]){font-family:var(--ff-primary);font-size:1rem;font-weight:625}.form label:not([class]) span{color:red;font-weight:700}.form input:not([type=radio]){border-style:solid;padding:.75rem 1rem}.form input[type=radio]:not([class]){cursor:pointer}.form input[type=radio]:not([class])+label{color:var(--clr-neutral-800);cursor:pointer;font-weight:500}.form input.full-width-radio{display:none;width:100%}.form input.full-width-radio:checked+label{background:#f5f5f5;border-color:var(--clr-primary-600);color:var(--clr-primary-500)}.form label.radio-button{display:flex;width:100%;border:1px solid var(--clr-neutral-300);border-radius:10px;color:var(--clr-neutral-700);padding:1rem;cursor:pointer;transition:color .35s ease-in-out,border-color .35s ease-in-out,background-color .2s ease-in-out,font-weight .2s ease-in-out;font-weight:500;align-items:center;gap:1rem}.form label.radio-button svg{width:50px;height:auto}.form label.radio-button:hover{border:1px solid var(--clr-neutral-400);color:var(--clr-neutral-900)}.form--flex{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:1rem}@media screen and (min-width: 760px){.form--flex{gap:2rem;flex-direction:row}}.form--flex-nospace{justify-content:flex-start}.form--flex__no-inline-padding{padding-inline:0}.form--flex-horizontal{flex-direction:row;gap:1rem}.form--flex-spaced *{flex:1;width:100%}.form .form-error{line-height:1.6;padding:.25rem 0;font-size:.85rem}.form .form-error i{margin-right:.5rem}.form .radio-button{display:inline-block;position:relative;cursor:pointer}.form .radio-button__input{position:absolute;opacity:0;width:0;height:0}.form .radio-button__input:checked+.radio-button__label .radio-button__custom{background-color:var(--clr-primary-500);border-color:#0000}.form .radio-button__input:checked+.radio-button__label{color:var(--clr-primary-500)}.form .radio-button__input:hover .radio-button__custom{transform:scale(1.2);border-color:var(--clr-primary-500)}.form .radio-button__label{display:inline-block;padding-left:30px;margin-bottom:10px;position:relative;font-size:15px;font-weight:600;cursor:pointer;text-transform:uppercase;transition:all .3s ease}.form .radio-button__custom{position:absolute;top:0;left:0;width:20px;height:20px;border-radius:50%;border:2px solid #555;transition:all .3s ease}.form .legend{font-size:var(--fs-300)}.form .legend span{color:red;font-weight:700}.form .contour{background-color:#00000006;border-radius:10px;margin-block-end:1rem;padding:1rem}@media screen and (min-width: 760px){.form .contour{margin-block-end:2rem}}.form .label{font-weight:600;margin-block-start:0;margin-block-end:0}.form .small{font-size:.75em;color:var(--clr-neutral-600);margin-block-start:0;margin-block-end:0;font-style:italic}@media screen and (min-width: 760px){.form .left{width:350px}}.form .right{position:relative;flex:1}.form .right img{width:200px;height:200px;-o-object-fit:cover;object-fit:cover;margin-bottom:1rem}.form--lineflex{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.form--lineflex .form--input:first-child{flex:1}.form--lineflex .form--input:nth-child(2){width:200px}.form--lineflex svg{margin-block-start:3rem;width:20px;height:20px}.form .buttons{display:flex;flex-direction:row;gap:1rem}.typeahead{display:block;position:relative}.typeahead.dropdown-menu{position:absolute;background-color:var(--clr-neutral-100);border-radius:10px;width:100%;border:1px solid var(--clr-neutral-300);z-index:1052;margin:.5rem 0 0;box-shadow:#03031a40 0 4px 0 -2px}.typeahead.dropdown-menu li{padding:.5rem 1rem;transition:background-color .35s ease-out;cursor:pointer}.typeahead.dropdown-menu li:hover{background-color:#00000009}.typeahead.dropdown-menu li a{font-weight:400;color:var(--clr-neutral-900)}.typeahead.dropdown-menu li a strong{font-weight:500;color:var(--clr-primary-500)}input{border:1px solid var(--clr-neutral-300);padding:.35rem .75rem;transition:border .35s ease-out}@media screen and (max-width){input{width:100%}}@media screen and (min-width: 834px){input{font-size:.8em}}input::-moz-placeholder{color:var(--clr-neutral-400)}input::placeholder{color:var(--clr-neutral-400)}input:focus,input:focus-visible{border:1px solid var(--clr-neutral-700);outline:none}input.pill{border-radius:100px}input.medium{width:300px}input.search{background-image:url(/assets/icons/search.svg);background-repeat:no-repeat;background-size:20px 20px;background-position:7.5px 7.5px;padding-inline-start:2rem}dialog{padding:2rem;background:#fff;border-radius:10px;border:2px solid var(--clr-neutral-300);z-index:10;width:min(100%,600px)}dialog:modal{z-index:100}dialog h4{font-family:var(--ff-primary);font-weight:700;font-size:1.65rem;margin-top:0}dialog button[data-modal-close]{position:absolute;top:1rem;right:1rem;background-color:#0000!important;font-size:var(--fs-300);color:var(--clr-neutral-600);transition:color .35s ease-out}dialog button[data-modal-close]:hover{color:var(--clr-neutral-900);background-color:#0000!important}dialog .modal--buttons{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}@media screen and (min-width: 834px){dialog .modal--buttons{flex-direction:row}}dialog button:not([data-modal-close]){width:100%}::backdrop{background-color:#00000059;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.table{background-color:var(--clr-neutral-200);border-collapse:collapse;border-radius:10px;width:100%;box-shadow:0 10px 30px 5px #00000003;margin:0}.table.margin-bottom{margin-bottom:2rem}@media screen and (min-width: 834px){.table.margin-bottom{margin-bottom:4rem}}@media screen and (max-width: 833px){.table th.mb-hidden,.table td.mb-hidden{display:none}}.table thead tr{border-bottom:1px dashed var(--clr-neutral-500)}.table thead tr th{width:25%;font-family:var(--ff-primary);font-size:1rem;letter-spacing:1px;color:var(--clr-neutral-600);padding:.5rem 1rem;text-align:left;font-weight:500}.table thead tr th:last-child{text-align:right;max-width:100px}.table tbody tr{color:var(--clr-neutral-900)}.table tbody tr td{padding:.5rem 1rem;font-size:1rem;letter-spacing:1px}@media screen and (max-width: 833px){.table tbody tr td:first-child{max-width:75px}.table tbody tr td .mobile-hidden{display:none}}.table tbody tr td:last-child{text-align:right;max-width:100px}.table tbody tr td svg{width:27px;height:27px}.table tbody tr td svg.ok{fill:green}.table tbody tr td svg.nok{fill:red}.table tbody tr td button svg{width:20px;height:20px}.table tbody tr td .buttons{display:flex;gap:.5rem;justify-content:flex-end}.table tbody tr.deactivated{font-family:var(--ff-primary);font-weight:300;color:var(--clr-neutral-500);text-decoration:line-through}.table tbody tr:nth-child(2n){background-color:var(--clr-neutral-100)}.opacity-50{opacity:.5}table.cookies{font-size:var(--fs-300);width:100%}table.cookies caption{background-color:var(--clr-neutral-200);font-weight:600;text-align:left;padding:.5rem}table.cookies thead tr th{text-align:left;font-weight:600}.event--box{margin:0!important;padding:1rem 0}@media screen and (min-width: 834px){.event--box{padding:2rem 0}}.eventFront{margin-top:.5rem}@media screen and (min-width: 834px){.eventFront{margin-top:1rem}.eventFront__item{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}.eventFront__item .logo{display:none;width:150px;height:auto;aspect-ratio:1}@media screen and (min-width: 834px){.eventFront__item .logo{display:block}}.eventFront__item .info{text-align:center}.eventFront__item .info h2{font-size:var(--fs-500);font-weight:400}.eventFront__item .info h2 strong{color:var(--clr-primary-500)}.eventFront__item .info p{font-size:var(--fs-200);color:var(--clr-neutral-700);margin:0}.eventFront__item .info .details{margin:.25rem 0 0;display:flex;gap:.5rem;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width: 834px){.eventFront__item .info .details{gap:0;margin:.25rem 0 .75rem;flex-direction:row}}.eventFront__item .info .details .date,.eventFront__item .info .details .location{display:flex;justify-content:flex-start;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content;font-family:var(--ff-primary);font-weight:500;color:var(--clr-neutral-700);font-size:var(--fs-300)}.eventFront__item .info .details .date svg,.eventFront__item .info .details .location svg{fill:var(--clr-neutral-700);height:18px;width:18px}.eventFront__item .info .details .date{padding:.45rem .5rem 0}@media screen and (min-width: 834px){.eventFront__item .info .details .date{padding:.45rem .5rem .45rem 1rem}}.eventFront__item .info .details .location{padding:0 .5rem .45rem}@media screen and (min-width: 834px){.eventFront__item .info .details .location{padding:.45rem 1rem .45rem .5rem}}.eventFront__item .info a{margin-top:.5rem;margin-inline:auto}@media screen and (min-width: 834px){.eventFront__item .info a{margin-top:1rem}}.event .item,.event--header{display:flex;gap:1rem;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-block:0rem;text-decoration:none}@media screen and (min-width: 834px){.event .item,.event--header{flex-direction:row;gap:2rem;align-items:center;margin-block:1rem}}.event .item.list,.event--header.list{padding:1.25rem;border:1px solid rgba(0,0,0,.05);border-radius:10px;transition:border-color .35s ease-out,transform .35s ease-out}.event .item.list:hover,.event--header.list:hover{transform:scale(1.01);border-color:#00000026}.event .item.list:hover .info h1,.event .item.list:hover .info h2,.event--header.list:hover .info h1,.event--header.list:hover .info h2,.event .item.list:hover .info h1 strong,.event .item.list:hover .info h2 strong,.event--header.list:hover .info h1 strong,.event--header.list:hover .info h2 strong{color:var(--clr-primary-500)}.event .item:nth-child(2n),.event--header:nth-child(2n){background-color:#00000004}.event .item img,.event--header img{display:none;width:100px;height:100px}@media screen and (min-width: 834px){.event .item img,.event--header img{display:block}}.event .item .info,.event--header .info{flex:1}.event .item .info h1,.event .item .info h2,.event .item .info p,.event--header .info h1,.event--header .info h2,.event--header .info p{margin:0;padding:0}.event .item .info h1,.event .item .info h2,.event--header .info h1,.event--header .info h2{color:var(--clr-neutral-900);font-family:var(--ff-primary);font-size:var(--fs-500);font-weight:500;margin-block-end:.5rem;transition:color .35s ease-out}.event .item .info h1 strong,.event .item .info h2 strong,.event--header .info h1 strong,.event--header .info h2 strong{font-weight:650;color:var(--clr-neutral-900);transition:color .35s ease-out}.event .item .info h1,.event--header .info h1{font-weight:400}.event .item .info h1 strong,.event--header .info h1 strong{font-weight:700;color:var(--clr-primary-500)}.event .item .info p,.event--header .info p{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-weight:450;margin-block:.15rem;color:var(--clr-neutral-700);font-size:var(--fs-300)}.event .item .info p i,.event--header .info p i{font-weight:300}.event .item .info p svg,.event--header .info p svg{fill:var(--clr-neutral-700);width:18px;height:18px}.event .item .info p span,.event--header .info p span{flex:1}.event .item .capacity,.event--header .capacity{text-align:center;margin-block:0;font-weight:600;font-size:var(--fs-400);color:var(--clr-neutral-800)}.event .item .capacity p,.event--header .capacity p{margin-block:0}.event .item .capacity .label,.event--header .capacity .label{font-size:.6em;background-color:var(--clr-neutral-800);color:var(--clr-neutral-100);border-radius:50px;padding:.15rem .65rem}.event .item .capacity .label.warning,.event--header .capacity .label.warning{background-color:var(--clr-primary-500)}.page--header{position:relative;background-size:cover;background-position:center;height:25vh;-webkit-clip-path:polygon(0 0,100% 0,100% 95%,0% 100%);clip-path:polygon(0 0,100% 0,100% 95%,0% 100%)}@media screen and (min-width: 834px){.page--header{height:35vh}}.page--header__small{height:15vh}@media screen and (min-width: 834px){.page--header__small{height:25vh}}.page--header.hero{position:relative;display:flex;flex-direction:column;gap:0;justify-content:flex-end;align-items:bottom;text-align:center;height:35vh;color:var(--clr-neutral-100);text-shadow:2px 4px 3px rgba(0,0,0,.3);background-position:center bottom;background-size:200%}.page--header.hero:before{content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-image:radial-gradient(circle at 50% 150%,#000c,#0003)}.page--header.hero picture{position:absolute;left:0;top:0;width:100%;height:100%}.page--header.hero picture source,.page--header.hero picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center bottom;object-position:center bottom;overflow:hidden}.page--header.hero h1,.page--header.hero p{position:relative;z-index:10}.page--header.hero h1{text-transform:uppercase;font-family:var(--ff-primary);font-size:var(--fs-700);font-weight:700}@media screen and (min-width: 834px){.page--header.hero h1{font-size:112px;line-height:1.2}}.page--header.hero h1 strong{font-weight:700;font-family:var(--ff-primary);color:var(--clr-secondary-400)}.page--header.hero p{font-weight:300}@media screen and (min-width: 768px){.page--header.hero{background-size:cover}}@media screen and (min-width: 834px){.page--header.hero{height:40vh}}@media screen and (min-width: 1139px){.page--header.hero{height:60vh}}.page--header picture{position:absolute;width:100%;height:100%;left:0;top:0}.page--header picture source,.page--header picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.page--title{padding:1rem 0}@media screen and (min-width: 834px){.page--title{padding:2rem 0}}.page--menu{position:absolute;top:-5rem;--_animationStartsAfter: 1vh;--_animationDistance: 350px;font-family:var(--ff-primary);display:flex;margin:2rem auto 1rem;background-color:var(--clr-neutral-200);border-radius:10px;padding:.5rem 1rem;gap:1rem;font-size:1rem;z-index:300}@supports (animation-timeline: view()){.page--menu{top:-5rem;-webkit-backdrop-filter:blur(.35rem);backdrop-filter:blur(.35rem);animation:stickyNav linear forwards;animation-timeline:view();animation-range-start:calc(100vh + var(--_animationStartsAfter));animation-range-end:calc(100vh + var(--_animationStartsAfter) + var(--_animationDistance))}}@media screen and (min-width: 834px){.page--menu{padding:.5rem 1.5rem;gap:2rem;font-size:1.15rem;margin:2rem auto}}.page--menu a{font-weight:400;transition:color .35s ease-out}.page--menu a:hover{color:var(--clr-primary-500)}@media screen and (min-width: 834px){.page--menu a:after{content:"//";margin-left:2rem;color:var(--clr-primary-400);font-weight:500}.page--menu a:last-child:after{content:"";margin-left:0}}.page--content{position:relative;margin:1rem 0}@media screen and (min-width: 834px){.page--content{margin:2rem 0}}.page--content.masked{position:relative;padding:1rem 0}@media screen and (min-width: 834px){.page--content.masked{padding:0}}.page--content.masked:before{position:absolute;top:0;left:0;content:"";width:100%;height:100%;background-color:var(--clr-neutral-200);z-index:-1}@media screen and (min-width: 834px){.page--content.masked:before{-webkit-clip-path:polygon(0 5%,100% 0,100% 95%,0% 100%);clip-path:polygon(0 5%,100% 0,100% 95%,0% 100%)}.page--content.masked--inversed:before{-webkit-clip-path:polygon(0 0,100% 5%,100% 100%,0 95%);clip-path:polygon(0 0,100% 5%,100% 100%,0 95%)}.page--content.masked--under:before{-webkit-clip-path:polygon(0 0,100% 0,100% 95%,0% 100%);clip-path:polygon(0 0,100% 0,100% 95%,0% 100%)}}.page--content.masked .text.background{color:var(--clr-neutral-100)}.page--content.image{background-position:center;background-size:cover;height:225px;-webkit-clip-path:polygon(0 0,100% 5%,100% 100%,0 95%);clip-path:polygon(0 0,100% 5%,100% 100%,0 95%)}@media screen and (min-width: 834px){.page--content.image{height:400px}}.page--content.no-margin{margin:0}.page--content.success{text-align:center}.page--content.success h1{color:var(--clr-primary-500)}.page--content .padded{position:relative;padding:1rem 0;z-index:10}@media screen and (min-width: 834px){.page--content .padded{padding:3rem 0}.page--content .padded.small{padding:2rem 0}}.page--content h1,.page--content h2{font-family:var(--ff-primary);font-weight:650;color:var(--clr-neutral-700)}.page--content h1 strong,.page--content h2 strong{font-weight:700;color:var(--clr-primary-500)}.page--content h1{font-size:var(--fs-600)}.page--content h2{font-size:var(--fs-500)}.page--content h2.fronttitle{font-family:var(--ff-primary);text-transform:uppercase;font-weight:700}.page--content h2.fronttitle strong{font-weight:700}.page--content .flex{width:100%;display:flex;flex-direction:column;gap:.5rem;margin-inline:0}@media screen and (min-width: 834px){.page--content .flex{gap:1rem}}.page--content .flex.space-between{justify-content:space-between;align-items:center}.page--content .flex .photo{display:none;flex:0 0 300px;border-radius:10px}.page--content .flex .photo source,.page--content .flex .photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:10px;overflow:hidden}.page--content .flex .photo iframe{width:100%;height:100%;border:0;border-radius:10px}@media screen and (min-width: 834px){.page--content .flex .photo{display:block}}@media screen and (min-width: 863px){.page--content .flex{flex-direction:row;gap:1rem}}.page--content .crew{margin-top:1rem;display:flex;flex-direction:column;gap:1rem}@media screen and (min-width: 834px){.page--content .crew{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}}.page--content .crew--member{display:block}.page--content .crew--member img{position:relative;width:200px;height:200px;-o-object-fit:cover;object-fit:cover;border-radius:50%;margin:0 auto;border:10px solid var(--clr-neutral-100);z-index:100}.page--content .crew--member .info{margin-top:-2rem;background-color:var(--clr-neutral-200);border-radius:10px;padding:2rem 1rem 1rem}.page--content .crew--member .info p{line-height:1;margin:0;padding:0}.page--content .crew--member .info .firstname{font-size:var(--fs-400);font-weight:500}.page--content .crew--member .info .lastname{font-family:var(--ff-primary);font-size:1.75rem;font-weight:600;color:var(--clr-primary-600)}.page--content .crew--member .info .title{line-height:1.6}.page--content .text.background{display:none;position:absolute;width:100%;text-align:center;font-family:var(--ff-primary);font-weight:700;font-size:9rem;z-index:1;opacity:.7;color:var(--clr-neutral-200)}@media screen and (min-width: 834px){.page--content .text.background{display:block}}.cart.icon{position:relative;width:30px;height:30px;margin:0}@media screen and (min-width: 834px){.cart.icon{width:35px;height:35px}}.cart.icon svg{fill:var(--clr-neutral-100);opacity:.7;transition:opacity .35s ease-out}@media screen and (max-width: 833px){.cart.icon svg{width:30px;height:30px}}.cart.icon svg:hover{opacity:1}.cart.icon[data-amount-items]:before{content:attr(data-amount-items);position:absolute;top:-10px;right:-10px;background:var(--clr-secondary-400);font-size:.7em;font-weight:650;width:20px;height:20px;border-radius:50%;line-height:20px;text-align:center;z-index:1000}.cart.icon[data-amount-items=""]:before,.cart.icon[data-amount-items="0"]:before{content:normal}.cart.overview{display:flex;flex-direction:column;justify-content:space-between;gap:1rem}@media screen and (min-width: 834px){.cart.overview{gap:2rem;flex-direction:row;justify-content:flex-start;align-items:flex-start}}.cart.overview .list{flex:1;display:flex;flex-direction:column;gap:2rem}.cart.overview .list .item{display:flex;justify-content:space-between;width:100%;padding:1.5rem;border:1px solid rgba(0,0,0,.085);border-radius:10px}.cart.overview .list .item .content{flex:1}.cart.overview .list .item p{margin:0;padding:0}.cart.overview .list .item .label{display:inline-block;font-family:var(--ff-primary);font-size:.525em;font-weight:600;background-color:var(--clr-neutral-200);padding:.15rem .65rem;border-radius:50px;margin-block-end:.25rem}.cart.overview .list .item .info{font-size:.75em}.cart.overview .list .item .info strong{color:var(--clr-neutral-900)}@media screen and (min-width: 834px){.cart.overview .list .item .info{font-size:.65em}}.cart.overview .list .item select{width:100px;font-size:.9em!important;padding:.25rem .5rem;border-radius:10px;border:1px solid rgba(0,0,0,.25);line-height:30px}.cart.overview .list .item .name{font-weight:650}.cart.overview .list .item .price{font-family:var(--ff-primary);font-weight:700}.cart.overview .list .item .actions{display:flex;align-items:center;gap:.5rem;font-size:.8em;margin-block-start:1rem}@media screen and (min-width: 834px){.cart.overview .list .item .actions{font-size:.7em}}.cart.overview .list .item .error{display:inline-block;margin-block-start:.5rem;border:1px solid var(--clr-primary-500);border-radius:10px;font-size:.65em;font-weight:700;padding:.15rem 1rem}@media screen and (min-width: 834px){.cart.overview .list .item .error{font-size:.6em}}.cart.overview .summary{background-color:#00000005;padding:1rem;border-radius:10px;width:100%;border:1px solid rgba(0,0,0,.085)}@media screen and (min-width: 834px){.cart.overview .summary{width:350px}}.cart.overview .summary h3,.cart.overview .summary p{margin-block:0}.cart.overview .summary h3{font-family:var(--ff-primary);font-size:1em;font-weight:650;padding-block-end:.5rem}.cart.overview .summary .line{display:flex;justify-content:space-between;gap:1rem;font-size:.85em;padding-block:.25rem}.cart.overview .summary .line.total{border-top:1px solid var(--clr-neutral-400);margin-block-start:.5rem;margin-block-end:1rem;padding-block-start:.5rem;font-weight:650}.cart.overview .summary .buttons{display:flex;flex-direction:column;gap:1rem}.cart.overview .summary .paymethods{margin-block-start:1rem;margin-block-end:0;height:30px;text-align:center}.cart.overview .summary .paymethods svg{width:30px;height:30px}.cart.overview .summary .payinfo{text-align:center;margin:0;padding:0;font-size:.65em}.cart.overview .noitems{margin-block-start:1rem;text-align:center;width:100%;background-color:var(--clr-neutral-200);padding:6rem 0;border-radius:10px}.cart.overview .noitems h2,.cart.overview .noitems p{margin:0;padding:0}.cart.overview .noitems h2{color:var(--clr-primary-500);font-weight:700;font-size:var(--fs-500)}.cart.overview .noitems p{color:var(--clr-neutral-700)}.dashboard--header{display:flex;justify-content:space-between;align-items:center;margin-block-end:2rem}.dashboard--header h1{margin-block:0}.dashboard--header .buttons{display:flex;flex-direction:row;gap:.5rem}.dashboard--events{display:flex;flex-direction:column;gap:1rem;margin-block-start:.5rem}.dashboard--events .item{padding:1.25rem;width:100%;border:1px solid rgba(0,0,0,.075);border-radius:10px;text-decoration:none;transition:border-color .35s ease-out,transform .35s ease-out}.dashboard--events .item.active{background:#00000006}.dashboard--events .item.history{opacity:.5}.dashboard--events .item:hover h1,.dashboard--events .item:hover h2,.dashboard--events .item:hover h1 strong,.dashboard--events .item:hover h2 strong{color:var(--clr-primary-500)}.dashboard--events .item h1,.dashboard--events .item h2,.dashboard--events .item p{margin:0;padding:0}.dashboard--events .item h1,.dashboard--events .item h2{color:var(--clr-neutral-900);font-family:var(--ff-primary);font-size:1.8em;font-weight:500;margin-block-end:.5rem;transition:color .35s ease-out}.dashboard--events .item h1 strong,.dashboard--events .item h2 strong{font-weight:650;color:var(--clr-neutral-900);transition:color .35s ease-out}.dashboard--events .item h1,.dashboard--events .item h1 strong{color:var(--clr-primary-500)}.dashboard--events .item p{padding:0;margin:0;font-weight:450;line-height:1.4}.dashboard--events .item p i{font-size:var(--fs-300);font-weight:300}.dashboard--events .item p svg{fill:var(--clr-primary-500);width:24px;height:24px}.dashboard--events .item p span{flex:1}.dashboard-bar{background-color:var(--clr-neutral-200)}.dh-menu{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:0;padding:.75rem 0;font-family:var(--ff-primary);font-size:1rem}@media screen and (min-width: 834px){.dh-menu{padding:1rem 0;gap:2rem;flex-direction:row;align-items:center}}.dh-menu input[type=checkbox]{display:none}.dh-menu-main ul,.dh-menu-user ul{display:flex;flex-direction:row;gap:.5rem;list-style:none;transition:height .35s ease-out;margin:0;padding:0}@media screen and (min-width: 834px){.dh-menu-main ul,.dh-menu-user ul{gap:2rem}}.dh-menu-main ul li a,.dh-menu-main ul li button,.dh-menu-main ul li label,.dh-menu-user ul li a,.dh-menu-user ul li button,.dh-menu-user ul li label{position:relative;color:var(--clr-neutral-800);font-weight:500;text-decoration:none;transition:color .35s ease-out;cursor:pointer}.dh-menu-main ul li a:hover,.dh-menu-main ul li button:hover,.dh-menu-main ul li label:hover,.dh-menu-user ul li a:hover,.dh-menu-user ul li button:hover,.dh-menu-user ul li label:hover{color:var(--clr-primary-600)}.dh-menu-main ul li a:hover svg,.dh-menu-main ul li button:hover svg,.dh-menu-main ul li label:hover svg,.dh-menu-user ul li a:hover svg,.dh-menu-user ul li button:hover svg,.dh-menu-user ul li label:hover svg{fill:var(--clr-primary-700)}.dh-menu-main ul li a.active,.dh-menu-main ul li button.active,.dh-menu-main ul li label.active,.dh-menu-user ul li a.active,.dh-menu-user ul li button.active,.dh-menu-user ul li label.active{font-weight:600;color:var(--clr-primary-500)}.dh-menu-main ul li a.active svg,.dh-menu-main ul li button.active svg,.dh-menu-main ul li label.active svg,.dh-menu-user ul li a.active svg,.dh-menu-user ul li button.active svg,.dh-menu-user ul li label.active svg{fill:var(--clr-primary-500)}.dh-menu-main ul li a svg,.dh-menu-main ul li button svg,.dh-menu-main ul li label svg,.dh-menu-user ul li a svg,.dh-menu-user ul li button svg,.dh-menu-user ul li label svg{fill:var(--clr-neutral-800);height:15px;width:15px;transition:fill .35s ease-out}.dh-menu-main ul li button,.dh-menu-user ul li button{background:none;border:0;padding:0}.dh-menu-main ul li button:hover,.dh-menu-user ul li button:hover{background:none!important}.dh-menu-main{width:100%}.dh-menu-main label.mobile{display:flex;flex-direction:row;justify-content:flex-start;gap:.5rem;align-items:center;color:var(--clr-neutral-800);font-weight:500;text-decoration:none;transition:color .35s ease-out;cursor:pointer}.dh-menu-main label.mobile svg{fill:var(--clr-neutral-800);width:20px;height:20px}@media screen and (min-width: 834px){.dh-menu-main label.mobile svg{width:15px;height:15px}.dh-menu-main label.mobile{display:none}}.dh-menu-main ul{width:100%;height:0;opacity:0;padding:0;transition:opacity .35s ease-out,height .35s ease-out;transition-behavior:allow-discrete;flex-direction:column}@media screen and (min-width: 834px){.dh-menu-main ul{opacity:1;height:-moz-fit-content;height:fit-content;flex-direction:row}}.dh-menu-main input[type=checkbox]:checked~ul{padding:.5rem 0;height:-moz-fit-content;height:fit-content;opacity:1}.dh-menu-user ul{gap:.75rem;align-items:center}.dh-menu-user ul li{max-height:25px}.dh-menu-user ul li:first-child{display:none}@media screen and (min-width: 834px){.dh-menu-user ul li:first-child{display:block}}.dh-menu-user ul li p{width:-moz-max-content;width:max-content;padding:0;margin:0;font-size:.6rem;line-height:1.1}.dh-menu-user ul li .username{font-weight:600;font-size:.8rem}.dh-menu-user ul li a:before,.dh-menu-user ul li a:after{--scale: 0;content:attr(data-tooltip);position:absolute;opacity:.75;top:.25rem;left:50%;padding:.15rem .5rem;border-radius:1rem;margin:0;color:var(--clr-neutral-400);font-size:.7rem;width:-moz-max-content;width:max-content;background-color:var(--clr-neutral-900);transition:transform .15s ease-out;transform:translate(-50%) translateY(75%) scale(var(--scale));transform-origin:top center;z-index:2000}.dh-menu-user ul li a:hover:before{--scale: 1}.dh-menu-user ul li a svg{width:25px;height:25px}.dh-menu-dropdown{position:relative;z-index:2000}.dh-menu-dropdown__content{background-color:var(--clr-neutral-100);position:absolute;width:-moz-max-content;width:max-content;left:0;top:calc(100% + .5rem);padding:.75rem;border:1px solid var(--clr-neutral-200);box-shadow:#64646f33 0 7px 29px;border-radius:10px;opacity:0;pointer-events:none;transform:translateY(-10px);transition:opacity .35s ease-out,transform .35s ease-out}.dh-menu-dropdown__content ul{flex-direction:column;gap:.5rem}@media screen and (min-width: 834px){.dh-menu-dropdown__content{top:calc(100% + .75rem);padding:1rem}}.dh-menu-dropdown input[type=checkbox]:checked~.dh-menu-dropdown__content{transform:translateY(0);opacity:1;pointer-events:auto}.dh-page{display:flex;flex-direction:column;gap:2rem}.dh-page .dh-block{padding:.5rem 1rem;border:1px solid var(--clr-neutral-200);border-radius:20px}.dh-page .dh-block h2{color:var(--clr-primary-500)}.dh-page .dh-block p{margin:0;padding:0}.dh-page .dh-block.history{opacity:.7}.dh-page .dh-block.history h2{color:var(--clr-neutral-700)}.dh-teams{display:flex;flex-direction:column;gap:1rem}.dh-teams .dh-team{padding:.5rem 1rem;border:1px solid var(--clr-neutral-200);border-radius:20px;transition:background-color .35s ease-out}.dh-teams .dh-team:hover{background-color:var(--clr-neutral-200)}.dh-bus,.dh-team{text-decoration:none;color:var(--clr-neutral-700);display:flex;flex-direction:row;gap:1rem;align-items:center;cursor:pointer}.dh-bus-image,.dh-team-image{width:100px;height:100px;-o-object-fit:cover;object-fit:cover}.dh-bus-content h3,.dh-bus-content p,.dh-team-content h3,.dh-team-content p{padding:0;margin:0}.dh-bus-content h3,.dh-team-content h3{color:var(--clr-neutral-900);font-weight:400}.dh-bus-content h3 strong,.dh-team-content h3 strong{font-weight:700}.dh-bus-content p,.dh-team-content p{font-size:.9rem;line-height:1.2}.dh-bus-content p strong,.dh-team-content p strong{font-weight:700}.dh-pagination{display:flex;justify-content:flex-end;margin-top:1rem}.dh-pagination nav ul.pagination{display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:20px;border:1px solid var(--clr-neutral-300);overflow:hidden}.dh-pagination nav ul.pagination .page-item{background-color:var(--clr-neutral-200);border-right:1px solid var(--clr-neutral-300)}.dh-pagination nav ul.pagination .page-item .page-link{padding:.6rem .75rem;color:var(--clr-neutral-900);text-decoration:none;transition:background-color .35s ease-out}.dh-pagination nav ul.pagination .page-item .page-link:hover{background-color:#ececec;color:var(--clr-primary-600);text-decoration:underline}.dh-pagination nav ul.pagination .page-item:first-child,.dh-pagination nav ul.pagination .page-item:last-child{background-color:#f7f7f7}.dh-pagination nav ul.pagination .page-item:last-child{border-right:none}.dh-pagination nav ul.pagination .page-item.active{background:var(--clr-neutral-100);color:var(--clr-primary-500);font-weight:600}.dh-pagination nav ul.pagination .page-item.active .page-link{color:var(--clr-primary-500);font-weight:600;pointer-events:none}.dh-pagination nav ul.pagination .page-item.active .page-link:hover{background-color:var(--clr-neutral-100);color:var(--clr-primary-500);font-weight:600;text-decoration:none}.dh-pagination nav ul.pagination .page-item.disabled .page-link{color:var(--clr-neutral-500);cursor:not-allowed}.dh-pagination nav ul.pagination .page-item.disabled .page-link:hover{background-color:var(--clr-neutral-200);color:var(--clr-neutral-500);text-decoration:none}.gallery{position:relative;display:block;margin-top:1rem}.gallery:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,#fff,#fff0 15%,#fff0 85%,#fff);z-index:10}.gallery-cell{width:80%;height:300px;margin-right:1rem;border-radius:20px;overflow:hidden}@media screen and (min-width: 768px){.gallery-cell{width:60%;height:400px}}@media screen and (min-width: 834px){.gallery-cell{width:50%;height:500px}}.gallery-cell picture{width:100%;height:100%}.gallery-cell picture source,.gallery-cell picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.flickity-button{z-index:100}.login-card{width:100%;height:calc(100dvh - 395px);display:flex;justify-content:center;align-items:center;background-color:var(--clr-primary-500)}.login-card__holder{background-color:#fff;padding:2rem;border-radius:10px;box-shadow:#03031a40 0 4px 0 -2px}.login-card__holder form label{font-weight:500;font-size:1rem;font-family:var(--ff-primary)}.login-card__holder form input:not([type=checkbox]){width:100%}.shop{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem}.shop--title{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}@media screen and (min-width: 834px){.shop--title{flex-direction:row;align-items:center}}.shop--title h1{font-family:var(--ff-primary);font-weight:650;color:var(--clr-primary-500);margin-block:0}.shop--title .price{display:flex;gap:1rem;align-items:center}.shop--title .price p.price{display:block;font-size:1.6em;font-weight:700;margin-block:0}.shop--title .price p.price.promo{color:var(--clr-primary-500)}.shop--title .price p.price.previous{position:relative;display:block;font-size:1em;font-weight:300;color:var(--clr-neutral-500)}.shop--title .price p.price.previous:before{content:"";height:2px;width:100%;background:var(--clr-primary-500);position:absolute;top:45%;left:0;transform:rotate(-25deg)}@media screen and (min-width: 834px){.shop{flex-direction:row;gap:2rem}}.shop .images{flex:0 0 100%;min-height:200px}@media screen and (min-width: 834px){.shop .images{flex:0 0 500px;flex-direction:row;gap:2rem}}@media screen and (min-width: 1120px){.shop .images{flex:0 0 650px}}.shop .images img{width:100%;display:block}.shop .images .display{overflow:hidden}.shop .images .display .showcase{display:flex;align-items:flex-start;width:100%;transition:all .35s ease-out}.shop .images .select{margin-block-start:1rem;display:flex;justify-content:flex-start;align-items:flex-start;gap:1rem}@media screen and (min-width: 834px){.shop .images .select{margin-block-start:2rem;gap:2rem}}.shop .images .select .item{transition:opacity .35s ease-out;overflow:hidden;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px}.shop .images .select .item:hover{opacity:.8}.shop .images .select .item img{aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover}.shop .info .description{flex:1}.shop .info .description p{color:var(--clr-neutral-900);font-size:1rem}.shop .info .description p:first-child{margin-block-start:0}.shop .info .description p.blocktitle{font-family:var(--ff-primary);font-weight:700;color:var(--clr-neutral-700)}.shop .info .form{margin-block:1rem}@media screen and (min-width: 834px){.shop .info .form{margin-block-start:2rem}}
