@import url("https://fonts.googleapis.com/css2?family=Archivo:wdth,wght@62..100,400..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Radio+Canada+Big:ital,wght@0,400..700;1,400..700&family=Radio+Canada:ital,wdth,wght@0,75..100,300..700;1,75..100,300..700&display=swap");:root{--font-archivo:"Archivo",sans-serif;--font-radio:"Radio Canada",sans-serif;--color-primary:rgb(137,25,16);--color-background:rgb(248,233,216);--color-bg-hover:rgba(137,25,16,0.08);--transition-smooth-100:100ms cubic-bezier(0.33,0,0.66,1);--transition-smooth-200:200ms cubic-bezier(0.33,0,0.66,1);--transition-smooth-300:300ms cubic-bezier(0.33,0,0.66,1)}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}.cursorFollower{display:none}@media screen and (min-width:699px){*{cursor:none!important}.cursorFollower{display:flex;position:fixed;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);transition:width .2s ease,height .2s ease,transform var(--transition-smooth-100);z-index:1000}}.standardPageContainer{padding:calc(71px) 32px 32px;width:calc(100% - 64px)}.standardPageContainer,.standardPageWrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:calc(100svh - 71px - 30px)}.standardPageWrapper{width:100%;font-family:var(--font-overpass);color:var(--color-primary);height:-moz-fit-content;height:fit-content}@media screen and (max-width:699px){.standardPageWrapper{min-height:calc(100svh - 65px - 30px)}}.standardPageContainerCenter{padding:calc(71px) 32px 32px;width:calc(100% - 64px);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:calc(100svh - 71px - 30px)}.pageContainer{position:relative;min-height:100svh}.standardPage{display:flex;padding:32px}.header{border-bottom:1px solid var(--color-primary);height:70px;justify-content:center;padding:0 32px;z-index:500;overflow:hidden;position:fixed;top:0;left:0;width:calc(100% - 64px);background-color:var(--color-background)}.header,.header__content{display:flex;flex-direction:row;align-items:center}.header__content{width:100%;max-width:1826px;justify-content:space-between;gap:24px}.header__content--left{justify-content:flex-start}.header__content--left,.header__content--right{display:flex;flex-direction:row;align-items:center;gap:20px}.header__content--right{justify-content:flex-end;margin-right:-5px}.header__logoWrapper{display:flex}.header__logo--mobile{display:none;pointer-events:none}.header__logo--desktop{pointer-events:none}.header__textContainer{display:flex;flex-direction:row;gap:20px;justify-content:flex-start;align-items:center}.header__textWrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.header__textTitle{font-weight:800;text-transform:uppercase}.header__textBody,.header__textTitle{font-size:14px;line-height:17px;white-space:nowrap;font-family:var(--font-overpass);color:var(--color-primary)}.header__textBody{font-weight:500}.header__menuWrapper{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:15px}.header__menuOption{background-color:var(--color-background);padding:0 5px;border-radius:4px;text-decoration:none!important}.header__menuOption span{color:var(--color-primary);font-size:54px;font-variation-settings:"wdth" 75,"wght" 600;font-family:var(--font-radio);text-transform:uppercase;letter-spacing:-.015em;line-height:54px;text-decoration:underline!important;-webkit-text-decoration-color:transparent!important;text-decoration-color:transparent!important;text-decoration-thickness:2px!important;text-underline-offset:.15em!important;transition:all .1s cubic-bezier(.33,0,.66,1)}.header__menuOption:hover span{text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:.2em!important}.header__menuOption:hover span,.header__menuOptionActive span{-webkit-text-decoration-color:var(--color-primary)!important;text-decoration-color:var(--color-primary)!important;transition:var(--transition-smooth-100) all}.header__menuOptionActive span{text-decoration:underline!important;text-decoration-thickness:2px!important;text-underline-offset:.15em!important}#menu{display:none}@media screen and (max-width:1891px){#menu{display:flex}#about,#home{display:none}}@media screen and (max-width:1722px){#services{display:none}}@media screen and (max-width:1488px){#portfolio{display:none}}@media screen and (max-width:1221px){#textWhere{display:none}}@media screen and (max-width:1039px){#textFocuses{display:none}}@media screen and (max-width:832px){.pageContainer{position:relative}.header__content--left,.header__content--right{gap:15px}.header__logo--desktop{display:none}.header__logo--mobile{display:flex}.header__textContainer{gap:15px}.header__textBody,.header__textTitle{font-size:12px;line-height:15px}.header__menuWrapper{gap:12px}.header__menuOption{padding:0 4px}.header__menuOption span{font-size:45px;line-height:48px}}@media screen and (max-width:711px){#textAbout{display:none}.header__menuWrapper{gap:10px}.header__menuOption{padding:0 4px}}@media screen and (max-width:699px){.header{height:64px;padding:0 16px;width:calc(100% - 32px)}.standardPageContainer{padding:calc(65px) 16px calc(30px);width:calc(100% - 32px);min-height:calc(100svh - 65px - 30px)}}@media screen and (max-width:509px){#contact{display:none}}.layoutClientWrapper{min-height:100vh;position:relative}.menuWrapper{max-width:100%;overflow:hidden;background-color:var(--color-primary);height:30px;position:fixed;bottom:0;transition:var(--transition-smooth-300) all}.menuWrapperActive{height:calc(100svh - 70px);overflow-y:scroll;transition:var(--transition-smooth-200) all}@media screen and (max-width:699px){.menuWrapperActive{height:calc(100svh - 64px);overflow-y:scroll;transition:var(--transition-smooth-200) all}}.marquee{white-space:nowrap;overflow:hidden;display:inline-block;animation:marquee 20s linear infinite;background-color:var(--color-primary);height:30px;transition:var(--transition-smooth-300) all}@media screen and (max-width:699px){.marquee{animation:marquee 40s linear infinite;transition:var(--transition-smooth-300) all}}.marquee p{font-size:16px;line-height:35px;white-space:nowrap;font-weight:500;margin:0;transition:var(--transition-smooth-300) all}.marquee p,.marqueeTitle{display:inline-block;color:var(--color-background);font-family:var(--font-overpass)}.marqueeTitle{font-weight:800;text-transform:uppercase;margin-left:32px;margin-right:4px}.menu__navigation{position:relative;height:-moz-fit-content;height:fit-content;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-top:-7.5px;padding:40px 32px;width:calc(100% - 64px)}.menu__navigation div a{width:-moz-fit-content;width:fit-content}.footer__menuOption{color:var(--color-background);font-size:clamp(2rem,5vw,4rem);font-family:var(--font-overpass);font-weight:800;text-decoration:none;position:relative;display:inline-block;transition:transform .3s ease,color .3s ease;padding:21.6px 0;gap:10.8px;display:flex;width:100%;flex-direction:row;align-items:center;justify-content:flex-start}.footer__menuOption__header{font-variation-settings:"wdth" 75,"wght" 500;font-family:var(--font-radio);text-transform:uppercase;letter-spacing:-.015em;text-decoration:underline!important;-webkit-text-decoration-color:transparent!important;text-decoration-color:transparent!important;text-decoration-thickness:2px!important;text-underline-offset:.15em!important;transition:all .1s cubic-bezier(.33,0,.66,1);font-size:54px;line-height:54px;margin-right:8px}.footer__menuOptionWrapper{display:flex;width:-moz-fit-content;width:fit-content;align-items:flex-start;justify-content:flex-start}@media screen and (max-width:699px){.menu__navigation{padding:32px 16px;width:calc(100% - 32px)}}.footer__menuOption__subheader{white-space:nowrap;font-weight:500;font-family:var(--font-overpass);font-size:21px;line-height:130%;color:var(--color-background)}#footerHome{grid-area:2/2/3/6;justify-self:start}#footerWork{grid-area:4/8/5/12;justify-self:end}#footerServices{grid-area:7/3/8/7;justify-self:start}#footerAbout{grid-area:9/9/10/12;justify-self:end}#footerContact{grid-area:11/5/12/9;justify-self:center}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}.title{font-size:clamp(48px,6.7vw,74px);margin-top:.5em;margin-bottom:0;font-weight:400;overflow-wrap:break-word}.companyTitle,.title{width:100%;text-align:center;font-family:var(--font-rallingtonSerif);color:var(--color-primary)}.companyTitle{max-width:1220px;aspect-ratio:208/12;margin-top:calc(((100% * (12 / 208)) * 1.6))}.companyTitleImage{height:100%;object-fit:contain;width:100%}.companyTitleImageCondensed,.companyTitleImageSuperCondensed{display:none}@media screen and (max-width:799px){.companyTitleImage{display:none}.companyTitleImageCondensed{height:100%;object-fit:contain;width:100%;display:flex}.companyTitle{aspect-ratio:142/24;margin-top:calc(((100% * (24 / 142)) * .8))}}@media screen and (max-width:499px){.companyTitleImage,.companyTitleImageCondensed{display:none}.companyTitleImageSuperCondensed{height:100%;object-fit:contain;width:100%;display:flex}.companyTitle{aspect-ratio:87/36;margin-top:calc(((100% * (36 / 87)) * .53))}}.serviceWrapper{margin-top:.8em;margin-bottom:0;font-size:19px;font-weight:500;max-width:635px;width:60vw;line-height:130%;flex:1 1}.serviceWrapper article>div{display:flex;flex-direction:column;align-items:center;justify-content:center}.serviceWrapper article>div>p{margin-bottom:0}.serviceWrapper article p{width:100%}@media screen and (max-width:699px){.serviceWrapper{width:calc(100% - 32px);padding:0 16px;font-size:16px;line-height:130%}}.projectWrapper{margin-top:.8em;margin-bottom:0;font-size:16px;font-weight:500;max-width:635px;width:60vw;line-height:130%;flex:1 1}.projectWrapper article>div{display:flex;flex-direction:column;align-items:center;justify-content:center}.projectWrapper article>div>p{margin-bottom:0}.projectWrapper article p{width:100%}@media screen and (max-width:699px){.projectWrapper{width:calc(100% - 32px);padding:0 16px;font-size:15px;line-height:130%}}