:root{--brand-clr:#f20000;--pr-clr:#000;--sc-clr:#fff}::-moz-selection{background:var(--brand-clr,#f20000);color:var(--sc-clr,#fff)}::selection{background:var(--brand-clr,#f20000);color:var(--sc-clr,#fff)}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}html{font-size:15px;font-weight:300;font-family:foco,sans-serif}body{width:100%;height:100vh;padding:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}a{text-decoration:none;color:var(--pr-clr)}.header{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__logo,.header__phone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;outline:0}.header__logo{width:166px;height:33px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.header__logo svg{display:block;width:100%;height:100%}.header__phone{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.phone__icon{height:100%;display:block;margin-left:50px}.phone__text{display:none;padding-left:20px;font-size:clamp(1rem,1.5vw,1.33rem);white-space:nowrap}.quote__container{height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.quote{color:var(--brand-clr);font-weight:400}.quote__text{display:block;font-size:clamp(2rem,3vw,4rem);font-style:italic;line-height:1.2;margin-bottom:.75em}.quote__caption{font-size:clamp(1rem,1.5vw,2rem);line-height:1.333}.quote__company{font-weight:400}.wave{width:47px;height:6px;display:block;-ms-flex-item-align:end;align-self:flex-end}@media (min-width:500px){.phone__text{display:block}.phone__icon{margin-left:0}}@media (min-width:1200px){.quote,.quote__caption{margin:0 25vw}}@media (prefers-color-scheme:dark){body{background-color:#000}body::after,body::before{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-10}body::before{background-image:url(../assets/background.jpg);background-size:cover;background-position:center;opacity:.3}body::after{background:linear-gradient(155deg,#000,rgba(0,0,0,0))}body *{color:var(--sc-clr)}body svg{-webkit-filter:invert(100%) brightness(100%);filter:invert(100%) brightness(100%)}}