html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#navbar{align-items:center;background-color:#000;display:flex;height:12rem;justify-content:center;width:100%}#logo-image-section{height:80%;margin-right:10%;width:30%}#bannerlogo{height:100%}#nav-button-section{align-items:center;column-gap:.5rem;display:flex;justify-content:center;width:60%}@media only screen and (max-width:750px){#navbar{height:9rem}#hamburger{top:4.5rem}#logo-image-section{height:auto;margin-right:0;width:100%}#bannerlogo{width:100%}}.nav-mobile-menu-container{height:auto;width:50vw}.bar{background-color:#fff;height:3px;position:absolute;transition:.5s;width:36px}#bar1{top:-8px}#bar3{top:8px}#hamburger{align-items:center;display:inline-block;display:flex;flex-direction:column;height:2rem;justify-content:center;position:absolute;right:2rem;top:3rem;width:2rem;z-index:5}#hamburger>div{position:relative}.click #bar1{top:5px;transform:rotate(-45deg)}.click #bar2{opacity:0}.click #bar3{top:0;transform:rotate(45deg)}#banner-nav-section-mobile{background-color:rgba(80,80,80,.836);height:auto;margin:1rem;padding:3rem;position:absolute;right:0;width:50vw;z-index:4}.hidden{opacity:0}.reveal{animation:reveal-menu .5s;opacity:100%}@keyframes reveal-menu{0%{opacity:0}to{opacity:100%}}.nav-button{align-items:center;background-color:#000;box-shadow:0 1px 2px 0 #fffc,0 2px 3px 0 #ffffff30;display:flex;height:clamp(2.5rem,25%,40%);justify-content:center;margin:1rem 0;padding:0 1rem}.nav-button:hover{animation:navButtonHover .25s forwards;box-shadow:0 4px 8px 0 #fffc,0 6px 20px 0 #ffffff30}.anchor-text{color:#fff;font-size:clamp(1rem,2vw,2rem);text-decoration:none}@keyframes navButtonHover{0%{box-shadow:0 1px 2px 0 #fffc,0 2px 3px 0 #ffffff30}to{box-shadow:0 4px 8px 0 #fffc,0 6px 20px 0 #ffffff30}}#app{overflow:hidden}body{background-color:#000}.section-title{align-items:center;display:flex;font-size:clamp(2.5rem,2vw,3rem);font-weight:bolder;height:20%;justify-content:center;width:100%}.preview-testimonial-card{background-color:gray;box-shadow:0 4px 8px 0 #000c,0 6px 20px 0 #00000030;height:clamp(29rem,25vw,35rem);width:clamp(22rem,18vw,40rem)}.preview-testimonial-card :hover{cursor:pointer}.preview-testimonial-content-container{flex-direction:column;height:90%;padding:5%;row-gap:5%}.preview-image-container,.preview-testimonial-content-container{align-items:center;display:flex;justify-content:center;overflow:hidden;width:90%}.preview-image-container{height:65%}.preview-image{height:100%;width:auto}.preview-text-container{height:35%;text-align:center;width:auto}.testimony-card-animation-wrapper{background-color:#fff;border-radius:20px 0 0 20px;box-shadow:0 4px 8px 0 #000c,0 6px 20px 0 #00000030;display:block;height:clamp(30rem,45vw,90vh);left:50%;opacity:1;overflow:hidden;position:absolute;top:50%}.card-animation-wrapper-complete{transform:translate(-50%,-50%);width:clamp(23rem,65vw,70vw)}.testimony-card-wrapper{align-items:center;display:flex;height:clamp(30rem,45vw,90vh);justify-content:center;width:clamp(23rem,65vw,70vw)}.testimony-card-container{height:calc(100% - 2rem);padding:1rem;width:calc(100% - 2rem)}.testimony-card-exit-button-container{position:absolute;right:0;top:0}@media only screen and (max-width:550px){.preview-testimonial-card{height:21rem;width:14rem}.testimony-card-animation-wrapper{border-radius:0 0 20px 20px;height:clamp(35rem,45vw,90vh)}.testimony-card-wrapper{height:clamp(35rem,90vw,90vh)}.testimony-card-container{height:calc(100% - 4rem);padding:2rem;width:calc(100% - 4rem)}}.testimonial-card{display:flex;height:100%;width:100%}.testimonial-text-container{border:1px solid #ccc;border-radius:10px 0 0 10px;box-shadow:inset 5px 5px 10px #b0b0b0,inset -5px -5px 10px #fff;height:100%;width:60%}.testimonial-image-container{align-items:center;border-left:2px solid #ccc;display:flex;flex-direction:column;height:calc(100% + 2rem);justify-content:center;row-gap:5%;transform:translateY(-1rem);width:40%}.testimonial-display-image-container{height:90%;margin:5%}.testimonial-display-image-container,.testimonial-display-image-container-2x{align-items:center;display:flex;justify-content:center;overflow:hidden;width:90%}.testimonial-display-image-container-2x{height:40%;margin:2.5%}.testimonial-display-image{width:100%}.testimonial-header-container{align-items:center;border-bottom:1px solid #ccc;display:flex;flex-direction:column;height:15%;justify-content:center;margin-bottom:2.5%;overflow-y:scroll;padding-bottom:2.5%;padding-left:5%;padding-right:5%;scrollbar-width:none;width:90%}.testimonial-name,.testimonial-title{margin:0;width:100%}.testimonial-content{font-size:clamp(1rem,1vw,1.25rem);height:75%;overflow-y:scroll;padding-bottom:5%;padding-left:2.5%;padding-right:2.5%;white-space:pre-wrap;width:95%}@media only screen and (max-width:550px){.testimonial-card{flex-direction:column}.testimonial-text-container{border:1px solid #ccc;border-radius:0 0 10px 10px;box-shadow:inset 5px 5px 10px #b0b0b0,inset -5px -5px 10px #fff;height:50%;width:100%}.testimonial-header-container{height:30%}.testimonial-content{height:55%}.testimonial-image-container{border-left:0;border-top:1px solid #ccc;height:50%;transform:translateX(-2rem);width:calc(100% + 4rem)}}.exit-container{font-family:Consolas;font-weight:bolder;height:1rem;padding:.5rem;width:1rem}.exit-container-hide{pointer-events:none;visibility:hidden}.fade-present{animation:fadeShowIn 1s forwards;cursor:pointer;pointer-events:auto}.exit-image{width:100%}@keyframes fadeShowIn{0%{opacity:0;pointer-events:none}to{opacity:1;pointer-events:auto}}.testimonial-section-container{align-items:center;background-color:#d3d3d3;display:flex;flex-direction:column;height:35rem;justify-content:center;padding-bottom:10%;padding-top:10%;width:100%}.preview-cards-container{align-items:center;display:flex;justify-content:center;padding-top:5%;position:relative;width:90%}.preview-cards-container>div{position:absolute}#main{position:relative;z-index:2}#left,#right{pointer-events:auto;position:absolute;z-index:1}#left-hidden,#right-hidden{pointer-events:none;position:absolute}.slide-out-left{animation:slideOutLeft 1s forwards}.slide-back-left{animation:slideBackLeft 1s forwards}.slide-out-right{animation:slideOutRight 1s forwards}.slide-back-right{animation:slideBackRight 1s forwards}.card{background-color:gray;height:15rem;width:20rem}.index-bubble-container{column-gap:.5rem;display:flex;padding:2rem}.index-bubble{border-radius:.5rem;height:1rem;width:1rem}.bubble-empty{background-color:#f5f5f5}.bubble-filled{background-color:gray}@keyframes slideOutLeft{0%{transform:translateX(-22vw) scale(.8)}to{transform:translateX(-6vw) scale(.8)}}@keyframes slideBackLeft{0%{transform:translateX(-6vw) scale(.8)}to{transform:translateX(-22vw) scale(.8)}}@keyframes slideOutRight{0%{transform:translateX(22vw) scale(.8)}to{transform:translateX(6vw) scale(.8)}}@keyframes slideBackRight{0%{transform:translateX(6vw) scale(.8)}to{transform:translateX(22vw) scale(.8)}}.about-me-section-container{align-items:center;background-color:#fff;display:flex;height:auto;justify-content:center;padding:5%;width:90%}.about-me-content-container{height:30rem;width:70%}.about-me-content-section{display:flex;font-family:Arial,Helvetica,sans-serif;height:80%;margin-top:3%;width:100%}.about-me-text-content-container{display:flex;flex-direction:column;height:100%;justify-content:center;width:50%}.about-me-text-content-title{align-items:center;display:flex;font-size:clamp(2rem,2vw,3rem);height:20%;padding-left:25%;padding-right:2.5%;width:72.5%}.about-me-text-content{font-size:clamp(1.25rem,1vw,2rem);padding-left:25%;padding-right:2.5%;width:72.5%}.about-me-image-content-container{width:50%}.about-me-image-content,.about-me-image-content-container{align-items:center;display:flex;height:100%;justify-content:center}.about-me-image-content{overflow:hidden;padding-right:20%;width:70%}.about-me-profile-image{width:100%}@media only screen and (max-width:1100px){.about-me-content-container{height:37rem;width:90%}.about-me-text-content,.about-me-text-content-title{padding-left:0;width:97.5%}.about-me-image-content{padding-right:0;width:80%}}@media only screen and (max-width:550px){.about-me-content-section{display:flex;flex-direction:column;height:80%;width:100%}.about-me-content-container{height:auto;width:90%}.about-me-image-content-container{padding-bottom:2.5rem;padding-top:2.5rem;width:100%}.about-me-image-content{padding-right:0;width:100%}.about-me-text-content-container{display:flex;flex-direction:column;height:100%;justify-content:center;padding-bottom:5%;width:100%}.about-me-text-content-title{font-size:x-large;font-weight:500;height:20%;padding-bottom:.5rem;padding-left:0;padding-right:0;width:100%}.about-me-text-content{font-size:medium;padding-left:0;padding-right:0;width:100%}}.philosophy-section-container{align-items:center;background-color:#d3d3d3;display:flex;height:auto;justify-content:center;padding:5%;width:90%}.philosophy-content-container{height:15rem;width:70%}.philosophy-content-section{align-items:center;display:flex;flex-direction:column;font-family:Arial,Helvetica,sans-serif;height:80%;justify-content:center;width:100%}.philosophy-text-content{font-size:clamp(1.25rem,1vw,2rem);line-height:2;text-align:center;width:80%}@media only screen and (max-width:450px){.philosophy-content-container{height:auto;width:90%}.philosophy-content-section{height:auto;padding-bottom:2rem;padding-top:2rem}.philosophy-text-content{font-size:medium;line-height:inherit;text-align:left;width:100%}}.certificate-display-card-container{align-items:center;background-color:gray;border-radius:2rem;display:flex;flex-direction:column;height:13rem;justify-content:center;row-gap:.5rem;width:15rem}.certificate-display-card-image-container{align-items:center;display:flex;flex-direction:column;height:6rem;justify-content:center;overflow:hidden;padding:.5rem;width:12rem}.certificate-display-card-name-container{height:4rem;text-align:center;width:80%}.certificate-logo-image{height:100%}.certificate-section-container{align-items:center;background-color:#fff;display:flex;height:auto;justify-content:center;padding:5%;width:90%}.certificate-content-container{width:75%}.certificate-display-container{align-items:center;column-gap:1.5rem;display:flex;flex-wrap:wrap;height:80%;justify-content:center;padding-bottom:5%;padding-top:5%;row-gap:1.5rem;width:100%}.service-section-container{align-items:center;background-color:#d3d3d3;display:flex;height:auto;justify-content:center;padding:5%;width:90%}.service-content-container{height:auto;width:80%}.service-options-container{align-items:center;column-gap:2rem;display:flex;flex-wrap:wrap;height:90%;justify-content:center;padding-bottom:5%;padding-top:5%;row-gap:2rem;width:100%}.service-display-card-container{background-color:gray;border-radius:1rem;height:clamp(21rem,20vw,30rem);margin:1rem;padding:.5rem;width:clamp(18rem,20vw,26rem)}.service-display-card-content-container{height:95%;padding:2.5%;width:95%}.service-display-card-name{align-items:center;display:flex;font-size:x-large;height:20%;justify-content:center;width:100%}.service-display-card-options{display:flex;font-size:clamp(1.15rem,1vw,1.5rem);height:80%;justify-content:center;width:100%}.banner-image-section{height:clamp(44rem,90vh,60rem)}.banner-image{background-attachment:scroll;background-image:url(/static/media/Santa%20Cruz%20bike.459b95fadcbf29e97ca7.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:100vh;left:0;position:fixed;right:0;top:0;width:100%;z-index:-1}.banner-slogan-wrapper{height:clamp(41rem,calc(90vh + 1rem),60rem);overflow:hidden;position:absolute;transform:translateY(-1rem);width:100%}.banner-slogan-container{background:radial-gradient(circle at -60% -110%,#000 0,#000 50%,#00000080 60%,#0000 70%);box-shadow:0 0 0 1px #0000;height:50%;padding-bottom:50%;padding-right:50%;width:50%}.banner-slogan{align-items:center;color:#fff;display:flex;font-size:xx-large;font-style:italic;font-weight:700;height:10%;padding:10%;position:absolute;width:70%}@media only screen and (max-width:750px){.banner-slogan{font-style:italic;font-weight:700;height:40%;padding:10%;text-align:center;width:80%}}.video-section-container{background-color:#fff;padding-bottom:5%;padding-top:5%}.video-content-container,.video-section-container{align-items:center;display:flex;height:auto;justify-content:center;width:100%}.video-content-container{flex-direction:column}.video-content{height:auto;padding:2.5%;width:clamp(20rem,30%,30%)}.video-wrapper{width:100%}.footer-social-option{height:clamp(2.5rem,2.5vw,3.5rem);width:clamp(2.5rem,2.5vw,3.5rem)}.footer-social-image{cursor:pointer;filter:invert(1);height:100%;width:100%}.footer-section-container{align-items:center;background-color:#000;color:#fff;column-gap:20%;display:flex;flex-direction:column;height:14rem;justify-content:center;width:100%}.footer-content-container{height:50%;width:100%}.footer-text{font-size:clamp(1rem,1vw,1.25rem);text-align:center}.footer-email-container{align-items:center;display:flex;font-size:clamp(1rem,1vw,1.25rem);justify-content:center}.footer-email{color:#fff}.footer-media{column-gap:1rem;display:flex;justify-content:center;padding:1rem}.image-display-card-container{align-items:center;box-shadow:0 4px 8px 0 #000c,0 6px 20px 0 #00000030;display:flex;height:clamp(12rem,15vw,18rem);justify-content:center;overflow:hidden;width:clamp(12rem,15vw,18rem)}.image-display-card-image{height:100%}.toggle-show-button-container{align-items:center;background-color:gray;border-radius:1rem;cursor:pointer;display:flex;height:2rem;justify-content:center;width:7rem}.image-gallery-section-container{align-items:center;background-color:#fff;display:flex;height:auto;justify-content:center;padding:5%;width:90%}.image-gallery-content-container{height:auto;margin-bottom:5rem;width:75%}.image-gallery-focused-image-container{align-items:center;background-color:#7a7a7ae6;bottom:0;display:flex;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:2}.image-gallery-focused-image-content{align-items:center;display:flex;height:80%;justify-content:center;padding:2.5%;width:90%}.image-gallery-focused-image{height:100%}.image-gallery-images{height:70%;padding-bottom:5%;padding-top:5%}.image-gallery-images,.image-gallery-images-limited{column-gap:2rem;display:flex;flex-wrap:wrap;justify-content:center;row-gap:2rem;width:100%}.image-gallery-images-limited{height:calc(clamp(12rem, 15vw, 18rem)*3 + 2rem);-webkit-mask-image:linear-gradient(180deg,#000 60%,#0000);mask-image:linear-gradient(180deg,#000 60%,#0000);overflow:hidden;padding-top:10%}.image-gallery-image-member{cursor:pointer}.image-gallery-show-less-button,.image-gallery-show-more-button{display:flex;justify-content:center;padding-top:2rem;width:100%}.image-gallery-exit-container{position:fixed;right:1rem;top:1rem}@media only screen and (max-width:900px){.image-gallery-focused-image-content{width:80%}.image-gallery-focused-image{height:auto;width:100%}}
/*# sourceMappingURL=main.2da6c8e0.css.map*/