@import"https://fonts.googleapis.com/css?family=Lato:400,300";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}img,fieldset,a img{border:none}input[type=text],input[type=email],input[type=search],input[type=tel],textarea{-webkit-appearance:none}input[type=submit],button{cursor:pointer}input[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto}input,button{margin:0;padding:0;border:0}div,input,textarea,select,button,h1,h2,h3,h4,h5,h6,a,span,a:focus{outline:none}ul,ol{list-style-type:none}table{width:100%;border-spacing:0;border-collapse:collapse}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}:root{--font-body: "libre-franklin", sans-serif;--font-heading: "syne", serif;--colour-black: #000;--colour-white: #fff;--colour-blue: #BEE6EE;--colour-pink: #FFB0CE;--colour-orange: #FF4B00;--colour-red: #7C0302;--colour-grey: #1A1B1F;--colour-light-grey: #1A1B1F42;--colour-red-accent: #FA4040;--colour-light-blue: #EBF7FA}.header{position:absolute;width:100%;z-index:5;padding:30px 0}.header__inner{display:flex;justify-content:center;align-items:center;padding:0 15px;position:relative;font-size:16px;line-height:1.625}@media only screen and (min-width: 768px){.header__inner{padding:0 30px}}@media only screen and (min-width: 1050px){.header__inner{padding:0 50px;justify-content:space-between}}.header__nav{display:none}@media only screen and (min-width: 1050px){.header__nav{display:flex;flex:1}}.header__nav>ul{display:flex;align-items:center;gap:20px;position:relative;z-index:1}.header__nav>ul a{color:var(--colour-white)}@media only screen and (min-width: 1050px){.header__nav:nth-of-type(2){justify-content:end}}.header__burger{display:flex;flex-direction:column;justify-content:center;align-items:center;width:48px;height:48px;margin-right:-12px;color:var(--colour-white);-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:transparent;position:absolute;left:15px;transform:rotateY(180deg)}@media only screen and (min-width: 768px){.header__burger{left:30px}}@media only screen and (min-width: 1050px){.header__burger{display:none;position:static}}.header__burger.is-active span:nth-child(1){transform:translate3d(0,8px,0) scaleZ(1) rotateX(0) rotateY(0) rotate(-45deg) skew(0);transform-style:preserve-3d}.header__burger.is-active span:nth-child(2){width:0}.header__burger.is-active span:nth-child(3){transform:translate3d(0,-8px,0) scaleZ(1) rotateX(0) rotateY(0) rotate(45deg) skew(0);transform-style:preserve-3d}.header__burger span:nth-child(1),.header__burger span:nth-child(2),.header__burger span:nth-child(3){width:23px;height:1px;background-color:currentColor}.header__burger span:nth-child(1),.header__burger span:nth-child(3){transform:translateZ(0) scaleZ(1) rotateX(0) rotateY(0) rotate(0) skew(0);transition:transform .3s}.header__burger span:nth-child(2){position:relative;display:flex;margin-top:7px;margin-bottom:7px;background-color:transparent;transition:width .3s}.header__burger span:nth-child(2):after{content:"";display:block;width:18px;height:1px;background-color:currentColor;margin-left:auto}.header__logo{width:160px}@media only screen and (min-width: 500px){.header__logo{width:250px}}.header__logo img{width:100%}.header--simple .header__logo img{filter:invert(1)}.header__mobile{display:block}@media only screen and (min-width: 1050px){.header__mobile{display:none!important}}.header__embed{display:block;cursor:pointer;padding:10px 15px;border-radius:10px;text-decoration:none;font-weight:700;text-align:center;background-color:var(--colour-orange);color:var(--colour-white)}.header__embed a{color:currentColor!important}.header__link--has-dropdown{position:relative;display:flex;flex-direction:column;align-items:center;gap:10px}@media only screen and (min-width: 1050px){.header__link--has-dropdown{display:block}}.header__link--has-dropdown button{all:unset;color:var(--colour-white);cursor:pointer;display:inline-flex;gap:5px;align-items:center}.header__link--has-dropdown button:after{content:"";display:inline-block;background-image:url(/img/chevron.svg);background-repeat:no-repeat;width:12px;height:12px;filter:invert(100%);background-position:center}.header--simple .header__link--has-dropdown button:after{filter:none}.header__link--has-dropdown.is-active .header__dropdown{display:flex}.header__link--has-dropdown.is-active button:after{transform:rotate(90deg)}.header__dropdown{display:none;flex-direction:column;width:100%;align-items:center;gap:6px}@media only screen and (min-width: 1050px){.header__dropdown{position:absolute;top:calc(100% + 10px);align-items:flex-start}}.header--simple{position:static;background-color:var(--colour-white)}.header--simple .header__nav>ul a:not(.btn){color:var(--colour-black)}.header--simple .header__link--has-dropdown button,.header--simple .header__burger{color:var(--colour-black)}.header__desktop{display:block;position:absolute;right:15px}@media only screen and (min-width: 768px){.header__desktop{right:30px}}@media only screen and (min-width: 1050px){.header__desktop{display:none}}.header__desktop .btn{font-size:12px;padding:5px 7px}@media only screen and (min-width: 420px){.header__desktop .btn{font-size:14px;line-height:1.8571428571}}@media only screen and (min-width: 768px){.header__desktop .btn{padding:10px 15px}}@media only screen and (min-width: 1050px){.header__desktop .btn{font-size:16px;padding:5px}}.is-mobilenav-active .header__nav:nth-child(1){display:block;position:absolute;top:70px;right:0;bottom:0;left:0;width:100%;height:100vh;background:linear-gradient(180deg,#000 -10%,#1a1b1f);z-index:2}@media only screen and (min-width: 500px){.is-mobilenav-active .header__nav:nth-child(1){top:110px;right:0;bottom:0;left:0;background:linear-gradient(180deg,#000 -20%,#1a1b1f)}}@media only screen and (min-width: 1050px){.is-mobilenav-active .header__nav:nth-child(1){position:static;background:none;width:unset;height:unset}.is-mobilenav-active .header__nav:nth-child(1):before{display:none}.is-mobilenav-active .header__nav:nth-child(1) ul{flex-direction:row}}.is-mobilenav-active .header__nav:nth-child(1):before{content:"";width:100%;height:115%;position:absolute;background-image:url(/img/hero.svg);background-position:0 100px;background-size:200%;background-repeat:no-repeat}@media only screen and (min-width: 500px){.is-mobilenav-active .header__nav:nth-child(1):before{background-size:100%;background-position:0 50px}}.is-mobilenav-active .header__nav:nth-child(1) ul{flex-direction:column}@media only screen and (min-width: 1050px){.is-mobilenav-active .header__nav:nth-child(1) ul{flex-direction:row}}.is-mobilenav-active .header--simple{background-color:var(--colour-white);background-image:none}.is-mobilenav-active .header--simple .header__nav:nth-child(1){top:70px;right:0;bottom:0;left:0}@media only screen and (min-width: 500px){.is-mobilenav-active .header--simple .header__nav:nth-child(1){top:100px;right:0;bottom:0;left:0}}.is-mobilenav-active .header--simple .header__nav:nth-child(1):before{background-image:none;background-color:#fff}.footer{padding:50px 0;position:relative}.footer__container{padding:0 30px}@media only screen and (min-width: 768px){.footer__container{padding:0 50px}}@media only screen and (min-width: 1600px){.footer__container{padding:0 80px}}@media only screen and (min-width: 1800px){.footer__container{padding:0 100px}}@media only screen and (min-width: 2000px){.footer__container{padding:0 120px}}.footer__inner{display:flex;justify-content:space-between;column-gap:20px;row-gap:40px;position:relative;flex-wrap:wrap}.footer__inner img{position:absolute;width:100%;top:50px;z-index:-1;max-height:300px}.footer:not(.footer--hide-bar) .footer__inner:before{content:"";display:block;height:2px;width:100%;border-radius:2px;background-color:var(--colour-black);position:absolute;top:-50px}.footer__contact h1,.footer__contact h2{font-size:24px;line-height:1.7857142857}@media only screen and (min-width: 500px){.footer__contact h1,.footer__contact h2{font-size:28px}}@media only screen and (min-width: 1050px){.footer__contact h1,.footer__contact h2{font-size:46px;line-height:76px}}.footer__contact a{color:var(--colour-black)}.footer__links-grid{display:grid;gap:50px;margin-right:60px}@media only screen and (min-width: 1050px){.footer__links-grid{gap:100px;margin-right:80px}}.footer__links-col{display:flex;flex-direction:column;gap:6px}.footer__links-col a{color:var(--colour-black)}li:has(.footer__links-col--social){grid-area:2}@media only screen and (min-width: 768px){li:has(.footer__links-col--social){grid-area:unset}}.footer__links-col--social{display:flex;flex-direction:row;gap:10px}.footer__links-col--social a{display:block;width:48px;height:48px}.footer__links-col--social a:hover svg{fill:var(--colour-orange)}.footer__links-col--social a:hover svg path{stroke:var(--colour-white)}.footer__links-col--social a:hover svg rect{stroke:var(--colour-orange)}.footer__links-col--social svg{position:static;width:100%;height:100%;transition:fill .25s cubic-bezier(.25,1,.5,1);fill:transparent}.footer__links-col--social svg path,.footer__links-col--social svg rect{transition:stroke .25s cubic-bezier(.25,1,.5,1);stroke:var(--colour-black)}.footer__disclaimer{font-size:14px;line-height:1.8571428571}.hero--cta{background:linear-gradient(180deg,#000,#1a1b1f);height:100vh}@media only screen and (min-width: 1050px){.hero--cta{min-height:765px}}.hero--cta:before{content:"";width:100%;height:100%;position:absolute;background-image:url(/img/hero.svg);background-size:200%;background-repeat:no-repeat;background-position:0 200px}@media only screen and (min-width: 500px){.hero--cta:before{background-size:100%}}@media only screen and (min-width: 1050px){.hero--cta:before{background-position:0 50px;min-height:765px}}.hero__inner{display:flex;flex-direction:column;position:relative;height:100%;z-index:1;align-items:center;justify-content:center;text-align:center;gap:25px;padding:0 10px}.hero--simple .hero__inner{max-width:1050px;width:100%}@media only screen and (min-width: 1050px){.hero__inner{padding:0}}.hero__heading{background-image:linear-gradient(272.73deg,#bee6ee 19.75%,#ff4b00 91.1%);color:transparent;-webkit-background-clip:text;background-clip:text;font-size:40px;line-height:48px;max-width:925px}@media only screen and (min-width: 768px){.hero__heading{font-size:48px;line-height:56px}}.hero__heading-container{display:flex;flex-direction:column;gap:8px;max-width:660px}@media only screen and (min-width: 1050px){.hero__heading{font-size:70px;line-height:80px}}.hero__subheading{color:#fff;max-width:700px;font-size:16px;line-height:1.625}@media only screen and (min-width: 768px){.hero__subheading{font-size:20px;line-height:1.6}}.hero__action{color:var(--colour-white)}.hero__background{width:100%;height:100%;overflow:hidden;position:absolute;left:0;right:0;margin:auto;top:50%;transform:translateY(-50%);filter:opacity(.5)}.is-mobilenav-active .hero__background{visibility:hidden}@media only screen and (min-width: 1050px){.is-mobilenav-active .hero__background{visibility:visible}}.hero__background .hero__c{border:2px solid rgba(255,255,255,.1);border-radius:400px;position:absolute;margin:auto}.hero__background .hero__c:nth-of-type(1){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:6px;height:1px;right:8px;bottom:12px;-webkit-filter:blur(8.3333333333px);-moz-filter:blur(8.3333333333px);-o-filter:blur(8.3333333333px);-ms-filter:blur(8.3333333333px);transform-origin:4px 2px;animation:spin 10s .1s linear infinite;background:#5d22cdfb}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(1){right:10px;bottom:10px}}.hero__background .hero__c:nth-of-type(2){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:12px;height:2px;right:16px;bottom:24px;-webkit-filter:blur(8.6666666667px);-moz-filter:blur(8.6666666667px);-o-filter:blur(8.6666666667px);-ms-filter:blur(8.6666666667px);transform-origin:8px 4px;animation:spin 10s .2s linear infinite;background:#6023cdf8}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(2){right:20px;bottom:20px}}.hero__background .hero__c:nth-of-type(3){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:18px;height:3px;right:24px;bottom:36px;-webkit-filter:blur(9px);-moz-filter:blur(9px);-o-filter:blur(9px);-ms-filter:blur(9px);transform-origin:12px 6px;animation:spin 10s .3s linear infinite;background:#6324cdf4}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(3){right:30px;bottom:30px}}.hero__background .hero__c:nth-of-type(4){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:24px;height:4px;right:32px;bottom:48px;-webkit-filter:blur(9.3333333333px);-moz-filter:blur(9.3333333333px);-o-filter:blur(9.3333333333px);-ms-filter:blur(9.3333333333px);transform-origin:16px 8px;animation:spin 10s .4s linear infinite;background:#6625cdf0}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(4){right:40px;bottom:40px}}.hero__background .hero__c:nth-of-type(5){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:30px;height:5px;right:40px;bottom:60px;-webkit-filter:blur(9.6666666667px);-moz-filter:blur(9.6666666667px);-o-filter:blur(9.6666666667px);-ms-filter:blur(9.6666666667px);transform-origin:20px 10px;animation:spin 10s .5s linear infinite;background:#6926cded}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(5){right:50px;bottom:50px}}.hero__background .hero__c:nth-of-type(6){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:36px;height:6px;right:48px;bottom:72px;-webkit-filter:blur(10px);-moz-filter:blur(10px);-o-filter:blur(10px);-ms-filter:blur(10px);transform-origin:24px 12px;animation:spin 10s .6s linear infinite;background:#6c27cde9}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(6){right:60px;bottom:60px}}.hero__background .hero__c:nth-of-type(7){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:42px;height:7px;right:56px;bottom:84px;-webkit-filter:blur(10.3333333333px);-moz-filter:blur(10.3333333333px);-o-filter:blur(10.3333333333px);-ms-filter:blur(10.3333333333px);transform-origin:28px 14px;animation:spin 10s .7s linear infinite;background:#6f28cde6}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(7){right:70px;bottom:70px}}.hero__background .hero__c:nth-of-type(8){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:48px;height:8px;right:64px;bottom:96px;-webkit-filter:blur(10.6666666667px);-moz-filter:blur(10.6666666667px);-o-filter:blur(10.6666666667px);-ms-filter:blur(10.6666666667px);transform-origin:32px 16px;animation:spin 10s .8s linear infinite;background:#7229cde2}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(8){right:80px;bottom:80px}}.hero__background .hero__c:nth-of-type(9){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:54px;height:9px;right:72px;bottom:108px;-webkit-filter:blur(11px);-moz-filter:blur(11px);-o-filter:blur(11px);-ms-filter:blur(11px);transform-origin:36px 18px;animation:spin 10s .9s linear infinite;background:#752acdde}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(9){right:90px;bottom:90px}}.hero__background .hero__c:nth-of-type(10){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:60px;height:10px;right:80px;bottom:120px;-webkit-filter:blur(11.3333333333px);-moz-filter:blur(11.3333333333px);-o-filter:blur(11.3333333333px);-ms-filter:blur(11.3333333333px);transform-origin:40px 20px;animation:spin 10s 1s linear infinite;background:#782bcddb}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(10){right:100px;bottom:100px}}.hero__background .hero__c:nth-of-type(11){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:66px;height:11px;right:88px;bottom:132px;-webkit-filter:blur(11.6666666667px);-moz-filter:blur(11.6666666667px);-o-filter:blur(11.6666666667px);-ms-filter:blur(11.6666666667px);transform-origin:44px 22px;animation:spin 10s 1.1s linear infinite;background:#7b2ccdd7}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(11){right:110px;bottom:110px}}.hero__background .hero__c:nth-of-type(12){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:72px;height:12px;right:96px;bottom:144px;-webkit-filter:blur(12px);-moz-filter:blur(12px);-o-filter:blur(12px);-ms-filter:blur(12px);transform-origin:48px 24px;animation:spin 10s 1.2s linear infinite;background:#7e2dcdd3}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(12){right:120px;bottom:120px}}.hero__background .hero__c:nth-of-type(13){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:78px;height:13px;right:104px;bottom:156px;-webkit-filter:blur(12.3333333333px);-moz-filter:blur(12.3333333333px);-o-filter:blur(12.3333333333px);-ms-filter:blur(12.3333333333px);transform-origin:52px 26px;animation:spin 10s 1.3s linear infinite;background:#812ecdd0}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(13){right:130px;bottom:130px}}.hero__background .hero__c:nth-of-type(14){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:84px;height:14px;right:112px;bottom:168px;-webkit-filter:blur(12.6666666667px);-moz-filter:blur(12.6666666667px);-o-filter:blur(12.6666666667px);-ms-filter:blur(12.6666666667px);transform-origin:56px 28px;animation:spin 10s 1.4s linear infinite;background:#842fcdcc}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(14){right:140px;bottom:140px}}.hero__background .hero__c:nth-of-type(15){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:90px;height:15px;right:120px;bottom:180px;-webkit-filter:blur(13px);-moz-filter:blur(13px);-o-filter:blur(13px);-ms-filter:blur(13px);transform-origin:60px 30px;animation:spin 10s 1.5s linear infinite;background:#8730cdc8}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(15){right:150px;bottom:150px}}.hero__background .hero__c:nth-of-type(16){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:96px;height:16px;right:128px;bottom:192px;-webkit-filter:blur(13.3333333333px);-moz-filter:blur(13.3333333333px);-o-filter:blur(13.3333333333px);-ms-filter:blur(13.3333333333px);transform-origin:64px 32px;animation:spin 10s 1.6s linear infinite;background:#8a31cdc5}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(16){right:160px;bottom:160px}}.hero__background .hero__c:nth-of-type(17){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:102px;height:17px;right:136px;bottom:204px;-webkit-filter:blur(13.6666666667px);-moz-filter:blur(13.6666666667px);-o-filter:blur(13.6666666667px);-ms-filter:blur(13.6666666667px);transform-origin:68px 34px;animation:spin 10s 1.7s linear infinite;background:#8d32cdc1}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(17){right:170px;bottom:170px}}.hero__background .hero__c:nth-of-type(18){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:108px;height:18px;right:144px;bottom:216px;-webkit-filter:blur(14px);-moz-filter:blur(14px);-o-filter:blur(14px);-ms-filter:blur(14px);transform-origin:72px 36px;animation:spin 10s 1.8s linear infinite;background:#9033cdbd}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(18){right:180px;bottom:180px}}.hero__background .hero__c:nth-of-type(19){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:114px;height:19px;right:152px;bottom:228px;-webkit-filter:blur(14.3333333333px);-moz-filter:blur(14.3333333333px);-o-filter:blur(14.3333333333px);-ms-filter:blur(14.3333333333px);transform-origin:76px 38px;animation:spin 10s 1.9s linear infinite;background:#9334cdba}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(19){right:190px;bottom:190px}}.hero__background .hero__c:nth-of-type(20){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:120px;height:20px;right:160px;bottom:240px;-webkit-filter:blur(14.6666666667px);-moz-filter:blur(14.6666666667px);-o-filter:blur(14.6666666667px);-ms-filter:blur(14.6666666667px);transform-origin:80px 40px;animation:spin 10s 2s linear infinite;background:#9635cdb6}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(20){right:200px;bottom:200px}}.hero__background .hero__c:nth-of-type(21){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:126px;height:21px;right:168px;bottom:252px;-webkit-filter:blur(15px);-moz-filter:blur(15px);-o-filter:blur(15px);-ms-filter:blur(15px);transform-origin:84px 42px;animation:spin 10s 2.1s linear infinite;background:#9936cdb3}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(21){right:210px;bottom:210px}}.hero__background .hero__c:nth-of-type(22){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:132px;height:22px;right:176px;bottom:264px;-webkit-filter:blur(15.3333333333px);-moz-filter:blur(15.3333333333px);-o-filter:blur(15.3333333333px);-ms-filter:blur(15.3333333333px);transform-origin:88px 44px;animation:spin 10s 2.2s linear infinite;background:#9c37cdaf}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(22){right:220px;bottom:220px}}.hero__background .hero__c:nth-of-type(23){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:138px;height:23px;right:184px;bottom:276px;-webkit-filter:blur(15.6666666667px);-moz-filter:blur(15.6666666667px);-o-filter:blur(15.6666666667px);-ms-filter:blur(15.6666666667px);transform-origin:92px 46px;animation:spin 10s 2.3s linear infinite;background:#9f38cdab}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(23){right:230px;bottom:230px}}.hero__background .hero__c:nth-of-type(24){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:144px;height:24px;right:192px;bottom:288px;-webkit-filter:blur(16px);-moz-filter:blur(16px);-o-filter:blur(16px);-ms-filter:blur(16px);transform-origin:96px 48px;animation:spin 10s 2.4s linear infinite;background:#a239cda8}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(24){right:240px;bottom:240px}}.hero__background .hero__c:nth-of-type(25){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:150px;height:25px;right:200px;bottom:300px;-webkit-filter:blur(16.3333333333px);-moz-filter:blur(16.3333333333px);-o-filter:blur(16.3333333333px);-ms-filter:blur(16.3333333333px);transform-origin:100px 50px;animation:spin 10s 2.5s linear infinite;background:#a53acda4}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(25){right:250px;bottom:250px}}.hero__background .hero__c:nth-of-type(26){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:156px;height:26px;right:208px;bottom:312px;-webkit-filter:blur(16.6666666667px);-moz-filter:blur(16.6666666667px);-o-filter:blur(16.6666666667px);-ms-filter:blur(16.6666666667px);transform-origin:104px 52px;animation:spin 10s 2.6s linear infinite;background:#a83bcda0}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(26){right:260px;bottom:260px}}.hero__background .hero__c:nth-of-type(27){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:162px;height:27px;right:216px;bottom:324px;-webkit-filter:blur(17px);-moz-filter:blur(17px);-o-filter:blur(17px);-ms-filter:blur(17px);transform-origin:108px 54px;animation:spin 10s 2.7s linear infinite;background:#ab3ccd9d}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(27){right:270px;bottom:270px}}.hero__background .hero__c:nth-of-type(28){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:168px;height:28px;right:224px;bottom:336px;-webkit-filter:blur(17.3333333333px);-moz-filter:blur(17.3333333333px);-o-filter:blur(17.3333333333px);-ms-filter:blur(17.3333333333px);transform-origin:112px 56px;animation:spin 10s 2.8s linear infinite;background:#ae3dcd99}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(28){right:280px;bottom:280px}}.hero__background .hero__c:nth-of-type(29){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:174px;height:29px;right:232px;bottom:348px;-webkit-filter:blur(17.6666666667px);-moz-filter:blur(17.6666666667px);-o-filter:blur(17.6666666667px);-ms-filter:blur(17.6666666667px);transform-origin:116px 58px;animation:spin 10s 2.9s linear infinite;background:#b13ecd95}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(29){right:290px;bottom:290px}}.hero__background .hero__c:nth-of-type(30){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:180px;height:30px;right:240px;bottom:360px;-webkit-filter:blur(18px);-moz-filter:blur(18px);-o-filter:blur(18px);-ms-filter:blur(18px);transform-origin:120px 60px;animation:spin 10s 3s linear infinite;background:#b43fcd92}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(30){right:300px;bottom:300px}}.hero__background .hero__c:nth-of-type(31){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:186px;height:31px;right:248px;bottom:372px;-webkit-filter:blur(18.3333333333px);-moz-filter:blur(18.3333333333px);-o-filter:blur(18.3333333333px);-ms-filter:blur(18.3333333333px);transform-origin:124px 62px;animation:spin 10s 3.1s linear infinite;background:#b740cd8e}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(31){right:310px;bottom:310px}}.hero__background .hero__c:nth-of-type(32){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:192px;height:32px;right:256px;bottom:384px;-webkit-filter:blur(18.6666666667px);-moz-filter:blur(18.6666666667px);-o-filter:blur(18.6666666667px);-ms-filter:blur(18.6666666667px);transform-origin:128px 64px;animation:spin 10s 3.2s linear infinite;background:#ba41cd8a}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(32){right:320px;bottom:320px}}.hero__background .hero__c:nth-of-type(33){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:198px;height:33px;right:264px;bottom:396px;-webkit-filter:blur(19px);-moz-filter:blur(19px);-o-filter:blur(19px);-ms-filter:blur(19px);transform-origin:132px 66px;animation:spin 10s 3.3s linear infinite;background:#bd42cd87}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(33){right:330px;bottom:330px}}.hero__background .hero__c:nth-of-type(34){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:204px;height:34px;right:272px;bottom:408px;-webkit-filter:blur(19.3333333333px);-moz-filter:blur(19.3333333333px);-o-filter:blur(19.3333333333px);-ms-filter:blur(19.3333333333px);transform-origin:136px 68px;animation:spin 10s 3.4s linear infinite;background:#c043cd83}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(34){right:340px;bottom:340px}}.hero__background .hero__c:nth-of-type(35){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:210px;height:35px;right:280px;bottom:420px;-webkit-filter:blur(19.6666666667px);-moz-filter:blur(19.6666666667px);-o-filter:blur(19.6666666667px);-ms-filter:blur(19.6666666667px);transform-origin:140px 70px;animation:spin 10s 3.5s linear infinite;background:#c344cd80}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(35){right:350px;bottom:350px}}.hero__background .hero__c:nth-of-type(36){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:216px;height:36px;right:288px;bottom:432px;-webkit-filter:blur(20px);-moz-filter:blur(20px);-o-filter:blur(20px);-ms-filter:blur(20px);transform-origin:144px 72px;animation:spin 10s 3.6s linear infinite;background:#c645cd7c}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(36){right:360px;bottom:360px}}.hero__background .hero__c:nth-of-type(37){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:222px;height:37px;right:296px;bottom:444px;-webkit-filter:blur(20.3333333333px);-moz-filter:blur(20.3333333333px);-o-filter:blur(20.3333333333px);-ms-filter:blur(20.3333333333px);transform-origin:148px 74px;animation:spin 10s 3.7s linear infinite;background:#c946cd78}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(37){right:370px;bottom:370px}}.hero__background .hero__c:nth-of-type(38){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:228px;height:38px;right:304px;bottom:456px;-webkit-filter:blur(20.6666666667px);-moz-filter:blur(20.6666666667px);-o-filter:blur(20.6666666667px);-ms-filter:blur(20.6666666667px);transform-origin:152px 76px;animation:spin 10s 3.8s linear infinite;background:#cc47cd75}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(38){right:380px;bottom:380px}}.hero__background .hero__c:nth-of-type(39){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:234px;height:39px;right:312px;bottom:468px;-webkit-filter:blur(21px);-moz-filter:blur(21px);-o-filter:blur(21px);-ms-filter:blur(21px);transform-origin:156px 78px;animation:spin 10s 3.9s linear infinite;background:#cf48cd71}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(39){right:390px;bottom:390px}}.hero__background .hero__c:nth-of-type(40){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:240px;height:40px;right:320px;bottom:480px;-webkit-filter:blur(21.3333333333px);-moz-filter:blur(21.3333333333px);-o-filter:blur(21.3333333333px);-ms-filter:blur(21.3333333333px);transform-origin:160px 80px;animation:spin 10s 4s linear infinite;background:#d249cd6d}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(40){right:400px;bottom:400px}}.hero__background .hero__c:nth-of-type(41){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:246px;height:41px;right:328px;bottom:492px;-webkit-filter:blur(21.6666666667px);-moz-filter:blur(21.6666666667px);-o-filter:blur(21.6666666667px);-ms-filter:blur(21.6666666667px);transform-origin:164px 82px;animation:spin 10s 4.1s linear infinite;background:#d54acd6a}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(41){right:410px;bottom:410px}}.hero__background .hero__c:nth-of-type(42){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:252px;height:42px;right:336px;bottom:504px;-webkit-filter:blur(22px);-moz-filter:blur(22px);-o-filter:blur(22px);-ms-filter:blur(22px);transform-origin:168px 84px;animation:spin 10s 4.2s linear infinite;background:#d84bcd66}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(42){right:420px;bottom:420px}}.hero__background .hero__c:nth-of-type(43){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:258px;height:43px;right:344px;bottom:516px;-webkit-filter:blur(22.3333333333px);-moz-filter:blur(22.3333333333px);-o-filter:blur(22.3333333333px);-ms-filter:blur(22.3333333333px);transform-origin:172px 86px;animation:spin 10s 4.3s linear infinite;background:#db4ccd62}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(43){right:430px;bottom:430px}}.hero__background .hero__c:nth-of-type(44){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:264px;height:44px;right:352px;bottom:528px;-webkit-filter:blur(22.6666666667px);-moz-filter:blur(22.6666666667px);-o-filter:blur(22.6666666667px);-ms-filter:blur(22.6666666667px);transform-origin:176px 88px;animation:spin 10s 4.4s linear infinite;background:#de4dcd5f}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(44){right:440px;bottom:440px}}.hero__background .hero__c:nth-of-type(45){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:270px;height:45px;right:360px;bottom:540px;-webkit-filter:blur(23px);-moz-filter:blur(23px);-o-filter:blur(23px);-ms-filter:blur(23px);transform-origin:180px 90px;animation:spin 10s 4.5s linear infinite;background:#e14ecd5b}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(45){right:450px;bottom:450px}}.hero__background .hero__c:nth-of-type(46){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:276px;height:46px;right:368px;bottom:552px;-webkit-filter:blur(23.3333333333px);-moz-filter:blur(23.3333333333px);-o-filter:blur(23.3333333333px);-ms-filter:blur(23.3333333333px);transform-origin:184px 92px;animation:spin 10s 4.6s linear infinite;background:#e44fcd57}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(46){right:460px;bottom:460px}}.hero__background .hero__c:nth-of-type(47){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:282px;height:47px;right:376px;bottom:564px;-webkit-filter:blur(23.6666666667px);-moz-filter:blur(23.6666666667px);-o-filter:blur(23.6666666667px);-ms-filter:blur(23.6666666667px);transform-origin:188px 94px;animation:spin 10s 4.7s linear infinite;background:#e750cd54}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(47){right:470px;bottom:470px}}.hero__background .hero__c:nth-of-type(48){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:288px;height:48px;right:384px;bottom:576px;-webkit-filter:blur(24px);-moz-filter:blur(24px);-o-filter:blur(24px);-ms-filter:blur(24px);transform-origin:192px 96px;animation:spin 10s 4.8s linear infinite;background:#ea51cd50}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(48){right:480px;bottom:480px}}.hero__background .hero__c:nth-of-type(49){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:294px;height:49px;right:392px;bottom:588px;-webkit-filter:blur(24.3333333333px);-moz-filter:blur(24.3333333333px);-o-filter:blur(24.3333333333px);-ms-filter:blur(24.3333333333px);transform-origin:196px 98px;animation:spin 10s 4.9s linear infinite;background:#ed52cd4d}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(49){right:490px;bottom:490px}}.hero__background .hero__c:nth-of-type(50){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:300px;height:50px;right:400px;bottom:600px;-webkit-filter:blur(24.6666666667px);-moz-filter:blur(24.6666666667px);-o-filter:blur(24.6666666667px);-ms-filter:blur(24.6666666667px);transform-origin:200px 100px;animation:spin 10s 5s linear infinite;background:#f053cd49}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(50){right:500px;bottom:500px}}.hero__background .hero__c:nth-of-type(51){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:306px;height:51px;right:408px;bottom:612px;-webkit-filter:blur(25px);-moz-filter:blur(25px);-o-filter:blur(25px);-ms-filter:blur(25px);transform-origin:204px 102px;animation:spin 10s 5.1s linear infinite;background:#f354cd45}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(51){right:510px;bottom:510px}}.hero__background .hero__c:nth-of-type(52){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:312px;height:52px;right:416px;bottom:624px;-webkit-filter:blur(25.3333333333px);-moz-filter:blur(25.3333333333px);-o-filter:blur(25.3333333333px);-ms-filter:blur(25.3333333333px);transform-origin:208px 104px;animation:spin 10s 5.2s linear infinite;background:#f655cd42}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(52){right:520px;bottom:520px}}.hero__background .hero__c:nth-of-type(53){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:318px;height:53px;right:424px;bottom:636px;-webkit-filter:blur(25.6666666667px);-moz-filter:blur(25.6666666667px);-o-filter:blur(25.6666666667px);-ms-filter:blur(25.6666666667px);transform-origin:212px 106px;animation:spin 10s 5.3s linear infinite;background:#f956cd3e}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(53){right:530px;bottom:530px}}.hero__background .hero__c:nth-of-type(54){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:324px;height:54px;right:432px;bottom:648px;-webkit-filter:blur(26px);-moz-filter:blur(26px);-o-filter:blur(26px);-ms-filter:blur(26px);transform-origin:216px 108px;animation:spin 10s 5.4s linear infinite;background:#fc57cd3a}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(54){right:540px;bottom:540px}}.hero__background .hero__c:nth-of-type(55){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:330px;height:55px;right:440px;bottom:660px;-webkit-filter:blur(26.3333333333px);-moz-filter:blur(26.3333333333px);-o-filter:blur(26.3333333333px);-ms-filter:blur(26.3333333333px);transform-origin:220px 110px;animation:spin 10s 5.5s linear infinite;background:#ff58cd37}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(55){right:550px;bottom:550px}}.hero__background .hero__c:nth-of-type(56){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:336px;height:56px;right:448px;bottom:672px;-webkit-filter:blur(26.6666666667px);-moz-filter:blur(26.6666666667px);-o-filter:blur(26.6666666667px);-ms-filter:blur(26.6666666667px);transform-origin:224px 112px;animation:spin 10s 5.6s linear infinite;background:#ff59cd33}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(56){right:560px;bottom:560px}}.hero__background .hero__c:nth-of-type(57){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:342px;height:57px;right:456px;bottom:684px;-webkit-filter:blur(27px);-moz-filter:blur(27px);-o-filter:blur(27px);-ms-filter:blur(27px);transform-origin:228px 114px;animation:spin 10s 5.7s linear infinite;background:#ff5acd2f}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(57){right:570px;bottom:570px}}.hero__background .hero__c:nth-of-type(58){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:348px;height:58px;right:464px;bottom:696px;-webkit-filter:blur(27.3333333333px);-moz-filter:blur(27.3333333333px);-o-filter:blur(27.3333333333px);-ms-filter:blur(27.3333333333px);transform-origin:232px 116px;animation:spin 10s 5.8s linear infinite;background:#ff5bcd2c}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(58){right:580px;bottom:580px}}.hero__background .hero__c:nth-of-type(59){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:354px;height:59px;right:472px;bottom:708px;-webkit-filter:blur(27.6666666667px);-moz-filter:blur(27.6666666667px);-o-filter:blur(27.6666666667px);-ms-filter:blur(27.6666666667px);transform-origin:236px 118px;animation:spin 10s 5.9s linear infinite;background:#ff5ccd28}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(59){right:590px;bottom:590px}}.hero__background .hero__c:nth-of-type(60){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:360px;height:60px;right:480px;bottom:720px;-webkit-filter:blur(28px);-moz-filter:blur(28px);-o-filter:blur(28px);-ms-filter:blur(28px);transform-origin:240px 120px;animation:spin 10s 6s linear infinite;background:#ff5dcd24}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(60){right:600px;bottom:600px}}.hero__background .hero__c:nth-of-type(61){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:366px;height:61px;right:488px;bottom:732px;-webkit-filter:blur(28.3333333333px);-moz-filter:blur(28.3333333333px);-o-filter:blur(28.3333333333px);-ms-filter:blur(28.3333333333px);transform-origin:244px 122px;animation:spin 10s 6.1s linear infinite;background:#ff5ecd21}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(61){right:610px;bottom:610px}}.hero__background .hero__c:nth-of-type(62){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:372px;height:62px;right:496px;bottom:744px;-webkit-filter:blur(28.6666666667px);-moz-filter:blur(28.6666666667px);-o-filter:blur(28.6666666667px);-ms-filter:blur(28.6666666667px);transform-origin:248px 124px;animation:spin 10s 6.2s linear infinite;background:#ff5fcd1d}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(62){right:620px;bottom:620px}}.hero__background .hero__c:nth-of-type(63){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:378px;height:63px;right:504px;bottom:756px;-webkit-filter:blur(29px);-moz-filter:blur(29px);-o-filter:blur(29px);-ms-filter:blur(29px);transform-origin:252px 126px;animation:spin 10s 6.3s linear infinite;background:#ff60cd1a}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(63){right:630px;bottom:630px}}.hero__background .hero__c:nth-of-type(64){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:384px;height:64px;right:512px;bottom:768px;-webkit-filter:blur(29.3333333333px);-moz-filter:blur(29.3333333333px);-o-filter:blur(29.3333333333px);-ms-filter:blur(29.3333333333px);transform-origin:256px 128px;animation:spin 10s 6.4s linear infinite;background:#ff61cd16}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(64){right:640px;bottom:640px}}.hero__background .hero__c:nth-of-type(65){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:390px;height:65px;right:520px;bottom:780px;-webkit-filter:blur(29.6666666667px);-moz-filter:blur(29.6666666667px);-o-filter:blur(29.6666666667px);-ms-filter:blur(29.6666666667px);transform-origin:260px 130px;animation:spin 10s 6.5s linear infinite;background:#ff62cd12}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(65){right:650px;bottom:650px}}.hero__background .hero__c:nth-of-type(66){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:396px;height:66px;right:528px;bottom:792px;-webkit-filter:blur(30px);-moz-filter:blur(30px);-o-filter:blur(30px);-ms-filter:blur(30px);transform-origin:264px 132px;animation:spin 10s 6.6s linear infinite;background:#ff63cd0f}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(66){right:660px;bottom:660px}}.hero__background .hero__c:nth-of-type(67){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:402px;height:67px;right:536px;bottom:804px;-webkit-filter:blur(30.3333333333px);-moz-filter:blur(30.3333333333px);-o-filter:blur(30.3333333333px);-ms-filter:blur(30.3333333333px);transform-origin:268px 134px;animation:spin 10s 6.7s linear infinite;background:#ff64cd0b}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(67){right:670px;bottom:670px}}.hero__background .hero__c:nth-of-type(68){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:408px;height:68px;right:544px;bottom:816px;-webkit-filter:blur(30.6666666667px);-moz-filter:blur(30.6666666667px);-o-filter:blur(30.6666666667px);-ms-filter:blur(30.6666666667px);transform-origin:272px 136px;animation:spin 10s 6.8s linear infinite;background:#ff65cd07}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(68){right:680px;bottom:680px}}.hero__background .hero__c:nth-of-type(69){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:414px;height:69px;right:552px;bottom:828px;-webkit-filter:blur(31px);-moz-filter:blur(31px);-o-filter:blur(31px);-ms-filter:blur(31px);transform-origin:276px 138px;animation:spin 10s 6.9s linear infinite;background:#ff66cd04}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(69){right:690px;bottom:690px}}.hero__background .hero__c:nth-of-type(70){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:420px;height:70px;right:560px;bottom:840px;-webkit-filter:blur(31.3333333333px);-moz-filter:blur(31.3333333333px);-o-filter:blur(31.3333333333px);-ms-filter:blur(31.3333333333px);transform-origin:280px 140px;animation:spin 10s 7s linear infinite;background:#ff67cd00}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(70){right:700px;bottom:700px}}.hero__background .hero__c:nth-of-type(71){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:426px;height:71px;right:568px;bottom:852px;-webkit-filter:blur(31.6666666667px);-moz-filter:blur(31.6666666667px);-o-filter:blur(31.6666666667px);-ms-filter:blur(31.6666666667px);transform-origin:284px 142px;animation:spin 10s 7.1s linear infinite;background:#ff68cd00}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(71){right:710px;bottom:710px}}.hero__background .hero__c:nth-of-type(72){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:432px;height:72px;right:576px;bottom:864px;-webkit-filter:blur(32px);-moz-filter:blur(32px);-o-filter:blur(32px);-ms-filter:blur(32px);transform-origin:288px 144px;animation:spin 10s 7.2s linear infinite;background:#ff69cd00}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(72){right:720px;bottom:720px}}.hero__background .hero__c:nth-of-type(73){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:438px;height:73px;right:584px;bottom:876px;-webkit-filter:blur(32.3333333333px);-moz-filter:blur(32.3333333333px);-o-filter:blur(32.3333333333px);-ms-filter:blur(32.3333333333px);transform-origin:292px 146px;animation:spin 10s 7.3s linear infinite;background:#ff6acd00}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(73){right:730px;bottom:730px}}.hero__background .hero__c:nth-of-type(74){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:444px;height:74px;right:592px;bottom:888px;-webkit-filter:blur(32.6666666667px);-moz-filter:blur(32.6666666667px);-o-filter:blur(32.6666666667px);-ms-filter:blur(32.6666666667px);transform-origin:296px 148px;animation:spin 10s 7.4s linear infinite;background:#ff6bcd00}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(74){right:740px;bottom:740px}}.hero__background .hero__c:nth-of-type(75){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:450px;height:75px;right:600px;bottom:900px;-webkit-filter:blur(33px);-moz-filter:blur(33px);-o-filter:blur(33px);-ms-filter:blur(33px);transform-origin:300px 150px;animation:spin 10s 7.5s linear infinite;background:#ff6ccd00}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(75){right:750px;bottom:750px}}.hero__background .hero__c:nth-of-type(76){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:456px;height:76px;right:608px;bottom:912px;-webkit-filter:blur(33.3333333333px);-moz-filter:blur(33.3333333333px);-o-filter:blur(33.3333333333px);-ms-filter:blur(33.3333333333px);transform-origin:304px 152px;animation:spin 10s 7.6s linear infinite;background:#ff6dcd00}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(76){right:760px;bottom:760px}}.hero__background .hero__c:nth-of-type(77){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:462px;height:77px;right:616px;bottom:924px;-webkit-filter:blur(33.6666666667px);-moz-filter:blur(33.6666666667px);-o-filter:blur(33.6666666667px);-ms-filter:blur(33.6666666667px);transform-origin:308px 154px;animation:spin 10s 7.7s linear infinite;background:#ff6ecd00}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(77){right:770px;bottom:770px}}.hero__background .hero__c:nth-of-type(78){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:468px;height:78px;right:624px;bottom:936px;-webkit-filter:blur(34px);-moz-filter:blur(34px);-o-filter:blur(34px);-ms-filter:blur(34px);transform-origin:312px 156px;animation:spin 10s 7.8s linear infinite;background:#ff6fcd00}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(78){right:780px;bottom:780px}}.hero__background .hero__c:nth-of-type(79){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:474px;height:79px;right:632px;bottom:948px;-webkit-filter:blur(34.3333333333px);-moz-filter:blur(34.3333333333px);-o-filter:blur(34.3333333333px);-ms-filter:blur(34.3333333333px);transform-origin:316px 158px;animation:spin 10s 7.9s linear infinite;background:#ff70cd00}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(79){right:790px;bottom:790px}}.hero__background .hero__c:nth-of-type(80){box-shadow:3px 0 #fff0,6px -5px #0a000000;width:480px;height:80px;right:640px;bottom:960px;-webkit-filter:blur(34.6666666667px);-moz-filter:blur(34.6666666667px);-o-filter:blur(34.6666666667px);-ms-filter:blur(34.6666666667px);transform-origin:320px 160px;animation:spin 10s 8s linear infinite;background:#ff71cd00}@media only screen and (min-width: 1050px){.hero__background .hero__c:nth-of-type(80){right:800px;bottom:800px}}.hero__action{transition:background-color .6s cubic-bezier(.25,1,.5,1),border .6s cubic-bezier(.25,1,.5,1)}.hero__action:hover{background-color:var(--colour-orange);border:1px solid var(--colour-orange);filter:brightness(100%)}.hero__address{color:var(--colour-white);font-size:20px;line-height:1.6}.hero__tag{font-family:var(--font-heading);font-weight:600;color:var(--colour-orange);font-size:16px;line-height:1.625}@media only screen and (min-width: 1050px){.hero__tag{font-size:26px;line-height:36px}}.hero--simple{position:relative;display:flex;flex-direction:column;align-items:center;background:linear-gradient(103.42deg,#dfedfbb3 4.56%,#ebf5f3b3 37.75%,#dcdaf2b3 78.78%);padding:35px 0}@media only screen and (min-width: 768px){.hero--simple{padding:75px 0}}.hero--simple .hero__inner{padding:0 30px}@media only screen and (min-width: 768px){.hero--simple .hero__inner{padding:0 50px}}@media only screen and (min-width: 1600px){.hero--simple .hero__inner{padding:0 80px}}@media only screen and (min-width: 1800px){.hero--simple .hero__inner{padding:0 100px}}@media only screen and (min-width: 2000px){.hero--simple .hero__inner{padding:0 120px}}.hero--simple .hero__heading{color:var(--colour-black);font-size:40px;line-height:1.35}@media only screen and (min-width: 768px){.hero--simple .hero__heading{font-size:48px;line-height:56px}}@media only screen and (min-width: 1050px){.hero--simple .hero__heading{font-size:70px;line-height:80px}}.hero--simple .hero__subheading{color:var(--colour-black);font-size:14px;line-height:1.8571428571}@media only screen and (min-width: 768px){.hero--simple .hero__subheading{font-size:16px;line-height:1.625}}@media only screen and (min-width: 1050px){.hero--simple .hero__subheading{font-size:20px;line-height:1.6}}.hero--contact{background:linear-gradient(180deg,#000,#1a1b1f);height:100vh}.hero--contact:before{content:"";width:100%;height:100%;position:absolute;background-image:url(/img/hero.svg);background-size:200%;background-repeat:no-repeat;background-position:0 200px}@media only screen and (min-width: 500px){.hero--contact:before{background-size:100%}}@media only screen and (min-width: 1050px){.hero--contact:before{background-position:0 50px}}.hero__image{max-width:1050px;max-height:600px;position:absolute;top:100%;width:100%;object-fit:cover;height:calc(40vw + 35px);padding:0 30px}@media only screen and (min-width: 768px){.hero__image{padding:0 50px}}@media only screen and (min-width: 1600px){.hero__image{padding:0 80px}}@media only screen and (min-width: 1800px){.hero__image{padding:0 100px}}@media only screen and (min-width: 2000px){.hero__image{padding:0 120px}}@media only screen and (min-width: 500px){.hero__image{height:calc(50vw + 35px)}}@media only screen and (min-width: 768px){.hero__image{height:calc(50vw + 75px)}}@media only screen and (min-width: 1050px){.hero__image{height:600px}}.hero:has(.hero__image){margin-bottom:40vw}@media only screen and (min-width: 500px){.hero:has(.hero__image){margin-bottom:50vw}}@media only screen and (min-width: 1050px){.hero:has(.hero__image){margin-bottom:500px}}.hero__meta{display:flex;width:100%;margin-bottom:8px}@media only screen and (min-width: 768px){.hero__meta{margin-bottom:16px}}.hero__meta-date{margin-right:auto}.hero__meta-share{display:flex;gap:8px}.hero__meta-share a{display:flex;align-items:center;justify-content:center;width:31px;height:31px;border-radius:50%;border:1px solid currentColor;background-color:transparent;color:var(--colour-black);transition:color .5s cubic-bezier(.25,1,.5,1),background-color .5s cubic-bezier(.25,1,.5,1)}.hero__meta-share a:hover{background-color:var(--colour-orange);color:var(--colour-white)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn{display:block;cursor:pointer;padding:10px 15px;border-radius:10px;background-color:currentColor;text-decoration:none;font-weight:700;text-align:center}.btn--outline{border:1px solid currentColor;background-color:transparent}.btn--thin{padding:5px 10px}.btn--orange{background-color:var(--colour-orange);color:var(--colour-white)}.btn--black{color:var(--colour-white);background-color:var(--colour-black)}.btn--white{color:var(--colour-black);background-color:var(--colour-white)}.container{padding:0 30px}@media only screen and (min-width: 768px){.container{padding:0 50px}}@media only screen and (min-width: 1600px){.container{padding:0 80px}}@media only screen and (min-width: 1800px){.container{padding:0 100px}}@media only screen and (min-width: 2000px){.container{padding:0 120px}}.partners{padding:25px 0}@media only screen and (min-width: 768px){.partners:not(:has(.swiper)){padding:50px 0}}.partners__inner{display:flex;flex-direction:column;align-items:center;gap:25px}@media only screen and (min-width: 768px){.partners__inner:not(:has(.swiper)){gap:50px}}.partners__partner{width:fit-content}.partners__partner img{width:100%;object-fit:contain;height:100%}@media only screen and (min-width: 1050px){.partners__swiper:not(.swiper) .partners__partner{width:unset}}.partners h2{font-size:14px;line-height:1.8571428571;color:var(--colour-black);text-transform:uppercase;text-align:center}.partners__list{transition-timing-function:linear!important;display:flex;align-items:center;gap:20px}.hero--cta .partners{transform:translateY(-100%);z-index:1;position:relative}.partners--dark{padding:0 0 25px}.partners--dark h2{color:var(--colour-blue)}@media only screen and (min-width: 768px){.partners--dark{padding:50px 0}}.partners__swiper{height:40px;max-width:100%}@media only screen and (min-width: 1050px){.partners__swiper.swiper{height:60px}}@media only screen and (min-width: 1050px){.partners__swiper{display:contents;height:unset}}.gallery{height:300px}@media only screen and (min-width: 1050px){.gallery{height:450px}}.gallery__inner img{height:100%;width:100%;object-fit:cover}.heading{margin-bottom:50px}@media only screen and (min-width: 1050px){.heading{margin-bottom:75px}}.heading:not(:has(.heading__body)) .heading__main{width:unset}.heading__inner{display:flex;flex-wrap:wrap;gap:40px}@media only screen and (min-width: 1050px){.heading__inner{gap:100px;flex-wrap:nowrap}}.heading__main{font-size:30px;line-height:1.1126760563}@media only screen and (min-width: 1050px){.heading__main{width:60%;font-size:71px}}.heading__body{font-size:18px;line-height:1.6666666667}@media only screen and (min-width: 1050px){.heading__body{font-size:24px;line-height:1.5;width:40%}}.heading__body p:not(:last-child){margin-bottom:16px}.section--dark .heading__main{background:linear-gradient(90deg,#ffb0ce,#bee6ee);-webkit-background-clip:text;background-clip:text;color:transparent}.section--dark .heading__body{color:var(--colour-white)}.section{padding:75px 0}.section--dark{background-color:var(--colour-grey)}.section:has(.plans){position:relative;z-index:1}@media only screen and (min-width: 1050px){.section{padding:100px 0}}.features__body{display:flex;justify-content:space-between;flex-direction:column;gap:30px}@media only screen and (min-width: 768px){.features__body{flex-direction:row}}.features__item{max-width:360px}@media only screen and (min-width: 1600px){.features__item{width:25%}}.features__item h3{font-size:26px;line-height:1.2;margin-bottom:16px}@media only screen and (min-width: 1050px){.features__item h3{font-size:36px}}@media only screen and (min-width: 1600px){.features__item h3{max-width:350px}}.features__item p{font-size:16px;line-height:1.625}.features--many{padding-top:50px}.features--many .features__body{display:flex;flex-direction:column;column-gap:30px;row-gap:100px}@media only screen and (min-width: 500px){.features--many .features__body{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr)}}@media only screen and (min-width: 768px){.features--many .features__body{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}}@media only screen and (min-width: 1260px){.features--many .features__body{display:flex;justify-content:space-between;flex-direction:row}}.features--many .features__item{display:flex;flex-direction:column;position:relative;padding:20px 0 0 20px;width:100%;margin:0}@media only screen and (min-width: 500px){.features--many .features__item:nth-child(2n){margin-left:auto}}@media only screen and (min-width: 768px){.features--many .features__item{width:165px}.features--many .features__item:nth-child(2n){margin-left:unset}.features--many .features__item:nth-child(3n+2){margin:auto}.features--many .features__item:nth-child(3n){margin-left:auto}}@media only screen and (min-width: 1260px){.features--many .features__item{margin:0!important}}.features--many .features__item h3{font-size:26px;line-height:36px}.features--many .features__item img{width:fit-content;position:absolute;bottom:100%;left:0}.features--many .features__item li{font-size:14px;line-height:1.8571428571}.features--many .features__item:before{content:"";width:1px;height:88%;position:absolute;left:0;background-color:var(--colour-orange);bottom:0}.plans{position:relative}.plans:before{content:"";display:block;background-image:url(/img/blur.svg);background-repeat:no-repeat;position:absolute;right:0%;top:-15%;width:888px;height:1077px;z-index:-1}@media only screen and (min-width: 768px){.plans:before{top:-25%}}@media only screen and (min-width: 1050px){.plans:before{top:-50%}}.plans__item{display:flex;flex-direction:column;border-radius:10px;font-size:14px;line-height:1.8571428571}.plans__item:nth-child(1) .plans__heading{background-color:var(--colour-blue)}.plans__item:nth-child(1) .plans__heading h3{color:var(--colour-orange)}.plans__item:nth-child(2) .plans__heading{background-color:var(--colour-pink)}.plans__item:nth-child(2) .plans__heading h3{color:var(--colour-red)}.plans__item:nth-child(3) .plans__heading{background-color:var(--colour-orange);color:var(--colour-white)}.plans__item:nth-child(3) .plans__heading hr{color:var(--colour-black)}.plans__item:nth-child(4) .plans__heading{background-color:var(--colour-black);color:var(--colour-white)}.plans__item .btn{transition:background-color .6s cubic-bezier(.25,1,.5,1),border .6s cubic-bezier(.25,1,.5,1),white .6s cubic-bezier(.25,1,.5,1);text-transform:uppercase;padding:10px}.plans__item .btn:hover{color:#fff;background-color:var(--colour-orange);border:1px solid var(--colour-orange);filter:brightness(100%)}.plans__heading{padding:20px;line-height:40px;display:flex;flex-direction:column;gap:10px;border-radius:10px 10px 0 0}.plans__heading hr{width:100%;height:1px;color:currentColor;background:currentColor;border:0}.plans__heading p:not(:last-child){margin-bottom:1em}.plans__heading h3{height:unset;font-size:30px;font-weight:700;word-break:break-word}@media only screen and (min-width: 768px){.plans__heading h3{font-size:36px;height:120px}}.plans__heading h4{font-size:24px;line-height:1.5;font-family:var(--font-body);margin-bottom:10px}.plans__heading-body{font-weight:500;line-height:22px}.plans__list{display:flex;flex-direction:column;gap:23px}@media only screen and (min-width: 768px){.plans__list{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}}@media only screen and (min-width: 1260px){.plans__list{grid-template-columns:repeat(4,1fr);grid-template-rows:1fr}}.plans__body{padding:20px;background-color:var(--colour-white);border-radius:0 0 10px 10px}.plans__body .btn{color:var(--colour-black)}.plans__features{display:flex;flex-direction:column;gap:14px;font-weight:500;margin-bottom:24px}.plans__content{display:flex;flex-direction:column;gap:35px;color:var(--colour-white);font-size:18px;line-height:1.6666666667}@media only screen and (min-width: 768px){.plans__content{font-size:20px;line-height:1.6}}.plans__content p:last-child:has(a){margin-top:auto}.plans__content h3{font-size:30px;line-height:1.1126760563}@media only screen and (min-width: 768px){.plans__content h3{font-size:36px}}.plans__content a{display:inline-block;color:var(--colour-white);padding:15px 20px;font-weight:700;position:relative;filter:brightness(100%)}.plans__content a:after{content:"";position:absolute;bottom:0;width:100%;height:1px;background-color:var(--colour-orange);display:block;left:0}.plans__content li{display:flex;flex-direction:column;gap:16px}@media only screen and (min-width: 768px){.plans__content{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr}}@media only screen and (min-width: 1050px){.plans__content{gap:50px}}.plans__feature:not(.plans__feature--disabled) .plans__feature-heading:before{background-image:url(/img/tick.svg)}.plans__feature.plans__feature--disabled .plans__feature-heading:before{background-image:url(/img/cross.svg)}.plans__feature:has(.plans__feature-dropdown) .plans__feature-heading{cursor:pointer}.plans__feature:has(.plans__feature-dropdown) .plans__feature-heading:after{content:"";display:inline-block;background-image:url(/img/chevron.svg);background-repeat:no-repeat;background-position:center;width:12px;height:12px;margin-left:auto}.plans__feature:has(.plans__feature-dropdown).is-active .plans__feature-heading:after{transform:rotate(90deg)}.plans__feature.is-active .plans__feature-dropdown{visibility:visible;max-height:500px}.plans__feature-heading{display:flex;align-items:center;gap:10px}.plans__feature-heading:before{content:"";display:block;width:25px;height:25px;background-repeat:no-repeat;background-size:contain}.plans__feature-dropdown{display:flex;flex-direction:column;visibility:hidden;margin-top:6px;transition:max-height .4s ease-out;max-height:0px;overflow:hidden}.plans:has(.plans__content) .plans__list{margin-bottom:50px}@media only screen and (min-width: 1050px){.plans:has(.plans__content) .plans__list{margin-bottom:100px}}.calendar__inner{display:flex;flex-direction:column;gap:40px;background-color:var(--colour-light-blue);padding:50px 25px;border-radius:20px}@media only screen and (min-width: 1050px){.calendar__inner{display:grid;grid-template-columns:4fr 3fr;padding:100px 50px}}.calendar__content{display:flex;flex-direction:column;gap:30px}.calendar__content h2{font-size:30px;line-height:1.6}@media only screen and (min-width: 1050px){.calendar__content h2{font-size:86px;line-height:1.1126760563}}.calendar__content h3{font-family:var(--font-body);font-size:24px;line-height:1.5}@media only screen and (min-width: 1050px){.calendar__content h3{font-size:40px;line-height:58px;font-weight:600;max-width:80%}}.calendar__tag{background-color:var(--colour-orange);border-radius:8px;padding:5px 12px;font-size:16px;font-weight:700;text-transform:uppercase;color:#fff;position:relative;top:-3px}@media only screen and (min-width: 1050px){.calendar__tag{top:-6px;font-size:24px}}.calendar__author{display:flex;gap:20px;padding:20px;border-top:1px solid var(--colour-blue);border-bottom:1px solid var(--colour-blue);border-radius:10px;color:var(--colour-white);background-color:var(--colour-orange);flex-direction:column;align-items:flex-start}@media only screen and (min-width: 500px){.calendar__author{flex-direction:row;align-items:center;font-size:18px;line-height:1.6666666667}}@media only screen and (min-width: 768px){.calendar__author{font-size:20px;line-height:1.6}}.calendar__author h4{font-family:var(--font-body);font-weight:700}@media only screen and (min-width: 1700px){.calendar__calendar{margin-top:-66px;margin-bottom:-30px}}.contact{position:relative;z-index:1;transform:translateY(-20vh)}@media screen and (min-height: 700px){.contact{transform:translateY(-25vh)}}.contact__container{display:flex;justify-content:center;padding:0 10px}@media only screen and (min-width: 768px){.contact__container{padding:0 50px}}@media only screen and (min-width: 1600px){.contact__container{padding:0 80px}}@media only screen and (min-width: 1800px){.contact__container{padding:0 100px}}@media only screen and (min-width: 2000px){.contact__container{padding:0 120px}}.contact__inner{padding:42px 20px;border-radius:20px;background-color:var(--colour-white);width:100%;max-width:660px;box-shadow:0 14px 14px #73737317}@media only screen and (min-width: 768px){.contact__inner{padding:42px 30px}}.nformr-form{display:flex;flex-direction:column;gap:16px}.nformr-form-field-label{font-size:14px;line-height:1.8571428571}.nformr-form-field-input input{width:100%;height:100%}.nformr-form-field-textarea textarea{resize:none;width:100%;border:none;height:120px}.nformr-form-field-input input,.nformr-form-field-textarea textarea{padding:10px 20px;font-family:var(--body-font);font-weight:700;background-color:var(--colour-light-blue);font-size:18px;line-height:1.6666666667}@media only screen and (min-width: 1050px){.nformr-form-field-input input,.nformr-form-field-textarea textarea{font-size:24px;line-height:1.5}}.nformr-form-actions{margin-top:10px}.nformr-form-actions button{all:unset;display:block;cursor:pointer;padding:10px 15px;border-radius:10px;background-color:var(--colour-black);text-decoration:none;font-weight:700;text-align:center;color:var(--colour-white)}.rte{padding:50px 0}@media only screen and (min-width: 1050px){.rte{padding:75px 0}}.rte__inner{max-width:1050px;margin:auto;padding:0 30px}@media only screen and (min-width: 768px){.rte__inner{padding:0 50px}}@media only screen and (min-width: 1600px){.rte__inner{padding:0 80px}}@media only screen and (min-width: 1800px){.rte__inner{padding:0 100px}}@media only screen and (min-width: 2000px){.rte__inner{padding:0 120px}}.rte__inner--unlimited{max-width:unset}.rte__content{display:flex;flex-direction:column;gap:15px}@media only screen and (min-width: 1050px){.rte__content{gap:25px}}.rte__content h1,.rte__content h2{font-size:24px;line-height:1.5}@media only screen and (min-width: 768px){.rte__content h1,.rte__content h2{font-size:30px;line-height:1.6}}.rte__content ul{list-style:inside disc}.rte__content ol{list-style:inside decimal}.rte__content img{width:100%;height:auto;object-fit:cover}.mailing__inner{display:flex;flex-direction:column;gap:30px}.mailing__heading{margin-bottom:50px}@media only screen and (min-width: 1050px){.mailing__heading{margin-bottom:75px}}.mailing__heading:not(:has(.mailing__heading-body)) .heading__main{width:unset}.mailing__heading-inner{display:flex;flex-direction:column;gap:10px}@media only screen and (min-width: 768px){.mailing__heading-inner{display:grid;grid-template-columns:4fr 3fr;grid-template-rows:1fr}}@media only screen and (min-width: 1050px){.mailing__heading-inner{gap:100px;flex-wrap:nowrap}}.mailing__heading-main{font-size:30px;line-height:1.1126760563;background:linear-gradient(90deg,#ffb0ce,#bee6ee);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:20px}@media only screen and (min-width: 768px){.mailing__heading-main{font-size:44px}}@media only screen and (min-width: 1050px){.mailing__heading-main{font-size:71px}}.mailing__heading-body{color:var(--colour-white);font-size:18px;line-height:1.6666666667}@media only screen and (min-width: 768px){.mailing__heading-body{font-size:24px;line-height:1.5}}.mailing__heading-body p:not(:last-child){margin-bottom:16px}.mailing__form form{display:flex;flex-direction:column;align-items:flex-start;gap:30px}.mailing__form .btn{height:56px;font-size:18px;line-height:1.6666666667;color:var(--colour-white);transition:color .4s cubic-bezier(.25,1,.5,1),background-color .4s cubic-bezier(.25,1,.5,1)}.mailing__form .btn:hover,.mailing__form .btn:focus-visible{color:var(--colour-black);background-color:var(--colour-white)}.mailing__field{display:flex;flex-direction:column;gap:4px;width:100%}.mailing__label{font-size:14px;line-height:1.8571428571;color:var(--colour-white)}.mailing__input{padding:10px 20px;font-family:var(--body-font);font-weight:700;font-size:16px;line-height:1.625}@media only screen and (min-width: 768px){.mailing__input{font-size:18px;line-height:1.6666666667}}@media only screen and (min-width: 1050px){.mailing__input{font-size:24px;line-height:1.5}}.mailing__error{color:#f33}.mailing__response{width:100%}.dual-column{padding:37.5px 0}@media only screen and (min-width: 1050px){.dual-column{padding:50px 0}}.dual-column__row{display:flex;flex-direction:column;gap:8px}@media only screen and (min-width: 768px){.dual-column__row{display:grid;grid-template-rows:1fr;grid-template-columns:repeat(2,1fr);gap:50px}}@media only screen and (min-width: 1050px){.dual-column__row{gap:100px}}.dual-column__column{display:flex;flex-direction:column;gap:8px}.dual-column__column img{width:100%;height:unset}.dual-column__column blockquote{position:relative;padding-left:1em;font-style:italic}.dual-column__column blockquote:before{content:"";position:absolute;left:0;width:1px;height:100%;background-color:var(--colour-blue)}.divider{margin-bottom:auto}.cardgrid__inner{display:grid;gap:20px;grid-template:repeat(var(--mobile-row-count),245px)/repeat(var(--mobile-col-count),1fr)}@media only screen and (min-width: 768px){.cardgrid__inner{grid-template:repeat(var(--tablet-row-count),245px)/repeat(var(--tablet-col-count),1fr)}}@media only screen and (min-width: 1260px){.cardgrid__inner{grid-template:repeat(var(--desktop-row-count),245px)/repeat(var(--desktop-col-count),1fr)}}.cardgrid__card{display:flex;width:100%;border-radius:20px;grid-area:var(--mobile-grid-area)}@media only screen and (min-width: 768px){.cardgrid__card{grid-area:var(--tablet-grid-area)}}@media only screen and (min-width: 1260px){.cardgrid__card{grid-area:var(--desktop-grid-area)}}.cardgrid__card:has(.cardgrid__image):has(.cardgrid__body){flex-direction:column}@media only screen and (min-width: 768px){.cardgrid__card:has(.cardgrid__image):has(.cardgrid__body){flex-direction:row}}.cardgrid__card:has(.cardgrid__image):has(.cardgrid__body) .cardgrid__image,.cardgrid__card:has(.cardgrid__image):has(.cardgrid__body) .cardgrid__image img{border-radius:20px 20px 0 0}@media only screen and (min-width: 768px){.cardgrid__card:has(.cardgrid__image):has(.cardgrid__body) .cardgrid__image,.cardgrid__card:has(.cardgrid__image):has(.cardgrid__body) .cardgrid__image img{border-radius:20px 0 0 20px}}.cardgrid__card:hover{filter:none;transition:none}.cardgrid__image{width:100%;z-index:1}.cardgrid__image img{width:100%;height:100%;object-fit:cover;border-radius:20px}.cardgrid__body{position:relative;display:flex;flex-direction:column;justify-content:center;padding:38px 20px;gap:32px}@media only screen and (min-width: 1050px){.cardgrid__body{padding:38px 32px}}.cardgrid__body h2{font-family:var(--font-body);font-size:40px;line-height:1.26}@media only screen and (min-width: 768px){.cardgrid__body h2{font-size:48px}}@media only screen and (min-width: 1260px){.cardgrid__body h2{font-size:60px}}.cardgrid__body h3{font-family:var(--font-heading);font-size:26px;line-height:1}@media only screen and (min-width: 768px){.cardgrid__body h3{font-size:30px}}@media only screen and (min-width: 1260px){.cardgrid__body h3{font-size:36px}}.cardgrid__body p{font-size:16px;line-height:1.625}@media only screen and (min-width: 1260px){.cardgrid__body p{max-width:620px}}.cardgrid__accent{position:absolute;top:0;right:0}.cardgrid__accent svg{width:100%}.cardgrid__badge{width:fit-content;font-size:12px;padding:4px 6px;border-radius:4px}.news{padding:50px 0 100px}.news__grid{display:flex;flex-direction:column;gap:50px;max-width:1200px;margin:0 auto}@media only screen and (min-width: 768px){.news__grid{display:grid;grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width: 1260px){.news__grid{display:grid;grid-template-columns:repeat(3,1fr);min-height:500px}}.news__filters{justify-self:center}@media only screen and (min-width: 768px){.news__filters{grid-area:1/1/1/3}}@media only screen and (min-width: 1260px){.news__filters{grid-area:1/1/1/4}}.news__article{position:relative;height:400px;border-radius:8px}.news__article:before{content:"";width:100%;height:100%;border-radius:8px;background:linear-gradient(180.6deg,#0000 -38.85%,#0009 69.81%);z-index:1;position:absolute}.news__article:hover img{transform:scale(1.1)}.news__article-image{display:block;height:100%;width:100%;overflow:hidden;border-radius:8px;position:absolute}.news__article-image img{width:100%;height:100%;transform:scale(1);transition-property:transform;transition-duration:.3s;object-fit:cover}.news__article-image--placeholder{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--colour-blue);background-color:var(--colour-light-blue)}.news__article-image--placeholder svg{width:80px;height:80px}.news__article-body p{font-size:16px}.news__article-topics{display:flex;gap:8px;flex-wrap:wrap}.news__article-meta{display:flex;flex-direction:column;gap:12px}.news__article-topic{width:fit-content;font-size:13px;padding:2px 8px;color:var(--colour-white);background-color:var(--colour-orange);border-radius:16px;font-weight:300;font-family:var(--font-heading)}.news__article-topic:nth-child(4n-1){background-color:var(--colour-blue);color:var(--colour-orange)}.news__article-topic:nth-child(4n-2){background-color:var(--colour-red);color:var(--colour-white)}.news__article-topic:nth-child(4n-3){background-color:var(--colour-pink);color:var(--colour-red)}.news__article-content{display:flex;flex-direction:column;position:relative;z-index:2;height:100%;justify-content:space-between;padding:12px}.news__article-heading h2{margin-top:4px;margin-bottom:.25em;line-height:1.4;color:var(--colour-white)}.news__article-heading h3{color:var(--colour-white)}.news__filters{display:flex;flex-direction:column;align-items:center;gap:32px}.news__filters-group{display:flex;gap:4px 16px;justify-content:center;flex-wrap:wrap;position:relative}@media only screen and (min-width: 768px){.news__filters-group{gap:4px 28px}}.news__filters-group:nth-child(2):before{content:"";position:absolute;width:100%;height:1px;background-color:var(--colour-light-grey);left:0;top:-16px}.news__filters-item{all:unset;font-size:16px;position:relative;font-family:var(--font-heading)}@media only screen and (min-width: 768px){.news__filters-item{font-size:18px}}.news__filters-item:after{content:"";position:absolute;height:2px;width:0;bottom:-2px;left:0;transition-property:width;transition-duration:.2s;background-color:var(--colour-orange)}.news__filters-item:not(.news__filters-item[disabled]){cursor:pointer}.news__filters-item:hover:after,.news__filters-item:focus-visible:after{width:100%}.news__filters-item--active:after{width:100%}.news__filters-item:nth-child(4n-1):after{background-color:var(--colour-blue);color:var(--colour-orange)}.news__filters-item:nth-child(4n-2):after{background-color:var(--colour-red)}.news__filters-item:nth-child(4n-3):after{color:var(--colour-red);background-color:var(--colour-pink)}.paginator{display:flex;justify-content:center;gap:12px;padding:50px 0 0}.paginator__item{all:unset;display:inline-flex;justify-content:center;align-items:center;font-size:10px;width:28px;height:28px;border-radius:6px;background-color:var(--colour-white);transition-property:background-color;transition-duration:.2s}.paginator__item:not(.is-disabled,.is-active){cursor:pointer}.paginator__item:not(.is-disabled,.is-active):hover,.paginator__item:not(.is-disabled,.is-active):focus{background-color:var(--colour-orange);color:var(--colour-white)}.paginator__item.is-disabled{border:0;padding-top:10px;padding-bottom:0}.paginator__item.is-active{pointer-events:none;background-color:var(--colour-orange);color:var(--colour-white)}@media only screen and (min-width: 768px){.faq:not(.faq--rich-text) .faq__inner{max-width:800px}}@media only screen and (min-width: 1260px){.faq:not(.faq--rich-text) .faq__inner{max-width:55%}}.faq__item{display:flex;flex-direction:column}.faq__heading{all:unset;cursor:pointer;width:100%;font-size:22px;font-family:var(--font-heading);padding:20px 20px 20px 0;position:relative;display:inline-flex;align-items:center;justify-content:space-between}.faq__heading svg{min-width:25px;width:25px;height:25px;color:var(--colour-grey)}.faq__heading svg.open{display:none}.faq__item.is-active .faq__heading svg.open{display:block}.faq__heading svg.closed{display:block}.faq__item.is-active .faq__heading svg.closed{display:none}.faq__heading:after{content:"";display:block;border-top:1px solid var(--colour-light-grey);width:calc(100% - 20px);position:absolute;bottom:10px;left:0}.faq__body{max-height:0;transition:max-height .4s;overflow-y:hidden;font-size:16px}.faq__item.is-active .faq__body{max-height:550px}[hidden]{display:none!important}html{background-color:var(--color-black);color:var(--color-white);overflow-x:hidden;scroll-behavior:smooth}html.is-locked{overflow:hidden}body{font-family:var(--font-body);font-optical-sizing:auto;font-size:16px;line-height:1.625;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media only screen and (min-width: 1050px){body{font-size:18px;line-height:1.6666666667}}@media only screen and (max-width: 1050px){body.is-scroll-lock{overflow:hidden;position:fixed;width:100vw;height:100vh;margin:0}}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:600}a{text-decoration:none}a:hover{text-decoration:none;filter:brightness(80%);transition:filter .4s cubic-bezier(.16,1,.3,1)}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
