:root{--brand-color: #550076;--brand-transparent: #55007640;--brand-less-transparent: #550076a0;--accent-color: #FFF86C;--text-color: #550076;--alt-text-color: #000;--background-color: #ffffff;--background-transparent: #ffffff40;--background-less-transparent: #ffffffc0;--inverted-text-color: #ffffff;--brand-bright: #82439b;--brand-dull: #a59da9;--brand-light: #e6dde9;--brand-light-2: #f0ebf2;--brand-light-bright: #faeaff;--error-text: #750000;--error-background: #ffcccc;--success-text: #007500;--success-background: #ccffcc;--warning-text: #764701;--warning-background: #fbd970;--default-font-size: 16px}@font-face{font-family:Roboto;src:url(../../../fonts/Roboto-Light.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Roboto;src:url(../../../fonts/Roboto-Bold.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Roboto;src:url(../../../fonts/Roboto-Italic.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:Material Icons;src:url(../../../fonts/MaterialIcons-Regular.ttf) format("truetype")}.material-icons{font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr}:root{font-family:Roboto,sans-serif;font-size:var(--default-font-size)}body{background-color:var(--background-color);color:var(--text-color);margin:0}h1,h2,h3,h4,h5,h6{font-weight:700;padding:0 20px 0 30px}a,a:visited,.link,.link:visited{color:var(--text-color);font-weight:700}a.inverted-link,a:visited.inverted-link,.link.inverted-link,.link:visited.inverted-link{color:var(--inverted-text-color)}a:hover,a:visited:hover,.link:hover,.link:visited:hover{text-decoration:none}.link{background:none;border:none;padding:0;font:inherit;cursor:pointer;color:var(--text-color);font-weight:700;text-decoration:underline}.content-area{margin:0 30px}h1{padding-left:30px;border-bottom:5px solid var(--text-color)}p{padding:0 20px 0 30px}input,textarea,button{font-family:Roboto,sans-serif;font-size:var(--default-font-size);color:var(--text-color)}.button,.button:visited{background-color:var(--brand-color);color:var(--inverted-text-color);cursor:pointer;padding:11px 26px;border-radius:5px;transition:background-color .3s,color .3s;margin:10px 0;text-decoration:none;font-weight:700;border:2px solid var(--brand-color);display:inline-flex;align-items:center;justify-content:center;gap:10px;text-align:center}.button.dull,.button:visited.dull{background-color:var(--brand-dull)}.button.alt,.button:visited.alt{background-color:var(--brand-bright)}.button:hover:not(.disabled),.button:visited:hover:not(.disabled){background-color:var(--accent-color);color:var(--text-color)}.button.inverted,.button:visited.inverted{background-color:var(--background-color);color:var(--text-color)}.button.inverted:hover:not(.disabled),.button:visited.inverted:hover:not(.disabled){background-color:var(--brand-light)}.button.inline-button,.button:visited.inline-button{display:inline-block;margin:0 30px}.button.no-left-margin,.button:visited.no-left-margin{margin-left:0!important;display:inline-block}.button.disabled,.button:visited.disabled{cursor:not-allowed}.video-link img,.video-link:visited img{margin-left:30px;max-width:400px;width:calc(100% - 30px);border-radius:10px;border:2px solid var(--brand-color);display:block}.top-menu{display:flex;justify-content:space-between;margin:20px 30px}.top-menu button{background-color:transparent;border:none;color:var(--text-color);font-size:var(--default-font-size);cursor:pointer;padding:10px;border-radius:5px;transition:background-color .3s,color .3s}.top-menu button:hover{background-color:var(--brand-bright);color:var(--inverted-text-color)}.top-menu button.active{background-color:var(--brand-color);color:var(--inverted-text-color)}.form-blocks{display:flex;flex-wrap:wrap;gap:40px}.form-block{display:flex;flex-direction:column;gap:10px;align-items:start;max-width:100%}.form-block h2{padding-left:0}.input-group{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap}.readable-width{max-width:600px}.infobox{max-width:500px;margin:30px;padding:20px;background-color:var(--brand-light);border-radius:5px;display:flex;flex-direction:column;align-items:start;gap:10px}.row-link,.row-link:visited{text-decoration:none;font-weight:400;transition:background-color .3s ease}.row-link:hover,.row-link:visited:hover{background-color:var(--brand-light)}.in-content{margin:0 20px 0 30px}.content-img{max-width:calc(100% - 62px);margin:0 30px;border:1px solid var(--brand-color);width:1200px;border-radius:10px}.space-taker{flex-grow:1}.inline-block{display:inline-block}.small{font-size:14px;color:var(--brand-light)}.booking-extension{margin-top:20px;margin-right:-20px;border-top:1px solid var(--brand-color);padding-right:20px}.booking-extension.solo{margin-top:0}.booking-extension .booking-extension-line{padding:0 20px 0 30px;display:flex;flex-direction:column;align-items:flex-start;gap:0px}.booking-extension .booking-extension-line:nth-child(odd){background-color:var(--brand-light)}.booking-extension .booking-extension-line .line-title{padding:10px 20px;margin-top:10px;border:1px solid var(--brand-color);background-color:var(--brand-light-2);border-radius:5px}.booking-extension .booking-extension-line .line-content{width:100%;display:flex;align-items:center;gap:30px;justify-content:space-between}.booking-extension .booking-extension-line .sub-line{display:flex;align-items:center;gap:5px 50px;justify-content:space-between;min-height:50px;flex:1 1 auto;min-width:50px;padding:10px 0}.booking-extension .booking-extension-line .booking{flex:0 0 110px;min-width:110px}@media (max-width: 750px){.booking-extension .booking-extension-line .sub-line{flex-direction:column;align-items:start}}.unbold{font-weight:400}.option-selector{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.option-selector:not(.last){border-bottom:2px solid var(--brand-color);padding-bottom:15px}.option-selector button{padding:10px 20px;font-family:Roboto,sans-serif;border:2px solid var(--brand-color);border-radius:20px;background-color:var(--background-color);cursor:pointer;transition:background-color .3s ease,color .3s ease;overflow:hidden}.option-selector button:hover{background-color:var(--brand-bright);color:var(--inverted-text-color)}.option-selector button:hover.image{opacity:.6}.option-selector button.image{padding:0;width:50px;height:50px;transition:opacity .3s ease}.option-selector button.image img{width:50px;height:50px}.option-selector button.active{background-color:var(--brand-color);color:var(--inverted-text-color)}.option-selector button.active.image img{border:2px solid var(--background-color);border-radius:20px;width:42px;height:42px}.option-selector button.disabled{opacity:.2!important}.option-selector .country-options{display:flex;gap:5px;flex-wrap:wrap}.option-selector .country-options button{padding:7px 15px}.spacer{height:30px;width:10px}.big-spacer{height:60px;width:10px}.non-root{padding-left:0;padding-right:0}.pre{white-space:pre-wrap}.center-element{display:flex;justify-content:center}.nav.svelte-ieruxh{height:45px;margin-top:40px}.nav.svelte-ieruxh ul:where(.svelte-ieruxh){display:flex}.nav.svelte-ieruxh ul:where(.svelte-ieruxh) li:where(.svelte-ieruxh){list-style-type:none}.nav.svelte-ieruxh ul:where(.svelte-ieruxh) li:where(.svelte-ieruxh) a:where(.svelte-ieruxh){text-decoration:none;font-size:20px;font-weight:400;color:var(--inverted-text-color);border-radius:5px;background:transparent;padding:10px;transition:color .3s ease,background-color .3s ease}.nav.svelte-ieruxh ul:where(.svelte-ieruxh) li:where(.svelte-ieruxh) a:where(.svelte-ieruxh):hover:not(.active){background:var(--background-color);color:var(--text-color)}.nav.svelte-ieruxh ul:where(.svelte-ieruxh) li:where(.svelte-ieruxh) a.active:where(.svelte-ieruxh){color:var(--accent-color)}.burger.svelte-ieruxh{display:none}@media (max-width: 850px){.burger.svelte-ieruxh{display:block;color:var(--inverted-text-color);cursor:pointer;transition:color .3s ease}.burger.svelte-ieruxh .material-icons:where(.svelte-ieruxh){margin:10px 0;font-size:48px;height:48px}.burger.svelte-ieruxh:hover{color:var(--accent-color)}.nav.svelte-ieruxh{width:0;overflow:hidden;position:fixed;top:45px;right:0;height:calc(100vh - 45px);background-color:var(--brand-color);transition:width .3s ease}.nav.svelte-ieruxh ul:where(.svelte-ieruxh){flex-direction:column;gap:20px}.nav.burger-active.svelte-ieruxh{border-left:1px solid var(--background-color);width:300px}}.allwaysBurger.svelte-ieruxh .burger:where(.svelte-ieruxh){display:block;color:var(--inverted-text-color);cursor:pointer;transition:color .3s ease}.allwaysBurger.svelte-ieruxh .burger:where(.svelte-ieruxh) .material-icons:where(.svelte-ieruxh){margin:10px 0;font-size:48px;height:48px}.allwaysBurger.svelte-ieruxh .burger:where(.svelte-ieruxh):hover{color:var(--accent-color)}.allwaysBurger.svelte-ieruxh .nav:where(.svelte-ieruxh){width:0;overflow:hidden;position:fixed;top:45px;right:0;height:calc(100vh - 45px);background-color:var(--brand-color);transition:width .3s ease}.allwaysBurger.svelte-ieruxh .nav:where(.svelte-ieruxh) ul:where(.svelte-ieruxh){flex-direction:column;gap:20px}.allwaysBurger.svelte-ieruxh .nav.burger-active:where(.svelte-ieruxh){border-left:1px solid var(--background-color);width:300px}.modal.svelte-4tczun{position:fixed;left:0;top:0;width:calc(100% - 20px);height:100vh;background-color:#000000a0;padding:0 10px;z-index:100000}.modal.svelte-4tczun .modal-content:where(.svelte-4tczun){margin:60px auto;max-width:550px;border-radius:10px;background-color:var(--background-color);padding:20px;white-space:pre-wrap}.modal.svelte-4tczun .modal-content:where(.svelte-4tczun) p:where(.svelte-4tczun){margin-top:0}.modal.svelte-4tczun .modal-content:where(.svelte-4tczun) .checkbox-wrapper:where(.svelte-4tczun){display:flex;align-items:center;flex-direction:row-reverse;justify-content:center}.modal.svelte-4tczun .modal-content:where(.svelte-4tczun) .checkbox-wrapper:where(.svelte-4tczun) input:where(.svelte-4tczun){zoom:2;margin-left:5px;accent-color:var(--accent-color)}.modal.svelte-4tczun .modal-content:where(.svelte-4tczun) .button-wrapper:where(.svelte-4tczun){display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.modal.svelte-4tczun .modal-content:where(.svelte-4tczun) .button-wrapper:where(.svelte-4tczun) button:where(.svelte-4tczun){flex:100px 1 1;max-width:250px}.modal.svelte-4tczun .modal-content:where(.svelte-4tczun) .button-wrapper:where(.svelte-4tczun) button:where(.svelte-4tczun):hover{background-color:var(--accent-color)!important}.text-prompt.svelte-4tczun textarea:where(.svelte-4tczun){width:calc(100% - 20px);height:100px;resize:none;padding:10px;border-radius:5px;border:1px solid var(--brand-color);outline:none}.user-button.svelte-jxwi14{color:var(--text-color);display:flex;align-items:center;justify-content:center;gap:10px;margin:13px 0;text-decoration:none;font-weight:700;border-radius:5px;background-color:var(--background-color);padding:10px;transition:color .3s ease,background-color .3s ease;border:none;cursor:pointer}.user-button.svelte-jxwi14:not(.smallHeader){min-width:130px}.user-button.svelte-jxwi14:hover{background-color:var(--accent-color);color:var(--text-color)}.user-button.smallHeader.svelte-jxwi14{margin-right:20px}.user-menu.svelte-jxwi14{position:fixed;top:65px;border-radius:5px;background-color:var(--background-color);display:flex;flex-direction:column;overflow:hidden;padding:10px 0;border:2px solid var(--brand-color);margin-left:-2px}.user-menu.svelte-jxwi14 button:where(.svelte-jxwi14){cursor:pointer;background-color:var(--background-color);font-size:var(--default-font-size);border:none;padding:10px 20px;display:block;transition:background-color .3s ease;text-align:left;color:var(--brand-color)}.user-menu.svelte-jxwi14 button:where(.svelte-jxwi14):hover{background-color:var(--brand-color);color:var(--inverted-text-color)}.user-menu.smallHeader.svelte-jxwi14{top:75px}@media (max-width: 850px){.user-button.svelte-jxwi14:not(.smallHeader){min-width:auto}.user-button.svelte-jxwi14,.user-button.smallHeader.svelte-jxwi14{margin:6px 0;background:transparent;color:var(--inverted-text-color);transition:color .3s ease}.user-button.svelte-jxwi14 .material-icons:where(.svelte-jxwi14),.user-button.smallHeader.svelte-jxwi14 .material-icons:where(.svelte-jxwi14){font-size:36px}.user-button.svelte-jxwi14 .text:where(.svelte-jxwi14),.user-button.smallHeader.svelte-jxwi14 .text:where(.svelte-jxwi14){display:none}.user-button.svelte-jxwi14:hover,.user-button.smallHeader.svelte-jxwi14:hover{background-color:var(--brand-color);color:var(--accent-color)}.user-menu.svelte-jxwi14{top:75px;right:10px}}.error-popup-wrapper.svelte-qsfsds{position:fixed;left:0;bottom:0;z-index:20000;margin:20px;display:flex;flex-direction:column;gap:20px}.error-popup-wrapper.svelte-qsfsds .error:where(.svelte-qsfsds){padding:10px;border-radius:5px;white-space:pre-wrap;width:350px}footer.svelte-25fuf4{background-color:var(--brand-color);color:var(--inverted-text-color);padding:50px 30px;display:flex;gap:20px 50px;flex-wrap:wrap;line-height:25px}footer.svelte-25fuf4 a:where(.svelte-25fuf4),footer.svelte-25fuf4 a:where(.svelte-25fuf4):visited{color:var(--inverted-text-color);font-weight:400}footer.svelte-25fuf4 .linkage:where(.svelte-25fuf4){display:flex;gap:30px;align-items:center;flex-wrap:wrap}footer.svelte-25fuf4 .linkage:where(.svelte-25fuf4) .youtube-link:where(.svelte-25fuf4) img:where(.svelte-25fuf4){width:60px}footer.svelte-25fuf4 .linkage:where(.svelte-25fuf4) .soundcloud-link:where(.svelte-25fuf4){width:60px}footer.svelte-25fuf4 .linkage:where(.svelte-25fuf4) .support-link:where(.svelte-25fuf4){text-decoration:none;font-size:35px}.cart-button.svelte-130fj41{margin:6px 0;color:var(--inverted-text-color);background-color:transparent;padding:10px;transition:color .3s ease;border:none;cursor:pointer;border-radius:5px;height:56px}.cart-button.svelte-130fj41 .material-icons:where(.svelte-130fj41){font-size:36px}.cart-button.svelte-130fj41:hover{color:var(--accent-color)}.privacy-banner.svelte-1gq222d{position:fixed;bottom:0;left:0;right:0;background-color:var(--brand-color);color:var(--inverted-text-color);padding:20px 30px;box-shadow:0 -2px 10px #0006;display:flex;justify-content:space-between;align-items:center;gap:20px}.privacy-banner.svelte-1gq222d p:where(.svelte-1gq222d){margin:0;padding:0}.privacy-banner.svelte-1gq222d a:where(.svelte-1gq222d),.privacy-banner.svelte-1gq222d a:where(.svelte-1gq222d):visited{color:var(--inverted-text-color)}#app.svelte-12qhfyh{height:calc(100vh - var(--banner-height));width:100vw;overflow:auto;margin-top:var(--banner-height);transition:margin-top .3s ease;display:flex;flex-direction:column}.banner.svelte-12qhfyh{position:fixed;top:0;left:0;width:100%;height:var(--banner-height);transition:height .3s ease;z-index:100}.banner.svelte-12qhfyh .top:where(.svelte-12qhfyh){background-color:var(--brand-color);width:calc(100% - 40px);height:calc(var(--banner-height) - 10px);transition:height .3s ease;display:flex;justify-content:space-between;padding:0 20px}.banner.svelte-12qhfyh .top:where(.svelte-12qhfyh) .logo:where(.svelte-12qhfyh){height:calc(var(--banner-height) - 20px);transition:height .3s ease;margin-top:10px}.banner.svelte-12qhfyh .top:where(.svelte-12qhfyh) .page-title:where(.svelte-12qhfyh){flex-grow:1;color:var(--inverted-text-color);font-size:36px;padding:23px 0 0 30px;text-decoration:none;font-weight:400}.banner.svelte-12qhfyh .top:where(.svelte-12qhfyh) .page-title.has-image:where(.svelte-12qhfyh){padding:5px 0 0 30px}.banner.svelte-12qhfyh .top:where(.svelte-12qhfyh) .page-title:where(.svelte-12qhfyh) img:where(.svelte-12qhfyh){height:75px}.banner.svelte-12qhfyh .top:where(.svelte-12qhfyh) .nav-wrapper:where(.svelte-12qhfyh){display:flex;flex-direction:column;align-items:end;justify-content:space-between}.banner.svelte-12qhfyh .top:where(.svelte-12qhfyh) .nav-wrapper:where(.svelte-12qhfyh) .nav-icon-wrapper:where(.svelte-12qhfyh){display:flex;align-items:end}.banner.svelte-12qhfyh .top.headerSmall:where(.svelte-12qhfyh) .nav-wrapper:where(.svelte-12qhfyh){flex-direction:row}.banner.svelte-12qhfyh .end-bar:where(.svelte-12qhfyh){width:100%;height:10px;background-color:var(--brand-color)}.content.svelte-12qhfyh{flex:1 0 auto;position:relative}@media (max-width: 850px){#app.svelte-12qhfyh{--banner-height: 85px !important}#app.svelte-12qhfyh .logo:where(.svelte-12qhfyh){margin-top:10px;height:calc(var(--banner-height) - 20px)}#app.svelte-12qhfyh .banner:where(.svelte-12qhfyh) .top:where(.svelte-12qhfyh) .nav-wrapper:where(.svelte-12qhfyh){flex-direction:row}#app.svelte-12qhfyh .page-title:where(.svelte-12qhfyh){display:none}}
