html{-webkit-tap-highlight-color:rgba(0,0,0,0)}.mobile{display:none}@media only screen and (max-width: 1024px) and (orientation: portrait){.mobile{display:block}}body{font-family:"Galano",sans-serif;margin:0;overflow-x:hidden;height:100%}body.no-scroll{overflow:hidden;position:fixed;top:0;left:0;bottom:0;right:0}body.loader{overflow-y:hidden;position:fixed;top:0;left:0;bottom:0;right:0}body.overlay{background-color:rgba(0,0,0,0.5)}@-webkit-keyframes up{0%,100%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-35deg);transform:rotate(-35deg)}}@keyframes up{0%,100%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-35deg);transform:rotate(-35deg)}}@-webkit-keyframes down{0%,100%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(35deg);transform:rotate(35deg)}}@keyframes down{0%,100%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(35deg);transform:rotate(35deg)}}@-webkit-keyframes r-to-l{100%{margin-left:-1px}}@keyframes r-to-l{100%{margin-left:-1px}}.loading-wrapper{position:absolute;width:100%;height:100%;overflow:hidden;z-index:8;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(10%, #F77062), color-stop(78%, #FE5196));background-image:linear-gradient(0deg, #F77062 10%, #FE5196 78%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.loading-wrapper.hidden{opacity:0;-webkit-transition:opacity 0.15s linear;transition:opacity 0.15s linear;z-index:1}.loading-wrapper .pacman-wrapper{position:relative;width:215px}.loading-wrapper .pacman:before,.loading-wrapper .pacman:after{content:'';position:absolute;background:#ffc517;width:50px;height:25px;left:0;top:0;margin-left:0;margin-top:-25px;border-radius:25px 25px 0 0;-webkit-animation:up .5s infinite;animation:up .5s infinite}.loading-wrapper .pacman:after{margin-top:-1px;border-radius:0 0 25px 25px;-webkit-animation:down .5s infinite;animation:down .5s infinite}.loading-wrapper .dot{position:absolute;left:30px;top:0;width:5px;height:5px;margin-top:-2.5px;margin-left:30px;border-radius:50%;background:#fff;z-index:-1;-webkit-box-shadow:30px 0 0 #fff,60px 0 0 #fff,90px 0 0 #fff,120px 0 0 #fff,150px 0 0 #fff;box-shadow:30px 0 0 #fff,60px 0 0 #fff,90px 0 0 #fff,120px 0 0 #fff,150px 0 0 #fff;-webkit-animation:r-to-l .5s infinite;animation:r-to-l .5s infinite}.show{display:block}.hide{display:none}.nav-bar{position:absolute;top:0;left:0;width:100%;min-height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 40px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:7}@media only screen and (max-width: 414px){.nav-bar{min-height:50px;padding:14px 18px}}.nav-bar .nav-wrapper{width:30px;height:30px;z-index:6;-webkit-transition:all 0.3s ease-in-out 0.4s;transition:all 0.3s ease-in-out 0.4s;position:relative;cursor:pointer}@media only screen and (max-width: 414px){.nav-bar .nav-wrapper{-webkit-transform:scale(0.6);transform:scale(0.6);top:-5px}}.nav-bar .nav-wrapper.active{-webkit-transform:rotate(360deg);transform:rotate(360deg)}@media only screen and (max-width: 1024px){.nav-bar .nav-wrapper.active{top:0}}@media only screen and (max-width: 414px){.nav-bar .nav-wrapper.active{-webkit-transform:rotate(360deg) scale(0.6);transform:rotate(360deg) scale(0.6);top:-5px}}.nav-bar .nav-wrapper .bar{position:absolute;width:100%;height:4px;background-color:#FFF;border-radius:9px;display:block}.nav-bar .nav-wrapper .bar:nth-child(1){top:0}.nav-bar .nav-wrapper .bar:nth-child(4){top:20px}.nav-bar .nav-wrapper .bar:nth-child(4).active{-webkit-transform:translate(100%);transform:translate(100%)}.nav-bar .nav-wrapper .bar:nth-child(1),.nav-bar .nav-wrapper .bar:nth-child(4){-webkit-transition:top 0.15s linear, opacity 0.1s linear 0.15s, -webkit-transform 0.1s linear 0.15s;transition:top 0.15s linear, opacity 0.1s linear 0.15s, -webkit-transform 0.1s linear 0.15s;transition:top 0.15s linear, opacity 0.1s linear 0.15s, transform 0.1s linear 0.15s;transition:top 0.15s linear, opacity 0.1s linear 0.15s, transform 0.1s linear 0.15s, -webkit-transform 0.1s linear 0.15s}.nav-bar .nav-wrapper .bar:nth-child(1).active,.nav-bar .nav-wrapper .bar:nth-child(4).active{top:10px;opacity:0;-webkit-transform:translate(-100%);transform:translate(-100%)}.nav-bar .nav-wrapper .bar:nth-child(2),.nav-bar .nav-wrapper .bar:nth-child(3){top:10px;-webkit-transition:all 0.15s linear;transition:all 0.15s linear}.nav-bar .nav-wrapper .bar:nth-child(2).active{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.nav-bar .nav-wrapper .bar:nth-child(3).active{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.nav-bar .logo{z-index:6;cursor:pointer}.nav-bar .logo-icon{width:230px}.nav-bar .logo-icon.hidden{opacity:0}@media only screen and (max-width: 414px){.nav-bar .logo-icon{width:100px}}.nav-bar .logo-menu{z-index:6;opacity:0;position:absolute;top:20px;width:230px;left:39px}.nav-bar .logo-menu.show{opacity:1}@media only screen and (max-width: 414px){.nav-bar .logo-menu{top:15px;width:100px;left:18px}}.nav-bar .logo-menu-responsive{z-index:6;opacity:0;position:absolute;top:20px;width:230px;left:39px}@media only screen and (max-width: 414px){.nav-bar .logo-menu-responsive{top:15px;width:100px;left:18px}}.menu{position:absolute;overflow:hidden;width:100%;height:100vh;display:none}.menu .menu-background{width:50px;height:50px;position:absolute;top:0;right:0;background-image:linear-gradient(20deg, #FB067D 0%, #361676 67%, #280A5B 99%);z-index:5;border-radius:50%;opacity:0}.menu .menu-content{z-index:6;width:450px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100vh;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;margin:0 auto;position:relative;opacity:0;text-align:center}@media only screen and (max-width: 570px){.menu .menu-content{width:auto}}.menu .menu-content .menu-wrapper{top:15%;position:relative}.menu .menu-content .menu-items{font-family:"Gunar-Heavy",sans-serif;color:#FFF;font-size:4em;width:100%}@media only screen and (max-width: 570px){.menu .menu-content .menu-items{font-size:3em}}@media only screen and (max-width: 320px){.menu .menu-content .menu-items{font-size:2.8em}}.menu .menu-content .menu-items a{color:#FFF;text-decoration:none;-webkit-transition:color .5s, margin-right .5s;transition:color .5s, margin-right .5s}.menu .menu-content .menu-items a:visited,.menu .menu-content .menu-items a:active{color:#FFF;text-decoration:none}.menu .menu-content .menu-items a:hover{color:#FF1844;margin-right:10px;-webkit-transition:color .5s, margin-right .5s;transition:color .5s, margin-right .5s}.menu .menu-content .menu-items .menu-item{cursor:pointer}.menu .menu-content .contact-details{font-size:1.5em;color:#FF1844;padding:2em 0;font-weight:bold;width:100%}.menu .menu-content .contact-details a{color:#FF1844;text-decoration:none}.menu .menu-content .contact-details a:visited{color:#FF1844;text-decoration:none}.menu .menu-content .social-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:distribute;align-content:space-around;width:50%;position:absolute;bottom:20px}@media only screen and (max-width: 414px){.menu .menu-content .social-items{position:relative;top:20%}}.menu .menu-content .social-items a{text-decoration:none;width:33%}.menu .menu-content .social-items a:visited{text-decoration:none}h1{font-family:"Gunar-Heavy",sans-serif;font-size:4em;line-height:69px;font-weight:800;color:#FF1844}h2{font-family:"Galano",sans-serif;font-size:1.8em;line-height:18px;color:#30424A}h3{font-family:"Gunar-Heavy",sans-serif;font-size:1.8em;color:#3A3269;font-weight:600}.btn{background-size:contain;background-repeat:no-repeat;width:250px;height:80px;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus{outline:none}.btn .text{color:#FFF;font-family:"Galano",sans-serif;font-size:1.2em;text-align:center;line-height:73px}.btn.btn-orange{background-image:url("../../Images/Buttons/button-orange.svg")}.btn.btn-purple{background-image:url("../../Images/Buttons/button-purple.svg")}.btn.btn-pink{background-image:url("../../Images/Buttons/button-pink.svg")}.btn.btn-blue{background-image:url("../../Images/Buttons/button-blue.svg")}.btn.btn-pink-solid{background-image:url("../../Images/Buttons/button-pink-solid.svg")}.btn.btn-pink-solid .text{line-height:56px}.btn.btn-pink-solid .btn-tick{position:absolute;top:16px;left:110px;font-size:24px;opacity:0}.btn.btn-pink-solid .loading{position:absolute;top:10px;left:73px;opacity:0;font-size:24px}.footer{position:relative;bottom:0;width:100%;height:995px;color:#FFF;overflow:hidden}@media only screen and (max-width: 1520px){.footer{height:900px}}@media only screen and (max-width: 1200px){.footer{height:800px}}@media only screen and (max-width: 1024px) and (orientation: portrait){.footer{height:1305px;margin-top:20px}}.footer .footer-background-mobile{width:100%;z-index:-1;position:absolute;bottom:0}@media only screen and (max-width: 1024px) and (orientation: portrait){.footer .footer-background-mobile{height:100%;width:100%}}@media only screen and (max-width: 800px){.footer .footer-background-mobile{width:auto}}@media only screen and (min-width: 320px) and (max-width: 812px) and (orientation: landscape){.footer .footer-background-mobile{display:block}}.footer .footer-background{width:100%;position:absolute;z-index:-1;height:1065px;bottom:0;max-width:1920px}@media only screen and (max-width: 1520px){.footer .footer-background{-webkit-transform:scale(1.2);transform:scale(1.2)}}@media only screen and (max-width: 1520px){.footer .footer-background{height:871px}}@media only screen and (max-width: 1024px) and (orientation: portrait){.footer .footer-background{display:none}}.footer .footer-content{height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media only screen and (max-width: 1024px) and (orientation: portrait){.footer .footer-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;top:50px}}.footer .footer-content .success{opacity:0;position:absolute;top:50%;left:48%;text-align:center}.footer .footer-content .success .success-text{font-size:1.5em}.footer .footer-content .success .success-icon{width:10%}@media only screen and (max-width: 1024px) and (orientation: portrait){.footer .footer-content .success{width:100%;left:0}}@media only screen and (max-width: 570px){.footer .footer-content .success .success-text{font-size:1em}}.footer .footer-content .contact-form{width:30%}@media only screen and (max-width: 1600px){.footer .footer-content .contact-form{-webkit-transform:scale(0.9);transform:scale(0.9);width:35%}}@media only screen and (max-width: 1450px){.footer .footer-content .contact-form{-webkit-transform:scale(0.8);transform:scale(0.8);width:45%}}@media only screen and (max-width: 1024px) and (orientation: portrait){.footer .footer-content .contact-form{margin-bottom:6em;width:101%}}.footer .footer-content .contact-form .form .text-field{position:relative;font-size:16px;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;margin:0;padding:20px 0;color:#FFF;margin-bottom:20px;font-family:"Galano",sans-serif}.footer .footer-content .contact-form .form .tick{display:none;position:absolute;top:45%;right:5px;color:#FF1844}.footer .footer-content .contact-form .form .input{border:none;border-bottom:1px solid #fff;border-radius:0;display:block;font-size:16px;margin:0;padding:4px 0;width:100%;background:0 0;text-align:left;margin-top:10px;color:#fff;font-family:"Galano",sans-serif}.footer .footer-content .contact-form .form .input:focus{outline:none}.footer .footer-content .contact-form .form .label{-webkit-transform-origin:0px 0px;transform-origin:0px 0px;bottom:0;color:#fff;font-size:16px;left:0;right:0;pointer-events:none;position:absolute;display:block;top:24px;width:100%;overflow:hidden;white-space:nowrap;text-align:left}.footer .footer-content .contact-form .form .line{background-color:#FF3E77;bottom:20px;opacity:0;height:2px;width:100%;position:absolute;-webkit-transform:scalex(calc(10/300));transform:scalex(calc(10/300))}.footer .footer-content .contact-form .form .work-on-section{margin:30px 0}.footer .footer-content .contact-form .form .option-label{margin-bottom:20px}.footer .footer-content .contact-form .form .options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer .footer-content .contact-form .form input[type="radio"]{display:none}.footer .footer-content .contact-form .form .radio-label{display:table-cell;vertical-align:middle;text-align:center;cursor:pointer;background-color:#1F323B;color:#FFF;padding:5px 10px;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;border-right:1px solid #FFF;width:33%}@media only screen and (max-width: 320px){.footer .footer-content .contact-form .form .radio-label{font-size:0.8em}}.footer .footer-content .contact-form .form .radio-label:last-child{border-right:none}.footer .footer-content .contact-form .form input[type="radio"]:checked+label{background-color:#FFF;color:#FF1844}.footer .footer-content .contact-form .g-recaptcha.error{border:1px solid #FF3E77;width:54%}.footer .footer-content .contact-form .btn{margin-top:30px}.footer .footer-content .footer-details{width:35%;font-size:1.5em}@media only screen and (max-width: 1660px){.footer .footer-content .footer-details{font-size:1.2em}}@media only screen and (max-width: 1024px) and (orientation: portrait){.footer .footer-content .footer-details{width:80%;top:4%;position:relative}}@media only screen and (max-width: 447px){.footer .footer-content .footer-details{font-size:1em}}.footer .footer-content .footer-details .blurb{width:45%;margin-bottom:40px}@media only screen and (max-width: 1024px) and (orientation: portrait){.footer .footer-content .footer-details .blurb{width:50%}}@media only screen and (max-width: 447px){.footer .footer-content .footer-details .blurb{width:100%}}.footer .footer-content .footer-details .details{font-size:1em;color:#FF3E77;margin-bottom:15px}.footer .footer-content .footer-details .details a{color:#FF3E77;text-decoration:none}.footer .footer-content .footer-details .details a:visited,.footer .footer-content .footer-details .details a:active{color:#FF3E77;text-decoration:none}.footer .footer-content .footer-details .details a:hover{color:#FFF}.footer .footer-bottom{bottom:-50px;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:103px;bottom:30px}@media only screen and (max-width: 1200px){.footer .footer-bottom{bottom:0}}@media only screen and (max-width: 1024px) and (orientation: portrait){.footer .footer-bottom{height:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer .footer-bottom .logo-wrapper{text-align:center;width:33%}.footer .footer-bottom .logo-wrapper img{width:15%}@media only screen and (max-width: 1024px) and (orientation: portrait){.footer .footer-bottom .logo-wrapper{margin-bottom:1em;width:100%}}.footer .footer-bottom .social{text-align:center;width:33%}.footer .footer-bottom .social a{text-decoration:none}.footer .footer-bottom .social a:visited,.footer .footer-bottom .social a:active{text-decoration:none}.footer .footer-bottom .social .social-item{padding:0.5em}@media only screen and (max-width: 1024px) and (orientation: portrait){.footer .footer-bottom .social .social-item{padding:0.2em}}@media only screen and (max-width: 1024px) and (orientation: portrait){.footer .footer-bottom .social{margin-bottom:1em;width:100%}}.footer .footer-bottom .footer-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:33%}.footer .footer-bottom .footer-menu .menu-item{font-size:1em;color:#FFF;padding:0 1em;font-weight:bold;cursor:pointer}@media only screen and (max-width: 1250px){.footer .footer-bottom .footer-menu .menu-item{font-size:0.8em}}@media only screen and (max-width: 1024px) and (orientation: portrait){.footer .footer-bottom .footer-menu .menu-item{font-size:0.88em}}@media only screen and (max-width: 320px){.footer .footer-bottom .footer-menu .menu-item{font-size:0.7em}}.footer .footer-bottom .footer-menu .menu-item a{color:#FFF;text-decoration:none}.footer .footer-bottom .footer-menu .menu-item a:visited,.footer .footer-bottom .footer-menu .menu-item a:active{color:#FFF;text-decoration:none}.footer .footer-bottom .footer-menu .menu-item a:hover{color:#FF3E77}.footer .footer-bottom .footer-menu .menu-item:hover{color:#FF3E77}@media only screen and (max-width: 1024px) and (orientation: portrait){.footer .footer-bottom .footer-menu{width:100%;margin-bottom:1em}}.footer .rights{position:absolute;z-index:25;bottom:5px;left:9px;font-size:0.88em;text-align:center;opacity:0.3}@media only screen and (max-width: 570px){.footer .rights{font-size:0.7em}}
