:root{--neutralBlack:#000000;--neutralDarkGrey:#efefef;--neutralLightGrey:#f7f7f8;--neutralWhite:#ffffff;--brandGrey:#383e4e;--brandGreyLight:#4d5469;--brandGreen:#42b300;--brandGreenLight:#4cc903;--brandGreenLighter:#F4FBF0;--accentBlue:#7cafc4;--playerBlue:#5995ed;--coachOrange:#ffad05;--starYellow:#ebe378;--emptyStarGrey:#e0e0e0;--actionRed:#eb7373;--iconnetBlue:#00828a;--greyDark-100:#383e4e;--greyDark-200:#4c5160;--greyDark-300:#606572;--greyDark-400:#757985;--greyDark-500:#8b8e98;--greyDark-600:#aeb1bb;--greenDark-100:#42b300;--greenDark-200:#5ebc33;--greenDark-300:#76c550;--greenDark-400:#8bcd6a;--greenDark-500:#a0d683;--greenDark-600:#b3de9b;}body{padding:0;margin:0;font-family:Transducer,sans-serif;}body.no-scroll{overflow-y:hidden;}h1,h2,h3,h4,h5,p,ul,li{padding:0;margin:0;}ol,ul{list-style:none;}blockquote{padding:0;margin:0;}.wrapper,.owl-grid-carousel .owl-dots,.owl-grid-carousel .owl-nav{--maxWidth:1400px;max-width:var(--maxWidth);margin-left:auto;margin-right:auto;}.js-animate-group .js-animate-slideleft{opacity:0;}.js-animate-group .js-animate-slideright{opacity:0;}.js-animate-group .js-animate-fade{opacity:0;}.js-animate-group .js-animate-fade-1,.js-animate-group .js-animate-fade-2,.js-animate-group .js-animate-fade-3,.js-animate-group .js-animate-fade-4{opacity:0;}.js-animate-active .js-animate-fade{animation:2s ease 0s normal forwards 1 fadein;}.js-animate-active .js-animate-fade-1{animation:2s ease 0s normal forwards 1 fadein;}.js-animate-active .js-animate-fade-2{animation:2s ease .5s normal forwards 1 fadein;}.js-animate-active .js-animate-fade-3{animation:2s ease .75s normal forwards 1 fadein;}.js-animate-active .js-animate-fade-4{animation:2s ease 1s normal forwards 1 fadein;}.js-animate-active .js-animate-slideleft{margin-left:-50px;animation:2s ease 0s normal forwards 1 slideleft;}.js-animate-active .js-animate-slideright{margin-right:50px;animation:2s ease 0s normal forwards 1 slideright;}@keyframes fadein{0%{opacity:0}100%{opacity:1}}@keyframes slideleft{0%{opacity:0;margin-right:50px}100%{opacity:1;margin-right:0}}@keyframes slideright{0%{opacity:0;margin-right:-50px}100%{opacity:1;margin-right:0}}.site-header{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;padding:15px;background:var(--brandGrey);align-items:center;grid-gap:15px;top:0;position:sticky;z-index:9;}@media screen and (min-width:1000px){.site-header{padding:15px 30px;grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:1fr}}.site-header-item{display:flex;align-items:center;}.site-header-item:nth-child(1){order:1;}.site-header-item:nth-child(2){order:3;grid-column:span 2;}.site-header-item:nth-child(3){order:2;}@media screen and (min-width:1000px){.site-header-item:nth-child(1){order:1}.site-header-item:nth-child(2){order:2}.site-header-item:nth-child(3){order:3}}.header-svg-logo{display:block;height:20px;}.header-svg-logo svg{height:20px;width:auto;}.header-slogan{color:#ffffff;text-transform:uppercase;font-size:14px;width:100%;text-align:center;}@media screen and (min-width:1000px){.header-slogan{font-size:16px}}.header-cta-button{background:var(--brandGreen);color:#ffffff;text-transform:uppercase;font-size:14px;margin-left:auto;padding:0 20px;border-radius:6px;display:flex;justify-content:center;align-items:center;text-decoration:none;height:100%;height:36px;}.site-nav{position:sticky;top:100px;background:#f5f5f5;height:60px;display:flex;justify-content:center;align-items:center;z-index:8;}.site-nav a{text-decoration:none;margin:0 10px;font-size:14px;font-weight:bold;color:var(--brandGrey);}.site-nav a:hover{text-decoration:underline;}@media screen and (min-width:1000px){.site-nav{top:60px}}.site-footer{background:var(--brandGrey);}.site-footer p{color:#ffffff;}.footer-svg-logo svg{fill:#ffffff;width:300px;height:auto;margin-bottom:20px;}.footer-nav{display:flex;font-size:14px;font-weight:bold;}.footer-nav a,.footer-nav span{color:#ffffff;}.footer-nav a:not(:last-child),.footer-nav span:not(:last-child){margin-right:10px;padding-right:10px;border-right:1px solid #ffffff;}.footer-nav a{text-decoration:none;}.footer-nav a:hover{text-decoration:underline;}@media screen and (max-width:1000px){.footer-nav{display:block}.footer-nav a,.footer-nav span{color:#ffffff;display:block}.footer-nav a:not(:last-child),.footer-nav span:not(:last-child){margin-bottom:15px;margin-right:0;padding-right:0;border-right:none}}.footer-social{display:flex;gap:10px;margin-top:30px;}.footer-social a svg{width:40px;height:40px;fill:var(--neutralWhite);}.component{padding:40px 20px;position:relative;}.component--dark{background:var(--brandGrey);}.component--dark .content-container *{color:#ffffff;}.component--grey{background:#F2F2F2;}@media screen and (min-width:800px){.component{padding:80px 40px}}.component.no-padding-top{padding-top:0;}.columns{display:grid;grid-gap:40px;}@media screen and (min-width:1000px){.columns{grid-template-columns:1fr 1fr;grid-gap:40px}.columns--swap .column:nth-child(1){order:2}.columns--swap .column:nth-child(2){order:1}}.columns:not(:last-child){margin-bottom:40px;}@media screen and (min-width:1000px){.columns:not(:last-child){margin-bottom:80px}}.columns .column{display:flex;position:relative;flex-direction:column;}.column-image img{display:block;max-width:100%;margin:0 auto;}.half-width{max-width:700px;margin-bottom:20px;}@media screen and (min-width:800px){.half-width{margin-bottom:40px}}.text-area p,.text-area ul{font-size:15px;line-height:25px;}@media screen and (min-width:1000px){.text-area p,.text-area ul{font-size:18px;line-height:28px}}.text-area h1{font-size:7vw;line-height:7.5vw;color:var(--brandGrey);}@media screen and (min-width:1000px){.text-area h1{font-size:3.5vw;line-height:4vw}}@media screen and (min-width:1400px){.text-area h1{font-size:50px;line-height:60px}}.text-area h2{font-size:7vw;line-height:7.5vw;font-style:italic;color:var(--brandGrey);}@media screen and (min-width:1000px){.text-area h2{font-size:3.5vw;line-height:4vw}}@media screen and (min-width:1400px){.text-area h2{font-size:50px;line-height:60px}}.text-area h3{font-size:5vw;line-height:5.5vw;font-style:italic;color:var(--brandGrey);}@media screen and (min-width:1000px){.text-area h3{font-size:2.5vw;line-height:3vw}}@media screen and (min-width:1400px){.text-area h3{font-size:40px;line-height:50px}}.text-area p:not(:last-child),.text-area ul:not(:last-child),.text-area h1:not(:last-child),.text-area h2:not(:last-child),.text-area h3:not(:last-child){margin-bottom:20px;}.text-area h2 strong{color:var(--brandGreen);}.text-area .grid-3{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px;}.text-area .button:not(:last-child){margin-bottom:15px;}.text-area .para-small{font-size:12px;line-height:18px;}@media screen and (min-width:1000px){.text-area .para-small{font-size:14px;line-height:22px}}.text-area p a,.text-area p .js-form{color:var(--brandGreen);text-decoration:underline;cursor:pointer;}.component--dark .text-area p,.component--dark .text-area h2,.component--dark .text-area h3,.component--dark .text-area ul{color:#ffffff;}.text-center{text-align:center;}.text-center svg{margin-left:auto;margin-right:auto;}.align-center{align-items:center;}.svg-stacked svg{display:block;margin-bottom:10px;}.button{font-size:15px;line-height:25px;background:var(--brandGreen);padding:10px 15px;border-radius:6px;text-decoration:none;color:#ffffff;font-weight:bold;display:flex;align-items:center;margin-top:25px;text-transform:uppercase;}@media screen and (min-width:1000px){.button{font-size:18px;line-height:28px}}.button strong{display:block;font-weight:normal;}.button svg{height:22px;width:22px;margin-left:auto;display:block;flex-shrink:0;}.valign-middle{align-items:center;}.app-image{max-width:300px;margin:0 auto;display:block;}.app-image--2{display:block;display:flex;}.app-image--2 img{width:45%;}.stretch-image{position:absolute;width:100%;height:100%;object-fit:cover;}.abstract-background-line{position:relative;}.abstract-background-line svg:nth-child(1){position:absolute;top:0;right:0;width:50%;height:auto;fill:var(--brandGreenLighter);z-index:-1;}.abstract-background-line svg:nth-child(2){position:absolute;bottom:0;left:0;width:50%;height:auto;fill:var(--brandGreenLighter);z-index:-1;}.partner-logos{display:flex;margin:40px 0 0 0;}.partner-logos img{display:block;width:80px;margin-right:25px;}@media screen and (min-width:1000px){.partner-logos img{width:140px}}.custom-arrow-indent{position:relative;padding-left:60px;}.custom-arrow-indent .svg-arrow{width:80px;height:auto;position:absolute;top:10px;left:-30px;fill:var(--brandGreen);opacity:.25;}.custom-arrow-indent .svg-arrow svg{width:100%;height:auto;display:block;}@media screen and (min-width:1000px){.custom-arrow-indent{padding-left:100px}.custom-arrow-indent .svg-arrow{width:200px;height:115px;top:10px;left:-120px;display:block}}.abstract-sports-image{display:block;margin-bottom:30px;max-width:100%;}.hero-video{background:var(--brandGrey);width:100%;padding-bottom:40%;position:relative;}.hero-video video{position:absolute;top:0;right:0;bottom:0;width:100%;top:0;height:100%;object-fit:cover;}.hero-video .video-down-button{position:absolute;left:50%;bottom:-10px;box-shadow:0 5px 10px rgba(0,0,0,.2);background:#ffffff;border-radius:100%;width:50px;height:50px;transform:translateX(-50%);animation:bounceIn 2s infinite 2s;}.hero-video .video-down-button svg{width:40px;height:40px;fill:var(--brandGrey);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}.hero-video h1{font-size:16px;opacity:0;}@keyframes bounceIn{0%,20%,50%,80%,100%{transform:translate(-50%,0);opacity:1}40%{transform:translate(-50%,-10px)}60%{transform:translate(-50%,-5px)}}.intro-svg-abstract-wrapper{overflow-x:hidden;display:block;height:2000px;position:absolute;top:0;left:0;right:0;}.intro-svg-abstract{display:block;width:2000px;height:1000px;position:absolute;top:0;left:70%;transform:translate(-50%,0);z-index:-1;}.intro-svg-abstract svg{width:100%;height:auto;fill:var(--brandGreen);opacity:.25;}.intro-svg-abstract:before{content:"";z-index:1;background:linear-gradient(rgba(255,255,255,0),#fff);position:absolute;width:100%;height:100%;}.intro-customised-header{margin:30px 0;}.intro-customised-header img{display:block;margin:0 auto;width:100%;max-width:1200px;}@media screen and (min-width:800px){.intro-customised-header{margin:60px 0}}.intro-video{max-width:800px;margin-left:auto;margin-right:auto;}.intro-video-container{width:100%;padding-bottom:60%;background:var(--brandGrey);}.dynamic-sport{display:grid;grid-gap:40px;}.dynamic-sport h2{font-size:30px;line-height:40px;font-weight:100;font-style:italic;}.dynamic-sport p{font-size:16px;line-height:26px;}.dynamic-sport-description{position:relative;}.dynamic-sport-grid{display:grid;position:sticky;top:160px;grid-gap:30px;}.dynamic-sport-grid .dynamic-sport-svg-icon{width:120px;display:block;}.dynamic-sport-grid .dynamic-sport-svg-icon svg{display:block;width:100%;height:auto;fill:var(--brandGreen);}@media screen and (min-width:800px){.dynamic-sport{grid-template-columns:1fr 1fr}.dynamic-sport-grid{grid-template-columns:120px 1fr;grid-template-rows:auto auto}.dynamic-sport-grid h2{grid-column:span 2}}.quote-svg-quote{display:block;}.quote-svg-quote svg{width:190px;height:120px;fill:#ffffff;}.quote-blockquote{font-size:7vw;line-height:7.5vw;font-style:italic;font-weight:900;margin-bottom:10px;color:#ffffff;}@media screen and (min-width:1000px){.quote-blockquote{font-size:3.5vw;line-height:4vw}}@media screen and (min-width:1400px){.quote-blockquote{font-size:50px;line-height:60px}}.quote-author,.quote-role{font-size:20px;line-height:30px;margin:0;padding:0;color:#ffffff;}@media screen and (min-width:1400px){.quote-author,.quote-role{font-size:25px;line-height:35px}}.quote-role{font-weight:bold;}.quote-svg-arrow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:60%;width:auto;}.quote-svg-arrow svg{fill:#ffffff;opacity:.25;height:100%;width:auto;}@media screen and (max-width:1200px){.quote-svg-arrow{display:none}}@media screen and (min-width:800px){.quote-container{display:grid;grid-template-columns:254px auto;grid-gap:20px}.quote-svg-quote svg{width:254px;height:160px}.quote-blockquote{margin-bottom:15px;padding-top:80px}}@media screen and (min-width:1200px){.quote-container{grid-template-columns:380px auto}.quote-svg-quote svg{width:380px;height:240px}.quote-blockquote{padding-top:130px;margin-bottom:20px}}.keypoints-row{display:grid;grid-gap:20px;margin:20px 0;text-align:center;}.keypoints-row .keypoint{background:var(--brandGreenLighter);padding:20px;}.keypoints-row .keypoint h4{font-size:5vw;line-height:5.5vw;display:block;margin-bottom:10px;color:var(--brandGrey);}@media screen and (min-width:1000px){.keypoints-row .keypoint h4{font-size:2.5vw;line-height:3vw}}@media screen and (min-width:1400px){.keypoints-row .keypoint h4{font-size:40px;line-height:50px}}.keypoints-row .keypoint p{font-size:15px;line-height:25px;display:block;}@media screen and (min-width:1000px){.keypoints-row .keypoint p{font-size:18px;line-height:28px}}.keypoints-row .keypoint .keypoint-svg-arrow{display:block;margin:0 auto;margin-bottom:15px;width:100px;height:57px;}.keypoints-row .keypoint .keypoint-svg-arrow svg{fill:var(--brandGreen);display:block;width:100%;height:auto;}@media screen and (min-width:1000px){.keypoints-row{grid-template-columns:1fr 1fr 1fr;grid-gap:40px;margin:40px 0}.keypoints-row .keypoint{padding:40px 20px}}.keypoints-grid{display:grid;grid-gap:40px;margin:40px 0;}.keypoints-grid .keypoint{padding-left:65px;position:relative;}.keypoints-grid .keypoint h4{font-size:20px;line-height:30px;display:block;margin-bottom:5px;grid-column-start:2;color:var(--brandGreen);}@media screen and (min-width:1400px){.keypoints-grid .keypoint h4{font-size:25px;line-height:35px}}.keypoints-grid .keypoint p{font-size:15px;line-height:25px;display:block;grid-column-start:2;}@media screen and (min-width:1000px){.keypoints-grid .keypoint p{font-size:18px;line-height:28px}}.keypoints-grid .keypoint .keypoint-svg-arrow{position:absolute;top:0;left:0;display:block;width:50px;height:25px;}.keypoints-grid .keypoint .keypoint-svg-arrow svg{fill:var(--brandGreen);display:block;width:100%;height:auto;}@media screen and (min-width:1000px){.keypoints-grid{grid-template-columns:1fr 1fr;grid-gap:40px}}.keypoints-list li{position:relative;padding-left:65px;margin-top:20px;}.keypoints-list li .keypoint-svg-arrow{left:0;position:absolute;display:block;width:50px;height:25px;top:5px;}.keypoints-list li .keypoint-svg-arrow svg{fill:var(--brandGreen);display:block;width:100%;height:auto;}.accordion-group:not(:last-child){margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid var(--brandGrey);}.accordion-header{font-size:20px;line-height:30px;display:flex;align-items:center;font-weight:600;font-style:italic;cursor:pointer;}@media screen and (min-width:1400px){.accordion-header{font-size:25px;line-height:35px}}.accordion-header:before{display:block;content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 11h-6V5h-2v6H5v2h6v6h2v-6h6z"></path></svg>');width:24px;height:24px;margin-right:8px;}.accordion-header.js-active:before{content:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M5 11h14v2H5z"></path></svg>');}.accordion-content{display:none;padding-top:30px;}@media screen and (min-width:800px){.accordion-content{padding-left:100px}}.owl-grid{overflow:hidden;}.owl-grid .button{display:inline-block;margin:30px auto 0 auto;}.owl-grid-load{width:100%;padding-top:30px;padding-bottom:30px;}.owl-grid-load .owl-card{opacity:0;transition:.2s;}.owl-grid .owl-item{margin:0 10px;}.owl-grid-carousel{padding-top:30px;padding-bottom:30px;z-index:1;margin:0 auto;overflow:visible;}@media screen and (max-width:1440px){.owl-grid-carousel{width:100%}}.owl-grid-carousel .owl-stage{display:flex;}.owl-grid-carousel .owl-item{display:block;}.owl-grid-carousel .owl-nav{margin-top:40px;display:flex;justify-content:flex-end;}.owl-grid-carousel .owl-nav .owl-prev,.owl-grid-carousel .owl-nav .owl-next{background:none;cursor:pointer;border-radius:100%;border:3px solid #ffffff;width:auto;height:auto;display:block;padding:5px;margin-right:10px;}.owl-grid-carousel .owl-nav .owl-prev svg,.owl-grid-carousel .owl-nav .owl-next svg{width:40px;height:40px;fill:#ffffff;display:block;}.owl-grid-carousel .owl-dots{display:flex;margin-top:-42px;}.owl-grid-carousel .owl-dot{border-radius:100%;width:30px;height:30px;margin-right:10px;display:block;cursor:pointer;border:3px solid #ffffff;background:none;}.owl-grid-carousel .owl-dot.active{background:#ffffff;}.owl-grid-carousel,.owl-grid-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative;}.owl-grid-carousel .owl-stage-outer{position:relative;-webkit-transform:translate3d(0,0,0);}.owl-grid-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden;}.owl-grid-carousel .owl-item{-webkit-backface-visibility:hidden;-webkit-touch-callout:none;}.owl-grid-load{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;}.owl-grid-load .owl-card{grid-area:1/1;}.cta-box{border:4px solid var(--brandGreenLighter);}.cta-box .column:nth-child(1){padding:20px;}@media screen and (min-width:800px){.cta-box .column:nth-child(1){padding:40px}}.cta-panel{border:4px solid var(--brandGreenLighter);padding:20px;flex-grow:1;}@media screen and (min-width:800px){.cta-panel{padding:40px}}.cta-box,.cta-panel{display:flex;}.cta-box .text-area,.cta-panel .text-area{display:flex;flex-grow:1;flex-direction:column;}.cta-box .text-area h3,.cta-panel .text-area h3{font-size:5vw;line-height:5.5vw;}@media screen and (min-width:1000px){.cta-box .text-area h3,.cta-panel .text-area h3{font-size:2.5vw;line-height:3vw}}@media screen and (min-width:1400px){.cta-box .text-area h3,.cta-panel .text-area h3{font-size:40px;line-height:50px}}.cta-box .text-area ul li,.cta-panel .text-area ul li{display:flex;align-items:center;margin-bottom:20px;}.cta-box .text-area .button,.cta-panel .text-area .button{align-self:baseline;margin-top:0;width:calc(100% - 40px);}.cta-box .text-area .keypoints-list,.cta-panel .text-area .keypoints-list{flex-grow:1;}.cta-box .text-area .keypoint-svg-arrow,.cta-panel .text-area .keypoint-svg-arrow{display:block;width:50px;height:28px;margin-right:15px;}.cta-box .text-area .keypoint-svg-arrow svg,.cta-panel .text-area .keypoint-svg-arrow svg{fill:var(--brandGreen);display:block;width:100%;height:auto;}.js-form{cursor:pointer;}.form-modal{background:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;}.form-modal-container{position:fixed;top:70px;left:50%;transform:translateX(-50%);background:#fff;border-radius:6px;padding:30px;z-index:9999;width:340px;overflow:auto;bottom:30px;max-width:calc(100vw - 100px);}.form-modal-container .text-area{margin-bottom:20px;}.form-field select,.form-field input{outline:none;border:none;background-image:none;background-color:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;-webkit-appearance:none;width:100%;}.form-field{margin-bottom:10px;}.form-field label{font-size:15px;line-height:25px;display:block;margin-bottom:5px;}@media screen and (min-width:1000px){.form-field label{font-size:18px;line-height:28px}}.form-field input[type=text],.form-field textarea,.form-field .form-field-select{font-family:Transducer,sans-serif;font-size:15px;line-height:25px;border:2px solid var(--brandGrey);color:var(--brandGrey);border-radius:5px;display:block;padding:5px 10px;width:calc(100% - 24px);}@media screen and (min-width:1000px){.form-field input[type=text],.form-field textarea,.form-field .form-field-select{font-size:18px;line-height:28px}}.form-field .form-field-select{position:relative;}.form-field .form-field-select svg{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:30px;z-index:2;fill:var(--brandGrey);}.form-field select{font-family:Transducer,sans-serif;font-size:15px;line-height:25px;cursor:pointer;position:relative;z-index:2;}@media screen and (min-width:1000px){.form-field select{font-size:18px;line-height:28px}}.form-field-checkbox{display:flex;align-items:center;position:relative;}.form-field-checkbox:not(:last-child){margin-bottom:10px;}.form-field-checkbox input{order:1;z-index:3;width:32px;height:32px;cursor:pointer;margin:0;padding:0;background:#efefef;border-radius:5px;}.form-field-checkbox input:checked{background:none;}.form-field-checkbox input:checked + svg{opacity:1;}.form-field-checkbox label{order:2;margin-left:10px;}.form-field-checkbox svg{border-radius:5px;background:#efefef;opacity:0;position:absolute;top:50%;transform:translateY(-50%);width:20px;height:20px;padding:6px;z-index:2;}.form-field-submit{position:relative;}.form-field-submit input{position:absolute;top:0;left:0;bottom:0;right:0;display:block;cursor:pointer;background:red;opacity:0;}.field-validation-error{color:red;font-size:14px;margin-top:5px;font-weight:bold;font-style:italic;}.form-modal-close{position:fixed;top:20px;right:20px;fill:var(--brandGrey);z-index:2;cursor:pointer;}.form-modal-close svg{width:30px;height:30px;display:block;background:#ffffff;padding:5px;border-radius:6px;}.loader-ring{display:flex;position:absolute;top:0;left:0;right:0;bottom:0;background:#cccccc;border-radius:6px;justify-content:center;align-items:center;}.loader-ring-circles{width:15px;aspect-ratio:1;border-radius:50%;animation:l5 1s infinite linear alternate;}@keyframes l5{0%{box-shadow:20px 0 #000,-20px 0 rgba(0,0,0,.1333333333);background:#000}33%{box-shadow:20px 0 #000,-20px 0 rgba(0,0,0,.1333333333);background:rgba(0,0,0,.1333333333)}66%{box-shadow:20px 0 rgba(0,0,0,.1333333333),-20px 0 #000;background:rgba(0,0,0,.1333333333)}100%{box-shadow:20px 0 rgba(0,0,0,.1333333333),-20px 0 #000;background:#000}}