*{box-sizing:border-box}html{font-size:62.5%}body{margin:0;padding:0}body.hidden{overflow:hidden}main{width:100%;overflow:hidden}section{padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3)}section.purple{background:#3c277c}section.purple::after{background:#3c277c}section.blue{background:#009ee2}section.blue::after{background:#009ee2}section.white{background:#fff}section.white::after{background:#fff}.center{text-align:center}.thin{max-width:1000px;margin:0 auto}.thinner{max-width:620px;margin:0 auto}b,h1,h2,h3,h4,h5,h6,i,li,ol,p,pre,span,strong,ul{line-height:1.2;margin:0;padding:0;color:#fff}b.purple,h1.purple,h2.purple,h3.purple,h4.purple,h5.purple,h6.purple,i.purple,li.purple,ol.purple,p.purple,pre.purple,span.purple,strong.purple,ul.purple{color:#3c277c}b.blue,h1.blue,h2.blue,h3.blue,h4.blue,h5.blue,h6.blue,i.blue,li.blue,ol.blue,p.blue,pre.blue,span.blue,strong.blue,ul.blue{color:#009ee2}b.yellow,h1.yellow,h2.yellow,h3.yellow,h4.yellow,h5.yellow,h6.yellow,i.yellow,li.yellow,ol.yellow,p.yellow,pre.yellow,span.yellow,strong.yellow,ul.yellow{color:#ffde00}b.black,h1.black,h2.black,h3.black,h4.black,h5.black,h6.black,i.black,li.black,ol.black,p.black,pre.black,span.black,strong.black,ul.black{color:#000}h1,h2,h3,h4,h5,h6{font-family:gotham,sans-serif;font-weight:700;font-style:normal;letter-spacing:.02vw}h1{font-size:clamp(3.2rem,min(4vw,9vh),6rem)}h2{font-size:clamp(2rem,min(2.5vw,5vh),3.75rem)}h3{font-size:clamp(1.8rem,min(2vw,4vh),3rem)}h4{font-size:clamp(2rem,min(2vw,4vh),2.5rem)}h5{font-size:clamp(1.5rem,min(1.6vw,3.2vh),2.2rem)}h6{font-size:clamp(1.7rem,min(1.7vw,3.4vh),2rem)}li,p{font-family:gotham,sans-serif;font-weight:400;font-style:normal;letter-spacing:.02vw;font-size:clamp(1.2rem,min(1.2vw,1.6vh),1.6rem)}li.small,p.small{font-size:clamp(1.1rem,min(1.1vw,1.3vh),1.3rem)}li.bold,p.bold{font-family:gotham,sans-serif;font-weight:700;font-style:normal;letter-spacing:.02vw}span{font-size:clamp(1.2rem,min(1.2vw,1.6vh),1.6rem)}ul li{font-size:clamp(1.2rem,min(1.2vw,1.6vh),1.6rem)}ol li{font-size:clamp(1.2rem,min(1.2vw,1.6vh),1.6rem)}.col,.row{display:flex}.col.jc-sb,.row.jc-sb{justify-content:space-between}.col.jc-c,.row.jc-c{justify-content:center}.col.jc-s,.row.jc-s{justify-content:flex-start}.col.jc-e,.row.jc-e{justify-content:flex-end}.col.ai-c,.row.ai-c{align-items:center}.col.ai-s,.row.ai-s{align-items:flex-start}.col.ai-e,.row.ai-e{align-items:flex-end}.col.ai-str,.row.ai-str{align-items:stretch}.col.wrap,.row.wrap{flex-wrap:wrap}.col{flex-direction:column}a{text-decoration:none}.link{font-family:gotham,sans-serif;font-weight:700;font-style:normal;letter-spacing:.02vw;color:#3c277c;font-size:clamp(1.2rem,min(1.2vw,1.6vh),1.6rem);transition:color .3s}.link:hover{color:#e5007e}.link.white{color:#fff}.link.white:hover{color:#3c277c}.link.pink{color:#e5007e}.link.pink:hover{color:#fff}.link.toPink:hover{color:#e5007e}.btn{text-align:center;font-family:gotham,sans-serif;font-weight:700;font-style:normal;letter-spacing:.02vw;color:#fff;padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.33) clamp(1.2rem,min(1.2vw,3vh),2rem);border-radius:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4);font-size:clamp(1.2rem,min(1.2vw,1.6vh),1.6rem);border:2px solid #e5007e;transition:color .75s;position:relative;z-index:1;background:0 0;outline:0;overflow:hidden;cursor:pointer;display:block;min-width:180px;width:fit-content;margin:0}.btn::after{content:"";position:absolute;bottom:-10%;left:0;width:350%;height:350%;box-sizing:border-box;translate:-50% 0;background-color:#e5007e;border-radius:45%;z-index:-1;rotate:5deg;transition:bottom 1.2s,rotate 1.2s,left 1.2s,width 1.2s}.btn:hover{color:#e5007e}.btn:hover::after{bottom:175%;rotate:-7.5deg;left:125%;width:0%}.btn.purple{border-color:#3c277c}.btn.purple::after{background-color:#3c277c}.block-buttons{display:flex;flex-wrap:wrap;gap:clamp(1.2rem,min(1.2vw,3vh),2rem)}.block-buttons--left{justify-content:flex-start}.block-buttons--center{justify-content:center}.block-buttons--right{justify-content:flex-end}@media(max-width:700px){.block-buttons{flex-direction:column}.block-buttons .btn{width:100%;min-width:unset}}#chat-widget-container{z-index:7!important;filter:drop-shadow(0 3px 5px #00000080) brightness(1.1)}#cookies{left:50%;bottom:0;width:100%;padding:2rem;display:none;position:fixed;translate:-50% 0;z-index:999999999;align-items:center;background:#fff;box-sizing:border-box;justify-content:space-between;box-shadow:0 0 20px 10px rgba(0,0,0,.3)}#cookies h6 a{color:#3c277c;transition:opacity .3s}#cookies h6 a:hover{opacity:.7}#cookies .buttons{display:flex;align-items:center;justify-content:flex-end}#cookies .buttons .btn:last-of-type{margin-left:1rem}@media(max-width:1000px){#cookies{flex-direction:column}#cookies h6{margin:0 0 clamp(1.2rem,min(1.2vw,3vh),2rem)}}svg.logo-main.white-purple ._1{fill:#fff}svg.logo-main.white-purple ._2{fill:#3c277c}svg.logo-main.purple-blue ._1{fill:#3c277c}svg.logo-main.purple-blue ._2{fill:#009ee2}svg.logo-main.white-pink ._1{fill:#fff}svg.logo-main.white-pink ._2{fill:#e5007e}.autoform span.autoform-success{font-size:clamp(1.2rem,min(1.2vw,1.6vh),1.6rem);font-family:gotham,sans-serif;font-weight:700;font-style:normal;letter-spacing:.02vw;color:#fff;text-align:left;padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);border:2px solid #fff;border-radius:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5)}.autoform form{position:relative;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.autoform form span.autoform-error{position:absolute;bottom:clamp(1.2rem,min(1.2vw,3vh),2rem);font-size:clamp(1.2rem,min(1.2vw,1.6vh),1.6rem);color:#fff;margin:0;padding:0;font-family:gotham,sans-serif;font-weight:700;font-style:normal;letter-spacing:.02vw;left:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5)}@media(max-width:700px){.autoform form span.autoform-error{bottom:auto;top:calc(100% + clamp(1.2rem,min(1.2vw,3vh),2rem))}}.autoform form .autoform-field{width:100%;position:relative;margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);padding:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.25)}.autoform form .autoform-field:last-of-type{margin:0}.autoform form .autoform-field.half{width:48%}@media(max-width:700px){.autoform form .autoform-field.half{width:100%}}.autoform form .autoform-field label{display:block;font-family:gotham,sans-serif;font-weight:700;font-style:normal;letter-spacing:.02vw;font-size:clamp(1.1rem,min(1.1vw,1.3vh),1.3rem);position:absolute;color:#fff;left:0;top:clamp(1.2rem,min(1.2vw,3vh),2rem);translate:0 -50%;padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.25) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5);pointer-events:none;transform-origin:bottom left;transition:scale .3s,top .3s,left .3s}.autoform form .autoform-field label:has(~.textarea):not(:has(~.textarea>textarea:placeholder-shown)),.autoform form .autoform-field label:has(~.textarea>textarea:focus),.autoform form .autoform-field label:has(~input):not(:has(~input:placeholder-shown)),.autoform form .autoform-field label:has(~input:focus){top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.75*-1);left:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5*-1);scale:.7}.autoform form .autoform-field .textarea textarea,.autoform form .autoform-field input:not([type=submit]){display:inline;background:0 0;appearance:none;border:none;width:100%;font-family:gotham,sans-serif;font-weight:400;font-style:normal;letter-spacing:.02vw;padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.25) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5);opacity:1;color:#fff;font-size:clamp(1.1rem,min(1.1vw,1.3vh),1.3rem)}.autoform form .autoform-field .textarea textarea:focus,.autoform form .autoform-field input:not([type=submit]):focus{outline:1px solid #00000030}.autoform form .autoform-field .textarea{width:100%}.autoform form .autoform-field .textarea textarea{resize:none}.autoform form .autoform-field:has(.cf-turnstile){margin:0 0 clamp(1.2rem,min(1.2vw,3vh),2rem)}.autoform form .autoform-field .cf-turnstile{display:flex;justify-content:flex-end}@media(max-width:700px){.autoform form .autoform-field .cf-turnstile{justify-content:center}}.autoform form .autoform-field:not(:has(.autoform-submit,.cf-turnstile))::after{content:"";position:absolute;top:100%;left:0;width:100%;height:1px;background:#fff}.autoform form .autoform-field:has(.autoform-submit){display:flex;width:100%;justify-content:flex-end}.autoform form .autoform-field .autoform-submit{position:relative;width:fit-content;text-align:center;font-family:gotham,sans-serif;font-weight:700;font-style:normal;letter-spacing:.02vw;color:#fff;padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.33) clamp(1.2rem,min(1.2vw,3vh),2rem);border-radius:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4);font-size:clamp(1.2rem,min(1.2vw,1.6vh),1.6rem);border:2px solid #e5007e;transition:color .75s;position:relative;z-index:1;background:0 0;outline:0;overflow:hidden;cursor:pointer;display:block;min-width:180px;width:fit-content;margin:0}.autoform form .autoform-field .autoform-submit::after{content:"";position:absolute;bottom:-10%;left:0;width:350%;height:350%;box-sizing:border-box;translate:-50% 0;background-color:#e5007e;border-radius:45%;z-index:-1;rotate:5deg;transition:bottom 1.2s,rotate 1.2s,left 1.2s,width 1.2s}.autoform form .autoform-field .autoform-submit:hover{color:#e5007e}.autoform form .autoform-field .autoform-submit:hover::after{bottom:175%;rotate:-7.5deg;left:125%;width:0%}.autoform form .autoform-field .autoform-submit.purple{border-color:#3c277c}.autoform form .autoform-field .autoform-submit.purple::after{background-color:#3c277c}.autoform form .autoform-field .autoform-submit::after{z-index:1}.autoform form .autoform-field .autoform-submit input{appearance:none;border:none;background:0 0;color:#e5007e;font-family:gotham,sans-serif;font-weight:700;font-style:normal;letter-spacing:.02vw;color:#fff;padding:0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);font-size:clamp(1.2rem,min(1.2vw,1.6vh),1.6rem);z-index:2;position:relative;cursor:pointer}.autoform form .autoform-field .autoform-submit input:disabled{color:transparent;background:0 0;border-color:#fff;pointer-events:none}.autoform form .autoform-field .autoform-submit::before{content:"";position:absolute;width:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.66);height:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.66);border-radius:50%;border:2px solid #fff;border-left-color:transparent;top:50%;left:50%;translate:-50% -50%;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite;pointer-events:none;opacity:0;transition:opacity .3s;z-index:3}.autoform form .autoform-field .autoform-submit:has(input:disabled)::before{opacity:1}@keyframes spin{0%{rotate:0deg}100%{rotate:360deg}}@media(max-width:700px){.autoform form .autoform-field .autoform-submit{width:100%}}.icon-card{width:33.33%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*6);min-width:300px;padding:0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}.icon-card figure{width:100%;aspect-ratio:1/1;display:block;padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4)}.icon-card figure svg{width:100%;height:100%;object-fit:cover}.icon-card figure svg line,.icon-card figure svg path{fill:#e5007e}.icon-card .btn{width:100%}@media(max-width:700px){.icon-card{width:90%;min-width:0;margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*8);max-width:400px}.icon-card figure{padding:0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);margin-bottom:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);width:90%}}.image-card{width:40%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*6);min-width:300px;padding:0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}.image-card .top picture{width:100%;aspect-ratio:1/1;display:block;border-radius:50%;overflow:hidden;background:#fff;margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}.image-card .top picture img{width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover}.image-card .top h2{text-align:center;width:100%;margin:0 0 clamp(1.2rem,min(1.2vw,3vh),2rem);font-size:clamp(2.4rem,2.4vw,3.2rem)}.image-card .bottom .btn{width:100%}@media(max-width:700px){.image-card{width:90%;min-width:0;margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*8);max-width:400px}}.reviews{width:100%;display:flex;flex-wrap:wrap;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);align-items:stretch;max-width:1400px;margin:0 auto}.reviews .review{background:#e5007e;border-radius:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);display:flex;flex-direction:column;align-items:center;width:calc(33.33% - clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);justify-content:space-between}.reviews .review p{margin-bottom:clamp(1.2rem,min(1.2vw,3vh),2rem);text-align:center}.reviews .review p::after,.reviews .review p::before{content:'"'}.reviews .review .stars{display:flex;position:relative;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.25)}.reviews .review .stars .star{position:relative;width:fit-content}.reviews .review .stars .star::after{content:"";background:#e5007e;width:calc((100 - var(--rating)*100)*1%);height:100%;position:absolute;right:0;top:0;opacity:.7;z-index:1}.reviews .review .stars .star svg{width:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);fill:#ffde00}@media(max-width:700px){.reviews .review{width:100%}}section#contact .row .col:first-of-type{width:40%;border:2px solid #e5007e;border-radius:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2.5);padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3);box-shadow:0 5px 10px #00000070}section#contact .row .col:first-of-type h2{margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}section#contact .row .col:first-of-type .autoform span.autoform-error{position:absolute;bottom:clamp(1.2rem,min(1.2vw,3vh),2rem);left:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5);max-width:50%}@media(max-width:700px){section#contact .row .col:first-of-type .autoform span.autoform-error{bottom:auto;top:calc(100% + clamp(1.2rem,min(1.2vw,3vh),2rem))}}section#contact .row .col:first-of-type .autoform span.autoform-success{border-color:#e5007e}section#contact .row .col:first-of-type .autoform .autoform-field{border:2px solid #e5007e;border-radius:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.2);width:100%}section#contact .row .col:first-of-type .autoform .autoform-field::after{display:none}section#contact .row .col:first-of-type .autoform .autoform-field input,section#contact .row .col:first-of-type .autoform .autoform-field textarea{margin:0;padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.25) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.75)!important}section#contact .row .col:first-of-type .autoform .autoform-field:has(.autoform-submit){border:none;margin:0}section#contact .row .col:first-of-type .autoform .autoform-field label{top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.85);left:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.25)}section#contact .row .col:first-of-type .autoform .autoform-field label:has(~.textarea):not(:has(~.textarea>textarea:placeholder-shown)),section#contact .row .col:first-of-type .autoform .autoform-field label:has(~.textarea>textarea:focus),section#contact .row .col:first-of-type .autoform .autoform-field label:has(~input):not(:has(~input:placeholder-shown)),section#contact .row .col:first-of-type .autoform .autoform-field label:has(~input:focus){top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.75*-1);left:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5*-1);scale:.7}section#contact .row .col:last-of-type{padding:clamp(1.2rem,min(1.2vw,3vh),2rem) 0;width:50%}section#contact .row .col:last-of-type>h2{margin:0 0 clamp(1.2rem,min(1.2vw,3vh),2rem)}section#contact .row .col:last-of-type>p{margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2.5)}section#contact .row .col:last-of-type>a{margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3)}section#contact .row .col:last-of-type .locations{margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}section#contact .row .col:last-of-type .locations .location{width:47.5%}section#contact .row .col:last-of-type .locations .location p{line-height:1.4;margin:0 0 clamp(1.2rem,min(1.2vw,3vh),2rem)}@media(max-width:1000px){section#contact .row{flex-direction:column-reverse}section#contact .row .col{width:100%!important;max-width:720px;margin:0 auto}section#contact .row .col:first-of-type{padding:0;box-shadow:none;border:none}section#contact .row .col:last-of-type{padding:0 clamp(1.2rem,min(1.2vw,3vh),2rem);margin:0 auto calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}}@media(max-width:700px){section#contact{padding:0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}}footer#footer-main{width:100%;padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3);background:#009ee2}footer#footer-main .row.form-wrapper{margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4);align-items:stretch}footer#footer-main .row.form-wrapper .col{width:50%}footer#footer-main .row.form-wrapper .col:first-of-type .logo{width:50%;margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}footer#footer-main .row.form-wrapper .col:first-of-type .logo svg{width:100%;height:100%}footer#footer-main .row.form-wrapper .col:first-of-type .accreditations{gap:clamp(1.2rem,min(1.2vw,3vh),2rem);margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5)}footer#footer-main .row.form-wrapper .col:first-of-type .accreditations img,footer#footer-main .row.form-wrapper .col:first-of-type .accreditations svg{width:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4);height:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4)}footer#footer-main .row.form-wrapper .col:last-of-type h6{margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}footer#footer-main .row.nav .col:first-of-type .socials{gap:clamp(1.2rem,min(1.2vw,3vh),2rem);margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}footer#footer-main .row.nav .col:first-of-type .socials a.icon{width:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);height:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5)}footer#footer-main .row.nav .col:first-of-type .socials a.icon svg{fill:#fff;transition:fill .3s}footer#footer-main .row.nav .col:first-of-type .socials a.icon:hover svg{fill:#3c277c}footer#footer-main .row.nav .col:first-of-type .links{gap:clamp(1.2rem,min(1.2vw,3vh),2rem)}footer#footer-main .row.nav .col a.link{font-size:clamp(1.1rem,min(1.1vw,1.3vh),1.3rem);text-transform:uppercase}footer#footer-main .row.nav .col a.link:hover{color:#fff}@media(max-width:1000px){footer#footer-main .row{flex-direction:column-reverse}footer#footer-main .row.form-wrapper .col{width:100%}footer#footer-main .row.form-wrapper .col:first-of-type .logo{margin:0 auto calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3);width:60%;min-width:140px;max-width:300px}footer#footer-main .row.form-wrapper .col:first-of-type .accreditations{width:100%;flex-direction:row;justify-content:center;gap:clamp(1.2rem,min(1.2vw,3vh),2rem);margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2.5)}footer#footer-main .row.form-wrapper .col:first-of-type .accreditations img,footer#footer-main .row.form-wrapper .col:first-of-type .accreditations svg{width:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4);height:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4)}footer#footer-main .row.form-wrapper .col:first-of-type .link{display:block;text-align:center;margin:0 auto;font-size:clamp(2rem,min(2.5vw,5vh),3.75rem);max-width:min(180px,100%)}footer#footer-main .row.form-wrapper .col:last-of-type{margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*6)}footer#footer-main .row.nav{flex-direction:column}footer#footer-main .row.nav .col{width:100%}footer#footer-main .row.nav .col:first-of-type{margin-bottom:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4)}footer#footer-main .row.nav .col:first-of-type .socials{gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3);width:100%;flex-direction:row;justify-content:center}footer#footer-main .row.nav .col:first-of-type .socials a.icon{width:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2.5);height:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2.5)}footer#footer-main .row.nav .col:first-of-type .links{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:0}footer#footer-main .row.nav .col:first-of-type .links .link{margin:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.25) clamp(1.2rem,min(1.2vw,3vh),2rem)}footer#footer-main .row.nav .col a.link{text-align:center}footer#footer-main .row.nav .col a.link:hover{color:#fff}}#header-main{height:clamp(11rem,min(13vw,20vh),18rem);width:100%;display:flex;align-items:center;justify-content:space-between;padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3)}#header-main>.row{display:flex;align-items:center}#header-main>.row a{white-space:nowrap}#header-main>.row.logo{width:20%;max-width:320px;min-width:130px;margin-right:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}#header-main>.row.logo a{display:block}#header-main>.row.logo a svg{width:100%;transition:scale .2s,opacity .2s}#header-main>.row.logo a:hover svg{scale:1.04;opacity:.7}@media(max-width:700px){#header-main>.row.logo{min-width:100px;margin-right:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5)}}#header-main>.row.nav{text-align:right}#header-main>.row.nav .buttons,#header-main>.row.nav .links{display:flex;align-self:center}#header-main>.row.nav .buttons>*,#header-main>.row.nav .links>*{margin-right:clamp(1.2rem,min(1.2vw,3vh),2rem)}#header-main>.row.nav .links{margin-right:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5)}@media(max-width:1500px){#header-main>.row.nav .links{display:none}}#header-main>.row.nav .links .active{color:#e5007e;pointer-events:none}#header-main>.row.nav .links .dropdown{position:relative}#header-main>.row.nav .links .dropdown a.link.active{pointer-events:all;cursor:pointer}#header-main>.row.nav .links .dropdown:hover .dropdown-menu{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0)}#header-main>.row.nav .links .dropdown.has-active>.link{color:#e5007e}#header-main>.row.nav .links .dropdown.has-active>.link>.caret{color:#e5007e}#header-main>.row.nav .links .dropdown>.link .caret{font-size:.7em;margin-left:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.25);display:inline-block;transition:transform .2s;vertical-align:middle;color:#3c277c;translate:0 -10%}#header-main>.row.nav .links .dropdown:hover>.link .caret{transform:rotate(180deg)}#header-main>.row.nav .links .dropdown .dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(-6px);opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;padding-top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5);z-index:10}#header-main>.row.nav .links .dropdown .dropdown-menu .dropdown-panel{background:#fff;padding:clamp(1.2rem,min(1.2vw,3vh),2rem);border-radius:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5);box-shadow:0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.25) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2) #00000029;columns:2;column-gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);min-width:260px}#header-main>.row.nav .links .dropdown .dropdown-menu .link{display:block;color:#3c277c;padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.25) 0;break-inside:avoid}#header-main>.row.nav .links .dropdown .dropdown-menu .link:hover{color:#e5007e}#header-main>.row.nav .links .dropdown .dropdown-menu .link.active{color:#e5007e;pointer-events:none}#header-main>.row.nav .buttons .btn{min-width:0}#header-main>.row.nav .buttons .btn:last-child{margin-right:0}@media(max-width:1500px){#header-main>.row.nav .buttons .btn:last-child{display:none}}@media(max-width:700px){#header-main>.row.nav .buttons .btn{font-size:clamp(1.1rem,min(1.1vw,1.3vh),1.3rem)}}#header-main>.row svg#burger{width:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3);height:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3);margin-left:clamp(1.2rem,min(1.2vw,3vh),2rem);cursor:pointer;position:relative;z-index:9;display:none}#header-main>.row svg#burger line{stroke:#3c277c;transition:stroke .2s}#header-main>.row svg#burger:hover line{stroke:#e5007e}@media(max-width:1500px){#header-main>.row svg#burger{display:block}}@media(max-width:700px){#header-main>.row svg#burger{width:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2.5);height:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2.5);margin-left:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5)}}#header-main>.row svg#burger.open{cursor:pointer}#header-main>.row svg#burger.open line{stroke:#fff}#header-main>.row svg#burger.open:hover line{stroke:#e5007e}#header-main #menu{display:none;position:fixed;top:0;right:0;width:100vw;height:100svh;padding:clamp(11rem,min(13vw,20vh),18rem) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3);background:#3c277c;z-index:8;padding-top:clamp(11rem,min(13vw,20vh),18rem);flex-direction:column;justify-content:space-between}#header-main #menu .col{padding-right:5px;justify-content:center;height:100%;width:100%;flex-wrap:wrap;display:flex;text-align:right}#header-main #menu .col .link{display:block;text-align:right;color:#fff;font-size:clamp(3.2rem,min(4vw,9vh),6rem)}#header-main #menu .col .link:hover{color:#e5007e}#header-main #menu .col .link.active{color:#e5007e;pointer-events:none}#header-main #menu .col .dropdown{width:100%}#header-main #menu .col .dropdown.has-active>.link{color:#e5007e}#header-main #menu .col .dropdown .dropdown-sub .link{font-size:clamp(1.8rem,min(2vw,4vh),3rem);color:rgba(255,255,255,.6)}#header-main #menu .col .dropdown .dropdown-sub .link:hover{color:#e5007e}#header-main #menu .col .dropdown .dropdown-sub .link.active{color:#e5007e;pointer-events:none}@media(max-width:700px){#header-main #menu .col{justify-content:flex-start}}#header-main #menu .footer{display:flex;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);width:100%;flex-wrap:wrap;justify-content:flex-start;height:clamp(11rem,min(13vw,20vh),18rem);align-items:flex-end}#header-main #menu .footer .btn{height:fit-content;padding-left:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);padding-right:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);min-width:min(100%,200px);margin:0}@media(max-width:700px){#header-main #menu .footer .btn{width:100%}}@media(max-width:700px){#header-main #menu .footer{height:fit-content;justify-content:flex-end;margin-bottom:clamp(1.2rem,min(1.2vw,3vh),2rem)}}@media(max-width:1500px){#header-main #menu.shown{display:flex}}#header-main.white>.row.logo svg *{fill:#fff}#header-main.white>.row.nav .links .link{color:#fff;transition:opacity .3s}#header-main.white>.row.nav .links .link .caret{color:#fff}#header-main.white>.row.nav .links .link:hover{opacity:.8}#header-main.white>.row.nav .links .link.active{color:#e5007e}#header-main.white>.row.nav .links .link.active .caret{color:#e5007e}#header-main.white>.row svg#burger line{stroke:#fff}#header-main.white>.row svg#burger:hover line{stroke:#e5007e}section#carousel{--visible:3;padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}@media(max-width:1000px){section#carousel{--visible:2}}@media(max-width:700px){section#carousel{--visible:1}}section#carousel .carousel__inner{display:flex;align-items:center;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);overflow:hidden;max-width:1400px;margin:0 auto}section#carousel .carousel__inner .carousel__arrow{flex-shrink:0;background:0 0;border:none;color:#fff;font-size:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);line-height:1;padding:clamp(1.2rem,min(1.2vw,3vh),2rem);cursor:pointer;opacity:.7;transition:opacity .2s}section#carousel .carousel__inner .carousel__arrow:hover{opacity:1}section#carousel .carousel__inner .carousel__viewport{flex:1;overflow:hidden}section#carousel .carousel__inner .carousel__track{display:flex}section#carousel .carousel__inner .carousel__track>div{flex-shrink:0;min-width:0;margin-bottom:0;padding-bottom:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3);will-change:transform,opacity}section#icon-list .icons{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;margin:0 auto;max-width:min(1300px,90%)}@media(max-width:1000px){section#icon-list .icons{max-width:100%}}section#image-list .entrees{display:flex;align-items:stretch;justify-content:center;flex-wrap:wrap;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4);margin:0 auto;max-width:min(1300px,90%)}@media(max-width:1000px){section#image-list .entrees{max-width:100%}}section#intro-col{position:relative;height:calc(max(100vh,640px) - clamp(11rem,min(13vw,20vh),18rem));padding-bottom:clamp(11rem,min(13vw,20vh),18rem);padding-top:clamp(11rem,min(13vw,20vh),18rem)}section#intro-col .col{height:100%;justify-content:center}section#intro-col .col:first-of-type{width:33%}section#intro-col .col:first-of-type h1{margin-bottom:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);line-height:1.1}section#intro-col .col:first-of-type p{margin-bottom:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}section#intro-col .col:first-of-type p,section#intro-col .col:first-of-type p>*{color:#3c277c}section#intro-col .col:first-of-type p>span{margin:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5) 0 0;display:block}section#intro-col .col:first-of-type p>span+br{display:none}section#intro-col .col:first-of-type .buttons{gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5);position:relative;z-index:5;display:flex;flex-wrap:wrap}section#intro-col .image{width:90%;position:absolute;top:50%;right:-25%;transform:translateY(-50%);z-index:1;height:100%;max-height:max(70svh,400px)}section#intro-col .image picture{max-height:100%;min-height:100%;max-width:100%;min-width:100%;width:100%;height:100%;display:block}section#intro-col .image picture img{max-height:100%;min-height:100%;max-width:100%;min-width:100%;width:100%;height:100%;object-fit:contain}@media(max-width:1000px){section#intro-col .col:first-of-type{width:50%}section#intro-col .image{width:66%}}@media(max-width:700px){section#intro-col{position:relative;padding-bottom:250px;height:auto;padding-top:clamp(1.2rem,min(1.2vw,3vh),2rem);max-height:none}section#intro-col .col{margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*6)}section#intro-col .col:first-of-type{width:100%;justify-content:center}section#intro-col .col:first-of-type .btn{width:100%}section#intro-col .image{top:auto;bottom:0;max-height:none;transform:none;height:250px;width:125%;right:-30%}}section#intro-wave{margin:calc(clamp(11rem,min(13vw,20vh),18rem)*-1) 0 0;padding:0!important;position:relative;height:max(100vh,640px);z-index:-1}section#intro-wave picture{display:block;width:100%;height:100%;position:relative}section#intro-wave picture img{display:block;width:100%;height:100%;object-fit:cover}section#intro-wave picture::after{content:"";z-index:1;width:100%;height:100%;background:linear-gradient(#000000aa 0,transparent 30%);position:absolute;top:0;left:0}section#legal-content{display:flex;flex-direction:column;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4)}section#legal-content .layout{display:grid;grid-template-columns:repeat(12,1fr);gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3);align-items:start;margin:0 auto;max-width:900px}section#legal-content .layout:first-of-type{margin-top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4)}section#legal-content .layout:last-of-type{margin-bottom:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4)}section#legal-content .layout .layout__col{grid-column:span var(--span);min-width:0;display:flex;flex-direction:column;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);overflow-wrap:break-word;margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}@media(max-width:700px){section#legal-content .layout{grid-template-columns:1fr;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}section#legal-content .layout .layout__col{grid-column:span 1}}section#legal-content h2,section#legal-content h3,section#legal-content h4,section#legal-content h5,section#legal-content h6{color:#fff}section#legal-content .block-text li,section#legal-content .block-text p{color:#fff;opacity:.9}section#legal-content .block-text p+p{margin-top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5)}section#legal-content .block-text strong{color:#ffde00}section#legal-content .block-text a{color:#ffde00;text-decoration:underline;text-underline-offset:.2em}section#legal-content .block-text a:hover{color:#e5007e}section#legal-content .block-list ol,section#legal-content .block-list ul{padding-left:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);display:flex;flex-direction:column;gap:clamp(1.2rem,min(1.2vw,3vh),2rem)}section#legal-content .block-list li{color:#fff;opacity:.9}section#legal-content .block-list li::marker{color:#ffde00}section#legal-content .block-image{margin:0;width:100%}section#legal-content .block-image img{width:100%;height:auto;display:block;border-radius:clamp(1.2rem,min(1.2vw,3vh),2rem)}section#legal-content .block-image figcaption{font-size:clamp(1.1rem,min(1.1vw,1.3vh),1.3rem);color:#fff;opacity:.6;margin-top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5);font-family:gotham,sans-serif;font-weight:400;font-style:normal;letter-spacing:.02vw}section#legal-content .block-heading h2,section#legal-content .block-heading h3{color:#fff}section#content{display:flex;flex-direction:column;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4)}section#content .layout{display:grid;grid-template-columns:repeat(12,1fr);gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3);align-items:start;margin:0 auto;max-width:1500px}section#content .layout:first-of-type{margin-top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4)}section#content .layout:last-of-type{margin-bottom:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4)}section#content .layout .layout__col{grid-column:span var(--span);min-width:0;display:flex;flex-direction:column;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);overflow-wrap:break-word;margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}@media(max-width:700px){section#content .layout{grid-template-columns:1fr;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}section#content .layout .layout__col{grid-column:span 1}}section#content h2,section#content h3,section#content h4,section#content h5,section#content h6{color:#fff}section#content .block-text li,section#content .block-text p{color:#fff;opacity:.9}section#content .block-text p+p{margin-top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5)}section#content .block-text strong{color:#ffde00}section#content .block-text a{color:#ffde00;text-decoration:underline;text-underline-offset:.2em}section#content .block-text a:hover{color:#e5007e}section#content .block-text.left{text-align:left}section#content .block-text.center{text-align:center}section#content .block-text.right{text-align:right}section#content .block-list ol,section#content .block-list ul{padding-left:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);display:flex;flex-direction:column;gap:clamp(1.2rem,min(1.2vw,3vh),2rem)}section#content .block-list li{color:#fff;opacity:.9}section#content .block-list li::marker{color:#ffde00}section#content .block-image{margin:0;width:100%}section#content .block-image img{width:100%;height:auto;display:block;border-radius:clamp(1.2rem,min(1.2vw,3vh),2rem)}section#content .block-image figcaption{font-size:clamp(1.1rem,min(1.1vw,1.3vh),1.3rem);color:#fff;opacity:.6;margin-top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5);font-family:gotham,sans-serif;font-weight:400;font-style:normal;letter-spacing:.02vw}section#content .block-quote{border-left:4px solid #ffde00;padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);margin:0}section#content .block-quote p{color:#fff;font-size:clamp(1.5rem,min(1.6vw,3.2vh),2.2rem);font-family:gotham,sans-serif;font-weight:700;font-style:normal;letter-spacing:.02vw;line-height:1.3}section#content .block-quote cite{display:block;margin-top:clamp(1.2rem,min(1.2vw,3vh),2rem);font-size:clamp(1.1rem,min(1.1vw,1.3vh),1.3rem);color:#ffde00;font-family:gotham,sans-serif;font-weight:700;font-style:normal;letter-spacing:.02vw;font-style:normal}section#markets-list{display:flex;flex-direction:column;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3)}section#markets-list .intro{gap:clamp(1.2rem,min(1.2vw,3vh),2rem);max-width:640px;margin:0 auto}section#markets-list .intro>*{color:#fff}section#markets-list .intro h2{margin-bottom:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5)}section#markets-list .intro p{text-align:center}section#markets-list .grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);max-width:1500px;margin:0 auto}section#markets-list .grid .card{border-radius:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);overflow:hidden;position:relative;display:block;transition:scale .35s cubic-bezier(.22,.68,0,1.2),box-shadow .35s ease;max-width:none;width:auto;width:20%}@media(max-width:1200px){section#markets-list .grid .card{width:30%}}@media(max-width:700px){section#markets-list .grid .card{width:45%}}section#markets-list .grid .card::after{height:200%}section#markets-list .grid .card:hover{scale:1.05}section#markets-list .grid .card:hover .card__cta{gap:clamp(1.2rem,min(1.2vw,3vh),2rem);color:#e5007e}section#markets-list .grid .card .card__body{padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5) clamp(1.2rem,min(1.2vw,3vh),2rem);height:100%}section#markets-list .grid .card .card__body h5{color:#fff;margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5)}section#markets-list .grid .card .card__body .card__cta{gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5);color:#fff;transition:gap .35s ease,color .3s;display:flex;align-items:center;justify-content:center;width:100%}section#markets-list .grid .card .card__body .card__cta span{font-family:gotham,sans-serif;font-weight:700;font-style:normal;letter-spacing:.02vw;font-size:clamp(1.1rem,min(1.1vw,1.3vh),1.3rem);color:inherit;margin-left:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.33)}section#markets-list .grid .card .card__body .card__cta svg{width:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);height:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);stroke:currentColor;flex-shrink:0;transition:transform .35s ease}@media(max-width:1200px){section#markets-list .grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1000px){section#markets-list .grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){section#markets-list .grid{grid-template-columns:1fr}}section#products{padding:0}section#products .groups{max-width:1800px;margin:0 auto}section#products .group{padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*5);gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3);position:relative}section#products .group.reverse{flex-direction:row-reverse}section#products .group::after{content:"";width:calc(100% - clamp(1.2rem,min(1.2vw,3vh),2rem)*6);height:2px;background-color:#e5007e;top:100%;left:50%;translate:-50% -50%;position:absolute}section#products .group:last-of-type{padding-bottom:0}section#products .group:last-of-type::after{display:none}section#products .group .col{width:40%;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}section#products .group .col h2,section#products .group .col h4,section#products .group .col h6,section#products .group .col p{color:#fff}section#products .group .col .products{display:flex;flex-direction:column;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5)}section#products .group .col .products .product h6{margin-bottom:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.25)}section#products .group .col .buttons{display:flex;flex-wrap:wrap;gap:clamp(1.2rem,min(1.2vw,3vh),2rem)}section#products .group .col .btn{align-self:flex-start;min-width:min(200px,100%)}section#products .group .image-wrap{position:relative;width:45%;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center}section#products .group .image-wrap::before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60%;aspect-ratio:1/1;background:#fff;border-radius:50%}section#products .group .image-wrap picture{position:relative;z-index:1;display:block;overflow:hidden}section#products .group .image-wrap picture img{width:100%;height:100%;object-fit:contain}section#products .group .image-wrap picture.circle{border-radius:50%}section#products .group .image-wrap picture.rounded{border-radius:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3)}@media(max-width:1000px){section#products .group{flex-direction:column;margin-top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4)}section#products .group .col{width:100%}section#products .group .image-wrap{width:100%}section#products .group.reverse{flex-direction:column}section#products .group .buttons .btn{min-width:calc(50% - clamp(1.2rem,min(1.2vw,3vh),2rem)*.5);width:calc(50% - clamp(1.2rem,min(1.2vw,3vh),2rem)*.5);max-width:calc(50% - clamp(1.2rem,min(1.2vw,3vh),2rem)*.5)}}section#quote{margin-top:calc(clamp(11rem,min(13vw,20vh),18rem)*-1);padding-top:clamp(11rem,min(13vw,20vh),18rem);min-height:max(100vh,640px)}section#quote .autoform{border:2px solid #e5007e;border-radius:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3);padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3);box-shadow:0 5px 10px #00000050;position:relative;z-index:4;background:#3c277c;max-width:1600px;margin:0 auto}section#quote .autoform form{display:grid;grid-template-columns:40% 10% 50%}section#quote .autoform form .autoform-field{width:100%;border:2px solid #e5007e;border-radius:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}section#quote .autoform form .autoform-field::after{display:none}section#quote .autoform form .autoform-field.header,section#quote .autoform form .autoform-field.services-help,section#quote .autoform form .autoform-field:has(.autoform-submit){border:none}section#quote .autoform form .autoform-field label{left:clamp(1.2rem,min(1.2vw,3vh),2rem);top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.95);translate:0 -50%;padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.25) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5)}section#quote .autoform form .autoform-field label:has(~.textarea):not(:has(~.textarea>textarea:placeholder-shown)),section#quote .autoform form .autoform-field label:has(~.textarea>textarea:focus),section#quote .autoform form .autoform-field label:has(~input):not(:has(~input:placeholder-shown)),section#quote .autoform form .autoform-field label:has(~input:focus){top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*-1);left:0;scale:.7}section#quote .autoform form .autoform-field>input:not(.autoform-submit){padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5) 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.25) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5)}section#quote .autoform form .company,section#quote .autoform form .email,section#quote .autoform form .header,section#quote .autoform form .message,section#quote .autoform form .name,section#quote .autoform form .tel{grid-column-start:1;grid-column-end:2;width:100%}section#quote .autoform form .header{grid-row-start:1;grid-row-end:2}section#quote .autoform form .header h2{line-height:1;margin:0;padding:0;font-size:clamp(2rem,min(2.5vw,5vh),3.75rem)}section#quote .autoform form .name{grid-row-start:2;grid-row-end:3}section#quote .autoform form .email{grid-row-start:3;grid-row-end:4}section#quote .autoform form .tel{grid-row-start:4;grid-row-end:5}section#quote .autoform form .company{grid-row-start:5;grid-row-end:6}section#quote .autoform form .message{grid-row-start:6;grid-row-end:8;height:140px}section#quote .autoform form .message label{top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);left:clamp(1.2rem,min(1.2vw,3vh),2rem)}section#quote .autoform form .message .textarea textarea{height:100%;padding:clamp(1.2rem,min(1.2vw,3vh),2rem) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);outline:0!important;border:none!important}section#quote .autoform form .vl{grid-column-start:2;grid-column-end:3;grid-row-start:2;grid-row-end:8;width:2px;border:none;background:#e5007e;height:100%;justify-self:center}section#quote .autoform form .services{grid-column-start:3;grid-column-end:4;grid-row-start:1;grid-row-end:7;width:100%;display:block;border:none;justify-self:end;position:relative}section#quote .autoform form .services>label{display:block;width:100%;font-size:clamp(1.8rem,min(2vw,4vh),3rem);line-height:1;position:static;margin-top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5)}section#quote .autoform form .services .multiselect{display:block;width:100%}section#quote .autoform form .services .multiselect>label{width:100%;display:flex;position:static;pointer-events:all;justify-content:space-between;text-align:right;cursor:pointer;transition:color .2s;font-size:clamp(1.2rem,min(1.2vw,1.6vh),1.6rem)}section#quote .autoform form .services .multiselect>label input{display:block;appearance:checkbox;width:fit-content;transition:opacity .2s;display:none}section#quote .autoform form .services .multiselect>label:hover{color:#e5007e}section#quote .autoform form .services .multiselect>label:hover::after{background-color:#e5007E40}section#quote .autoform form .services .multiselect>label::after{content:"";width:clamp(1.2rem,min(1.2vw,3vh),2rem);height:clamp(1.2rem,min(1.2vw,3vh),2rem);border-radius:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.25);border:2px solid #e5007e;position:absolute;right:0;top:50%;translate:0 -50%;transition:background-color .2s,opacity .2s}section#quote .autoform form .services .multiselect>label::before{content:"";position:absolute;top:50%;right:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5);width:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.25);height:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.66);border:3px solid #3c277c;border-top:none;border-left:none;rotate:45deg;z-index:1;translate:15% -55%;opacity:0;transition:opacity .2s}section#quote .autoform form .services .multiselect>label:has(input:checked)::after{background-color:#e5007e}section#quote .autoform form .services .multiselect>label:has(input:checked)::before{opacity:1}section#quote .autoform form .services-help{justify-self:end;grid-column-start:3;grid-column-end:4;grid-row-start:7;grid-row-end:8;width:100%}section#quote .autoform form .services-help span{font-family:gotham,sans-serif;font-weight:400;font-style:normal;letter-spacing:.02vw;font-size:clamp(1.1rem,min(1.1vw,1.3vh),1.3rem)}section#quote .autoform form .autoform-field:has(.cf-turnstile){grid-column-start:3;grid-column-end:4;grid-row-start:8;grid-row-end:9;border:none}section#quote .autoform form .submit{grid-column-start:3;grid-column-end:4;grid-row-start:9;grid-row-end:10}@media(max-width:700px){section#quote .autoform form{display:block}section#quote .autoform form .autoform-field{margin-bottom:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}section#quote .autoform form .autoform-field:last-of-type{margin:0}section#quote .autoform form .services{margin-top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3)}section#quote .autoform form .vl{display:none}}section#resources{display:flex;flex-direction:column;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3)}section#resources .intro{gap:clamp(1.2rem,min(1.2vw,3vh),2rem);max-width:640px;margin:0 auto}section#resources .intro p{text-align:center;opacity:.8}section#resources .grid{display:grid;grid-template-columns:repeat(5,1fr);gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);max-width:1400px;margin:0 auto;width:100%}section#resources .grid .card{background:#e5007e;border-radius:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);display:flex;flex-direction:column;align-items:center;text-align:center;gap:clamp(1.2rem,min(1.2vw,3vh),2rem);transition:transform .3s}section#resources .grid .card:hover{transform:translateY(-4px)}section#resources .grid .card .doc-icon{position:relative;width:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*5);flex-shrink:0;color:#fff;overflow:visible}section#resources .grid .card .doc-icon svg{overflow:visible;width:100%;height:auto;display:block}section#resources .grid .card .doc-icon svg line,section#resources .grid .card .doc-icon svg path{stroke-width:1px;stroke:#e5007e}section#resources .grid .card .doc-icon svg path.body{fill:#fff}section#resources .grid .card .doc-icon .ext{position:absolute;translate:0 45%;bottom:0;left:50%;transform:translateX(-50%);background:#ffde00;color:#3c277c;font-family:gotham,sans-serif;font-weight:700;font-style:normal;letter-spacing:.02vw;font-size:clamp(1.1rem,min(1.1vw,1.3vh),1.3rem);line-height:1;padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.25*.75) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.125);border-radius:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4);letter-spacing:.06em;white-space:nowrap}section#resources .grid .card .card__body{gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5);flex:1;margin-top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5);margin-bottom:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5)}section#resources .grid .card .card__body h5{color:#fff}section#resources .grid .card .card__body p{color:#fff;opacity:.7}section#resources .grid .card .btn{margin-top:auto;align-self:stretch;display:flex;align-items:center;justify-content:center;gap:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5);min-width:unset;margin:0;max-width:none;width:100%}section#resources .grid .card .btn .btn__icon{width:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);height:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*1.5);flex-shrink:0;stroke:#fff;margin-left:-5px}section#resources .grid .card .btn .btn__icon path{stroke:#fff}section#resources .grid .card .btn:hover{color:#fff}@media(max-width:1200px){section#resources .grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:1000px){section#resources .grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){section#resources .grid{grid-template-columns:1fr}}section#spiel .col{margin:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4) 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*6)}section#spiel .col h3{margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}section#spiel .col .buttons{margin-top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3)}section#team{padding-top:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4)!important}section#team>h2{text-align:center;margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*4)}section#team>.row{max-width:1200px;margin:0 auto calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*6)}section#team>.row .member{width:25%;padding:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2);display:flex;flex-direction:column;align-items:center;justify-content:space-between;max-width:250px}@media(max-width:1200px){section#team>.row .member{width:33%}}@media(max-width:700px){section#team>.row .member{max-width:250px;width:50%}}section#team>.row .member .top{width:100%}section#team>.row .member .top picture{display:block;aspect-ratio:1/1;width:100%;border-radius:50%;overflow:hidden;margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*2)}section#team>.row .member .top picture img{width:100%;height:100%;object-fit:cover;display:block}section#team>.row .member .top picture figure.avatar{background:#e5007e;width:100%;height:100%;margin:0;padding:0;position:relative}section#team>.row .member .top picture figure.avatar::after,section#team>.row .member .top picture figure.avatar::before{content:"";background:#3c277c;position:absolute;width:33%}section#team>.row .member .top picture figure.avatar::before{height:50%;bottom:-1px;border-radius:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3) calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3) 0 0;translate:-50% 0;left:50%}section#team>.row .member .top picture figure.avatar::after{aspect-ratio:1/1;border-radius:calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*3);left:50%;translate:-50% -105%;top:50%}section#team>.row .member .top>h5{font-family:gotham,sans-serif;font-weight:400;font-style:normal;letter-spacing:.02vw;text-align:center;width:100%;margin:0 0 calc(clamp(1.2rem,min(1.2vw,3vh),2rem)*.5)}section#team>.row .member>h5{text-align:center;width:100%}section:has(+.wave){padding-bottom:calc(clamp(11rem,min(13vw,20vh),18rem)*2)!important}.wave{position:relative;overflow:visible;padding-top:clamp(1.2rem,min(1.2vw,3vh),2rem)!important}.wave>svg.waveAnim{max-width:none!important;position:absolute;bottom:calc(100% - 1px);left:0;fill:#3c277c;height:calc(clamp(11rem,min(13vw,20vh),18rem)*2)}.wave.blue>svg.waveAnim{fill:#009ee2}.wave.white>svg.waveAnim{fill:#fff}.wave.black>svg.waveAnim{fill:#000}.wave.yellow>svg.waveAnim{fill:#ffde00}.wave .waveText{position:absolute;bottom:-1px;left:0;width:100%;height:calc(clamp(11rem,min(13vw,20vh),18rem)*3);overflow:hidden}.wave .waveText svg.waveAnim{position:absolute;top:0;left:0;width:100%;height:100%;max-width:none;overflow:visible}.wave .waveText svg.waveAnim.waveAnim--back{fill:#e5007e;z-index:1}.wave .waveText svg.waveAnim.waveAnim--front{fill:#3c277c;z-index:2}.wave .waveText .waveText__label{font-family:gotham,sans-serif;font-weight:700;font-style:normal;letter-spacing:.02vw;font-size:clamp(3.2rem,min(4vw,9vh),6rem);fill:#3c277c}