:root{--blue-color-code:228deg,72%,52%;--peach-color-code:7deg,100%,66%;--gold-color-code:42deg,100%,61%;--pink-color-code:12deg,100%,85%;--blue:#2c50dd;--peach:#ff6652;--gold:#ffc338;--pink:#ffc2b3;--blue-shade-dark:#5c76dd;--blue-shade-regular:#99a9e9;--blue-shade-light:#adbaee;--blue-shade-lighter:#ccd4f4;--blue-shade-lightest:#d6ddf6;--light-purple:#eaedfc;--blue-extra-light:rgba(233,236,252,.2);--blue-light:rgba(44,80,221,.5);--peach-light:rgba(255,102,82,.5);--gold-light:rgba(255,195,56,.5);--skin-deep:#a94200;--skin-medium:#f18f67;--skin-light:#ffc096;--white:#fff;--black:#000;--font-light:"BrandonGrotesqueWeb-Light";--font-regular:"BrandonGrotesqueWeb-Regular";--font-regular-italic:"BrandonGrotesqueWeb-Italic";--font-medium:"BrandonGrotesqueWeb-Medium";--font-bold:"BrandonGrotesqueWeb-Bold";--font-black:"BrandonGrotesqueWeb-Black";--shadow-blue:229deg 69% 31%;--blue-shadow-elevation-low:0.3px 0.5px 0.7px hsl(var(--shadow-blue)/0.34),0.4px 0.8px 1px -1.2px hsl(var(--shadow-blue)/0.34),1px 2px 2.5px -2.5px hsl(var(--shadow-blue)/0.34);--blue-shadow-elevation-medium:0.3px 0.5px 0.7px hsl(var(--shadow-blue)/0.36),0.8px 1.6px 2px -0.8px hsl(var(--shadow-blue)/0.36),2.1px 4.1px 5.2px -1.7px hsl(var(--shadow-blue)/0.36),5px 10px 12.6px -2.5px hsl(var(--shadow-blue)/0.36);--blue-shadow-elevation-high:0.3px 0.5px 0.7px hsl(var(--shadow-blue)/0.34),1.5px 2.9px 3.7px -0.4px hsl(var(--shadow-blue)/0.34),2.7px 5.4px 6.8px -0.7px hsl(var(--shadow-blue)/0.34),4.5px 8.9px 11.2px -1.1px hsl(var(--shadow-blue)/0.34),7.1px 14.3px 18px -1.4px hsl(var(--shadow-blue)/0.34),11.2px 22.3px 28.1px -1.8px hsl(var(--shadow-blue)/0.34),17px 33.9px 42.7px -2.1px hsl(var(--shadow-blue)/0.34),25px 50px 62.9px -2.5px hsl(var(--shadow-blue)/0.34);--shadow-peach:8deg 75% 40%;--peach-shadow-elevation-low:0.3px 0.5px 0.7px hsl(var(--shadow-peach)/0.34),0.4px 0.8px 1px -1.2px hsl(var(--shadow-peach)/0.34),1px 2px 2.5px -2.5px hsl(var(--shadow-peach)/0.34);--peach-shadow-elevation-medium:0.3px 0.5px 0.7px hsl(var(--shadow-peach)/0.36),0.8px 1.6px 2px -0.8px hsl(var(--shadow-peach)/0.36),2.1px 4.1px 5.2px -1.7px hsl(var(--shadow-peach)/0.36),5px 10px 12.6px -2.5px hsl(var(--shadow-peach)/0.36);--peach-shadow-elevation-high:0.3px 0.5px 0.7px hsl(var(--shadow-peach)/0.34),1.5px 2.9px 3.7px -0.4px hsl(var(--shadow-peach)/0.34),2.7px 5.4px 6.8px -0.7px hsl(var(--shadow-peach)/0.34),4.5px 8.9px 11.2px -1.1px hsl(var(--shadow-peach)/0.34),7.1px 14.3px 18px -1.4px hsl(var(--shadow-peach)/0.34),11.2px 22.3px 28.1px -1.8px hsl(var(--shadow-peach)/0.34),17px 33.9px 42.7px -2.1px hsl(var(--shadow-peach)/0.34),25px 50px 62.9px -2.5px hsl(var(--shadow-peach)/0.34);--stock-border-radius:5px;--stock-transition-in:0.3s all ease-in;--stock-transition-out:0.3s all ease-out}html{font-family:var(--font-light);font-size:18px}body{font-family:sans-serif;font-family:var(--font-light);height:100%;margin:auto;max-width:1600px;overflow-x:hidden}.button,button{border:none;border-radius:var(--stock-border-radius);color:unset;cursor:pointer;display:inline-block;font-family:var(--font-medium);font-size:.9rem;line-height:1.1rem;padding:10px 25px;text-decoration:none;text-transform:uppercase;transition:var(--stock-transition-out)}.button:hover{box-shadow:var(--peach-shadow-elevation-low);transition:var(--stock-transition)}.btn-text__white{color:var(--white)}.header{align-items:center;background-color:#fff;border-bottom:1px solid var(--blue-shade-lightest);display:flex;height:86px;justify-content:space-between;max-width:1600px;padding:15px 50px;position:fixed;top:0;width:100%;z-index:10000000}.header__logo{height:auto;width:200px}.header__menu ul{align-items:center;display:flex;gap:35px;list-style:none;margin:0;padding:0}.header__menu ul li{align-items:center;display:block;display:flex;font-family:var(--font-bold);font-size:.9rem;height:50px;letter-spacing:.5px;text-transform:uppercase}.menu.menu--mobile.active li{width:100%}.header__menu ul li a{align-items:center;color:var(--black);display:flex;height:50px;justify-content:center;text-align:center;text-decoration:none}.header__menu ul li a.active{border-bottom:3px solid var(--blue);transform:translateY(2px)}.header__menu ul li:last-child{background-color:var(--blue);border-radius:var(--stock-border-radius);color:unset;display:flex;font-family:var(--font-medium);font-size:.9rem;letter-spacing:0;line-height:1.1rem;padding:10px 25px;text-decoration:none;text-transform:uppercase;transition:var(--stock-transition-out)}.header__menu ul li:last-child a{color:var(--white)}ul.menu__submenu.menu__submenu--level-2.no-list li.menu__item.menu__item--depth-2{align-items:center;background-color:transparent;border-radius:0;display:block;display:flex;font-family:var(--font-medium);font-size:1rem;height:unset;letter-spacing:.5px;padding:0 15px;text-transform:lowercase;width:100%}ul.menu__submenu.menu__submenu--level-2.no-list li.menu__item.menu__item--depth-2 a{color:var(--peach)}ul.menu__submenu.menu__submenu--level-2.no-list li.menu__item.menu__item--depth-2:hover{background:var(--peach-light)}ul.menu__submenu.menu__submenu--level-2.no-list li.menu__item.menu__item--depth-2:hover a{color:var(--white)}section{padding:100px 50px;position:relative}sup{color:var(--gold);font-family:var(--font-bold);font-size:1rem;text-transform:uppercase}.body-wrapper{padding-top:85px;position:relative}.body-overlay{background-color:rgba(0,0,0,.4);z-index:2}.body-overlay,.modal-overlay{bottom:0;display:none;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.modal-overlay{background-color:rgba(0,0,0,.8);z-index:1010}.form input{-webkit-appearance:none;appearance:none}.form select{background-color:var(--white)}.form form fieldset{max-width:unset;width:100%}.form form input[type=text],input[type=email],input[type=tel],select,textarea{border:none;border-radius:5px;margin-bottom:15px;outline:2px solid var(--light-purple);padding:10px 10px 10px 15px;width:100%}.form form input::placeholder,select:first-child,textarea::placeholder{color:rgba(0,0,0,.4);font-family:var(--font-medium);font-size:.9rem;text-transform:uppercase}.form form input[type=text],input[type=email],input[type=tel],select,textarea{color:var(--black);font-family:var(--font-medium)}.form form select.hs-input,.form form textarea{width:100%!important}.form form input[type=submit]{background-color:var(--peach);border:none;border-radius:var(--stock-border-radius);color:var(--white);cursor:pointer;display:inline-block;font-family:var(--font-medium);font-size:.9rem;line-height:1.1rem;padding:10px 25px;text-decoration:none;text-transform:uppercase;transition:var(--stock-transition-out)}.form form input[type=submit]:hover{box-shadow:var(--peach-shadow-elevation-low);transition:var(--stock-transition)}.form form input:focus,.form form select:focus,.form form textarea:focus{outline:2px solid var(--blue)}.form form textarea{min-height:150px}.form form input.hs-input.invalid.error{outline:2px solid var(--peach)}.form .hs_recaptcha{margin:15px auto 25px}.content-wrapper{min-height:75vh}.content-wrapper .error-page{margin:auto;max-width:50ch;position:relative;text-align:center}.content-wrapper .error-page h1{margin-bottom:20px}.content-wrapper .accent{background-image:url(https://21009557.fs1.hubspotusercontent-na1.net/hubfs/21009557/website/assets/shapes/play%20triangle.svg);height:500px;right:-150px;top:-50px}.content-wrapper .accent,.content-wrapper .swash,.content-wrapper .swipe{background-repeat:no-repeat;background-size:contain;opacity:.3;position:absolute;width:500px}.content-wrapper .swash,.content-wrapper .swipe{background-image:url(https://21009557.fs1.hubspotusercontent-na1.net/hubfs/21009557/website/assets/shapes/wave-cobalt.svg);bottom:0;height:300px;left:-65px}.systems-page--search-results{margin:auto;max-width:1000px}.systems-page--search-results h1{padding-bottom:25px}.systems-page--search-results .hs-search-results{border-top:1px solid var(--light-purple);padding-top:25px}.systems-page--search-results #hsresults{display:flex;flex-direction:column;gap:40px}.hs-search-results__title{color:var(--black);font-family:var(--font-regular);font-size:1.5rem;text-decoration:none;text-transform:lowercase}.hs-search-results__title:hover{color:var(--peach)}.hs-search__no-results{font-size:1.4rem}.systems-page--search-results #hsresults .hs-search-results__description{font-family:var(--font-light);margin-top:20px}@media (max-width:1100px){.header__menu ul{gap:15px}}@media (max-width:875px){.header__menu ul li:last-child{margin-top:25px}.header__menu ul li{justify-content:center}.header__menu ul li a{width:100%}section{padding:75px 50px}}@media (max-width:500px){.header{background:#fff;border:1px solid rgba(0,0,0,.05);padding:15px;position:fixed;width:100%;z-index:10}section{padding:50px 25px 75px}.header__logo{width:175px}}
//# sourceURL=https://21009557.fs1.hubspotusercontent-na1.net/hubfs/21009557/raw_assets/16/public/@projects/peakrx-website-theme/theme/css/global.css