:root{--profileC1:#900027;--textOnProfileC1:var(--gray);--gray:#fff6ed;--darkBackground:#041b0e;--bodyText:#444;--bodyFont:"Noto Sans",sans-serif;--headingText:#333;--error:#d41313;--errorLight:#ffd1d1;--success:#319232;--successLight:#bedcbe;--headingFont:"Playfair Display",serif;--rounded:4px;--baseMargin:1.5rem}html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:18px;scroll-behavior:smooth}@media (max-width:800px){html{font-size:16px}}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}blockquote,dd,fieldset,figure,h1,h2,h3,h4,h5,h6,hgroup,hr,img,ol,p,pre,table,ul{margin-top:0;margin-bottom:var(--baseMargin)}body{margin:0;font-family:var(--bodyFont);font-weight:400;color:var(--bodyText);line-height:1.6}img{max-width:100%}blockquote{font-style:italic;position:relative}blockquote:before{content:"\201C";display:block;position:absolute;font-family:var(--headingFont);top:-3.3rem;left:-3.3rem;color:var(--profileC1);font-size:6em;opacity:.5}h1,h2,h3,h4{font-family:Playfair Display,serif;font-weight:400;color:var(--headingText)}h1{font-size:2.2rem}h2{font-size:2rem}h3{font-size:1.2rem}a{color:#006cdc;-webkit-transition:opacity .3s;transition:opacity .3s;opacity:1}a:hover{opacity:.7;text-decoration:none}.h-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.h-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.h-space-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.h-align-items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.h-img-col{background-repeat:no-repeat;background-size:cover;background-position:50%}@media (max-width:1080px){.h-img-col{background:none!important}}@media (min-width:calc(1080px + 1px)){.h-hide-on-large{display:none}}.h-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.l-container{width:90%;max-width:1500px;margin:0 auto}.l-container--narrow{max-width:980px}.l-section{padding:6rem 0;scroll-margin-top:6.5rem}.l-section:nth-of-type(odd){background:var(--gray)}.l-row{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1080px){.l-row{display:block}}.l-row .l-col{margin-left:var(--baseMargin);margin-right:var(--baseMargin)}@media (min-width:calc(1080px + 1)){.l-row .l-col:first-child{margin-left:0}.l-row .l-col:last-child{margin-right:0}}.l-row .l-col.l-col-1_1{-webkit-box-flex:0;-ms-flex:0 100%;flex:0 100%}.l-row .l-col.l-col-1_2{-webkit-box-flex:0;-ms-flex:0 50%;flex:0 50%}.l-row .l-col.l-col-1_3{-webkit-box-flex:0;-ms-flex:0 33.33333%;flex:0 33.33333%}.l-row .l-col.l-col-1_4{-webkit-box-flex:0;-ms-flex:0 25%;flex:0 25%}.l-row .l-col.l-col-2_3{-webkit-box-flex:0;-ms-flex:0 66.66667%;flex:0 66.66667%}.l-row .l-col.l-col-2_5{-webkit-box-flex:0;-ms-flex:0 40%;flex:0 40%}.l-row .l-col.l-col-3_4{-webkit-box-flex:0;-ms-flex:0 66.66667%;flex:0 66.66667%}.l-row .l-col.l-col-3_5{-webkit-box-flex:0;-ms-flex:0 60%;flex:0 60%}@media (max-width:1080px){.l-row:last-child .l-col:last-child{margin-bottom:0}}.c-btn{display:inline-block;background-color:var(--profileC1);color:var(--textOnProfileC1);padding:1rem;border-radius:var(--rounded);font-family:var(--bodyFont);font-size:1rem;cursor:pointer;border:none;-webkit-transition:opacity .3s;transition:opacity .3s;opacity:1}.c-btn--full-width{width:100%}.c-btn:hover{opacity:.85}.c-btn:disabled{opacity:.35}.c-labeled-icon-btn{display:block;width:100%;padding:2rem;border:none;background:transparent;text-align:center;color:#fff;line-height:1.6;cursor:pointer;-webkit-transition:opacity .3s;transition:opacity .3s;opacity:1}.c-labeled-icon-btn:hover{opacity:.6}.c-labeled-icon-btn__icon{font-size:5rem}.c-labeled-icon-btn__label{font-family:var(--bodyFont);font-size:1rem;font-weight:600}.c-footer{background:var(--darkBackground);padding-top:4rem}.c-footer__headline{color:#fff;text-align:center;margin-bottom:3rem}.c-form__title{color:var(--gray)}.c-form__field{margin-bottom:1rem;width:100%}.c-form__input{padding:1rem;border-radius:var(--rounded);border:none;max-width:30rem;width:calc(6rem + 30vw);font-size:1rem}.c-form__label{display:block;text-align:left;margin-bottom:.5rem}.c-form__required-indicator{color:var(--gray)}.c-form__message{margin-top:var(--baseMargin);padding:.5rem;border:2px solid;border-radius:var(--rounded);color:var(--bodyText)}.c-form__message--success{border-color:var(--success);background-color:var(--successLight)}.c-form__message--error{border-color:var(--error);background-color:var(--errorLight)}.c-header{position:fixed;position:-webkit-sticky;position:sticky;top:0;z-index:5;width:100%;background-color:#fff;border-bottom:1px solid #ddd}.c-logo{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0}.c-logo__img{margin-bottom:0}@media (max-width:700px){.c-logo__img{max-height:80px}}@media (max-width:590px){.c-logo__img{height:100%;width:auto;max-width:none;max-height:60px}}.c-nav__list{list-style:none;margin:0}.c-nav__item,.c-nav__list{display:-webkit-box;display:-ms-flexbox;display:flex}.c-nav__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:1rem}@media (max-width:800px){.c-nav__item:not(:last-child){font-weight:700}}@media (max-width:720px){.c-nav__item:not(:last-child){margin-left:.1rem}}@media (max-width:650px){.c-nav__item:not(:last-child){display:none}}@media (max-width:860px){.c-nav__item:first-child{display:none}}.c-nav__link{color:var(--profileC1);padding:.5rem;white-space:nowrap;text-decoration:none}.c-nav__link--highlight{display:inline-block;background-color:var(--profileC1);color:var(--textOnProfileC1);padding:1rem;border-radius:var(--rounded)}.c-hero{background-image:-webkit-gradient(linear,left top,right top,color-stop(10%,rgba(0,0,0,.4)),color-stop(90%,transparent)),url(../img/header.jpg);background-image:linear-gradient(90deg,rgba(0,0,0,.4) 10%,transparent 90%),url(../img/header.jpg);background-repeat:no-repeat;background-size:cover;background-position:100% 100%;padding:calc(1.5rem + 5vw) 0;color:#fff}.c-hero__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:18vw;padding-left:var(--baseMargin);padding-right:var(--baseMargin)}.c-hero__headline{color:inherit;max-width:34vw;text-transform:uppercase;font-size:calc(1.5rem + 2.2vw);line-height:1.3;letter-spacing:2px}.c-hero__pre-headline{font-size:.3em;display:block;font-family:Noto Sans}@media (max-width:1280px){.c-hero{background-position:35%}.c-hero__container{min-height:390px}.c-hero__headline{max-width:65vw}}@media (max-width:800px){.c-hero{background-position:45%}}@media (max-width:560px){.c-hero{background-position:48%}}@media (max-width:480px){.c-hero{background-position:65%;text-align:center;padding:5rem 0;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.6)),to(rgba(0,0,0,.6))),url(../img/header.jpg);background-image:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.6)),url(../img/header.jpg)}.c-hero__headline{max-width:none}.c-hero__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:70vw}}.c-map{max-width:100%}.c-modal{background-color:hsla(0,0%,100%,.8);position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;-webkit-transition:opacity .25s;transition:opacity .25s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--gray)}.c-modal--visible{visibility:visible;opacity:1;max-height:100vh}.c-modal--hidden{visibility:hidden;opacity:0;max-height:0}.c-modal__content{max-width:90%;background:var(--darkBackground);padding:calc(1rem + 4vw) calc(2rem + 8vw);text-align:center}.c-modal__icon{font-size:4rem}.c-modal__text{margin-top:1rem;margin-bottom:0}.c-modal__link{white-space:nowrap;color:#59abff}.c-office-hours{margin:3rem 0;min-width:20rem}@media (max-width:400px){.c-office-hours{min-width:0;width:100%}}.c-office-hours__title{text-transform:uppercase;font-size:1.3em;text-align:left;margin-bottom:1rem}.c-office-hours__day{padding:.5rem 0}.c-office-hours__day:after{content:":"}.c-office-hours__time{text-align:right;padding:.5rem 0}.c-price-list{background:#fff;-webkit-box-shadow:0 20px 30px 5px hsla(0,0%,45.5%,.3),0 4px 4px 0 hsla(0,0%,42.7%,.2);box-shadow:0 20px 30px 5px hsla(0,0%,45.5%,.3),0 4px 4px 0 hsla(0,0%,42.7%,.2);padding:1rem;height:100%}.c-price-list__table{width:100%}.c-price-list__price{text-align:right;vertical-align:bottom}.c-services-list{-webkit-columns:2;-moz-columns:2;column-count:2}@media (max-width:540px){.c-services-list{-webkit-columns:1;-moz-columns:1;column-count:1}}.c-services-list__item{margin:.5rem 0}.c-services-list__item:first-child{margin-top:0}.c-services-list__item:last-child{margin-bottom:0}