@keyframes pressHeroCarousel{0%,28%{transform:translateY(calc(var(--press-hero-item-height) * -6))}36%,61%{transform:translateY(calc(var(--press-hero-item-height) * -7))}69%,94%{transform:translateY(calc(var(--press-hero-item-height) * -8))}to{transform:translateY(calc(var(--press-hero-item-height) * -9))}}@keyframes pressHeroItemActiveCycling{0%,28%{color:#00c8dc}36%,to{color:hsla(0,0%,100%,.55)}}@keyframes pressHeroItemActiveMoto{0%,28%,69%,to{color:hsla(0,0%,100%,.55)}36%,61%{color:#00c8dc}}@keyframes pressHeroItemActiveSafety{0%,61%,to{color:hsla(0,0%,100%,.55)}69%,94%{color:#00c8dc}}@keyframes pressHeroItemActiveCyclingEnd{0%,94%{color:hsla(0,0%,100%,.55)}to{color:#00c8dc}}@keyframes pressHeroActiveCycling{0%,28%,to{opacity:1}36%,94%{opacity:0}}@keyframes pressHeroActiveMoto{0%,28%,69%,to{opacity:0}36%,61%{opacity:1}}@keyframes pressHeroActiveSafety{0%,61%,to{opacity:0}69%,94%{opacity:1}}.press-page{width:100%;height:-moz-fit-content;height:fit-content;min-height:100vh;overflow:hidden;background:#f8f8f8}.press-page a,.press-page p,.press-page span{font-size:15px!important;line-height:1.2}.press-page .press-hero{--press-hero-item-height:68px;--press-hero-duration:9s;width:100%;height:60vh;min-height:520px;position:relative;overflow:hidden;background:#000;color:#d8d8d8;display:grid;grid-template-columns:calc(50% - 220px) 220px 1fr;cursor:default}.press-page .press-hero *{cursor:default}@media(max-width:768px){.press-page .press-hero{height:68vh;min-height:560px;grid-template-columns:1fr;grid-template-rows:180px 180px 1fr;display:flex;flex-direction:row-reverse;gap:32px}}.press-page .press-hero .press-hero__carousel{grid-column:2;position:relative;height:100%;overflow:visible;border-right:1px solid hsla(0,0%,100%,.18)}@media(max-width:768px){.press-page .press-hero .press-hero__carousel{grid-column:1;grid-row:2;width:unset;flex:1 1;overflow:hidden;border-right:0;border-top:1px solid hsla(0,0%,100%,.18);border-bottom:1px solid hsla(0,0%,100%,.18)}}.press-page .press-hero .press-hero__link{position:absolute;right:calc(100% + 40px);top:50%;transform:translateY(-50%);color:#d8d8d8;line-height:1;display:flex;align-items:center;gap:16px;text-decoration:none;white-space:nowrap;transition:color .3s ease;z-index:5}.press-page .press-hero .press-hero__link span{font-size:inherit!important;line-height:1;transform:translateY(-1px)}.press-page .press-hero .press-hero__link:hover{color:#fff}@media(max-width:768px){.press-page .press-hero .press-hero__link{display:none}}.press-page .press-hero .press-hero__carousel-track{position:absolute;top:calc(50% - var(--press-hero-item-height)/2);left:0;right:0;display:flex;flex-direction:column;animation:pressHeroCarousel var(--press-hero-duration) cubic-bezier(.77,0,.175,1) infinite;will-change:transform}.press-page .press-hero .press-hero__carousel-item{height:var(--press-hero-item-height);display:flex;align-items:center;padding-left:36px;color:hsla(0,0%,100%,.55);letter-spacing:.04em;white-space:nowrap;transition:color .25s ease}.press-page .press-hero .press-hero__carousel-item--active-cycling{animation:pressHeroItemActiveCycling var(--press-hero-duration) linear infinite}.press-page .press-hero .press-hero__carousel-item--active-moto{animation:pressHeroItemActiveMoto var(--press-hero-duration) linear infinite}.press-page .press-hero .press-hero__carousel-item--active-safety{animation:pressHeroItemActiveSafety var(--press-hero-duration) linear infinite}.press-page .press-hero .press-hero__carousel-item--active-cycling-end{animation:pressHeroItemActiveCyclingEnd var(--press-hero-duration) linear infinite}.press-page .press-hero .press-hero__visuals{grid-column:3;position:relative;height:100%;min-width:0}@media(max-width:768px){.press-page .press-hero .press-hero__visuals{grid-column:1;grid-row:3;flex:1 1}}.press-page .press-hero .press-hero__visual{position:absolute!important;top:50%;left:60%;max-width:50%;max-height:50%;object-fit:contain;transform:translate(-50%,-50%);opacity:0;transition:opacity .4s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none}@media(max-width:768px){.press-page .press-hero .press-hero__visual{max-width:75%;max-height:75%}}.press-page .press-hero .press-hero__visual--cycling{animation:pressHeroActiveCycling var(--press-hero-duration) linear infinite}.press-page .press-hero .press-hero__visual--moto{animation:pressHeroActiveMoto var(--press-hero-duration) linear infinite}.press-page .press-hero .press-hero__visual--safety{animation:pressHeroActiveSafety var(--press-hero-duration) linear infinite;width:min(54%,520px)}.press-page .press-hero .press-hero__title{position:absolute;left:16px;bottom:16px;color:#d8d8d8;z-index:4}.press-page .articles{padding:80px 20px 48px;display:flex;flex-direction:column;gap:20px;position:relative}@media(max-width:768px){.press-page .articles{gap:1rem;padding:1rem}}@media(min-width:768px)and (hover:hover)and (pointer:fine){.press-page .articles:has(.article:hover) .article:not(:hover) .title-tags{transition:bottom .4s ease,transform .3s ease}.press-page .articles:has(.article:hover) .article:hover .title-tags{transform:scale(1);transition:bottom .4s ease,transform .3s ease .1s}.press-page .articles:has(.article:hover) .article:hover button{opacity:1;transition:opacity .3s ease .1s,bottom .4s ease}}.press-page .articles .articles-row{width:100%;display:flex;gap:20px;height:calc((100vw - 100px)/4*1.25);min-height:360px;max-height:620px;--article-title-width:calc((100vw - 40px - 60px) / 4 - 40px)}.press-page .articles .articles-row.articles-row--3{--article-title-width:calc((100vw - 40px - 40px) / 3 - 40px)}.press-page .articles .articles-row.articles-row--2{--article-title-width:calc((100vw - 40px - 20px) / 2 - 40px)}.press-page .articles .articles-row.articles-row--1{--article-title-width:calc(100vw - 40px - 40px)}@media(max-width:1024px){.press-page .articles .articles-row{height:calc((100vw - 80px)/3*1.25)}}@media(max-width:768px){.press-page .articles .articles-row{gap:1rem;height:calc((100vw - 3rem)/2*1.25);min-height:320px;height:560px!important;flex:1 1;--article-title-width:calc((100vw - 2rem - 1rem) / 2 - 32px)}}@media(max-width:550px){.press-page .articles .articles-row{flex-direction:column;height:auto;--article-title-width:calc(100vw - 2rem - 32px)}}@media(min-width:768px)and (hover:hover)and (pointer:fine){.press-page .articles .articles-row:has(.article:hover) .article{flex:1 1;transition-delay:.2s}.press-page .articles .articles-row:has(.article:hover) .article:hover{flex:2 1;transition-delay:.2s}}.press-page .articles .article,.press-page .articles .article-spacer{flex:1 1;height:100%;min-width:0}.press-page .articles .article-spacer{pointer-events:none;visibility:hidden}@media(max-width:550px){.press-page .articles .article-spacer{display:none}}.press-page .articles .article{position:relative;overflow:hidden;transition:flex .6s cubic-bezier(.22,1,.36,1);will-change:flex}@media(max-width:550px){.press-page .articles .article{height:auto;aspect-ratio:4/5}}.press-page .articles .article a{position:absolute;inset:0;display:block;width:100%;height:100%}.press-page .articles .article .article-thumbnail,.press-page .articles .article img{position:absolute;width:100%;height:100%;object-fit:cover;z-index:1}.press-page .articles .article img{top:50%;left:50%;transform:translate(-50%,-50%)}.press-page .articles .article .article-thumbnail{top:0;left:0}.press-page .articles .article .article-thumbnail video{width:100%;height:100%;object-fit:cover}.press-page .articles .article .title-tags{position:absolute;left:20px;bottom:20px;z-index:3;color:#fff;width:var(--article-title-width);opacity:1;transform:scale(1);transform-origin:left bottom;transition:bottom .4s ease,transform .3s ease}@media(max-width:768px){.press-page .articles .article .title-tags{left:16px;bottom:16px}}.press-page .articles .article .title-tags .article-meta{margin-bottom:10px;opacity:.75}@media(max-width:768px){.press-page .articles .article .title-tags .article-meta{margin-bottom:8px}}.press-page .articles .article button{position:absolute;left:20px;bottom:24px;z-index:3;color:#fff;opacity:0;transform-origin:left bottom;transition:opacity .3s ease,bottom .4s ease;border:unset;padding:0!important}@media(max-width:768px){.press-page .articles .article button{left:16px;bottom:20px}}.press-page .articles .article .text-underlay{position:absolute;bottom:0;left:0;width:100%;height:30%;background:linear-gradient(180deg,hsla(0,0%,0%,0) 0,hsla(0,0%,0%,.013) 8.1%,hsla(0,0%,0%,.049) 15.5%,hsla(0,0%,0%,.104) 22.5%,hsla(0,0%,0%,.175) 29%,hsla(0,0%,0%,.259) 35.3%,hsla(0,0%,0%,.352) 41.2%,hsla(0,0%,0%,.45) 47.1%,hsla(0,0%,0%,.55) 52.9%,hsla(0,0%,0%,.648) 58.8%,hsla(0,0%,0%,.741) 64.7%,hsla(0,0%,0%,.825) 71%,hsla(0,0%,0%,.896) 77.5%,hsla(0,0%,0%,.951) 84.5%,hsla(0,0%,0%,.987) 91.9%,hsl(0,0%,0%));opacity:.5;z-index:2;transition:.4s ease}@media(min-width:768px)and (hover:hover)and (pointer:fine){.press-page .articles .article:hover .text-underlay{transform:scaleY(1);opacity:.75;transition:.4s ease}.press-page .articles .article:hover .title-tags{bottom:50px}.press-page .articles .article:hover button{opacity:1}.press-page .articles .article:hover button span{opacity:1;transition:.3s ease .75s;transform:translate(32px,-50%) scale(.75)}.press-page .articles .article:hover button:before{width:calc(100% + 1.25rem);transition:.8s cubic-bezier(1,-.4,.35,.95)}}.press-page .articles-show-more{width:100%;display:flex;align-items:center;justify-content:center;padding-bottom:64px}.press-page .articles-show-more button{background:#eee;border:unset;padding:12px 64px;cursor:pointer}.press-page .blue-diamond{display:flex;align-items:center;height:90vh;background:#eee}.press-page .blue-diamond div,.press-page .blue-diamond svg{flex:1 1}.press-page .blue-diamond .content{display:flex;flex-direction:column;gap:24px}.press-page .blue-diamond .content p{opacity:.75!important}.press-page .blue-diamond .content .click{display:flex;gap:4px}.press-page .blue-diamond .content .click a{color:#00c8dc;-webkit-text-stroke:.2px #00c8dc;text-decoration:unset}.press-page .blue-diamond .content .click a:hover{text-decoration:underline}@media(max-width:768px){.press-page .blue-diamond .content .click{flex-direction:column}}.press-page .blue-diamond h2{color:#00c8dc}.press-page .blue-diamond .text{padding-right:128px;display:flex;flex-direction:column;gap:12px}.press-page .blue-diamond .text a{text-decoration:underline}@media(max-width:768px){.press-page .blue-diamond{flex-direction:column;padding:16px;margin-top:32px}.press-page .blue-diamond svg{width:50%}.press-page .blue-diamond .text{padding-right:32px;gap:24px}}.press-page .press-kits{display:flex;flex-direction:column;gap:24px;background:#eee;padding:96px 16px}.press-page .press-kits .title{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px}.press-page .press-kits .title h2{color:#00c8dc}.press-page .press-kits .title p{opacity:.75}.press-page .press-kits .title .text{width:50%;text-align:center}.press-page .press-kits .press-cards{display:flex;gap:16px;padding-top:64px;height:calc((100vw - 64px)/3);min-height:360px;max-height:620px}@media(min-width:768px)and (hover:hover)and (pointer:fine){.press-page .press-kits .press-cards:has(.press-card:hover) .press-card{flex:1 1;transition-delay:.2s}.press-page .press-kits .press-cards:has(.press-card:hover) .press-card:hover{flex:2 1;transition-delay:.2s}}.press-page .press-kits .press-cards .press-card{flex:1 1;height:100%;min-width:0;position:relative;overflow:hidden;cursor:pointer;transition:flex .6s cubic-bezier(.22,1,.36,1);will-change:flex}@media(max-width:768px){.press-page .press-kits .press-cards .press-card{height:400px!important;flex:unset}}.press-page .press-kits .press-cards .press-card img{position:absolute;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:100%;height:100%;object-fit:cover;z-index:1}.press-page .press-kits .press-cards .press-card .overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:rgba(0,0,0,.4);z-index:2;transition:.4s ease}.press-page .press-kits .press-cards .press-card .text{position:absolute;left:20px;bottom:20px;z-index:3;color:#fff!important;display:flex;flex-direction:column;gap:8px;transition:bottom .4s ease}@media(max-width:768px){.press-page .press-kits .press-cards .press-card .text{left:16px;bottom:16px}}.press-page .press-kits .press-cards .press-card .button-container{position:static}.press-page .press-kits .press-cards .press-card button{position:absolute;left:20px;bottom:24px;z-index:3;color:#fff;opacity:0;transform-origin:left bottom;transition:opacity .3s ease,bottom .4s ease;border:unset;padding:0!important}@media(max-width:768px){.press-page .press-kits .press-cards .press-card button{left:16px;bottom:20px}}@media(min-width:768px)and (hover:hover)and (pointer:fine){.press-page .press-kits .press-cards .press-card:hover .overlay{background:rgba(0,0,0,.55)}.press-page .press-kits .press-cards .press-card:hover .text{bottom:50px}.press-page .press-kits .press-cards .press-card:hover button{opacity:1;transition:opacity .3s ease .1s,bottom .4s ease}.press-page .press-kits .press-cards .press-card:hover button span{opacity:1;transition:.3s ease .75s;transform:translate(42px,-50%) scale(.75)}.press-page .press-kits .press-cards .press-card:hover button:before{width:calc(100% + 1.25rem);transition:.8s cubic-bezier(1,-.4,.35,.95)}}@media(max-width:768px){.press-page .press-kits{padding-top:32px}.press-page .press-kits .title{align-items:flex-start;justify-content:flex-start}.press-page .press-kits .title .text{text-align:left;width:100%}.press-page .press-kits svg{width:50%}.press-page .press-kits .text{padding-right:32px;gap:24px}.press-page .press-kits .press-cards{flex-direction:column;height:auto;min-height:unset;max-height:unset;padding-top:16px}.press-page .press-kits .press-cards .press-card{height:auto;aspect-ratio:1/1}}.press-page .contact{gap:24px;background:#eee;height:50vh;padding:96px 16px}.press-page .contact,.press-page .contact .title{display:flex;flex-direction:column;align-items:center;justify-content:center}.press-page .contact .title{width:100%;gap:32px}.press-page .contact .title h2{color:#00c8dc}.press-page .contact .title p{opacity:.75}.press-page .contact .title .text{text-wrap:balance;text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center}.press-page .contact .title .text a{opacity:.75;transition:.2s ease}.press-page .contact .title .text a:hover{text-decoration:underline;opacity:1}@media(max-width:768px){.press-page .contact{padding:32px 16px}.press-page .contact .title{align-items:flex-start;justify-content:flex-start}.press-page .contact .title .text{text-align:left;width:100%}.press-page .contact svg{width:50%}.press-page .contact .text{padding-right:32px;gap:24px;width:100%;justify-content:flex-start!important;align-items:flex-start!important}.press-page .contact .press-cards{flex-direction:column;padding-top:16px}}