@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap";@import"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}.h-fit{height:fit-content}.w-fit{width:fit-content}.select-none{-webkit-user-select:none;user-select:none}.bg-HomeHeroBg{background-image:url(/Images/Home/Hero/heroBgSmall2.webp)}.bg-HomeHeroTextBg{background-image:url(/Images/Home/Hero/logoTextBg.svg)}.bg-contactHeroBg{background-image:url(/Images/Contact/contactHero.webp)}.bg-contactHeroTextBg{background-image:url(/Images/Contact/heroTextBg.svg)}.bg-footerBg{background-image:url(/Images/Home/Footer/footerBg.webp)}.bg-heroBgMobile{background-image:url(/Images/People/Hero/heroBgMobile.webp)}.bg-peopleGradientBg{background-image:url(/Images/People/shadowCast.webp)}.object-cover{object-fit:cover}.object-center{object-position:center}@media (min-width: 640px){.sm\:-mt-\[5px\]{margin-top:-5px}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-\[125px\]{margin-left:125px}.sm\:mt-12{margin-top:3rem}.sm\:mt-4{margin-top:1rem}.sm\:mt-6{margin-top:1.5rem}.sm\:h-3\/5{height:60%}.sm\:h-4{height:1rem}.sm\:h-\[320px\]{height:320px}.sm\:h-\[32vh\]{height:32vh}.sm\:h-\[50\%\]{height:50%}.sm\:h-\[500px\]{height:500px}.sm\:h-\[60px\]{height:60px}.sm\:w-10{width:2.5rem}.sm\:w-4{width:1rem}.sm\:w-\[240px\]{width:240px}.sm\:w-\[300px\]{width:300px}.sm\:w-\[400px\]{width:400px}.sm\:w-\[500px\]{width:500px}.sm\:w-\[540px\]{width:540px}.sm\:w-\[60px\]{width:60px}.sm\:max-w-\[425px\]{max-width:425px}.sm\:max-w-\[450px\]{max-width:450px}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:gap-3{gap:.75rem}.sm\:gap-\[20px\]{gap:20px}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:bg-footerBgLarge{background-image:url(/Images/Home/Footer/footerBgDesktop.webp)}.sm\:p-3{padding:.75rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:pb-0{padding-bottom:0}.sm\:pl-12{padding-left:3rem}.sm\:pl-32{padding-left:8rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-\[12px\]{font-size:12px}.sm\:text-\[13px\]{font-size:13px}.sm\:text-\[15px\]{font-size:15px}.sm\:text-\[18px\]{font-size:18px}.sm\:text-\[19px\]{font-size:19px}.sm\:text-\[21px\]{font-size:21px}.sm\:text-\[23px\]{font-size:23px}.sm\:text-\[24px\]{font-size:24px}.sm\:text-\[25px\]{font-size:25px}.sm\:text-\[28px\]{font-size:28px}.sm\:text-\[30px\]{font-size:30px}.sm\:text-\[32px\]{font-size:32px}.sm\:text-\[36px\]{font-size:36px}.sm\:text-\[40px\]{font-size:40px}.sm\:text-\[60px\]{font-size:60px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:leading-6{line-height:1.5rem}.sm\:leading-8{line-height:2rem}}@media (min-width: 768px){.md\:-mt-\[6px\]{margin-top:-6px}.md\:ml-4{margin-left:1rem}.md\:ml-\[170px\]{margin-left:170px}.md\:mt-0{margin-top:0}.md\:mt-12{margin-top:3rem}.md\:mt-16{margin-top:4rem}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-20{height:5rem}.md\:h-5{height:1.25rem}.md\:h-\[100px\]{height:100px}.md\:h-\[170px\]{height:170px}.md\:h-\[55\%\]{height:55%}.md\:h-\[60vh\]{height:60vh}.md\:h-\[70px\]{height:70px}.md\:h-\[70vh\]{height:70vh}.md\:h-\[calc\(100vh-100px\)\]{height:calc(100vh - 100px)}.md\:max-h-\[895px\]{max-height:895px}.md\:w-20{width:5rem}.md\:w-4\/5{width:80%}.md\:w-5{width:1.25rem}.md\:w-\[300px\]{width:300px}.md\:w-\[340px\]{width:340px}.md\:w-\[650px\]{width:650px}.md\:w-\[680px\]{width:680px}.md\:w-\[70px\]{width:70px}.md\:gap-4{gap:1rem}.md\:bg-HomeHeroBgLarge{background-image:url(/Images/Home/Hero/heroBgLarge.webp)}.md\:p-12{padding:3rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:pl-4{padding-left:1rem}.md\:pt-12{padding-top:3rem}.md\:pt-\[80px\]{padding-top:80px}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-\[14px\]{font-size:14px}.md\:text-\[16px\]{font-size:16px}.md\:text-\[18px\]{font-size:18px}.md\:text-\[19px\]{font-size:19px}.md\:text-\[20px\]{font-size:20px}.md\:text-\[22px\]{font-size:22px}.md\:text-\[25px\]{font-size:25px}.md\:text-\[28px\]{font-size:28px}.md\:text-\[29px\]{font-size:29px}.md\:text-\[30px\]{font-size:30px}.md\:text-\[34px\]{font-size:34px}.md\:text-\[35px\]{font-size:35px}.md\:text-\[44px\]{font-size:44px}.md\:text-\[45px\]{font-size:45px}.md\:text-\[54px\]{font-size:54px}.md\:text-\[75px\]{font-size:75px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:leading-10{line-height:2.5rem}}@media (min-width: 1024px){.lg\:relative{position:relative}.lg\:bottom-12{bottom:3rem}.lg\:bottom-4{bottom:1rem}.lg\:bottom-\[65\%\]{bottom:65%}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mx-px{margin-left:1px;margin-right:1px}.lg\:-mt-12{margin-top:-3rem}.lg\:-mt-16{margin-top:-4rem}.lg\:-mt-6{margin-top:-1.5rem}.lg\:-mt-8{margin-top:-2rem}.lg\:-mt-\[8px\]{margin-top:-8px}.lg\:mb-0{margin-bottom:0}.lg\:mb-12{margin-bottom:3rem}.lg\:mb-4{margin-bottom:1rem}.lg\:ml-6{margin-left:1.5rem}.lg\:ml-\[200px\]{margin-left:200px}.lg\:mt-0{margin-top:0}.lg\:mt-12{margin-top:3rem}.lg\:mt-16{margin-top:4rem}.lg\:mt-24{margin-top:6rem}.lg\:mt-4{margin-top:1rem}.lg\:mt-8{margin-top:2rem}.lg\:mt-\[10px\]{margin-top:10px}.lg\:mt-\[90px\]{margin-top:90px}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-16{height:4rem}.lg\:h-24{height:6rem}.lg\:h-48{height:12rem}.lg\:h-7{height:1.75rem}.lg\:h-\[100px\]{height:100px}.lg\:h-\[100vh\]{height:100vh}.lg\:h-\[140px\]{height:140px}.lg\:h-\[170px\]{height:170px}.lg\:h-\[35vh\]{height:35vh}.lg\:h-\[380px\]{height:380px}.lg\:h-\[44px\]{height:44px}.lg\:h-\[50\%\]{height:50%}.lg\:h-\[calc\(100vh-140px\)\]{height:calc(100vh - 140px)}.lg\:h-auto{height:auto}.lg\:h-full{height:100%}.lg\:max-h-\[920px\]{max-height:920px}.lg\:w-1\/5{width:20%}.lg\:w-16{width:4rem}.lg\:w-24{width:6rem}.lg\:w-3\/4{width:75%}.lg\:w-4\/5{width:80%}.lg\:w-7{width:1.75rem}.lg\:w-\[185\%\]{width:185%}.lg\:w-\[200px\]{width:200px}.lg\:w-\[30px\]{width:30px}.lg\:w-\[40\%\]{width:40%}.lg\:w-\[400px\]{width:400px}.lg\:w-\[50px\]{width:50px}.lg\:w-\[60\%\]{width:60%}.lg\:w-\[70\%\]{width:70%}.lg\:w-\[750px\]{width:750px}.lg\:w-\[800px\]{width:800px}.lg\:w-\[90\%\]{width:90%}.lg\:w-\[95\%\]{width:95%}.lg\:w-auto{width:auto}.lg\:w-full{width:100%}.lg\:max-w-\[250px\]{max-width:250px}.lg\:max-w-\[500px\]{max-width:500px}.lg\:max-w-\[550px\]{max-width:550px}.lg\:max-w-none{max-width:none}.lg\:translate-y-\[-20\%\]{--tw-translate-y: -20%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:flex-wrap{flex-wrap:wrap}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-10{gap:2.5rem}.lg\:gap-16{gap:4rem}.lg\:gap-2{gap:.5rem}.lg\:gap-5{gap:1.25rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.lg\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.lg\:overflow-hidden{overflow:hidden}.lg\:rounded-lg{border-radius:var(--radius)}.lg\:border-t{border-top-width:1px}.lg\:border-\[\#e8e8e859\]{border-color:#e8e8e859}.lg\:bg-contactHeroDesktopBg{background-image:url(/Images/Contact/contactHeroDesktop.webp)}.lg\:bg-heroBgDesktop{background-image:url(/Images/People/Hero/heroBgDesktop.webp)}.lg\:bg-center{background-position:center}.lg\:p-20{padding:5rem}.lg\:p-4{padding:1rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:pb-0{padding-bottom:0}.lg\:pb-12{padding-bottom:3rem}.lg\:pb-4{padding-bottom:1rem}.lg\:pl-0{padding-left:0}.lg\:pl-20{padding-left:5rem}.lg\:pl-24{padding-left:6rem}.lg\:pl-4{padding-left:1rem}.lg\:pl-\[240px\]{padding-left:240px}.lg\:pt-0{padding-top:0}.lg\:pt-2{padding-top:.5rem}.lg\:pt-24{padding-top:6rem}.lg\:pt-4{padding-top:1rem}.lg\:pt-\[85px\]{padding-top:85px}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-\[12\.5px\]{font-size:12.5px}.lg\:text-\[13px\]{font-size:13px}.lg\:text-\[14px\]{font-size:14px}.lg\:text-\[15px\]{font-size:15px}.lg\:text-\[16px\]{font-size:16px}.lg\:text-\[24px\]{font-size:24px}.lg\:text-\[25px\]{font-size:25px}.lg\:text-\[26px\]{font-size:26px}.lg\:text-\[30px\]{font-size:30px}.lg\:text-\[35px\]{font-size:35px}.lg\:text-\[66px\]{font-size:66px}.lg\:text-\[90px\]{font-size:90px}.lg\:text-\[9px\]{font-size:9px}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:leading-\[47px\]{line-height:47px}.lg\:tracking-wide{letter-spacing:.025em}.lg\:tracking-widest{letter-spacing:.1em}.lg\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.lg\:hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;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}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width: 400px){.container{max-width:400px}}@media (min-width: 550px){.container{max-width:550px}}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1150px){.container{max-width:1150px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1400px){.container{max-width:1400px}}@media (min-width: 1600px){.container{max-width:1600px}}@media (min-width: 1700px){.container{max-width:1700px}}@media (min-width: 1920px){.container{max-width:1920px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.-left-48{left:-12rem}.-right-48{right:-12rem}.-top-24{top:-6rem}.-top-\[50px\]{top:-50px}.bottom-12{bottom:3rem}.bottom-2{bottom:.5rem}.bottom-4{bottom:1rem}.left-0{left:0}.left-\[50\%\]{left:50%}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-4{top:1rem}.top-\[50\%\]{top:50%}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-auto{margin-top:auto;margin-bottom:auto}.-mb-20{margin-bottom:-5rem}.-ml-2{margin-left:-.5rem}.-ml-4{margin-left:-1rem}.-mt-2{margin-top:-.5rem}.-mt-4{margin-top:-1rem}.-mt-8{margin-top:-2rem}.-mt-\[2px\]{margin-top:-2px}.-mt-\[3px\]{margin-top:-3px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.ml-\[14\.5px\]{margin-left:14.5px}.ml-\[50px\]{margin-left:50px}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-24{margin-top:6rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[150px\]{margin-top:150px}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.aspect-video{aspect-ratio:16 / 9}.h-1{height:.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-48{height:12rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[100vh\]{height:100vh}.h-\[120px\]{height:120px}.h-\[130px\]{height:130px}.h-\[140px\]{height:140px}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[220px\]{height:220px}.h-\[24vh\]{height:24vh}.h-\[250px\]{height:250px}.h-\[30vh\]{height:30vh}.h-\[320px\]{height:320px}.h-\[36px\]{height:36px}.h-\[400px\]{height:400px}.h-\[40vh\]{height:40vh}.h-\[50px\]{height:50px}.h-\[6px\]{height:6px}.h-\[70vh\]{height:70vh}.h-\[80\%\]{height:80%}.h-\[80px\]{height:80px}.h-\[9px\]{height:9px}.h-\[calc\(100vh-80px\)\]{height:calc(100vh - 80px)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.max-h-\[150px\]{max-height:150px}.max-h-\[300px\]{max-height:300px}.max-h-\[30vh\]{max-height:30vh}.max-h-\[600px\]{max-height:600px}.max-h-\[690px\]{max-height:690px}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/5{width:20%}.w-10{width:2.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\/5{width:40%}.w-3{width:.75rem}.w-3\/5{width:60%}.w-4{width:1rem}.w-4\/5{width:80%}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[100\%\]{width:100%}.w-\[130px\]{width:130px}.w-\[140px\]{width:140px}.w-\[150px\]{width:150px}.w-\[16px\]{width:16px}.w-\[200px\]{width:200px}.w-\[220px\]{width:220px}.w-\[24px\]{width:24px}.w-\[260px\]{width:260px}.w-\[280px\]{width:280px}.w-\[30px\]{width:30px}.w-\[45\%\]{width:45%}.w-\[50\%\]{width:50%}.w-\[6px\]{width:6px}.w-\[85\%\]{width:85%}.w-\[90\%\]{width:90%}.w-\[92\%\]{width:92%}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.min-w-0{min-width:0px}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-\[1024px\]{max-width:1024px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[340px\]{max-width:340px}.max-w-\[350px\]{max-width:350px}.max-w-\[450px\]{max-width:450px}.max-w-lg{max-width:32rem}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.grow-0{flex-grow:0}.basis-\[unset\]{flex-basis:unset}.basis-full{flex-basis:100%}.-translate-x-1\/3{--tw-translate-x: -33.333333%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-\[120\%\]{--tw-translate-x: -120%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[100\%\]{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.list-none{list-style-type:none}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-scroll{overflow-y:scroll}.whitespace-nowrap{white-space:nowrap}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[2px\]{border-radius:2px}.rounded-\[31px\]{border-radius:31px}.rounded-\[5px\]{border-radius:5px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-y-0{border-top-width:0px;border-bottom-width:0px}.border-b{border-bottom-width:1px}.border-l-\[2px\]{border-left-width:2px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-none{border-style:none}.border-\[\#DA6016\]{--tw-border-opacity: 1;border-color:rgb(218 96 22 / var(--tw-border-opacity))}.border-\[\#E8E8E866\]{border-color:#e8e8e866}.border-\[\#FFDA8E\]{--tw-border-opacity: 1;border-color:rgb(255 218 142 / var(--tw-border-opacity))}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-neutral-200{--tw-border-opacity: 1;border-color:rgb(229 229 229 / var(--tw-border-opacity))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-white\/20{border-color:#fff3}.bg-\[\#0000003D\]{background-color:#0000003d}.bg-\[\#000000\]{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-\[\#0D0D0E\]{--tw-bg-opacity: 1;background-color:rgb(13 13 14 / var(--tw-bg-opacity))}.bg-\[\#131313\]{--tw-bg-opacity: 1;background-color:rgb(19 19 19 / var(--tw-bg-opacity))}.bg-\[\#40434F\]{--tw-bg-opacity: 1;background-color:rgb(64 67 79 / var(--tw-bg-opacity))}.bg-\[\#8b8b8b7a\]{background-color:#8b8b8b7a}.bg-\[\#9A9A9A\]{--tw-bg-opacity: 1;background-color:rgb(154 154 154 / var(--tw-bg-opacity))}.bg-\[\#C49C48\]{--tw-bg-opacity: 1;background-color:rgb(196 156 72 / var(--tw-bg-opacity))}.bg-\[\#DA6016\]{--tw-bg-opacity: 1;background-color:rgb(218 96 22 / var(--tw-bg-opacity))}.bg-\[\#E8E8E8\]{--tw-bg-opacity: 1;background-color:rgb(232 232 232 / var(--tw-bg-opacity))}.bg-\[\#E9EAED\]{--tw-bg-opacity: 1;background-color:rgb(233 234 237 / var(--tw-bg-opacity))}.bg-\[\#ffffff\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-black\/80{background-color:#000c}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-neutral-100{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.bg-neutral-900{--tw-bg-opacity: 1;background-color:rgb(23 23 23 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-opacity-60{--tw-bg-opacity: .6}.bg-HomeHeroBg{background-image:url(/Images/Home/Hero/heroBgSmall2.webp)}.bg-HomeHeroTextBg{background-image:url(/Images/Home/Hero/logoTextBg.svg)}.bg-contactHeroBg{background-image:url(/Images/Contact/contactHero.webp)}.bg-contactHeroTextBg{background-image:url(/Images/Contact/heroTextBg.svg)}.bg-footerBg{background-image:url(/Images/Home/Footer/footerBg.webp)}.bg-heroBgMobile{background-image:url(/Images/People/Hero/heroBgMobile.webp)}.bg-peopleGradientBg{background-image:url(/Images/People/shadowCast.webp)}.bg-contain{background-size:contain}.bg-cover{background-size:cover}.bg-fixed{background-attachment:fixed}.bg-center{background-position:center}.bg-no-repeat{background-repeat:no-repeat}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-24{padding-bottom:6rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-20{padding-left:5rem}.pl-4{padding-left:1rem}.pl-8{padding-left:2rem}.pl-\[2px\]{padding-left:2px}.pl-\[3px\]{padding-left:3px}.pl-\[6px\]{padding-left:6px}.pr-12{padding-right:3rem}.pr-4{padding-right:1rem}.pt-12{padding-top:3rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.pt-\[55px\]{padding-top:55px}.text-left{text-align:left}.text-center{text-align:center}.font-inter{font-family:Inter,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[19px\]{font-size:19px}.text-\[25px\]{font-size:25px}.text-\[30px\]{font-size:30px}.text-\[7px\]{font-size:7px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-\[400\]{font-weight:400}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.font-thin{font-weight:100}.uppercase{text-transform:uppercase}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-\[22px\]{line-height:22px}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-\[\#4C4C4C\]{--tw-text-opacity: 1;color:rgb(76 76 76 / var(--tw-text-opacity))}.text-\[\#545454\]{--tw-text-opacity: 1;color:rgb(84 84 84 / var(--tw-text-opacity))}.text-\[\#83735B\]{--tw-text-opacity: 1;color:rgb(131 115 91 / var(--tw-text-opacity))}.text-\[\#949495\]{--tw-text-opacity: 1;color:rgb(148 148 149 / var(--tw-text-opacity))}.text-\[\#9A9A9A\]{--tw-text-opacity: 1;color:rgb(154 154 154 / var(--tw-text-opacity))}.text-\[\#9F9F9F\]{--tw-text-opacity: 1;color:rgb(159 159 159 / var(--tw-text-opacity))}.text-\[\#A6A6A6\]{--tw-text-opacity: 1;color:rgb(166 166 166 / var(--tw-text-opacity))}.text-\[\#C49C48\]{--tw-text-opacity: 1;color:rgb(196 156 72 / var(--tw-text-opacity))}.text-\[\#DA6016\]{--tw-text-opacity: 1;color:rgb(218 96 22 / var(--tw-text-opacity))}.text-\[\#E3E3E3\]{--tw-text-opacity: 1;color:rgb(227 227 227 / var(--tw-text-opacity))}.text-\[\#E8E8E8\]{--tw-text-opacity: 1;color:rgb(232 232 232 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-neutral-50{--tw-text-opacity: 1;color:rgb(250 250 250 / var(--tw-text-opacity))}.text-neutral-500{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity))}.text-neutral-900{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-opacity-60{--tw-text-opacity: .6}.text-opacity-\[65\%\]{--tw-text-opacity: 65%}.underline-offset-4{text-underline-offset:4px}.placeholder-white\/50::-moz-placeholder{color:#ffffff80}.placeholder-white\/50::placeholder{color:#ffffff80}.opacity-0{opacity:0}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.mix-blend-plus-lighter{mix-blend-mode:plus-lighter}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[\#00000082\]{--tw-shadow-color: #00000082;--tw-shadow: var(--tw-shadow-colored)}.outline{outline-style:solid}.ring-offset-white{--tw-ring-offset-color: #fff}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.duration-1000{animation-duration:1s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.paused{animation-play-state:paused}.text-shadow{text-shadow:0 1px 30px var(--tw-shadow-color)}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;overflow-x:hidden}@font-face{font-family:OakesMedium;src:url(/Fonts/Oakes%20Grotesk%20Medium.ttf) format("ttf")}.OakesMedium{font-family:OakesMedium,sans-serif;font-weight:500}.inter{font-family:Inter,sans-serif;font-optical-sizing:auto;font-family:Inter;font-style:normal}.ibm-plex-mono-medium{font-family:IBM Plex Mono,monospace;font-weight:500;font-style:normal}.servicesGradientText{background:linear-gradient(66.3deg,#ffda8e 8.11%,#a08f44 91.89%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.interSemibold{font-family:Inter,sans-serif;font-optical-sizing:auto;font-family:Inter;font-style:normal;font-weight:500}.interSemibold2{font-family:Inter,sans-serif;font-optical-sizing:auto;font-family:Inter;font-style:italic;font-weight:500}.interbold{font-family:Inter,sans-serif;font-optical-sizing:auto;font-family:Inter;font-style:normal;font-weight:600}.rubik{font-family:Rubik,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}.footerBlurDiv{-webkit-backdrop-filter:blur(9.411765098571777px);backdrop-filter:blur(9.411765098571777px);background:#00000029}.navButtonBlur{-webkit-backdrop-filter:blur(12.360514640808105px);backdrop-filter:blur(12.360514640808105px)}.hiddenDropdown{display:none;opacity:0;height:0}.hero-gradient-contact{background:linear-gradient(180deg,#000,#0000 41.67%,#000 93.55%)}.homeHeroTextBorder{text-shadow:0 0 3px #000000,0 0 5px #000000}.servicesContainer{gap:12px;direction:ltr}.servicesContainer:hover{cursor:pointer}.servicesContainer::-webkit-scrollbar{width:8px}@media (max-width: 1024px){.servicesContainer::-webkit-scrollbar-track{margin-top:8px}}.servicesContainer::-webkit-scrollbar-track{background-color:#fff;margin-bottom:16px}.servicesContainer::-webkit-scrollbar-track:hover{cursor:pointer}.servicesContainer::-webkit-scrollbar-thumb{background:#da6016}.hover\:scale-90:hover{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:bg-\[\#C49C48\]:hover{--tw-bg-opacity: 1;background-color:rgb(196 156 72 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.hover\:bg-neutral-100:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.hover\:bg-neutral-100\/80:hover{background-color:#f5f5f5cc}.hover\:bg-neutral-900\/90:hover{background-color:#171717e6}.hover\:bg-red-500\/90:hover{background-color:#ef4444e6}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.hover\:text-neutral-900:hover{--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.focus\:border-white\/40:focus{border-color:#fff6}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-neutral-950:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(10 10 10 / var(--tw-ring-opacity))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:opacity-50:disabled{opacity:.5}.data-\[state\=open\]\:bg-neutral-100[data-state=open]{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.data-\[state\=open\]\:text-neutral-500[data-state=open]{--tw-text-opacity: 1;color:rgb(115 115 115 / var(--tw-text-opacity))}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state=closed]{--tw-exit-translate-x: -50%}.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state=closed]{--tw-exit-translate-y: -48%}.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state=open]{--tw-enter-translate-x: -50%}.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state=open]{--tw-enter-translate-y: -48%}.dark\:border-neutral-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(38 38 38 / var(--tw-border-opacity))}.dark\:bg-neutral-50:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.dark\:bg-neutral-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity))}.dark\:bg-neutral-950:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(10 10 10 / var(--tw-bg-opacity))}.dark\:bg-red-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity))}.dark\:text-neutral-400:is(.dark *){--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity))}.dark\:text-neutral-50:is(.dark *){--tw-text-opacity: 1;color:rgb(250 250 250 / var(--tw-text-opacity))}.dark\:text-neutral-900:is(.dark *){--tw-text-opacity: 1;color:rgb(23 23 23 / var(--tw-text-opacity))}.dark\:ring-offset-neutral-950:is(.dark *){--tw-ring-offset-color: #0a0a0a}.dark\:hover\:bg-neutral-50\/90:hover:is(.dark *){background-color:#fafafae6}.dark\:hover\:bg-neutral-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity))}.dark\:hover\:bg-neutral-800\/80:hover:is(.dark *){background-color:#262626cc}.dark\:hover\:bg-red-900\/90:hover:is(.dark *){background-color:#7f1d1de6}.dark\:hover\:text-neutral-50:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(250 250 250 / var(--tw-text-opacity))}.dark\:focus\:ring-neutral-300:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity))}.dark\:focus-visible\:ring-neutral-300:focus-visible:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity))}.dark\:data-\[state\=open\]\:bg-neutral-800[data-state=open]:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(38 38 38 / var(--tw-bg-opacity))}.dark\:data-\[state\=open\]\:text-neutral-400[data-state=open]:is(.dark *){--tw-text-opacity: 1;color:rgb(163 163 163 / var(--tw-text-opacity))}@media (min-width: 400px){.xs\:-ml-4{margin-left:-1rem}.xs\:-mt-\[4px\]{margin-top:-4px}.xs\:ml-\[70px\]{margin-left:70px}.xs\:mt-3{margin-top:.75rem}.xs\:h-10{height:2.5rem}.xs\:h-\[140px\]{height:140px}.xs\:h-\[27vh\]{height:27vh}.xs\:max-h-\[745px\]{max-height:745px}.xs\:w-10{width:2.5rem}.xs\:w-\[160px\]{width:160px}.xs\:w-\[300px\]{width:300px}.xs\:w-\[350px\]{width:350px}.xs\:w-\[380px\]{width:380px}.xs\:max-w-\[350px\]{max-width:350px}.xs\:pb-6{padding-bottom:1.5rem}.xs\:pl-0{padding-left:0}.xs\:pl-12{padding-left:3rem}.xs\:pt-12{padding-top:3rem}.xs\:pt-8{padding-top:2rem}.xs\:text-center{text-align:center}.xs\:text-2xl{font-size:1.5rem;line-height:2rem}.xs\:text-\[10px\]{font-size:10px}.xs\:text-\[11px\]{font-size:11px}.xs\:text-\[12px\]{font-size:12px}.xs\:text-\[13px\]{font-size:13px}.xs\:text-\[14px\]{font-size:14px}.xs\:text-\[15px\]{font-size:15px}.xs\:text-\[16px\]{font-size:16px}.xs\:text-\[17px\]{font-size:17px}.xs\:text-\[19px\]{font-size:19px}.xs\:text-\[21px\]{font-size:21px}.xs\:text-\[25px\]{font-size:25px}.xs\:text-\[26px\]{font-size:26px}.xs\:text-\[27px\]{font-size:27px}.xs\:text-\[30px\]{font-size:30px}.xs\:text-\[35px\]{font-size:35px}.xs\:text-\[8px\]{font-size:8px}.xs\:text-sm{font-size:.875rem;line-height:1.25rem}.xs\:text-xl{font-size:1.25rem;line-height:1.75rem}.xs\:font-semibold{font-weight:600}}@media (min-width: 550px){@media (min-width: 400px){.vs\:xs\:h-\[150px\]{height:150px}}.vs\:mb-4{margin-bottom:1rem}.vs\:ml-\[95px\]{margin-left:95px}.vs\:mt-8{margin-top:2rem}.vs\:block{display:block}.vs\:hidden{display:none}.vs\:h-12{height:3rem}.vs\:h-\[29vh\]{height:29vh}.vs\:h-\[55\%\]{height:55%}.vs\:h-\[75vh\]{height:75vh}.vs\:max-h-\[795px\]{max-height:795px}.vs\:w-12{width:3rem}.vs\:w-\[280px\]{width:280px}.vs\:w-\[350px\]{width:350px}.vs\:w-\[490px\]{width:490px}.vs\:gap-\[15px\]{gap:15px}.vs\:p-0{padding:0}.vs\:pb-12{padding-bottom:3rem}.vs\:pl-16{padding-left:4rem}.vs\:pl-24{padding-left:6rem}.vs\:pl-\[40px\]{padding-left:40px}.vs\:pt-\[65px\]{padding-top:65px}.vs\:text-3xl{font-size:1.875rem;line-height:2.25rem}.vs\:text-4xl{font-size:2.25rem;line-height:2.5rem}.vs\:text-\[12px\]{font-size:12px}.vs\:text-\[13px\]{font-size:13px}.vs\:text-\[16px\]{font-size:16px}.vs\:text-\[17px\]{font-size:17px}.vs\:text-\[18px\]{font-size:18px}.vs\:text-\[20px\]{font-size:20px}.vs\:text-\[21px\]{font-size:21px}.vs\:text-\[22px\]{font-size:22px}.vs\:text-\[23px\]{font-size:23px}.vs\:text-\[28px\]{font-size:28px}.vs\:text-\[32px\]{font-size:32px}.vs\:text-\[35px\]{font-size:35px}.vs\:text-\[46px\]{font-size:46px}.vs\:text-lg{font-size:1.125rem;line-height:1.75rem}.vs\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 640px){.sm\:-mt-\[5px\]{margin-top:-5px}.sm\:mb-8{margin-bottom:2rem}.sm\:ml-\[125px\]{margin-left:125px}.sm\:mt-12{margin-top:3rem}.sm\:mt-4{margin-top:1rem}.sm\:mt-6{margin-top:1.5rem}.sm\:h-3\/5{height:60%}.sm\:h-4{height:1rem}.sm\:h-\[320px\]{height:320px}.sm\:h-\[32vh\]{height:32vh}.sm\:h-\[50\%\]{height:50%}.sm\:h-\[500px\]{height:500px}.sm\:h-\[60px\]{height:60px}.sm\:w-10{width:2.5rem}.sm\:w-4{width:1rem}.sm\:w-\[240px\]{width:240px}.sm\:w-\[300px\]{width:300px}.sm\:w-\[400px\]{width:400px}.sm\:w-\[500px\]{width:500px}.sm\:w-\[540px\]{width:540px}.sm\:w-\[60px\]{width:60px}.sm\:max-w-\[425px\]{max-width:425px}.sm\:max-w-\[450px\]{max-width:450px}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:gap-3{gap:.75rem}.sm\:gap-\[20px\]{gap:20px}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:bg-footerBgLarge{background-image:url(/Images/Home/Footer/footerBgDesktop.webp)}.sm\:p-3{padding:.75rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:pb-0{padding-bottom:0}.sm\:pl-12{padding-left:3rem}.sm\:pl-32{padding-left:8rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-\[12px\]{font-size:12px}.sm\:text-\[13px\]{font-size:13px}.sm\:text-\[15px\]{font-size:15px}.sm\:text-\[18px\]{font-size:18px}.sm\:text-\[19px\]{font-size:19px}.sm\:text-\[21px\]{font-size:21px}.sm\:text-\[23px\]{font-size:23px}.sm\:text-\[24px\]{font-size:24px}.sm\:text-\[25px\]{font-size:25px}.sm\:text-\[28px\]{font-size:28px}.sm\:text-\[30px\]{font-size:30px}.sm\:text-\[32px\]{font-size:32px}.sm\:text-\[36px\]{font-size:36px}.sm\:text-\[40px\]{font-size:40px}.sm\:text-\[60px\]{font-size:60px}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:leading-6{line-height:1.5rem}.sm\:leading-8{line-height:2rem}}@media (min-width: 768px){.md\:-mt-\[6px\]{margin-top:-6px}.md\:ml-4{margin-left:1rem}.md\:ml-\[170px\]{margin-left:170px}.md\:mt-0{margin-top:0}.md\:mt-12{margin-top:3rem}.md\:mt-16{margin-top:4rem}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-20{height:5rem}.md\:h-5{height:1.25rem}.md\:h-\[100px\]{height:100px}.md\:h-\[170px\]{height:170px}.md\:h-\[55\%\]{height:55%}.md\:h-\[60vh\]{height:60vh}.md\:h-\[70px\]{height:70px}.md\:h-\[70vh\]{height:70vh}.md\:h-\[calc\(100vh-100px\)\]{height:calc(100vh - 100px)}.md\:max-h-\[895px\]{max-height:895px}.md\:w-20{width:5rem}.md\:w-4\/5{width:80%}.md\:w-5{width:1.25rem}.md\:w-\[300px\]{width:300px}.md\:w-\[340px\]{width:340px}.md\:w-\[650px\]{width:650px}.md\:w-\[680px\]{width:680px}.md\:w-\[70px\]{width:70px}.md\:gap-4{gap:1rem}.md\:bg-HomeHeroBgLarge{background-image:url(/Images/Home/Hero/heroBgLarge.webp)}.md\:p-12{padding:3rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:pl-4{padding-left:1rem}.md\:pt-12{padding-top:3rem}.md\:pt-\[80px\]{padding-top:80px}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-\[14px\]{font-size:14px}.md\:text-\[16px\]{font-size:16px}.md\:text-\[18px\]{font-size:18px}.md\:text-\[19px\]{font-size:19px}.md\:text-\[20px\]{font-size:20px}.md\:text-\[22px\]{font-size:22px}.md\:text-\[25px\]{font-size:25px}.md\:text-\[28px\]{font-size:28px}.md\:text-\[29px\]{font-size:29px}.md\:text-\[30px\]{font-size:30px}.md\:text-\[34px\]{font-size:34px}.md\:text-\[35px\]{font-size:35px}.md\:text-\[44px\]{font-size:44px}.md\:text-\[45px\]{font-size:45px}.md\:text-\[54px\]{font-size:54px}.md\:text-\[75px\]{font-size:75px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:leading-10{line-height:2.5rem}}@media (min-width: 1024px){.lg\:relative{position:relative}.lg\:bottom-12{bottom:3rem}.lg\:bottom-4{bottom:1rem}.lg\:bottom-\[65\%\]{bottom:65%}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mx-px{margin-left:1px;margin-right:1px}.lg\:-mt-12{margin-top:-3rem}.lg\:-mt-16{margin-top:-4rem}.lg\:-mt-6{margin-top:-1.5rem}.lg\:-mt-8{margin-top:-2rem}.lg\:-mt-\[8px\]{margin-top:-8px}.lg\:mb-0{margin-bottom:0}.lg\:mb-12{margin-bottom:3rem}.lg\:mb-4{margin-bottom:1rem}.lg\:ml-6{margin-left:1.5rem}.lg\:ml-\[200px\]{margin-left:200px}.lg\:mt-0{margin-top:0}.lg\:mt-12{margin-top:3rem}.lg\:mt-16{margin-top:4rem}.lg\:mt-24{margin-top:6rem}.lg\:mt-4{margin-top:1rem}.lg\:mt-8{margin-top:2rem}.lg\:mt-\[10px\]{margin-top:10px}.lg\:mt-\[90px\]{margin-top:90px}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-16{height:4rem}.lg\:h-24{height:6rem}.lg\:h-48{height:12rem}.lg\:h-7{height:1.75rem}.lg\:h-\[100px\]{height:100px}.lg\:h-\[100vh\]{height:100vh}.lg\:h-\[140px\]{height:140px}.lg\:h-\[170px\]{height:170px}.lg\:h-\[35vh\]{height:35vh}.lg\:h-\[380px\]{height:380px}.lg\:h-\[44px\]{height:44px}.lg\:h-\[50\%\]{height:50%}.lg\:h-\[calc\(100vh-140px\)\]{height:calc(100vh - 140px)}.lg\:h-auto{height:auto}.lg\:h-full{height:100%}.lg\:max-h-\[920px\]{max-height:920px}.lg\:w-1\/5{width:20%}.lg\:w-16{width:4rem}.lg\:w-24{width:6rem}.lg\:w-3\/4{width:75%}.lg\:w-4\/5{width:80%}.lg\:w-7{width:1.75rem}.lg\:w-\[185\%\]{width:185%}.lg\:w-\[200px\]{width:200px}.lg\:w-\[30px\]{width:30px}.lg\:w-\[40\%\]{width:40%}.lg\:w-\[400px\]{width:400px}.lg\:w-\[50px\]{width:50px}.lg\:w-\[60\%\]{width:60%}.lg\:w-\[70\%\]{width:70%}.lg\:w-\[750px\]{width:750px}.lg\:w-\[800px\]{width:800px}.lg\:w-\[90\%\]{width:90%}.lg\:w-\[95\%\]{width:95%}.lg\:w-auto{width:auto}.lg\:w-full{width:100%}.lg\:max-w-\[250px\]{max-width:250px}.lg\:max-w-\[500px\]{max-width:500px}.lg\:max-w-\[550px\]{max-width:550px}.lg\:max-w-none{max-width:none}.lg\:translate-y-\[-20\%\]{--tw-translate-y: -20%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:flex-col{flex-direction:column}.lg\:flex-wrap{flex-wrap:wrap}.lg\:items-center{align-items:center}.lg\:justify-start{justify-content:flex-start}.lg\:justify-end{justify-content:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:gap-10{gap:2.5rem}.lg\:gap-16{gap:4rem}.lg\:gap-2{gap:.5rem}.lg\:gap-5{gap:1.25rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.lg\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.lg\:overflow-hidden{overflow:hidden}.lg\:rounded-lg{border-radius:var(--radius)}.lg\:border-t{border-top-width:1px}.lg\:border-\[\#e8e8e859\]{border-color:#e8e8e859}.lg\:bg-contactHeroDesktopBg{background-image:url(/Images/Contact/contactHeroDesktop.webp)}.lg\:bg-heroBgDesktop{background-image:url(/Images/People/Hero/heroBgDesktop.webp)}.lg\:bg-center{background-position:center}.lg\:p-20{padding:5rem}.lg\:p-4{padding:1rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:pb-0{padding-bottom:0}.lg\:pb-12{padding-bottom:3rem}.lg\:pb-4{padding-bottom:1rem}.lg\:pl-0{padding-left:0}.lg\:pl-20{padding-left:5rem}.lg\:pl-24{padding-left:6rem}.lg\:pl-4{padding-left:1rem}.lg\:pl-\[240px\]{padding-left:240px}.lg\:pt-0{padding-top:0}.lg\:pt-2{padding-top:.5rem}.lg\:pt-24{padding-top:6rem}.lg\:pt-4{padding-top:1rem}.lg\:pt-\[85px\]{padding-top:85px}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-\[12\.5px\]{font-size:12.5px}.lg\:text-\[13px\]{font-size:13px}.lg\:text-\[14px\]{font-size:14px}.lg\:text-\[15px\]{font-size:15px}.lg\:text-\[16px\]{font-size:16px}.lg\:text-\[24px\]{font-size:24px}.lg\:text-\[25px\]{font-size:25px}.lg\:text-\[26px\]{font-size:26px}.lg\:text-\[30px\]{font-size:30px}.lg\:text-\[35px\]{font-size:35px}.lg\:text-\[66px\]{font-size:66px}.lg\:text-\[90px\]{font-size:90px}.lg\:text-\[9px\]{font-size:9px}.lg\:text-lg{font-size:1.125rem;line-height:1.75rem}.lg\:leading-\[47px\]{line-height:47px}.lg\:tracking-wide{letter-spacing:.025em}.lg\:tracking-widest{letter-spacing:.1em}.lg\:text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.lg\:hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}@media (min-width: 1150px){.xlg\:text-\[12px\]{font-size:12px}.xlg\:text-\[13px\]{font-size:13px}.xlg\:text-\[14px\]{font-size:14px}.xlg\:text-\[26px\]{font-size:26px}}@media (min-width: 1280px){.xl\:absolute{position:absolute}.xl\:relative{position:relative}.xl\:left-\[10\%\]{left:10%}.xl\:mx-auto{margin-left:auto;margin-right:auto}.xl\:my-4{margin-top:1rem;margin-bottom:1rem}.xl\:-mt-8{margin-top:-2rem}.xl\:-mt-\[1px\]{margin-top:-1px}.xl\:ml-0{margin-left:0}.xl\:ml-\[120px\]{margin-left:120px}.xl\:ml-\[160px\]{margin-left:160px}.xl\:mr-12{margin-right:3rem}.xl\:mr-4{margin-right:1rem}.xl\:mt-0{margin-top:0}.xl\:mt-2{margin-top:.5rem}.xl\:mt-4{margin-top:1rem}.xl\:mt-\[60px\]{margin-top:60px}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:hidden{display:none}.xl\:h-20{height:5rem}.xl\:h-3{height:.75rem}.xl\:h-\[300px\]{height:300px}.xl\:h-\[340px\]{height:340px}.xl\:h-\[420px\]{height:420px}.xl\:h-\[440px\]{height:440px}.xl\:h-\[600px\]{height:600px}.xl\:h-\[70\%\]{height:70%}.xl\:h-\[700px\]{height:700px}.xl\:max-h-\[80vh\]{max-height:80vh}.xl\:w-20{width:5rem}.xl\:w-3{width:.75rem}.xl\:w-\[100\%\]{width:100%}.xl\:w-\[150\%\]{width:150%}.xl\:w-\[200px\]{width:200px}.xl\:w-\[250px\]{width:250px}.xl\:w-\[300px\]{width:300px}.xl\:w-\[330px\]{width:330px}.xl\:w-\[400px\]{width:400px}.xl\:w-\[430px\]{width:430px}.xl\:w-\[470px\]{width:470px}.xl\:w-\[49\%\]{width:49%}.xl\:w-\[50\%\]{width:50%}.xl\:w-\[500px\]{width:500px}.xl\:w-\[95\%\]{width:95%}.xl\:transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xl\:flex-row{flex-direction:row}.xl\:items-end{align-items:flex-end}.xl\:justify-end{justify-content:flex-end}.xl\:gap-10{gap:2.5rem}.xl\:gap-16{gap:4rem}.xl\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.xl\:p-0{padding:0}.xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.xl\:px-32{padding-left:8rem;padding-right:8rem}.xl\:px-4{padding-left:1rem;padding-right:1rem}.xl\:px-8{padding-left:2rem;padding-right:2rem}.xl\:py-20{padding-top:5rem;padding-bottom:5rem}.xl\:py-3{padding-top:.75rem;padding-bottom:.75rem}.xl\:py-4{padding-top:1rem;padding-bottom:1rem}.xl\:pb-0{padding-bottom:0}.xl\:pb-12{padding-bottom:3rem}.xl\:pl-10{padding-left:2.5rem}.xl\:pl-32{padding-left:8rem}.xl\:pl-48{padding-left:12rem}.xl\:pl-\[380px\]{padding-left:380px}.xl\:pt-8{padding-top:2rem}.xl\:pt-\[95px\]{padding-top:95px}.xl\:text-2xl{font-size:1.5rem;line-height:2rem}.xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.xl\:text-\[10px\]{font-size:10px}.xl\:text-\[12px\]{font-size:12px}.xl\:text-\[14px\]{font-size:14px}.xl\:text-\[15px\]{font-size:15px}.xl\:text-\[16px\]{font-size:16px}.xl\:text-\[17px\]{font-size:17px}.xl\:text-\[18px\]{font-size:18px}.xl\:text-\[20px\]{font-size:20px}.xl\:text-\[30px\]{font-size:30px}.xl\:text-\[32px\]{font-size:32px}.xl\:text-\[35px\]{font-size:35px}.xl\:text-\[38px\]{font-size:38px}.xl\:text-\[45px\]{font-size:45px}.xl\:text-sm{font-size:.875rem;line-height:1.25rem}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem}.xl\:font-\[400\]{font-weight:400}.xl\:leading-\[50px\]{line-height:50px}.xl\:text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.xl\:hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}@media (min-width: 1400px){.\32xl\:-left-64{left:-16rem}.\32xl\:-right-64{right:-16rem}.\32xl\:left-\[20\%\]{left:20%}.\32xl\:-mt-4{margin-top:-1rem}.\32xl\:ml-\[140px\]{margin-left:140px}.\32xl\:ml-\[170px\]{margin-left:170px}.\32xl\:mr-36{margin-right:9rem}.\32xl\:mt-\[200px\]{margin-top:200px}.\32xl\:block{display:block}.\32xl\:h-\[120px\]{height:120px}.\32xl\:h-\[180px\]{height:180px}.\32xl\:h-\[460px\]{height:460px}.\32xl\:max-h-\[970px\]{max-height:970px}.\32xl\:w-\[162\%\]{width:162%}.\32xl\:w-\[250px\]{width:250px}.\32xl\:w-\[300px\]{width:300px}.\32xl\:w-\[550px\]{width:550px}.\32xl\:max-w-\[1500px\]{max-width:1500px}.\32xl\:p-3{padding:.75rem}.\32xl\:px-20{padding-left:5rem;padding-right:5rem}.\32xl\:px-48{padding-left:12rem;padding-right:12rem}.\32xl\:px-8{padding-left:2rem;padding-right:2rem}.\32xl\:pl-24{padding-left:6rem}.\32xl\:pl-40{padding-left:10rem}.\32xl\:text-3xl{font-size:1.875rem;line-height:2.25rem}.\32xl\:text-\[16px\]{font-size:16px}.\32xl\:text-\[17\.5px\]{font-size:17.5px}.\32xl\:text-\[17px\]{font-size:17px}.\32xl\:text-\[18px\]{font-size:18px}.\32xl\:text-\[19px\]{font-size:19px}.\32xl\:text-\[20\.5px\]{font-size:20.5px}.\32xl\:text-\[20px\]{font-size:20px}.\32xl\:text-\[24px\]{font-size:24px}.\32xl\:text-\[25px\]{font-size:25px}.\32xl\:text-\[32px\]{font-size:32px}.\32xl\:text-\[42px\]{font-size:42px}.\32xl\:text-\[44px\]{font-size:44px}.\32xl\:text-\[45px\]{font-size:45px}.\32xl\:text-\[50px\]{font-size:50px}.\32xl\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 1600px){.\32\.5xl\:ml-\[180px\]{margin-left:180px}.\32\.5xl\:w-\[280px\]{width:280px}.\32\.5xl\:w-\[430px\]{width:430px}.\32\.5xl\:w-\[500px\]{width:500px}.\32\.5xl\:gap-4{gap:1rem}.\32\.5xl\:text-\[18\.5px\]{font-size:18.5px}.\32\.5xl\:text-\[18px\]{font-size:18px}.\32\.5xl\:text-\[23\.5px\]{font-size:23.5px}.\32\.5xl\:text-\[47px\]{font-size:47px}.\32\.5xl\:text-\[55px\]{font-size:55px}}@media (min-width: 1700px){.\33xl\:-left-80{left:-20rem}.\33xl\:-right-80{right:-20rem}.\33xl\:ml-\[200px\]{margin-left:200px}.\33xl\:mr-48{margin-right:12rem}.\33xl\:mr-\[25px\]{margin-right:25px}.\33xl\:h-24{height:6rem}.\33xl\:h-32{height:8rem}.\33xl\:max-h-\[750px\]{max-height:750px}.\33xl\:w-24{width:6rem}.\33xl\:w-32{width:8rem}.\33xl\:w-\[150\%\]{width:150%}.\33xl\:w-\[300px\]{width:300px}.\33xl\:w-\[350px\]{width:350px}.\33xl\:w-\[400px\]{width:400px}.\33xl\:w-\[570px\]{width:570px}.\33xl\:w-\[580px\]{width:580px}.\33xl\:gap-32{gap:8rem}.\33xl\:px-12{padding-left:3rem;padding-right:3rem}.\33xl\:px-56{padding-left:14rem;padding-right:14rem}.\33xl\:pl-32{padding-left:8rem}.\33xl\:pt-\[120px\]{padding-top:120px}.\33xl\:text-\[19px\]{font-size:19px}.\33xl\:text-\[20px\]{font-size:20px}.\33xl\:text-\[22px\]{font-size:22px}.\33xl\:text-\[24px\]{font-size:24px}.\33xl\:text-\[25px\]{font-size:25px}.\33xl\:text-\[30px\]{font-size:30px}.\33xl\:text-\[40px\]{font-size:40px}.\33xl\:text-\[50px\]{font-size:50px}.\33xl\:text-\[60px\]{font-size:60px}}@media (min-width: 1920px){.\34xl\:ml-\[210px\]{margin-left:210px}.\34xl\:mr-\[55px\]{margin-right:55px}.\34xl\:mt-36{margin-top:9rem}.\34xl\:max-h-\[800px\]{max-height:800px}.\34xl\:w-\[400px\]{width:400px}.\34xl\:w-\[600px\]{width:600px}.\34xl\:w-\[650px\]{width:650px}.\34xl\:pl-48{padding-left:12rem}.\34xl\:text-7xl{font-size:4.5rem;line-height:1}.\34xl\:text-\[22px\]{font-size:22px}.\34xl\:text-\[26px\]{font-size:26px}.\34xl\:text-\[30px\]{font-size:30px}.\34xl\:text-\[35px\]{font-size:35px}.\34xl\:text-\[45px\]{font-size:45px}.\34xl\:text-\[60px\]{font-size:60px}.\34xl\:text-\[65px\]{font-size:65px}}
