/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */html{color:#222;font-size:1em;line-height:1.4}::-moz-selection{background:#b3d4fc;text-shadow:none}::selection{background:#b3d4fc;text-shadow:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{border:0;margin:0;padding:0}textarea{resize:vertical}.g-hidden{display:none!important}.g-visuallyhidden{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.g-visuallyhidden.focusable:active,.g-visuallyhidden.focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;white-space:inherit;width:auto}.g-invisible{visibility:hidden}.g-clearfix:after,.g-clearfix:before{content:" ";display:table}.g-clearfix:after{clear:both}@font-face{font-family:OhnoSoftie;src:url(../fonts/OhnoSoftie-Light.woff2) format("woff2"),url(../fonts/OhnoSoftie-Light.woff) format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:OhnoSoftie;src:url(../fonts/OhnoSoftie-Regular.woff2) format("woff2"),url(../fonts/OhnoSoftie-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:OhnoSoftie;src:url(../fonts/OhnoSoftie-Medium.woff2) format("woff2"),url(../fonts/OhnoSoftie-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:OhnoSoftie;src:url(../fonts/OhnoSoftie-Bold.woff2) format("woff2"),url(../fonts/OhnoSoftie-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:OhnoSoftie;src:url(../fonts/OhnoSoftie-Black.woff2) format("woff2"),url(../fonts/OhnoSoftie-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:10px;display:flex;cursor:pointer;transition-property:opacity,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.is-active:hover,.hamburger:hover{opacity:1}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#000}.hamburger-box{width:16px;height:14px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:16px;height:2px;background-color:#000;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-6px}.hamburger-inner:after{bottom:-6px}.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:-12px;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,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-6px,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;transform:rotate(-90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0s}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos]{pointer-events:none}[data-aos].aos-animate{pointer-events:auto}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}@media screen{html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:none}html:not(.no-js) [data-aos=fade-up]{transform:translate3d(0,100px,0)}html:not(.no-js) [data-aos=fade-down]{transform:translate3d(0,-100px,0)}html:not(.no-js) [data-aos=fade-right]{transform:translate3d(-100px,0,0)}html:not(.no-js) [data-aos=fade-left]{transform:translate3d(100px,0,0)}html:not(.no-js) [data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}html:not(.no-js) [data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}html:not(.no-js) [data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}html:not(.no-js) [data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}html:not(.no-js) [data-aos=zoom-in]{transform:scale(.6)}html:not(.no-js) [data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}html:not(.no-js) [data-aos=zoom-out]{transform:scale(1.2)}html:not(.no-js) [data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}html:not(.no-js) [data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}html:not(.no-js) [data-aos^=slide][data-aos^=slide]{transition-property:transform;visibility:hidden}html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate{visibility:visible;transform:translateZ(0)}html:not(.no-js) [data-aos=slide-up]{transform:translate3d(0,100%,0)}html:not(.no-js) [data-aos=slide-down]{transform:translate3d(0,-100%,0)}html:not(.no-js) [data-aos=slide-right]{transform:translate3d(-100%,0,0)}html:not(.no-js) [data-aos=slide-left]{transform:translate3d(100%,0,0)}html:not(.no-js) [data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}html:not(.no-js) [data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}html:not(.no-js) [data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}html:not(.no-js) [data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}html:not(.no-js) [data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}html:not(.no-js) [data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}html:not(.no-js) [data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}html:not(.no-js) [data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}}body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:fancybox-rotate 1s linear infinite;background:transparent;border:4px solid;border-color:#888 #888 #fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes fancybox-rotate{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.g-ir{text-indent:100%;white-space:nowrap;overflow:hidden}.g-tel{cursor:default;text-decoration:none}.g-tel,.g-tel:hover{color:inherit}@media screen and (min-width:768px){.g-tel{pointer-events:none}}.g-loading{position:relative;opacity:.6}.g-loading:before{position:absolute;top:50%;left:50%;z-index:1000;width:40px;height:40px;border:6px solid #eaeaea;border-top-color:#282828;border-radius:50%;content:"";animation:spinner 1.2s ease infinite}@keyframes spinner{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}a:hover{text-decoration:none}.l-body,.l-html{scroll-behavior:smooth}.l-body{background:#fff}.l-body.no-scroll{overflow:hidden}.l-wrapper{position:relative;display:flex;flex-direction:column;margin:0 auto;width:100%;min-height:100vh}.l-content{position:relative;flex:1}.l-contentText{position:relative;display:block}.grecaptcha-badge{display:none}.b-text:after,.b-text:before{content:" ";display:table}.b-text:after{clear:both}.b-text blockquote,.b-text code,.b-text dl,.b-text h1,.b-text h2,.b-text h3,.b-text h4,.b-text h5,.b-text h6,.b-text ol,.b-text p,.b-text pre,.b-text ul{margin:1em 0}.b-text blockquote:first-child,.b-text code:first-child,.b-text dl:first-child,.b-text h1:first-child,.b-text h2:first-child,.b-text h3:first-child,.b-text h4:first-child,.b-text h5:first-child,.b-text h6:first-child,.b-text ol:first-child,.b-text p:first-child,.b-text pre:first-child,.b-text ul:first-child{margin-top:0}.b-text blockquote:last-child,.b-text code:last-child,.b-text dl:last-child,.b-text h1:last-child,.b-text h2:last-child,.b-text h3:last-child,.b-text h4:last-child,.b-text h5:last-child,.b-text h6:last-child,.b-text ol:last-child,.b-text p:last-child,.b-text pre:last-child,.b-text ul:last-child{margin-bottom:0}.b-text blockquote{font-style:italic}.b-text blockquote,.b-text code,.b-text pre{display:block;padding:.5em 1em;border-left:2px solid #000}.b-text code,.b-text pre{background:#e9ebec}.b-text a{text-decoration:underline}.b-text a:hover{text-decoration:none}.b-text a[href^=tel]{color:inherit;cursor:default;text-decoration:none}.b-text a[href^=tel]:hover{color:inherit}@media screen and (min-width:768px){.b-text a[href^=tel]{pointer-events:none}}.b-text img{max-width:100%}.b-text .aligncenter{clear:both;display:block;margin:.375em auto 1em}.b-text .alignright{float:right;margin:.375em 0 1em 1em}.b-text .alignleft{float:left;margin:.375em 1em 1em 0}.b-text .wp-caption{margin-top:1em;margin-bottom:1em;max-width:100%}.b-text .wp-caption-text{margin-top:.5em;text-align:center}.b-text .size-auto,.b-text .size-full,.b-text .size-large,.b-text .size-medium,.b-text .size-thumbnail{max-width:100%;height:auto}.b-text .wp-video{margin:1em 0;width:100%!important}.b-text .wp-video:first-child{margin-top:0}.b-text .wp-video:last-child{margin-bottom:0}.b-text .wp-audio-shortcode{margin:1em 0}.b-text .wp-audio-shortcode:first-child{margin-top:0}.b-text .wp-audio-shortcode:last-child{margin-bottom:0}.b-text .wp-smiley{margin:0;max-height:1em}.l-bottomNavigation{margin-left:auto;margin-right:0;width:100%;max-width:600px}@media screen and (max-width:1120px){.l-bottomNavigation{max-width:480px}}@media screen and (max-width:992px){.l-bottomNavigation{max-width:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px;width:100%;order:2}}.b-bottomNavigation{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px}@media screen and (max-width:992px){.b-bottomNavigation{padding-top:34px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px;width:100%;max-width:375px;border-top:2px dashed hsla(0,0%,100%,.15)}}.b-bottomNavigation__item{font:600 16px/120% Work Sans,sans-serif;color:#fff;text-transform:uppercase;min-width:100px}@media screen and (max-width:992px){.b-bottomNavigation__item{width:130px}}.b-bottomNavigation__link{color:inherit;text-decoration:none}.b-bottomNavigation__link:hover{text-decoration:underline}.b-bottomNavigation__descr{display:none}.b-btn{position:relative;font:800 20px/normal Work Sans,sans-serif;color:#222;text-align:center;text-decoration:none;text-transform:uppercase;padding:18px 30px;display:inline-flex;align-items:center;justify-content:center;border:3px solid #000;border-radius:90px;background:#ffd600;box-shadow:8px 12px 0 0 #000;cursor:pointer;transition:.4s ease-in-out;box-sizing:border-box}.b-btn:hover{color:#fff;background:#df0008;box-shadow:0 0 0 0 #df0008}.b-btn.-red{color:#fff;background:red}.b-btn.-red:hover{box-shadow:0 0 0 0 #df0008}.b-btn.-red:hover,.b-btn.-white{color:#000;background:#fff}.b-btn.-white:hover{color:#000;background:red;box-shadow:0 0 0 0 #df0008}.b-cardLine{display:flex;justify-content:center}.b-cardLine__img.-desktop{display:block}@media screen and (max-width:768px){.b-cardLine__img.-desktop{display:none}}.b-cardLine__img.-mobile{display:none}@media screen and (max-width:768px){.b-cardLine__img.-mobile{display:block}}.l-contactUsBanner{padding-bottom:100px;background-image:url(../img/userfiles/bgDogTop1.svg);background-size:cover}@media screen and (max-width:992px){.l-contactUsBanner{padding-bottom:80px}}.b-contactUsBanner{margin:0 auto;padding-left:16px;padding-right:16px;width:100%;max-width:1256px;box-sizing:border-box;display:flex;flex-direction:column;align-items:center}.b-contactUsBanner__title{font:700 80px/100% OhnoSoftie,sans-serif;color:#000;text-align:center;margin-top:0;margin-bottom:50px}@media screen and (max-width:992px){.b-contactUsBanner__title{font-size:50px;line-height:48px;margin-bottom:36px}}.b-contactUsBanner__link{min-width:224px}.b-developerCopyright{font:400 14px/28px Work Sans,sans-serif;color:hsla(0,0%,88.6%,.6);text-align:center}@media screen and (max-width:992px){.b-developerCopyright{order:2}}.b-developerCopyright__link{color:inherit;text-decoration:none;display:flex;align-items:center;gap:10px}.b-developerCopyright__link:hover{text-decoration:underline}.b-developerCopyright__link:before{content:"";display:block;width:24px;height:24px;background:url(../img/icons/logo-netcraft.svg) 50% no-repeat}.l-dynamicHotDog{padding-top:140px}@media screen and (max-width:768px){.l-dynamicHotDog{padding-top:100px}}.b-dynamicHotDog{margin:0 auto;padding-left:16px;padding-right:16px;width:100%;max-width:1256px;box-sizing:border-box;display:flex;justify-content:space-between;gap:24px}@media screen and (max-width:768px){.b-dynamicHotDog{flex-direction:column;align-items:flex-start;gap:60px}}.b-dynamicHotDog__infoWrapper{padding-bottom:50px;width:100%;max-width:520px}@media screen and (max-width:768px){.b-dynamicHotDog__infoWrapper{padding-bottom:0;max-width:none}}.b-dynamicHotDog__title{font:700 92px/100% OhnoSoftie,sans-serif;color:#000;margin-top:0;margin-bottom:36px}@media screen and (max-width:992px){.b-dynamicHotDog__title{font-size:60px;line-height:54px}}@media screen and (max-width:760px){.b-dynamicHotDog__title{font-size:36px;line-height:36px}}.b-dynamicHotDog__text{font:400 30px/38px OhnoSoftie,sans-serif;color:#000}@media screen and (max-width:992px){.b-dynamicHotDog__text{font-size:16px;line-height:16px}}.b-dynamicHotDog__imgWrapper{align-self:flex-end}@media screen and (max-width:1200px){.b-dynamicHotDog__imgWrapper{width:100%;max-width:343px}}@media screen and (max-width:768px){.b-dynamicHotDog__imgWrapper{align-self:flex-start}}@media screen and (max-width:1200px){.b-dynamicHotDog__img{display:block;width:100%}}.l-faq{padding-top:160px;padding-bottom:160px}@media screen and (max-width:992px){.l-faq{padding-top:80px;padding-bottom:80px}}.b-faq{margin:0 auto;padding-left:16px;padding-right:16px;width:100%;max-width:1256px;box-sizing:border-box}.b-faq__title{font:700 92px/100% OhnoSoftie,sans-serif;color:red;margin-top:0;margin-bottom:82px}@media screen and (max-width:992px){.b-faq__title{font-size:60px;line-height:54px;margin-bottom:40px}}@media screen and (max-width:768px){.b-faq__title{font-size:36px;line-height:36px;margin-bottom:40px}}.b-faq__accItem{margin-bottom:22px}@media screen and (max-width:992px){.b-faq__accItem{margin-bottom:14px}}.b-faq__accItem:last-of-type{margin-bottom:0}@media screen and (max-width:992px){.b-faq__accItem:last-of-type{margin-bottom:0}}.b-faq__accHeader{padding:32px 40px;display:flex;align-items:center;justify-content:space-between;width:100%;border:none;border-radius:15.225px;background:#000;box-sizing:border-box;cursor:pointer;transition:.4s ease-in-out}@media screen and (max-width:992px){.b-faq__accHeader{padding:16px;border-radius:5px}}.b-faq__accHeader:hover,.b-faq__accItem.state_open .b-faq__accHeader{background:#ffd600}.b-faq__headerText{font:500 42px/100% OhnoSoftie,sans-serif;color:#fff;text-align:left;width:calc(100% - 34px);transition:.4s ease-in-out}@media screen and (max-width:992px){.b-faq__headerText{font-size:22px;width:calc(100% - 16px)}}.b-faq__accItem.state_open .b-faq__headerText,.b-faq__accItem:hover .b-faq__headerText{color:#000}.b-faq__headerIcon{display:flex;align-items:center;justify-content:center;width:20px;height:26px;transition:.4s ease-in-out}@media screen and (max-width:992px){.b-faq__headerIcon{width:8px;height:10px}}.b-faq__accItem.state_open .b-faq__headerIcon{transform:rotate(90deg)}.b-faq__headerIcon svg{width:100%;height:100%}.b-faq__headerIcon svg path{transition:.4s ease-in-out}.b-faq__accHeader:hover .b-faq__headerIcon svg path,.b-faq__accItem.state_open .b-faq__headerIcon svg path{fill:#000}.b-faq__accBody{padding:70px 80px 48px;display:none;box-sizing:border-box}@media screen and (max-width:992px){.b-faq__accBody{padding:20px 24px 6px}}.b-faq__bodyText{font:400 22px/1.3 Work Sans,sans-serif;color:#000}@media screen and (max-width:992px){.b-faq__bodyText{font-size:18px;line-height:22px}}.l-firstScreen{position:relative;padding-top:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;overflow:hidden;box-sizing:border-box}@media screen and (max-width:992px){.l-firstScreen{height:auto}}.lead-gen.l-firstScreen{padding-top:60px;min-height:1100px}.lead-gen .b-firstScreen{align-items:start}@media screen and (max-width:768px){.lead-gen .b-firstScreen{padding-top:0;padding-bottom:250px}}@media screen and (max-width:768px){.lead-gen .b-opportunities__content{gap:0}}.b-firstScreen{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%;box-sizing:border-box}@media screen and (max-width:992px){.b-firstScreen{padding-top:100px;padding-bottom:180px}}@media screen and (max-width:768px){.b-firstScreen{padding-top:80px;padding-bottom:210px}}.b-firstScreen.-left{justify-content:flex-start}.b-firstScreen.-right{justify-content:flex-end}.b-firstScreen__imgWrapper{position:absolute;left:0;bottom:0;width:100%;max-width:604px;max-height:80%}@media screen and (max-width:992px){.b-firstScreen__imgWrapper{max-width:400px;max-height:75%}}@media screen and (max-width:576px){.b-firstScreen__imgWrapper{max-width:320px;max-height:60%}}.b-firstScreen__imgWrapper.-right{left:auto;right:0}.b-firstScreen__img{display:block;width:100%;height:100%}.b-firstScreen__infoWrapper{padding-left:40px;padding-right:40px;display:flex;flex-direction:column;align-items:center;justify-content:center}.b-firstScreen__subTitle{font:500 40px/100% OhnoSoftie,sans-serif;color:red;text-align:center;margin-bottom:40px}@media screen and (max-width:992px){.b-firstScreen__subTitle{font-size:28px;line-height:1.3;margin-bottom:20px}}@media screen and (max-width:768px){.b-firstScreen__subTitle{font-size:22px;margin-bottom:14px}}.b-firstScreen__logo{width:100%;max-width:920px;box-sizing:border-box}.b-firstScreen__logo.-small{margin-left:auto;margin-right:0;margin-top:18px;max-width:50%}@media screen and (max-width:768px){.b-firstScreen__logo.-small{margin-top:10px}}.b-footerLinks{display:flex;align-items:center;gap:44px}@media screen and (max-width:992px){.b-footerLinks{gap:24px;order:0}}.b-footerLinks__link{font:400 14px/28px Work Sans,sans-serif;color:hsla(0,0%,88.6%,.6);text-decoration:none}.b-footerLinks__link:hover{text-decoration:underline}.b-formGroup{width:100%}.b-formGroup__label{display:block;width:100%}.b-formGroup__input{font:400 20px/normal Work Sans,sans-serif;color:#000;padding:22px 24px;display:flex;width:100%;border:none;border-radius:100px;background:#fff;box-sizing:border-box}@media screen and (max-width:768px){.b-formGroup__input{font-size:16px;padding:18px 24px}}.b-formGroup__input::-moz-placeholder{color:#a2a2a2}.b-formGroup__input::placeholder{color:#a2a2a2}.b-hamburger{position:relative;z-index:20;margin-left:16px;display:none;align-items:center;justify-content:center;width:50px;height:50px;border:2px solid #000;border-radius:35px;background:#fff;box-shadow:4px 4px 0 0 #222;transition:.4s ease-in-out}@media screen and (max-width:992px){.b-hamburger{display:flex}}.b-hamburger:hover{background:#df0008}.hbspt-form .hs_email label,.hbspt-form .hs_firstname label,.hbspt-form .hs_lastname label,.hbspt-form .hs_primary_phone label,.hs_form .hs_region_of_interest span{font:400 12px/11.73px Work Sans;text-align:left}label.hs-main-font-element{font:400 12px/11.73px Work Sans}label#label-region_of_interest-5c60d2b1-dc30-4845-b993-76bee8a58df0{font:400 12px/11.73px Work Sans;text-align:left}.hbspt-form .hs_email label .hs-form-required,.hbspt-form .hs_firstname label .hs-form-required,.hbspt-form .hs_lastname label .hs-form-required,.hbspt-form .hs_primary_phone label .hs-form-required{color:red}.hbspt-form .hs_email .input,.hbspt-form .hs_firstname .input,.hbspt-form .hs_lastname .input,.hbspt-form .hs_primary_phone .input,.hbspt-form .hs_region_of_interest .input{margin:7px 0}.hbspt-form select#region_of_interest-5c60d2b1-dc30-4845-b993-76bee8a58df0{padding:8px 4px 7px 8px;border-radius:10px;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../img/icons/arrow-link.svg);background-repeat:no-repeat;background-position:right 10px center}.hbspt-form .hs_email input,.hbspt-form .hs_firstname input,.hbspt-form .hs_lastname input,.hbspt-form .hs_primary_phone input{padding:5px 4px;border-radius:10px;border:none}.hs-custom-style>div input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]),.hs-custom-style fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]){padding:5px 4px!important;min-height:31px}.hbspt-form input,.hbspt-form select{font:400 12px/11.73px Work Sans}.hs_submit.hs-submit{padding:32px 0}.hs_submit.hs-submit .actions input{padding:6px 16px 5px;border-radius:11px}input.hs-button.primary.large{font-size:16px!important}.hs_submit.hs-submit .actions{padding:0}.hs_submit.hs-submit .actions input{margin-top:-12px;background:red;border-color:red;color:#fff;font-size:16px;line-height:16px;font-family:Work Sans}.hs_error_rollup{position:absolute;right:0;margin-top:69px;margin-right:26px}input.hs-button.primary.large{font-size:22px}span{color:#000}.input{min-width:200px}form#hsForm_5c60d2b1-dc30-4845-b993-76bee8a58df0{display:flex;gap:18px;margin-bottom:40px}.hbspt-form{width:100%!important}.hs-error-msgs{margin:0;padding:0;list-style:none}@media screen and (max-width:1240px){form#hsForm_5c60d2b1-dc30-4845-b993-76bee8a58df0{flex-direction:column;gap:10px}}@media screen and (max-width:1024px){.hbspt-form{width:90%!important}.hs_error_rollup{position:relative;margin:0}}.hbspt-form-field input[type=date],.hbspt-form-field input[type=email],.hbspt-form-field input[type=number],.hbspt-form-field input[type=phone],.hbspt-form-field input[type=tel],.hbspt-form-field input[type=text],.hbspt-form-field select,.hbspt-form-field textarea{padding:21px}div#hbspt-form-1729149390000-4174181103{padding-bottom:50px}.l-hotDogLine{padding-top:90px;padding-bottom:90px;margin:80px 0;background:url(../img/userfiles/line_desktop.svg) 50%;background-repeat:repeat-x;overflow:hidden}@media screen and (max-width:992px){.l-hotDogLine{padding-top:50px;padding-bottom:90px}}@media screen and (max-width:768px){.l-hotDogLine{background-image:url(../img/userfiles/line_mobile.svg)}}.b-hotDogLine__list{position:relative}.b-hotDogLine__item{outline:none}.b-hotDogLine__itemContent{padding-left:16px;padding-right:16px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:40px;width:100%;max-width:382px;box-sizing:border-box}@media screen and (max-width:992px){.b-hotDogLine__itemContent{padding-left:12px;padding-right:12px;max-width:300px}}@media screen and (max-width:768px){.b-hotDogLine__itemContent{max-width:240px;gap:24px}}.b-hotDogLine__itemContent.-reverse{flex-direction:column-reverse;justify-content:flex-end}.b-hotDogLine__text{font:400 22px/24px OhnoSoftie,sans-serif;color:#000;text-align:center}@media screen and (max-width:768px){.b-hotDogLine__text{font-size:14px;line-height:1.4}}.b-hotDogLine__img{display:block;width:100%}.b-hotDogLine .slick-arrow{position:absolute;left:50%;bottom:-75px;z-index:5;display:flex;align-items:center;justify-content:center;width:54px;height:46px;border:2px solid #000;border-radius:43.84px;background-color:#f3f4f4;background-position:50%;background-repeat:no-repeat;box-shadow:3px 5px 0 0 #000;transition:.4s ease-in-out;cursor:pointer}.b-hotDogLine .slick-arrow:hover{background-color:silver;box-shadow:0 0 0 0 #000}.b-hotDogLine .slick-arrow.slick-disabled{opacity:.4;pointer-events:none}.b-hotDogLine .slick-prev{transform:translateX(-60px);background-image:url(../img/icons/sliderArrow-left.svg)}.b-hotDogLine .slick-next{transform:translateX(10px);background-image:url(../img/icons/sliderArrow-right.svg)}.l-intro{padding-top:150px;padding-bottom:130px;overflow:hidden}@media screen and (max-width:768px){.l-intro{padding-top:80px;padding-bottom:50px}}.b-intro{margin:0 auto;padding-left:16px;padding-right:16px;width:100%;max-width:1256px;box-sizing:border-box}.b-intro__content{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}@media screen and (max-width:768px){.b-intro__content{flex-direction:column-reverse;align-items:center;gap:42px}}.b-intro__imgWrapper{width:100%;max-width:562px;box-sizing:border-box}@media screen and (max-width:768px){.b-intro__imgWrapper{max-width:334px}}.b-intro__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.b-intro__infoWrapper{width:100%;max-width:586px}@media screen and (max-width:992px){.b-intro__infoWrapper{max-width:400px}}@media screen and (max-width:768px){.b-intro__infoWrapper{max-width:none}}.b-intro__title{font:700 150px/100% OhnoSoftie,sans-serif;color:red;text-align:center;margin-top:0;margin-bottom:73px}@media screen and (max-width:992px){.b-intro__title{font-size:60px;line-height:54px}}@media screen and (max-width:768px){.b-intro__title{margin-bottom:20px}}.b-intro__text{font:400 20px/1.3 OhnoSoftie,sans-serif;color:#000;margin-bottom:37px}@media screen and (max-width:992px){.b-intro__text{font-size:28px;line-height:32px}}.l-joinForm{padding-top:80px;padding-bottom:44px;background-image:url(../img/userfiles/bgDogTop.svg);background-size:cover}@media screen and (max-width:992px){.l-joinForm{padding-bottom:0}}.b-joinForm{margin:0 auto;padding-left:16px;padding-right:16px;width:100%;max-width:1256px;box-sizing:border-box;position:relative}@media screen and (max-width:1200px){.b-joinForm{display:flex;flex-direction:column;align-items:center}}.b-joinForm__title{font:700 92px/100% OhnoSoftie,sans-serif;color:red;text-align:center;margin-top:0;margin-bottom:30px}@media screen and (max-width:992px){.b-joinForm__title{font-size:60px;line-height:54px;margin-bottom:26px}}@media screen and (max-width:768px){.b-joinForm__title{text-align:left;font-size:36px;line-height:36px}}.b-joinForm__title span{font:700 92px/100% OhnoSoftie,sans-serif;color:#000;text-align:center;margin-top:0;margin-bottom:30px}@media screen and (max-width:992px){.b-joinForm__title span{font-size:60px;line-height:54px;margin-bottom:26px}}@media screen and (max-width:768px){.b-joinForm__title span{text-align:left;font-size:36px;line-height:36px}}.b-joinForm__subTitle{font:400 34px/100% OhnoSoftie,sans-serif;color:#000;text-align:center;margin-bottom:60px}@media screen and (max-width:992px){.b-joinForm__subTitle{font-size:20px;line-height:24px;margin-bottom:26px}}@media screen and (max-width:576px){.b-joinForm__subTitle{text-align:left}}.b-joinForm__form{display:flex;flex-direction:column;align-items:center;width:100%}.b-joinForm__row{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;width:100%}@media screen and (max-width:1200px){.b-joinForm__row{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:992px){.b-joinForm__row{grid-template-columns:repeat(2,1fr);grid-gap:14px}}@media screen and (max-width:576px){.b-joinForm__row{grid-template-columns:1fr}}.b-joinForm__btn{margin-top:70px;margin-bottom:34px;width:214px}@media screen and (max-width:992px){.b-joinForm__btn{margin-top:34px;margin-bottom:44px}}.b-joinForm__smallText{font:400 16px/normal Work Sans,sans-serif;color:#000;text-align:center;margin-top:120px}.b-joinForm__decorImg{position:absolute;right:16px;bottom:-44px}@media screen and (max-width:1200px){.b-joinForm__decorImg{position:relative;right:auto;bottom:auto;margin-top:44px}}.l-joinFormTop{padding-top:80px;padding-bottom:44px;background:#ffd600}@media screen and (max-width:992px){.l-joinFormTop{padding-bottom:40px;padding-top:45px}}.b-joinFormTop{margin:0 auto;padding-left:16px;padding-right:16px;width:100%;max-width:1256px;box-sizing:border-box;position:relative}@media screen and (max-width:1200px){.b-joinFormTop{display:flex;flex-direction:column;align-items:center}}.b-joinFormTop__title{font:700 92px/100% OhnoSoftie,sans-serif;color:#000;text-align:center;margin-top:0;margin-bottom:30px}@media screen and (max-width:992px){.b-joinFormTop__title{font-size:60px;line-height:54px;margin-bottom:26px}}@media screen and (max-width:576px){.b-joinFormTop__title{text-align:center;font:700 36px/36px OhnoSoftie,sans-serif}}.b-joinFormTop__subTitle{font:400 30px/100% OhnoSoftie,sans-serif;color:#000;text-align:center;margin-bottom:60px}@media screen and (max-width:992px){.b-joinFormTop__subTitle{font-size:20px;line-height:24px;margin-bottom:26px}}@media screen and (max-width:576px){.b-joinFormTop__subTitle{text-align:left}}.b-joinFormTop__form{display:flex;flex-direction:column;align-items:center;width:100%}.b-joinFormTop__row{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;width:100%}@media screen and (max-width:1200px){.b-joinFormTop__row{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:992px){.b-joinFormTop__row{grid-template-columns:repeat(2,1fr);grid-gap:14px}}@media screen and (max-width:576px){.b-joinFormTop__row{grid-template-columns:1fr}}.b-joinFormTop__btn{margin-top:70px;margin-bottom:34px;width:214px}@media screen and (max-width:992px){.b-joinFormTop__btn{margin-top:34px;margin-bottom:44px}}.b-joinFormTop__smallText{font:400 16px/normal Work Sans,sans-serif;color:#000;text-align:center}.b-joinFormTop__decorImg{position:absolute;right:16px;bottom:-44px}@media screen and (max-width:1200px){.b-joinFormTop__decorImg{position:relative;right:auto;bottom:auto;margin-top:44px}}.l-mainNavigation{margin-left:auto;margin-right:0;display:flex;align-items:center}@media screen and (max-width:992px){.l-mainNavigation{position:absolute;top:78px;left:0;transform:translateY(-200%);display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:calc(100vh - 70px);background:#ffd600;transition:.4s ease-in-out;overflow:auto}}@media screen and (max-height:700px){.l-mainNavigation{justify-content:flex-start}}@media screen and (max-width:992px){.l-mainNavigation.state_open{transform:translateY(0)}}.l-mainNavigation:after{position:absolute;left:50%;bottom:0;z-index:1;transform:translateX(-50%);content:"";display:none;width:346px;height:187px;background:url(../img/userfiles/mobile-menu-bg.svg) 50% no-repeat}@media screen and (max-width:992px){.l-mainNavigation:after{display:block}}.b-mainNavigation{margin:0;padding:0;list-style:none;display:flex;align-items:center;width:100%}@media screen and (max-width:992px){.b-mainNavigation{flex-direction:column;align-items:center;justify-content:center}}.b-mainNavigation__item.menu-item-has-children{position:relative}.b-mainNavigation__item.-depth_2{padding:24px 10px;border-bottom:2px dashed #000}@media screen and (max-width:992px){.b-mainNavigation__item.-depth_2{border-bottom:none;padding:8px 0}}.b-mainNavigation__item.-depth_2:first-of-type{padding-top:0}.b-mainNavigation__item.-depth_2:last-of-type{padding-bottom:0;border-bottom:none}.b-mainNavigation__link{font:600 21px/normal Work Sans,sans-serif;color:#000;text-decoration:none;white-space:nowrap;padding:17px 18px;display:flex;border-radius:34px;border:3px solid transparent;background:transparent;box-shadow:6px 8px 0 0 transparent;transition:.4s ease-in-out}@media screen and (max-width:1300px){.b-mainNavigation__link{font-size:18px;padding:14px 16px}}@media screen and (max-width:1100px){.b-mainNavigation__link{font-size:16px;padding:12px 14px}}@media screen and (max-width:992px){.b-mainNavigation__link{font-size:21px;padding:14px 24px}}.b-mainNavigation__link:hover{color:#df0008}.b-mainNavigation__link.-depth_2{font-size:24px;padding:0;margin:0;border:none;box-shadow:none}@media screen and (max-width:992px){.b-mainNavigation__link.-depth_2{font-size:18px}}.b-mainNavigation__link.-depth_2:hover{color:#df0008;border:none;box-shadow:none;background:none}.b-mainNavigation__link.-depth_2:after{display:none!important}.scrolled .b-mainNavigation__link.-depth_2{font-size:24px;padding:0}@media screen and (max-width:1100px){.scrolled .b-mainNavigation__link.-depth_2{font-size:20px;padding:0}}@media screen and (max-width:992px){.scrolled .b-mainNavigation__link.-depth_2{font-size:18px}}.b-mainNavigation__item.menu-item-has-children .b-mainNavigation__link{display:flex;align-items:center;gap:12px}.b-mainNavigation__item.menu-item-has-children .b-mainNavigation__link:after{content:"";display:block;width:17px;height:9px;background:url(../img/icons/arrow-header.svg) 50% no-repeat;transition:.4s ease-in-out}.b-mainNavigation__item.menu-item-has-children .b-mainNavigation__link.state_open:after{transform:rotate(180deg)}.scrolled .b-mainNavigation__link{font-size:18px;padding:14px 16px}@media screen and (max-width:1100px){.scrolled .b-mainNavigation__link{font-size:16px;padding:12px 14px}}@media screen and (max-width:992px){.scrolled .b-mainNavigation__link{font-size:21px;padding:14px 24px}}.b-mainNavigation__descr{display:none}.b-mainNavigation__submenu{position:absolute;top:105px;left:50%;transform:translateX(-50%);padding:30px 30px 24px;margin:0;display:none;width:240px;list-style:none;border-radius:20px;border:2px solid #222;background:#fff;box-shadow:6px 10px 0 0 #222;box-sizing:border-box}@media screen and (max-width:1300px){.b-mainNavigation__submenu{top:96px}}@media screen and (max-width:992px){.b-mainNavigation__submenu{position:static;transform:translateX(0);padding:20px 0 14px 42px;width:auto;border:none;border-radius:0;background:transparent;box-shadow:none}}.scrolled .b-mainNavigation__submenu{top:96px}.b-mainNavigation__item.menu-item-has-children:hover .b-mainNavigation__submenu{display:block}@media screen and (max-width:992px){.b-mainNavigation__item.menu-item-has-children:hover .b-mainNavigation__submenu{display:none}}.b-mainNavigation__submenu:before{position:absolute;top:-26px;left:50%;transform:translateX(-50%);content:"";display:block;width:38px;height:27px;background:url(../img/icons/arrow-submenu.svg) 50% no-repeat}@media screen and (max-width:992px){.b-mainNavigation__submenu:before{display:none}}.b-mainNavigation__submenu:after{position:absolute;top:-43px;left:50%;transform:translateX(-50%);content:"";display:block;width:100%;height:42px;background:transparent}@media screen and (max-width:992px){.b-mainNavigation__submenu:after{display:none}}.b-modal{padding:24px 36px 40px;width:100%;max-width:840px;border-radius:32px;border:4px solid #000;background:#fff;box-shadow:8px 12px 0 0 #000}@media screen and (max-width:768px){.b-modal{padding:16px 24px 36px;border-radius:24px;border-width:3px;box-shadow:6px 10px 0 0 #000}}.b-modal .fancybox-close-small{padding:6px}@media screen and (max-width:576px){.b-modal .fancybox-close-small{padding:10px}}.b-modal__content{display:flex;justify-content:space-between;gap:24px}@media screen and (max-width:576px){.b-modal__content{flex-direction:column}}.b-modal__imgWrapper{width:320px;height:320px;border-radius:32px;background:#d9d9d9;overflow:hidden}@media screen and (max-width:768px){.b-modal__imgWrapper{width:240px;height:240px;border-radius:24px}}.b-modal__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.b-modal__infoWrapper{width:calc(100% - 344px);max-width:400px}@media screen and (max-width:768px){.b-modal__infoWrapper{width:calc(100% - 264px)}}@media screen and (max-width:576px){.b-modal__infoWrapper{width:100%}}.b-modal__name{font:500 36px/28px OhnoSoftie,sans-serif;color:red;margin-bottom:20px}@media screen and (max-width:992px){.b-modal__name{font-size:24px;margin-bottom:12px}}.b-modal__profession{font:500 20px/18px Work Sans,sans-serif;color:#000;margin-bottom:8px}@media screen and (max-width:992px){.b-modal__profession{font-size:16px}}.b-modal__text{font:400 16px/1.3 Work Sans,sans-serif;color:#000}@media screen and (max-width:768px){.b-modal__text{font-size:14px}}.l-opportunities{margin-top:80px;padding-bottom:160px}@media screen and (max-width:992px){.l-opportunities{margin-top:60px;padding-bottom:100px}}.b-opportunities{margin:0 auto;padding-left:16px;padding-right:16px;width:100%;max-width:1256px;box-sizing:border-box;padding-top:80px}.b-opportunities__title{font:700 92px/100% OhnoSoftie,sans-serif;color:red;margin-top:0;margin-bottom:82px}@media screen and (max-width:992px){.b-opportunities__title{font-size:58px;line-height:54px;margin-bottom:50px}}@media screen and (max-width:372px){.b-opportunities__title{font-size:48px}}.b-opportunities__content{display:flex;justify-content:space-between;gap:24px}@media screen and (max-width:768px){.b-opportunities__content{flex-direction:column;gap:60px}}.b-opportunities__col{width:100%;max-width:540px}@media screen and (max-width:768px){.b-opportunities__col{max-width:none}}.b-opportunities__colTitle{font:500 36px/100% OhnoSoftie,sans-serif;color:#000;margin-top:0}@media screen and (max-width:992px){.b-opportunities__colTitle{font-size:34px;line-height:30px}}.b-opportunities__text{font:400 22px/34px Work Sans,sans-serif;color:#000;margin-bottom:46px}@media screen and (max-width:992px){.b-opportunities__text{line-height:30px;margin-bottom:36px}}.b-orderLink{font:700 18px/normal Work Sans,sans-serif;color:#222;text-decoration:none;text-transform:uppercase;white-space:nowrap;padding:17px 24px;margin-left:12px;margin-right:0;display:flex;border-radius:34px;border:3px solid #000;background:#fff;box-shadow:6px 8px 0 0 #000;transition:.4s ease-in-out;cursor:pointer}@media screen and (max-width:1300px){.b-orderLink{font-size:18px;padding:17px 12px}}@media screen and (max-width:1100px){.b-orderLink{font-size:16px}}@media screen and (max-width:992px){.b-orderLink{font-size:12px;box-shadow:4.909px 6.545px 0 0 #000}}.b-orderLink:hover{border:3px solid #df0008;background:#fff;box-shadow:6px 8px 0 0 #df0008}.scrolled .b-orderLink{font-size:18px;padding:14px 22px}@media screen and (max-width:1100px){.scrolled .b-orderLink{font-size:16px;padding:12px 16px}}.l-ourLocations{padding-top:80px;padding-bottom:80px;background:#000;overflow:hidden}@media screen and (max-width:992px){.l-ourLocations{padding-top:80px;padding-bottom:40px}}.b-ourLocations__title{font:700 92px/90% OhnoSoftie,sans-serif;color:red;text-align:center;margin-top:0;padding:0 16px 130px;box-sizing:border-box}@media screen and (max-width:992px){.b-ourLocations__title{font-size:60px;line-height:54px}}@media screen and (max-width:768px){.b-ourLocations__title{text-align:left;font-size:36px}}.b-ourLocations__marqueeText{padding-top:100px}.b-ourLocations__content{margin:0 auto;padding-left:16px;padding-right:16px;width:100%;max-width:1256px;box-sizing:border-box}.b-ourLocations__text{font:700 137px/88% OhnoSoftie,sans-serif;color:#ffd600;letter-spacing:-2.742px;display:inline-flex;margin-right:60px}@media screen and (max-width:992px){.b-ourLocations__text{font-size:52px;letter-spacing:-1.04px}}.l-sausageLine{padding-top:100px;padding-bottom:84px;background:#ffd600 url(../img/userfiles/FNF_Franchise_SausageLink.svg) 50%;background-repeat:repeat-x}@media screen and (max-width:992px){.l-sausageLine{padding-top:64px;padding-bottom:80px;background-image:url(../img/userfiles/FNF_Franchise_SausageLink.svg)}}.l-siteCopyright{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:992px){.l-siteCopyright{flex-direction:column;gap:20px}}.b-siteCopyright{font:400 14px/28px Work Sans,sans-serif;color:hsla(0,0%,88.6%,.6);text-align:center}@media screen and (max-width:992px){.b-siteCopyright{order:1}}.b-siteCopyright__link{color:inherit;text-decoration:none}.b-siteCopyright__link:hover{text-decoration:underline}.l-siteFooter{background:#000}.b-siteFooter{margin:0 auto;padding-left:16px;padding-right:16px;width:100%;max-width:1256px;box-sizing:border-box}.b-siteFooter__topContent{padding-top:56px;padding-bottom:42px;display:flex;align-items:center;gap:24px;border-bottom:2px dashed hsla(0,0%,100%,.15)}@media screen and (max-width:992px){.b-siteFooter__topContent{padding-top:34px;padding-bottom:25px;margin:0 auto;flex-wrap:wrap;justify-content:center;width:100%;max-width:375px}}.b-siteFooter__logoWrapper{width:208px}@media screen and (max-width:992px){.b-siteFooter__logoWrapper{width:182px;order:0}}@media screen and (max-width:360px){.b-siteFooter__logoWrapper{width:140px}}.b-siteFooter__logo{display:block;width:100%}.b-siteFooter__socialCol{margin-left:96px;margin-right:0}@media screen and (max-width:1120px){.b-siteFooter__socialCol{margin-left:0}}@media screen and (max-width:992px){.b-siteFooter__socialCol{margin-left:20px;order:1}}@media screen and (max-width:576px){.b-siteFooter__socialCol{margin-left:0}}.b-siteFooter__titleLink{font:600 16px/normal Work Sans,sans-serif;color:#000;text-align:center;text-transform:uppercase;text-decoration:none;padding:9px 14px;margin-bottom:22px;display:block;border-radius:34px;border:3px solid #ffd600;background:#fff;box-shadow:4px 6px 0 0 #ffd600;transition:.4s ease-in-out}.b-siteFooter__titleLink:hover{border:3px solid #df0008;background:#fff;box-shadow:4px 6px 0 0 #df0008}@media screen and (max-width:992px){.b-siteFooter__titleLink.-top{display:none}}.b-siteFooter__titleLink.-bottom{display:none}@media screen and (max-width:992px){.b-siteFooter__titleLink.-bottom{display:block}}.b-siteFooter__bottomContent{padding-top:33px;padding-bottom:24px}@media screen and (max-width:992px){.b-siteFooter__bottomContent{padding-top:30px;padding-bottom:23px}}.l-siteHeader{position:fixed;top:0;left:0;z-index:12;width:100%;background:#ffd600;transition:.4s ease-in-out}@media screen and (max-width:1300px){.l-siteHeader{top:0;left:0;transform:none}}.b-siteHeader{margin:0 auto;width:100%;max-width:1256px;box-sizing:border-box;position:relative;padding:8px 16px;display:flex;align-items:center;max-width:1320px;transition:.4s ease-in-out}@media screen and (max-width:1300px){.b-siteHeader{padding:20px 16px;border-radius:0}}@media screen and (max-width:992px){.b-siteHeader{padding-top:14px;padding-bottom:14px}}.scrolled .b-siteHeader{padding-top:10px;padding-bottom:10px}@media screen and (max-width:992px){.scrolled .b-siteHeader{padding-top:12px;padding-bottom:12px}}.l-siteLogo{margin-right:12px;width:109px;height:72px;overflow:hidden;transition:.4s ease-in-out}@media screen and (max-width:1300px){.l-siteLogo{margin-left:0;margin-right:auto;width:90.8333333333px;height:60px}}@media screen and (max-width:992px){.l-siteLogo{width:106px!important;height:46px!important}}.scrolled .l-siteLogo{width:90.8333333333px;height:60px}.b-siteLogo{margin:0;padding:0;width:100%;height:100%}.b-siteLogo__icon,.b-siteLogo__link{display:block;width:100%;height:100%}.b-siteLogo__icon{color:#000}.b-siteSearch__search{display:block}.b-siteSearch__input{margin:0;width:100%}.b-siteSearch__button{vertical-align:middle}.b-socialList{padding:0;margin:0;list-style:none;display:flex;align-items:center;justify-content:center;gap:12px;width:100%}@media screen and (max-width:992px){.b-socialList{align-self:flex-end;align-items:flex-end}}.b-socialList.-location{justify-content:flex-start}.b-socialList__link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:16px;background:#fff;transition:.4s ease-in-out}.b-socialList__link:hover{background:#ffd600}.b-socialList.-location .b-socialList__link{border:2px solid #000;border-radius:18.621px;background:#ffd600;box-shadow:6px 6px 0 0 #000}.b-socialList.-location .b-socialList__link:hover{background:#df0008}.l-team{padding-top:92px;padding-bottom:160px}@media screen and (max-width:992px){.l-team{padding-top:88px;padding-bottom:80px}}.b-team{margin:0 auto;padding-left:16px;padding-right:16px;width:100%;max-width:1256px;box-sizing:border-box;position:relative}.b-team__title{font:700 92px/100% OhnoSoftie,sans-serif;color:red;text-align:center;margin-top:0;margin-bottom:30px}@media screen and (max-width:992px){.b-team__title{font-size:60px;line-height:54px;margin-bottom:26px}}@media screen and (max-width:768px){.b-team__title{text-align:left;font-size:36px;line-height:36px}}.b-team__subTitle{font:400 30px/100% OhnoSoftie,sans-serif;color:#000;text-align:center;margin-bottom:84px}@media screen and (max-width:992px){.b-team__subTitle{font-size:20px;line-height:24px;margin-bottom:50px}}@media screen and (max-width:768px){.b-team__subTitle{text-align:left}}.b-team__list{display:flex;justify-content:center;flex-wrap:wrap;gap:84px 24px}@media screen and (max-width:992px){.b-team__list{grid-gap:48px 24px}}@media screen and (max-width:768px){.b-team__list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:32px 24px}}@media screen and (max-width:370px){.b-team__list{grid-template-columns:1fr;grid-gap:24px}}.b-team__item{display:flex;flex-direction:column;align-items:center;width:calc(33.33333% - 24px)}@media screen and (max-width:768px){.b-team__item{width:100%}}.b-team__imgWrapper{margin-bottom:50px;display:flex;align-items:center;justify-content:center;width:310px;height:310px;border-radius:50%;border:3px solid #000;background:#d9d9d9;box-shadow:8px 12px 0 0 #000;overflow:hidden}@media screen and (max-width:1100px){.b-team__imgWrapper{margin-bottom:24px;width:220px;height:220px;box-shadow:4px 6px 0 0 #000}}@media screen and (max-width:992px){.b-team__imgWrapper{width:152px;height:152px}}.b-team__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.b-team__name{font:500 36px/28px OhnoSoftie,sans-serif;color:red;text-align:center;margin-bottom:20px}@media screen and (max-width:1100px){.b-team__name{font-size:24px;margin-bottom:12px}}@media screen and (max-width:992px){.b-team__name{font-size:18px;line-height:14px}}.b-team__profession{font:500 20px/18px Work Sans,sans-serif;color:#000;text-align:center;margin-bottom:8px}@media screen and (max-width:1100px){.b-team__profession{font-size:16px}}@media screen and (max-width:992px){.b-team__profession{font-size:12px;line-height:14px}}.b-team__viewBio{font:500 18px/1.4 Work Sans,sans-serif;color:red;text-align:center;text-decoration:underline}@media screen and (max-width:1100px){.b-team__viewBio{font-size:16px}}@media screen and (max-width:992px){.b-team__viewBio{font-size:14px}}.b-team__viewBio:hover{text-decoration:none}.l-thankYou{background:#ffd600;min-height:85vh;display:flex;justify-content:center;align-items:center;padding:20px;box-sizing:border-box}@media screen and (max-width:992px){.l-thankYou{padding-bottom:0}}.b-thankYou{margin:0 auto;padding-left:16px;padding-right:16px;width:100%;max-width:1256px;box-sizing:border-box;position:relative}@media screen and (max-width:1200px){.b-thankYou{display:flex;flex-direction:column;align-items:center}}.b-thankYou h1{font:700 55px/100% OhnoSoftie,sans-serif;color:red;margin-top:0;margin-bottom:30px}@media screen and (max-width:992px){.b-thankYou h1{font-size:40px;line-height:54px;margin-bottom:26px}}@media screen and (max-width:576px){.b-thankYou h1{text-align:center}}.b-thankYou__subTitle{font:400 30px/100% OhnoSoftie,sans-serif;color:#000;text-align:center;margin-bottom:60px}@media screen and (max-width:992px){.b-thankYou__subTitle{font-size:20px;line-height:24px;margin-bottom:26px}}@media screen and (max-width:576px){.b-thankYou__subTitle{text-align:left}}.b-thankYou__form{display:flex;flex-direction:column;align-items:center;width:100%}.b-thankYou__row{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;width:100%}@media screen and (max-width:1200px){.b-thankYou__row{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:992px){.b-thankYou__row{grid-template-columns:repeat(2,1fr);grid-gap:14px}}@media screen and (max-width:576px){.b-thankYou__row{grid-template-columns:1fr}}.b-thankYou__btn{margin-top:70px;margin-bottom:34px;width:214px}@media screen and (max-width:992px){.b-thankYou__btn{margin-top:34px;margin-bottom:44px}}.b-thankYou__smallText{font:400 16px/normal Work Sans,sans-serif;color:#000;text-align:center}.b-thankYou__decorImg{position:absolute;right:16px;bottom:-44px}@media screen and (max-width:1200px){.b-thankYou__decorImg{position:relative;right:auto;bottom:auto;margin-top:44px}}@media screen and (max-width:992px){.l-twoColImg{margin-top:0;margin-bottom:24px}}.b-twoColImg{display:flex;background:red}@media screen and (max-width:768px){.b-twoColImg{flex-direction:column}}.b-twoColImg.-reverse{flex-direction:row-reverse}@media screen and (max-width:768px){.b-twoColImg.-reverse{flex-direction:column}}.b-twoColImg.-imageCenter{align-items:center}.b-twoColImg.-imageCenter .b-twoColImg__img{margin:0 auto;width:inherit}.b-twoColImg__imgCol{width:calc(50% + 92px)}@media screen and (max-width:1200px){.b-twoColImg__imgCol{width:50%}}@media screen and (max-width:768px){.b-twoColImg__imgCol{width:100%;height:auto}}.b-twoColImg__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.b-twoColImg__infoCol{padding:70px 80px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:calc(66% - 92px);background:red;box-sizing:border-box}@media screen and (max-width:1200px){.b-twoColImg__infoCol{width:50%}}@media screen and (max-width:1024px){.b-twoColImg__infoCol{padding:28px 16px 40px}}@media screen and (max-width:768px){.b-twoColImg__infoCol{align-items:baseline;width:100%}}.b-twoColImg__title{font:700 92px/87px OhnoSoftie,sans-serif;color:#ffd600;margin-top:0;margin-bottom:40px}@media screen and (max-width:1024px){.b-twoColImg__title{font-size:36px;line-height:36px;margin-bottom:36px}}@media screen and (max-width:768px){.b-twoColImg__title{text-align:left}}.b-twoColImg__title i{text-decoration:underline}.b-twoColImg__text{font:400 29px/33px OhnoSoftie,sans-serif;margin-bottom:88px;color:#fff;width:100%;max-width:73%}@media screen and (max-width:1440px){.b-twoColImg__text{max-width:100%}}@media screen and (max-width:1024px){.b-twoColImg__text{font-size:16px;line-height:24px;margin-bottom:40px;max-width:100%}}@media screen and (max-width:768px){.b-twoColImg__text{text-align:left}}.b-twoColImg__text p{margin:10px 0}.b-twoColImg__text span{font:500 18px/24px OhnoSoftie,sans-serif;text-align:left;color:#1d1d1b}.b-twoColImg label{font:400 18px/28px OhnoSoftie,sans-serif;text-align:left;color:#1d1d1b}.b-twoColImg__btn{font:600 20px/24px OhnoSoftie,sans-serif;color:#000;text-align:center;letter-spacing:2px;text-decoration:none!important;padding:20px 42px;border:2px solid #1d1d1b;border-radius:90px;background:#ffd600;box-sizing:border-box;cursor:pointer;transition:.4s ease-in-out}@media screen and (max-width:768px){.b-twoColImg__btn{font-size:16px;line-height:24px;padding:12px 40px}}@media screen and (max-width:576px){.b-twoColImg__btn{min-width:200px;margin:0 auto}}.b-twoColImg__btn:hover{background:#ffd600}.b-twoColImg .no-mr{margin-bottom:20px!important}.l-twoColImgRev{margin-top:-65px;margin-bottom:44px}@media screen and (max-width:992px){.l-twoColImgRev{margin-top:0;margin-bottom:24px}}.b-twoColImgRev{display:flex;background:#ffd600}@media screen and (max-width:768px){.b-twoColImgRev{flex-direction:column}}.b-twoColImgRev.-reverse{flex-direction:row-reverse}@media screen and (max-width:768px){.b-twoColImgRev.-reverse{flex-direction:column}}.b-twoColImgRev.-imageCenter{align-items:center}.b-twoColImgRev.-imageCenter .b-twoColImg__img{margin:0 auto;width:inherit}.b-twoColImgRev__imgCol{width:calc(50% + 92px)}@media screen and (max-width:1200px){.b-twoColImgRev__imgCol{width:50%}}@media screen and (max-width:768px){.b-twoColImgRev__imgCol{width:100%;height:auto}}.b-twoColImgRev__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:768px){.b-twoColImgRev__img{-o-object-fit:contain;object-fit:contain}}.b-twoColImgRev__infoCol{padding:70px 80px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:calc(66% - 92px);background:#ffd600;box-sizing:border-box;min-height:750px}@media screen and (max-width:1200px){.b-twoColImgRev__infoCol{width:50%;min-height:auto}}@media screen and (max-width:1024px){.b-twoColImgRev__infoCol{padding:28px 16px 40px}}@media screen and (max-width:768px){.b-twoColImgRev__infoCol{align-items:baseline;width:100%}}.b-twoColImgRev__title{font:700 92px/87px OhnoSoftie,sans-serif;color:red;margin-top:0;margin-bottom:40px}@media screen and (max-width:1440px){.b-twoColImgRev__title{font:700 66px/66px OhnoSoftie,sans-serif}}@media screen and (max-width:1024px){.b-twoColImgRev__title{font-size:35px;line-height:36px;margin-bottom:36px}}@media screen and (max-width:768px){.b-twoColImgRev__title{text-align:left}}.b-twoColImgRev__title i{text-decoration:underline}.b-twoColImgRev__text{font:400 29px/33px OhnoSoftie,sans-serif;margin-bottom:88px;color:#000;width:100%;max-width:73%}@media screen and (max-width:1440px){.b-twoColImgRev__text{max-width:100%}}@media screen and (max-width:1024px){.b-twoColImgRev__text{font-size:16px;line-height:24px;margin-bottom:40px;max-width:100%}}@media screen and (max-width:768px){.b-twoColImgRev__text{text-align:left}}.b-twoColImgRev__text p{margin:10px 0}.b-twoColImgRev__text span{font:500 18px/24px OhnoSoftie,sans-serif;text-align:left;color:#1d1d1b}.b-twoColImgRev label{font:400 18px/28px OhnoSoftie,sans-serif;text-align:left;color:#1d1d1b}.b-twoColImgRev__btn{font:600 20px/24px OhnoSoftie,sans-serif;color:#fff;text-align:center;letter-spacing:2px;text-decoration:none!important;padding:20px 42px;border:2px solid #1d1d1b;background:red;box-sizing:border-box;cursor:pointer;transition:.4s ease-in-out;border-radius:90px}@media screen and (max-width:768px){.b-twoColImgRev__btn{font-size:16px;line-height:24px;padding:12px 40px}}@media screen and (max-width:576px){.b-twoColImgRev__btn{min-width:200px;margin:0 auto}}.b-twoColImgRev__btn:hover{background:red}.b-twoColImgRev .no-mr{margin-bottom:20px!important}.l-twoColImgWh{margin-bottom:44px;padding:100px 0}@media screen and (max-width:992px){.l-twoColImgWh{margin-top:24px;margin-bottom:24px}}.l-twoColImgWh__title{font:700 92px/87px OhnoSoftie,sans-serif;color:red;margin-top:0;margin-bottom:100px;text-align:center}@media screen and (max-width:1024px){.l-twoColImgWh__title{font-size:50px;line-height:32px;margin-bottom:36px}}@media screen and (max-width:768px){.l-twoColImgWh__title{text-align:center;font-size:36px}}.l-twoColImgWh__title i{text-decoration:underline}.b-twoColImgWh{display:flex;background:red}@media screen and (max-width:768px){.b-twoColImgWh{flex-direction:column;background:transparent}}.b-twoColImgWh.-reverse{flex-direction:row-reverse}@media screen and (max-width:768px){.b-twoColImgWh.-reverse{flex-direction:column}}.b-twoColImgWh.-imageCenter{align-items:center}.b-twoColImgWh.-imageCenter .b-twoColImg__img{margin:0 auto;width:inherit}.b-twoColImgWh__imgCol{width:calc(50% + 92px)}@media screen and (max-width:1200px){.b-twoColImgWh__imgCol{width:50%}}@media screen and (max-width:768px){.b-twoColImgWh__imgCol{width:100%;height:352px}}.b-twoColImgWh__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.b-twoColImgWh__infoCol{padding:70px 80px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:calc(66% - 92px);box-sizing:border-box;background:#fff}@media screen and (max-width:1200px){.b-twoColImgWh__infoCol{width:50%}}@media screen and (max-width:1024px){.b-twoColImgWh__infoCol{padding:28px 16px 40px}}@media screen and (max-width:768px){.b-twoColImgWh__infoCol{align-items:center;width:100%}}.b-twoColImgWh__text{font:400 22px/29px Work Sans,sans-serif;margin-bottom:88px;color:#000;width:100%;background:#fff;max-width:85%}@media screen and (max-width:1640px){.b-twoColImgWh__text{max-width:100%}}@media screen and (max-width:1200px){.b-twoColImgWh__text{font:400 22px/24px Work Sans,sans-serif}}@media screen and (max-width:1024px){.b-twoColImgWh__text{font-size:16px;line-height:24px;margin-bottom:40px}}@media screen and (max-width:768px){.b-twoColImgWh__text{text-align:left;max-width:100%}}.b-twoColImgWh__text strong{font:700 34px/40px Work Sans,sans-serif;margin-bottom:88px;color:#000;width:100%;background:#fff;max-width:73%;padding-bottom:20px}@media screen and (max-width:1200px){.b-twoColImgWh__text strong{font:700 22px/24px Work Sans,sans-serif}}@media screen and (max-width:768px){.b-twoColImgWh__text strong{font:700 20px/24px Work Sans,sans-serif}}.b-twoColImgWh__text p{margin:25px 0}.b-twoColImgWh__text span{text-align:left;color:red}.b-twoColImgWh__text b,.b-twoColImgWh__text span{font:700 22px/29px Work Sans,sans-serif}.b-twoColImgWh label{font:400 18px/28px OhnoSoftie,sans-serif;text-align:left;color:#1d1d1b}.b-twoColImgWh__btn{font:700 18px/normal Work Sans,sans-serif;color:#222;text-decoration:none;text-transform:uppercase;white-space:nowrap;padding:17px 24px;margin-left:12px;margin-right:0;display:flex;border-radius:34px;border:3px solid #000;background:#ffd600;box-shadow:6px 8px 0 0 #000;transition:.4s ease-in-out;cursor:pointer}@media screen and (max-width:768px){.b-twoColImgWh__btn{font-size:16px;line-height:24px;padding:12px 40px}}@media screen and (max-width:576px){.b-twoColImgWh__btn{min-width:248px}}.b-twoColImgWh__btn:hover{background:red}.b-twoColImgWh .no-mr{margin-bottom:20px!important}.l-topBanner{position:relative;margin-top:50px;padding-top:183px;padding-bottom:137px}@media screen and (max-width:768px){.l-topBanner{margin-top:80px;padding-top:50px;padding-bottom:50px}}.l-topBanner:before{z-index:2;content:"";background:rgba(69,51,51,.4)}.l-topBanner:before,.l-topBanner__bgImg{position:absolute;top:0;left:0;display:block;width:100%;height:100%}.l-topBanner__bgImg{z-index:1;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:768px){.l-topBanner__bgImg{height:100%!important}}.l-topBanner__bgImg:before{position:absolute;top:0;left:0;z-index:2;content:"";display:block;width:100%;height:100%;background:rgba(0,0,0,.04)}.b-topBanner{margin:0 auto;padding-left:16px;padding-right:16px;width:100%;max-width:1256px;box-sizing:border-box;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center}.b-topBanner__title{font:700 72px/72px OhnoSoftie,sans-serif;color:#fff;text-align:center;margin-top:0;margin-bottom:0}@media screen and (max-width:992px){.b-topBanner__title{font-size:24px;letter-spacing:.5px;line-height:1.4}}@media screen and (max-width:768px){.b-topBanner__title{font-size:30px;line-height:1.2}}.b-topBanner__subTitle{font:400 20px/28px OhnoSoftie,sans-serif;color:#fff;text-align:center;letter-spacing:6px;text-transform:uppercase;margin-top:48px}@media screen and (max-width:992px){.b-topBanner__subTitle{font-size:18px;line-height:1.2;margin-top:30px}}@media screen and (max-width:768px){.b-topBanner__subTitle{font-size:16px;letter-spacing:3px;margin-top:24px}}.l-cardLine{max-height:750px;position:relative;overflow:hidden}.b-cardLine__img{display:block;height:auto}.parallax{position:relative;will-change:transform}.l-newsPage{padding-top:130px;padding-bottom:1px;background:#fff}@media screen and (max-width:992px){.l-newsPage{padding-top:70px}}.b-newsPage{margin:0 auto;padding-left:16px;padding-right:16px;width:100%;max-width:1256px;box-sizing:border-box}.b-newsPage__title{font:700 60px/52px OhnoSoftie,sans-serif;color:#000;text-align:center;margin-top:0;margin-bottom:52px}@media screen and (max-width:992px){.b-newsPage__title{font-size:50px;margin-bottom:30px}}.b-newsPage__filterWrapper{margin-bottom:72px}@media screen and (max-width:992px){.b-newsPage__filterWrapper{margin-bottom:50px}}.b-newsPage__hootNewsWrapper{margin-bottom:44px}@media screen and (max-width:992px){.b-newsPage__hootNewsWrapper{margin-bottom:50px}}.b-newsPage__list{margin-bottom:120px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:44px 30px}@media screen and (max-width:992px){.b-newsPage__list{margin-bottom:100px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:660px){.b-newsPage__list{grid-template-columns:1fr}}.b-newsPage__decorWrapper{margin-top:110px}@media screen and (max-width:992px){.b-newsPage__decorWrapper{margin-top:100px}}.b-newsCard{padding:18px 18px 22px;display:flex;flex-direction:column;align-items:flex-start;height:100%;border:2px solid #000;border-radius:30px;background:#fff;box-shadow:8px 12px 0 0 #000;box-sizing:border-box}.b-newsCard__imgWrapper{position:relative;margin-bottom:22px;width:100%;height:188px;border-radius:16px}.b-newsCard__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.b-newsCard__date{position:absolute;top:-2px;right:-2px;z-index:3;font:700 13px/110% Work Sans,sans-serif;color:#222;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;width:47px;height:50px;background:url(../img/icons/date-bg.webp) 50% no-repeat}.b-newsCard__title{font:700 28px/120% OhnoSoftie,sans-serif;color:#222;letter-spacing:.56px;text-transform:uppercase;margin-top:0;margin-bottom:8px}.b-newsCard__text{font:400 20px/140% OhnoSoftie,sans-serif;color:#646464;margin-bottom:16px}.b-newsCard__link{position:relative;font:500 18px/150% OhnoSoftie,sans-serif;color:#df0008;text-decoration:none;margin-top:auto;margin-bottom:0;display:inline-flex;align-items:center;transition:.4s ease-in-out}.b-newsCard__link:hover{color:transparent}.b-newsCard__link:hover:before{width:calc(100% - 6px)}.b-newsCard__link:after{content:"";display:block;width:23px;height:24px;background:url(../img/icons/arrow-link.svg) 50% no-repeat;background-size:contain;transform:translateY(1px)}.b-newsCard__link:before{position:absolute;top:13px;right:10px;content:"";display:block;width:0;height:1px;background:#df0008;transition:.4s ease-in-out}.b-decorSausage{position:relative;z-index:5;margin:91px auto 64px;display:flex;justify-content:center}@media screen and (max-width:992px){.b-decorSausage{margin:100px auto 34px;justify-content:flex-start}}.b-decorSausage__decorText{font:700 64px/96% OhnoSoftie,sans-serif;color:#000;text-align:center;padding-top:20px}@media screen and (max-width:992px){.b-decorSausage__decorText{font-size:34px;padding-top:10px}}.b-decorSausage__decorImg{position:absolute;right:-16px;bottom:-70px;display:block;width:354px;opacity:1!important;transform:translateX(-100%)!important;transition:all .5s ease-out!important}@media screen and (max-width:992px){.b-decorSausage__decorImg{bottom:-36px;width:184px}}.b-decorSausage__decorImg.aos-animate{transform:translateX(0)!important}.b-contentText{margin:0 auto;width:100%;max-width:1256px;box-sizing:border-box;padding:130px 16px 80px}@media screen and (max-width:992px){.b-contentText{padding-top:60px;padding-bottom:60px}}.b-contentText__title{font:700 60px/52px OhnoSoftie,sans-serif;color:#000;text-align:center;margin-top:0;margin-bottom:70px}@media screen and (max-width:992px){.b-contentText__title{font-size:50px;margin-bottom:40px}}.b-contentText__content{font-size:22px;font-family:Work Sans,sans-serif;line-height:34px;color:#222}@media screen and (max-width:992px){.b-contentText__content{font-size:18px;line-height:1.4}}.b-contentText__content h1,.b-contentText__content h2,.b-contentText__content h3,.b-contentText__content h4,.b-contentText__content h5,.b-contentText__content h6{font-family:OhnoSoftie,sans-serif}#asl-storelocator.asl-cont .sl-main-cont-box::-webkit-scrollbar-thumb{background:#df0008!important}.asl_locator-panel{border-radius:20px 0 0 20px!important;overflow:hidden}@media screen and (max-width:768px){.asl_locator-panel{height:534px!important;margin-bottom:24px!important}}@media screen and (max-width:768px){.asl-map,.asl_locator-panel{border-radius:12px!important}.asl-map{overflow:hidden}}#asl-map-canv,#asl-panel,#asl-storelocator.asl-cont .sl-main-cont .asl-map-canv{height:700px!important}.storelocator-main .sl-main-row{border-radius:20px;overflow:hidden}@media screen and (max-width:768px){.storelocator-main .sl-main-row{border-radius:12px!important}}.storelocator-main .sl-act-btns,.storelocator-main .top-title{display:none!important}.storelocator-main .infoWindow{border-radius:12px;background:#fff}.storelocator-main .infoWindow .pol-5{padding:10px 0 0;margin:0 auto}.storelocator-main .infoWindow .infowindowContent{border-radius:12px}#frf-locator-search{position:absolute;top:-134px;left:50px;display:block;width:calc(100% - 100px)}@media screen and (max-width:768px){#frf-locator-search{left:0;width:100%}}#frf-locator-search .asl-store-search{position:relative}#frf-locator-search .asl-store-search button.span-geo{cursor:pointer;padding:0 5px;width:38px;height:38px;border-top-right-radius:5px;border-bottom-right-radius:5px;margin:0;position:absolute;top:27px;left:42px;z-index:1;align-items:center;text-align:center;border:none;color:#fff;background:url(../img/icons/search.svg) 50% no-repeat}@media screen and (max-width:768px){#frf-locator-search .asl-store-search button.span-geo{left:20px}}@media screen and (max-width:576px){#frf-locator-search .asl-store-search button.span-geo{left:13px}}@media screen and (max-width:440px){#frf-locator-search .asl-store-search button.span-geo{left:13px}}#frf-locator-search .asl-store-search button.span-geo .icon-direction-outline:before{content:""!important}#frf-locator-search .asl-store-search button.span-geo .asl-geo.asl-geo.icon-direction-outline{font-size:32px;color:#222;background:transparent}#frf-locator-search .asl-store-search input#auto-complete-search{font:600 italic 22px/normal Work Sans,sans-serif;color:#222;padding:30px 34px 30px 98px;display:flex;align-items:center;width:100%;height:100%;border:3px solid #ffd600;border-radius:79px;background:#fff;box-shadow:6px 10px 0 0 #ffd600;box-sizing:border-box}@media screen and (max-width:768px){#frf-locator-search .asl-store-search input#auto-complete-search{padding:30px 20px 30px 65px}}@media screen and (max-width:576px){#frf-locator-search .asl-store-search input#auto-complete-search{padding:30px 20px 30px 47px;font-size:19px}}@media screen and (max-width:470px){#frf-locator-search .asl-store-search input#auto-complete-search{box-shadow:6px 10px 0 0 #ffd600!important}}#frf-locator-search .asl-store-search button.asl-search-clr.asl-clear-btn{position:absolute;top:26px;left:40px;z-index:5;width:40px;height:40px;border-width:0;background-color:#fff}@media screen and (max-width:768px){#frf-locator-search .asl-store-search button.asl-search-clr.asl-clear-btn{left:20px}}@media screen and (max-width:576px){#frf-locator-search .asl-store-search button.asl-search-clr.asl-clear-btn{left:10px}}#frf-locator-search .asl-store-search button.asl-search-clr.asl-clear-btn svg{width:20px;height:20px}#asl-storelocator .sl-main-cont #asl-panel .asl-panel-inner{top:0!important;padding-right:20px;background-color:#f3f2f0}@media screen and (max-width:576px){#asl-storelocator .sl-main-cont #asl-panel .asl-panel-inner{height:100%;padding-right:0}}#asl-storelocator .sl-main-cont #p-statelist{margin-right:20px}#asl-storelocator .sl-main-cont #p-statelist .sl-item h3{font:500 22px/100% OhnoSoftie,sans-serif!important;color:#222;text-decoration:none;margin-bottom:14px;display:block}#asl-storelocator .sl-main-cont #p-statelist .sl-item li{font:400 16px/125% Work Sans,sans-serif;color:#646464;letter-spacing:-.16px}#asl-storelocator .sl-main-cont .asl-map .map-image{position:relative}#asl-storelocator .sl-main-cont .asl-map .map-image #asl-geolocation-agile-modal{height:220px}#asl-storelocator .sl-main-cont .asl-map .map-image .agile-modal-backdrop-in{background-color:transparent!important;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;z-index:1}#asl-storelocator .sl-main-cont .asl-map .map-image .agile-modal-content .sl-form-group.d-flex.justify-content-between h5{color:#000!important;font:600 15px/125% Work Sans,sans-serif;letter-spacing:-.16px;text-align:center}#asl-storelocator .sl-main-cont .asl-map .map-image .agile-modal-content .sl-form-group.sl-icon-group h5{color:#000!important;font:600 15px/125% Work Sans,sans-serif!important;letter-spacing:-.16px;text-align:center}#asl-storelocator .sl-main-cont .asl-map .map-image .agile-modal-content .sl-form-group.sl-icon-group h2{color:#000!important;font:600 17px/125% Work Sans,sans-serif!important;letter-spacing:-.2px;text-align:center}#asl-storelocator .sl-main-cont .asl-map .map-image .agile-modal-content .sl-form-group .sl-loct-icon{display:none}#asl-storelocator .sl-main-cont .asl-map .map-image .agile-modal-content .btn.btn-default{background:#222!important}#asl-storelocator .sl-main-cont .asl-map .map-image .agile-modal .agile-modal-dialog{top:97px!important;right:10px!important;transform:translateY(0)}@media screen and (max-width:576px){#asl-storelocator .sl-main-cont .asl-map .map-image .agile-modal .agile-modal-dialog{width:90%}}#asl-storelocator .sl-main-cont .asl-map #asl-map-canv .infoBox{width:240px!important;margin-left:-119px!important}@media screen and (max-width:576px){#asl-storelocator .sl-main-cont .asl-map #asl-map-canv .infoBox{margin-left:-119px!important}}#asl-storelocator .sl-main-cont .asl-map #asl-map-canv .infoBox .infoWindow{width:240px;text-align:center}#asl-storelocator .sl-main-cont .asl-map #asl-map-canv .infoBox .infoWindow img.frf-loc-image{margin:13px 10px 10px;width:182px;height:auto;border-radius:20px;text-align:center;overflow:hidden}#asl-storelocator .sl-main-cont .asl-map #asl-map-canv .infoBox .infoWindow h3{margin:3px auto 0!important;padding:0!important;font:500 20px/100% OhnoSoftie,sans-serif!important;color:#222!important;text-decoration:none;text-align:center}#asl-storelocator .sl-main-cont .asl-map #asl-map-canv .infoBox .infoWindow .infowindowContent{width:240px;padding:0 0 13px;font-family:Work Sans,sans-serif!important}#asl-storelocator .sl-main-cont .asl-map #asl-map-canv .infoBox .infoWindow .infowindowContent .sl-row{margin-left:0;margin-right:0}#asl-storelocator .sl-main-cont .asl-map #asl-map-canv .infoBox .infoWindow .infowindowContent .sl-row .info-addr-inner a{color:#000}#asl-storelocator .sl-main-cont .asl-map #asl-map-canv .infoBox .infoWindow .infowindowContent .asl-buttons{padding-top:0}#asl-storelocator .sl-main-cont .asl-map #asl-map-canv .infoBox .infoWindow .infowindowContent .asl-buttons a{color:#000;background-color:#ffd600!important}#asl-storelocator .sl-main-cont .asl-map #asl-map-canv .infoBox .infoWindow .infowindowContent .asl-buttons a.action.zoomhere{display:none}#asl-storelocator .sl-main-cont .asl-map .map-image .agile-modal .agile-modal-dialog #asl-btn-geolocation{font:500 19px/80% OhnoSoftie,sans-serif!important;letter-spacing:.4px}#asl-storelocator #agile-modal-direction .agile-modal-dialog{top:178px!important}#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .sl-addr-list-title,#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec h3{margin-top:10px;font:500 22px/100% OhnoSoftie,sans-serif!important;color:#000}#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li a,#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li span{font:500 14px/125% Work Sans,sans-serif!important;color:#646464;letter-spacing:-.16px}#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item{margin-bottom:20px!important;margin-top:10px!important;padding:10px!important;border-radius:26px;background:#fff;box-shadow:0 4px 15px 0 rgba(0,0,0,.15);box-sizing:border-box}#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item.highlighted{background-color:#fcf8e0!important}@media screen and (max-width:576px){#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item .sl-row.addr-loc{display:block!important}}@media screen and (max-width:576px){#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item .sl-row.addr-loc .pol-5,#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item .sl-row.addr-loc .pol-7{width:100%!important;max-width:100%!important}}.sl-item .sl-row.addr-loc img{width:233px;border-radius:20px;overflow:hidden}@media screen and (max-width:576px){.sl-item .sl-row.addr-loc img{padding-bottom:10px!important}}@media screen and (max-width:576px){.sl-item .sl-row.addr-loc .pol-7{margin-bottom:10px}}@media screen and (max-width:576px){#asl-storelocator .sl-main-cont #p-statelist{margin-right:0}}@media screen and (max-width:992px){.sl-item .sl-row.addr-loc img{width:100%}}#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper{position:relative;padding:20px}#asl-storelocator .sl-main-cont .asl-map #asl-map-canv .infoBox .infoWindow{padding:22px 0 0}.l-newsInner{padding-top:110px;padding-bottom:170px;background:#fff}@media screen and (max-width:992px){.l-newsInner{padding-top:58px;padding-bottom:100px}}.b-newsInner{margin:0 auto;padding-left:16px;padding-right:16px;width:100%;max-width:1256px;box-sizing:border-box}.b-newsInner__content{position:relative;padding:76px 104px 143px;border:3px solid #222;border-radius:40px;background:#fff;box-sizing:border-box}@media screen and (max-width:992px){.b-newsInner__content{padding:18px 18px 50px;border-radius:30px}}.b-newsInner__backLink{position:absolute;top:70px;left:104px;z-index:2;display:block;width:64px;height:64px;border-radius:50%;background:#ffeee8 url(../img/icons/arrow-back.svg) 50% no-repeat;transition:.4s ease-out}@media screen and (max-width:992px){.b-newsInner__backLink{position:relative;top:auto;left:auto;margin-bottom:24px}}.b-newsInner__backLink:hover{background-color:#ffc8b5}.b-newsInner__title{font:700 70px/52px OhnoSoftie,sans-serif;color:#000;padding-left:104px;margin-top:0;margin-bottom:44px}@media screen and (max-width:992px){.b-newsInner__title{font-size:46px;line-height:46px;margin-bottom:30px;padding-left:0}}.b-newsInner__mainImgWrapper{position:relative;margin-bottom:50px;display:block;width:100%}@media screen and (max-width:992px){.b-newsInner__mainImgWrapper{margin-bottom:30px}}.b-newsInner__imgDate{position:absolute;top:-2px;right:-2px;z-index:3;font:700 13px/110% Work Sans,sans-serif;color:#222;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;width:47px;height:50px;background:url(../img/icons/date-bg.webp) 50% no-repeat}.b-newsInner__mainImg{display:block;width:100%;height:auto;border-radius:30px}@media screen and (max-width:992px){.b-newsInner__mainImg{border-radius:16px}}.b-newsInner__text{font:400 22px/34px Work Sans,sans-serif;color:#222;margin:0 auto 50px;width:100%;max-width:800px;box-sizing:border-box}@media screen and (max-width:992px){.b-newsInner__text{font-size:20px;line-height:26px;margin-bottom:34px}}.b-newsInner__quoteText{position:relative;font:500 48px/normal OhnoSoftie,sans-serif;color:#222;letter-spacing:.5px;text-transform:uppercase;margin:0 auto 50px;padding-left:77px;display:block;width:100%;max-width:880px;box-sizing:border-box}@media screen and (max-width:992px){.b-newsInner__quoteText{font-size:24px;letter-spacing:.25px;padding-left:37px;margin-bottom:43px}}.b-newsInner__quoteText:before{position:absolute;top:10px;left:0;z-index:2;content:"";display:block;width:41px;height:38px;background:url(../img/icons/quote.svg) 50% no-repeat}@media screen and (max-width:992px){.b-newsInner__quoteText:before{top:8px;width:20px;height:19px;background-size:contain}}.b-newsInner__twoColWrapper{margin-bottom:50px;display:flex;gap:24px}@media screen and (max-width:992px){.b-newsInner__twoColWrapper{margin-bottom:44px;gap:10px}}.b-newsInner__imgWrapper{display:block;width:100%;height:546px}@media screen and (max-width:992px){.b-newsInner__imgWrapper{height:164px}}.b-newsInner__img{display:block;width:100%;height:100%;border-radius:24px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:992px){.b-newsInner__img{border-radius:8px}}.b-newsInner__commentatorWrapper{margin:87px auto 0;display:flex;gap:48px;width:100%;max-width:800px;box-sizing:border-box}@media screen and (max-width:992px){.b-newsInner__commentatorWrapper{margin-top:59px;gap:16px}}.b-newsInner__commentatorImgWrapper{width:110px;height:110px;border-radius:50%;overflow:hidden}@media screen and (max-width:992px){.b-newsInner__commentatorImgWrapper{width:82px;height:82px}}.b-newsInner__commentatorImg{display:block;width:100%;height:100%}.b-newsInner__commentatorInfoWrapper{width:calc(100% - 158px)}@media screen and (max-width:992px){.b-newsInner__commentatorInfoWrapper{width:calc(100% - 98px)}}.b-newsInner__commentatorTitle{font:500 30px/normal OhnoSoftie,sans-serif;color:#222;margin-top:0;margin-bottom:14px}@media screen and (max-width:992px){.b-newsInner__commentatorTitle{margin-top:15px;margin-bottom:0;font-size:22px}}.b-newsInner__commentatorText{font:400 18px/26px Work Sans,sans-serif;color:rgba(34,34,34,.7)}@media screen and (max-width:992px){.b-newsInner__commentatorText{font-size:14px;line-height:20px}}.-page_myfnf .h-desc{display:none}@media screen and (max-width:768px){.-page_myfnf .b-siteHeader{padding-top:30px;padding-bottom:14px}.-page_myfnf .scrolled .b-siteHeader{padding-top:14px!important}.-page_myfnf .l-siteLogo{height:54px!important;width:auto!important}.-page_myfnf .l-joinFormTop{padding-top:135px;padding-bottom:0}.-page_myfnf .b-orderLink,.-page_myfnf .l-mainNavigation{display:none}.-page_myfnf .l-siteLogo{margin:0}.-page_myfnf .b-siteHeader{justify-content:center}.-page_myfnf .l-topBanner{margin-top:28px;height:106px}.-page_myfnf .l-topBanner:before{background:transparent}.-page_myfnf .b-topBanner,.-page_myfnf .h-mob{display:none}.-page_myfnf .h-desc{display:block}.-page_myfnf .l-dynamicHotDog{padding-top:100px}.-page_myfnf .b-dynamicHotDog__title{color:red}.-page_myfnf .l-twoColImgWh{padding:0;margin:0}.-page_myfnf .l-twoColImgWh__title{font-size:36px;line-height:32px;margin-bottom:0;margin-top:45px}.-page_myfnf .b-twoColImgWh__text strong{font:700 16px/17px Work Sans,sans-serif}.-page_myfnf .b-twoColImgWh__text b,.-page_myfnf .b-twoColImgWh__text span{font:700 16px/29px Work Sans,sans-serif}.-page_myfnf .l-twoColImg,.-page_myfnf .l-twoColImgRev{margin-top:0;margin-bottom:0}.-page_myfnf .b-joinFormTop__smallText{display:none}.-page_myfnf .b-joinForm__title{color:#000}.-page_myfnf .b-joinForm__title span{color:red}.-page_myfnf .b-joinForm__decorImg,.-page_myfnf .b-joinForm__smallText,.-page_myfnf .b-joinForm__subTitle{display:none}.-page_myfnf .l-joinForm{background:#ffd600}.-page_myfnf .b-joinFormTop{padding-bottom:30px}.-page_myfnf .l-topBanner{display:none}}.wpcf7{position:relative}.wpcf7 .wpcf7-spinner{display:none}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.wpcf7 form .wpcf7-response-output{margin:.4em;text-align:center;font-weight:700;font-size:14px}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{color:#398f14}.wpcf7 form.aborted .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output{color:red}.wpcf7 form.spam .wpcf7-response-output{color:orange}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output{color:red}.wpcf7 form.submitting{opacity:.6}.wpcf7 form.submitting:before{position:absolute;top:50%;left:50%;z-index:1000;width:40px;height:40px;border:6px solid #eaeaea;border-top-color:#282828;border-radius:50%;content:"";animation:spinner 1.2s ease infinite}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{display:none;color:red;font-size:12px;font-weight:400}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-not-valid:not(.wpcf7-select),.wpcf7-select:invalid+.jq-selectbox__select{border:1px solid red!important}.wpcf7-list-item{margin-left:.5em}.wpcf7-list-item:first-child{margin-left:0}#hs-form-iframe-0,#hs-form-iframe-1,.hs-form-iframe{min-height:120px}.b-breadcrumbs{margin:0;padding:0;list-style:none}.b-breadcrumbs__item{display:inline-block}.b-breadcrumbs__item:before{content:" | "}.b-breadcrumbs__item:first-child:before{display:none}.b-breadcrumbs__link{display:inline-block}.b-pagination__list{margin:0;padding:0;list-style:none}.b-pagination__item{display:inline-block}.b-pagination__link{display:block}.b-pageNav:after,.b-pageNav:before{content:" ";display:table}.b-pageNav:after{clear:both}.b-pageNav__list{margin:0;padding:0;list-style:none}.b-pageNav__item{display:block}.b-pageNav__item.-type_old{float:left}.b-pageNav__item.-type_new{float:right}@media print{*,:after,:before{background:#fff!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}
/*# sourceMappingURL=main.min.css.map */