@charset "UTF-8";/**
 * AMPEr.scss
 *
 * AMPEr is a vanilla js cookiebanner compliant with eu gdpr.
 * (A)nalytic (M)arketing (P)ersonalization (E)ssential rozekoek.
 *
 * @version     2.2
 * @license     http://www.opensource.org/licenses/mit-license.html MIT License
 * @author      Bob Vrijland <bob@bahbv.net>
 * @updated     15-12-2020
 * @link        https://github.com/Bahbv
 */html.using-mouse :focus{outline:none!important;box-shadow:0 0 #0000!important}html.using-mouse :focus+label span:last-child{outline:none!important;box-shadow:0 0 #0000!important}.AMPEr_modal{width:calc(100% - 30px);position:fixed;bottom:15px;margin-right:15px;left:15px;background-color:#000;padding:1rem;border-radius:.625rem;box-shadow:#0003 0 20px 30px}.AMPEr_modal_head{margin:0;color:#fff;font-size:2rem;display:flex;align-items:center;line-height:1.25;font-weight:600}.AMPEr_modal_text{margin:1rem 0;font-size:1.25rem;line-height:1.5;font-weight:400}.AMPEr_modal.right{right:-600px;-webkit-animation:AMPEr-slide-right .3s forwards;-webkit-animation-delay:.3s;animation:AMPEr-slide-right .3s forwards;animation-delay:.3s}.AMPEr_modal.left{left:-600px;-webkit-animation:AMPEr-slide-left .3s forwards;-webkit-animation-delay:.3s;animation:AMPEr-slide-left .3s forwards;animation-delay:.3s}@media screen and (min-width: 480px){.AMPEr_modal{width:22rem;margin-right:0}.AMPEr_modal.right{left:unset}}.AMPEr_modal_buttons{display:flex;margin-top:2rem}.AMPEr_modal_buttons button{margin-right:.425rem}.AMPEr_modal_buttons button:last-of-type{margin-right:0}.AMPEr_btn{display:block;border:none;padding:.5rem 1rem;margin:0;text-decoration:none;background:#ff31c7;color:#fff;font-size:1.125rem;font-weight:600;cursor:pointer;text-align:center;border-radius:.3125rem;transition:background .25s ease-in-out,transform .15s ease;-webkit-appearance:none;-moz-appearance:none}.AMPEr_btn:hover,.AMPEr_btn:focus{background:#ff18c0}.AMPEr_btn:focus{outline:0;box-shadow:0 0 0 .1875rem #000}.AMPEr_btn:active{transform:scale(.99)}.AMPEr_btn--settings,.AMPEr_btn--info{padding:.425rem;background:transparent;border:.125rem solid #ff31c7;color:#ff31c7}.AMPEr_btn--settings:hover,.AMPEr_btn--settings:focus,.AMPEr_btn--info:hover,.AMPEr_btn--info:focus{background:transparent;border-color:#ff18c0;color:#ff18c0}.AMPEr_btn--settings:hover i svg,.AMPEr_btn--settings:focus i svg,.AMPEr_btn--info:hover i svg,.AMPEr_btn--info:focus i svg{fill:#ff18c0}.AMPEr_icon--gear svg{display:block;fill:#ff31c7;width:auto;height:1.2rem}.AMPEr_icon--rozekoek{display:inline-block;background-size:2rem 2rem;width:2rem;height:2rem;margin-right:.8rem}.AMPEr_switches{padding:0;list-style:none;margin:1rem 0}.AMPEr_switches li{margin-bottom:.625rem;font-size:1.1rem;font-weight:600}.AMPEr_switches li small{display:block;font-size:.8rem;color:#5f5f5f}.AMPEr_switches input{position:absolute;left:-9999px}.AMPEr_switches label{display:flex;align-items:center;justify-content:space-between}.AMPEr_switches .AMPEr_switch span:last-child{position:relative;width:3.125rem;height:1.625rem;border-radius:.9375rem;background:grey;transition:all .3s}.AMPEr_switches .AMPEr_switch span:last-child:before{content:"";position:absolute;left:.0625rem;top:.0625rem;width:1.5rem;height:1.5rem;background:white;border-radius:50%;z-index:1;transition:transform .3s}.AMPEr_switches .AMPEr_switch span:last-child:after{content:"";position:absolute;top:50%;right:.5rem;width:.75rem;height:.75rem;transform:translateY(-50%);background:url(/build/assets/switch-unchecked-2087c69f.svg);background-size:.75rem .75rem}.AMPEr_switches .AMPEr_switch input[disabled]+label span:last-of-type{opacity:.5}.AMPEr_switches .AMPEr_switch input:checked+label span:last-child{background:#ff31c7}.AMPEr_switches .AMPEr_switch input:checked+label span:last-child:before{transform:translate(1.5rem)}.AMPEr_switches .AMPEr_switch input:checked+label span:last-child:after{width:.875rem;height:.875rem;left:.5rem;background-image:url(/build/assets/switch-checked-c730e8aa.svg);background-size:.875rem .875rem}.AMPEr_switches .AMPEr_switch:hover span:last-child{background:#737373}.AMPEr_switches .AMPEr_switch:hover input:checked+label span:last-child{background:#ff18c0}.AMPEr_switches .AMPEr_switch input:focus+label span:last-child{background:#737373;outline:0;box-shadow:0 0 0 .1875rem #000}.AMPEr_switches .AMPEr_switch input:checked:focus+label span:last-child{background:#ff18c0;outline:0;box-shadow:0 0 0 .1875rem #000}#AMPEr_modal_1{display:none}#AMPEr_modal_1.AMPEr--active{display:block}#AMPEr_modal_2{display:none}#AMPEr_modal_2.AMPEr--active{display:block}.AMPEr_modal.AMPEr--bottom{bottom:0;left:0;right:0;width:100%;border-radius:0}.AMPEr_modal.AMPEr--bottom.AMPEr--settings-active{padding:0}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1{align-items:center;justify-content:space-between}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1.AMPEr--active{display:flex}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1 .AMPEr_modal_head{display:none}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1 .AMPEr_description{flex-grow:1}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1 .AMPEr_modal_buttons{margin-top:0;display:flex;justify-content:flex-end;min-width:200px}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_2{background-color:#fff;padding:1rem;border-radius:.625rem;max-width:400px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%}@media screen and (max-width: 768px){.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1{flex-wrap:wrap}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1 .AMPEr_description{flex-grow:1}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_1 .AMPEr_modal_buttons{width:100%;margin-top:0;display:flex;justify-content:flex-end}}@media screen and (max-width: 420px){.AMPEr_modal.AMPEr--bottom #AMPEr_modal_2{width:100%;max-width:none;top:unset;left:unset;bottom:0;transform:none;border-radius:0;border-top-left-radius:.625rem;border-top-right-radius:.625rem}.AMPEr_modal.AMPEr--bottom #AMPEr_modal_2 .AMPEr_modal_buttons{justify-content:flex-end}}.AMPEr_modal.AMPEr--centered{left:0;right:0;margin-right:0;bottom:0;width:100%;border-radius:0;border-top-left-radius:.625rem;border-top-right-radius:.625rem}@media screen and (min-width: 480px){.AMPEr_modal.AMPEr--centered{position:fixed;top:50%;left:50%;bottom:unset;transform:translate(-50%,-50%);width:22rem;border-radius:.625rem}}#AMPEr_Underlay{z-index:-1;position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.4)}@-webkit-keyframes AMPEr-slide-right{to{right:15px}}@keyframes AMPEr-slide-right{to{right:15px}}@-webkit-keyframes AMPEr-slide-right{to{left:15px}}@-webkit-keyframes AMPEr-slide-left{to{left:15px}}@keyframes AMPEr-slide-left{to{left:15px}}#AMPEr_Cookies{z-index:1900}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;z-index:-1}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*{box-sizing:border-box}.container-fluid,.container{max-width:1690px;padding:0 1.5rem;margin-right:auto;margin-left:auto;width:100%}@media (max-width: 760px){.container-fluid,.container{padding:0 1.75rem}}.page-homepage_custom #page-content{margin-top:calc(var(--header-height) + 4rem)}@media (max-width: 760px){.page-homepage_custom #page-content{margin-top:calc(var(--header-height-mob) + 1.5rem)}}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:nowrap;margin-right:-1.25rem;margin-left:-1.25rem;margin-bottom:2.25rem;gap:2.25rem}@media (max-width: 760px){.row{flex-wrap:wrap;margin-bottom:.5rem;gap:.5rem}}.row>div{flex:1 1 0}@media (max-width: 760px){.row>div{flex-basis:100%}}.row.reverse{flex-direction:row-reverse}.col.reverse{flex-direction:column-reverse}.c-xs,.c1-xs,.c2-xs,.c3-xs,.c4-xs,.c5-xs,.c6-xs,.c7-xs,.c8-xs,.c9-xs,.c10-xs,.c11-xs,.c12-xs,.cos0-xs,.cos1-xs,.cos2-xs,.cos3-xs,.cos4-xs,.cos5-xs,.cos6-xs,.cos7-xs,.cos8-xs,.cos9-xs,.cos10-xs,.cos11-xs,.cos12-xs{box-sizing:border-box;flex:0 0 auto;padding-right:1.25rem;padding-left:1.25rem}.c-xs{flex-grow:1;flex-basis:0;max-width:100%}.c1-xs{flex-basis:8.33333333%;max-width:8.33333333%}.c2-xs{flex-basis:16.66666667%;max-width:16.66666667%}.c3-xs{flex-basis:25%;max-width:25%}.c4-xs{flex-basis:33.33333333%;max-width:33.33333333%}.c5-xs{flex-basis:41.66666667%;max-width:41.66666667%}.c6-xs{flex-basis:50%;max-width:50%}.c7-xs{flex-basis:58.33333333%;max-width:58.33333333%}.c8-xs{flex-basis:66.66666667%;max-width:66.66666667%}.c9-xs{flex-basis:75%;max-width:75%}.c10-xs{flex-basis:83.33333333%;max-width:83.33333333%}.c11-xs{flex-basis:91.66666667%;max-width:91.66666667%}.c12-xs{flex-basis:100%;max-width:100%}.cos0-xs{margin-left:0}.cos1-xs{margin-left:8.33333333%}.cos2-xs{margin-left:16.66666667%}.cos3-xs{margin-left:25%}.cos4-xs{margin-left:33.33333333%}.cos5-xs{margin-left:41.66666667%}.cos6-xs{margin-left:50%}.cos7-xs{margin-left:58.33333333%}.cos8-xs{margin-left:66.66666667%}.cos9-xs{margin-left:75%}.cos10-xs{margin-left:83.33333333%}.cos11-xs{margin-left:91.66666667%}.start-xs{justify-content:flex-start;text-align:start}.center-xs{justify-content:center;text-align:center}.end-xs{justify-content:flex-end;text-align:end}.top-xs{align-items:flex-start}.middle-xs{align-items:center}.bottom-xs{align-items:flex-end}.around-xs{justify-content:space-around}.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width: 761px){.c-sm,.c1-sm,.c2-sm,.c3-sm,.c4-sm,.c5-sm,.c6-sm,.c7-sm,.c8-sm,.c9-sm,.c10-sm,.c11-sm,.c12-sm,.cos0-sm,.cos1-sm,.cos2-sm,.cos3-sm,.cos4-sm,.cos5-sm,.cos6-sm,.cos7-sm,.cos8-sm,.cos9-sm,.cos10-sm,.cos11-sm,.cos12-sm{box-sizing:border-box;flex:0 0 auto;padding-right:1.25rem;padding-left:1.25rem}.row{margin-right:-1.25rem;margin-left:-1.25rem}.c-sm{flex-grow:1;flex-basis:0;max-width:100%}.c1-sm{flex-basis:8.33333333%;max-width:8.33333333%}.c2-sm{flex-basis:16.66666667%;max-width:16.66666667%}.c3-sm{flex-basis:25%;max-width:25%}.c4-sm{flex-basis:33.33333333%;max-width:33.33333333%}.c5-sm{flex-basis:41.66666667%;max-width:41.66666667%}.c6-sm{flex-basis:50%;max-width:50%}.c7-sm{flex-basis:58.33333333%;max-width:58.33333333%}.c8-sm{flex-basis:66.66666667%;max-width:66.66666667%}.c9-sm{flex-basis:75%;max-width:75%}.c10-sm{flex-basis:83.33333333%;max-width:83.33333333%}.c11-sm{flex-basis:91.66666667%;max-width:91.66666667%}.c12-sm{flex-basis:100%;max-width:100%}.cos0-sm{margin-left:0}.cos1-sm{margin-left:8.33333333%}.cos2-sm{margin-left:16.66666667%}.cos3-sm{margin-left:25%}.cos4-sm{margin-left:33.33333333%}.cos5-sm{margin-left:41.66666667%}.cos6-sm{margin-left:50%}.cos7-sm{margin-left:58.33333333%}.cos8-sm{margin-left:66.66666667%}.cos9-sm{margin-left:75%}.cos10-sm{margin-left:83.33333333%}.cos11-sm{margin-left:91.66666667%}.start-sm{justify-content:flex-start;text-align:start}.center-sm{justify-content:center;text-align:center}.end-sm{justify-content:flex-end;text-align:end}.top-sm{align-items:flex-start}.middle-sm{align-items:center}.bottom-sm{align-items:flex-end}.around-sm{justify-content:space-around}.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width: 1025px){.c-md,.c1-md,.c2-md,.c3-md,.c4-md,.c5-md,.c6-md,.c7-md,.c8-md,.c9-md,.c10-md,.c11-md,.c12-md,.cos0-md,.cos1-md,.cos2-md,.cos3-md,.cos4-md,.cos5-md,.cos6-md,.cos7-md,.cos8-md,.cos9-md,.cos10-md,.cos11-md,.cos12-md{box-sizing:border-box;flex:0 0 auto;padding-right:1.25rem;padding-left:1.25rem}.row{margin-left:-1.25rem;margin-right:-1.25rem}.c-md{flex-grow:1;flex-basis:0;max-width:100%}.c1-md{flex-basis:8.33333333%;max-width:8.33333333%}.c2-md{flex-basis:16.66666667%;max-width:16.66666667%}.c3-md{flex-basis:25%;max-width:25%}.c4-md{flex-basis:33.33333333%;max-width:33.33333333%}.c5-md{flex-basis:41.66666667%;max-width:41.66666667%}.c6-md{flex-basis:50%;max-width:50%}.c7-md{flex-basis:58.33333333%;max-width:58.33333333%}.c8-md{flex-basis:66.66666667%;max-width:66.66666667%}.c9-md{flex-basis:75%;max-width:75%}.c10-md{flex-basis:83.33333333%;max-width:83.33333333%}.c11-md{flex-basis:91.66666667%;max-width:91.66666667%}.c12-md{flex-basis:100%;max-width:100%}.cos0-md{margin-left:0}.cos1-md{margin-left:8.33333333%}.cos2-md{margin-left:16.66666667%}.cos3-md{margin-left:25%}.cos4-md{margin-left:33.33333333%}.cos5-md{margin-left:41.66666667%}.cos6-md{margin-left:50%}.cos7-md{margin-left:58.33333333%}.cos8-md{margin-left:66.66666667%}.cos9-md{margin-left:75%}.cos10-md{margin-left:83.33333333%}.cos11-md{margin-left:91.66666667%}.start-md{justify-content:flex-start;text-align:start}.center-md{justify-content:center;text-align:center}.end-md{justify-content:flex-end;text-align:end}.top-md{align-items:flex-start}.middle-md{align-items:center}.bottom-md{align-items:flex-end}.around-md{justify-content:space-around}.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width: 1200px){.c-lg,.c1-lg,.c2-lg,.c3-lg,.c4-lg,.c5-lg,.c6-lg,.c7-lg,.c8-lg,.c9-lg,.c10-lg,.c11-lg,.c12-lg,.cos0-lg,.cos1-lg,.cos2-lg,.cos3-lg,.cos4-lg,.cos5-lg,.cos6-lg,.cos7-lg,.cos8-lg,.cos9-lg,.cos10-lg,.cos11-lg,.cos12-lg{box-sizing:border-box;flex:0 0 auto;padding-right:15px;padding-left:15px}.c-lg{flex-grow:1;flex-basis:0;max-width:100%}.c1-lg{flex-basis:8.33333333%;max-width:8.33333333%}.c2-lg{flex-basis:16.66666667%;max-width:16.66666667%}.c3-lg{flex-basis:25%;max-width:25%}.c4-lg{flex-basis:33.33333333%;max-width:33.33333333%}.c5-lg{flex-basis:41.66666667%;max-width:41.66666667%}.c6-lg{flex-basis:50%;max-width:50%}.c7-lg{flex-basis:58.33333333%;max-width:58.33333333%}.c8-lg{flex-basis:66.66666667%;max-width:66.66666667%}.c9-lg{flex-basis:75%;max-width:75%}.c10-lg{flex-basis:83.33333333%;max-width:83.33333333%}.c11-lg{flex-basis:91.66666667%;max-width:91.66666667%}.c12-lg{flex-basis:100%;max-width:100%}.cos0-lg{margin-left:0}.cos1-lg{margin-left:8.33333333%}.cos2-lg{margin-left:16.66666667%}.cos3-lg{margin-left:25%}.cos4-lg{margin-left:33.33333333%}.cos5-lg{margin-left:41.66666667%}.cos6-lg{margin-left:50%}.cos7-lg{margin-left:58.33333333%}.cos8-lg{margin-left:66.66666667%}.cos9-lg{margin-left:75%}.cos10-lg{margin-left:83.33333333%}.cos11-lg{margin-left:91.66666667%}.start-lg{justify-content:flex-start;text-align:start}.center-lg{justify-content:center;text-align:center}.end-lg{justify-content:flex-end;text-align:end}.top-lg{align-items:flex-start}.middle-lg{align-items:center}.bottom-lg{align-items:flex-end}.around-lg{justify-content:space-around}.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}.sr-only{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.sr-only-focusable:focus,.sr-only-focusable:active{clip:auto!important;-webkit-clip-path:none!important;clip-path:none!important;height:auto!important;margin:auto!important;overflow:visible!important;width:auto!important;white-space:normal!important}.skip-link{background:#e5007e;color:#fff;font-weight:400;top:0;left:0;padding:4px;position:absolute;transition:transform .1s;transform:translate(-100%);z-index:990}.skip-link:focus{transform:translate(0)}.hidden,[hidden],[x-cloak]{display:none}@media (max-width: 760px){[x-cloak=mobile]{display:none}}@media screen and (max-width: 760px){.hide-mob{display:none!important}.mobile{display:block}}@media screen and (min-width: 761px) and (max-width: 1024px){.hide-tab{display:none!important}.mobile{display:none}}@media screen and (min-width: 1025px){.hide-desk{display:none!important}.mobile{display:none}}.less-space-bottom,.less-space-top{margin-bottom:0}.block{display:block}.flex{display:flex}.align-mid{align-self:center}.align-bot{align-self:flex-end}.relative{position:relative}.outer-glow picture{position:relative}.outer-glow picture:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}h1,h2,h3,h4,h5,h6{font-family:komtit-title,sans-serif;color:#fff}p{color:#fff}.font-good{font-family:good-times,sans-serif}.font-input{font-family:input-sans,sans-serif}.font-mont{font-family:montserrat,sans-serif}html{font-size:16px}@media (max-width: 1710px) and (min-width: 1025px){html{font-size:.9365vw}}@media (max-width: 1024px){html{font-size:.9365vw}}@media (max-width: 760px){html{font-size:16px}}h1,h2,h3,h4,h5,h6{margin-top:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:unset}h1{font-size:2.125rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{font-size:1.5rem;line-height:1.75;font-weight:400;margin:0}p+p{margin-top:.75rem}@media (max-width: 760px){p{font-size:1rem}}p.introduction{font-weight:500}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.italic{font-style:italic}.not-italic{font-style:normal}.underline{text-decoration:underline}.overline{-webkit-text-decoration-line:overline;text-decoration-line:overline}.line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.no-underline{-webkit-text-decoration-line:none;text-decoration-line:none}a{color:#ff31c7;text-decoration:none;font-size:inherit;font-familiy:inherit;font-weight:inherit}html{background-color:#000}.transition-none{transition-property:none}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,fill,stroke,-webkit-text-decoration-color;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,-webkit-text-decoration-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-linear{transition-timing-function:linear}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.delay-75{transition-delay:75ms}.delay-100{transition-delay:.1s}.delay-125{transition-delay:125ms}.delay-150{transition-delay:.15s}.delay-175{transition-delay:175ms}.delay-200{transition-delay:.2s}.duration-75{transition-duration:75ms}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-250{transition-duration:.25s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.translate-x-full{transform:translate(100%)}.translate-x-0{transform:translate(0)}.translate-menu-full{transform:translate(100%)}.translate-menu-0{transform:translate(0)}.opacity-0{opacity:0}.opacity-100{opacity:1}@-webkit-keyframes fade-in{0%{opacity:0}20%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}20%{opacity:0}to{opacity:1}}.tab-transition-enter{transition-timing-function:cubic-bezier(.68,-.3,.32,1)}.tab-transition-enter-start{opacity:0;transform:translateY(-8px)}.tab-transition-enter-end{opacity:1;transform:translateY(0);transition-duration:.7s}.tab-transition-leave{transition-timing-function:cubic-bezier(.68,-.3,.32,1)}.tab-transition-leave-start{opacity:1;transform:translateY(0)}.tab-transition-leave-end{opacity:0;transform:translateY(12px);transition-duration:.3s}.btn{padding:0;border:none;font:inherit;color:inherit;background-color:transparent;align-items:center;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:999rem;box-shadow:#00000005 0 1px 3px;box-sizing:border-box;cursor:pointer;display:inline-flex;font-size:1.5rem;justify-content:center;margin:0;min-height:2.5rem;padding:calc(.25rem - 1px) calc(1.5rem - 1px);position:relative;text-decoration:none;transition:all .25s;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;touch-action:manipulation;vertical-align:baseline;width:auto;text-transform:uppercase;letter-spacing:.05rem;line-height:1.2}@media (max-width: 760px){.btn{font-size:1.25rem}}.btn:hover,.btn:focus{border-color:#00000026;box-shadow:#0000001a 0 4px 12px;color:inherit}.btn:active{background-color:#f0f0f1;border-color:#00000026;box-shadow:#0000000f 0 2px 4px;color:#000000a6}.btn-reset{padding:0;border:none;font:inherit;color:inherit;background-color:transparent;cursor:pointer}.btn--primary{border-color:#ff31c7;background-color:#ff31c7;color:#fff}.btn--primary:hover,.btn--primary:focus{border-color:#ff31c7;background-color:#ff31c7;box-shadow:0 0 5px #ff31c7,0 0 25px #ff31c7,0 0 50px #ff31c7;text-shadow:0 0 15px #ffffff,0 0 25px #ffffff,0 0 50px #ffffff;color:#fff}@media (max-width: 760px){.btn--primary:hover,.btn--primary:focus{box-shadow:0 0 2px #ff31c7,0 0 15px #ff31c7,0 0 35px #ff31c7;text-shadow:0 0 8px #ffffff,0 0 15px #ffffff,0 0 35px #ffffff}}.btn--secondary{border-color:#ffd45e;background-color:#ffd45e;color:#000}.btn--secondary:hover,.btn--secondary:focus{border-color:#ffd45e;background-color:#ffd45e;box-shadow:0 0 5px #ffd45e,0 0 25px #ffd45e,0 0 50px #ffd45e;text-shadow:none;color:#000}@media (max-width: 760px){.btn--secondary:hover,.btn--secondary:focus{box-shadow:0 0 2px #ffd45e,0 0 15px #ffd45e,0 0 35px #ffd45e}}.btn--tertiary{border-color:#0041ff;background-color:#0041ff;color:#f6f2ea}.btn--tertiary:hover,.btn--tertiary:focus{border-color:#0041ff;background-color:#0041ff;box-shadow:0 0 5px #0041ff,0 0 25px #0041ff,0 0 50px #0041ff;text-shadow:0 0 15px #f6f2ea,0 0 25px #f6f2ea,0 0 50px #f6f2ea;color:#f6f2ea}@media (max-width: 760px){.btn--tertiary:hover,.btn--tertiary:focus{box-shadow:0 0 2px #0041ff,0 0 15px #0041ff,0 0 35px #0041ff;text-shadow:0 0 8px #f6f2ea,0 0 15px #f6f2ea,0 0 35px #f6f2ea}}.btn--icon-left svg{display:block;width:1.5rem;height:auto;margin-right:1rem}.btn--icon-right svg{display:block;width:1.5rem;height:auto;margin-left:1rem}.block__buttons a:not(:last-of-type){margin-right:1rem}.btn.large{width:100%;padding:1.3125rem 0;display:flex;align-items:center;justify-content:center;font-size:1.875rem;line-height:1.2}@media (max-width: 760px){.btn.large{font-size:1.125rem;margin-top:1rem;padding:1rem 0}}.btn.large.btn--primary{border-color:#fc0b70;background-color:#fc0b70}.btn.large.btn--primary:hover,.btn.large.btn--primary:focus{border-color:#fc0b70;background-color:#fc0b70;box-shadow:0 0 5px #fc0b70,0 0 25px #fc0b70,0 0 50px #fc0b70;text-shadow:0 0 15px #fff,0 0 25px #fff,0 0 50px #fff;color:#fff}@media (max-width: 760px){.btn.large.btn--primary:hover,.btn.large.btn--primary:focus{box-shadow:0 0 2px #ff31c7,0 0 15px #ff31c7,0 0 35px #ff31c7;text-shadow:0 0 8px #ffffff,0 0 15px #ffffff,0 0 35px #ffffff}}.book-now{text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:.75rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#fff;border-radius:999rem;padding-right:1.25rem;color:#000}.book-now--icon{height:100%;aspect-ratio:1/1;border-radius:100%;display:flex;align-items:center;justify-content:center}.book-now--icon svg{width:1.25rem;max-width:20px}.book-now:hover{text-shadow:none}.block{position:relative}.block.alt *{font-family:good-times;font-size:2.655rem}.block__one{height:19rem;display:flex;align-items:center;position:relative}@media (max-width: 760px){.block__one{height:12rem}}.block__one h1{font-family:komtit-tall,sans-serif;font-size:4.3rem;line-height:5rem;width:-webkit-min-content;width:-moz-min-content;width:min-content;margin-left:30rem;margin-top:-1.5rem;letter-spacing:.025rem;color:#000}@media (min-width: 540px) and (max-width: 760px){.block__one h1{display:block;margin-left:16rem;margin-top:4rem;font-size:3rem;line-height:1.1}}@media (max-width: 539px){.block__one h1{font-size:2rem;line-height:1.2;margin-left:auto;margin-top:-3rem;z-index:999;color:#000}}.block__one .offer_price{font-family:komtit-tall,sans-serif;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:3.9rem;top:.75rem;right:14rem;position:absolute;z-index:5;transform:rotate(-3deg);color:#000}@media (min-width: 540px) and (max-width: 760px){.block__one .offer_price{top:.5rem;right:2.25rem;font-size:3rem}}@media (max-width: 539px){.block__one .offer_price{position:absolute;font-size:2.25rem;margin-right:0;margin-left:auto;right:2.5rem;top:7.5rem}}.block__one .img{height:38rem;position:absolute;top:-12.5rem;width:auto;left:-9rem}@media (min-width: 540px) and (max-width: 760px){.block__one .img{display:block;height:19rem;z-index:99;top:-5.5rem;left:-3.5rem}}@media (max-width: 539px){.block__one .img{display:block;height:14rem;top:-4rem;left:-3.5rem}}.block__one__background{height:19rem;position:absolute;top:0;right:0}@media (max-width: 760px){.block__one__background{height:12rem;position:absolute;top:0;right:0rem;display:none}}.block__one__overlay{width:15rem;height:auto;position:absolute;top:-1rem;right:10rem}@media (min-width: 540px) and (max-width: 760px){.block__one__overlay{width:12rem;top:-1rem;right:-1rem}}@media (max-width: 539px){.block__one__overlay{margin-right:0;width:9rem;position:absolute;margin-left:0;z-index:1;right:0rem;top:6.5rem}}.block__one .btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#000;border-color:#000;position:relative;z-index:100;position:absolute;left:26rem;bottom:1.5rem;box-shadow:0 0 50px #fff;font-size:1.75rem;font-weight:600}.block__one .btn:is(:hover,:focus){background-color:#fff;color:#000;box-shadow:0 0 50px #fff;border-color:#fff}@media (max-width: 760px){.block__one .btn{bottom:1rem;left:1rem;position:absolute;width:-webkit-max-content;width:-moz-max-content;width:max-content;font-size:1.25rem}}.block__one__full{height:19rem;display:flex;align-items:center;position:relative;overflow-y:visible;overflow-x:visible}@media (max-width: 760px){.block__one__full{height:10rem}}.block__one__full h1{font-family:komtit-tall,sans-serif;font-size:5rem;line-height:5.4rem;width:-webkit-min-content;width:-moz-min-content;width:min-content;margin-left:40rem;margin-top:-1.5rem;letter-spacing:.025rem;color:#000}@media (min-width: 540px) and (max-width: 760px){.block__one__full h1{display:block;margin-left:44vw;margin-top:-2rem;font-size:2.5rem;line-height:1.1;z-index:999}}@media (max-width: 539px){.block__one__full h1{font-size:2rem;line-height:1.2;margin-left:6rem;margin-top:-3rem;z-index:999;color:#000}}@media (min-width: 320px) and (max-width: 400px){.block__one__full h1{margin-top:-2.9rem}}.block__one__full .offer_price{font-family:komtit-tall,sans-serif;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:5.5rem;top:2.5rem;right:21.5rem;position:absolute;z-index:5;transform:rotate(-3deg);color:#000;letter-spacing:-.2rem}@media (min-width: 540px) and (max-width: 760px){.block__one__full .offer_price{top:5.75rem;right:2.75rem;font-size:2.5rem;letter-spacing:0rem;z-index:9999}}@media (max-width: 539px){.block__one__full .offer_price{position:absolute;font-size:2.25rem;margin-right:0;margin-left:auto;right:3.5rem;top:6rem;letter-spacing:0rem}}.block__one__full .img{height:42rem;position:absolute;top:-12.5rem;width:auto;left:-10rem;z-index:99}@media (min-width: 540px) and (max-width: 760px){.block__one__full .img{display:block;height:19rem;z-index:99;top:-5.5rem;left:-3.5rem}}@media (max-width: 539px){.block__one__full .img{display:none}}.block__one__full__background{height:19rem;position:absolute;top:0;right:0;display:block}@media (max-width: 760px){.block__one__full__background{height:12rem;position:absolute;top:0;right:-15rem}}.block__one__full__woman_mobile{display:none}@media (max-width: 760px){.block__one__full__woman_mobile{display:block;width:7rem;position:absolute;top:0;right:0}}.block__one__full__overlay{width:21rem;height:auto;position:absolute;top:0rem;right:15rem}@media (min-width: 540px) and (max-width: 760px){.block__one__full__overlay{width:10rem;top:unset;bottom:0rem;right:0rem;z-index:999}}@media (max-width: 539px){.block__one__full__overlay{margin-right:0;width:9rem;position:absolute;margin-left:0;z-index:1;right:1rem;top:5rem}}.block__one__full .btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#000;border-color:#000;position:relative;z-index:100;position:absolute;left:41rem;bottom:1.75rem;box-shadow:0 0 50px #fff;font-size:1.5rem;font-weight:600}.block__one__full .btn:is(:hover,:focus){background-color:#fff;color:#000;box-shadow:0 0 50px #fff;border-color:#fff}@media (max-width: 539px){.block__one__full .btn{bottom:1rem;left:1rem;position:absolute;width:-webkit-max-content;width:-moz-max-content;width:max-content;font-size:1.25rem}}@media (min-width: 540px) and (max-width: 639px){.block__one__full .btn{left:30vw;bottom:.5rem}}@media (min-width: 640px) and (max-width: 760px){.block__one__full .btn{left:45vw;bottom:.5rem}}.block__one__deal_mobile{display:none}@media (max-width: 539px){.block__one__deal_mobile{display:block;position:absolute;top:-1rem;left:-2.5rem;width:10rem}}.block__two{height:47rem;position:relative;overflow:visible;z-index:2}@media (max-width: 760px){.block__two{height:14rem}}.block__two h2{font-family:komtit-tall,sans-serif;font-size:4rem;letter-spacing:.1rem;margin-left:25rem;margin-top:6.25rem;position:absolute;z-index:5;color:#000}@media (min-width: 760px) and (max-width: 1700px){.block__two h2{margin-left:32.5rem}}@media (min-width: 1701px) and (max-width: 1919px){.block__two h2{margin-right:5rem}}@media (max-width: 760px){.block__two h2{margin-left:6rem;margin-top:2rem;font-size:1.5rem}}.block__two h3{font-family:bello-pro,sans-serif!important;font-size:6.8rem;line-height:.9;color:#fff;text-indent:-20rem;transform:rotate(-5deg);position:relative;top:12rem;width:45rem;z-index:5}@media (min-width: 760px) and (max-width: 1700px){.block__two h3{left:61rem}}@media (min-width: 1701px) and (max-width: 1919px){.block__two h3{position:absolute;right:-34rem}}@media (min-width: 1920px){.block__two h3{left:53rem}}@media (max-width: 760px){.block__two h3{position:relative;top:-.5rem;right:0;text-indent:-20vw;font-size:9vw;z-index:5;margin-top:3rem;line-height:.9}}.block__two h3 span{position:absolute;top:0}.block__two h3 span:nth-child(1){z-index:999}.block__two h3 span:nth-child(2){z-index:1;text-stroke:0px #000;-webkit-text-stroke:0px #000;color:#000;text-shadow:4px 4px 0 #000,8px 8px 0 #0041ff}@media (max-width: 760px){.block__two h3 span{top:1rem;left:35vw}.block__two h3 span:nth-child(2){z-index:1;-webkit-text-stroke:0px #000;color:#000;text-shadow:3px 3px 0 #000,5px 5px 0 #0041ff}}.block__two h3:first-line{text-indent:5rem}.block__two__woman{width:75rem;position:absolute;bottom:-5rem;right:8rem;z-index:9}@media (min-width: 760px) and (max-width: 1700px){.block__two__woman{bottom:-4rem;right:12rem}}@media (max-width: 760px){.block__two__woman{width:auto;height:14rem;left:-5.5rem;bottom:-1.5rem}}.block__two__bg_image{width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;z-index:1}@media (max-width: 760px){.block__two__bg_image{height:14rem;-o-object-fit:cover;object-fit:cover;z-index:-1}}.block__two .btn{width:10rem;background-color:#000;border:unset;position:relative;z-index:100;position:absolute;right:4rem;bottom:3.75rem;box-shadow:unset;font-size:1.75rem;font-weight:600;box-shadow:0 0 50px #fff}.block__two .btn img{width:100%}.block__two .btn:is(:hover,:focus){background-color:#fff;color:unset;box-shadow:unset;border-color:unset;box-shadow:0 0 50px #fff}@media (max-width: 760px){.block__two .btn{width:8rem;bottom:1rem;right:1rem;position:absolute;font-size:1.25rem}}.block__three{padding:0;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;z-index:0;overflow:clip}.block__three:before{content:"";background-image:linear-gradient(to bottom,#fc5d20 66%,rgba(0,0,0,0));position:absolute;top:0;left:0;width:100%;height:20rem;z-index:99}@media (max-width: 760px){.block__three:before{height:10rem;background-image:linear-gradient(to bottom,#fc5d20,rgba(0,0,0,0))}}.block__three picture{position:absolute}.block__three picture:nth-of-type(1){z-index:100;position:absolute;top:-25rem;right:-14rem;width:58rem}@media (max-width: 760px){.block__three picture:nth-of-type(1){width:18rem;top:-7rem;left:unset;right:3rem;margin-left:auto;z-index:99}}.block__three picture:nth-of-type(2){bottom:0;left:0;width:100%;z-index:10}@media (max-width: 760px){.block__three{height:20rem}}.block__three h2{font-family:komtit-title,sans-serif;width:-webkit-min-content;width:-moz-min-content;width:min-content;position:absolute;font-size:5.625rem;text-align:center;line-height:.85;z-index:999;top:2rem;color:#000}@media (min-width: 760px) and (max-width: 1700px){.block__three h2{right:7rem}}@media (max-width: 760px){.block__three h2{font-size:2rem;line-height:.9;top:1rem;right:5rem;position:absolute;width:-webkit-max-content;width:-moz-max-content;width:max-content}}.block__three__image{width:50rem;height:auto;position:absolute;z-index:999;top:0rem;left:3rem}@media (max-width: 760px){.block__three__image{width:32rem;top:-14rem;right:50%;transform:translate(50%);left:unset}}.block__three__bottom_image{width:100%;height:auto;position:absolute;bottom:0;left:0}@media (max-width: 760px){.block__three__bottom_image{width:100%!important;bottom:-7rem;-o-object-position:20%;object-position:20%}}@media (min-width: 500px) and (max-width: 760px){.block__three__bottom_image{bottom:-15rem}}.block__three .btn{width:-webkit-max-content;width:-moz-max-content;width:max-content;background-color:#000;border-color:#000;position:relative;z-index:100;position:absolute;right:50%;transform:translate(50%);bottom:3.75rem;box-shadow:0 0 50px #fff;font-size:1.75rem;font-weight:600}.block__three .btn:is(:hover,:focus){background-color:#fff;color:#000;box-shadow:0 0 50px #fff;border-color:#fff}@media (max-width: 760px){.block__three .btn{bottom:1.5rem;font-size:1.25rem}}.block__four{height:41.25rem;position:relative;overflow:visible;z-index:1}.block__four h2{width:20rem;color:#fff;font-family:komtit-small,sans-serif;font-size:4.375rem;position:absolute;top:8rem;left:15rem;z-index:9;letter-spacing:.125rem;display:flex;align-items:center}.block__four h2:before{content:"#1 ";font-size:13rem;font-family:komtit-kap,sans-serif;margin-top:0;margin-right:1rem;margin-bottom:.75rem}@media (max-width: 760px){.block__four h2{width:20rem;font-size:2rem;top:2rem;left:1rem;right:unset}.block__four h2:before{font-size:5rem;margin-right:.5rem;margin-bottom:.25rem}}@media (min-width: 480px) and (max-width: 760px){.block__four h2{left:5rem}}.block__four_image.img{width:33rem;position:absolute;z-index:5;bottom:1rem;right:0}@media (max-width: 760px){.block__four_image.img{width:15rem;top:1rem}}.block__four__bg_image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;bottom:0;z-index:1}.block__four_texteffect{width:30rem;position:absolute;top:4rem;left:4rem}@media (max-width: 760px){.block__four_texteffect{width:12rem;top:.5rem;left:-4rem}}@media (min-width: 480px) and (max-width: 760px){.block__four_texteffect{left:1rem}}.block__four .btn{background-color:#000;border-color:#000;color:#fff;position:absolute;z-index:99;bottom:2.3rem;right:7.4rem;font-size:1.75rem;font-weight:600}.block__four .btn:is(:hover,:focus){background-color:#fff;color:#000;box-shadow:0 0 50px #fff;border-color:#fff}@media (max-width: 760px){.block__four .btn{width:-webkit-max-content;width:-moz-max-content;width:max-content;left:1.5rem;bottom:1.5rem;font-size:1.25rem}}@media (max-width: 760px){.block__four{height:16rem;flex:0 0 100%!important;overflow:clip}}.block__five{position:relative;overflow:visible}.block__five h2{font-family:komtit-small,sans-serif;position:absolute;z-index:99;bottom:3rem;right:13.5rem;font-size:4.375rem;text-align:center;display:flex;align-items:center;flex-direction:column;line-height:1.2;color:#000}.block__five h2 span{font-size:6.25rem}@media (max-width: 760px){.block__five h2{font-size:2rem;top:2.5rem;right:1.5rem}.block__five h2 span{font-size:3rem}}.block__five__image.img{width:25rem;position:absolute;z-index:10;left:0}@media (max-width: 760px){.block__five__image.img{width:12.5rem;left:0}}.block__five__background_image.img{width:100%;height:41.25rem;position:absolute;top:0;left:0;bottom:0;z-index:0;-o-object-fit:cover;object-fit:cover;-o-object-position:top left;object-position:top left}@media (max-width: 760px){.block__five__background_image.img{height:14rem;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;z-index:1}}@media (min-width: 560px) and (max-width: 760px){.block__five__background_image.img{-o-object-position:0 20%;object-position:0 20%}}.block__five__text_effect.img{width:18rem;position:absolute;top:.5rem;left:-1.5rem;bottom:0;z-index:999}@media (max-width: 760px){.block__five__text_effect.img{width:9rem;left:.5rem;top:.5em}}.block__five__title_image.img{position:absolute;width:20rem;bottom:6rem;right:50%;transform:translate(50%);z-index:999}@media (max-width: 760px){.block__five__title_image.img{width:12rem;right:.5rem;transform:unset;left:unset;bottom:unset;top:1rem}}@media (min-width: 500px) and (max-width: 760px){.block__five__title_image.img{right:17vw}}.block__five .btn{background-color:#000;border-color:#000;color:#fff;position:absolute;z-index:99;bottom:2.3rem;right:50%;transform:translate(50%);font-size:1.75rem;font-weight:600}.block__five .btn:is(:hover,:focus){background-color:#fff;color:#000;box-shadow:0 0 50px #fff;border-color:#fff}@media (max-width: 760px){.block__five .btn{bottom:1.5rem;right:1.5rem;font-size:1.25rem;transform:unset}}@media (min-width: 560px) and (max-width: 760px){.block__five .btn{right:15vw}}@media (max-width: 760px){.block__five{height:14rem;flex:0 0 100%!important}}.block__six{position:relative;visibility:visible;height:29rem;z-index:2}@media (max-width: 760px){.block__six{height:33rem}}.block__six h2{font-family:komtit-small,sans-serif;font-size:5rem;top:4.5rem;left:4.5rem;position:absolute;z-index:99;color:#000}@media (max-width: 760px){.block__six h2{font-size:2rem;top:1.5rem;left:1.5rem}}.block__six p{width:49rem;font-family:Abel,sans-serif;font-size:1.875rem;line-height:1.4;position:absolute;top:11.75rem;left:5rem;z-index:99;color:#000}@media (max-width: 760px){.block__six p{width:80%;font-size:1.25rem;top:5rem;left:1.5rem}}.block__six__image{width:22rem;position:absolute;bottom:0;right:13.75rem;z-index:99}@media (max-width: 760px){.block__six__image{width:12rem;bottom:0rem;right:6.5rem}}.block__six__image_product{width:23rem;position:absolute;bottom:-6rem;right:-3rem;z-index:100}@media (max-width: 760px){.block__six__image_product{width:12rem;bottom:-1.5rem;left:unset;right:-2rem}}.block__six .background_image_block_six{width:100%;height:29rem;bottom:0;left:0;position:absolute;-o-object-fit:cover;object-fit:cover}@media (max-width: 760px){.block__six .background_image_block_six{height:33rem}}.block__six .btn{background-color:#000;border-color:#000;color:#fff;position:absolute;z-index:999;bottom:2.3rem;left:5rem;font-size:1.75rem;font-weight:600}.block__six .btn:is(:hover,:focus){background-color:#fff;color:#000;box-shadow:0 0 50px #fff;border-color:#fff}@media (max-width: 760px){.block__six .btn{width:-webkit-max-content;width:-moz-max-content;width:max-content;bottom:1.5rem;left:1.5rem;font-size:1.25rem}}.block__seven{position:relative;visibility:visible;height:31rem;z-index:0}@media (max-width: 760px){.block__seven{z-index:1}}.block__seven h2{font-family:komtit-small,sans-serif;width:20rem;font-size:5rem;line-height:1.1;top:12rem;left:3rem;z-index:99;position:absolute;color:#000}@media (max-width: 760px){.block__seven h2{font-size:2.5rem;line-height:1.2;top:8rem;left:1.5rem;width:5rem}}.block__seven__image{width:22.8rem;right:-4rem;bottom:-2.25rem;position:absolute}@media (max-width: 760px){.block__seven__image{width:14rem;right:-3rem;bottom:-1.5rem}}.block__seven .btn{background-color:#000;border-color:#000;color:#fff;position:absolute;z-index:99;bottom:2.3rem;left:2rem;font-size:1.75rem;font-weight:600}.block__seven .btn:is(:hover,:focus){background-color:#fff;color:#000;box-shadow:0 0 50px #fff;border-color:#fff}@media (max-width: 760px){.block__seven .btn{width:-webkit-max-content;width:-moz-max-content;width:max-content;bottom:1.5rem;left:1.5rem;font-size:1.25rem}}.block__seven .text_effect_image_block_seven{width:30rem;position:absolute;top:-2rem;left:-3rem}@media (max-width: 760px){.block__seven .text_effect_image_block_seven{width:15rem;top:0rem;left:0rem}}.block__seven .background_image_block_seven{height:31rem;position:absolute;top:0;left:0;z-index:-1}@media (max-width: 760px){.block__seven .background_image_block_seven{height:20rem;-o-object-fit:cover;object-fit:cover}}@media (max-width: 760px){.block__seven{height:20rem;flex:0 0 100%!important}}.block__eight{position:relative;overflow:clip;height:31rem;z-index:0}@media (max-width: 760px){.block__eight{height:20rem}}.block__eight h2{font-family:komtit-small,sans-serif;width:20rem;font-size:5rem;line-height:1.1;top:1.5rem;left:2rem;z-index:99;position:absolute;text-align:right;color:#000}@media (max-width: 760px){.block__eight h2{width:10rem;font-size:2.5rem;top:1rem;left:3rem;text-align:left}}.block__eight__image{width:39rem;left:0;top:0;position:absolute;z-index:2}@media (max-width: 760px){.block__eight__image{width:22rem;left:0rem;bottom:-1.5rem}}.block__eight .background_image_block_eight{width:100%;position:absolute;left:0;bottom:0;z-index:0}@media (max-width: 760px){.block__eight .background_image_block_eight{height:100%;-o-object-fit:cover;object-fit:cover}}.block__eight .btn{background-color:#000;border-color:#000;color:#fff;position:absolute;z-index:999;bottom:2.3rem;left:5rem;font-size:1.75rem;font-weight:600}.block__eight .btn:is(:hover,:focus){background-color:#fff;color:#000;box-shadow:0 0 50px #fff;border-color:#fff}@media (max-width: 760px){.block__eight .btn{width:-webkit-max-content;width:-moz-max-content;width:max-content;bottom:1.5rem;left:1.5rem;font-size:1.25rem}}.block__nine{position:relative;overflow:visible;height:36.25rem;margin-bottom:1rem;z-index:2}@media (max-width: 760px){.block__nine{height:20rem;flex:0 0 100%!important;margin-bottom:5rem}}.block__nine__image{width:15rem;position:absolute;top:-1.5rem;left:-2rem;z-index:2}@media (max-width: 760px){.block__nine__image{width:10rem;right:unset;left:-1rem;top:-1rem}}@media (min-width: 480px) and (max-width: 760px){.block__nine__image{width:12.5rem;left:1rem}}.block__nine .background_image_block_nine{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;z-index:0}@media (max-width: 760px){.block__nine .background_image_block_nine{height:20rem;-o-object-fit:cover;object-fit:cover;-o-object-position:0% 25%;object-position:0% 25%;z-index:1}}.block__nine .btn{background-color:#fff;border-color:#fff;color:#000;z-index:3;font-size:1.75rem;font-weight:600;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media (max-width: 760px){.block__nine .btn:nth-of-type(1){font-size:1.25rem}}.block__nine .btn:is(:hover,:focus){background-color:#fff;color:#000;box-shadow:0 0 50px #fff;border-color:#fff}.block__nine .btn:is(:hover,:focus) svg{fill:#000;transition:all .25s}@media (max-width: 760px){.block__nine .btn{width:-webkit-max-content;width:-moz-max-content;width:max-content}}.block__nine .btn svg{fill:#000;transition:all .25s}.block__nine .whatsapp{background-color:unset!important;border:unset!important;padding:0}.block__nine .whatsapp:hover{box-shadow:unset!important}.block__nine .whatsapp img{width:5rem;height:auto}.block__nine__buttongroup{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:absolute;bottom:4.3rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:1rem}@media (max-width: 760px){.block__nine__buttongroup{width:20rem;bottom:0;left:50%;transform:translate(-50%);flex-direction:row;justify-content:space-around;align-items:center;z-index:999}}.block__nine__buttongroup .whatsapp{position:absolute;bottom:-4.5rem;right:-3.5rem}@media (max-width: 760px){.block__nine__buttongroup .whatsapp{position:static}}.block__ten{position:relative;overflow:visible;height:36.25rem}@media (max-width: 760px){.block__ten{height:35rem;flex:0 0 100%!important}}.block__ten h2{font-family:komtit-small,sans-serif;width:15rem;font-size:4.375rem;line-height:1.1;top:1.5rem;right:1.5rem;z-index:99;position:absolute;text-align:left;color:#000}@media (max-width: 760px){.block__ten h2{width:10rem;font-size:2.5rem;top:1rem;right:0;text-align:left}}.block__ten__image{width:22.5rem;position:absolute;bottom:-2.5rem;right:3.75rem;z-index:2}@media (max-width: 760px){.block__ten__image{width:17rem;left:1rem;bottom:-3rem;display:none}}.block__ten .text_effect_image_block_ten{width:32rem;position:absolute;top:0rem;right:0rem;z-index:2;pointer-events:none}@media (max-width: 760px){.block__ten .text_effect_image_block_ten{width:20rem;top:0;right:0;z-index:4}}.block__ten .background_image_block_ten{height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;z-index:0}@media (max-width: 760px){.block__ten .background_image_block_ten{height:35rem;-o-object-fit:cover;object-fit:cover;z-index:1}}.block__ten .btn{background-color:#000;border-color:#000;color:#fff;position:absolute;z-index:999;bottom:2.3rem;left:18rem;font-size:1.75rem;font-weight:600}.block__ten .btn:is(:hover,:focus){background-color:#fff;color:#000;box-shadow:0 0 50px #fff;border-color:#fff}@media (max-width: 760px){.block__ten .btn{width:-webkit-max-content;width:-moz-max-content;width:max-content;bottom:1.5rem;right:1.5rem;left:unset;font-size:1.25rem}}.block-nine-ten{display:flex}@media (max-width: 760px){.block-nine-ten{flex-wrap:wrap-reverse}.block-nine-ten .block__nine{margin-bottom:5rem}.block-nine-ten .block__ten{margin-bottom:0}}.block__book_now{position:relative;height:19rem}@media (max-width: 760px){.block__book_now{height:12rem}}.block__book_now .btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#000;border-color:#000;position:relative;z-index:100;position:absolute;right:4rem;bottom:2.25rem;font-size:1.75rem;font-weight:600;padding:.5rem 1.5rem;display:flex;gap:.75rem}.block__book_now .btn:is(:hover,:focus){background-color:#fff;color:#000;box-shadow:0 0 50px #fff;border-color:#fff}.block__book_now .btn:is(:hover,:focus) svg{fill:#000;transition:all .25s}.block__book_now .btn svg{fill:#fff;transition:all .25s}@media (max-width: 760px){.block__book_now .btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;right:1.5rem;bottom:1.5rem;font-size:1.25rem}}.block__heading{position:relative;height:19rem;overflow-x:clip;display:flex;margin-bottom:2.25rem}@media (max-width: 760px){.block__heading{height:8rem}}.block__heading__image{height:23rem;right:5rem;top:-.25rem;position:absolute;z-index:10}@media (max-width: 760px){.block__heading__image{height:9rem;bottom:-1.5rem;top:unset;right:1rem}}.block__heading__backgroundimage{width:100%;height:19rem;position:absolute;top:0;left:0;z-index:0;-o-object-fit:cover;object-fit:cover}@media (max-width: 760px){.block__heading__backgroundimage{top:0;height:100%}}.block__heading h1{font-family:komtit-tall;font-size:6rem;margin-left:2.5rem;margin-block:auto;position:relative;z-index:5}@media (max-width: 639px){.block__heading h1{max-width:33vw;font-size:5vw;margin-left:1rem;position:absolute;top:2.5rem;left:0rem;word-break:break-word}}@media (min-width: 640px) and (max-width: 760px){.block__heading h1{max-width:100%;font-size:4.5vw;margin-left:1rem}}.block--one-column{padding-top:4rem!important;margin-bottom:2.25rem;padding-right:14rem}@media (max-width: 760px){.block--one-column{padding-right:0;padding-top:2rem!important}}.block--one-column table{width:100%;padding-inline:-.5rem}@media (max-width: 760px){.block--one-column td p{font-size:.75rem}}.block--one-column .block__text{padding-inline:4rem}@media (max-width: 760px){.block--one-column .block__text{padding-inline:1rem}}.block--one-column .block__text h2,.block--one-column .block__text h3,.block--one-column .block__text h4,.block--one-column .block__text h5{margin-bottom:0;line-height:1.2}.block--one-column .block__text h2 span,.block--one-column .block__text h3 span,.block--one-column .block__text h4 span,.block--one-column .block__text h5 span{color:#ff31c7;font-family:Abel,sans-serif;text-transform:uppercase}.block--one-column .block__text p{font-size:1.875rem;line-height:1.5;margin-bottom:3.5rem;margin-top:0;color:#000}.block--one-column .block__text p:last-child{margin-bottom:0;white-space:wrap}@media (min-width: 431px) and (max-width: 760px){.block--one-column .block__text p{font-size:1.25rem;margin-bottom:2rem}}@media (max-width: 430px){.block--one-column .block__text p{font-size:1.05rem}}.block--one-column .block__text table tr td h3{margin-top:1rem!important}.block--two-column .row{gap:0rem}@media (max-width: 760px){.block--two-column .row{gap:2.25rem;margin-bottom:2rem}}.block--two-column .inner{height:100%}.block--two-column .inner .block__text{display:flex;flex-direction:column;padding:2rem}.block__adres address{margin-bottom:2rem;font-size:1.5rem}.block__adres hr{margin-bottom:1rem}.block__adres .adres__item{margin-bottom:1.5rem}.block__adres .adres__item a{display:flex;align-items:center;font-size:1.5rem;transition:all .25s}.block__adres .adres__item a:hover{color:#fff}.block__adres .adres__item a .icon>svg{width:1.5rem;height:1.5rem;fill:#fff;margin-right:.5rem}.top-salon h3,.top-salon p{color:#000}@media (max-width: 768px){.btn .btn-text{display:none}.btn .icon-mobile{display:inline-block;width:1.25rem;line-height:1}}@media (min-width: 769px){.btn .icon-mobile{display:none}}.modal{position:fixed;display:flex;align-items:center;justify-content:center;top:0;left:0;right:0;bottom:0;z-index:500}.modal__bg{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000d9}.modal__wrap{position:relative;background-color:#fff;border-radius:1rem;max-width:640px;padding:1.5rem;margin:0 1.5rem;overflow:auto}.modal__buttons{margin-top:2rem;display:flex}.form{display:flex;flex-wrap:wrap;padding-top:.625rem;margin-left:-.75rem;margin-right:-.75rem}.form__title{margin-bottom:.75rem}.form__description{font-size:1.875rem;line-height:1.2;margin-bottom:1.5rem}@media (max-width: 760px){.form__description{font-size:1.25rem;margin-bottom:1rem}}.form__error-message{color:#c73e1d;margin-bottom:1rem}.form__succes-message{color:#ff31c7;margin-bottom:1rem;font-size:1.25rem}.form__succes-message:before{content:"\2713";display:inline-block;margin-right:.5rem;font-size:1.5rem;color:#ff31c7}.form--sending{opacity:.7;pointer-events:none}.form__error{color:#c73e1d;font-size:90%;position:relative;top:.325rem}.form__group,.form__button{padding-left:.75rem;padding-right:.75rem;width:100%}.form__group.w-100,.form__button.w-100{width:100%}.form__group.w-75,.form__button.w-75{width:75%}.form__group.w-66,.form__button.w-66{width:66%}.form__group.w-50,.form__button.w-50{width:50%}.form__group.w-33,.form__button.w-33{width:33%}.form__group.w-25,.form__button.w-25{width:25%}@media (max-width: 760px){.form__group.w-100,.form__button.w-100,.form__group.w-75,.form__button.w-75,.form__group.w-66,.form__button.w-66,.form__group.w-50,.form__button.w-50,.form__group.w-33,.form__button.w-33,.form__group.w-25,.form__button.w-25{width:100%}}.form__button{display:flex;justify-content:flex-end}.form__button button{margin-right:1.5rem}.form__group{margin-bottom:1.75rem}@media (max-width: 760px){.form__group{margin-bottom:1.25rem}}.form__required{font-size:100%;top:unset;z-index:unset;top:-.2em;left:-.1em;color:#ff31c7}.form__controls{text-align:left;position:relative;color:#fff;font-size:1.5rem}@media (max-width: 760px){.form__controls{font-size:1rem}}.form__controls label{display:block;margin-bottom:.5rem}.form__controls input[type=text],.form__controls input[type=email],.form__controls input[type=number],.form__controls input[type=date],.form__controls input[type=tel],.form__controls textarea,.form__controls select{line-height:1.5;border:2px solid #ff31c7;color:#fff;font-family:inherit;font-size:1.25rem;font-weight:300;padding:.625rem;width:100%;border-radius:2px;transition:all .3s;resize:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent}@media (max-width: 760px){.form__controls input[type=text],.form__controls input[type=email],.form__controls input[type=number],.form__controls input[type=date],.form__controls input[type=tel],.form__controls textarea,.form__controls select{font-size:1rem;padding:.5rem}}.form__controls input[type=text]:focus,.form__controls input[type=text]:hover,.form__controls input[type=email]:focus,.form__controls input[type=email]:hover,.form__controls input[type=number]:focus,.form__controls input[type=number]:hover,.form__controls input[type=date]:focus,.form__controls input[type=date]:hover,.form__controls input[type=tel]:focus,.form__controls input[type=tel]:hover,.form__controls textarea:focus,.form__controls textarea:hover,.form__controls select:focus,.form__controls select:hover{outline:none;border-color:#fff}.form__controls input[type=text]:focus+label,.form__controls input[type=text]:hover+label,.form__controls input[type=email]:focus+label,.form__controls input[type=email]:hover+label,.form__controls input[type=number]:focus+label,.form__controls input[type=number]:hover+label,.form__controls input[type=date]:focus+label,.form__controls input[type=date]:hover+label,.form__controls input[type=tel]:focus+label,.form__controls input[type=tel]:hover+label,.form__controls textarea:focus+label,.form__controls textarea:hover+label,.form__controls select:focus+label,.form__controls select:hover+label{color:#ff31c7!important;cursor:text}.form__controls input[type=text]::-webkit-input-placeholder,.form__controls input[type=email]::-webkit-input-placeholder,.form__controls input[type=number]::-webkit-input-placeholder,.form__controls input[type=date]::-webkit-input-placeholder,.form__controls input[type=tel]::-webkit-input-placeholder,.form__controls textarea::-webkit-input-placeholder,.form__controls select::-webkit-input-placeholder{color:#fff;display:none}.form__controls input[type=text]:-moz-placeholder,.form__controls input[type=email]:-moz-placeholder,.form__controls input[type=number]:-moz-placeholder,.form__controls input[type=date]:-moz-placeholder,.form__controls input[type=tel]:-moz-placeholder,.form__controls textarea:-moz-placeholder,.form__controls select:-moz-placeholder{color:#fff;opacity:0;display:none}.form__controls input[type=text]::-moz-placeholder,.form__controls input[type=email]::-moz-placeholder,.form__controls input[type=number]::-moz-placeholder,.form__controls input[type=date]::-moz-placeholder,.form__controls input[type=tel]::-moz-placeholder,.form__controls textarea::-moz-placeholder,.form__controls select::-moz-placeholder{color:#fff;opacity:0;display:none}.form__controls input[type=text]:-ms-input-placeholder,.form__controls input[type=email]:-ms-input-placeholder,.form__controls input[type=number]:-ms-input-placeholder,.form__controls input[type=date]:-ms-input-placeholder,.form__controls input[type=tel]:-ms-input-placeholder,.form__controls textarea:-ms-input-placeholder,.form__controls select:-ms-input-placeholder{color:#fff;display:none}.form__group--select label{pointer-events:none}.form__group--select select{cursor:pointer}.form__group--select .form__controls:after{pointer-events:none;display:block;content:"";width:.9rem;height:.9rem;background-size:cover;right:1rem;top:3.25rem;position:absolute;opacity:.5;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMGw4IDEwaC0xNmw4LTEwem04IDE0aC0xNmw4IDEwIDgtMTB6Ii8+PC9zdmc+)}@media (max-width: 760px){.form__group--select .form__controls:after{top:2.5rem}}.form input[type=text]+label,.form input[type=email]+label,.form input[type=number]+label,.form input[type=date]+label,.form input[type=tel]+label,.form textarea+label,.form select+label{position:absolute;left:.5rem;top:.85rem;width:60%;color:#fff;font-size:1rem;padding:0 .625rem;display:inline-block;font-weight:400;transition:all .3s;background-color:#fff}.form input[type=text]+label.active,.form input[type=email]+label.active,.form input[type=number]+label.active,.form input[type=date]+label.active,.form input[type=tel]+label.active,.form textarea+label.active,.form select+label.active{top:-.625rem;color:#555;background-color:#fff;width:auto}.form select option{color:#000}.form__drop-zone{border:2px solid #ff31c7;background-color:#000;border-radius:2px;padding:20px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2.5rem;text-align:center;color:#fff;cursor:pointer;transition:all .3s;height:17.5rem;margin-bottom:10px}@media (max-width: 1024px){.form__drop-zone{height:12.5rem}}@media (max-width: 760px){.form__drop-zone{height:10.9375rem}}.form__drop-zone svg{max-width:90px}.form__drop-zone .dragover{border-color:#ff31c7}.form__drop-zone__clear{right:0;padding-top:5px;padding-bottom:5px;cursor:pointer;opacity:.5;float:right;transition:all .15s}.form__drop-zone__clear:before{content:"x";display:inline-block;height:20px;top:auto;bottom:auto;font-size:20px}.form__drop-zone__clear:hover{opacity:1;transition:all .15s;color:#ff31c7}@media (max-width: 760px){.form__drop-zone__clear{padding-top:0}}.form__drop-zone:hover{border:2px solid #ff31c7}.form__group--checkboxes .label,.form__group--toggle .label,.form__group--radio .label{display:block;margin-bottom:.5rem;color:#fff}.form__group--checkboxes .form__inline,.form__group--toggle .form__inline,.form__group--radio .form__inline{font-family:inherit;font-size:1.25rem;font-weight:300;color:#fff;display:grid;grid-template-columns:1em auto;gap:1em;cursor:pointer}@media (max-width: 760px){.form__group--checkboxes .form__inline,.form__group--toggle .form__inline,.form__group--radio .form__inline{font-size:1rem}}.form__group--checkboxes .form__inline span,.form__group--toggle .form__inline span,.form__group--radio .form__inline span{margin-top:.25rem}.form__group--checkboxes .form__inline+.form__inline,.form__group--toggle .form__inline+.form__inline,.form__group--radio .form__inline+.form__inline{margin-top:.5em}.form__group--checkboxes .form__inline:hover input,.form__group--toggle .form__inline:hover input,.form__group--radio .form__inline:hover input{border-color:#ff31c7}.form__group--checkboxes input,.form__group--toggle input,.form__group--radio input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#000;margin:0;font:inherit;color:#bebebe;width:1.5em;height:1.5em;border:2px solid #ff31c7;border-radius:.15em;display:grid;place-content:center;transition:all .3s}.form__group--checkboxes input:before,.form__group--toggle input:before,.form__group--radio input:before{content:"";width:.85em;height:.85em;transform:scale(0);transition:.12s transform ease-in-out;box-shadow:inset 1em 1em #ff31c7;transform-origin:bottom left;-webkit-clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}.form__group--checkboxes input:checked:before,.form__group--toggle input:checked:before,.form__group--radio input:checked:before{transform:scale(1)}.form__group--checkboxes input:focus,.form__group--toggle input:focus,.form__group--radio input:focus{outline:max(2px,.15em) solid currentColor;outline-offset:max(2px,.15em)}.form__group--checkboxes fieldset,.form__group--toggle fieldset,.form__group--radio fieldset{padding:0;border:none}.form__group--radio input[type=radio]{border-radius:50%}.form__group--radio input[type=radio]:before{border-radius:50%;transform-origin:unset;-webkit-clip-path:none;clip-path:none}.img{width:100%;height:auto;display:block}.image__link{display:block;text-decoration:none}.spinner{height:3.75rem;width:3.75rem;position:absolute;top:50%;left:50%;margin-left:-1.875rem;margin-top:-1.875rem;-webkit-animation:rotation 1s infinite linear;animation:rotation 1s infinite linear;border:6px solid rgba(203,163,73,.2);border-radius:100%;z-index:100}.spinner:before{content:"";display:block;position:absolute;left:-6px;top:-6px;height:100%;width:100%;border-top:6px solid #ff31c7;border-left:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid transparent;border-radius:100%}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.splide--img .splide__slide,.splide--img picture{display:flex}.splide--img .splide__media,.splide--img picture{-o-object-fit:cover;object-fit:cover}.block__banner{max-width:100%}.block__banner .splide__slide{flex-shrink:unset;position:relative;width:100%;max-height:calc(100dvh - var(--header-height))}.block__banner .splide__overlay{position:absolute;display:flex;align-items:center;justify-content:center;top:0;left:0;right:0;bottom:0}.block__banner .splide__content *{margin:0}.block__banner .splide__image,.block__banner .splide__media{height:100%;-o-object-fit:cover;object-fit:cover}.block__banner.splide .splide__slide{flex-shrink:0}.block--gallery .gallery__link{overflow:hidden;display:block}.block--gallery .gallery__link :hover .gallery__image{transform:scale(1.05)}.block--gallery .gallery__image{transition:transform .25s ease-in-out}.block--gallery .gallery div:nth-child(-n+2){margin-bottom:var(--gutters-md)}@media (max-width: 1024px){.block--gallery .gallery div:nth-child(-n+2){margin-bottom:var(--gutters-sm)}}@media (max-width: 760px){.block--gallery .gallery div:nth-child(-n+2){margin-bottom:var(--gutters-xs)}}.block--thumbnails .thumbnails__grid,.block--collection .thumbnails__grid{display:flex;flex-wrap:wrap;margin-left:var(--gutters-md-negative);margin-right:var(--gutters-md-negative);margin-bottom:calc(var(--gutters-md-negative) * 2)}@media (max-width: 1024px){.block--thumbnails .thumbnails__grid,.block--collection .thumbnails__grid{margin-left:var(--gutters-sm-negative);margin-right:var(--gutters-sm-negative);margin-bottom:calc(var(--gutters-sm-negative) * 2)}}@media (max-width: 760px){.block--thumbnails .thumbnails__grid,.block--collection .thumbnails__grid{margin-left:var(--gutters-xs-negative);margin-right:var(--gutters-xs-negative);margin-bottom:calc(var(--gutters-xs-negative) * 2)}}.block--thumbnails .thumbnails__item,.block--collection .thumbnails__item{width:25%;height:18.75rem;padding-left:var(--gutters-md);padding-right:var(--gutters-md);margin-bottom:calc(var(--gutters-md) * 2)}@media (max-width: 1024px){.block--thumbnails .thumbnails__item,.block--collection .thumbnails__item{width:50%;padding-right:var(--gutters-sm);margin-bottom:calc(var(--gutters-sm) * 2)}}@media (max-width: 760px){.block--thumbnails .thumbnails__item,.block--collection .thumbnails__item{width:100%;padding-right:var(--gutters-xs);margin-bottom:calc(var(--gutters-xs) * 2)}}.block--thumbnails .thumbnails__inner,.block--collection .thumbnails__inner{position:relative;height:100%;overflow:hidden}.block--thumbnails .thumbnails__link,.block--collection .thumbnails__link{display:block;height:100%}.block--thumbnails .thumbnails__link:hover .thumbnails__media,.block--collection .thumbnails__link:hover .thumbnails__media{transform:scale(1.05)}.block--thumbnails .thumbnails__nolink,.block--collection .thumbnails__nolink{height:100%}.block--thumbnails .thumbnails__media,.block--collection .thumbnails__media{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .25s ease-in-out}.block--thumbnails .thumbnails__overlay,.block--collection .thumbnails__overlay{position:absolute;top:0;right:0;left:0;bottom:0}.block--thumbnails .thumbnails__text,.block--collection .thumbnails__text{color:#fff;position:absolute;bottom:1rem;left:1rem;font-weight:900;font-size:2rem;letter-spacing:.05em;max-width:calc(100% - 1rem)}.cta .container{position:relative;padding-top:2.5rem;padding-bottom:2.5rem}.cta .container:before{content:"";width:calc(100% - 3rem);height:.125rem;position:absolute;z-index:0;top:0;background-color:#fff}@media (max-width: 760px){.cta .container:before{width:calc(100% - 3rem)}}.cta__inner{display:flex;flex-direction:column;align-items:center;gap:1.75rem}@media (max-width: 760px){.cta__inner{align-items:flex-start}}.cta__content{text-align:center}@media (max-width: 760px){.cta__content{text-align:left!important}}.cta__content h1,.cta__content h2,.cta__content h3,.cta__content h4,.cta__content h5,.cta__content h6{text-transform:none!important;margin-bottom:0;font-size:3.75rem;line-height:1.133}@media (max-width: 760px){.cta__content h1,.cta__content h2,.cta__content h3,.cta__content h4,.cta__content h5,.cta__content h6{font-size:2.25rem}}.cta__content p{font-size:2.5rem;line-height:1.45}@media (max-width: 760px){.cta__content p{font-size:1.65rem}}.usps{padding-top:0!important;padding-bottom:0!important}.usps__line{border-left:2px solid #fff}@media (max-width: 760px){.usps__line{border-left:none;position:relative}.usps__line:after{content:"";position:absolute;width:calc(100% - 2 * var(--gutters-xs, 1rem));left:var(--gutters-xs, 1rem);height:.125rem;top:0;background-color:#fff}}.usps .container{position:relative}.usps .container:after{content:"";position:absolute;width:4.6875rem;height:4.6875rem;aspect-ratio:1/1;left:calc(50% - 2.34375rem);right:calc(50% - 2.34375rem);bottom:-2.34375rem;background-image:url(/assets/logos/laserette_logo-sm.png);background-position:center;background-size:cover;box-shadow:0 0 35px #ff31c7;border-radius:100%}.usps .container:before{content:"";position:absolute;bottom:0;width:calc(100% - 3rem);height:.125rem;background-color:#fff}@media (max-width: 760px){.usps .container:before{width:calc(100% - 3rem);left:1.25rem}}.usps .btn{min-width:218px}.usps__inner{padding:3.75rem 2.5rem 5rem;display:flex;flex-direction:column;align-items:center}@media (max-width: 760px){.usps__inner{padding:2rem 0 4rem}}.locations{z-index:3;position:relative}.locations__title{text-align:center;margin:0 auto;margin-bottom:1.5rem}@media (max-width: 760px){.locations__title{padding-top:2.5rem;margin-bottom:2.5rem}}.locations .border-top,.locations .border-bottom{display:none}@media (max-width: 760px){.locations .border-top,.locations .border-bottom{display:block;width:calc(100% - 2 * var(--padding, 1.5rem));left:var(--padding, 1.5rem)}}@media (max-width: 760px){.locations .container{padding:0}}.locations__grid .location:nth-child(3n-1):before,.locations__grid .location:nth-child(3n):before{content:"";position:absolute;width:2px;height:100%;background-color:#fff;left:0;top:0}.locations__grid .location .location__inner:after{content:var(--hide-line)}@media (max-width: 760px){.locations__grid .location .location__inner:after{content:none}}.locations__grid .location:nth-child(3n+1) .location__inner:after,.locations__grid .location:nth-child(3n+3) .location__inner:after{width:calc(100% + 1.5rem)}.locations__grid .location:nth-child(3n+2) .location__inner:after{width:calc(100% + 3rem);left:-1.5rem}.locations__grid .location:nth-child(3n+3) .location__inner:after{left:-1.5rem}.location{padding-top:1.375rem;padding-bottom:2.5rem;position:relative}@media (max-width: 760px){.location{padding:0}.location:before{content:none!important}}.location__inner{display:flex;flex-wrap:wrap;padding:0 2.5rem;position:relative;--hide-line: ""}.location__inner:after{content:"";bottom:-2.5rem;height:2px;width:100%;background-color:#fff;position:absolute;left:0;right:0}@media (max-width: 760px){.location__inner:after{content:none}}@media (max-width: 760px){.location__inner{padding:0 var(--padding, 1.5rem)}}.location__left{flex-grow:1}.location__bottom{width:100%}.location__buttons{margin-top:2.5rem}@media (max-width: 760px){.location__buttons{margin-top:1rem}}.location__details{padding-top:1.5rem}@media (max-width: 760px){.location__details{padding-top:0}}.location__details h3{margin-bottom:0;line-height:1.464;text-transform:uppercase}@media (max-width: 760px){.location__details h3{font-size:1.125rem}}.location__details p{line-height:1.48;font-size:1.5625rem}@media (max-width: 760px){.location__details p{font-size:1.125rem}}.location__book-now{text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:.75rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#fff;border-radius:999rem;padding-right:2.5rem;color:#000}.location__book-now--icon{height:100%;aspect-ratio:1/1;background-color:#ff31c7;border-radius:100%;display:flex;align-items:center;justify-content:center}.location__book-now--icon svg{width:1.25rem;max-width:20px}.location__book-now:hover{text-shadow:none}.location__image{width:8.75rem;position:relative}.location__image:before{content:"";background:#000;width:3.325rem;aspect-ratio:1/1;position:absolute;right:0;bottom:-.875rem;border-radius:100%;z-index:-1;box-shadow:0 0 35px #ff31c7}@media (max-width: 760px){.location__image:before{display:none}}@media (max-width: 760px){.location__image{width:6.25rem}}.location__small-logo{background-image:url(https://staging.las.esensdev2.nl/assets/logos/laserette_logo-sm.png);background-position:center;background-size:cover;width:32px;aspect-ratio:1/1;position:absolute;right:0;bottom:-.875rem;border-radius:100%;z-index:1}@media (max-width: 760px){.location__small-logo{display:none}}.location__buttons{display:flex;flex-direction:row;gap:.75rem}.location__buttons *{white-space:preserve nowrap}.location__button{font-size:1.25rem;line-height:1.2}@media (max-width: 760px){.location__button{font-size:1rem}}.splide__arrows{display:none}.splide__pagination{position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);z-index:10}@media (max-width: 760px){.splide__pagination{bottom:-3rem}}.splide__pagination .splide__pagination__page{width:.4rem;height:.4rem;border-radius:100%;background-color:#fff;margin:0 .25rem;opacity:.5}.splide__pagination .splide__pagination__page.is-active{opacity:1;background-color:#ff31c7;box-shadow:0 0 5px #ff31c7,0 0 25px #ff31c7,0 0 50px #ff31c7}.splide__track{overflow:visible!important}.reviews{position:relative;z-index:5}.reviews__title{display:flex;align-items:center}.reviews__title__inner{width:158px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:0}@media (max-width: 1024px){.reviews__title__inner{width:100px}}@media (max-width: 760px){.reviews__title__inner{width:0;margin-bottom:2rem}}.reviews__title__inner--text{flex-grow:1;text-align:center}.reviews__image{position:relative}.reviews__image__text-overlay{height:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;position:absolute;left:0;right:0;margin-inline:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;rotate:-5deg;white-space:nowrap;text-align:center;text-transform:uppercase}.reviews__image__text-overlay p{font-size:2.625rem;line-height:1.11;color:#000;font-weight:600;margin-top:2.5rem}@media (max-width: 760px){.reviews__image__text-overlay p{font-size:clamp(16px,5vw,2rem)}}.reviews__image__text-overlay .btn{margin-top:1.325rem;font-size:1.5rem;line-height:1.2;color:#000;font-weight:600}@media (max-width: 760px){.reviews__image__text-overlay .btn{margin-top:1rem;font-size:1.25rem}}.reviews__image__text-overlay .btn:hover{color:#000;text-shadow:none;box-shadow:#00000040 0 0 12px}.reviews__row{position:relative;margin-top:4.6875rem;margin-left:0;margin-right:0}@media (max-width: 760px){.reviews__row{margin-top:0}}.reviews__row:before,.reviews__row:after{content:"";width:4.6875rem;aspect-ratio:1/1;height:auto;background-color:#000;position:absolute;left:calc(50% - 2.34375rem);right:calc(50% - 2.34375rem);top:-4.6875rem;border-radius:100%;box-shadow:0 0 35px #ff31c7bf}@media (max-width: 760px){.reviews__row:before,.reviews__row:after{content:none}}.reviews__row:after{background-image:url(/assets/logos/laserette_logo-sm.png);background-position:center;background-size:cover;z-index:2}.reviews__button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:1.25rem auto 0}@media (max-width: 760px){.reviews__button{margin:2.5rem auto 0}}.review{padding-bottom:1.875rem}@media (max-width: 760px){.review{padding-bottom:5rem}}.review:first-child{position:relative}.review:first-child:after{content:"";position:absolute;right:0;top:0;width:.125rem;background-color:#fff;height:100%}@media (max-width: 760px){.review:first-child:after{width:100%;height:.125rem;bottom:2.5rem;top:unset}}.review__inner{text-align:center}@media (max-width: 760px){.review__inner{text-align:left}}.review__inner *{display:block}.review__inner h3{font-size:1.75rem;line-height:1;color:#ff31c7;margin-bottom:0;text-transform:uppercase;quotes:""}.review__inner span,.review__inner p{font-size:1.325rem;line-height:1.36}.reviews-section{max-width:52rem;width:100%;margin:8.75rem auto 0;position:absolute;z-index:5}@media (max-width: 760px){.reviews-section{max-width:20rem;height:15.75rem;top:4rem;margin-inline:auto;position:relative}}@media (min-width: 560px){.reviews-section{display:block;max-width:25rem;z-index:3}}@media (min-width: 760px){.reviews-section{max-width:52rem}}.reviews-section .reviews-swiper{position:relative;overflow:hidden}.reviews-section .swiper-wrapper{position:relative;z-index:1;display:flex;overflow:visible;height:18.75rem}.reviews-section .swiper-slide{flex:0 0 100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media (min-width: 760px){.reviews-section .swiper-slide{flex:0 0 calc(50% - 8px);display:flex;width:auto}}.reviews-section .swiper-slide:last-child{margin-right:0!important}.reviews-section .review-card{background:#fff;color:#000;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000001a;height:18.75rem;display:flex;gap:.5rem;flex-direction:column;align-items:flex-start;width:100%}@media (max-width: 760px){.reviews-section .review-card{height:15rem}}.reviews-section .review-card__avatar{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.reviews-section .review-card__name{font-weight:700;margin:0;font-family:Abel,sans-serif;color:#000}.reviews-section .review-card__date{font-size:.875rem;color:#888}.reviews-section .review-card__stars{height:1rem;flex:unset;margin-bottom:1rem}.reviews-section .review-card__text{color:#222;font-size:1rem;line-height:1.5;font-family:Abel,sans-serif;display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;white-space:normal}.swiper-button-prev,.swiper-button-next{background-color:#fff;width:2.5rem;height:2.5rem;border-radius:50%;border:2px solid #b1b1b1;display:flex;align-items:center;justify-content:center;top:50%;transform:translateY(-50%);position:absolute;z-index:10;pointer-events:auto;cursor:pointer}.swiper-button-prev img,.swiper-button-next img{width:2.5rem;height:2.5rem}.swiper-button-prev:focus-visible,.swiper-button-next:focus-visible{outline:2px solid #00f}.swiper-button-prev{left:-1rem}.swiper-button-next{right:-1rem}.cover{padding-top:0!important}.cover__inner{position:relative;min-height:21.875rem}@media (max-width: 760px){.cover__inner{min-height:9.375rem}}.cover__text{display:flex;align-items:center;justify-content:flex-end;text-align:center;position:absolute;top:3.5rem;left:2.5rem;z-index:1}@media (max-width: 760px){.cover__text{top:50%;left:50%;transform:translate(-50%,-50%);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.cover__text__inner{position:relative}.cover__text *{white-space:nowrap;color:#fff;font-size:7.5rem;line-height:1;rotate:-2.75deg;font-family:bello-pro,sans-serif!important;text-transform:none!important;margin-bottom:0;letter-spacing:.025rem;position:absolute}@media (max-width: 760px){.cover__text *{font-size:2.75rem;position:initial}}.cover__text__shadow{position:absolute}.cover__text__shadow--1{color:#000;left:.4rem;top:.4rem;z-index:-1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width: 760px){.cover__text__shadow--1{left:.2rem;top:.2rem}}.cover__text__shadow--2{color:#ff31c7;left:.75rem;top:.75rem;z-index:-2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width: 760px){.cover__text__shadow--2{left:.35rem;top:.35rem}}.cover__image{position:absolute;z-index:-2;right:0;background-position:100% 45%;background-size:80%;background-repeat:no-repeat;height:100%;width:85%}@media (max-width: 760px){.cover__image{background-size:cover;background-position:center;width:100%}}.cover__image:after{content:"";position:absolute;z-index:0;background:linear-gradient(90deg,#000000 20%,transparent 60%);top:2px;height:100%;width:100%;left:0}@media (max-width: 760px){.cover__image:after{background:linear-gradient(90deg,#000000,transparent)}}.cover__line{width:100%;height:2px;background-color:#fff;position:absolute}.cover__line--top{top:0;z-index:1}.cover__line--bottom{bottom:-2px;z-index:1}body{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden;overflow-y:hidden}body.nav-open{overflow:hidden;height:100vh}.footer{margin-top:auto;padding:1rem 0 2rem;position:relative;background-color:var(--footer-bg-c);color:var(--footer-text-c)}.footer__graphic{position:absolute;bottom:-22rem;left:-41.5rem;z-index:0;overflow:hidden;pointer-events:none}@media (max-width: 760px){.footer__graphic{display:block;bottom:-24rem;left:unset;right:-48rem}}.footer__graphic img{margin-bottom:-2.5%;pointer-events:none;max-width:75rem}.footer__logo{max-width:var(--footer-logo-mw);z-index:2;left:1rem;position:relative}@media (min-width: 1920px){.footer__logo{left:-3rem;position:absolute;top:2rem}}@media (max-width: 760px){.footer__logo{margin-bottom:0;max-width:var(--footer-logo-mw-mob);position:absolute;left:1rem}}@media (max-width: 760px){.footer p{font-size:1.25rem}}.footer a{color:#fff;transition:all .25s ease}.footer a:not(.btn):is(:hover,:focus){color:#ff31c7}@media (max-width: 760px){.footer a{font-size:1.25rem}}.footer__top{padding-top:2.5rem;padding-bottom:.25rem}@media (max-width: 760px){.footer__top{padding:1.5rem 0;display:flex;flex-direction:column}}.footer__top>div .inner{height:100%;display:flex;justify-content:flex-end;flex-direction:column}.footer__top>div:nth-child(3) .inner{padding-left:3.125rem}@media (max-width: 760px){.footer__top>div:nth-child(3) .inner{padding-left:0}}.footer__book-now.footer__button{background-color:#ff31c7;color:#000;transition:all .25s;height:2.5rem}@media (max-width: 760px){.footer__book-now.footer__button{width:10rem}}.footer__book-now.footer__button:is(:hover,:focus){background-color:#fff;color:#000!important;box-shadow:0 0 25px #fff;transition:all .25s}.footer .btn--secondary{background-color:#fff;color:#000;border-color:#fff}.footer .btn--secondary:is(:hover,:focus){background-color:#fff;color:#000;box-shadow:0 0 25px #fff}@media (max-width: 760px){.footer .c12-xs:nth-child(2){display:none}}.footer .row div:last-of-type{margin-top:0;padding:0}.footer__social{display:flex}@media (max-width: 760px){.footer__social{padding:1rem!important}}.footer__social__item{aspect-ratio:1/1;width:3.75rem;max-height:3.75rem;background-color:#ff31c7;border-radius:100%;padding:.25rem;display:flex;align-items:center;justify-content:center;transition:all .25s}@media (max-width: 760px){.footer__social__item{width:3.5rem;height:3.5rem}}.footer__social__item:not(:last-of-type){margin-right:1em}@media (max-width: 760px){.footer__social__item:not(:last-of-type){margin-right:1rem}}.footer__social__item svg{transition:all .25s;max-height:65%;max-width:65%}.footer__social__item--fb svg{fill:var(--footer-fb-c)}.footer__social__item--fb:hover svg{fill:var(--footer-fb-hc)}.footer__social__item--li svg{fill:var(--footer-li-c)}.footer__social__item--li:hover svg{fill:var(--footer-li-hc)}.footer__social__item--ig svg{fill:var(--footer-ig-c)}.footer__social__item--ig:hover svg{fill:var(--footer-ig-hc)}.footer__top{position:relative}.footer__bottom{position:relative;margin-inline:1rem}.footer__bottom:before{content:"";position:absolute;width:calc(100% - 2 * var(--gutters-sm, 1rem) - 1rem);left:calc(var(--gutters-sm, 1rem) + .5rem);height:.125rem;top:0;background-color:#fff}@media (max-width: 760px){.footer__bottom:before{width:100%;left:0}}@media (min-width: 760px) and (max-width: 1919px){.footer__bottom:before{width:100%;left:.25rem}}@media (min-width: 1920px){.footer__bottom:before{width:100%;left:0;margin-inline:0}}@media (max-width: 760px){.footer__bottom{margin-inline:0}}@media (min-width: 760px) and (max-width: 1919px){.footer__bottom{margin-inline:3.75rem}}@media (min-width: 1920px){.footer__bottom{margin-inline:-1.25rem}}.footer__book-now{text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:.25rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#fff;border-radius:999rem;padding-inline:1.25rem;color:#000}.footer__book-now--icon{height:100%;aspect-ratio:1/1;background-color:#ff31c7;border-radius:100%;display:flex;align-items:center;justify-content:center;flex:0 0 0!important}.footer__book-now--icon svg{width:1.25rem;max-width:20px}.footer__button{font-size:1.25rem;line-height:1.2}.footer__button:hover{text-shadow:none}.footer__button.btn--secondary{padding:.4rem;max-width:190px;margin-bottom:1rem}.footer__button.footer__book-now span{padding:0}.footer__bottom{padding-top:1.75rem}@media (max-width: 760px){.footer{padding-bottom:1rem}.footer .inner{margin-bottom:1rem}}.header{width:100vw;height:var(--header-height);position:fixed;top:0;background-color:var(--header-bg-c);z-index:9999;transition:all .22s ease,box-shadow .2s ease;will-change:transform}.header.hide{transform:translateY(-100%)}.header.show{transform:translateY(0)}@media (max-width: 760px){.header{height:var(--header-height-mob)}}.header.site-header--pinned{transform:translateY(0);height:8rem;transition:all .22s ease,box-shadow .2s ease}@media (max-width: 760px){.header.site-header--pinned{height:unset}}.header.site-header--pinned .header__branding{scale:.7;transition:all .22s ease;margin-top:-3rem}@media (max-width: 760px){.header.site-header--pinned .header__branding{margin-top:0;scale:1}}.header.site-header--pinned .header__branding .header__logo{transition:all ease-in-out .1s}@media (max-width: 760px){.header.site-header--pinned .header__branding .header__logo{height:var(--header-logo-mh-mob)}}@media (max-width: 760px){.header.site-header--pinned{transform:unset}}.header.site-header--pinned .header__tools{top:2.5rem;transition:all .25s ease}@media (min-width: 760px) and (max-width: 1919px){.header.site-header--pinned .header__tools{right:3rem}}.header.site-header--pinned .header__navigation{visibility:hidden}@media (max-width: 760px){.header.site-header--pinned .header__navigation{visibility:visible}}.header .container{display:flex;z-index:1;flex-direction:column;align-items:center;height:100%!important;position:relative;padding-top:3.75rem}@media (max-width: 760px){.header .container{padding-right:4px;flex-direction:unset;flex-wrap:wrap;padding:0 1rem .25rem;justify-content:space-between}}.header__logo{height:var(--header-logo-mh);transition:all ease-in-out .1s}@media (max-width: 760px){.header__logo{height:var(--header-logo-mh-mob)}}.header__logo a{height:100%;display:block}.header__logo .img{width:auto;height:100%}.header__navigation{flex-grow:0;height:100%}@media (max-width: 1024px){.header__navigation{padding:0}}@media (max-width: 760px){.header__navigation{display:flex;justify-content:flex-end}}.header__tools{display:flex;flex-direction:row;gap:1rem;align-items:center;position:absolute;right:0;top:2.125rem;padding-right:var(--gutters-md, 1rem);transition:all .25s ease}@media (min-width: 760px) and (max-width: 1919px){.header__tools{right:3rem}}@media (min-width: 1920px){.header__tools{padding-right:0}}@media (max-width: 760px){.header__tools{display:none}}.header__book-now,.header__log-in{text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.header__log-in{background-color:#fff;border-radius:999rem;padding:.344rem 1.375rem;color:#000;font-size:1.25rem;line-height:1.2;transition:all .25s}.header__log-in:hover{background-color:#fff;color:#000;box-shadow:0 0 50px #fff;border-color:#fff}.header__book-now{display:flex;flex-direction:row;align-items:center;gap:.25rem;padding-inline:.75rem;font-size:1.25rem;border-radius:20rem;height:2.25rem;max-width:8.75rem;padding-right:1.25rem;margin-top:2rem;transition:color .25s ease-in-out;z-index:999}@media (max-width: 760px){.header__book-now{width:5rem;font-size:.8rem;padding-right:.75rem;padding:.5rem;margin-top:1.5rem}}.header__book-now a{display:flex;align-items:center;gap:.25rem}.header__book-now img{width:100%}.header__book-now:hover{background-color:unset;color:#000;box-shadow:unset;border-color:#fff;transition:all .25s;filter:drop-shadow(2px 2px 8px #ff31c7)}.header__book-now.mobile{display:none}@media (max-width: 760px){.header__book-now.mobile{display:flex}}.header__book-now--icon{width:2.1875rem;aspect-ratio:1/1;border-radius:100%;display:flex;align-items:center;justify-content:center;transition:all .25s}.header__book-now--icon.mobile{display:none}.header__book-now--icon svg{width:1.5rem;max-width:16px}@media (max-width: 760px){.header__book-now--icon{width:1.5rem;height:1.5rem;margin-right:0rem}.header__book-now--icon.mobile{display:flex}}@media (max-width: 760px) and (max-width: 480px){.header__book-now--icon{display:none}}@media (max-width: 760px){.header__book-now--icon svg{width:1rem}}.header__book-now span{color:#000}.header__branding{position:relative;margin-left:-4rem;transition:all .25s ease-in-out}@media (max-width: 480px){.header__branding{margin-left:-3rem}}.header__payoff{text-align:right;line-height:1;position:absolute;right:-.05rem;font-size:1.25rem;bottom:-1rem;color:#fff;text-transform:uppercase}@media (max-width: 760px){.header__payoff{text-align:right;line-height:1;position:absolute;right:-3.5rem;font-size:.75rem;bottom:-.5rem;color:#fff}}.navigation__container{height:100%}@media screen and (min-width: 761px){.navigation__container{height:100%!important;display:block!important;overflow:unset!important}.navigation__container>div{height:100%!important}}@media (max-width: 760px){.navigation__container{position:absolute;top:4rem;border-bottom:1px solid var(--header-b-c);left:0;right:0;width:100%;height:80vh!important;overflow:scroll!important;background-color:#000}.navigation__container:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background-color:var(--header-bg-c-menu)}}@media screen and (min-width: 761px){.navigation__container{display:block!important}}.navigation__list{list-style:none;display:flex;padding:0;margin:0;height:100%;justify-content:center;gap:2rem}@media (max-width: 1024px){.navigation__list{gap:0}}@media (max-width: 760px){.navigation__list{flex-direction:column;padding:2rem 1.5rem}}.navigation__item{height:100%;position:relative;margin-bottom:1rem}.navigation__item__icon{width:1rem;margin-left:.25rem;height:auto}@media (max-width: 760px){.navigation__item__icon{display:none}}.navigation__item--current>.navigation__link{color:#fc0b70}.navigation__item--current>.navigation__link span{transition:color .25s ease-in-out}.navigation__item:last-child span{background-color:#fff;padding:.5rem 2rem;border-radius:3rem;color:#000}.navigation__item:last-child span:is(:hover,:focus){box-shadow:0 0 50px #fff;transition:.25s ease-in-out}@media (max-width: 760px){.navigation__item{margin-left:.5rem;margin-bottom:.25rem}}.navigation__link{height:100%;display:flex;align-items:center;padding-left:.75rem;padding-right:.75rem;color:var(--header-link-c);text-decoration:none;font-size:1.5rem;line-height:1.2;font-weight:600;transition:color .25s ease-in-out;text-transform:uppercase;letter-spacing:.08rem}.navigation__link.hovered svg{transform:rotate(180deg)}.navigation__link svg path{stroke:var(--header-link-c);transition:stroke .25s ease}.navigation__link span{transition:color .25s ease}@media (max-width: 760px){.navigation__link{padding:0;padding-bottom:.5rem;padding-top:.5rem;color:var(--header-link-c-menu);font-size:1.05rem;margin-bottom:1rem}}.navigation__link:hover{color:var(--header-link-hc)}.navigation__link:hover span{transition:color .25s ease-in-out}.navigation__link:hover svg path{stroke:var(--header-link-hc)}.navigation__dd{border-color:#00000026;box-shadow:#0003 0 4px 12px;padding-top:.75rem;padding-bottom:.25rem;position:absolute;z-index:999;background-color:var(--header-bg-c-menu);top:8rem;left:-1rem;padding:1rem}.navigation__dd__list{margin:0;padding:0;list-style:none}@media (max-width: 760px){.navigation__dd__list .navigation__item{padding-left:1rem}}.navigation__dd__list:last-child span{background-color:inherit;color:inherit;padding:inherit}.navigation__dd__list:last-child span:is(:hover,:focus){box-shadow:unset}.navigation__dd .navigation__link{white-space:nowrap;margin-bottom:.5rem}@media (max-width: 760px){.navigation__dd .navigation__link{margin-bottom:0;font-size:1rem}}@media (max-width: 760px){.navigation__dd{position:initial;display:block!important;background:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}}.navigation__toggle{margin-right:-1rem}.navigation__toggle svg{transition:transform .35s cubic-bezier(.4,0,.2,1)}.navigation__toggle.active svg{transform:rotate(90deg)}.navigation__toggle path{transition:transform .35s cubic-bezier(.4,0,.2,1),stroke-dasharray .35s cubic-bezier(.4,0,.2,1),stroke-dashoffset .35s cubic-bezier(.4,0,.2,1);stroke:#ff31c7}.navigation__toggle path:nth-child(1){transform-origin:36% 40%}.navigation__toggle path:nth-child(2){stroke-dasharray:29 299}.navigation__toggle path:nth-child(3){transform-origin:35% 63%}.navigation__toggle path:nth-child(4){stroke-dasharray:29 299}.navigation__toggle path:nth-child(5){transform-origin:61% 52%}.navigation__toggle path:nth-child(6){transform-origin:62% 52%}.navigation__toggle.active path:nth-child(1){transform:translate(9px) translateY(1px) rotate(45deg)}.navigation__toggle.active path:nth-child(2){stroke-dasharray:225 299;stroke-dashoffset:-72px}.navigation__toggle.active path:nth-child(3){transform:translate(9px) translateY(1px) rotate(-45deg)}.navigation__toggle.active path:nth-child(4){stroke-dasharray:225 299;stroke-dashoffset:-72px}.navigation__toggle.active path:nth-child(5){transform:translate(9px) translateY(1px) rotate(-45deg)}.navigation__toggle.active path:nth-child(6){transform:translate(9px) translateY(1px) rotate(45deg)}.header__dark--light-mode{display:flex;align-items:center}.header__dark--light-mode .togglecheck{position:relative;display:inline-block;width:3rem;height:1.5rem}.header__dark--light-mode .togglecheck input{opacity:0;width:0;height:0}.header__dark--light-mode .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ff31c7;border-radius:34px;transition:background-color .4s}.header__dark--light-mode .slider:before{position:absolute;content:"";height:1rem;width:1rem;left:.25rem;bottom:.25rem;background-color:#fff;border-radius:50%;transition:transform .4s}.header__dark--light-mode .togglecheck input:checked+.slider{background-color:#333}.header__dark--light-mode .togglecheck input:checked+.slider:before{transform:translate(1.5rem)}body.light-mode{--header-logo-mh: 12.5rem;--header-logo-mh-mob: 4.6875rem;--header-height: 18.125rem;--header-height-mob: 6.25rem;--header-bg-c: #000000;--header-b-c: #000000;--header-hb-c: #000000;--header-link-c: #fff;--header-link-hc: #ff31c7;--header-bg-c-menu: #000000;--header-link-c-menu: #000000;--font-body-c: #000000;--font-head-c: #000000;--font-link-c: #000000;--font-link-hc: #ff31c7;background-color:#fff}body.light-mode .header__book-now{background-color:#000;color:#f6f2ea;border-radius:2rem}body.light-mode .header__log-in{background-color:#f6f2ea}body.light-mode #page-content{background:#fff}body.light-mode .border-top,body.light-mode .border-bottom,body.light-mode .between-line{background-color:#000}body.light-mode .cta .container:before{background-color:#000}body.light-mode .add-mark:before{background-color:#000}body.light-mode .btn--primary{border-color:#000;background-color:#000;color:#fff;text-shadow:unset}body.light-mode .location__inner:after{background-color:#000}body.light-mode .footer a{color:var(--header-link-c)}body.light-mode .footer a.footer__book-now{color:var(--header-link-c-menu)}html{overflow-x:hidden;background-color:#000}#page-content{opacity:0;-webkit-animation:fade-in ease .2s;animation:fade-in ease .2s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;margin-top:var(--header-height);position:relative;z-index:1}@media (min-width: 760px) and (max-width: 1919px){#page-content{margin-top:var(--header-height);margin-inline:5rem}}@media (max-width: 760px){#page-content{margin-top:var(--header-height-mob)}}#page-content:before{content:"";width:64rem;height:47rem;background-image:url(/build/assets/homepage-halftoon-153cf209.png);background-repeat:no-repeat;position:absolute;right:-44rem;top:0;z-index:-1;background-size:contain}@media (max-width: 760px){#page-content:before{display:none}}@media (max-width: 760px){#page-backdrop{background-color:#00000080;position:fixed;top:0;right:0;left:0;bottom:0}}@media screen and (min-width: 761px) and (max-width: 1919px){html{font-size:.834vw}}.block{padding-top:2.5rem;padding-bottom:2.5rem}.above{position:relative;z-index:1000}@media (max-width: 760px){.above{margin-top:0!important;margin-bottom:0!important}}.border-top,.border-bottom{position:absolute;width:calc(100% - 3rem);height:2px;background-color:#fff;left:1.5rem}@media (max-width: 760px){.border-top,.border-bottom{width:calc(100% - 2 * var(--gutters-xs, 1rem));left:var(--gutters-xs, 1rem)}}.border-top{top:-2.5rem}@media (max-width: 760px){.border-top{top:0}}.border-bottom{bottom:-2.5rem}@media (max-width: 760px){.border-bottom{bottom:0}}.between-line{width:2px;height:100%;position:absolute;background-color:#fff;left:50%}.add-mark{position:relative}.add-mark:after{content:"";position:absolute;width:4.6875rem;height:4.6875rem;aspect-ratio:1/1;left:calc(50% - 2.34375rem);right:calc(50% - 2.34375rem);bottom:-2.34375rem;background-image:url(/assets/logos/laserette_logo-sm.png);background-position:center;background-size:cover;box-shadow:0 0 35px #ff31c7;border-radius:100%}.add-mark:before{content:"";position:absolute;bottom:0;width:calc(100% - 3rem);height:.125rem;background-color:#fff}@media (max-width: 760px){.add-mark:before{width:calc(100% - 3rem);left:1.25rem;bottom:0}}@media (max-width: 760px){.add-mark .border-bottom{display:none}}.add-mark .row{padding-bottom:2.5rem}.large-text h3{font-size:3.75rem;line-height:1.13;margin-bottom:0}@media (max-width: 760px){.large-text h3{position:relative;z-index:999;font-size:2.5rem}}.large-text h3+p{font-size:2.5rem;line-height:1.45}@media (max-width: 760px){.large-text h3+p{position:relative;z-index:999;font-size:1.5rem}}.has-graphic{position:relative;z-index:999}.graphic{position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-repeat:no-repeat;z-index:-1;max-width:54.375rem}@media (max-width: 760px){.graphic{display:none;max-width:25.5rem}}.graphic.top{top:-22.75rem}@media (max-width: 760px){.graphic.top{top:-10.25rem}}.graphic.right{right:-34.75rem}@media (max-width: 760px){.graphic.right{right:-11.25rem}}.graphic.left{left:-34.75rem;rotate:180deg}@media (max-width: 760px){.graphic.left{left:0}}.graphic.yellow{max-width:48.625rem;right:-10rem;bottom:0}.equal-buttons a.btn{min-width:13.5rem}.center-content .inner{display:flex;align-items:center;justify-content:center;flex-direction:column}@media (max-width: 760px){.center-content .inner{align-items:flex-start;justify-content:flex-start}}.center-content .block__text{padding-left:1.5rem;padding-right:1.5rem;max-width:875px}@media (max-width: 760px){.center-content .block__text{max-width:unset;padding-left:0;padding-right:0}.center-content .block__text *{text-align:left!important}}@media (max-width: 760px){.block__text br{display:none}}.page-404{display:flex;height:100%;align-items:center;justify-content:center;flex-grow:1;padding:0 var(--padding, 1.5rem)}.page-404__content{padding:1.5rem;border-radius:1rem;border:1px dashed rgba(0,0,0,.15);text-align:center;margin-block:25%}.page-404__title{font-size:5rem;text-align:center;margin-bottom:1rem;margin:auto;font-weight:800;color:#fff}.page-404 .btn--404{margin-top:2rem;display:inline-block;-webkit-text-decoration:center;text-decoration:center}#page-detail{padding-bottom:5rem}#page-detail .detail__intro .breadcrumbs{padding-top:1.25rem;padding-bottom:1.25rem}#page-detail .detail__intro .breadcrumbs ol{padding:0;margin:0}#page-detail .detail__intro .breadcrumbs li span{margin-right:.5rem}#page-detail .detail__intro__cover{width:100%;height:auto}#page-detail .detail__intro__date{margin-top:1rem}#page-detail .detail__intro__title{margin-top:1rem;margin-bottom:1rem}#page-index .no-results{font-weight:600}#page-index .overview{display:flex;flex-wrap:wrap;margin-left:-1rem;margin-right:-1rem}#page-index .overview__item{padding-left:1rem;padding-right:1rem;width:33.3333333333%;margin-bottom:2rem}@media (max-width: 1024px){#page-index .overview__item{width:50%}}@media (max-width: 760px){#page-index .overview__item{width:100%}}#page-index .overview__item:hover .overview__item__img{transform:scale(1.1)}#page-index .overview__item__inner{box-shadow:#959da533 0 8px 24px;display:flex;flex-direction:column;position:relative;height:100%}#page-index .overview__item__media{overflow:hidden}#page-index .overview__item__img{transition:transform .25s ease-in-out;display:block;width:100%;height:auto}#page-index .overview__item__content{padding:1rem;display:flex;flex-direction:column;flex-grow:1}#page-index .overview__item__date{margin-bottom:.5rem}#page-index .overview__item__title{font-size:2rem;margin-bottom:1rem}#page-index .overview__item__excerpt{margin-bottom:1rem}#page-index .overview__item__footer{margin-top:auto;display:flex;justify-content:flex-end}.locations-page{position:relative;z-index:999}.locations-page__title{margin:5rem 0}.locations-page--title{text-transform:uppercase;margin-bottom:.75rem}.locations-page__list{max-height:1200px;margin-bottom:2.5rem;min-height:1200px;overflow-y:scroll;overflow-x:visible;padding-top:1px}.locations-page__list::-webkit-scrollbar{visibility:hidden}@media (max-width: 760px){.locations-page__list{max-height:unset;min-height:unset;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow-y:unset;margin-bottom:0}}.locations-page .search{display:flex;margin-bottom:2rem;gap:0}@media (max-width: 760px){.locations-page .search{margin-bottom:0}}.locations-page .search__error{margin-bottom:2rem}.locations-page .search__input{border-radius:999rem 0 0 999rem;background-color:#f6f2ea;padding:1.25rem 2.5rem;border:none;max-height:3.75rem}@media (max-width: 760px){.locations-page .search__input{padding:.75rem 1.25rem;width:100%}}.locations-page .search__submit{border:none;width:3.75rem;aspect-ratio:1/1;border-radius:0 999rem 999rem 0;background-color:#f6f2ea;display:flex;align-items:center;justify-content:center}.locations-page .search__icon{aspect-ratio:1/1;width:2rem}@media (max-width: 760px){.locations-page .search__icon{width:1.5rem}}.locations-page__row{position:relative}.locations-page__scrollbar{position:absolute;left:33.3333%;top:0;width:.5rem;height:100%;border-radius:.75rem}@media (max-width: 760px){.locations-page__scrollbar{display:none}}.locations-page__scrollbar--thumb{background-color:#f6f2ea;border:3.5px solid #ff31c7;left:33.3333%;position:relative;width:.5rem;height:100px;border-radius:.75rem;box-shadow:0 0 8px #ff31c7,0 0 25px #ff31c7,0 0 50px #ff31c7}.locations-page .location{padding-top:1.25rem;border:1px solid #f6f2ea;border-left:0;border-right:0;cursor:pointer;opacity:1;transition:opacity 1.2s ease}.locations-page .location:first-of-type{border-top:2px solid #f6f2ea}.locations-page .location:last-of-type{border-bottom:2px solid #f6f2ea}@media (max-width: 760px){.locations-page .location{padding:2.5rem 0}}.locations-page .location *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.locations-page .location.highlight,.locations-page .location:hover{position:relative;z-index:5}.locations-page .location.highlight:before,.locations-page .location.highlight:after,.locations-page .location:hover:before,.locations-page .location:hover:after{content:"";position:absolute;width:100%;height:2px;background-color:#ff31c7;box-shadow:0 0 8px #ff31c7,0 0 25px #ff31c7,0 0 50px #ff31c7;transition:all .15s ease-in-out}@media (max-width: 760px){.locations-page .location.highlight:before,.locations-page .location.highlight:after,.locations-page .location:hover:before,.locations-page .location:hover:after{content:""!important}}.locations-page .location.highlight:before,.locations-page .location:hover:before{top:-2px}.locations-page .location.highlight:after,.locations-page .location:hover:after{bottom:-2px}.locations-page .location.highlight .location__details>h3,.locations-page .location:hover .location__details>h3{color:#ff31c7;transition:all .15s ease-in-out}.locations-page .location__inner{padding-right:0}.locations-page .location__inner:after{content:none;width:100%;left:0}@media (max-width: 760px){.locations-page .location__inner{padding-left:0}}.locations-page .location__buttons{margin-top:2rem}@media (max-width: 760px){.locations-page .location__button--full{position:unset}.locations-page .location__button--full:after{content:"";width:100%;height:calc(100% + 2rem);top:-1rem;left:0;position:absolute;z-index:999}}.locations-page--inner,.locations-page__map{height:100%;width:100%}.locations-page__filters{display:flex;flex-direction:row;gap:1.375rem}.locations-page__filter{background-color:#000;text-transform:uppercase;outline:none;border-radius:999rem;border:none;position:relative}.locations-page__filter *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.locations-page__filter select{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:100%;background-color:#f6f2ea;border-radius:999rem;padding:.65rem 3rem .65rem 2.5rem;-moz-appearance:none;-webkit-appearance:none;appearance:none;text-transform:uppercase;font-size:1.25rem}@media (max-width: 760px){.locations-page__filter select{padding:.5rem 2.5rem .5rem 1.5rem}}.locations-page__filter--icon{position:absolute;right:0;border-radius:100%;height:100%;aspect-ratio:1/1;width:auto;display:flex;align-items:center;justify-content:center;pointer-events:none}.locations-page__filter--icon svg{max-width:1rem;aspect-ratio:1/1}@media (max-width: 760px){.filters--row{gap:1.25rem;flex-direction:column;margin-bottom:2.5rem}}
