:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:hsla(0,0%,100%,.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-container-width:fit-content;--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-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px rgba(0,0,0,.1);--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(90deg,#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:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column}.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:translateX(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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:translateX(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:-webkit-flex;display:-ms-flexbox;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}.Toastify__toast{--toastify-toast-width:100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.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__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:-webkit-flex;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{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:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap";:root{--color-primary:$color-primary}@keyframes moveInLeft{0%{opacity:0;transform:translateX(-10rem)}80%{transform:translateX(1rem)}to{opacity:1;transform:translateX(0)}}@keyframes moveInRight{0%{opacity:0;transform:translateX(10rem)}80%{transform:translateX(-1rem)}to{opacity:1;transform:translateX(0)}}@keyframes moveInBottom{0%{opacity:0;transform:translateY(5rem)}to{opacity:1;transform:translateY(0)}}@keyframes moveInTop{0%{opacity:0;transform:translateY(-5rem)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(0)}80%{opacity:1;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes slowMoveToTheRightLoop{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes slowMoveToTheRightLoop2{0%{transform:translateX(-20%)}to{transform:translateX(80%)}}*,:after,:before{margin:0;padding:0;box-sizing:inherit;scroll-behavior:smooth}:focus,:focus-visible{outline:none}html{font-size:62.5%;overflow-x:hidden}@media only screen and (min-width:112.5em){html{font-size:70%}}@media only screen and (max-width:75em){html{font-size:56.2%}}@media only screen and (max-width:56.25em){html{font-size:50%}}body{overflow-x:hidden;scroll-snap-type:y mandatory}::-webkit-scrollbar{width:2rem;background-color:#000}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #fff;border-radius:.8rem}::-webkit-scrollbar-thumb{background:transparent;box-shadow:inset 0 0 0 .2rem #fff;border-radius:.8rem}.section>.stats__stat{transition:all 1s ease-in;opacity:1}.section.hidden>.stats__stat{opacity:0;transform:translateY(2rem)}.section-js>*{transition:all 1s ease-in;opacity:1}.section-js.hidden>*{opacity:0;transform:translateY(2rem)}.section-js.step>*{transition:all 1s;transition-timing-function:cubic-bezier(.64,.565,.19,1.195)}.section-js.step.hidden .step__img-div{opacity:0;visibility:hidden;pointer-events:none;transform:translateX(100rem)}.section-js.step.hidden .step__text-div{opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-100rem)}.section-js.step:nth-of-type(2).hidden .step__img-div{transform:translateX(-100rem)}.section-js.step:nth-of-type(2).hidden .step__text-div{transform:translateX(100rem)}@media only screen and (max-width:56.25em){.js-alwaysVisibleOnPhone>*{opacity:1!important;transform:none!important;visibility:visible!important;pointer-events:all!important}}body{font-family:Roboto,sans-serif;font-weight:400;font-size:1.6rem;line-height:1.7;color:#fff}.heading-primary{font-size:3.4rem!important;font-weight:400}@media only screen and (max-width:56.25em){.heading-primary{text-align:center}}.heading-secondary{font-size:3rem;font-weight:400}@media only screen and (max-width:56.25em){.heading-secondary{text-align:center}}.heading-tertiary{font-size:2rem;font-weight:600}@media only screen and (max-width:56.25em){.heading-tertiary{text-align:center}}.heading-primary--color{font-weight:800;font-size:4rem}@media only screen and (max-width:56.25em){.heading-primary--color{text-align:center}}.heading-sub{font-weight:400}.font-gothic{font-family:century-gothic-regular,sans-serif}.paragraph{font-size:2rem;text-align:justify;color:hsla(0,0%,81%,.814)}.paragraph strong{font-weight:800;color:hsla(0,0%,100%,.792)}.u-mar-bot-med{margin-bottom:2rem!important}.u-mar-top-med{margin-top:2rem!important}.u-margin-bottom-medium{margin-bottom:2rem!important}.u-move-in-right{animation:moveInRight 1s!important}.u-move-in-left{animation:moveInLeft 1s!important}.u-scale-in{animation:scaleIn 1s!important}.u-red-text{color:#c10000!important}.u-uppercase{text-transform:uppercase!important}.u-bold-700{font-weight:700!important}.u-fontsize-5{font-size:4rem!important}.u-center-child{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;justify-content:center!important;align-items:center!important}.u-center-text{text-align:center!important}.u-flex--space-evenly{justify-content:space-evenly!important}.u-flex--space-between,.u-flex--space-evenly{display:-webkit-flex!important;display:-ms-flexbox!important;display:flex!important;align-items:center!important}.u-flex--space-between{justify-content:space-between!important}.relative{position:relative!important}.u-secondary{color:#d5a021!important}.u-big{font-size:10rem!important;position:absolute!important;top:0!important;min-width:-moz-max-content!important;min-width:-webkit-max-content!important;min-width:max-content!important;opacity:.3!important;letter-spacing:8px!important}.u-big span{margin-left:8rem}@media only screen and (max-width:56.25em){.u-big{font-size:7rem!important}}@media only screen and (max-width:37.5em){.u-big{font-size:3.5rem!important}.u-onlyPC{display:none!important}}.absContact{position:fixed;bottom:1.5rem;z-index:100;width:4rem;height:4rem;padding:1rem;border-radius:50%;transition:all .3s;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.absContact:hover{animation:none}.absContact svg{font-size:4rem}.absContact--phone{right:2rem;background-color:#c10000;animation:phoneRing 5s infinite;box-shadow:inset 0 0 0 3px #fff;color:#fff}@media only screen and (max-width:37.5em){.absContact--phone{right:2rem}}.absContact--phone:hover{background-color:#980000}.absContact--mail{right:9rem;background-color:#fff;box-shadow:inset 0 0 0 3px #fff;color:#c10000}.absContact--mail svg{margin-top:-.1rem}@keyframes phoneRing{0%{transform:translate(0)}90%{transform:translate(0)}92%{transform:translateX(5px)}94%{transform:translateX(-5px)}96%{transform:translateX(5px)}98%{transform:translateX(-5px)}to{transform:translateX(5px)}}.btn,.btn:link,.btn:visited{display:inline-block;text-transform:uppercase;text-decoration:none;padding:1.5rem 4rem;border-radius:.8rem;transition:all .2s;position:relative;font-size:1.6rem;border:none;cursor:pointer;font-size:2rem}@media only screen and (max-width:37.5em){.btn,.btn:link,.btn:visited{padding:1.2rem 2.2rem}}.btn:hover{background-color:#980000}.btn:hover:after{transform:scaleX(1.4) scaleY(1.6);opacity:0}.btn:active,.btn:focus{transform:translateY(-.1rem);box-shadow:0 .5rem 1rem rgba(0,0,0,.3);outline:none}.btn--white{background-color:#fff;color:#212529;box-shadow:0 1rem 2rem rgba(0,0,0,.15)}.btn--white:hover{background-color:hsla(0,0%,100%,.3)}.btn--text{color:#fff;background-color:transparent;box-shadow:inset 0 0 0 3px #fff}.btn--text:hover{background-color:hsla(0,0%,100%,.3)}.btn--main{color:#fff;box-shadow:inset 0 0 0 3px #fff}.btn--main,.btn--main:after{background-color:#c10000}.btn--animated{animation:moveInBottom .5s ease-out .75s;animation-fill-mode:backwards}.btn-text:link,.btn-text:visited{font-size:1.6rem;color:#c10000;display:inline-block;text-decoration:none;border-bottom:1px solid #c10000;padding:3px}.btn-text:hover{color:#fff;background-color:#c10000;box-shadow:0 1rem 2rem rgba(0,0,0,.15);transform:translateY(-2px)}.btn-text:active{box-shadow:0 .5rem 1rem rgba(0,0,0,.15);transform:translateY(0)}.book{background-image:linear-gradient(90deg,rgba(193,0,0,.8),rgba(193,0,0,.8) 50%,rgba(152,0,0,0) 0,rgba(193,0,0,0)),url(/material/photos/7-inverted-pc.avif);background-size:cover;background-position:top;border-radius:3px;box-shadow:inset 0 0 0 .5rem #fff;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;align-items:stretch;height:60svh;transition:none}@media only screen and (max-width:75em){.book{margin:0 20%;text-align:center;background-image:linear-gradient(90deg,#980000,rgba(152,0,0,.5) 40%,rgba(152,0,0,.5) 60%,#980000),url(/material/photos/7-inverted.avif)}}@media only screen and (max-width:56.25em){.book{margin:0 auto;text-align:center;width:100%}}@media only screen and (max-width:37.5em){.book{height:50rem}}.book__form{padding:6rem}@media only screen and (max-width:37.5em){.book__form{padding:3rem 2rem}}.form__group:not(:last-child){margin-bottom:1rem}.form__input{font-size:1.5rem;font-family:inherit;color:#000;padding:1.5rem 2rem;border-radius:2px;background-color:#fff;border:none;border-bottom:3px solid transparent;width:40%;display:block;transition:all .3s}@media only screen and (max-width:75em){.form__input{width:100%;margin:0 auto}}@media only screen and (max-width:56.25em){.form__input{width:80%;margin:0 auto}}.form__input:focus{outline:none;box-shadow:0 0 0 1rem .3rem #000;border-bottom:3px solid #d5a021}.form__input:focus:invalid{border-bottom:3px solid #d5a021}.form__input::-webkit-input-placehoxlder{color:#495057}.form__label{display:block;font-size:1.2rem;font-weight:700;margin-left:2rem;transition:all .3s;text-align:start!important}@media only screen and (max-width:56.25em){.form__label{margin-left:8rem}}.form__input:-moz-placeholder+.form__label{opacity:0;visibility:hidden;transform:translateY(-4rem)}.form__input:placeholder-shown+.form__label{opacity:0;visibility:hidden;transform:translateY(-4rem)}.form__radio-group{width:49%;display:inline-block}.form__radio-input{display:none}.form__radio-label{font-size:1.6rem;cursor:pointer;position:relative;padding-left:4.5rem}.form__radio-button{display:inline-block;height:3rem;width:3rem;border:5px solid #c10000;border-radius:50%;position:absolute;top:-.4rem;left:0}.form__radio-button:after{content:"";display:block;height:1.3rem;width:1.3rem;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#c10000;opacity:0;transition:opacity .2s}.form__radio-input:checked~.form__radio-label .form__radio-button:after{opacity:1}.form__btn{color:#343a40;font-size:1.3rem;position:relative;width:5rem;height:2rem;overflow:hidden}.form__btn:after{content:"Odeslat";transform:translateY(-100%)}.form__btn:after,.form__btn:before{position:absolute;width:100%;height:100%;top:50%;left:0;z-index:100;transition:all .1s}.form__btn:before{content:"Chci změnu";transform:translateY(-15%)}:has([data-submitting=true]) .form__btn:after{content:"Odesílání..."}:has([data-submitting=true]) .form__btn:before{content:"Odesílání..."}.form__btn:hover{background-color:#fff}.form__btn:hover:after{transform:none;opacity:1;transform:translateY(-15%)}.form__btn:hover:before{transform:none;opacity:1;transform:translateY(100%)}.form__error{color:#ff6b6b;font-size:1.2rem;margin-top:.4rem;margin-left:.2rem}.form__phone{background-color:#fff;border-radius:2px;padding:.8rem 1.5rem}.form__phone input{font-size:1.5rem;font-family:inherit;color:#000;border:none;outline:none;width:100%;background:transparent}.form__phone .PhoneInputCountry{margin-right:1rem}.form__input--error{border-bottom:3px solid #ff6b6b!important}.form__country{width:5rem;height:3rem;border:none;background-color:#fff;margin-bottom:1rem;border-radius:5px;color:#888;margin-top:1rem;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.agree{display:-webkit-flex;display:-ms-flexbox;display:flex;gap:.5rem;margin-bottom:2rem;align-items:center}.agree input{width:2rem;height:2rem}.agree input:checked{accent-color:#d5a021}@media only screen and (max-width:75em){.agree{justify-content:center}}.logo__container{width:100%;margin-top:4rem;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:left;align-items:center}.mobile-nav{display:none;z-index:99999;border:none}@media only screen and (max-width:56.25em){.mobile-nav{display:block}}.mobile-nav{position:fixed;top:1rem;right:1rem;border-radius:50%;z-index:999999999}@media only screen and (max-width:56.25em){.mobile-nav{transform:translate(-1rem,1rem) scale(1)}}.mobile-nav__btn{width:7rem;height:7rem;border-radius:50%;box-shadow:0 1rem 3rem rgba(0,0,0,.1);text-align:center;cursor:pointer;background-color:#fff}.mobile-nav__background{display:none}@media only screen and (max-width:56.25em){.mobile-nav__background{display:block}}.mobile-nav__background{height:6rem;width:6rem;border-radius:50%;position:fixed;top:1rem;right:1rem;transform:translate(-2.45rem,2.45rem);background-color:#000;transition:transform .8s cubic-bezier(.86,0,.07,1);z-index:999}@media only screen and (max-width:56.25em){.mobile-nav__background{transform:translate(-1.45rem,1.45rem) scale(.8)}}.mobile-nav__icon{position:relative;margin-top:3.5rem}.mobile-nav__icon,.mobile-nav__icon:after,.mobile-nav__icon:before{width:3rem;height:2px;background-color:#343a40;display:inline-block}.mobile-nav__icon:after,.mobile-nav__icon:before{content:"";position:absolute;left:0;transition:all .2s;-webkit-transition:all .2s;-moz-transition:all .2s;-ms-transition:all .2s;-o-transition:all .2s}.mobile-nav__icon:before{top:-.8rem}.mobile-nav__icon:after{top:.8rem}.mobile-nav__btn:hover .mobile-nav__icon:before{top:-1rem}.mobile-nav__btn:hover .mobile-nav__icon:after{top:1rem}@media only screen and (max-width:56.25em){.nav-mobile--active .mobile-nav__icon{background-color:transparent;color:transparent}.nav-mobile--active .mobile-nav__icon:before{transform:rotate(135deg);top:0!important}.nav-mobile--active .mobile-nav__icon:after{transform:rotate(-135deg);top:0!important}.nav-mobile--active .mobile-nav__background{transform:scale(80)}}.logo--mobile{position:absolute;display:none;transition:.3s}@media only screen and (max-width:56.25em){.logo--mobile{top:2rem;left:2rem;display:block;height:8rem;margin:0 auto;opacity:1;z-index:10000}}@media only screen and (max-width:37.5em){.logo--mobile{top:2.5rem;left:2.5rem;display:block;margin:0 auto;opacity:1;z-index:10000}}.nav-mobile--active .logo--mobile,.socials{position:fixed}.socials{bottom:1rem;left:1rem;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column-reverse;gap:.5rem;padding:.2rem;z-index:20;border-radius:9px;box-shadow:0 1.5rem 3rem rgba(0,0,0,.15);transition:.1s ease-in}.socials__icon-div{max-height:3rem}@media only screen and (max-width:56.25em){.socials,.socials:hover{display:none}}.socials__link{color:#eae0e0}.socials__link:hover{color:#d5a021}.socials .icon{width:3rem;height:3rem}.socials .icon>svg{font-size:3rem}.socials .icon{transition:color .4s;fill:#fff}.socials .icon--secondary{fill:#d5a021}.socials .icon:hover{fill:#fff}.success--message{display:none;flex-direction:column;gap:2rem;align-items:center;justify-content:center;text-transform:uppercase;color:#c10000;font-size:2rem;position:fixed;height:100svh;width:100vw;background-color:#000;z-index:999999999;top:0;left:0}.success--message.active,.swiper{display:-webkit-flex;display:-ms-flexbox;display:flex}.swiper{position:relative;max-width:100rem;overflow-y:visible;align-items:center;justify-content:center}@media only screen and (max-width:56.25em){.swiper{max-width:none;width:80%}}@media only screen and (max-width:37.5em){.swiper{max-width:none;width:100%}}.swiperSlide{justify-content:center;text-align:center;font-size:18px;padding-top:4rem}.swiperSlide,.testimonialText{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex}.testimonialText{flex-direction:column;gap:.5rem;margin-left:2rem;font-size:1.5rem;padding:2rem;border-radius:.8rem}@media only screen and (max-width:37.5em){.testimonialText{margin-left:0;margin-top:2rem}}.testimonialText h3{color:var(--color-main)}.testimonialText>span{opacity:.65}.testimonialImage{position:relative;border:4px solid #868e96;height:18rem;min-width:18rem;margin-left:4rem;-o-object-position:top;object-position:top}.testimonialImage,.testimonialImage img{border-radius:.8rem;-o-object-fit:cover;object-fit:cover}.testimonialImage img{filter:grayscale(1);transition:all .3s}.testimonialImage:hover img{filter:none}.testimonialImage:after,.testimonialImage:before{content:"";position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);background-color:#000;border-top:3px solid #868e96;border-bottom:3px solid #868e96;height:135%;width:65%}.testimonialImage:after{width:65%;z-index:-2}.testimonialImage:before{width:80%;height:120%;z-index:-1}@media only screen and (max-width:56.25em){.testimonialImage{height:13rem;min-width:13rem}}@media only screen and (max-width:37.5em){.testimonialImage{margin-left:0;height:10rem;min-width:10rem}}.testimonial{width:80%;height:100%;margin:5rem auto;padding:5rem 0;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;position:relative;text-align:start}@media only screen and (max-width:37.5em){.testimonial{padding:0;flex-direction:column;text-align:center}}.testimonial{background-color:transparent;border-radius:.8rem}.testimonial:before{content:"";width:100%;height:100%;position:absolute;border-top:3px solid var(--color-main)}.testimonial__buttonRight{position:absolute;color:#868e96!important;right:0;top:50%;transform:translateY(-50%);z-index:10}.testimonial__buttonRight:after{font-size:6rem!important}@media only screen and (max-width:56.25em){.testimonial__buttonRight:after{font-size:4rem!important}}.testimonial__buttonLeft{position:absolute;color:#868e96!important;left:0;top:50%;transform:translateY(-50%);z-index:10}.testimonial__buttonLeft:after{font-size:6rem!important}@media only screen and (max-width:56.25em){.testimonial__buttonLeft:after{font-size:4rem!important}}.testimonial__buttonsDiv{width:100%;margin-top:-4rem}.testimonial__buttonsDiv,.testimonial__link:link,.testimonial__link:visited{display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.testimonial__link:link,.testimonial__link:visited{z-index:3;transition:.1s;border-bottom:1px solid #d5a021;color:#d5a021;text-decoration:none;width:-moz-max-content;width:-webkit-max-content;width:max-content;padding-bottom:1px;gap:1rem}.testimonial__link:link:active,.testimonial__link:link:hover,.testimonial__link:visited:active,.testimonial__link:visited:hover{color:#fff;border-bottom:1px solid #fff}@media only screen and (max-width:37.5em){.testimonial__link{margin:0 auto}}.testimonial__heading{text-align:center}.testimonial__heading h2{display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;gap:1rem}.icon__google{font-size:4rem}.testimonialStars{display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;color:#c10000;font-size:2rem;gap:1rem}@media only screen and (max-width:37.5em){.testimonialStars{justify-content:center}}.video{z-index:100;aspect-ratio:16/9;width:60rem;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative}.video video{width:100%;box-shadow:0 0 0 3px #fff;border-radius:.8rem;background-color:#000}.video video:not(:root):fullscreen{border-radius:0}.video__menu{position:absolute;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;gap:.35rem;top:50%;left:-14.5rem;z-index:-1;transform:translateY(-50%)}.video__menu input{display:none}.video__menu label{border-radius:.8rem;color:#fff;padding-left:1.5rem;padding-right:3rem;transition:all .3s;border-top-right-radius:0;border-bottom-right-radius:0;box-shadow:0 0 0 .3rem #fff;cursor:pointer}.video__menu label:first-of-type{border-bottom-left-radius:0}.video__menu label:nth-of-type(2),.video__menu label:nth-of-type(3){border-bottom-left-radius:0;border-top-left-radius:0}.video__menu label:nth-of-type(4){border-top-left-radius:0}.video__menu label:has(input:checked){box-shadow:0 0 0 .3rem #fff;color:#fff;background-color:#d5a021}@media only screen and (max-width:56.25em){.video__menu{top:-4.4rem;left:50%;transform:translateX(-50%);flex-direction:row}.video__menu>label{min-width:-moz-max-content;min-width:-webkit-max-content;min-width:max-content;border-radius:.8rem;border-bottom-right-radius:0;border-bottom-left-radius:0;padding:.35rem 1rem;box-shadow:0 0 0 .3rem #fff;color:#fff;backdrop-filter:blur(10px);background-color:#000}.video__menu>label:first-of-type{border-top-right-radius:0}.video__menu>label:nth-of-type(2),.video__menu>label:nth-of-type(3){border-top-left-radius:0;border-top-right-radius:0}.video__menu>label:nth-of-type(4){border-top-left-radius:0}.video__menu label:has(input:checked){box-shadow:0 0 0 .3rem #fff;background-color:#d5a021;color:#fff;backdrop-filter:blur(10px)}}@media only screen and (max-width:37.5em){.video__menu{top:-3.3rem}}@media only screen and (max-width:56.25em){.video{width:100%;margin-top:2rem;font-size:2rem}}@media only screen and (max-width:37.5em){.video{font-size:1.5rem}}.section__benefits{padding:20rem 0;position:relative;background-color:#000;display:-webkit-flex;display:-ms-flexbox;display:flex}.benefits__div,.benefits__div--duplicate{display:-webkit-flex;display:-ms-flexbox;display:flex;flex-shrink:0;animation:slowMoveToTheRightLoop 10s linear infinite}.benefits__benefit{display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;border-radius:10px;box-shadow:0 0 1rem .3rem #c10000;width:15vw;height:20vh}.benefits__benefit>svg{fill:#c10000;color:#c10000;width:4rem;height:4rem}.benefits__benefit:nth-of-type(2)>svg{width:3rem;height:3rem}.footer__container{padding:9rem;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2.2rem;background-color:#000;text-align:center;border-top:1px solid #212529}.footer__el--unismart{color:aqua!important;font-weight:800!important}.footer__el:link,.footer__el:visited{text-decoration:none;color:inherit;transition:all .3s;color:hsla(0,0%,100%,.26)}.footer__el:active,.footer__el:hover{text-decoration:none;color:red!important}.footer__unismart{border-top:2px solid hsla(0,0%,100%,.26);padding-top:2rem;opacity:.7}.footer__unismart p{width:80vw}.footer__logo{width:16rem}.footer__logo--name{transform:translateX(.5rem)}.footer__logo--name img{height:8rem}.nav{position:absolute;top:2rem;left:50%;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;transform:translateX(-50%);font-size:2rem;z-index:1001;width:80%}@media only screen and (max-width:75em){.nav{width:90%}}@media only screen and (max-width:56.25em){.nav{transform:none}}.nav .logo{display:-webkit-flex;display:-ms-flexbox;display:flex;width:-moz-min-content;width:-webkit-min-content;width:min-content;align-items:center;justify-content:center}@media only screen and (max-width:56.25em){.nav .logo{display:none}}.nav .logo--svg{height:7rem}@media only screen and (max-width:37.5em){.nav{font-size:1.8rem}}.nav__list{display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;transition:all .2s;gap:4rem}@media only screen and (max-width:56.25em){.nav__list{position:fixed;flex-direction:column;top:50%;left:50%;opacity:0;transform:translate(-100rem,-50%) scale(1.2);transition:all .8s cubic-bezier(.68,-.55,.265,1.55);pointer-events:none;visibility:hidden;z-index:9999999999999}.nav__list a{padding:1rem 2rem}}@media only screen and (max-width:37.5em){.nav__list{gap:3rem}}.nav__list.active{opacity:1;top:50%;left:50%;pointer-events:all;visibility:visible;z-index:99999;color:#fff!important}.nav__item{list-style:none}.nav__item:last-of-type:active>*,.nav__item:last-of-type:hover>*{color:#fff!important}.nav__link:link,.nav__link:visited{font-weight:600;text-decoration:none;border:none;color:#fff5f5}.nav__link--secondary{color:#d5a021!important}.nav__link:active,.nav__link:hover{color:#c10000;transition:all .1s;-webkit-transition:all .1s;-moz-transition:all .1s;-ms-transition:all .1s;-o-transition:all .1s}.nav__link.color{color:#d5a021!important}@media only screen and (max-width:37.5em){.nav{gap:3rem}}@media only screen and (max-width:56.25em){.nav-mobile--active .nav__list{position:fixed;display:-webkit-flex;display:-ms-flexbox;display:flex;opacity:1;top:50%;left:50%;pointer-events:all;visibility:visible;transform:translate(-50%,-50%) scale(1.2)}}@media only screen and (min-width:56.25em){.sticky>.nav{position:fixed;height:8.2rem;top:0;background-color:rgba(0,0,0,.4);backdrop-filter:blur(10px);width:95%}.sticky>.nav a:link{font-size:1.8rem}}.section__stats,.section__who{background-color:#000}.section__stats{padding:5rem 0;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;flex-direction:column;gap:5rem;border-bottom:2px solid hsla(0,0%,100%,.1);border-top:2px solid hsla(0,0%,100%,.1)}.section__stats>h2{color:#868e96;text-align:center}.section__steps{background-color:#000;color:#fff;padding:10rem 15rem}@media only screen and (min-width:112.5em){.section__steps{padding:20rem 15vw}}@media only screen and (max-width:75em){.section__steps{padding:20rem 6rem}}@media only screen and (max-width:56.25em){.section__steps{padding:20rem 0}}@media only screen and (max-width:37.5em){.section__steps{padding:5rem 0 0}}.section__steps{display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;gap:5rem;justify-content:center}.section__testimonals{padding:10rem 0;background-color:#000}@media only screen and (max-width:56.25em){.section__testimonals{padding:5rem 0}}@media only screen and (max-width:37.5em){.section__testimonals{padding-top:10rem}}.section__book{padding:10rem 20%;background-color:#000;z-index:1;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;gap:2rem}.section__book>span{text-align:center;text-transform:uppercase;font-size:2.4rem;font-weight:500}@media only screen and (min-width:112.5em){.section__book{padding:20rem 25vw}}@media only screen and (max-width:82em){.section__book{padding:20rem 5vw}}@media only screen and (max-width:75em){.section__book{padding:10rem 0}}@media only screen and (max-width:56.25em){.section__book{padding:8rem 2rem;margin-left:-.1rem;margin-right:-.1rem}}@media only screen and (max-width:37.5em){.section__book{padding:10rem 2rem}}.stats{justify-content:space-evenly;right:15rem;transition:transform 0s;transform:translateX(3%)}.stats,.stats__stat{display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center}.stats__stat{flex-direction:column;color:#fff;position:relative;height:-moz-max-content;height:-webkit-max-content;height:max-content}.stats__number{font-size:3rem;text-shadow:0 0 1rem red;color:#c10000}.stats__describe{font-size:2rem;margin-top:-1rem;color:hsla(0,0%,100%,.3)}.step{display:-webkit-flex;display:-ms-flexbox;display:flex;gap:7rem;align-items:center}@media only screen and (max-width:56.25em){.step:last-of-type{gap:15rem}.step{background-position:50%;background-size:cover;height:50rem;justify-content:center;padding:8rem;position:relative}.step:first-of-type{margin-top:-5rem;background-image:linear-gradient(180deg,#000 0,rgba(0,0,0,.4) 30%,rgba(0,0,0,.4) 70%,#000),url(/material/photos/steps/1-o.avif)}.step:nth-of-type(2){background-image:linear-gradient(180deg,#000 0,rgba(0,0,0,.4) 30%,rgba(0,0,0,.4) 70%,#000),url(/material/photos/steps/2-o.avif)}.step:nth-of-type(3){background-image:linear-gradient(180deg,#000 0,rgba(0,0,0,.4) 30%,rgba(0,0,0,.4) 70%,#000),url(/material/photos/steps/3-o.webp);background-size:contain;background-repeat:no-repeat}}@media only screen and (max-width:37.5em){.step{padding:4rem}}.step:nth-child(odd){flex-direction:row-reverse}.step__num{font-size:6rem;color:#d5a021;z-index:2;font-weight:300}@media only screen and (max-width:56.25em){.step__num{text-align:center}}.step__img-div{display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;position:relative;border-radius:.8rem;overflow:hidden;width:180rem;box-shadow:0 0 0 3px #fff;height:25vw}@media only screen and (min-width:112.5em){.step__img-div{height:18vw;width:130rem}}@media only screen and (max-width:56.25em){.step__img-div{display:none}}.step__img{display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;z-index:2}.step__img,.step__img>img{height:100%}.step__text-div{display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;gap:1rem;z-index:5}.step__text-div>h3{font-size:2.6rem;text-transform:uppercase}.step .png{width:200rem;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center}@media only screen and (max-width:56.25em){.step .png{display:none;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}}.step .png>img{transform:scale(1.2) translateY(-3.2rem);z-index:2}.steps{display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;gap:15rem}@media only screen and (max-width:56.25em){.steps{gap:5rem}.heading{margin-bottom:0}}.footsteps{position:absolute;transform:translateY(35rem) translateX(25rem);height:28rem;opacity:.5;display:none}.footsteps--2{transform:translateY(38rem) translateX(-40rem)}@media only screen and (max-width:82em){.footsteps{height:25rem;transform:translateY(37rem) translateX(25rem)}.footsteps--2{transform:translateY(42rem) translateX(-30rem) rotate(-15deg)}}@media only screen and (max-width:75em){.footsteps{height:25rem;transform:translateY(38rem) translateX(25rem)}.footsteps--2{transform:translateY(44.5rem) translateX(-30rem) rotate(-15deg)}}@media only screen and (max-width:56.25em){.footsteps{display:none}}.section__who{height:30rem;padding-top:45rem;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;position:relative}@media only screen and (min-width:112.5em){.section__who{padding-top:80rem}}@media only screen and (max-width:56.25em){.section__who{padding-top:80rem}}@media only screen and (max-width:75em){.section__who{padding-top:80rem}}@media only screen and (max-width:37.5em){.section__who{padding-top:50rem}}.section__who .video,.section__who a,.section__who h2,.section__who h3,.section__who img{transition:all 0s!important}.who{width:90%;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3rem}.who h2{color:#fff;z-index:2}.who h3{margin-top:-5rem}@media only screen and (min-width:112.5em){.who h3{margin-top:5rem}}.who__bg{position:absolute;width:auto;top:-17rem;height:80rem;opacity:1!important}@media only screen and (max-width:56.25em){.who__bg{top:-10rem;height:80rem}}@media only screen and (max-width:37.5em){.who__bg{top:-15rem}}@media only screen and (min-width:112.5em){.who__bg{top:0}}.workWith{background-color:#000;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;width:100%}.workWith>h2{text-align:center;color:#868e96}.workWith__logo{color:#868e96;text-transform:uppercase}.workWith__logo img{height:6rem;filter:grayscale(1);opacity:.5}.workWith__logo:nth-of-type(2) img{height:10rem;opacity:.6;transform:translateX(1rem)}.section__hero{height:125vh;width:100%;background-color:transparent;align-items:center;background-image:linear-gradient(180deg,transparent 50%,#000)}@media only screen and (max-width:37.5em){.section__hero{height:121rem}}.background-photo{height:100vh;width:100vw;position:fixed;filter:saturate(0)}@media only screen and (max-width:37.5em){.background-photo{height:100vh}}.background-photo{background-image:linear-gradient(90deg,rgba(0,0,0,.8) 40%,transparent 60%),url(/material/photos/blacktop-pc-optimized.avif);background-size:cover;background-position:top;z-index:-1}@media only screen and (max-width:56.25em){.background-photo{background-image:linear-gradient(90deg,rgba(0,0,0,.6),rgba(0,0,0,.6)),url(/material/photos/blacktop-optimized.avif)}}.hero{width:80%;height:80%;margin:0 auto;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;flex-direction:column;gap:4rem}@media only screen and (max-width:56.25em){.hero{align-items:center;text-align:center;width:90%;gap:1.2rem}}.hero__heading{display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;color:#eae0e0;padding:0 1rem;text-align:center;background-color:transparent}@media only screen and (max-width:56.25em){.hero__heading{text-align:center}}@media only screen and (max-width:37.5em){.hero__heading{margin-top:-20rem}}.hero__heading--primary{margin-bottom:-4rem;margin-left:-1.5rem}.hero__heading--primary>img{transform:translateX(1rem)}@media only screen and (max-width:56.25em){.hero__heading--primary{margin-left:0}.hero__heading--primary>img{height:12rem}}@media only screen and (max-width:37.5em){.hero__heading--primary{margin-bottom:-3rem}.hero__heading--primary img{height:7rem}}.hero__buttons{display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:row-reverse;justify-content:left;gap:2rem;margin-top:1.8rem;justify-content:center}.hero__photos{margin-right:13rem}.hero__photo{height:30rem}.heading-primary{letter-spacing:1px;line-height:1.3;text-transform:uppercase}.heading-primary--color{background-image:linear-gradient(90deg,#980000,#c10000);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:1.3px}.heading-sub{line-height:1.3}