@font-face{font-family:"avantegardepro";src:url(/static/media/ITC-ITCAvantGardePro-Bk.6848c39e.otf) format("truetype") font-weight-normal,url(/static/media/ITC-ITCAvantGardePro-Bold.d4cb45a3.otf) format("truetype") font-weight-bold,url(/static/media/ITC-ITCAvantGardePro-BoldObl.4ce22ccc.otf) format("truetype") font-italic font-weight-bold}@-webkit-keyframes bodyIn{0%{opacity:0}to{opacity:1}}@keyframes bodyIn{0%{opacity:0}to{opacity:1}}:focus{outline:none}*{-webkit-font-smoothing:antialiased}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;width:100%;min-height:100vh;background-size:cover;background-position:50%;max-width:1920px;margin:auto;overflow-x:hidden}.react-reveal{opacity:0;position:relative;top:35px;transition:.6s}.fadeInUp{top:0;opacity:1;transition:.95s;transition-delay:.6s}.fadeInUpCase{top:0;opacity:1;transition:.95s}html{opacity:0;-webkit-animation:bodyIn .6s 1;animation:bodyIn .6s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:.4px}h1,h2,h2 span,h3,h3 span,h4,h4 span,h5,h5 span,h6,h6 span{font-family:"helveticaNeueLTPro73",sans-serif;font-weight:700}button,input[type=submit]{-webkit-appearance:none;appearance:none}a{text-decoration:none}h2{font-size:5.5rem;text-transform:uppercase;margin-top:50px;margin-bottom:0}.weight-bold{font-family:"Helvetica Neue","Helvetica",arial,sans-serif}a,li,p,span{font-family:"Helvetica Neue","Helvetica","gothicBook","Open Sans",sans-serif;font-weight:100;line-height:140%;font-weight:400;color:#2b2c2d}a,li,p,p span,span{letter-spacing:1px}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:0;display:inline-block;cursor:pointer;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible;outline:none}.hamburger:hover{opacity:1}.hamburger.is-active:hover{opacity:1;outline:none}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#222}.hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:40px;height:4px;background-color:#222;border-radius:4px;position:absolute;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-10px}.hamburger-inner:after{bottom:-10px}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner:after{top:-20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,-webkit-transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19),-webkit-transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{-webkit-transform:translate3d(0,-10px,0) rotate(-45deg);transform:translate3d(0,-10px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse.is-active .hamburger-inner:before{top:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s,-webkit-transform .13s cubic-bezier(.215,.61,.355,1) .25s}.component-header.blob-active .cursor-custom .blob-one g{fill:#21b14b;transition:.2s}.component-header .cursor-custom{width:3rem;height:3rem;position:absolute;border-radius:100%;z-index:9999999999;display:none;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none}.component-header .cursor-custom .blob-one{right:auto;top:auto}.component-header .cursor-custom .blob-one g{fill:#e62e2e;transition:.2s}.component-header .cursor-custom.active{display:block;-webkit-animation:cursorIn 1.8s 1;animation:cursorIn 1.8s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.5s;animation-delay:.5s;opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2)}@media (max-width:768px){.component-header .cursor-custom.active{display:none}}@-webkit-keyframes cursorIn{0%{opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes cursorIn{0%{opacity:0;-webkit-transform:scale(1.2);transform:scale(1.2)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.component-header .nav-wrap-desktop.hamburger{margin-left:25px;position:relative;top:-10px}@media (max-width:1100px){.component-header .nav-wrap-desktop.hamburger{display:none}}.component-header .nav-wrap-desktop.hamburger .hamburger-inner,.component-header .nav-wrap-desktop.hamburger .hamburger-inner:after,.component-header .nav-wrap-desktop.hamburger .hamburger-inner:before{width:20px;height:2.5px}.component-header .nav-wrap-desktop.hamburger .hamburger-inner:before{top:-5px}.component-header .nav-wrap-desktop.hamburger .hamburger-inner:after{bottom:10px;top:auto}.component-header .nav-wrap-desktop.hamburger button.hamburger.hamburger--collapse.is-active{position:relative;top:5px}.component-header .nav-wrap-desktop.hamburger button.hamburger.hamburger--collapse.is-active .hamburger-inner:before{top:0!important}.component-header .desktop-drop-menu{position:fixed;width:100%;height:0%;top:0;left:0;display:flex;margin-top:-100%;transition:.8s;transition-delay:1s}@media (max-width:1100px){.component-header .desktop-drop-menu{display:none}}.component-header .desktop-drop-menu .desktop-drop-col-1{width:40%;display:flex;align-items:center;justify-content:center;background:#2c2b2d;position:relative;transition:.9s;height:0;border-right:1px solid hsla(0,0%,100%,.2)}.component-header .desktop-drop-menu .desktop-drop-col-1 ul .team-work{font-size:30px;width:255px;line-height:100%;margin-bottom:25px}.component-header .desktop-drop-menu .desktop-drop-col-1 ul li a{opacity:0;font-family:"helveticaNeueLTPro73",sans-serif;color:#fff;line-height:100%;font-size:40px;font-size:4rem;font-weight:700;position:relative;top:25px;transition:.4s;transition-delay:.1s}@media (max-width:1300px){.component-header .desktop-drop-menu .desktop-drop-col-1 ul li a{font-size:40px;font-size:4rem}}.component-header .desktop-drop-menu .desktop-drop-col-2{width:30%;background:#2c2b2d;transition:.6s;height:0;transition-delay:.4s;display:flex;align-items:center;justify-content:center}.component-header .desktop-drop-menu .desktop-drop-col-2 ul li a{opacity:0;color:#fff;line-height:140%;font-size:10px;font-size:1rem;position:relative;font-family:"Helvetica Neue",sans-serif;top:25px;transition:.4s;transition-delay:.1s;display:block}.component-header .desktop-drop-menu .desktop-drop-col-2 ul li a.special-contact{font-size:20px;font-size:2rem;font-family:"helveticaNeueLTPro73",sans-serif}@media (max-width:1300px){.component-header .desktop-drop-menu .desktop-drop-col-2 ul li a.special-contact{font-size:18px;font-size:1.8rem}}.component-header .desktop-drop-menu .desktop-drop-col-2 ul li a.special-contact:first-child{margin-top:25px}.component-header .desktop-drop-menu .desktop-drop-col-2 ul li a.special-contact-second{font-family:"helveticaNeueLTPro73",sans-serif;font-size:22px;font-size:2.2rem}@media (max-width:1300px){.component-header .desktop-drop-menu .desktop-drop-col-2 ul li a.special-contact-second{font-size:18px;font-size:1.8rem}}.component-header .desktop-drop-menu .desktop-drop-col-3{width:30%;background:rgba(0,0,0,.5);transition:.6s;height:0;transition-delay:.6s;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.component-header .desktop-drop-menu .desktop-drop-col-3 img.backdrop{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;z-index:0;left:-670px;transition:.6s}.component-header .desktop-drop-menu .desktop-drop-col-3:hover{transition:.6s;width:40%;transition-delay:0s!important}.component-header .desktop-drop-menu .desktop-drop-col-3:hover ul li a{color:#2c2b2d}.component-header .desktop-drop-menu .desktop-drop-col-3 ul{position:relative;z-index:1;margin-left:35%}.component-header .desktop-drop-menu .desktop-drop-col-3 ul li a.team-work{font-size:20px;font-size:2rem;margin-bottom:25px;width:255px;font-family:"helveticaNeueLTPro73",sans-serif;line-height:100%}.component-header .desktop-drop-menu .desktop-drop-col-3 ul li a{opacity:0;color:#fff;line-height:140%;font-size:10px;font-size:1rem;font-family:"helveticaNeueLTPro53",sans-serif;position:relative;top:25px;transition:.4s;transition-delay:.1s;display:block}.component-header .desktop-drop-menu ul{padding-left:0;text-align:left;margin:0;list-style:none;transition:.6s}.component-header .desktop-drop-menu.is-active{margin-top:0;transition:.6s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-1{height:100vh;transition:.6s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-1 ul li a{opacity:1;top:0;transition:.5s;font-size:40px;font-size:4rem;transition-delay:1s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-1 ul li a:hover{transition-delay:0s!important;color:#21b14b;transition:.5s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-1 ul li:nth-child(6n+1) a{transition-delay:.2s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-1 ul li:nth-child(6n+2) a{transition-delay:.4s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-1 ul li:nth-child(6n+3) a{transition-delay:.6s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-1 ul li:nth-child(6n+4) a{transition-delay:.8s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-1 ul li:nth-child(6n+5) a{transition-delay:1s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-1 ul li:nth-child(6n+6) a{transition-delay:1.2s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-1 ul li:nth-child(6n+7) a{transition-delay:1.4s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-1 ul li:nth-child(6n+8) a{transition-delay:1.6s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-1 ul li:nth-child(6n+9) a{transition-delay:1.8s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-1 ul li:nth-child(6n+10) a{transition-delay:2s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-2{height:100vh;transition:.6s;transition-delay:.4s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-2 ul li a{opacity:1;top:0;transition:.5s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-2 ul li a:hover{transition-delay:0s!important;color:#21b14b;transition:.5s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-2 ul li:nth-child(6n+1) a{transition-delay:.2s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-2 ul li:nth-child(6n+2) a{transition-delay:.4s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-2 ul li:nth-child(6n+3) a{transition-delay:.6s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-2 ul li:nth-child(6n+4) a{transition-delay:.8s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-2 ul li:nth-child(6n+5) a{transition-delay:1s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-2 ul li:nth-child(6n+6) a{transition-delay:1.2s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-2 ul li:nth-child(6n+7) a{transition-delay:1.4s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-2 ul li:nth-child(6n+8) a{transition-delay:1.6s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-2 ul li:nth-child(6n+9) a{transition-delay:1.8s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-2 ul li:nth-child(6n+10) a{transition-delay:2s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-3{height:100vh;transition:.6s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-3:hover{transition-delay:0s!important}.component-header .desktop-drop-menu.is-active .desktop-drop-col-3 img.backdrop{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);position:absolute;z-index:0;left:-510px;transition:.9s;transition-delay:1s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-3 ul li:nth-child(6n+1) a{transition-delay:.2s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-3 ul li:nth-child(6n+2) a{transition-delay:.4s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-3 ul li:nth-child(6n+3) a{transition-delay:.6s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-3 ul li:nth-child(6n+4) a{transition-delay:.8s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-3 ul li:nth-child(6n+5) a{transition-delay:1s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-3 ul li:nth-child(6n+6) a{transition-delay:1.2s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-3 ul li:nth-child(6n+7) a{transition-delay:1.4s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-3 ul li:nth-child(6n+8) a{transition-delay:1.6s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-3 ul li:nth-child(6n+9) a{transition-delay:1.8s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-3 ul li:nth-child(6n+10) a{transition-delay:2s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-3 ul li a{opacity:1;top:0;transition:.5s}.component-header .desktop-drop-menu.is-active .desktop-drop-col-3 ul li a:hover{transition-delay:0s!important;color:#e62e2e}.component-header div#mobile-active.desktop{background:none}.component-header .desktop.scroll-active{background:#fff}.component-header .desktop{max-width:1920px;box-sizing:border-box;display:flex;z-index:999999;position:fixed;width:100%;padding:25px 100px 15px}@media (max-width:650px){.component-header .desktop{padding:25px 20px}}.component-header .desktop .logo-wrap{width:50%;display:flex;align-items:center}.component-header .desktop .nav-wrap.hamburger{display:none}@media (max-width:650px){.component-header .desktop .nav-wrap.hamburger{display:block;text-align:right}}.component-header .desktop .nav-wrap.is-active a{color:#fff;opacity:0;z-index:-10}.component-header .desktop .nav-wrap.is-active .hamburger.is-active .hamburger-inner,.component-header .desktop .nav-wrap.is-active .hamburger.is-active .hamburger-inner:after,.component-header .desktop .nav-wrap.is-active .hamburger.is-active .hamburger-inner:before{transition-delay:.1s;transition:.5s;background-color:#fff}.component-header .desktop .nav-wrap{width:50%;display:flex;flex-flow:row-reverse}@media (max-width:650px){.component-header .desktop .nav-wrap{display:none}}.component-header .desktop .nav-wrap a.active{color:red}.component-header .desktop .nav-wrap a{font-size:8.5px;font-size:.85rem;padding:0 0 0 27px;display:block;color:#2b2c2d;letter-spacing:.5px;flex-direction:row;align-items:center;font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:500;line-height:19px;text-decoration:none;transition:all .4s}.component-header .desktop .nav-wrap a:hover{color:#ebbd1d;transition:.6s}.component-header .mobile-pop{position:fixed;width:100% inherit;width:100%;height:100%;background:#21b14b;display:flex;z-index:9999;top:-100%;transition:.6s;padding-top:90px;box-sizing:border-box;display:none}@media (max-width:650px){.component-header .mobile-pop{display:flex}}.component-header .mobile-pop .blob-one{opacity:0;transition:.5s}.component-header .mobile-pop .socials-wrapper-mob{padding-left:55px;position:relative}.component-header .mobile-pop .socials-wrapper-mob ul{display:flex;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);bottom:0;transition:.6s;transition-delay:.7s;right:0;left:0}.component-header .mobile-pop .socials-wrapper-mob ul li a{color:#2c2b2d;text-decoration:underline;padding:0 5px;display:block;font-size:8.5px;font-size:.85rem;font-family:"helveticaNeueLTPro53",sans-serif}.component-header .mobile-pop .page-links-wrapper{width:calc(100% - 60px);border-right:1px solid hsla(0,0%,100%,.3)}.component-header .mobile-pop .page-links-wrapper a{display:block;text-align:left;font-size:10vw;margin-left:20px;font-weight:700;color:#2c2b2d;font-family:"helveticaNeueLTPro73",sans-serif;line-height:100%;opacity:0;position:relative;top:15px;letter-spacing:0}.component-header .mobile-pop .page-links-wrapper a.mini-link.one{margin-top:15px}.component-header .mobile-pop .page-links-wrapper a.mini-link{font-size:5vw;font-family:"helveticaNeueLTPro53",sans-serif;letter-spacing:0;margin-left:29px;line-height:140%}.component-header .mobile-pop .page-links-wrapper a.mob-contact.one{margin-top:15px}.component-header .mobile-pop .page-links-wrapper a.mob-contact{font-size:6vw;letter-spacing:-.5px;line-height:140%;margin-left:29px}.component-header .mobile-pop .socials-wrapper-mob ul{list-style:none;padding-left:0;position:absolute;opacity:0}.component-header .mobile-pop.is-active{top:0;transition:.6s}.component-header .mobile-pop.is-active .blob-one{opacity:1;transition:.4s;transition-delay:.6s}.component-header .mobile-pop.is-active .page-links-wrapper a{opacity:1;transition:.6s;top:0}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+1){transition-delay:.125s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+2){transition-delay:.25s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+3){transition-delay:.375s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+4){transition-delay:.5s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+5){transition-delay:.625s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+6){transition-delay:.75s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+7){transition-delay:.875s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+8){transition-delay:1s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+9){transition-delay:1.125s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+10){transition-delay:1.25s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+11){transition-delay:1.375s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+12){transition-delay:1.5s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+13){transition-delay:1.625s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+14){transition-delay:1.75s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+15){transition-delay:1.875s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+16){transition-delay:2s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+17){transition-delay:2.125s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+18){transition-delay:2.25s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+19){transition-delay:2.375s}.component-header .mobile-pop.is-active .page-links-wrapper a:nth-of-type(6n+20){transition-delay:2.5s}.component-header .mobile-pop.is-active .socials-wrapper-mob ul{opacity:1;bottom:50px;transition:.6s;transition-delay:.7s}.blob-one{width:100%;height:100%;opacity:1;position:absolute;-webkit-animation:c 24s ease-in-out infinite;animation:c 24s ease-in-out infinite;top:25px;opacity:0;z-index:-1;right:150px;max-width:400px}@media (max-width:650px){.blob-one{width:100%!important;height:100%!important;max-width:250px!important;max-height:250px!important;margin-top:100px!important;left:0}}.animIn .blob-one{opacity:1;transition:.9s}@-webkit-keyframes c{0%{-webkit-transform:scale(1) translate(0);transform:scale(1) translate(0)}65%{-webkit-transform:scale(.6,1.3) translate(.5vw,-5vh) rotate(180deg);transform:scale(.6,1.3) translate(.5vw,-5vh) rotate(180deg)}to{-webkit-transform:scale(1) translate(0) rotate(0deg);transform:scale(1) translate(0) rotate(0deg)}}@keyframes c{0%{-webkit-transform:scale(1) translate(0);transform:scale(1) translate(0)}65%{-webkit-transform:scale(.6,1.3) translate(.5vw,-5vh) rotate(180deg);transform:scale(.6,1.3) translate(.5vw,-5vh) rotate(180deg)}to{-webkit-transform:scale(1) translate(0) rotate(0deg);transform:scale(1) translate(0) rotate(0deg)}}.home-page .component-header-inner.home .header-content .sub-one h1 span{letter-spacing:-2px}.home-page .component-cta-footer .contact-links .button{background:#00afb5}.home-page .component-cta-footer .footer-wrapper .left-content .social-links a{letter-spacing:.03rem;font-family:DM Sans,sans-serif;font-size:1rem;line-height:23.5px;text-decoration:underline}.home-page .component-cta-footer .footer-wrapper .left-content ul li a{letter-spacing:.03rem;font-family:DM Sans,sans-serif;font-size:.75rem;line-height:16px;text-decoration:none}.home-page .component-cta-footer div h3{font-family:"Helvetica Neue LT W02_93 BlkEx";letter-spacing:-.1rem!important;font-weight:700;line-height:100%!important;font-size:32.5px;font-size:3.25rem}.home-page h2{margin-bottom:50px;font-family:"DM Sans",sans-serif;font-weight:700;font-size:18px;font-size:1.8rem;max-width:415px;line-height:100%}.home-page ul.signature-client-list{display:flex;flex-wrap:wrap;padding-left:0;margin-left:15px;width:calc(100% - 15px);text-decoration:underline}.home-page ul.signature-client-list.internal-list li{width:100%}.home-page ul.signature-client-list li{width:calc(33.33% - 15px);margin-right:15px;margin-bottom:15px}@media (max-width:768px){.home-page ul.signature-client-list li{width:calc(50% - 15px)}}@media (max-width:650px){.home-page ul.signature-client-list li{width:100%;margin-right:0}}.home-page .content-wrapper{box-sizing:border-box;padding:0 100px;text-align:left}@media (max-width:650px){.home-page .content-wrapper{padding:0 25px}}.home-page .content-wrapper h2{font-size:25px;font-size:2.5rem;text-transform:capitalize}.home-page .content-wrapper p.terms-disclaimer{font-size:.85rem;width:70%;line-height:153%;letter-spacing:1px;font-family:"helveticaNeueLTPro53",sans-serif}@media (max-width:650px){.home-page .content-wrapper p.terms-disclaimer{width:100%}}.home-page .component-header-home{display:flex}.home-page .component-header-home div:first-child{width:80%}.home-page .component-header-home div:nth-child(2){width:70%!important;position:relative;top:81px;-webkit-animation:fadeIn 1s 1;animation:fadeIn 1s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.home-page .left-button-link-wrapper .tech-slide-wrap .tech-slideshow span{color:#2c2b2d}.home-page .component-internal-big-link{margin-top:50px}.home-page .component-internal-big-link .tech-slide-wrap{display:none}.home-page img.crumb{position:absolute;bottom:-250px;right:0;max-width:150px;z-index:1}.home-page .component-services-box .sub-one h2{margin-bottom:50px}.component-home-case-studies-main-wrap .heading{font-size:20px;font-size:2rem;font-family:"helveticaNeueLTPro73",sans-serif;text-align:left;margin-left:100px;font-weight:lighter}@media (max-width:650px){.component-home-case-studies-main-wrap .heading{margin-left:15px}}.component-home-case-studies{display:flex;flex-wrap:wrap;-webkit-animation:caseStudiesIn 1.2s 1;animation:caseStudiesIn 1.2s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.3s;animation-delay:.3s;position:relative;top:45px;opacity:0;width:100%;margin:auto}@media (max-width:1100px){.component-home-case-studies{width:calc(100% - 25px)}}.component-home-case-studies .hover-video{object-fit:fill;position:absolute;left:0;width:auto;height:100%;z-index:1;opacity:0}.component-home-case-studies span.hover-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-size:cover;background-position:50%;opacity:1;transition:0s}.component-home-case-studies h3{font-size:9px;font-size:.9rem}.component-home-case-studies .sub:hover span.hover-image{transition:1.2s}.component-home-case-studies .case-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;transition:0s}.component-home-case-studies .logo{transition:.4s}.component-home-case-studies .sub:hover .logo{opacity:0;transition:.5s;top:-4vh}@-webkit-keyframes caseStudiesIn{0%{top:45px;opacity:0}to{top:0;opacity:1}}@keyframes caseStudiesIn{0%{top:45px;opacity:0}to{top:0;opacity:1}}.component-home-case-studies a{color:#2c2b2d;width:100%;display:flex;align-items:center;justify-content:center;height:100%;position:absolute;left:0;top:0}.component-home-case-studies video{object-fit:fill}.component-home-case-studies div.sub-one{width:calc(33.33% - 50px);display:flex}.component-home-case-studies div.sub-one>div.bg-image{height:100%;width:100%;margin:auto;height:100vh}.component-home-case-studies div.sub-one>div.bg-image h2{margin-top:0;font-size:100px;font-size:10rem}.component-home-case-studies div.sub-three,.component-home-case-studies div.sub-two{height:60vh}.component-home-case-studies div.sub-four{height:45vh}.component-home-case-studies div.sub-two{width:calc(50% - 50px);margin-left:50px;height:80vh}.component-home-case-studies div.sub-two:nth-child(2){margin-left:0}@media (max-width:1100px){.component-home-case-studies div.sub-two{margin-left:15px;width:calc(50% - 15px)}}@media (max-width:650px){.component-home-case-studies div.sub-two{margin-left:15px;margin-right:15px;width:100%;height:350px}.component-home-case-studies div.sub-two:nth-child(2){margin-left:15px;margin-right:15px}}.component-home-case-studies div.sub-three{width:calc(33.33% - 33px)}.component-home-case-studies div.sub-three:first-child{margin-left:50px}.component-home-case-studies div.sub-three:nth-child(3){margin-left:0}@media (max-width:1100px){.component-home-case-studies div.sub-three{margin-left:30px;margin-right:30px;width:100%;height:350px}.component-home-case-studies div.sub-three:first-child{margin-left:30px;margin-right:30px}.component-home-case-studies div.sub-three:nth-child(3){margin-left:30px}}@media (max-width:650px){.component-home-case-studies div.sub-three{margin-left:0;margin-right:0;width:100%;height:350px}.component-home-case-studies div.sub-three:first-child{margin-left:0;margin-right:0}.component-home-case-studies div.sub-three:nth-child(3){margin-left:0}}.component-home-case-studies div.sub-four{width:calc(25% - 45px);margin-right:50px}@media (max-width:1250px){.component-home-case-studies div.sub-four{width:calc(50% - 45px)}}.component-home-case-studies div.sub-four:first-child{margin-left:90px;margin-right:0}@media (max-width:650px){.component-home-case-studies div.sub-four:first-child{width:100%;margin-left:0}}.component-home-case-studies div.sub-four:nth-child(2),.component-home-case-studies div.sub-four:nth-child(3){margin-right:0}@media (max-width:650px){.component-home-case-studies div.sub-four:nth-child(2),.component-home-case-studies div.sub-four:nth-child(3){margin-left:0}}@media (max-width:1250px){.component-home-case-studies div.sub-four:nth-child(2){width:calc(50% - 130px)}}@media (max-width:650px){.component-home-case-studies div.sub-four:nth-child(2){width:100%}}@media (max-width:1250px){.component-home-case-studies div.sub-four:nth-child(3){margin-left:90px}}@media (max-width:650px){.component-home-case-studies div.sub-four:nth-child(3){margin-left:0}}.component-home-case-studies div.sub-four:nth-child(4){margin-left:0}@media (max-width:1250px){.component-home-case-studies div.sub-four:nth-child(4){width:calc(50% - 130px)}}@media (max-width:650px){.component-home-case-studies div.sub-four:nth-child(4){margin-left:0;width:100%;margin-right:0}}@media (max-width:650px){.component-home-case-studies div.sub-four{margin-left:15px;margin-right:15px;width:100%;height:350px}}.component-home-case-studies div{background-size:cover;position:relative;cursor:pointer;overflow:hidden;margin-bottom:15px;background-size:contain;background-repeat:no-repeat;background-position:0 35px;display:flex;align-items:center;justify-content:center}.component-home-case-studies div img{max-width:100%;position:relative;top:-6vh;z-index:2}.component-home-case-studies div img.arrow-right{top:15px;margin-left:15px;width:20px;position:absolute}@media (max-width:650px){.component-home-case-studies div{width:100%;height:329px}}.component-home-case-studies div:first-child .filter-init{-webkit-animation-delay:1.2s;animation-delay:1.2s}.component-home-case-studies div:nth-child(2) .filter-init{-webkit-animation-delay:1.5s;animation-delay:1.5s}.component-home-case-studies div:nth-child(3) .filter-init{-webkit-animation-delay:1.8s;animation-delay:1.8s}.component-home-case-studies div .filter{position:absolute;width:100%;height:0;transition:.7s;left:0;z-index:1}.component-home-case-studies div span.filter-black{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.1);left:0;z-index:2}.component-home-case-studies div span.filter-ok{position:absolute;left:0;top:0;width:0;height:100%;background:#ebbd1d;transition:.5s;transition-delay:.8s}.component-home-case-studies div .filter-init{height:100%;width:100%;position:absolute;left:0;-webkit-animation:filterInit .6s 1;animation:filterInit .6s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.component-home-case-studies div h4{color:#fff;text-align:left;box-sizing:border-box;padding:0 50px;text-transform:uppercase;position:relative;transition:.5s;line-height:115%;font-size:8px;font-size:.8rem;z-index:2}@media (max-width:650px){.component-home-case-studies div h4{padding-left:20px}}.component-home-case-studies div span.client-info{display:block;position:absolute;bottom:0;width:100%;background:#fff;text-align:left;padding-top:0;left:0;z-index:2}.component-home-case-studies div span.client-info h3 span{font-family:"Helvetica Neue",sans-serif;font-weight:400}.component-home-case-studies .spacer-one,.component-home-case-studies .spacer-two{width:50px;z-index:1;mix-blend-mode:difference;background:#fff}.component-home-case-studies .tech-slide-wrap{position:absolute;width:100%;height:100%;left:0;top:0;display:flex;align-items:center}.component-home-case-studies .tech-slide-wrap .tech-slideshow{display:flex;position:absolute}.component-home-case-studies .tech-slide-wrap .tech-slideshow .mover-1,.component-home-case-studies .tech-slide-wrap .tech-slideshow .mover-2{-webkit-animation:marquee 35s linear infinite;animation:marquee 35s linear infinite}.component-home-case-studies .tech-slide-wrap .tech-slideshow .mover-1 h2,.component-home-case-studies .tech-slide-wrap .tech-slideshow .mover-2 h2{display:flex;font-size:150px;font-size:15rem;margin-top:0;color:#fff}.component-home-case-studies .tech-slide-wrap .tech-slideshow .mover-1 h2 span,.component-home-case-studies .tech-slide-wrap .tech-slideshow .mover-2 h2 span{font-weight:700;font-family:"helveticaNeueLTPro73",sans-serif}.component-footer{top:50px;position:relative;z-index:1;margin-left:100px;margin-right:100px;background:#2c2b2d;padding:50px 50px 0}@media (max-width:650px){.component-footer{margin:0 25px}}.component-footer a{transition:.6s}.component-footer a:hover{color:#21b14b!important;transition:.6s}.component-footer .footer-wrapper{display:flex;margin:auto auto 0;padding-top:50px}@media (max-width:650px){.component-footer .footer-wrapper{margin-left:20px;flex-wrap:wrap;margin-bottom:20px;width:calc(100% - 40px)}}.component-footer .footer-wrapper .row h5{font-size:19px;font-size:1.9rem;margin-bottom:0;margin-top:0;color:#fff;font-family:"helveticaNeueLTPro73",sans-serif;letter-spacing:0}.component-footer .footer-wrapper .left-content{display:flex;text-align:left;flex-wrap:wrap;width:100%;margin-right:50px}@media (max-width:650px){.component-footer .footer-wrapper .left-content{width:100%}}.component-footer .footer-wrapper .left-content .row{width:33.33%}@media (max-width:650px){.component-footer .footer-wrapper .left-content .row{width:100%}}.component-footer .footer-wrapper .left-content .social-links{display:flex;margin-top:50px}@media (max-width:650px){.component-footer .footer-wrapper .left-content .social-links{display:block}}.component-footer .footer-wrapper .left-content .social-links a{margin-right:15px;text-decoration:underline;font-size:10.5px;font-size:1.05rem}@media (max-width:650px){.component-footer .footer-wrapper .left-content .social-links a{display:block;padding:10px 0 15px}}.component-footer .footer-wrapper .left-content .row.row-one{text-align:left}.component-footer .footer-wrapper .left-content .row.row-four ul img{width:15px;margin-right:15px}.component-footer .footer-wrapper .left-content .row.addresses ul li{font-family:"helveticaNeueLTPro53",sans-serif}.component-footer .footer-wrapper .left-content ul{padding-left:0;list-style:none;padding-right:20px;box-sizing:border-box}.component-footer .footer-wrapper .left-content ul li{font-size:8px;font-size:.8rem;color:#fff;font-weight:400;letter-spacing:.3px;font-family:"Helvetica Neue",sans-serif}.component-footer .footer-wrapper .left-content ul li img{width:25px;margin-right:15px}.component-footer .footer-wrapper .left-content ul li a{font-size:8px;font-size:.8rem;color:#fff;font-weight:400}@media (max-width:650px){.component-footer .footer-wrapper .right-content{width:100%;text-align:left;border-top:1px solid #eee;padding-top:25px}}.component-footer .footer-wrapper .right-content ul{list-style:none;padding-left:0;text-align:left}.component-footer .footer-wrapper .right-content ul li,.component-footer .footer-wrapper .right-content ul li a{font-size:8px;font-size:.8rem;color:#fff;font-weight:700}.component-footer .bottom-content{padding-bottom:50px}.component-footer .bottom-content ul{padding-left:0;list-style:none;display:flex;width:calc(100% - 100px);margin-right:50px}@media (max-width:650px){.component-footer .bottom-content ul{margin-left:20px;display:block;text-align:left;border-top:1px solid #2c2b2d;padding-top:25px}}.component-footer .bottom-content ul li{font-size:7px;font-size:.7rem;color:#fff;margin-right:15px;margin-bottom:5px;font-weight:400;letter-spacing:.3px}.component-footer .bottom-content ul li a{font-size:7px;font-size:.7rem;color:#fff;font-weight:400;padding:5px;letter-spacing:.3px}@media (max-width:650px){.component-footer .bottom-content ul li a{display:block;padding-bottom:0;padding-left:0}}.component-header-inner{display:flex;align-items:center;min-height:65vh;position:relative;z-index:0;padding-top:50px}@media (max-width:650px){.component-header-inner{padding-bottom:50px}}.component-header-inner .header-content{display:block;display:flex}@media (max-width:650px){.component-header-inner .header-content{display:block}}.component-header-inner .header-content .sub-one:first-child{width:70%}@media (max-width:650px){.component-header-inner .header-content .sub-one:first-child{width:100%}}.component-header-inner .header-content .sub-two:nth-child(2){width:30%;z-index:-1}.component-header-inner .header-content .split-span span{line-height:0;letter-spacing:-2px}.component-header-inner h1{text-align:left;line-height:90%;font-size:43px;font-size:4.3rem;margin-left:100px;color:#2b2b2b;text-transform:none;position:relative;color:#2b2c2d;line-height:100%;margin-bottom:5px;letter-spacing:-2.5px}@media (max-width:650px){.component-header-inner h1{margin-left:20px;width:calc(100% - 40px);font-size:33px;font-size:3.3rem;margin-top:60px;z-index:10}}.component-header-inner p{position:relative;color:#2b2c2d;width:70%;line-height:100%;margin-bottom:100px;width:50%;text-align:left;margin-left:200px;line-height:140%;-webkit-animation:textIn .8s 1;animation:textIn .8s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0;-webkit-animation-delay:1.3s;animation-delay:1.3s;top:15px;margin-top:45px;font-size:10px;font-size:1rem}.component-header-inner p,.component-header-inner p span{font-family:"Helvetica Neue",sans-serif}@media (max-width:650px){.component-header-inner p{margin-left:50px;width:calc(100% - 100px)}}@-webkit-keyframes textIn{0%{top:15px;opacity:0}to{top:0;opacity:1}}@keyframes textIn{0%{top:15px;opacity:0}to{top:0;opacity:1}}@-webkit-keyframes innerheaderIn{0%{opacity:0;bottom:40px}to{bottom:0;opacity:1}}@keyframes innerheaderIn{0%{opacity:0;bottom:40px}to{bottom:0;opacity:1}}.component-header-inner.home .header-content .sub-two{max-width:620px}.component-header-inner.home svg{max-width:760px;max-height:760px}.component-header-inner.home p{width:45%;margin-left:180px}@media (min-width:1920px){.component-header-inner.home p{width:70%}}@media (max-width:650px){.component-header-inner.home p{margin-left:50px;width:calc(100% - 100px)}}.component-header-inner.agency svg,.component-header-inner.home svg{pointer-events:none}.component-header-inner.agency .header-content .sub-one:first-child,.component-header-inner.home .header-content .sub-one:first-child{width:90%}@media (min-width:1920px){.component-header-inner.agency .header-content .sub-one:first-child,.component-header-inner.home .header-content .sub-one:first-child{width:70%}}@media (max-width:650px){.component-header-inner.agency .header-content .sub-one:first-child,.component-header-inner.home .header-content .sub-one:first-child{width:100%}}.component-header-inner.agency .header-content .sub-two:nth-child(2),.component-header-inner.home .header-content .sub-two:nth-child(2){position:absolute;width:100%;max-width:600px;margin-left:calc(100% - 700px);top:0;height:100%}@media (min-width:1920px){.component-header-inner.agency .header-content .sub-two:nth-child(2),.component-header-inner.home .header-content .sub-two:nth-child(2){max-width:900px}}@media (max-width:1100px){.component-header-inner.agency .header-content .sub-two:nth-child(2),.component-header-inner.home .header-content .sub-two:nth-child(2){position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;margin-top:50px;margin-left:0;width:100%;opacity:.3}}.split-span{line-height:70%}.split-span span{font-family:"helveticaNeueLTPro73",sans-serif;line-height:0;color:#2c2b2d;position:relative;display:inline;-webkit-transform:rotate(20deg);transform:rotate(20deg);-webkit-animation:spanIn .5s 1;animation:spanIn .5s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0;top:15px;-webkit-animation-delay:.6s;animation-delay:.6s;letter-spacing:-2px}.split-span span:nth-child(31n+1){-webkit-animation-delay:.05s;animation-delay:.05s}.split-span span:nth-child(31n+2){-webkit-animation-delay:.1s;animation-delay:.1s}.split-span span:nth-child(31n+3){-webkit-animation-delay:.15s;animation-delay:.15s}.split-span span:nth-child(31n+4){-webkit-animation-delay:.2s;animation-delay:.2s}.split-span span:nth-child(31n+5){-webkit-animation-delay:.25s;animation-delay:.25s}.split-span span:nth-child(31n+6){-webkit-animation-delay:.3s;animation-delay:.3s}.split-span span:nth-child(31n+7){-webkit-animation-delay:.35s;animation-delay:.35s}.split-span span:nth-child(31n+8){-webkit-animation-delay:.4s;animation-delay:.4s}.split-span span:nth-child(31n+9){-webkit-animation-delay:.45s;animation-delay:.45s}.split-span span:nth-child(31n+10){-webkit-animation-delay:.5s;animation-delay:.5s}.split-span span:nth-child(31n+11){-webkit-animation-delay:.55s;animation-delay:.55s}.split-span span:nth-child(31n+12){-webkit-animation-delay:.6s;animation-delay:.6s}.split-span span:nth-child(31n+13){-webkit-animation-delay:.65s;animation-delay:.65s}.split-span span:nth-child(31n+14){-webkit-animation-delay:.7s;animation-delay:.7s}.split-span span:nth-child(31n+15){-webkit-animation-delay:.75s;animation-delay:.75s}.split-span span:nth-child(31n+16){-webkit-animation-delay:.8s;animation-delay:.8s}.split-span span:nth-child(31n+17){-webkit-animation-delay:.85s;animation-delay:.85s}.split-span span:nth-child(31n+18){-webkit-animation-delay:.9s;animation-delay:.9s}.split-span span:nth-child(31n+19){-webkit-animation-delay:.95s;animation-delay:.95s}.split-span span:nth-child(31n+20){-webkit-animation-delay:1s;animation-delay:1s}.split-span span:nth-child(31n+21){-webkit-animation-delay:1.05s;animation-delay:1.05s}.split-span span:nth-child(31n+22){-webkit-animation-delay:1.1s;animation-delay:1.1s}.split-span span:nth-child(31n+23){-webkit-animation-delay:1.15s;animation-delay:1.15s}.split-span span:nth-child(31n+24){-webkit-animation-delay:1.2s;animation-delay:1.2s}.split-span span:nth-child(31n+25){-webkit-animation-delay:1.25s;animation-delay:1.25s}.split-span span:nth-child(31n+26){-webkit-animation-delay:1.3s;animation-delay:1.3s}.split-span span:nth-child(31n+27){-webkit-animation-delay:1.35s;animation-delay:1.35s}.split-span span:nth-child(31n+28){-webkit-animation-delay:1.4s;animation-delay:1.4s}.split-span span:nth-child(31n+29){-webkit-animation-delay:1.45s;animation-delay:1.45s}.split-span span:nth-child(31n+30){-webkit-animation-delay:1.5s;animation-delay:1.5s}.split-span span:nth-child(31n+31){-webkit-animation-delay:1.55s;animation-delay:1.55s}.split-span span:nth-child(31n+32){-webkit-animation-delay:1.6s;animation-delay:1.6s}.split-span span:nth-child(31n+33){-webkit-animation-delay:1.65s;animation-delay:1.65s}.split-span span:nth-child(31n+34){-webkit-animation-delay:1.7s;animation-delay:1.7s}.split-span span:nth-child(31n+35){-webkit-animation-delay:1.75s;animation-delay:1.75s}.split-span span:nth-child(31n+36){-webkit-animation-delay:1.8s;animation-delay:1.8s}.split-span span:nth-child(31n+37){-webkit-animation-delay:1.85s;animation-delay:1.85s}.split-span span:nth-child(31n+38){-webkit-animation-delay:1.9s;animation-delay:1.9s}.split-span span:nth-child(31n+39){-webkit-animation-delay:1.95s;animation-delay:1.95s}.split-span span:nth-child(31n+40){-webkit-animation-delay:2s;animation-delay:2s}.split-span span:nth-child(31n+41){-webkit-animation-delay:2.05s;animation-delay:2.05s}.split-span span:nth-child(31n+42){-webkit-animation-delay:2.1s;animation-delay:2.1s}.split-span span:nth-child(31n+43){-webkit-animation-delay:2.15s;animation-delay:2.15s}.split-span span:nth-child(31n+44){-webkit-animation-delay:2.2s;animation-delay:2.2s}.split-span span:nth-child(31n+45){-webkit-animation-delay:2.25s;animation-delay:2.25s}.split-span span:nth-child(31n+46){-webkit-animation-delay:2.3s;animation-delay:2.3s}.split-span span:nth-child(31n+47){-webkit-animation-delay:2.35s;animation-delay:2.35s}.split-span span:nth-child(31n+48){-webkit-animation-delay:2.4s;animation-delay:2.4s}.split-span span:nth-child(31n+49){-webkit-animation-delay:2.45s;animation-delay:2.45s}.split-span span:nth-child(31n+50){-webkit-animation-delay:2.5s;animation-delay:2.5s}.split-span span:nth-child(31n+51){-webkit-animation-delay:2.55s;animation-delay:2.55s}.split-span span:nth-child(31n+52){-webkit-animation-delay:2.6s;animation-delay:2.6s}.split-span span:nth-child(31n+53){-webkit-animation-delay:2.65s;animation-delay:2.65s}.split-span span:nth-child(31n+54){-webkit-animation-delay:2.7s;animation-delay:2.7s}.split-span span:nth-child(31n+55){-webkit-animation-delay:2.75s;animation-delay:2.75s}.split-span span:nth-child(31n+56){-webkit-animation-delay:2.8s;animation-delay:2.8s}.split-span span:nth-child(31n+57){-webkit-animation-delay:2.85s;animation-delay:2.85s}.split-span span:nth-child(31n+58){-webkit-animation-delay:2.9s;animation-delay:2.9s}.split-span span:nth-child(31n+59){-webkit-animation-delay:2.95s;animation-delay:2.95s}.split-span span:nth-child(31n+60){-webkit-animation-delay:3s;animation-delay:3s}.split-span span:nth-child(31n+61){-webkit-animation-delay:3.05s;animation-delay:3.05s}.split-span span:nth-child(31n+62){-webkit-animation-delay:3.1s;animation-delay:3.1s}.split-span span:nth-child(31n+63){-webkit-animation-delay:3.15s;animation-delay:3.15s}.split-span span:nth-child(31n+64){-webkit-animation-delay:3.2s;animation-delay:3.2s}.split-span span:nth-child(31n+65){-webkit-animation-delay:3.25s;animation-delay:3.25s}.split-span span:nth-child(31n+66){-webkit-animation-delay:3.3s;animation-delay:3.3s}.split-span span:nth-child(31n+67){-webkit-animation-delay:3.35s;animation-delay:3.35s}.split-span span:nth-child(31n+68){-webkit-animation-delay:3.4s;animation-delay:3.4s}.split-span span:nth-child(31n+69){-webkit-animation-delay:3.45s;animation-delay:3.45s}.split-span span:nth-child(31n+70){-webkit-animation-delay:3.5s;animation-delay:3.5s}.split-span span:nth-child(31n+71){-webkit-animation-delay:3.55s;animation-delay:3.55s}.split-span span:nth-child(31n+72){-webkit-animation-delay:3.6s;animation-delay:3.6s}.split-span span:nth-child(31n+73){-webkit-animation-delay:3.65s;animation-delay:3.65s}.split-span span:nth-child(31n+74){-webkit-animation-delay:3.7s;animation-delay:3.7s}.split-span span:nth-child(31n+75){-webkit-animation-delay:3.75s;animation-delay:3.75s}.split-span span:nth-child(31n+76){-webkit-animation-delay:3.8s;animation-delay:3.8s}.split-span span:nth-child(31n+77){-webkit-animation-delay:3.85s;animation-delay:3.85s}.split-span span:nth-child(31n+78){-webkit-animation-delay:3.9s;animation-delay:3.9s}.split-span span:nth-child(31n+79){-webkit-animation-delay:3.95s;animation-delay:3.95s}.split-span span:nth-child(31n+80){-webkit-animation-delay:4s;animation-delay:4s}.split-span span:nth-child(31n+81){-webkit-animation-delay:4.05s;animation-delay:4.05s}.split-span span:nth-child(31n+82){-webkit-animation-delay:4.1s;animation-delay:4.1s}.split-span span:nth-child(31n+83){-webkit-animation-delay:4.15s;animation-delay:4.15s}.split-span span:nth-child(31n+84){-webkit-animation-delay:4.2s;animation-delay:4.2s}.split-span span:nth-child(31n+85){-webkit-animation-delay:4.25s;animation-delay:4.25s}.split-span span:nth-child(31n+86){-webkit-animation-delay:4.3s;animation-delay:4.3s}.split-span span:nth-child(31n+87){-webkit-animation-delay:4.35s;animation-delay:4.35s}.split-span span:nth-child(31n+88){-webkit-animation-delay:4.4s;animation-delay:4.4s}.split-span span:nth-child(31n+89){-webkit-animation-delay:4.45s;animation-delay:4.45s}.split-span span:nth-child(31n+90){-webkit-animation-delay:4.5s;animation-delay:4.5s}.split-span span:nth-child(31n+91){-webkit-animation-delay:4.55s;animation-delay:4.55s}.split-span span:nth-child(31n+92){-webkit-animation-delay:4.6s;animation-delay:4.6s}.split-span span:nth-child(31n+93){-webkit-animation-delay:4.65s;animation-delay:4.65s}.split-span span:nth-child(31n+94){-webkit-animation-delay:4.7s;animation-delay:4.7s}.split-span span:nth-child(31n+95){-webkit-animation-delay:4.75s;animation-delay:4.75s}.split-span span:nth-child(31n+96){-webkit-animation-delay:4.8s;animation-delay:4.8s}.split-span span:nth-child(31n+97){-webkit-animation-delay:4.85s;animation-delay:4.85s}.split-span span:nth-child(31n+98){-webkit-animation-delay:4.9s;animation-delay:4.9s}.split-span span:nth-child(31n+99){-webkit-animation-delay:4.95s;animation-delay:4.95s}.split-span span:nth-child(31n+100){-webkit-animation-delay:5s;animation-delay:5s}@-webkit-keyframes spanIn{0%{opacity:0;top:15px}to{opacity:1;top:0}}@keyframes spanIn{0%{opacity:0;top:15px}to{opacity:1;top:0}}.blob-wrapper{width:50%;height:100%;display:flex;align-items:center;justify-content:center}.component-cta-footer{width:calc(100% - 100px);height:auto;display:flex;box-sizing:border-box;flex-wrap:wrap;position:relative;border-top:1px solid rgba(0,0,0,.3);padding:50px 0;overflow:hidden;margin:150px auto 0}@media (max-width:650px){.component-cta-footer{width:calc(100% - 40px)}}.component-cta-footer .reveal-link{height:130px;overflow:hidden;padding-top:50px;padding-bottom:50px;box-sizing:border-box}@media (max-width:650px){.component-cta-footer .reveal-link{overflow:visible}}.component-cta-footer .reveal-link span{position:relative;transition:.6s;display:block;margin-top:0}.component-cta-footer .reveal-link:hover span{position:relative;margin-top:-110px;transition:.6s}@media (max-width:650px){.component-cta-footer .reveal-link:hover span{margin-top:0}}.component-cta-footer .footer-wrapper{padding-top:50px;margin:auto auto 0 50px}@media (max-width:650px){.component-cta-footer .footer-wrapper{flex-wrap:wrap;margin-bottom:20px;width:calc(100% - 40px);margin-left:0}}.component-cta-footer .footer-wrapper .bottom-content ul{padding-left:0;list-style:none;display:flex;width:calc(100% - 100px);margin-right:50px}@media (max-width:650px){.component-cta-footer .footer-wrapper .bottom-content ul{margin-left:20px;display:block;text-align:left;border-top:1px solid #2c2b2d;padding-top:25px}}.component-cta-footer .footer-wrapper .bottom-content ul li{font-size:7px;font-size:.7rem;color:#2c2b2d;margin-right:15px;margin-bottom:5px;font-weight:700}.component-cta-footer .footer-wrapper .bottom-content ul li a{font-size:7px;font-size:.7rem;color:#2c2b2d;font-weight:700;padding:5px;letter-spacing:.3px}@media (max-width:650px){.component-cta-footer .footer-wrapper .bottom-content ul li a{display:block;padding-bottom:0;padding-left:0}}.component-cta-footer .footer-wrapper .row h5{font-size:25px;font-size:2.5rem;margin-bottom:0;margin-top:0;color:#2c2b2d}.component-cta-footer .footer-wrapper .left-content{display:flex;text-align:left;flex-wrap:wrap;width:100%;margin-right:50px}@media (max-width:650px){.component-cta-footer .footer-wrapper .left-content{width:100%}}.component-cta-footer .footer-wrapper .left-content .row{width:33.33%}@media (max-width:650px){.component-cta-footer .footer-wrapper .left-content .row{width:100%}}.component-cta-footer .footer-wrapper .left-content .social-links{display:flex}@media (max-width:650px){.component-cta-footer .footer-wrapper .left-content .social-links{display:block}}.component-cta-footer .footer-wrapper .left-content .social-links a{margin-right:15px;text-decoration:underline;font-size:10.5px;font-size:1.05rem}.component-cta-footer .footer-wrapper .left-content .row.row-one{text-align:left}.component-cta-footer .footer-wrapper .left-content .row.row-four ul img{width:15px;margin-right:15px}.component-cta-footer .footer-wrapper .left-content ul{padding-left:0;list-style:none;padding-right:20px;box-sizing:border-box}@media (max-width:650px){.component-cta-footer .footer-wrapper .left-content ul{margin-left:0}}.component-cta-footer .footer-wrapper .left-content ul li{font-size:7px;font-size:.7rem;color:#2c2b2d;font-weight:400;letter-spacing:.3px}.component-cta-footer .footer-wrapper .left-content ul li img{width:25px;margin-right:15px}.component-cta-footer .footer-wrapper .left-content ul li a{font-size:7px;font-size:.7rem;color:#2c2b2d;font-weight:400;letter-spacing:.3px}@media (max-width:650px){.component-cta-footer .footer-wrapper .right-content{width:100%;text-align:left;border-top:1px solid #eee;padding-top:25px}}.component-cta-footer .footer-wrapper .right-content ul{list-style:none;padding-left:0;text-align:left}.component-cta-footer .footer-wrapper .right-content ul li,.component-cta-footer .footer-wrapper .right-content ul li a{font-size:8px;font-size:.8rem;color:#2c2b2d;font-weight:700}@media (max-width:650px){.component-cta-footer .contact-links{text-align:left}}.component-cta-footer .contact-links span{font-family:"helveticaNeueLTPro53",sans-serif;font-size:15px;font-size:1.5rem;vertical-align:sub}.component-cta-footer .contact-links .button{display:inline-block;color:#fff;background:#2c2b2d;text-transform:capitalize;line-height:100%;letter-spacing:1px;font-weight:700;transition:.6s;margin-right:15px;margin-left:50px;font-family:"helveticaNeueLTPro73",sans-serif;font-size:15px;font-size:1.5rem;padding:20px 35px 15px}@media (max-width:650px){.component-cta-footer .contact-links .button{width:calc(100% - 65px);text-align:left;margin:21px 0 25px;display:block;text-align:center}}.component-cta-footer .contact-links .button:hover{background:#21b14b;transition:.5s}.component-cta-footer .contact-links a.tel-link{font-size:40px;font-family:"helveticaNeueLTPro73",sans-serif;color:#2c2b2d;position:relative;top:8px;transition:.6s;margin-left:15px}@media (max-width:650px){.component-cta-footer .contact-links a.tel-link{width:100%;text-align:left;margin-left:0;display:block;margin-top:10px;font-size:23px;font-size:2.3rem}}.component-cta-footer .contact-links a.tel-link:hover{color:#21b14b;transition:.5s}.component-cta-footer div{width:100%;text-align:left;z-index:2;font-family:"helveticaNeueLTPro53",sans-serif}@media (max-width:650px){.component-cta-footer div{width:100%}}.component-cta-footer div h3{font-size:40px;font-size:4rem;color:#2b2c2d;line-height:90%;transition:.6s;margin-top:0;margin-bottom:50px;font-family:"helveticaNeueLTPro73",sans-serif;font-weight:700;margin-left:50px;letter-spacing:-2px}@media (max-width:650px){.component-cta-footer div h3{width:100%;margin-left:0;font-size:30px;font-size:3rem}.component-cta-footer div h3:nth-child(2){display:none}}.component-cta-footer div h3 span{font-family:"Raleway",arial,sans-serif;font-size:10px;font-size:1rem;letter-spacing:0}.component-cta-footer div p{font-size:13px;font-size:1.3rem;margin-bottom:15px;position:relative;width:auto;line-height:120%;color:#2b2c2d;width:60%;margin-left:50px}@media (max-width:650px){.component-cta-footer div p{margin-left:0;width:calc(100% - 50px);margin-bottom:50px}}.component-cta-footer div:first-child{position:relative}.component-services-box{color:#2c2b2d;display:flex;height:calc(100vh - 50px);text-align:left;box-sizing:border-box;align-items:center;margin-left:50px;margin-right:48px;position:relative;height:auto}@media (max-width:650px){.component-services-box{height:auto;width:100%;margin-left:25px;margin-right:25px;width:calc(100% - 50px);box-sizing:border-box}}.component-services-box video{width:100%;z-index:1;cursor:pointer}.component-services-box svg{-webkit-transform:scale(1.5)!important;transform:scale(1.5)!important;position:relative;bottom:0}.component-services-box .sub-one{width:calc(100% - 50px);padding:0 50px;height:100%;display:flex;align-items:center}@media (max-width:650px){.component-services-box .sub-one{width:100%;padding:0 0 15px}}.component-services-box .sub-one .sub-sub-one{width:45%}.component-services-box .sub-one .sub-sub-one p{padding-left:100px;width:calc(100% - 100px)}@media (max-width:650px){.component-services-box .sub-one .sub-sub-one p{padding-left:25px;width:calc(100% - 25px)}}@media (max-width:1100px){.component-services-box .sub-one .sub-sub-one{width:100%}}.component-services-box .sub-one .sub-sub-two{width:55%;display:flex;align-items:center;justify-content:center}@media (max-width:1100px){.component-services-box .sub-one .sub-sub-two{display:none}}.component-services-box .sub-one .sub-sub-two>div{overflow:visible!important}.component-services-box .sub-one .sub-sub-two img{max-width:100%;-webkit-filter:invert(1);filter:invert(1)}.component-services-box .sub-one h2{line-height:100%;font-family:"helveticaNeueLTPro73",sans-serif;font-weight:700;text-transform:none;font-size:30px;font-size:3rem}.component-services-box .sub-one p{width:100%;font-size:10px;font-size:1rem;margin-bottom:0}@media (max-width:650px){.component-services-box .sub-one p{width:100%}}.component-services-box .sub-two{width:50px;background:#fff;height:100%;z-index:4;mix-blend-mode:difference}.component-services-box .tech-slide-wrap{position:absolute;width:50%;height:100%;left:0;top:0;display:flex;margin-left:50%;align-items:center}.component-services-box .tech-slide-wrap .tech-slideshow{display:flex;position:absolute;bottom:0;right:0;overflow:hidden;width:100%;height:43px;border-left:1px solid #fff;margin-bottom:50px}.component-services-box .tech-slide-wrap .tech-slideshow .mover-1,.component-services-box .tech-slide-wrap .tech-slideshow .mover-2{-webkit-animation:marquee 35s linear infinite;animation:marquee 35s linear infinite}.component-services-box .tech-slide-wrap .tech-slideshow .mover-1 h6,.component-services-box .tech-slide-wrap .tech-slideshow .mover-2 h6{display:flex;font-size:20px;font-size:2rem;margin-top:0;color:#fff}.component-services-box .tech-slide-wrap .tech-slideshow .mover-1 h6 span,.component-services-box .tech-slide-wrap .tech-slideshow .mover-2 h6 span{font-weight:700;font-family:"helveticaNeueLTPro73",sans-serif}.component-internal-big-link{-webkit-animation:linkIn 1.2s 1;animation:linkIn 1.2s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.3s;animation-delay:.3s;position:relative;top:45px;opacity:0;width:100%;margin:auto}@media (max-width:1100px){.component-internal-big-link{width:100%}}.component-internal-big-link .award-wrapper{min-width:200px;display:flex;position:absolute;bottom:0;background:#2c2b2d;z-index:2;top:auto;bottom:75px}@media (max-width:650px){.component-internal-big-link .award-wrapper{bottom:50px}}.component-internal-big-link .award-wrapper .column{width:auto;margin-bottom:0;color:#fff}.component-internal-big-link .award-wrapper .column.col-1{max-width:150px;display:flex;align-items:center;justify-content:center;padding:15px 15px 15px 30px}@media (max-width:650px){.component-internal-big-link .award-wrapper .column.col-1{padding-left:15px}}.component-internal-big-link .award-wrapper .column.col-1 img{max-width:150px;box-sizing:border-box}@media (max-width:650px){.component-internal-big-link .award-wrapper .column.col-1 img{max-width:75px}}.component-internal-big-link .award-wrapper .column.col-2{padding:15px 25px 7px;text-align:left}@media (max-width:650px){.component-internal-big-link .award-wrapper .column.col-2{padding-left:0}}.component-internal-big-link .award-wrapper .column.col-2 h5{margin-bottom:15px;margin-top:15px;font-size:23px;font-size:2.3rem}@media (max-width:650px){.component-internal-big-link .award-wrapper .column.col-2 h5{font-size:15px;font-size:1.5rem;margin-bottom:5px;font-family:"helveticaNeueLTPro73",sans-serif}}.component-internal-big-link .award-wrapper .column.col-2 section{margin-bottom:10px}.component-internal-big-link .award-wrapper .column.col-2 p{margin-bottom:0;margin-top:0;font-size:8px;font-size:.8rem;color:#fff;letter-spacing:1px;font-family:"helveticaNeueLTPro73",sans-serif}.component-internal-big-link .award-wrapper .column.col-2 p strong{font-family:"helveticaNeueLTPro53",sans-serif;font-weight:400}@media (max-width:650px){.component-internal-big-link .award-wrapper{bottom:36px;width:100%}.component-internal-big-link .award-wrapper .column.col-2 h5{font-size:1rem}.component-internal-big-link .award-wrapper .column.col-2 p{font-size:.7rem}}.component-internal-big-link a{color:#2c2b2d}.component-internal-big-link img.heading{position:absolute;left:21px;top:0;z-index:1;top:-82px;-webkit-animation:rotateAnimOppOne 15s linear infinite;animation:rotateAnimOppOne 15s linear infinite;max-width:150px}@media (max-width:650px){.component-internal-big-link img.heading{max-width:150px;top:-75px;left:-46px}}@-webkit-keyframes rotateAnimOppOne{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotateAnimOppOne{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.component-internal-big-link .graphic{position:absolute;left:0;bottom:200px;width:100%;max-width:70px}@media (max-width:650px){.component-internal-big-link .graphic{max-width:30px}}.component-internal-big-link h3.recent-work-heading{text-align:left;font-size:30px;font-size:3rem;font-family:"helveticaNeueLTPro73",sans-serif;color:#2c2b2d;margin-bottom:15px;margin-left:93px}.component-internal-big-link h3{font-size:9px;font-size:.9rem}.component-internal-big-link div.sub-one{width:100%;display:flex}.component-internal-big-link div.sub-one>div.bg-image{height:100%;width:100%;margin:auto;height:100vh}.component-internal-big-link div.sub-one>div.bg-image:hover{transition:.5s ease-in;opacity:.8}@media (max-width:650px){.component-internal-big-link div.sub-one>div.bg-image{height:350px}}.component-internal-big-link div.sub-one>div.bg-image h2{margin-top:0;font-size:100px;font-size:10rem}.component-internal-big-link div{background-size:cover;position:relative;cursor:pointer;overflow:hidden;margin-bottom:15px}.component-internal-big-link div:first-child .filter-init{-webkit-animation-delay:1.2s;animation-delay:1.2s}.component-internal-big-link div:nth-child(2) .filter-init{-webkit-animation-delay:1.5s;animation-delay:1.5s}.component-internal-big-link div:nth-child(3) .filter-init{-webkit-animation-delay:1.8s;animation-delay:1.8s}.component-internal-big-link div .filter{position:absolute;width:100%;height:0;transition:.7s;left:0;z-index:1}.component-internal-big-link div span.filter-black{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.1);left:0;z-index:2}.component-internal-big-link div span.filter-ok{position:absolute;left:0;top:0;width:0;height:100%;background:#ebbd1d;transition:.5s;transition-delay:.8s}.component-internal-big-link div .filter-init{height:100%;width:100%;position:absolute;left:0;-webkit-animation:filterInit .6s 1;animation:filterInit .6s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes filterInit{0%{height:100%}to{height:0}}@keyframes filterInit{0%{height:100%}to{height:0}}.component-internal-big-link div h4{color:#fff;text-align:left;box-sizing:border-box;padding:0 50px;text-transform:uppercase;position:relative;transition:.5s;line-height:115%;font-size:8px;font-size:.8rem;z-index:2}@media (max-width:650px){.component-internal-big-link div h4{padding-left:20px}}.component-internal-big-link div span.client-info{display:block;position:absolute;bottom:0;width:100%;background:#fff;text-align:left;padding-top:0}.component-internal-big-link div h3 span{font-family:"helveticaNeueLTPro53",sans-serif;font-weight:400}.component-internal-big-link .spacer-one{width:100px;z-index:1;mix-blend-mode:difference}@media (max-width:650px){.component-internal-big-link .spacer-one{width:15px}}.component-internal-big-link .spacer-two{width:100px;z-index:1;mix-blend-mode:difference}@media (max-width:650px){.component-internal-big-link .spacer-two{width:15px}}.component-internal-big-link .tech-slide-wrap{position:absolute;width:100%;height:100%;left:0;top:0;display:flex;align-items:center;font-size:80px;font-size:8rem;margin-top:0;color:#fff;font-family:"helveticaNeueLTPro73",sans-serif;fontw-weight:bold;transition:.2s}.component-internal-big-link .tech-slide-wrap:hover{opacity:.8;transition:.2s}.component-internal-big-link .tech-slide-wrap span{font-family:"helveticaNeueLTPro73",sans-serif;font-weight:700}.component-internal-big-link .tech-slide-wrap .tech-slideshow{display:flex;position:absolute}.component-internal-big-link .tech-slide-wrap .tech-slideshow .mover-1 h2{display:flex;font-size:150px;font-size:15rem;margin-top:0;color:#fff}@media (max-width:1100px){.component-internal-big-link .tech-slide-wrap .tech-slideshow .mover-1 h2{margin-top:72px}}.component-internal-big-link .tech-slide-wrap .tech-slideshow .mover-1 h2 span{font-weight:700;font-family:"helveticaNeueLTPro73",sans-serif}.component-full-width-link{position:relative}.component-full-width-link img.crumb{position:absolute;right:0;max-width:94px;bottom:0}@media (max-width:650px){.component-full-width-link img.crumb{display:none}}.mark,.mark-alt{position:relative;width:100vw;max-width:100%;height:200px;overflow-x:hidden}.mark-alt .sub-mark,.mark .sub-mark{-webkit-animation:marquee 30s linear infinite;animation:marquee 30s linear infinite}.mark-alt .sub-mark,.mark-alt .sub-mark-alt,.mark .sub-mark,.mark .sub-mark-alt{position:absolute;white-space:nowrap;will-change:transform;font-family:"helveticaNeueLTPro73",sans-serif;margin:0;top:22px}.mark-alt .sub-mark-alt,.mark .sub-mark-alt{-webkit-animation:marquee_alt 30s linear infinite;animation:marquee_alt 30s linear infinite}@-webkit-keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@-webkit-keyframes marquee_alt{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes marquee_alt{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.left-button-link-wrapper{width:100%;min-height:150px;display:flex;position:relative}.left-button-link-wrapper .sub-one{width:calc(100% - 200px);margin-left:100px;background:red}@media (max-width:650px){.left-button-link-wrapper .sub-one{margin-left:25px;width:100%;padding-top:100px}}.left-button-link-wrapper .sub-one .link-wrap{width:50%;display:flex;align-items:center;height:100%;box-sizing:border-box;padding-left:0;z-index:10}@media (max-width:650px){.left-button-link-wrapper .sub-one .link-wrap{padding-left:0;width:100%;margin-bottom:25px}}.left-button-link-wrapper .sub-one .link-wrap a{z-index:10;background:#2c2b2d;color:#fff;padding:20px 35px 15px;display:inline-block;line-height:100%;letter-spacing:1px;font-weight:700;transition:.6s;margin-right:15px;width:calc(100% - 250px);font-family:"helveticaNeueLTPro73",sans-serif;font-size:15px;font-size:1.5rem;text-transform:capitalize;width:50%;max-width:300px}.left-button-link-wrapper .sub-one .link-wrap a:hover{background:#e62e2e;transition:.5s}@media (max-width:650px){.left-button-link-wrapper .sub-one .link-wrap a{width:100%;max-width:100%;margin-right:0}}.left-button-link-wrapper .sub-two{z-index:4;min-height:150px;width:100px}@media (max-width:650px){.left-button-link-wrapper .sub-two{width:28px}}.left-button-link-wrapper .sub-two h6{margin:0;color:#fff}.left-button-link-wrapper .tech-slide-wrap{position:absolute;width:80%;height:100%;left:0;top:0;display:flex;align-items:center;margin-left:24.5%}@media (max-width:650px){.left-button-link-wrapper .tech-slide-wrap{margin-left:25px;width:calc(100% - 40px);height:100px}}.left-button-link-wrapper .tech-slide-wrap .tech-slideshow{position:absolute;right:0;bottom:44px;overflow:hidden;width:80%;height:68px;border-left:none;display:flex;font-size:15px;font-size:1.5rem;color:#2c2b2d;margin:auto;top:0}@media (max-width:650px){.left-button-link-wrapper .tech-slide-wrap .tech-slideshow{bottom:-31px}}.left-button-link-wrapper .tech-slide-wrap .tech-slideshow span{font-weight:700;font-family:"helveticaNeueLTPro73",sans-serif;margin:0!important}.right-button-link-wrapper{width:100%;min-height:150px;display:flex;position:relative}@media (max-width:650px){.right-button-link-wrapper{min-height:200px}}.right-button-link-wrapper .sub-one{width:calc(100% - 50px);margin-left:2px;background:red;margin-right:100px}@media (max-width:650px){.right-button-link-wrapper .sub-one{margin-left:0;width:100%;padding-top:50px;margin-right:25px}}.right-button-link-wrapper .sub-one .link-wrap{width:50%;display:flex;align-items:center;height:100%;box-sizing:border-box;padding-left:0;z-index:10;margin-left:50%;flex-direction:row-reverse;text-align:revert;padding-right:0}@media (max-width:650px){.right-button-link-wrapper .sub-one .link-wrap{padding-right:0;width:100%;margin-left:0;margin-bottom:25px}}.right-button-link-wrapper .sub-one .link-wrap a{background:#2c2b2d;color:#fff;padding:20px 35px 15px;display:inline-block;line-height:100%;letter-spacing:1px;font-weight:700;transition:.6s;margin-right:15px;width:calc(100% - 250px);max-width:300px;font-family:"helveticaNeueLTPro73",sans-serif;z-index:10;font-size:15px;font-size:1.5rem;width:50%;text-transform:capitalize}@media (max-width:650px){.right-button-link-wrapper .sub-one .link-wrap a{width:100%;max-width:100%;margin-right:0;padding-left:0;padding-right:0}}.right-button-link-wrapper .sub-one .link-wrap a:hover{background-color:#e62e2e;transition:.3s ease-in-out}.right-button-link-wrapper .sub-two{z-index:4;min-height:150px;width:100px}@media (max-width:650px){.right-button-link-wrapper .sub-two{width:28px}}.right-button-link-wrapper .sub-two h6{margin:0;color:#fff}.right-button-link-wrapper .tech-slide-wrap{position:absolute;width:80%;height:100%;left:0;top:0;display:flex;align-items:center;margin-left:0}@media (max-width:650px){.right-button-link-wrapper .tech-slide-wrap{margin-right:40px;width:calc(100% - 40px);height:auto;margin-top:25px}}.right-button-link-wrapper .tech-slide-wrap .tech-slideshow{position:absolute;right:0;bottom:44px;overflow:hidden;width:80%;height:68px;display:flex;font-size:15px;font-size:1.5rem;color:#2c2b2d;margin:auto;top:0}@media (max-width:650px){.right-button-link-wrapper .tech-slide-wrap .tech-slideshow{bottom:0}}.right-button-link-wrapper .tech-slide-wrap .tech-slideshow span{font-weight:700;font-family:"helveticaNeueLTPro73",sans-serif;margin:0!important}.ComponentReviewSlider{position:relative;padding-bottom:100px;background:#eee;padding-top:50px;overflow:hidden;width:100%;margin:50px auto auto;color:#2c2b2d}.ComponentReviewSlider .wrapper .company-title{font-family:"helveticaNeueLTPro53",sans-serif;font-weight:400;font-size:9px;font-size:.9rem;margin-top:0}.ComponentReviewSlider .star-rating{display:flex}.ComponentReviewSlider .star{width:25px}.ComponentReviewSlider .react-reveal{top:0}.ComponentReviewSlider .slick-arrow{position:absolute;bottom:-51px;top:auto;z-index:5;cursor:pointer}@media (max-width:1100px){.ComponentReviewSlider .slick-arrow{bottom:-37px}.ComponentReviewSlider .slick-arrow img{width:30px!important}}@media (max-width:650px){.ComponentReviewSlider .slick-arrow{bottom:0;display:none!important}.ComponentReviewSlider .slick-arrow img{width:50px!important}}.ComponentReviewSlider .slick-arrow.next{left:auto;right:0}@media (max-width:1100px){.ComponentReviewSlider .slick-arrow.next{left:0}}@media (max-width:650px){.ComponentReviewSlider .slick-arrow.next{text-align:right}}.ComponentReviewSlider .slick-arrow.prev{left:0;right:auto}.ComponentReviewSlider .wrapper{width:calc(100% - 200px);margin:auto auto 50px;text-align:left}@media (max-width:650px){.ComponentReviewSlider .wrapper{width:calc(100% - 50px)}}.ComponentReviewSlider .wrapper .quote-wrapper{display:flex;flex-direction:row-reverse;position:absolute;bottom:40px;right:0;-webkit-filter:invert(.2);filter:invert(.2);opacity:.7}@media (max-width:768px){.ComponentReviewSlider .wrapper .quote-wrapper{bottom:20px}}.ComponentReviewSlider .wrapper h3{font-size:30px;font-size:3rem;letter-spacing:-1px;text-align:left;width:50%;line-height:90%;color:#2c2b2d}@media (max-width:1100px){.ComponentReviewSlider .wrapper h3{font-size:40px;font-size:4rem;width:100%;position:relative}}@media (max-width:650px){.ComponentReviewSlider .wrapper h3{font-size:33px;font-size:3.3rem;width:100%;position:relative}}.ComponentReviewSlider .wrapper h4{margin-bottom:5px}.ComponentReviewSlider .wrapper p{font-family:"Helvetica Neue",sans-serif}.ComponentReviewSlider .wrapper .slick-dots{text-align:center;bottom:-50px}@media (max-width:650px){.ComponentReviewSlider .wrapper .slick-dots{bottom:-30px}}.ComponentReviewSlider .wrapper .slick-dots button:before{color:#2c2b2d}.ComponentReviewSlider .wrapper .slick-dots .slick-active button:before{color:#2c2b2d;opacity:1}.ComponentReviewSlider .wrapper .slick-slide div>span{width:calc(100% - 65px);display:block;color:#2c2b2d;position:relative;display:flex;flex-wrap:wrap;min-height:300px}@media (max-width:1100px){.ComponentReviewSlider .wrapper .slick-slide div>span{width:100%}}.blob-two{width:50vw;height:70vh;opacity:1;position:absolute;left:0;-webkit-animation:d 22s ease-in-out infinite;animation:d 22s ease-in-out infinite;left:-50px;top:100px;opacity:0;max-width:550px}@media (max-width:650px){.blob-two{width:100%!important;height:100%!important;max-width:250px!important;max-height:250px!important;left:0!important}}.animIn .blob-two{opacity:1;transition:.9s}@-webkit-keyframes d{0%{-webkit-transform:scale(1) translate(0);transform:scale(1) translate(0)}65%{-webkit-transform:scale(.7,1.4) translate(-2vw,9vh) rotate(120deg);transform:scale(.7,1.4) translate(-2vw,9vh) rotate(120deg)}to{-webkit-transform:scale(1) translate(0) rotate(0deg);transform:scale(1) translate(0) rotate(0deg)}}@keyframes d{0%{-webkit-transform:scale(1) translate(0);transform:scale(1) translate(0)}65%{-webkit-transform:scale(.7,1.4) translate(-2vw,9vh) rotate(120deg);transform:scale(.7,1.4) translate(-2vw,9vh) rotate(120deg)}to{-webkit-transform:scale(1) translate(0) rotate(0deg);transform:scale(1) translate(0) rotate(0deg)}}.App{text-align:center}.App-logo{height:40vmin}.scroll-active .desktop{transition:.5s;padding:10px 50px}.loader-wrapper{background:#fff;height:100vh;padding:25px;width:100vw;display:flex;align-items:center;color:#2c2b2d}.loading-logo{-webkit-animation:loadingLogoIn .5s 1;animation:loadingLogoIn .5s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.5s;animation-delay:.5s;position:relative;left:15px;opacity:0}@-webkit-keyframes loadingLogoIn{0%{opacity:0;left:15px}to{opacity:1;left:0}}@keyframes loadingLogoIn{0%{opacity:0;left:15px}to{opacity:1;left:0}}.loader-wrapper div{width:100%}.page-in span.anim-inner{content:"";width:100%;height:100%;position:fixed;bottom:0;left:0;z-index:9999;-webkit-animation:pageIn 3s 1;animation:pageIn 3s 1;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;display:flex;align-items:center;justify-content:center}.page-in.black span.anim-inner{background:#2c2b2d}.page-in-out .component-header-inner .sub-two,.page-in .component-header-inner .sub-two{opacity:0;-webkit-animation:blobIn .6s 1;animation:blobIn .6s 1;-webkit-animation-delay:.18s;animation-delay:.18s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.loader{width:48px;height:48px;border:10px solid #fff;border-radius:50%;position:relative;-webkit-transform:rotate(45deg);transform:rotate(45deg);box-sizing:border-box;-webkit-animation:loaderIn 2s 1;animation:loaderIn 2s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0}.loader:before{content:"";position:absolute;box-sizing:border-box;inset:-10px;border-radius:50%;border:10px solid #ff3d00;-webkit-animation:prixClipFix 2s linear infinite;animation:prixClipFix 2s linear infinite}@-webkit-keyframes prixClipFix{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}@keyframes prixClipFix{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}@-webkit-keyframes loaderIn{0%{opacity:0}25%{opacity:1 0}50%{opacity:1}75%{opacity:1}to{opacity:0}}@keyframes loaderIn{0%{opacity:0}25%{opacity:1 0}50%{opacity:1}75%{opacity:1}to{opacity:0}}@-webkit-keyframes blobIn{0%{opacity:0;top:15px}to{opacity:1;top:0}}@keyframes blobIn{0%{opacity:0;top:15px}to{opacity:1;top:0}}.page-in-out span.anim-inner{content:"";width:100%;height:100%;position:fixed;top:0;left:0;z-index:9999;-webkit-animation:pageInOut 3s 1;animation:pageInOut 3s 1;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;background-image:url(https://okmg-web-assets-rc.s3.ap-southeast-2.amazonaws.com/okmg-master.svg);background-size:contain;background-repeat:no-repeat;background-position:50%}.page-in-out.green span.anim-inner{background:#33b14b}@-webkit-keyframes pageInOut{0%{height:100%;top:-100vh}25%{top:0}50%{top:0}to{height:100%;top:100vh;z-index:-5;pointer-events:none;display:none}}@keyframes pageInOut{0%{height:100%;top:-100vh}25%{top:0}50%{top:0}to{height:100%;top:100vh;z-index:-5;pointer-events:none;display:none}}@-webkit-keyframes pageIn{0%{height:100%;bottom:-100vh}25%{bottom:0}50%{bottom:0}to{height:100%;bottom:100vh;z-index:-5;pointer-events:none;display:none}}@keyframes pageIn{0%{height:100%;bottom:-100vh}25%{bottom:0}50%{bottom:0}to{height:100%;bottom:100vh;z-index:-5;pointer-events:none;display:none}}.desktop{transition:.5s;padding:25px 50px}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#09d3ac}.react-router-wrapper{position:relative;left:0}.react-router-wrapper.animIn{opacity:1;transition:.3s}.react-router-wrapper.animIn .nav-wrap{position:relative;margin-left:15px;transition:.8s}.react-router-wrapper.animOut{opacity:1}@media (max-width:600px){.scroll-active .desktop{transition:.5s;padding:20px}}.revo-fitness-wrapper .component-header-inner-case .sub .foot-image{max-width:200px;bottom:-200px}@media (max-width:650px){.revo-fitness-wrapper .component-header-inner-case .sub .foot-image{max-width:100px;bottom:0;opacity:.1!important}}.component-header-inner-case{display:flex;align-items:center;min-height:80vh;position:relative;z-index:5;padding-top:50px}@media (max-width:1100px){.component-header-inner-case{padding:100px 25px 0;margin-bottom:25px;flex-wrap:wrap}}.component-header-inner-case span.byline{display:block;font-size:45px;font-family:"helveticaNeueLTPro73",sans-serif;color:#2c2b2d;line-height:105%;align-items:top;-webkit-animation:bylineIn .6s 1;animation:bylineIn .6s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;position:relative;opacity:0;-webkit-animation-delay:.95s;animation-delay:.95s}@-webkit-keyframes bylineIn{0%{opacity:0;left:-15px}to{opacity:1;left:0}}@keyframes bylineIn{0%{opacity:0;left:-15px}to{opacity:1;left:0}}.component-header-inner-case img.header-image.hover-back,.component-header-inner-case img.header-image.hover-front{transition:.5s}.component-header-inner-case img.header-image.hover-back:hover,.component-header-inner-case img.header-image.hover-front:hover{transition:.6s;position:absolute;cursor:pointer;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;top:auto;top:-130px;transition:.5s}.component-header-inner-case .multi-image-wrap img{box-shadow:0 0 62px -32px rgba(0,0,0,.75);margin-right:15px;cursor:pointer;transition:.5s}.component-header-inner-case .multi-image-wrap img:hover{-webkit-transform:scale(1.2);transform:scale(1.2);transition:.9s;z-index:4;box-shadow:0 0 62px -8px rgba(0,0,0,.75)}.component-header-inner-case .sux{position:relative;-webkit-animation:RightCIn 1s 1;animation:RightCIn 1s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:1s;animation-delay:1s;opacity:0;right:-15px}@-webkit-keyframes RightCIn{0%{opacity:0;right:-15px}to{opacity:1;right:0}}@keyframes RightCIn{0%{opacity:0;right:-15px}to{opacity:1;right:0}}.component-header-inner-case .header-video{width:100%;margin-left:75px;margin-top:180px}@media (max-width:1100px){.component-header-inner-case .header-video{margin-left:0;margin-top:0}}.component-header-inner-case .header-image{right:0;width:100%}@media (max-width:1100px){.component-header-inner-case .header-image{position:relative;bottom:0;width:100%!important}}.component-header-inner-case h1{text-align:left;line-height:90%;font-size:50px;font-size:5rem;margin-left:100px;color:#2b2b2b;text-transform:none;position:relative;color:#2b2c2d;line-height:100%;margin-bottom:5px;letter-spacing:-2.5px;margin-top:0}@media (max-width:650px){.component-header-inner-case h1{margin-left:0;font-size:32px;font-size:3.2rem;margin-top:60px;width:100%}}.component-header-inner-case h4{font-family:"Helvetica Neue",sans-serif;font-size:20px;font-size:2rem;font-weight:lighter;line-height:100%}.component-header-inner-case h5{font-size:20px;font-size:2rem;margin-top:21px;margin-left:50px;letter-spacing:-1px}@media (max-width:1100px){.component-header-inner-case h5{margin-left:0;margin-bottom:50px;margin-top:100px}}.component-header-inner-case .sub-two{-webkit-animation:infoIn .8s 1;animation:infoIn .8s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;top:25px;position:relative}@-webkit-keyframes infoIn{0%{opacity:0;top:15px}to{opacity:1;top:0}}@keyframes infoIn{0%{opacity:0;top:15px}to{opacity:1;top:0}}.component-header-inner-case .sub-one-sub.one{padding-top:50px}@media (max-width:650px){.component-header-inner-case .sub-one-sub.one{padding-top:0}}.component-header-inner-case .sub-one-sub.one,.component-header-inner-case .sub-two-sub.one{height:100%}@media (max-width:1100px){.component-header-inner-case .sub-one-sub.one,.component-header-inner-case .sub-two-sub.one{height:auto;max-height:inherit}}.component-header-inner-case .sub-one-sub.one p{margin-left:200px;font-size:10px;font-size:1rem;position:relative;-webkit-animation:pIn .6s 1;animation:pIn .6s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;opacity:0;-webkit-animation-delay:.6s;animation-delay:.6s;font-family:"helveticaNeueLTPro53",sans-serif}@media (max-width:650px){.component-header-inner-case .sub-one-sub.one p{margin-left:5px}}@-webkit-keyframes pIn{0%{top:15px;opacity:0}to{top:0;opacity:1}}@keyframes pIn{0%{top:15px;opacity:0}to{top:0;opacity:1}}.component-header-inner-case .sub-one-sub.one p.service-info{font-size:13px;font-size:1.3rem;color:#c1c1c1;z-index:2;margin-top:45px;font-family:"helveticaNeueLTPro53",sans-serif}.component-header-inner-case .sub{width:50%;text-align:left;padding-right:25px;box-sizing:border-box;position:relative}.component-header-inner-case .sub .foot-image{bottom:-50px;left:-50px;max-width:200px;bottom:-200px;position:absolute}@media (max-width:1100px){.component-header-inner-case .sub .foot-image{max-width:200px;bottom:-150px;left:-25px;opacity:.3!important}}@media (max-width:650px){.component-header-inner-case .sub .foot-image{display:none!important}}@media (max-width:1100px){.component-header-inner-case .sub{width:100%}}.component-header-inner-case .parallax-one{width:50%;text-align:left;padding-right:25px;box-sizing:border-box}@media (max-width:1100px){.component-header-inner-case .parallax-one{width:100%;margin-top:0}}.component-full-bleed-image{-webkit-animation:linkIn 1.2s 1;animation:linkIn 1.2s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-delay:.3s;animation-delay:.3s;position:relative;top:45px;opacity:0;width:100%;margin:auto;height:auto;max-width:calc(100% - 200px);background-size:cover;background-position:50%}@media (max-width:1100px){.component-full-bleed-image{width:calc(100% - 25px);max-width:calc(100% - 50px)}}.component-full-bleed-image img{width:100%;top:3px}.component-full-bleed-image a{color:#2c2b2d}@-webkit-keyframes linkIn{0%{top:45px;opacity:0}to{top:0;opacity:1}}@keyframes linkIn{0%{top:45px;opacity:0}to{top:0;opacity:1}}.component-case-copy-wrapper{display:flex;flex-wrap:wrap;max-width:calc(100% - 100px);text-align:left;margin:100px auto auto;position:relative}@media (max-width:650px){.component-case-copy-wrapper{max-width:calc(100% - 50px);margin-top:50px!important}}.component-case-copy-wrapper .crumb{position:absolute;max-width:150px;right:50px;top:-50px;width:100%}@media (max-width:650px){.component-case-copy-wrapper .crumb{max-width:100px;right:0}}.component-case-copy-wrapper h2{font-size:40rempx;font-size:4remrem;text-transform:capitalize;color:#2c2b2d}.component-case-copy-wrapper .sub.sub-one{width:25%;box-sizing:border-box;padding-right:50px}@media (max-width:650px){.component-case-copy-wrapper .sub.sub-one{width:100%}}.component-case-copy-wrapper .sub.sub-one h4{font-size:20px;font-size:2rem;margin-top:5px;line-height:100%;color:#2c2b2d}.component-case-copy-wrapper .sub.sub-two{margin-right:25%;margin-left:25%;width:50%;box-sizing:border-box;padding-right:0}@media (max-width:1100px){.component-case-copy-wrapper .sub.sub-two{width:100%;margin-left:0;margin-right:0;padding-right:0}}.component-case-copy-wrapper .sub.sub-two ul{padding-left:0}.component-case-copy-wrapper img{max-width:100%}.component-video-wrap{margin-top:150px;box-sizing:border-box;padding:0 100px}@media (max-width:650px){.component-video-wrap{padding:0 25px}}.component-video-wrap video{height:100%;transition:.3s;left:0}.component-video-wrap .lazyload-wrapper{position:relative;width:100%}.component-video-wrap h3{font-size:25px;font-size:2.5rem;text-align:left;margin-bottom:15px;color:#2c2b2d;font-family:"helveticaNeueLTPro73",sans-serif;font-weight:700}.component-video-wrap .header-video{position:relative;margin:0}.component-video-wrap .header-video .video-bg{position:relative}.component-video-wrap .header-video .inner-video{position:absolute}.component-video-wrap .header-video:first-child .video-bg{height:100%;width:100%}.component-video-wrap .header-video:first-child .inner-video{width:100%;left:0;top:0;height:100%;position:absolute}.component-video-wrap .header-video:first-child .inner-video video{height:100%;width:88%;top:-11%;left:6%;position:absolute}@media (max-width:1100px){.component-video-wrap .header-video:first-child{top:0;right:0;width:80%;margin:auto}}@media (max-width:768px){.component-video-wrap .header-video:first-child{width:100%}}.component-video-wrap.screen-cast video{border-radius:25px;box-shadow:0 0 120px -49px rgba(0,0,0,.75);margin-top:25px;border-top-left-radius:0!important;border-top-right-radius:0!important}.component-video-wrap.screen-cast span.video-hide{display:none}.component-video-wrap.screen-cast span.video-min-show{transition:.3s}.component-video-wrap.screen-cast span.video-min{display:block;position:fixed;top:0;left:100px;margin-top:100px;z-index:9;transition:.4s}@media (max-width:650px){.component-video-wrap.screen-cast span.video-min{left:15px}}.component-video-wrap.screen-cast span.video-min video{height:auto;overflow:hidden;transition:.4s;width:350px;left:0}.component-video-wrap.screen-cast span.video-min .lazyload-wrapper{width:350px;transition:.3s}.component-video-wrap.screen-cast .lazyload-wrapper{transition:.3s}.component-video-wrap.screen-cast span.video-blow .lazyload-wrapper{-webkit-transform:scale(1.14);transform:scale(1.14);transition:.5s}.component-video-wrap.screen-cast .laptop-display{position:absolute;width:100%;height:25px;background:#dedcdc;border-top-left-radius:15px;border-top-right-radius:15px}.component-video-wrap.screen-cast .laptop-display div{width:auto;display:flex;align-items:center;padding-top:4px;padding-left:15px}.component-video-wrap.screen-cast .laptop-display div span{width:10px;height:10px;background:#333;border-radius:100%;margin:4px;transition:.3s}.component-video-wrap.screen-cast .laptop-display div span.cross-off:hover{background:#e62e2e;transition:.4s}.component-video-wrap.screen-cast .laptop-display div span.minimise:hover{background:#ebbd1d;transition:.4s}.component-video-wrap.screen-cast .laptop-display div span.expand:hover{background:#21b14b;transition:.4s}.component-case-stats-wrapper{display:flex;width:100%;max-width:calc(100% - 100px);margin:100px auto auto;position:relative}@media (max-width:1100px){.component-case-stats-wrapper{flex-wrap:wrap;max-width:calc(100% - 50px)}}.component-case-stats-wrapper .has_image.stat-wrap{width:20%}@media (max-width:1100px){.component-case-stats-wrapper .has_image.stat-wrap{display:none}}.component-case-stats-wrapper .has_image.stat-wrap img.image-right{position:absolute;right:-50px;width:100%;max-width:370px}.component-case-stats-wrapper .has_image.stat-wrap img.image-left{position:absolute;left:-50px;width:100%;max-width:370px}.component-case-stats-wrapper .has_left_image.stat-wrap{width:20%}@media (max-width:1100px){.component-case-stats-wrapper .has_left_image.stat-wrap{display:none}}.component-case-stats-wrapper .has_left_image.stat-wrap img{position:absolute;left:-50px;width:100%;max-width:370px}.component-case-stats-wrapper .stat-wrap{width:100%;box-sizing:border-box;padding:25px;color:#fff;min-height:50vh;display:flex;align-items:center;justify-content:center}.component-case-stats-wrapper .stat-wrap h4{font-size:35px;font-size:3.5rem;margin-bottom:25px;margin-top:20px}@media (max-width:650px){.component-case-stats-wrapper .stat-wrap h4{font-size:45px;font-size:4.5rem}}.component-case-stats-wrapper .stat-wrap p{font-family:"helveticaNeueLTPro73",sans-serif;font-size:20px;font-size:2rem;line-height:110%;width:90%;margin:auto}@media (max-width:650px){.component-case-stats-wrapper .stat-wrap p{font-size:20px;font-size:2rem;width:100%}}@media (max-width:650px){.footer-images.component-case-images-wrapper .stat-wrap{min-height:250px}}.component-case-images-wrapper{display:flex;width:100%;max-width:calc(100% - 200px);margin:0 auto auto}@media (max-width:1100px){.component-case-images-wrapper{max-width:calc(100% - 50px);flex-wrap:wrap}}.component-case-images-wrapper .stat-wrap{width:100%;box-sizing:border-box;padding:25px;color:#fff;min-height:400px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:50%}@media (max-width:1100px){.component-case-images-wrapper .stat-wrap{width:100%!important;background-position:50%!important}}.component-case-images-wrapper .stat-wrap h4{font-size:60px;font-size:6rem;margin-bottom:25px;margin-top:20px}.component-case-images-wrapper .stat-wrap p{font-family:"helveticaNeueLTPro73",sans-serif;font-size:30px;font-size:3rem;margin-top:0;line-height:110%;margin-bottom:0}canvas{background-size:contain;background-repeat:no-repeat;background-position:50%;animation:bounce 1s 4 alternate;-webkit-animation:bounce 1s 4 alternate;position:relative}@-webkit-keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}.not-found-wrapper{width:100%;min-height:60vh;display:flex;align-items:center;justify-content:center;top:80px;position:relative;flex-wrap:wrap}.not-found-wrapper .heading{padding-left:50px;-webkit-animation:headingsIn .7s 1;animation:headingsIn .7s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;position:relative;opacity:0;top:25px;max-width:500px}@media (max-width:650px){.not-found-wrapper .heading{padding-left:25px;width:calc(100% - 50px)}}@media (max-width:650px){.not-found-wrapper canvas{width:50%}}.not-found-wrapper a{color:#4a81e9;font-weight:700}@-webkit-keyframes headingsIn{0%{top:25px;opacity:0}to{top:0;opacity:1}}@keyframes headingsIn{0%{top:25px;opacity:0}to{top:0;opacity:1}}.not-found-wrapper h2{font-size:50px;font-size:5rem;color:#2c2b2d;text-align:left}.not-found-wrapper h3{font-size:3rem;color:#2c2b2d;text-align:left}.not-found-wrapper p{color:#2c2b2d;font-family:"helveticaNeueLTPro73",sans-serif;text-align:left}.not-found-wrapper .component-cta-footer{margin-top:50px}.case-nav-wrapper a span{line-height:100%}@media (max-width:650px){.case-nav-wrapper a span{font-size:14px!important}}.case-nav-wrapper a p{font-family:"helveticaNeueLTPro53",sans-serif}@media (max-width:650px){.case-nav-wrapper a p{display:none}}@media (max-width:650px){width:calc(100% - 50px)}.component-read-more-wrapper{flex-wrap:wrap;width:100%;margin:auto;text-align:left}.component-read-more-wrapper h2,.component-read-more-wrapper h3,.component-read-more-wrapper h4{font-size:40px;font-size:4rem;text-transform:capitalize;margin-bottom:50px;color:#2c2b2d}.component-read-more-wrapper .read-more-wrapper{width-align:center;display:flex;align-items:center;justify-content:center;margin-bottom:50px;margin-top:50px}.component-read-more-wrapper .read-more-wrapper button{border:none;background:none;font-size:12px;font-size:1.2rem;font-family:"helveticaNeueLTPro73",sans-serif;cursor:pointer;position:relative;z-index:3}.component-read-more-wrapper .read-more-wrapper button img{position:absolute;bottom:-35px;left:0;right:0;margin:auto;-webkit-animation:arrowDown .9s infinite;animation:arrowDown .9s infinite;transition:.6s}@-webkit-keyframes arrowDown{0%{bottom:-32px}50%{bottom:-35px}to{bottom:-32px}}@keyframes arrowDown{0%{bottom:-32px}50%{bottom:-35px}to{bottom:-32px}}.component-read-more-wrapper .sub-wrapper{display:flex;width:100%;display:none}.component-read-more-wrapper .sub-wrapper .sub:first-child{box-sizing:border-box;padding-right:25px}.component-read-more-wrapper.active button img{-webkit-transform:rotate(180deg);transform:rotate(180deg);transition:.6s}.component-read-more-wrapper.active .sub-wrapper{display:flex}@media (max-width:650px){.component-read-more-wrapper.active .sub-wrapper{display:block}}.component-read-more-wrapper.active .sub-wrapper .sub{opacity:0;-webkit-animation:contentIn .7s 1;animation:contentIn .7s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;position:relative;top:15px}@-webkit-keyframes contentIn{0%{opacity:0;top:15px}to{opacity:1;top:0}}@keyframes contentIn{0%{opacity:0;top:15px}to{opacity:1;top:0}}@media (max-width:650px){.iga-wrapper .component-case-images-wrapper .stat-wrap{min-height:200px}.iga-wrapper .component-case-images-wrapper .stat-wrap:first-child{margin-top:50px;background-size:70%!important}}@media (max-width:650px){.iga-wrapper .footer-images.component-case-images-wrapper .stat-wrap:first-child{margin-top:0;background-size:cover!important}}.twin-fin-wrapper .component-case-copy-wrapper{margin-top:100px}@media (max-width:650px){.twin-fin-wrapper .component-case-images-wrapper .stat-wrap{background-size:contain!important;min-height:250px}.twin-fin-wrapper .component-case-images-wrapper .stat-wrap:nth-child(2),.twin-fin-wrapper .component-case-images-wrapper .stat-wrap:nth-child(3){background-size:80%!important}}@media (max-width:650px){.twin-fin-wrapper .footer-images.component-case-images-wrapper .stat-wrap{background-size:cover!important}}.twin-fin-wrapper .component-case-images-gifs-wrapper img.special{box-shadow:0 0 77px -30px rgba(0,0,0,.75)}.component-case-images-gifs-wrapper{display:flex;width:100%;max-width:calc(100% - 200px);margin:0 auto auto;align-items:center;justify-content:center}@media (max-width:1100px){.component-case-images-gifs-wrapper{max-width:calc(100% - 50px);flex-wrap:wrap}}@media (max-width:650px){.component-case-images-gifs-wrapper img{width:100%!important;max-width:250px}}.component-case-images-gifs-wrapper .stat-wrap{width:100%;box-sizing:border-box;padding:25px;color:#fff;min-height:400px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:50%}@media (max-width:1100px){.component-case-images-gifs-wrapper .stat-wrap{width:100%!important;background-position:50%!important;background-size:70%!important}}.component-case-images-gifs-wrapper .stat-wrap h4{font-size:60px;font-size:6rem;margin-bottom:25px;margin-top:20px}.component-case-images-gifs-wrapper .stat-wrap p{font-family:"helveticaNeueLTPro73",sans-serif;font-size:30px;font-size:3rem;margin-top:0;line-height:110%;margin-bottom:0}.hivo-wrapper .component-case-copy-wrapper{margin-top:100px}@media (max-width:650px){.hivo-wrapper .component-full-bleed-image .component-full-bleed-image{width:60%}}.hivo-wrapper .component-header-inner-case .sub .foot-image{max-width:200px;bottom:-200px}@media (max-width:650px){.hivo-wrapper .special-after-full-image:after{max-width:80px!important;max-height:80px!important;right:-14px!important;top:285px!important}}.hivo-wrapper .special-after-full-image:after{content:"";position:absolute;right:0;top:0;background-image:url(https://okmg-web-assets-rc.s3-ap-southeast-2.amazonaws.com/Case_studies/HIVO/HIVO_icon_2.svg);width:100%;max-width:300px;max-height:300px;height:100%;background-size:contain;background-repeat:no-repeat;background-position:50%;top:200px;right:-100px}@media (max-width:650px){.hivo-wrapper .footer-images.component-case-images-wrapper .stat-wrap{min-height:250px}}.laptop-wrapper{position:relative;margin-top:50px}.laptop-wrapper span{position:absolute;width:100%;height:50%;background:#d20f38;z-index:-1;top:10%}.sub{margin-bottom:50px}.hair-supplies-wrapper .switch{z-index:9}@media (max-width:650px){.hair-supplies-wrapper .component-full-bleed-image img{left:0!important}}.hair-supplies-wrapper .component-header-inner-case .parallax-one.sux:after{position:absolute;content:"";width:100%;top:0;left:0;height:150px;bottom:-50px;top:auto}.hair-supplies-wrapper .component-header-inner-case .header-image{width:120%;top:-50px}.hair-supplies-wrapper .component-header-inner-case .header-image:nth-child(2){position:absolute}.hair-supplies-wrapper .special-image-one.stat-wrap{margin-bottom:100px}.hair-supplies-wrapper .image-absolute.stat-wrap{width:100%;height:100%;position:absolute;right:0;left:0;margin:auto;background-size:400px}.hair-supplies-wrapper .component-case-images-gifs-wrapper .special{box-shadow:0 0 68px -30px rgba(0,0,0,.75)}@media (max-width:650px){.hair-supplies-wrapper .footer-images.component-case-images-wrapper .stat-wrap{min-height:250px}}@media (max-width:650px){.hair-supplies-wrapper .special-image.stat-wrap{background-size:contain!important;height:250px;min-height:auto}}@media (max-width:650px){.hair-supplies-wrapper .custom-height-mob.stat-wrap{height:250px;min-height:auto}}.hair-supplies-wrapper .special:nth-child(2){margin-top:55px}.toggle-no{display:none}.switch{position:relative;display:inline-block;width:200px;height:34px;position:absolute;cursor:pointer;margin-left:25px;margin-top:50px}@media (max-width:650px){.switch{top:-50px;margin-top:0}}span.toggle-instruct{position:relative;top:-45px;color:#fff;background:#2c2b2d;padding:10px 15px;font-weight:700;font-size:12px;-webkit-animation:toggleThis 1.2s infinite;animation:toggleThis 1.2s infinite}span.toggle-instruct:after{content:"";width:15px;height:15px;position:absolute;bottom:-7px;background:#2c2b2d;left:0;right:0;margin:auto;-webkit-transform:rotate(45deg);transform:rotate(45deg)}img{position:relative}span.slider.round span{position:relative;top:8px;font-weight:700;color:#fff}.switch input{opacity:0;width:100%;height:100%;top:-23px;position:relative;z-index:3;cursor:pointer}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#88c3b9}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:hsla(0,0%,100%,.5)}input:checked+.slider{background-color:#c8b6d9}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{-webkit-transform:translateX(165px);transform:translateX(165px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}@media (max-width:650px){.cott-village-wrapper .decal-mock .component-full-bleed-image{margin-top:40px!important;-webkit-transform:scale(1.1);transform:scale(1.1)}}.pilbara-minerals-wrapper .component-case-copy-wrapper{margin-top:100px}.pilbara-minerals-wrapper video:after{content:"";width:20px;height:100%;background:red;right:0;position:absolute}.pilbara-minerals-wrapper .pm-img-full-wrap .component-case-images-gifs-wrapper{max-width:100%}.pilbara-minerals-wrapper .pm-img-full-wrap .component-case-images-gifs-wrapper img.pm-img{width:100%}@media (max-width:650px){.pilbara-minerals-wrapper .pm-img-full-wrap .component-case-images-gifs-wrapper img.pm-img{max-width:100%}}.pilbara-minerals-wrapper .animate-vid-wrap{position:relative}.pilbara-minerals-wrapper .animate-vid-wrap:after{content:"";height:100%;position:absolute;right:6%;width:5%;background:#fff}@media (max-width:1100px){.pilbara-minerals-wrapper .animate-vid-wrap:after{border-right:40px solid #fff}}@media (max-width:768px){.pilbara-minerals-wrapper .animate-vid-wrap:after{right:6%}}@media (max-width:650px){.pilbara-minerals-wrapper .animate-vid-wrap:after{border-right:30px solid #fff}}.lever-property-wrapper .component-case-copy-wrapper{margin-top:100px}@media (max-width:1100px){.lever-property-wrapper .component-header-inner-case .header-image{right:-50px}}@media (max-width:650px){.pridewa-wrapper .component-header-inner-case .sub .foot-image{max-width:150px}}@media (max-width:650px){.pridewa-wrapper .component-case-images-gifs-wrapper{max-width:100%}.pridewa-wrapper .component-case-images-gifs-wrapper img{max-width:none}}.cicerellos-wrapper .special-wrapper{position:relative;width:100%}.cicerellos-wrapper .special-wrapper video.special_video_wrapper{position:absolute;bottom:341px;left:-220px;max-width:800px;-webkit-transform:rotate(92deg) scaleY(-1);transform:rotate(92deg) scaleY(-1)}@media (max-width:1100px){.cicerellos-wrapper .special-wrapper video.special_video_wrapper{bottom:200px;left:-320px;max-width:800px}}@media (max-width:768px){.cicerellos-wrapper .special-wrapper video.special_video_wrapper{max-width:400px;bottom:0;left:0;-webkit-transform:rotate(0deg) scaleY(-1);transform:rotate(0deg) scaleY(-1);max-width:200px}}.cicerellos-wrapper .component-case-copy-wrapper{z-index:99}@media (max-width:1100px){.cicerellos-wrapper .component-case-copy-wrapper{margin-top:100px}}@media (max-width:650px){.cicerellos-wrapper .component-case-copy-wrapper{margin-top:0}}.cicerellos-wrapper .parallax-one{text-align:right;padding-right:100px;position:relative;max-height:50vh}.cicerellos-wrapper .parallax-one .header-video{position:relative;margin:0}.cicerellos-wrapper .parallax-one .header-video .video-bg{position:relative}.cicerellos-wrapper .parallax-one .header-video .inner-video{position:absolute}.cicerellos-wrapper .parallax-one .header-video:first-child{top:-80px;right:-50px}.cicerellos-wrapper .parallax-one .header-video:first-child .video-bg{height:100%;width:100%}.cicerellos-wrapper .parallax-one .header-video:first-child .inner-video{width:100%;left:0;top:0;height:100%;position:absolute}.cicerellos-wrapper .parallax-one .header-video:first-child .inner-video video{height:100%;width:88%;top:-11%;left:6%;position:absolute}.cicerellos-wrapper .parallax-one .header-video:nth-child(2){right:0;-webkit-transform:translateY(-120%);transform:translateY(-120%);width:24%}.cicerellos-wrapper .parallax-one .header-video:nth-child(2) .video-bg{height:100%;width:100%}.cicerellos-wrapper .parallax-one .header-video:nth-child(2) .inner-video{width:100%;left:0;top:0;height:100%;position:absolute}.cicerellos-wrapper .parallax-one .header-video:nth-child(2) .inner-video video{height:100%;width:88%;top:1%;left:6%;position:absolute;-webkit-transform:scaleY(1.15);transform:scaleY(1.15)}@media (max-width:1100px){.cicerellos-wrapper .parallax-one{padding-right:0}.cicerellos-wrapper .parallax-one .header-video:first-child{top:0;right:-20px;width:80%;margin:auto}.cicerellos-wrapper .parallax-one .header-video:nth-child(2){top:0;right:-10px;width:20%}}@media (max-width:768px){.cicerellos-wrapper .parallax-one .header-video:first-child{width:100%}}@media (max-width:650px){.cicerellos-wrapper .parallax-one{padding-right:0;max-height:none}}.cicerellos-wrapper video.inner-video.foot-image.sux{bottom:0;left:-85px;max-width:60vw}@media (max-width:650px){.cicerellos-wrapper video.inner-video.foot-image.sux{bottom:55px;left:-85px;max-width:100%}}.cicerellos-wrapper img.foot-image.sux{opacity:0;-webkit-animation:tentacleIn .6s 1;animation:tentacleIn .6s 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-transform:rotate(10deg);transform:rotate(10deg);left:-120px;position:relative;-webkit-animation-delay:1s;animation-delay:1s}@-webkit-keyframes tentacleIn{0%{opacity:0;-webkit-transform:rotate(10deg);transform:rotate(10deg)}to{opacity:1;-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes tentacleIn{0%{opacity:0;-webkit-transform:rotate(10deg);transform:rotate(10deg)}to{opacity:1;-webkit-transform:rotate(0);transform:rotate(0)}}.revo-fitness-wrapper img.special-image-s{box-shadow:0 0 83px -45px rgba(0,0,0,.75)}@media (max-width:650px){.revo-fitness-wrapper .revo-fitness-wrapper .component-header-inner-case .sub .foot-image{max-width:200px!important}}@media (max-width:650px){.revo-fitness-wrapper .vid-img-wrap img{width:100%}}.revo-fitness-wrapper .vid-img-wrap{display:flex;width:80%;margin:100px auto 0}.revo-fitness-wrapper .vid-img-wrap img{border-radius:35px}@media (max-width:1100px){.revo-fitness-wrapper .vid-img-wrap{width:90%;flex-wrap:wrap}.revo-fitness-wrapper .vid-img-wrap img{margin:auto}.revo-fitness-wrapper .vid-img-wrap video.special-video{margin:0 0 80px}}.revo-fitness-wrapper .special-image{box-shadow:0 0 83px -45px rgba(0,0,0,.75);border-radius:25px;padding:25px;margin:25px}@media (max-width:650px){.revo-fitness-wrapper .special-image{width:100%!important}}.revo-fitness-wrapper .special-video{box-shadow:0 0 83px -45px rgba(0,0,0,.75);border-radius:25px;margin:50px;height:450px;background-color:#000}@media (max-width:650px){.revo-fitness-wrapper .special-video{width:100%!important}}.revo-fitness-wrapper .special-image-three{margin:0 50px}@media (max-width:650px){.revo-fitness-wrapper .special-image-three{width:100%!important;margin:50px 0}}.revo-fitness-wrapper .gif-wrapper{margin-top:100px;margin-bottom:100px}.component-case-videos-wrapper{display:flex;width:100%;max-width:calc(100% - 200px);margin:0 auto auto;align-items:center;justify-content:center}@media (max-width:1100px){.component-case-videos-wrapper{max-width:calc(100% - 50px);flex-wrap:wrap}}@media (max-width:650px){.component-case-videos-wrapper img{width:100%!important;max-width:250px}}.component-case-videos-wrapper .stat-wrap{width:100%;box-sizing:border-box;padding:25px;color:#fff;min-height:400px;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:50%}@media (max-width:1100px){.component-case-videos-wrapper .stat-wrap{width:100%!important;background-position:50%!important;background-size:70%!important}}.component-case-videos-wrapper .stat-wrap h4{font-size:60px;font-size:6rem;margin-bottom:25px;margin-top:20px}.component-case-videos-wrapper .stat-wrap p{font-family:"helveticaNeueLTPro73",sans-serif;font-size:30px;font-size:3rem;margin-top:0;line-height:110%;margin-bottom:0}.perth-brain-center-wrapper .component-case-copy-wrapper{margin-top:160px}@media (max-width:1100px){.perth-brain-center-wrapper .component-case-copy-wrapper{margin-top:100px}}@media (max-width:650px){.perth-brain-center-wrapper .component-case-copy-wrapper{margin-top:0}}@media (max-width:650px){.perth-brain-center-wrapper .component-header-inner-case .sub .foot-image{max-width:200px!important}}.perth-brain-center-wrapper .parallax-one{text-align:right;padding-right:100px;max-height:50vh;position:relative}.perth-brain-center-wrapper .parallax-one .header-video{position:relative;margin:0}.perth-brain-center-wrapper .parallax-one .header-video .video-bg{position:relative}.perth-brain-center-wrapper .parallax-one .header-video .inner-video{position:absolute}.perth-brain-center-wrapper .parallax-one .header-video:first-child{top:-20px;right:-50px}.perth-brain-center-wrapper .parallax-one .header-video:first-child .video-bg{height:100%;width:100%}.perth-brain-center-wrapper .parallax-one .header-video:first-child .inner-video{width:100%;left:0;top:0;height:100%;position:absolute}.perth-brain-center-wrapper .parallax-one .header-video:first-child .inner-video video{height:100%;width:88%;top:-11%;left:6%;position:absolute}.perth-brain-center-wrapper .parallax-one .header-video:nth-child(2){right:0;-webkit-transform:translateY(-120%);transform:translateY(-120%);width:24%}.perth-brain-center-wrapper .parallax-one .header-video:nth-child(2) .video-bg{height:100%;width:100%}.perth-brain-center-wrapper .parallax-one .header-video:nth-child(2) .inner-video{width:100%;left:0;top:0;height:100%;position:absolute}.perth-brain-center-wrapper .parallax-one .header-video:nth-child(2) .inner-video video{height:100%;width:88%;top:1%;left:6%;position:absolute;-webkit-transform:scaleY(1.15);transform:scaleY(1.15)}@media (max-width:1100px){.perth-brain-center-wrapper .parallax-one{padding-right:0}.perth-brain-center-wrapper .parallax-one .header-video:first-child{top:0;right:0;width:80%;margin:auto}.perth-brain-center-wrapper .parallax-one .header-video:nth-child(2){top:0;right:-10px;width:20%}}@media (max-width:768px){.perth-brain-center-wrapper .parallax-one .header-video:first-child{width:100%}}@media (max-width:650px){.perth-brain-center-wrapper .parallax-one{padding-right:0;max-height:none}}.perth-brain-center-wrapper .component-case-images-gifs-wrapper{max-width:100%;margin-left:100px}@media (max-width:650px){.perth-brain-center-wrapper .component-case-images-gifs-wrapper{margin-left:0}}@media (max-width:650px){.ecc-wrapper{overflow-x:hidden}}@media (max-width:768px){.ecc-wrapper .component-case-copy-wrapper{margin-top:80px}}@media (max-width:650px){.ecc-wrapper .component-full-bleed-image{margin-top:100px!important}}@media (max-width:650px){.ecc-wrapper .component-case-images-gifs-wrapper img:first-child{margin-bottom:50px;max-width:50%}.ecc-wrapper .component-case-images-gifs-wrapper img:nth-child(3){margin-top:50px;max-width:50%}}.ecc-wrapper .component-case-stats-wrapper .stat-wrap h4,.ecc-wrapper .component-case-stats-wrapper .stat-wrap p{color:#fff}@media (max-width:650px){.ecc-wrapper .component-case-stats-wrapper .stat-wrap h4,.ecc-wrapper .component-case-stats-wrapper .stat-wrap p{font-size:16px!important}}.ecc-wrapper .parallax-one{text-align:right;padding-right:100px;display:flex;align-items:center;justify-content:center}.ecc-wrapper .parallax-one .sub-wrap{height:0;margin-top:-200px}@media (max-width:1100px){.ecc-wrapper .parallax-one .sub-wrap{height:auto;margin-top:0}}@media (max-width:1100px){.ecc-wrapper .parallax-one{padding-top:200px;margin-bottom:-300px}}@media (max-width:650px){.ecc-wrapper .parallax-one{padding-right:0;max-height:none;padding-bottom:50px;margin-bottom:0;padding-top:0}}.ecc-wrapper img.special.header-image{position:relative;border-radius:25px;box-shadow:0 0 120px -49px rgba(0,0,0,.75);width:auto!important;height:33vh}@media (max-width:650px){.ecc-wrapper img.special.header-image{top:0!important;margin-top:50px;width:100%;max-width:100%}}.ecc-wrapper img.special.header-image:hover{position:relative;top:auto}.ecc-wrapper img.special.header-image:first-child{top:-80px}.ecc-wrapper img.special.header-image:nth-child(2){margin-right:150px;top:-150px}.ecc-wrapper img.special.header-image:nth-child(3){top:-300px}.ecc-wrapper .component-case-stats-wrapper .has_image.stat-wrap img.image-left{left:auto;right:-50px}@media (max-width:650px){.ecc-wrapper .component-case-stats-wrapper{max-width:100%}}.ecc-wrapper .component-case-stats-wrapper .stat-wrap{position:relative}.ecc-wrapper .component-case-stats-wrapper .stat-wrap h4{width:calc(100% - 150px);font-size:15px;font-size:1.5rem;line-height:140%;margin:auto auto 50px}@media (max-width:650px){.ecc-wrapper .component-case-stats-wrapper .stat-wrap h4{width:100%;margin:0 0 25px}}.ecc-wrapper .component-case-stats-wrapper .stat-wrap p{font-size:10px;font-size:1rem}.ecc-wrapper .component-case-stats-wrapper .stat-wrap img.image-left{width:450px;z-index:4}.ecc-wrapper .component-case-stats-wrapper .stat-wrap:first-child:after{content:"";width:50px;position:absolute;height:100%;background:#0a4e84;left:-50px}.ecc-wrapper .component-case-stats-wrapper .stat-wrap:nth-child(2):after{content:"";width:50px;position:absolute;height:100%;background:#0a4e84;right:-50px}.rise-wrapper img.special-stat-image{margin:25px;box-shadow:0 0 68px -24px rgba(0,0,0,.75)}@media (max-width:650px){.rise-wrapper .component-header-inner-case .sub .foot-image{max-width:150px!important}}.rise-wrapper .special-vid{position:relative}.rise-wrapper .special-vid .component-video-wrap:after{content:"";position:absolute;right:5%;height:100%;border-right:60px solid #fff}@media (max-width:650px){.rise-wrapper .special-vid{display:none}}.rise-wrapper .parallax-one{text-align:right;padding-right:100px;position:relative}.rise-wrapper .parallax-one .header-video{position:relative;margin:0}.rise-wrapper .parallax-one .header-video .video-bg{position:relative}.rise-wrapper .parallax-one .header-video .inner-video{position:absolute}.rise-wrapper .parallax-one .header-video:first-child{top:-20px;right:-50px}.rise-wrapper .parallax-one .header-video:first-child .video-bg{height:105%;width:105%}.rise-wrapper .parallax-one .header-video:first-child .inner-video{width:100%;left:0;top:0;height:100%;position:absolute}.rise-wrapper .parallax-one .header-video:first-child .inner-video video{height:100%;width:88%;top:-11%;left:6%;position:absolute}.rise-wrapper .parallax-one img:nth-child(2){max-width:270px;height:130px;position:absolute;left:43px;top:258px}.rise-wrapper .parallax-one img:nth-child(3){position:absolute;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);max-width:340px;left:0;top:136px}@media (max-width:1100px){.rise-wrapper .parallax-one{padding-right:0}.rise-wrapper .parallax-one .header-video:first-child{top:0;right:0;width:80%;margin:auto}.rise-wrapper .parallax-one .header-video:nth-child(2){right:50%;top:-100px;-webkit-transform:translateX(43%);transform:translateX(43%);width:50%}.rise-wrapper .parallax-one img:nth-child(2){left:142px;top:440px}.rise-wrapper .parallax-one img:nth-child(3){left:102px;top:321px}}@media (max-width:768px){.rise-wrapper .parallax-one .header-video:first-child{width:100%}}@media (max-width:650px){.rise-wrapper .parallax-one{padding-right:0;max-height:none;margin-top:20px;margin-bottom:50px}.rise-wrapper .parallax-one img:nth-child(2){left:26px;top:234px;max-width:197px;height:96px}.rise-wrapper .parallax-one img:nth-child(3){left:0;top:149px;max-width:240px}}@media (max-width:400px){.rise-wrapper .parallax-one img:nth-child(3){left:0;top:100px;max-width:160px}}@media (max-width:650px){.curtin-uni-wrapper .component-header-inner-case .sub .foot-image{max-width:150px!important}}@media (max-width:650px){.curtin-uni-wrapper .component-header-inner-case .parallax-one{padding-right:0}.curtin-uni-wrapper .component-header-inner-case .parallax-one img{right:-25px}}.mkdc-wrapper .component-case-copy-wrapper{margin-top:50px}@media (max-width:1100px){.mkdc-wrapper .component-case-copy-wrapper{margin-top:120px}}.mkdc-wrapper .parallax-one{text-align:right;padding-right:100px}@media (max-width:650px){.mkdc-wrapper .parallax-one{padding-right:0;max-height:none;padding-bottom:50px}}.mkdc-wrapper img.foot-image.sux{margin-left:90%;top:0}@media (max-width:1100px){.mkdc-wrapper img.foot-image.sux{margin-left:0;margin-top:792px}}.mkdc-wrapper img.special.header-image{position:relative;border-radius:25px;max-width:100%;width:100%}@media (max-width:650px){.mkdc-wrapper img.special.header-image{top:0!important;margin-top:50px;width:100%;max-width:100%}}.mkdc-wrapper img.special.header-image:hover{position:relative;top:auto}.mkdc-wrapper img.special.header-image:nth-child(2){position:absolute;bottom:-50px;margin-right:50px;max-width:50%}.mkdc-wrapper .component-case-stats-wrapper{flex-wrap:wrap}@media (max-width:650px){.mkdc-wrapper .component-case-stats-wrapper{max-width:100%}}.mkdc-wrapper .component-case-stats-wrapper .stat-wrap{position:relative}.mkdc-wrapper .component-case-stats-wrapper .stat-wrap h4{width:calc(100% - 150px);font-size:15px;font-size:1.5rem;line-height:140%;margin:auto auto 50px;color:#fff}@media (max-width:650px){.mkdc-wrapper .component-case-stats-wrapper .stat-wrap h4{width:100%;margin:0 0 25px;font-size:10px;font-size:1rem}}.mkdc-wrapper .component-case-stats-wrapper .stat-wrap p{color:#fff;font-size:10px;font-size:1rem}.mkdc-wrapper .component-case-stats-wrapper .stat-wrap:first-child{width:60%}@media (max-width:768px){.mkdc-wrapper .component-case-stats-wrapper .stat-wrap:first-child{width:100%}}@media (max-width:650px){.mkdc-wrapper .component-case-stats-wrapper .stat-wrap:first-child{width:100%}}.mkdc-wrapper .component-case-stats-wrapper .stat-wrap:nth-child(2){width:40%;position:relative;overflow:hidden}.mkdc-wrapper .component-case-stats-wrapper .stat-wrap:nth-child(2) img{height:100%;position:absolute;width:auto;top:0;left:0;object-fit:cover}@media (max-width:1100px){.mkdc-wrapper .component-case-stats-wrapper .stat-wrap:nth-child(2){display:block}}@media (max-width:768px){.mkdc-wrapper .component-case-stats-wrapper .stat-wrap:nth-child(2){display:block;width:100%}.mkdc-wrapper .component-case-stats-wrapper .stat-wrap:nth-child(2) img{max-width:100%!important}}.mkdc-wrapper .component-case-stats-wrapper .stat-wrap:nth-child(3){position:relative;top:0;min-height:auto;height:auto;width:100%;right:0}.mkdc-wrapper .component-case-stats-wrapper .stat-wrap:nth-child(3) img.image-left{left:auto;right:50px;top:0}@media (max-width:650px){.mkdc-wrapper .component-case-stats-wrapper .stat-wrap:nth-child(3){width:100%;display:none}.mkdc-wrapper .component-case-stats-wrapper .stat-wrap:nth-child(3) img{height:100%;right:0;left:auto}}.HBF-wrapper .component-case-copy-wrapper{margin-top:100px}.HBF-wrapper img.bouncing-teeth{width:30%;position:absolute;bottom:0;bottom:-100px;left:0}.HBF-wrapper .component-case-images-gifs-wrapper{position:relative}.HBF-wrapper .gif-phone-wrapper{max-width:1300px;margin:auto}.HBF-wrapper .phone-gif{border-radius:33px;overflow:hidden;margin:25px;box-shadow:0 0 77px -30px rgba(0,0,0,.75)}@media (max-width:650px){.waac-wrapper .component-header-inner-case .header-image{position:relative;bottom:0;width:100%!important;top:0!important;right:0!important}}@media (max-width:650px){.waac-wrapper .component-full-bleed-image img{left:0!important}}.slipstream-wrapper .component-case-copy-wrapper img{position:absolute;top:-150px;left:-50px}@media (max-width:1100px){.slipstream-wrapper .component-case-copy-wrapper img{opacity:.1}}@media (max-width:650px){.slipstream-wrapper .component-case-copy-wrapper img{top:-450px;max-width:200px!important}}.slipstream-wrapper .slip-img-full-wrap .component-case-images-gifs-wrapper{max-width:100%}.slipstream-wrapper .slip-img-full-wrap .component-case-images-gifs-wrapper img.slip-img{width:100%}@media (max-width:650px){.slipstream-wrapper .slip-img-full-wrap .component-case-images-gifs-wrapper img.slip-img{max-width:100%}}.slipstream-wrapper img.slip-img{width:33%}@media (max-width:1100px){.slipstream-wrapper img.slip-img{width:auto}}.slipstream-wrapper .mdr-logo img{max-width:500px}.slipstream-wrapper .parallax-one{text-align:right;padding-right:100px;max-height:50vh;position:relative}.slipstream-wrapper .parallax-one .header-video{position:relative;margin:0}.slipstream-wrapper .parallax-one .header-video .video-bg{position:relative}.slipstream-wrapper .parallax-one .header-video .inner-video{position:absolute}.slipstream-wrapper .parallax-one .header-video:first-child{top:-80px;right:-50px}.slipstream-wrapper .parallax-one .header-video:first-child .video-bg{height:100%;width:100%}.slipstream-wrapper .parallax-one .header-video:first-child .inner-video{width:100%;left:0;top:0;height:100%;position:absolute}.slipstream-wrapper .parallax-one .header-video:first-child .inner-video video{height:100%;width:88%;top:-11%;left:6%;position:absolute}@media (max-width:1100px){.slipstream-wrapper .parallax-one{padding-right:0}.slipstream-wrapper .parallax-one .header-video:first-child{top:0;right:0;width:80%;margin:auto}}@media (max-width:768px){.slipstream-wrapper .parallax-one .header-video:first-child{width:100%}}@media (max-width:650px){.slipstream-wrapper .parallax-one{padding-right:0;max-height:none;margin-top:90px;margin-bottom:50px}}@media (max-width:650px){.stirling-capital-wrapper .component-header-inner-case .sub .foot-image{left:-25px!important;max-width:200px!important}}@media (max-width:650px){.blackburne-wrapper{overflow-x:hidden}}@media (max-width:768px){.blackburne-wrapper .component-case-copy-wrapper{margin-top:100px}}.blackburne-wrapper .parallax-one{text-align:right;padding-right:100px;max-height:50vh}@media (max-width:650px){.blackburne-wrapper .parallax-one{padding-right:0;max-height:none;padding-bottom:50px;margin-top:0}}.blackburne-wrapper img.special.header-image{position:relative;border-radius:25px;width:100%;width:auto;box-shadow:0 0 120px -49px rgba(0,0,0,.75);height:calc(33vh - 33px)}@media (max-width:650px){.blackburne-wrapper img.special.header-image{top:0!important;margin-top:50px;width:100%;max-width:100%}}.blackburne-wrapper img.special{box-shadow:0 0 120px -49px rgba(0,0,0,.75)}.blackburne-wrapper img.special.header-image:hover{position:relative;top:auto}.blackburne-wrapper img.special.header-image:first-child{top:-80px}.blackburne-wrapper img.special.header-image:nth-child(2){margin-right:250px;top:-200px}.blackburne-wrapper img.special.header-image:nth-child(3){top:-300px}.blackburne-wrapper .component-case-images-gifs-wrapper{flex-wrap:wrap;width:70%;margin:auto}.blackburne-wrapper .component-case-images-gifs-wrapper img{margin:15px}.blackburne-wrapper .component-case-images-gifs-wrapper img:first-child{box-sizing:border-box;padding:120px}@media (max-width:1100px){.blackburne-wrapper .component-case-images-gifs-wrapper img:first-child{padding:50px}}@media (max-width:650px){.blackburne-wrapper .component-case-images-gifs-wrapper img:first-child{padding:0;margin-bottom:50px}}.blackburne-wrapper .component-case-images-gifs-wrapper img:nth-child(4){box-sizing:border-box;padding:170px}@media (max-width:1100px){.blackburne-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:100px}}@media (max-width:650px){.blackburne-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:50px}}.CTF-wrapper .component-header-inner-case .sub .foot-image{max-width:200px;bottom:-250px}@media (max-width:650px){.CTF-wrapper .component-header-inner-case .sub .foot-image{max-width:200px!important;left:-25px!important;bottom:-300px}}.CTF-wrapper .component-header-inner-case .header-image{max-width:80%;right:-100px}.CTF-wrapper .special-wrapper{position:relative;width:100%}.CTF-wrapper .special-wrapper img.special-wrapper{left:-120px;width:100%;max-width:350px;top:43%;-webkit-transform:scale(1.5);transform:scale(1.5);position:absolute}.CTF-wrapper .special-wrapper .component-case-images-gifs-wrapper{flex-wrap:wrap;width:70%;margin:auto}@media (max-width:650px){.CTF-wrapper .special-wrapper .component-case-images-gifs-wrapper{width:100%!important}}.CTF-wrapper .special-wrapper .component-case-images-gifs-wrapper img{margin:15px;min-width:300px;min-height:300px}@media (max-width:650px){.CTF-wrapper .special-wrapper .component-case-images-gifs-wrapper img{min-width:auto;min-height:auto;max-width:80%}}.CTF-wrapper .special-wrapper .component-case-images-gifs-wrapper img.special{min-height:450px;object-fit:cover;min-width:330px}@media (max-width:1100px){.CTF-wrapper .special-wrapper .component-case-images-gifs-wrapper img.special{width:80%;min-width:auto;min-width:100%;min-height:250px}}.CTF-wrapper .special-wrapper .component-case-images-gifs-wrapper img:first-child{box-sizing:border-box;padding:40px;order:1}@media (max-width:1100px){.CTF-wrapper .special-wrapper .component-case-images-gifs-wrapper img:first-child{padding:40px}}@media (max-width:650px){.CTF-wrapper .special-wrapper .component-case-images-gifs-wrapper img:first-child{padding:0}}.CTF-wrapper .special-wrapper .component-case-images-gifs-wrapper img:nth-child(2){order:2}.CTF-wrapper .special-wrapper .component-case-images-gifs-wrapper img:nth-child(3){order:3}@media (max-width:1100px){.CTF-wrapper .special-wrapper .component-case-images-gifs-wrapper img:nth-child(3){order:4}}.CTF-wrapper .special-wrapper .component-case-images-gifs-wrapper img:nth-child(4){box-sizing:border-box;padding:100px;order:4}@media (max-width:1100px){.CTF-wrapper .special-wrapper .component-case-images-gifs-wrapper img:nth-child(4){order:3;padding:50px}}@media (max-width:650px){.CTF-wrapper .special-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:50px}}.CTF-wrapper .logo-section{position:relative;width:100%}.CTF-wrapper .logo-section img.special-wrap{box-shadow:none;right:40px;width:100%;max-width:250px;width:20%;top:40%;-webkit-transform:rotate(180deg) scale(2.1);transform:rotate(180deg) scale(2.1);position:absolute}@media (max-width:1100px){.CTF-wrapper .logo-section img.special-wrap{top:74%}}@media (max-width:650px){.CTF-wrapper .logo-section img.special-wrap{display:none}}.CTF-wrapper .logo-section .component-case-images-gifs-wrapper{width:100%;display:flex;justify-content:flex-start}.CTF-wrapper .logo-section .component-case-images-gifs-wrapper img{max-height:400px;margin-right:40px;max-width:300px;width:20%}@media (max-width:1100px){.CTF-wrapper .logo-section .component-case-images-gifs-wrapper img{width:50%}}@media (max-width:650px){.CTF-wrapper .logo-section .component-case-images-gifs-wrapper img{justify-content:center;margin-top:80px;max-width:100px;margin-right:0}}@media (max-width:650px){.CTF-wrapper .logo-section .component-case-images-gifs-wrapper{justify-content:center;margin-top:80px}}@media (max-width:650px){.Woodside-wrapper{overflow-x:hidden}}@media (max-width:650px){.Woodside-wrapper .component-full-bleed-image img{max-width:100%!important}}.Woodside-wrapper .parallax-one{text-align:right;padding-right:100px}@media (max-width:1100px){.Woodside-wrapper .parallax-one{padding-top:50px}}@media (max-width:650px){.Woodside-wrapper .parallax-one{padding-right:0;max-height:none;padding-bottom:50px}}.Woodside-wrapper .parallax-one .sub-wrap{position:relative;top:150px}@media (max-width:650px){.Woodside-wrapper .parallax-one .sub-wrap{top:0}}@media (max-width:768px){.Woodside-wrapper .component-case-copy-wrapper{margin-top:100px}}.Woodside-wrapper img.special.header-image{position:relative;border-radius:25px;width:100%;width:auto;box-shadow:0 0 120px -49px rgba(0,0,0,.75);height:33vh}@media (max-width:650px){.Woodside-wrapper img.special.header-image{top:0!important;margin-top:50px;width:100%;max-width:100%}}.Woodside-wrapper img.special{box-shadow:0 0 120px -49px rgba(0,0,0,.75)}.Woodside-wrapper img.special.header-image:hover{position:relative;top:auto}.Woodside-wrapper img.special.header-image:first-child{top:-80px}@media (max-width:1100px){.Woodside-wrapper img.special.header-image:first-child{top:0;margin-bottom:15px;max-width:500px}}.Woodside-wrapper img.special.header-image:nth-child(2){margin-right:150px;top:-150px}@media (max-width:1100px){.Woodside-wrapper img.special.header-image:nth-child(2){top:0;right:-100px;margin-bottom:15px;max-width:500px}}@media (max-width:650px){.Woodside-wrapper img.special.header-image:nth-child(2){right:0}}.Woodside-wrapper img.special.header-image:nth-child(3){top:-300px}@media (max-width:1100px){.Woodside-wrapper img.special.header-image:nth-child(3){top:0;margin-bottom:15px;max-width:500px}}.Woodside-wrapper .component-case-images-gifs-wrapper{flex-wrap:wrap;width:70%;margin:auto}.Woodside-wrapper .component-case-images-gifs-wrapper img{margin:15px}.Woodside-wrapper .component-case-images-gifs-wrapper img:first-child{box-sizing:border-box;padding:90px}@media (max-width:1100px){.Woodside-wrapper .component-case-images-gifs-wrapper img:first-child{padding:50px}}@media (max-width:650px){.Woodside-wrapper .component-case-images-gifs-wrapper img:first-child{padding:0}}.Woodside-wrapper .component-case-images-gifs-wrapper img:nth-child(4){box-sizing:border-box;padding:150px}@media (max-width:1100px){.Woodside-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:100px}}@media (max-width:650px){.Woodside-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:50px}}@media (max-width:768px){.StudyPerth-wrapper .component-case-copy-wrapper{margin-top:160px}}.StudyPerth-wrapper .parallax-one{text-align:right;padding-right:100px;padding-top:100px}@media (max-width:650px){.StudyPerth-wrapper .parallax-one{padding-right:0;max-height:none;padding-bottom:50px;padding-top:0}}.StudyPerth-wrapper img.special.header-image{position:relative;border-radius:25px;width:100%;width:auto;box-shadow:0 0 120px -49px rgba(0,0,0,.75);height:33vh}@media (max-width:650px){.StudyPerth-wrapper img.special.header-image{top:0!important;margin-top:50px;width:100%;max-width:100%}}.StudyPerth-wrapper img.special{box-shadow:0 0 120px -49px rgba(0,0,0,.75)}.StudyPerth-wrapper img.special.header-image:hover{position:relative;top:auto}.StudyPerth-wrapper img.special.header-image:first-child{top:-80px}@media (max-width:1100px){.StudyPerth-wrapper img.special.header-image:first-child{top:0;margin-bottom:15px;max-width:500px}}.StudyPerth-wrapper img.special.header-image:nth-child(2){margin-right:150px;top:-200px}@media (max-width:1100px){.StudyPerth-wrapper img.special.header-image:nth-child(2){top:0;right:-100px;margin-bottom:15px;max-width:500px}}@media (max-width:650px){.StudyPerth-wrapper img.special.header-image:nth-child(2){right:0}}.StudyPerth-wrapper img.special.header-image:nth-child(3){top:-300px}@media (max-width:1100px){.StudyPerth-wrapper img.special.header-image:nth-child(3){top:0;margin-bottom:15px;max-width:500px}}.StudyPerth-wrapper .component-case-images-gifs-wrapper{flex-wrap:wrap;width:70%;margin:auto}.StudyPerth-wrapper .component-case-images-gifs-wrapper img{margin:15px}.StudyPerth-wrapper .component-case-images-gifs-wrapper img:first-child{box-sizing:border-box;padding:90px}@media (max-width:1100px){.StudyPerth-wrapper .component-case-images-gifs-wrapper img:first-child{padding:50px}}@media (max-width:650px){.StudyPerth-wrapper .component-case-images-gifs-wrapper img:first-child{padding:0}}.StudyPerth-wrapper .component-case-images-gifs-wrapper img:nth-child(4){box-sizing:border-box;padding:150px}@media (max-width:1100px){.StudyPerth-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:100px}}@media (max-width:650px){.StudyPerth-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:50px}}.PYC-wrapper .component-case-copy-wrapper{margin-top:100px}.PYC-wrapper .component-header-inner-case .sub .foot-image{bottom:-250px;max-width:100px}@media (max-width:650px){.PYC-wrapper .component-header-inner-case .sub .foot-image{max-width:50px!important;left:-25px!important}}.PYC-wrapper .parallax-one{text-align:right;padding-right:100px;position:relative}.PYC-wrapper .parallax-one .header-video{position:relative;margin:0}.PYC-wrapper .parallax-one .header-video .video-bg{position:relative}.PYC-wrapper .parallax-one .header-video .inner-video{position:absolute}.PYC-wrapper .parallax-one .header-video:first-child{top:0;right:-50px}.PYC-wrapper .parallax-one .header-video:first-child .video-bg{height:105%;width:105%}.PYC-wrapper .parallax-one .header-video:first-child .inner-video{width:100%;left:0;top:0;height:100%;position:absolute}.PYC-wrapper .parallax-one .header-video:first-child .inner-video video{height:100%;width:88%;top:-11%;left:6%;position:absolute}@media (max-width:650px){.PYC-wrapper .parallax-one .header-video:first-child .inner-video video{height:100%;width:92%;top:-11%;left:7%}}.PYC-wrapper .parallax-one .header-video:nth-child(2){top:-70px}.PYC-wrapper .parallax-one .header-video:nth-child(2) .video-bg{height:300px;width:240px}.PYC-wrapper .parallax-one .header-video:nth-child(2) .inner-video{height:190px;left:66px;top:62px;-webkit-transform:scaleY(1.15);transform:scaleY(1.15)}@media (max-width:1100px){.PYC-wrapper .parallax-one{padding-right:0}.PYC-wrapper .parallax-one .header-video:first-child{top:0;right:0;width:80%;margin:auto}.PYC-wrapper .parallax-one .header-video:nth-child(2){right:50%;top:-100px;-webkit-transform:translateX(43%);transform:translateX(43%);width:50%}}@media (max-width:768px){.PYC-wrapper .parallax-one .header-video:first-child{width:100%}}@media (max-width:650px){.PYC-wrapper .parallax-one{padding-right:0;max-height:none;margin-top:90px;margin-bottom:50px}.PYC-wrapper .parallax-one .header-video:nth-child(2){right:55%;top:-137px}.PYC-wrapper .parallax-one .header-video:nth-child(2) .video-bg{height:190px;width:100px}.PYC-wrapper .parallax-one .header-video:nth-child(2) .inner-video{height:120px;left:16px;top:38px}}.SourceEnergy-wrapper .special-wrapper{position:relative;width:100%}.SourceEnergy-wrapper .special-wrapper img.special-wrapper{max-width:200px;right:-50px;width:100%;-webkit-transform:scale(1.5);transform:scale(1.5);top:441px;position:absolute;opacity:.8}.SourceEnergy-wrapper .component-case-copy-wrapper{margin-top:100px}.SourceEnergy-wrapper .component-case-copy-wrapper .foot-image{position:absolute;right:-80px;top:180px;max-width:250px}.SourceEnergy-wrapper .parallax-one{text-align:right;padding-right:100px;position:relative}@media (max-width:650px){.SourceEnergy-wrapper .parallax-one{margin-top:0!important}}.SourceEnergy-wrapper .parallax-one .header-video{position:relative;margin:0}.SourceEnergy-wrapper .parallax-one .header-video .video-bg{position:relative}.SourceEnergy-wrapper .parallax-one .header-video .inner-video{position:absolute}.SourceEnergy-wrapper .parallax-one .header-video:first-child{top:-80px;right:-50px}.SourceEnergy-wrapper .parallax-one .header-video:first-child .video-bg{height:105%;width:105%}@media (max-width:650px){.SourceEnergy-wrapper .parallax-one .header-video:first-child .video-bg{width:100%;height:100%;margin-top:100px}}.SourceEnergy-wrapper .parallax-one .header-video:first-child .inner-video{width:100%;left:0;top:0;height:100%;position:absolute}.SourceEnergy-wrapper .parallax-one .header-video:first-child .inner-video video{height:100%;width:88%;top:-11%;left:6%;position:absolute}@media (max-width:1100px){.SourceEnergy-wrapper .parallax-one{padding-right:0}.SourceEnergy-wrapper .parallax-one .header-video:first-child{top:0;right:0;width:80%;margin:auto}}@media (max-width:768px){.SourceEnergy-wrapper .parallax-one .header-video:first-child{width:100%}}@media (max-width:650px){.SourceEnergy-wrapper .parallax-one{padding-right:0;max-height:none;margin-top:90px;margin-bottom:50px}}@media (max-width:650px){.Primero-wrapper .component-full-bleed-image img{left:0!important}}.Primero-wrapper .component-header-inner-case .header-video{margin-top:0;width:105%;height:105%;margi-left:0}@media (max-width:650px){.Primero-wrapper .component-header-inner-case .header-video{margin-top:100px!important}}@media (max-width:650px){.Primero-wrapper .parallax-one .header-video{margin:100px 0 0}}.Primero-wrapper .component-case-copy-wrapper{margin-top:100px}.Primero-wrapper .special-video-primero{border-radius:25px;box-shadow:0 0 120px -49px rgba(0,0,0,.75)}.Primero-wrapper span.stat-sub-wrap{padding-left:250px;line-height:140%}@media (max-width:650px){.Primero-wrapper span.stat-sub-wrap{padding-left:0}}.Primero-wrapper span.stat-sub-wrap h4{font-size:16px;font-size:1.6rem;line-height:120%}@media (max-width:650px){.Primero-wrapper span.stat-sub-wrap h4{font-size:10px;font-size:1rem}}.Primero-wrapper span.stat-sub-wrap p{font-size:10px;font-size:1rem;font-weight:100}@media (max-width:650px){.DDC-wrapper .parallax-one{padding-right:0;max-height:none;padding-bottom:50px}}@media (max-width:650px){.perthfestival-wrapper{overflow-x:hidden}}.perthfestival-wrapper .stat-wrapper{display:inline-flex;position:relative;justify-content:flex-end;width:100%;padding:200px 0;min-height:400px}.perthfestival-wrapper .stat-wrapper .video-wrap{position:absolute;left:50px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:88}.perthfestival-wrapper .stat-wrapper .video-wrap .left-vid{max-height:600px;border-radius:40px}.perthfestival-wrapper .stat-wrapper .insta-wrap{position:absolute;z-index:88;left:360px;top:147px;max-width:600px}.perthfestival-wrapper .stat-wrapper .insta-wrap .insta-svg{width:400px}.perthfestival-wrapper .stat-wrapper .insta-wrap .insta-vid{position:absolute;left:70px;top:103px;width:260px}@media screen and (max-width:1200px){.perthfestival-wrapper .stat-wrapper{padding:100px 0}.perthfestival-wrapper .stat-wrapper .video-wrap{left:24px}.perthfestival-wrapper .stat-wrapper .video-wrap .left-vid{max-height:460px}.perthfestival-wrapper .stat-wrapper .insta-wrap{max-width:400px;left:240px;top:58px}.perthfestival-wrapper .stat-wrapper .insta-wrap .insta-svg{width:360px}.perthfestival-wrapper .stat-wrapper .insta-wrap .insta-vid{position:absolute;left:62px;top:92px;width:235px}}.perthfestival-wrapper .stat-wrapper .component-case-stats-wrapper{margin:auto}.perthfestival-wrapper .stat-wrapper .component-case-stats-wrapper .stat-wrap{min-height:300px;padding:0 25px;justify-content:flex-end;border-radius:0 40px 40px 0}.perthfestival-wrapper .stat-wrapper .component-case-stats-wrapper .stat-wrap span.stat-sub-wrap{width:50%;color:#fff}.perthfestival-wrapper .stat-wrapper .component-case-stats-wrapper .stat-wrap span.stat-sub-wrap h4{font-size:1rem;line-height:120%}.perthfestival-wrapper .stat-wrapper .component-case-stats-wrapper .stat-wrap span.stat-sub-wrap p{font-size:1rem;padding-top:20px;color:#fff}@media (max-width:768px){.perthfestival-wrapper .stat-wrapper{display:flex;flex-wrap:wrap;position:relative;justify-content:space-evenly;width:100%;padding:100px 0 0;min-height:400px}.perthfestival-wrapper .stat-wrapper .video-wrap{position:relative;-webkit-transform:translateY(0);transform:translateY(0);left:0}.perthfestival-wrapper .stat-wrapper .insta-wrap{position:relative;z-index:88;left:0;top:0;width:auto}.perthfestival-wrapper .stat-wrapper .insta-wrap .insta-vid{position:absolute;left:64px;top:92px;width:231px}.perthfestival-wrapper .stat-wrapper .component-case-stats-wrapper{max-width:100%}.perthfestival-wrapper .stat-wrapper .component-case-stats-wrapper .stat-wrap{min-height:200px;padding:30px 25px;border-radius:0}.perthfestival-wrapper .stat-wrapper .component-case-stats-wrapper .stat-wrap span.stat-sub-wrap{width:100%}}.perthfestival-wrapper .component-case-copy-wrapper{margin-top:0}.perthfestival-wrapper .component-header-inner-case .sub .foot-image{bottom:-150px}@media (max-width:1100px){.perthfestival-wrapper .component-header-inner-case .sub .foot-image{bottom:-48px}}@media (max-width:768px){.perthfestival-wrapper .component-header-inner-case .sub .foot-image{bottom:-16px}}@media (max-width:650px){.perthfestival-wrapper .component-header-inner-case .sub .foot-image{bottom:-20px}}.perthfestival-wrapper .parallax-one{text-align:right;padding-right:100px;max-height:50vh}@media (max-width:650px){.perthfestival-wrapper .parallax-one{padding-right:0;max-height:none;padding-bottom:50px}}.perthfestival-wrapper img.special.header-image{position:relative;border-radius:25px;width:auto;height:calc(33vh - 33px);box-shadow:0 0 120px -49px rgba(0,0,0,.75)}@media (min-width:1921px){.perthfestival-wrapper img.special.header-image{max-height:350px!important}}@media (max-width:650px){.perthfestival-wrapper img.special.header-image{top:0!important;margin-top:50px;width:100%;max-width:100%}}.perthfestival-wrapper img.special{box-shadow:0 0 120px -49px rgba(0,0,0,.75)}.perthfestival-wrapper img.special.header-image:hover{position:relative;top:auto}.perthfestival-wrapper img.special.header-image:first-child{top:-80px}.perthfestival-wrapper img.special.header-image:nth-child(2){margin-right:150px;top:-150px}.perthfestival-wrapper img.special.header-image:nth-child(3){top:-300px}.perthfestival-wrapper .component-case-images-gifs-wrapper{flex-wrap:wrap;width:70%;margin:auto}.perthfestival-wrapper .component-case-images-gifs-wrapper img{margin:15px}.perthfestival-wrapper .component-case-images-gifs-wrapper img:first-child{box-sizing:border-box;padding:90px}@media (max-width:1100px){.perthfestival-wrapper .component-case-images-gifs-wrapper img:first-child{padding:50px}}@media (max-width:650px){.perthfestival-wrapper .component-case-images-gifs-wrapper img:first-child{padding:0}}.perthfestival-wrapper .component-case-images-gifs-wrapper img:nth-child(4){box-sizing:border-box;padding:150px}@media (max-width:1100px){.perthfestival-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:100px}}@media (max-width:650px){.perthfestival-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:50px}}@media (max-width:650px){.busselton-swim-wrapper{overflow-x:hidden}}@media (max-width:650px){.busselton-swim-wrapper .component-header-inner-case .sub .foot-image{max-width:200px!important}}.busselton-swim-wrapper .special-wrapper{position:relative;width:100%}.busselton-swim-wrapper .special-wrapper img.special-wrapper{max-width:200px;right:34px;width:100%;-webkit-transform:scale(1.5);transform:scale(1.5);bottom:-30px;position:absolute;opacity:.5}@media (max-width:768px){.busselton-swim-wrapper .component-case-copy-wrapper{margin-top:160px}}.busselton-swim-wrapper .parallax-one{text-align:right;padding-right:100px;margin-top:200px;margin-bottom:-300px}@media (max-width:650px){.busselton-swim-wrapper .parallax-one{padding-right:0;padding-bottom:50px;margin-top:0;margin-bottom:0}}.busselton-swim-wrapper img.special.header-image{position:relative;border-radius:25px;width:auto!important;height:33vh;box-shadow:0 0 120px -49px rgba(0,0,0,.75)}@media (max-width:650px){.busselton-swim-wrapper img.special.header-image{top:0!important;margin-top:50px;width:100%;max-width:100%}}.busselton-swim-wrapper img.special.header-image:hover{position:relative;top:auto}.busselton-swim-wrapper img.special.header-image:first-child{top:-80px}.busselton-swim-wrapper img.special.header-image:nth-child(2){margin-right:150px;top:-150px}.busselton-swim-wrapper img.special.header-image:nth-child(3){top:-300px}.busselton-swim-wrapper .component-case-stats-wrapper .has_image.stat-wrap img.image-left{left:auto;right:-50px}@media (max-width:650px){.busselton-swim-wrapper .component-case-stats-wrapper{max-width:100%}}.busselton-swim-wrapper .component-case-stats-wrapper .stat-wrap{position:relative}.busselton-swim-wrapper .component-case-stats-wrapper .stat-wrap h4{width:calc(100% - 150px);font-size:15px;font-size:1.5rem;line-height:140%;margin:auto auto 50px}@media (max-width:650px){.busselton-swim-wrapper .component-case-stats-wrapper .stat-wrap h4{width:100%;margin:0 0 25px}}.busselton-swim-wrapper .component-case-stats-wrapper .stat-wrap p{font-size:10px;font-size:1rem}.busselton-swim-wrapper .component-case-stats-wrapper .stat-wrap img.image-left{width:450px;z-index:4}.busselton-swim-wrapper .component-case-stats-wrapper .stat-wrap:first-child:after{content:"";width:50px;position:absolute;height:100%;background:#0a4e84;left:-50px}.busselton-swim-wrapper .component-case-stats-wrapper .stat-wrap:nth-child(2):after{content:"";width:50px;position:absolute;height:100%;background:#0a4e84;right:-50px}.busselton-swim-wrapper .component-case-images-gifs-wrapper{flex-wrap:wrap;width:70%;margin:auto}.busselton-swim-wrapper .component-case-images-gifs-wrapper .img{margin:15px;width:calc(50% - 30px)}.busselton-swim-wrapper .component-case-images-gifs-wrapper img:first-child{box-sizing:border-box;padding:90px;order:1}@media (max-width:1100px){.busselton-swim-wrapper .component-case-images-gifs-wrapper img:first-child{padding:50px}}@media (max-width:650px){.busselton-swim-wrapper .component-case-images-gifs-wrapper img:first-child{padding:0}}.busselton-swim-wrapper .component-case-images-gifs-wrapper img:nth-child(2){order:2}.busselton-swim-wrapper .component-case-images-gifs-wrapper img:nth-child(3){order:3}@media (max-width:650px){.busselton-swim-wrapper .component-case-images-gifs-wrapper img:nth-child(3){order:4}}.busselton-swim-wrapper .component-case-images-gifs-wrapper img:nth-child(4){box-sizing:border-box;padding:150px;order:4}@media (max-width:1100px){.busselton-swim-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:70px}}@media (max-width:650px){.busselton-swim-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:50px;order:3}}@media (max-width:650px){.uwa-sport-wrapper{overflow-x:hidden}}@media (max-width:650px){.uwa-sport-wrapper .component-full-bleed-image img{left:0!important}}.honey-for-life-wrapper .component-case-images-gifs-wrapper{flex-wrap:wrap;width:70%;margin:auto}.honey-for-life-wrapper .component-case-images-gifs-wrapper img{margin:15px}.honey-for-life-wrapper .component-case-images-gifs-wrapper img:first-child{box-sizing:border-box;padding:120px}@media (max-width:1100px){.honey-for-life-wrapper .component-case-images-gifs-wrapper img:first-child{padding:50px}}@media (max-width:650px){.honey-for-life-wrapper .component-case-images-gifs-wrapper img:first-child{padding:0;margin-bottom:50px}}.honey-for-life-wrapper .component-case-images-gifs-wrapper img:nth-child(4){box-sizing:border-box;padding:170px}@media (max-width:1100px){.honey-for-life-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:100px}}@media (max-width:650px){.honey-for-life-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:50px}}.foodies-market-wrapper .square-block-images{flex-wrap:wrap;max-width:950px;width:100%;margin:auto;padding-top:50px}@media (max-width:1100px){.foodies-market-wrapper .component-case-images-wrapper .stat-wrap{height:250px;background-size:250px 250px!important;min-height:auto}}.foodies-market-wrapper .component-case-images-gifs-wrapper{flex-wrap:wrap;width:70%;margin:auto}.foodies-market-wrapper .component-case-images-gifs-wrapper img{margin:15px}.foodies-market-wrapper .component-case-images-gifs-wrapper img:first-child{box-sizing:border-box;padding:120px}@media (max-width:1100px){.foodies-market-wrapper .component-case-images-gifs-wrapper img:first-child{padding:50px}}@media (max-width:650px){.foodies-market-wrapper .component-case-images-gifs-wrapper img:first-child{padding:0;margin-bottom:50px}}.foodies-market-wrapper .component-case-images-gifs-wrapper img:nth-child(4){box-sizing:border-box;padding:170px}@media (max-width:1100px){.foodies-market-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:100px}}@media (max-width:650px){.foodies-market-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:50px}}.murdoch-uni-wrapper .square-block-images.component-case-images-wrapper{max-width:1002px;padding-top:50px}.murdoch-uni-wrapper .square-block-images.component-case-images-wrapper .sp-image-two.stat-wrap{position:relative;top:25px}@media (max-width:1100px){.murdoch-uni-wrapper .square-block-images.component-case-images-wrapper .sp-image-two.stat-wrap{top:0}}.murdoch-uni-wrapper .component-case-images-gifs-wrapper{flex-wrap:wrap;width:70%;margin:auto}.murdoch-uni-wrapper .component-case-images-gifs-wrapper img{margin:15px}.murdoch-uni-wrapper .component-case-images-gifs-wrapper img:first-child{box-sizing:border-box;padding:120px}@media (max-width:1100px){.murdoch-uni-wrapper .component-case-images-gifs-wrapper img:first-child{padding:50px}}@media (max-width:650px){.murdoch-uni-wrapper .component-case-images-gifs-wrapper img:first-child{padding:0;margin-bottom:50px}}.murdoch-uni-wrapper .component-case-images-gifs-wrapper img:nth-child(4){box-sizing:border-box;padding:170px}@media (max-width:1100px){.murdoch-uni-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:100px}}@media (max-width:650px){.murdoch-uni-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:50px}}.ron-farris-wrapper .square-block-images.component-case-images-wrapper{max-width:740px;padding-top:50px;left:29px;position:relative}@media (max-width:1100px){.ron-farris-wrapper .square-block-images.component-case-images-wrapper{left:0;flex-wrap:wrap}}.ron-farris-wrapper .sp-image-one{padding-right:25px;border-right:2px solid rgba(0,0,0,.2);margin-right:0;box-sizing:border-box;position:relative}@media (max-width:1100px){.ron-farris-wrapper .sp-image-one{border-right:none}}.ron-farris-wrapper .sp-image-one:after{content:"";width:2px;background:rgba(0,0,0,.2);height:15px;position:absolute;right:-2px;bottom:-15px}@media (max-width:1100px){.ron-farris-wrapper .sp-image-one:after{display:none}}.ron-farris-wrapper .sp-image-one,.ron-farris-wrapper .sp-image-two{min-height:100px;padding-bottom:50px}@media (max-width:1100px){.ron-farris-wrapper .sp-image-one,.ron-farris-wrapper .sp-image-two{min-height:50px;margin-bottom:50px;background-size:300px!important;background-position:50%!important}}.the-fast-800-wrapper .component-case-images-gifs-wrapper .side-gif{-webkit-transform:scale(.85);transform:scale(.85)}.the-fast-800-wrapper .component-case-images-gifs-wrapper .special{margin:0 20px;-webkit-transform:scale(1.1);transform:scale(1.1)}@media (max-width:600px){.the-fast-800-wrapper .component-case-images-gifs-wrapper img{padding:20px 0}.the-fast-800-wrapper .component-case-images-gifs-wrapper .side-gif,.the-fast-800-wrapper .component-case-images-gifs-wrapper .special{margin:0;-webkit-transform:scale(1);transform:scale(1)}}.hunter-capital-wrapper .square-images.component-case-images-wrapper{max-width:1000px;margin:auto}@media (max-width:1100px){.hunter-capital-wrapper .square-images.component-case-images-wrapper{min-height:350px}.hunter-capital-wrapper .square-images.component-case-images-wrapper .sp-image-one.stat-wrap,.hunter-capital-wrapper .square-images.component-case-images-wrapper .sp-image-two.stat-wrap{background-size:250px 250px;min-height:300px}}.hunter-capital-wrapper .square-images-two.component-case-images-wrapper{max-width:1500px;margin:auto;min-height:600px;padding-left:50px;padding-right:50px;box-sizing:border-box}@media (max-width:1300px){.hunter-capital-wrapper .square-images-two.component-case-images-wrapper{padding-left:25px;padding-right:25px}}@media (max-width:1300px) and (max-width:768px){.hunter-capital-wrapper .square-images-two.component-case-images-wrapper{min-height:600px;margin-top:50px}}@media (max-width:1300px){.hunter-capital-wrapper .square-images-two.component-case-images-wrapper .sp-image-one.stat-wrap,.hunter-capital-wrapper .square-images-two.component-case-images-wrapper .sp-image-two.stat-wrap{background-size:600px!important}}@media (max-width:1300px) and (max-width:1100px){.hunter-capital-wrapper .square-images-two.component-case-images-wrapper .sp-image-one.stat-wrap,.hunter-capital-wrapper .square-images-two.component-case-images-wrapper .sp-image-two.stat-wrap{background-size:350px!important;min-height:320px}}.distinguished-homes-wrapper .square-block-images.component-case-images-wrapper{max-width:530px;padding-top:50px;left:67px;position:relative}@media (max-width:1100px){.distinguished-homes-wrapper .square-block-images.component-case-images-wrapper{left:0;flex-wrap:wrap}}.distinguished-homes-wrapper .sp-image-one{padding-right:25px;border-right:2px solid rgba(0,0,0,.2);margin-right:0;box-sizing:border-box;position:relative}@media (max-width:1100px){.distinguished-homes-wrapper .sp-image-one{border-right:none}}.distinguished-homes-wrapper .sp-image-one:after{content:"";width:2px;background:rgba(0,0,0,.2);height:15px;position:absolute;right:-2px;bottom:-15px}@media (max-width:1100px){.distinguished-homes-wrapper .sp-image-one:after{display:none}}.distinguished-homes-wrapper .sp-image-one,.distinguished-homes-wrapper .sp-image-two{min-height:100px;padding-bottom:50px}@media (max-width:1100px){.distinguished-homes-wrapper .sp-image-one,.distinguished-homes-wrapper .sp-image-two{min-height:50px;margin-bottom:50px;background-size:300px!important;background-position:50%!important}}.cicerellos-sea-critters-wrapper .square-block-images.component-case-images-wrapper{max-width:900px;margin-top:50px}.cicerellos-sea-critters-wrapper .square-block-images.component-case-images-wrapper .stat-wrap{min-height:250px;padding:25px;box-sizing:border-box}.cicerellos-sea-critters-wrapper .animated-animals{width:100%;display:flex;align-items:center;max-width:950px;margin:auto}@media (max-width:768px){.cicerellos-sea-critters-wrapper .animated-animals{display:block;margin-top:50px}.cicerellos-sea-critters-wrapper .animated-animals svg{max-width:250px}}.cicerellos-sea-critters-wrapper .stat-wrapper.component-case-images-gifs-wrapper{margin-top:100px;width:100%}.cicerellos-sea-critters-wrapper .stat-wrapper.component-case-images-gifs-wrapper img.side-gif{width:25%;max-width:330px;border-radius:32px}.cicerellos-sea-critters-wrapper .stat-wrapper.component-case-images-gifs-wrapper .insta-wrap{position:relative;z-index:88;-webkit-transform:scale(1.2) translateY(30px);transform:scale(1.2) translateY(30px);margin:0 20px}.cicerellos-sea-critters-wrapper .stat-wrapper.component-case-images-gifs-wrapper .insta-wrap .insta-svg{width:400px}.cicerellos-sea-critters-wrapper .stat-wrapper.component-case-images-gifs-wrapper .insta-wrap .insta-vid{position:absolute;left:44px;top:80px;width:311px}@media (max-width:1200px){.cicerellos-sea-critters-wrapper .stat-wrapper.component-case-images-gifs-wrapper .insta-wrap{-webkit-transform:scale(1.1) translateY(30px);transform:scale(1.1) translateY(30px)}.cicerellos-sea-critters-wrapper .stat-wrapper.component-case-images-gifs-wrapper img.side-gif{width:30%}}@media (max-width:1100px){.cicerellos-sea-critters-wrapper .stat-wrapper.component-case-images-gifs-wrapper img.side-gif{width:25%}.cicerellos-sea-critters-wrapper .stat-wrapper.component-case-images-gifs-wrapper .insta-wrap{margin:0;-webkit-transform:scale(1) translateY(30px);transform:scale(1) translateY(30px)}}@media (max-width:768px){.cicerellos-sea-critters-wrapper .stat-wrapper.component-case-images-gifs-wrapper{flex-direction:column}.cicerellos-sea-critters-wrapper .stat-wrapper.component-case-images-gifs-wrapper img.side-gif{width:100%;max-width:300px}.cicerellos-sea-critters-wrapper .stat-wrapper.component-case-images-gifs-wrapper .insta-wrap{margin:0;-webkit-transform:scale(1);transform:scale(1)}}@media (max-width:650px){.cicerellos-sea-critters-wrapper .stat-wrapper.component-case-images-gifs-wrapper img.side-gif{max-width:250px}.cicerellos-sea-critters-wrapper .stat-wrapper.component-case-images-gifs-wrapper .insta-wrap .insta-svg{min-width:325px}.cicerellos-sea-critters-wrapper .stat-wrapper.component-case-images-gifs-wrapper .insta-wrap .insta-vid{left:35px;top:66px;width:255px}}.cicerellos-scent-of-summer-wrapper .video-with-special{position:relative}.cicerellos-scent-of-summer-wrapper .video-with-special img{position:absolute;right:0;top:-260px;max-width:300px}@media (max-width:1100px){.cicerellos-scent-of-summer-wrapper .video-with-special img{top:-150px;max-width:200px}}.cicerellos-scent-of-summer-wrapper .component-video-wrap video{border-radius:20px}.cicerellos-scent-of-summer-wrapper .square-block-images.component-case-images-wrapper{max-width:900px;margin-top:50px}.cicerellos-scent-of-summer-wrapper .square-block-images.component-case-images-wrapper .stat-wrap{min-height:250px;padding:25px;box-sizing:border-box}.cicerellos-scent-of-summer-wrapper .animated-animals{width:100%;display:flex;align-items:center;max-width:950px;margin:auto}@media (max-width:768px){.cicerellos-scent-of-summer-wrapper .animated-animals{display:block;margin-top:50px}.cicerellos-scent-of-summer-wrapper .animated-animals svg{max-width:250px}}.boomers-protein-wrapper .component-case-images-gifs-wrapper{flex-wrap:wrap;width:70%;margin:auto}.boomers-protein-wrapper .component-case-images-gifs-wrapper img{margin:15px}.boomers-protein-wrapper .component-case-images-gifs-wrapper img:first-child{box-sizing:border-box;padding:120px}@media (max-width:1100px){.boomers-protein-wrapper .component-case-images-gifs-wrapper img:first-child{padding:50px}}@media (max-width:650px){.boomers-protein-wrapper .component-case-images-gifs-wrapper img:first-child{padding:0;margin-bottom:50px}}.boomers-protein-wrapper .component-case-images-gifs-wrapper img:nth-child(4){box-sizing:border-box;padding:170px}@media (max-width:1100px){.boomers-protein-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:100px}}@media (max-width:650px){.boomers-protein-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:50px}}.four-farmers-wrapper .square-block-images.component-case-images-wrapper{max-width:530px;padding-top:50px;left:-10px;position:relative}@media (max-width:1100px){.four-farmers-wrapper .square-block-images.component-case-images-wrapper{left:0;flex-wrap:wrap}}.four-farmers-wrapper .sp-image-one{padding-right:50px;border-right:2px solid rgba(0,0,0,.2);margin-right:0;box-sizing:border-box;position:relative}@media (max-width:1100px){.four-farmers-wrapper .sp-image-one{border-right:none}}.four-farmers-wrapper .sp-image-one:after{content:"";width:2px;background:rgba(0,0,0,.2);height:15px;position:absolute;right:-2px;bottom:-15px}@media (max-width:1100px){.four-farmers-wrapper .sp-image-one:after{display:none}}.four-farmers-wrapper .sp-image-one,.four-farmers-wrapper .sp-image-two{min-height:200px;padding-bottom:50px}@media (max-width:1100px){.four-farmers-wrapper .sp-image-one,.four-farmers-wrapper .sp-image-two{min-height:250px;margin-bottom:50px;background-size:300px!important;background-position:50%!important}}.heart-foundation-wrapper video{border-radius:10px}.heart-foundation-wrapper .heart-multi-image-wrap{padding:0 100px;margin-top:100px}@media (max-width:650px){.heart-foundation-wrapper .heart-multi-image-wrap{padding:0 25px}}.heart-foundation-wrapper .heart-multi-image-wrap .row.row-1{display:flex;flex-wrap:wrap}.heart-foundation-wrapper .heart-multi-image-wrap .row.row-1 img{max-width:100%;width:50%}@media (max-width:650px){.heart-foundation-wrapper .heart-multi-image-wrap .row.row-1 img{width:100%}}.heart-foundation-wrapper .heart-multi-image-wrap .row.row-2{position:relative;margin-top:-150px}@media (max-width:650px){.heart-foundation-wrapper .heart-multi-image-wrap .row.row-2{margin-top:0}}.heart-foundation-wrapper .heart-multi-image-wrap .row.row-2 img{max-width:55%}@media (max-width:650px){.heart-foundation-wrapper .heart-multi-image-wrap .row.row-2 img{max-width:100%;width:100%}}@media (max-width:650px){.DDC-wrapper{overflow-x:hidden}}.DDC-wrapper .special-wrapper{position:relative;width:100%}.DDC-wrapper .special-wrapper img.special-wrapper{max-width:200px;right:-70px;width:100%;-webkit-transform:scale(2.5);transform:scale(2.5);top:30%;position:absolute;opacity:.5}.DDC-wrapper .special-wrapper2{position:relative;width:100%}.DDC-wrapper .special-wrapper2 img.special-wrapper2{max-width:200px;left:-90px;width:100%;-webkit-transform:scale(2.5);transform:scale(2.5);top:30%;position:absolute;opacity:.5}.DDC-wrapper .parallax-one{text-align:right;padding-right:100px;max-height:50vh}@media (max-width:650px){.DDC-wrapper .parallax-one{padding-right:0;max-height:none;padding-bottom:50px}}.DDC-wrapper img.special.header-image{position:relative;border-radius:25px;max-width:65%;width:auto;height:33vh;box-shadow:0 0 120px -49px rgba(0,0,0,.75)}@media (max-width:650px){.DDC-wrapper img.special.header-image{top:0!important;margin-top:50px;width:100%;max-width:100%}}.DDC-wrapper img.special.header-image:hover{position:relative;top:auto}.DDC-wrapper img.special.header-image:first-child{top:-80px}.DDC-wrapper img.special.header-image:nth-child(2){margin-right:150px;top:-150px}.DDC-wrapper img.special.header-image:nth-child(3){top:-300px}.DDC-wrapper .component-case-stats-wrapper .has_image.stat-wrap img.image-left{left:auto;right:-50px}@media (max-width:650px){.DDC-wrapper .component-case-stats-wrapper{max-width:100%}}.DDC-wrapper .component-case-stats-wrapper .stat-wrap{position:relative}.DDC-wrapper .component-case-stats-wrapper .stat-wrap h4{width:calc(100% - 150px);font-size:15px;font-size:1.5rem;line-height:140%;margin:auto auto 50px}@media (max-width:650px){.DDC-wrapper .component-case-stats-wrapper .stat-wrap h4{width:100%;margin:0 0 25px}}.DDC-wrapper .component-case-stats-wrapper .stat-wrap p{font-size:10px;font-size:1rem}.DDC-wrapper .component-case-stats-wrapper .stat-wrap img.image-left{width:450px;z-index:4}.DDC-wrapper .component-case-stats-wrapper .stat-wrap:first-child:after{content:"";width:50px;position:absolute;height:100%;background:#0a4e84;left:-50px}.DDC-wrapper .component-case-stats-wrapper .stat-wrap:nth-child(2):after{content:"";width:50px;position:absolute;height:100%;background:#0a4e84;right:-50px}.DDC-wrapper .component-case-images-gifs-wrapper{flex-wrap:wrap;max-width:calc(100% - 400px)}.DDC-wrapper .component-case-images-gifs-wrapper .img,.DDC-wrapper .component-case-images-gifs-wrapper .img-svg{position:relative;max-width:300px;width:100%;height:300px;margin:10px 0}.DDC-wrapper .component-case-images-gifs-wrapper .img{object-fit:cover}.DDC-wrapper .component-case-images-gifs-wrapper .img-svg{box-sizing:border-box;padding:0 30px}@media screen and (min-width:1600px){.DDC-wrapper .component-case-images-gifs-wrapper{max-width:1199px}.DDC-wrapper .component-case-images-gifs-wrapper .img{margin:10px 20px}}@media screen and (max-width:1300px){.DDC-wrapper .component-case-images-gifs-wrapper{max-width:calc(100% - 200px)}}@media screen and (max-width:1024px){.DDC-wrapper .component-case-images-gifs-wrapper .img{max-width:200px;height:200px}}@media screen and (max-width:768px){.DDC-wrapper .component-case-images-gifs-wrapper .img{max-width:600px;height:auto;margin-bottom:60px}.DDC-wrapper .component-case-images-gifs-wrapper .img-svg{max-width:300px;height:auto;margin-bottom:60px}}@media screen and (max-width:650px){.DDC-wrapper .component-case-images-gifs-wrapper{max-width:calc(100% - 50px)}}.DDC-wrapper .infographic img{max-width:60%}@media screen and (max-width:650px){.DDC-wrapper .infographic{margin-top:80px!important}.DDC-wrapper .infographic img{max-width:100%}}.DDC-wrapper .logo-section div .component-case-images-gifs-wrapper{max-width:90%;justify-content:space-between}.DDC-wrapper .logo-section div .component-case-images-gifs-wrapper .img-logo{margin:0 20px;max-height:120px}@media screen and (max-width:768px){.DDC-wrapper .logo-section div .component-case-images-gifs-wrapper{flex-wrap:wrap;margin-top:80px!important}.DDC-wrapper .logo-section div .component-case-images-gifs-wrapper .img-logo{margin:0 auto 40px}}@media screen and (max-width:768px){.DDC-wrapper .component-full-bleed-image{margin-top:80px!important}}.DDC-wrapper .img-gifs{position:relative}.FunkyMonkey-wrapper .component-case-copy-wrapper{margin-top:80px}.FunkyMonkey-wrapper .component-header-inner-case .sub .foot-image{left:0}.FunkyMonkey-wrapper .component-case-images-gifs-wrapper{width:70%;margin:auto}.FunkyMonkey-wrapper .component-case-images-gifs-wrapper img{width:33%;margin:20px;border-radius:20px;box-shadow:2px 2px 23px 0 rgba(0,0,0,.35)}.ScotchCollege-wrapper .component-case-copy-wrapper{margin-top:0}.ScotchCollege-wrapper .component-header-inner-case .sub-one-sub.one{max-height:unset}.ScotchCollege-wrapper .component-header-inner-case .sub .foot-image{left:0}.ScotchCollege-wrapper .component-video-wrap video{border-bottom-left-radius:15px;border-bottom-right-radius:15px}.ScotchCollege-wrapper .component-case-images-gifs-wrapper{width:70%;margin:auto}.ScotchCollege-wrapper .component-case-images-gifs-wrapper img{width:33%;padding:20px}.WiTi-wrapper .marginLeftZero{margin-left:0}.WiTi-wrapper .component-case-copy-wrapper{margin-top:0}.WiTi-wrapper .component-case-images-gifs-wrapper{flex-wrap:wrap;width:70%;margin:auto}.WiTi-wrapper .component-case-images-gifs-wrapper img{margin:15px}.WiTi-wrapper .component-case-images-gifs-wrapper img:first-child{box-sizing:border-box;padding:120px}@media (max-width:1100px){.WiTi-wrapper .component-case-images-gifs-wrapper img:first-child{padding:50px}}@media (max-width:650px){.WiTi-wrapper .component-case-images-gifs-wrapper img:first-child{padding:0;margin-bottom:50px}}.WiTi-wrapper .component-case-images-gifs-wrapper img:nth-child(4){box-sizing:border-box;padding:170px}@media (max-width:1100px){.WiTi-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:100px}}@media (max-width:650px){.WiTi-wrapper .component-case-images-gifs-wrapper img:nth-child(4){padding:50px}}.Ceri-wrapper .component-header-inner-case .parallax-one{margin-top:-80px}.Ceri-wrapper .component-header-inner-case .parallax-one .hover-back{position:absolute;top:-12px;left:0;width:200px!important;z-index:-1}.Ceri-wrapper .component-header-inner-case .parallax-one .hover-front{position:absolute;bottom:-12px;right:17%;width:200px!important;z-index:-1}@media (max-width:1100px){.Ceri-wrapper .component-header-inner-case .parallax-one{margin:20px 0 80px}.Ceri-wrapper .component-header-inner-case .parallax-one .hover-front{right:0}}@media (max-width:650px){.Ceri-wrapper .component-header-inner-case .parallax-one{padding:0}.Ceri-wrapper .component-header-inner-case .parallax-one .hover-back,.Ceri-wrapper .component-header-inner-case .parallax-one .hover-front{width:26%!important}}.Ceri-wrapper .component-case-copy-wrapper{margin-top:0}.Ceri-wrapper .component-header-inner-case .sub .foot-image{left:0;max-width:200px;bottom:-200px}.Ceri-wrapper .video-with-btn{position:relative}.Ceri-wrapper .video-with-btn img{position:absolute;right:-20px;bottom:-50px;width:25%;z-index:-1;max-width:400px}.Ceri-wrapper .video-with-btn .component-video-wrap video{border-radius:20px}.Ceri-wrapper .video-with-btn a{display:inline-block;color:#fff;background:#2c2b2d;text-transform:capitalize;line-height:100%;letter-spacing:1px;font-weight:700;transition:.6s;margin-top:40px;font-family:"helveticaNeueLTPro73",sans-serif;font-size:15px;font-size:1.5rem;padding:20px 35px 15px}.Ceri-wrapper .video-with-btn a:hover{background:#01136f;transition:.3s ease-in-out}@media (max-width:1100px){.Ceri-wrapper .component-header-inner-case .sub .foot-image{max-width:200px}.Ceri-wrapper .video-with-btn .component-video-wrap{padding:0 40px}.Ceri-wrapper .video-with-btn img{right:-7px;bottom:11px;max-width:200px}}@media (max-width:650px){.Ceri-wrapper .video-with-btn .component-video-wrap{padding:0 20px}.Ceri-wrapper .video-with-btn img{right:-5px;bottom:60px}.Ceri-wrapper .video-with-btn a{font-size:1rem}}.RFDS-wrapper .component-case-copy-wrapper{margin-top:60px}.RFDS-wrapper .component-header-inner-case{padding-bottom:40px}.RFDS-wrapper .component-header-inner-case .sub .foot-image{left:-50px;max-width:300px;bottom:-150px}@media (max-width:768px){.RFDS-wrapper .component-header-inner-case .sub .foot-image{bottom:-200px}}@media (max-width:650px){.RFDS-wrapper .component-header-inner-case .sub{padding-right:0}.RFDS-wrapper .component-header-inner-case .sub .foot-image{max-width:100%;left:0;margin-top:40px;margin-bottom:20px}.RFDS-wrapper .component-case-images-gifs-wrapper img{max-width:100%}}.RFDS-wrapper .component-case-copy-wrapper .sub.sub-one:first-child{display:none}.RFDS-wrapper .component-video-wrap video{border-bottom-left-radius:15px;border-bottom-right-radius:15px}.RFDS-wrapper .component-case-images-gifs-wrapper{width:70%;margin:auto}.RFDS-wrapper .component-case-images-gifs-wrapper img{width:33%;padding:20px}.RFDS-wrapper .parallax-one{text-align:right;padding-right:0;max-height:50vh;position:relative}@media (max-width:1100px){.RFDS-wrapper .parallax-one img{margin-right:-25px}}@media (max-width:650px){.RFDS-wrapper .parallax-one{padding-right:0}}.RFDS-wrapper .big-box .lazyload-wrapper{display:flex}.RFDS-wrapper .rect-images{width:100%;max-width:calc(100% - 200px);margin:auto}.RFDS-wrapper .rect-images .stat-wrap{display:flex;width:100%}.RFDS-wrapper .rect-images .stat-wrap .img1,.RFDS-wrapper .rect-images .stat-wrap .img2{width:50%;display:block}.RFDS-wrapper .rect-images .stat-wrap .img1 img,.RFDS-wrapper .rect-images .stat-wrap .img2 img{object-fit:cover;width:100%;height:100%}@media (max-width:1100px){.RFDS-wrapper .rect-images{width:calc(100% - 25px);max-width:calc(100% - 50px)}}@media (max-width:650px){.RFDS-wrapper .rect-images .stat-wrap{flex-direction:column}.RFDS-wrapper .rect-images .stat-wrap .img1,.RFDS-wrapper .rect-images .stat-wrap .img2{width:100%;display:flex}}.Femma-wrapper .component-case-copy-wrapper{margin-top:60px}.Femma-wrapper .component-header-inner-case .sub .foot-image{left:0;max-width:250px;bottom:-350px}.Femma-wrapper .component-header-inner-case .parallax-one .image-with-icon{position:relative}.Femma-wrapper .component-header-inner-case .parallax-one .image-with-icon img.header-image-icon{position:absolute;top:-7px;right:42px;z-index:10;width:18%;max-width:160px;-webkit-animation:rotate 50s linear infinite;animation:rotate 50s linear infinite}@media (max-width:1100px){.Femma-wrapper .component-header-inner-case .sub .foot-image{left:-25px;max-width:300px}}@media (max-width:650px){.Femma-wrapper .component-header-inner-case .parallax-one .image-with-icon img.header-image-icon{position:absolute;top:-17px;right:0;-webkit-animation:rotate 50s linear infinite;animation:rotate 50s linear infinite}.Femma-wrapper .component-header-inner-case .sub{padding-right:0}.Femma-wrapper .component-full-bleed-image img{max-width:100%!important}.Femma-wrapper .component-header-inner-case .sub .foot-image{max-width:250px}}.Femma-wrapper .component-video-wrap .lazyload-wrapper{display:flex}.Femma-wrapper .component-case-images-gifs-wrapper{width:70%;margin:auto}.Femma-wrapper .component-case-images-gifs-wrapper img{width:33%;padding:20px}.Femma-wrapper .parallax-one{text-align:right;padding-right:100px;max-height:50vh;position:relative;margin-top:-100px}@media (max-width:1100px){.Femma-wrapper .parallax-one{margin-top:0}}@media (max-width:650px){.Femma-wrapper .parallax-one{padding-right:0}.Femma-wrapper .parallax-one img{-webkit-transform:scale(1.2) translateX(-10px);transform:scale(1.2) translateX(-10px)}}.Femma-wrapper div.big-box{position:relative}.Femma-wrapper div.big-box img.big-box{position:absolute;right:200px;top:15%;width:100%;max-width:350px;z-index:99;-webkit-animation:rotate 50s linear infinite;animation:rotate 50s linear infinite}@media (max-width:1100px){.Femma-wrapper div.big-box img.big-box{right:120px;max-width:150px}}@media (max-width:650px){.Femma-wrapper div.big-box img.big-box{display:none}}.Femma-wrapper div.big-box .component-full-bleed-image img{width:60%;margin-left:0;margin-right:490px}@media (max-width:1100px){.Femma-wrapper div.big-box .component-full-bleed-image img{margin-right:230px}}.Femma-wrapper .rect-images{width:100%;max-width:calc(100% - 200px);margin:auto}.Femma-wrapper .rect-images .stat-wrap{display:flex;width:100%}.Femma-wrapper .rect-images .stat-wrap .img1,.Femma-wrapper .rect-images .stat-wrap .img2{width:50%;display:block}.Femma-wrapper .rect-images .stat-wrap .img1 img,.Femma-wrapper .rect-images .stat-wrap .img2 img{object-fit:cover;width:100%;height:100%}@media (max-width:1100px){.Femma-wrapper .rect-images{width:calc(100% - 25px);max-width:calc(100% - 50px)}}@media (max-width:650px){.Femma-wrapper .rect-images .stat-wrap{flex-direction:column}.Femma-wrapper .rect-images .stat-wrap .img1,.Femma-wrapper .rect-images .stat-wrap .img2{width:100%;display:flex;padding:20px 0 0}}@-webkit-keyframes rotate{to{transform:rotate(1turn);-webkit-transform:rotate(1turn)}}@keyframes rotate{to{transform:rotate(1turn);-webkit-transform:rotate(1turn)}}.Goldfields-wrapper .component-case-copy-wrapper{margin-top:60px;padding-bottom:60px}.Goldfields-wrapper .component-header-inner-case{padding-bottom:40px}.Goldfields-wrapper .component-header-inner-case .sub .foot-image{left:0}.Goldfields-wrapper .component-video-wrap video{border-bottom-left-radius:15px;border-bottom-right-radius:15px}.Goldfields-wrapper .video-with-blobs{position:relative}.Goldfields-wrapper .video-with-blobs .component-video-wrap video{margin:auto;width:85%;border-radius:10px;box-shadow:0 28px 30px -2px #323232}.Goldfields-wrapper .video-with-blobs img.red-blob{position:absolute;top:-90px;left:-10px;width:40%;max-width:500px}.Goldfields-wrapper .video-with-blobs img.teal-blob{position:absolute;bottom:-115px;right:17px;width:50%;max-width:800px}@media (max-width:650px){.Goldfields-wrapper .video-with-blobs .component-video-wrap video{width:100%}.Goldfields-wrapper .video-with-blobs img.red-blob{top:-40px;left:-30px}.Goldfields-wrapper .video-with-blobs img.teal-blob{bottom:-30px;right:-30px}}.Goldfields-wrapper div.special-card-img{position:relative}.Goldfields-wrapper div.special-card-img img.special-card-img{position:absolute;top:-72px;left:52px;width:77%}@media (max-width:1100px){.Goldfields-wrapper div.special-card-img img.special-card-img{top:-28px;left:38px;width:80%}}@media (max-width:650px){.Goldfields-wrapper div.special-card-img img.special-card-img{left:17px}}.Goldfields-wrapper .component-case-images-gifs-wrapper{width:70%;margin:auto}.Goldfields-wrapper .component-case-images-gifs-wrapper img{width:33%;padding:20px}.Goldfields-wrapper .parallax-one{text-align:right;padding-right:100px;max-height:50vh;position:relative}@media (max-width:650px){.Goldfields-wrapper .parallax-one{padding-right:0}}.Goldfields-wrapper .big-box .lazyload-wrapper{display:flex}.PLS-wrapper .component-case-copy-wrapper{margin-top:60px;padding-bottom:60px}@media (max-width:650px){.PLS-wrapper .component-case-copy-wrapper .sub.sub-one{display:none}}.PLS-wrapper .component-header-inner-case{padding-bottom:40px}.PLS-wrapper .component-header-inner-case .sub .foot-image{left:-50px;max-width:250px;bottom:-200px}@media (max-width:1100px){.PLS-wrapper .component-header-inner-case .sub .foot-image{max-width:180px}}@media (max-width:650px){.PLS-wrapper .component-header-inner-case .sub .foot-image{margin-left:-25px}}.PLS-wrapper .logo-block .lazyload-wrapper img{max-width:800px!important}.PLS-wrapper .component-video-wrap video{border-bottom-left-radius:15px;border-bottom-right-radius:15px}.PLS-wrapper .component-video-wrap .header-video{min-height:800px}.PLS-wrapper .component-video-wrap .header-video .video-bg{z-index:-10}.PLS-wrapper .component-video-wrap .header-video .inner-video .scroll-vid{top:0;width:90%;top:-1%;left:5%}.PLS-wrapper .component-case-images-gifs-wrapper{width:70%;margin:auto}.PLS-wrapper .component-case-images-gifs-wrapper img{width:33%;padding:20px}.PLS-wrapper .parallax-one{text-align:right;padding-right:0;max-height:50vh;position:relative}.PLS-wrapper .parallax-one .multi-image-wrap{position:relative}.PLS-wrapper .parallax-one .multi-image-wrap img{box-shadow:unset;max-width:60%}.PLS-wrapper .parallax-one .multi-image-wrap img:hover{-webkit-transform:unset;transform:unset}.PLS-wrapper .parallax-one .multi-image-wrap img:first-child{position:absolute;left:50px;z-index:10;-webkit-animation:rightIn 2s ease;animation:rightIn 2s ease}.PLS-wrapper .parallax-one .multi-image-wrap img:nth-child(2){margin-top:-40px;-webkit-animation:rightIn 4s ease;animation:rightIn 4s ease}@media (max-width:650px){.PLS-wrapper .parallax-one .multi-image-wrap img:first-child{left:-20px;max-width:80%}.PLS-wrapper .parallax-one .multi-image-wrap img:nth-child(2){margin-top:-20px;max-width:80%;margin-right:-30px}}.PLS-wrapper .big-box .lazyload-wrapper{display:flex}@-webkit-keyframes rightIn{0%{opacity:0;transform:translateX(-200%);-webkit-transform:translateX(-200%)}60%{opacity:0}to{transform:translateX(0);-webkit-transform:translateX(0)}}@keyframes rightIn{0%{opacity:0;transform:translateX(-200%);-webkit-transform:translateX(-200%)}60%{opacity:0}to{transform:translateX(0);-webkit-transform:translateX(0)}}.ChickenTreat-wrapper .component-case-copy-wrapper{margin-top:60px}.ChickenTreat-wrapper .component-header-inner-case{padding-bottom:40px}.ChickenTreat-wrapper .component-header-inner-case .sub .foot-image{left:-50px;max-width:250px;bottom:-200px}@media (max-width:1100px){.ChickenTreat-wrapper .component-header-inner-case .sub .foot-image{bottom:-230px;max-width:200px!important}}@media (max-width:650px){.ChickenTreat-wrapper .component-header-inner-case .sub{padding-right:0}.ChickenTreat-wrapper .component-header-inner-case .sub .foot-image{max-width:100%;left:0;margin-top:40px;margin-bottom:20px}.ChickenTreat-wrapper .component-case-images-gifs-wrapper img{max-width:100%}}.ChickenTreat-wrapper .component-case-copy-wrapper .sub.sub-one:first-child{display:none}.ChickenTreat-wrapper .component-video-wrap video{border-bottom-left-radius:15px;border-bottom-right-radius:15px}.ChickenTreat-wrapper .component-case-images-gifs-wrapper{width:80%;margin:auto}.ChickenTreat-wrapper .component-case-images-gifs-wrapper img{width:40%!important;padding:20px}@media (max-width:650px){.ChickenTreat-wrapper .component-case-images-gifs-wrapper img{width:100%!important}}.ChickenTreat-wrapper .text-block{flex-wrap:wrap;max-width:100%;position:relative}.ChickenTreat-wrapper .text-block .stat-wrap:first-child{margin-left:100px;margin-right:auto;width:55%;background-repeat:no-repeat;background-position:50%;background-size:contain!important}.ChickenTreat-wrapper .text-block .stat-wrap:nth-child(3){margin-right:100px;margin-left:auto;margin-top:150px;width:55%;background-repeat:no-repeat;background-position:50%;background-size:contain!important}.ChickenTreat-wrapper .text-block .stat-wrap:nth-child(2){width:45%;max-width:700px;min-height:500px;position:absolute;right:0;top:0;background-repeat:no-repeat;background-position:50%}.ChickenTreat-wrapper .text-block .stat-wrap:nth-child(4){width:38%;max-width:660px;min-height:570px;position:absolute;left:0;bottom:-60px;background-repeat:no-repeat;background-position:50%}@media (max-width:1100px){.ChickenTreat-wrapper .text-block .stat-wrap:nth-child(2),.ChickenTreat-wrapper .text-block .stat-wrap:nth-child(4){position:unset;padding:0}.ChickenTreat-wrapper .text-block .stat-wrap:nth-child(2){margin-right:-40px;margin-left:auto}.ChickenTreat-wrapper .text-block .stat-wrap:first-child,.ChickenTreat-wrapper .text-block .stat-wrap:nth-child(3){margin:auto 40px}}@media (max-width:650px){.ChickenTreat-wrapper .text-block .stat-wrap:nth-child(2),.ChickenTreat-wrapper .text-block .stat-wrap:nth-child(4){min-height:300px}.ChickenTreat-wrapper .text-block .stat-wrap:nth-child(4){margin-left:-40px}}.ChickenTreat-wrapper .parallax-one{text-align:right;padding-right:0;max-height:50vh;position:relative}.ChickenTreat-wrapper .parallax-one img{top:-80px;right:-160px}@media (max-width:1100px){.ChickenTreat-wrapper .parallax-one img{top:0!important;left:0!important;margin-right:-25px}}@media (max-width:650px){.ChickenTreat-wrapper .parallax-one{padding-right:0}}.ChickenTreat-wrapper .big-box .lazyload-wrapper{display:flex}.RevoFitnessGymSimple-wrapper .component-case-copy-wrapper{margin-top:60px}.RevoFitnessGymSimple-wrapper .component-header-inner-case .sub .foot-image{left:0;max-width:200px}.RevoFitnessGymSimple-wrapper .component-video-wrap video{border-bottom-left-radius:15px;border-bottom-right-radius:15px}.RevoFitnessGymSimple-wrapper .component-case-images-gifs-wrapper{width:70%;margin:auto}.RevoFitnessGymSimple-wrapper .component-case-images-gifs-wrapper img{width:33%;padding:20px}.RevoFitnessGymSimple-wrapper .parallax-one{text-align:right;padding-right:100px;position:relative}.RevoFitnessGymSimple-wrapper .parallax-one .header-video{position:relative;margin:0}.RevoFitnessGymSimple-wrapper .parallax-one .header-video .video-bg{position:relative}.RevoFitnessGymSimple-wrapper .parallax-one .header-video .inner-video{position:absolute}.RevoFitnessGymSimple-wrapper .parallax-one .header-video:first-child{top:0;right:-50px}.RevoFitnessGymSimple-wrapper .parallax-one .header-video:first-child .video-bg{height:100%;width:100%}.RevoFitnessGymSimple-wrapper .parallax-one .header-video:first-child .inner-video{width:100%;left:0;top:0;height:100%;position:absolute}.RevoFitnessGymSimple-wrapper .parallax-one .header-video:first-child .inner-video video{height:100%;width:88%;top:-11%;left:6%;-webkit-transform:scaleY(1.03);transform:scaleY(1.03);position:absolute}@media (max-width:650px){.RevoFitnessGymSimple-wrapper .parallax-one .header-video:first-child .inner-video video{height:100%;width:92%;top:-11%;left:7%}}.RevoFitnessGymSimple-wrapper .parallax-one .header-video:nth-child(2){top:-70px}.RevoFitnessGymSimple-wrapper .parallax-one .header-video:nth-child(2) .video-bg{height:300px;width:240px}.RevoFitnessGymSimple-wrapper .parallax-one .header-video:nth-child(2) .inner-video{height:190px;left:66px;top:62px;-webkit-transform:scaleY(1.15);transform:scaleY(1.15)}@media (max-width:1100px){.RevoFitnessGymSimple-wrapper .parallax-one{padding-right:0}.RevoFitnessGymSimple-wrapper .parallax-one .header-video:first-child{top:0;right:0;width:80%;margin:auto}.RevoFitnessGymSimple-wrapper .parallax-one .header-video:nth-child(2){right:50%;top:-100px;-webkit-transform:translateX(43%);transform:translateX(43%);width:50%}}@media (max-width:768px){.RevoFitnessGymSimple-wrapper .parallax-one .header-video:first-child{width:100%}}@media (max-width:650px){.RevoFitnessGymSimple-wrapper .parallax-one{padding-right:0;max-height:none;margin-top:90px;margin-bottom:50px}.RevoFitnessGymSimple-wrapper .parallax-one .header-video:first-child .inner-video video{width:91%;top:-11%;left:5%}.RevoFitnessGymSimple-wrapper .parallax-one .header-video:nth-child(2){right:55%;top:-137px}.RevoFitnessGymSimple-wrapper .parallax-one .header-video:nth-child(2) .video-bg{height:190px;width:100px}.RevoFitnessGymSimple-wrapper .parallax-one .header-video:nth-child(2) .inner-video{height:120px;left:16px;top:38px}}.RevoFitnessGymSimple-wrapper .revo-bg-imgs{position:relative}.RevoFitnessGymSimple-wrapper .revo-bg-imgs img.special-img1{position:absolute;left:19%;top:22%;max-width:450px}.RevoFitnessGymSimple-wrapper .revo-bg-imgs img.special-img2{position:absolute;max-width:300px;top:2%;right:14%}.curtin-uni-destination .component-header-inner-case .sub-wrap{text-align:center}.curtin-uni-destination .component-header-inner-case .foot-image{bottom:-250px}.curtin-uni-destination .stat-wrap{background-repeat:no-repeat;background-size:contain!important}.curtin-uni-destination .footer-images .stat-wrap{background-size:cover!important}.curtin-uni-go-greater img.foot-image.sux{bottom:-150px!important}.curtin-uni-go-greater .full-bleed-one{margin-left:14%}.curtin-uni-go-greater .full-bleed-two{margin-right:14%}.curtin-uni-go-greater .full-bleed-three{margin-top:0!important;margin-bottom:50px}.curtin-uni-go-greater .copy-two .component-case-copy-wrapper{margin-top:0}.curtin-uni-go-greater img.arrow-right{position:absolute;right:-150px;z-index:-1;top:400px;width:400px}@media (max-width:600px){.curtin-uni-go-greater img.arrow-right{opacity:.4}}.curtin-uni-go-greater .component-case-images-gifs-wrapper{margin-top:150px!important;margin-bottom:50px;padding-bottom:50px}.curtin-uni-go-greater .component-case-images-gifs-wrapper img{width:300px;margin:0 15px}.curtin-uni-go-greater .component-case-images-gifs-wrapper img:first-child{position:relative;top:-50px}@media (max-width:950px){.curtin-uni-go-greater .component-case-images-gifs-wrapper img:first-child{top:0}}.curtin-uni-go-greater .component-case-images-gifs-wrapper img:nth-child(2){top:50px}@media (max-width:950px){.curtin-uni-go-greater .component-case-images-gifs-wrapper img:nth-child(2){top:0}}.curtin-uni-go-greater .component-header-inner-case .sub-wrap{text-align:center}.curtin-uni-go-greater .component-header-inner-case .foot-image{bottom:-250px}.curtin-uni-go-greater .stat-wrap{background-repeat:no-repeat;background-size:contain!important}.curtin-uni-go-greater .footer-images .stat-wrap{background-size:cover!important}.fast-800 img.foot-image.sux{bottom:-150px!important}.fast-800 .images-with-video{display:flex;align-items:center;justify-content:center;max-width:100%;margin-top:100px;margin-bottom:100px}@media (max-width:600px){.fast-800 .images-with-video{flex-wrap:wrap}}.fast-800 .images-with-video img{width:250px}.fast-800 .images-with-video video{width:400px;margin:0 50px}@media (max-width:600px){.fast-800 .images-with-video video{margin:50px 15px}}.fast-800 .full-bleed-one{margin-left:14%}.fast-800 .full-bleed-two{margin-right:14%}.fast-800 .full-bleed-three{margin-top:0!important;margin-bottom:50px}.fast-800 .copy-two .component-case-copy-wrapper{margin-top:0}.fast-800 img.arrow-right{position:absolute;right:-150px;z-index:-1;top:400px;width:400px}@media (max-width:600px){.fast-800 img.arrow-right{opacity:.4}}.fast-800 .component-case-images-gifs-wrapper{margin-top:150px!important;margin-bottom:50px;padding-bottom:50px}.fast-800 .component-case-images-gifs-wrapper img{width:300px;margin:0 15px}.fast-800 .component-case-images-gifs-wrapper img:first-child{position:relative;top:-50px}@media (max-width:950px){.fast-800 .component-case-images-gifs-wrapper img:first-child{top:0}}.fast-800 .component-case-images-gifs-wrapper img:nth-child(2){top:50px}@media (max-width:950px){.fast-800 .component-case-images-gifs-wrapper img:nth-child(2){top:0}}.fast-800 .component-header-inner-case .sub-wrap{text-align:center}.fast-800 .component-header-inner-case .foot-image{bottom:-250px}.fast-800 .stat-wrap{background-repeat:no-repeat;background-size:contain!important}.fast-800 .footer-images .stat-wrap{background-size:cover!important}.bep img.foot-image.sux{bottom:-150px!important}.bep video.swan-valley{width:80%;margin-left:20%}.bep video.optus-stadium{width:80%;margin-right:20%}.bep .full-bleed-one{margin-left:14%}.bep .full-bleed-two{margin-right:14%}.bep .full-bleed-three{margin-top:0!important;margin-bottom:50px}.bep .copy-two .component-case-copy-wrapper{margin-top:0}.bep img.arrow-right{position:absolute;right:-150px;z-index:-1;top:400px;width:400px}@media (max-width:600px){.bep img.arrow-right{opacity:.4}}.bep .component-case-images-gifs-wrapper{margin-top:150px!important;margin-bottom:50px;padding-bottom:50px}.bep .component-case-images-gifs-wrapper img{width:300px;margin:0 15px}.bep .component-case-images-gifs-wrapper img:first-child{position:relative;top:-50px}@media (max-width:950px){.bep .component-case-images-gifs-wrapper img:first-child{top:0}}.bep .component-case-images-gifs-wrapper img:nth-child(2){top:50px}@media (max-width:950px){.bep .component-case-images-gifs-wrapper img:nth-child(2){top:0}}.bep .component-header-inner-case .sub-wrap{text-align:center}.bep .component-header-inner-case .foot-image{bottom:-250px}.bep .stat-wrap{min-height:200px;margin-top:-5px}.bep .footer-images .stat-wrap{background-size:cover!important}@font-face{font-family:avantegardepro;src:url(/static/media/avantgardgepro.d4cb45a3.otf)}@font-face{font-family:helveticaNeueLTPro73;src:url(/static/media/HelveticaNeueLTPro-BdEx.6329b9fb.otf)}@font-face{font-family:helveticaNeueLTPro53;src:url(/static/media/HelveticaNeueLTPro-Ex.868f826e.otf)}@font-face{font-family:gothicBook;src:url(/static/media/avanteBooker.8429be8c.ttf)}.case-nav-wrapper{width:100%;width:calc(100% - 200px);margin:50px auto auto}@media (max-width:650px){.case-nav-wrapper{width:calc(100% - 50px)}}.case-nav-wrapper a{color:#2c2b2d}.case-nav-wrapper a span{font-weight:700;font-family:"helveticaNeueLTPro73",sans-serif;margin-right:15px;font-size:14px;font-size:1.4rem;letter-spacing:-.5px}.case-nav-wrapper .sub{display:block;justify-content:center;position:relative;min-height:50px}.case-nav-wrapper .sub.sub-one{text-align:left}.case-nav-wrapper .sub.sub-one img{margin-left:15px}.case-nav-wrapper .sub.sub-one a{width:100%;display:flex;align-items:center;text-align:left}.case-nav-wrapper .sub.sub-two{text-align:right}.case-nav-wrapper .sub.sub-two img{margin-right:15px}.case-nav-wrapper .sub.sub-two>div{position:absolute;right:0}.case-nav-wrapper .sub.sub-two a{width:100%;display:flex;align-items:center;text-align:right}
/*# sourceMappingURL=main.eca82744.chunk.css.map */