.ms-marquee{width:100%;grid-column-gap:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0.6;margin-top:auto;margin-bottom:0}.ms-marquee .ms-marquee-list{min-width:100%;grid-column-gap:0;-webkit-box-flex:0;-ms-flex:none;flex:none;-ms-flex-pack:distribute;justify-content:space-around;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation:marquee_scroll 40s linear infinite;animation:marquee_scroll 40s linear infinite}.ms-marquee .ms-marquee-list .ms-item{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:10em;padding-right:15px;padding-left:15px}.ms-marquee .ms-marquee-list .ms-item.-mn{max-width:15em}.ms-marquee .ms-marquee-list .ms-item .ms-image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.ms-marquee .ms-marquee-list .ms-item .ms-image img{width:100%;height:auto}.ms-marquee.-gray .ms-marquee-list .ms-item .ms-image img{-webkit-filter:brightness(0.5);filter:brightness(0.5)}@media screen and (min-width:1024px){.ms-marquee{bottom:40px}.ms-marquee .ms-marquee-list{-webkit-animation:marquee_scroll 60s linear infinite;animation:marquee_scroll 60s linear infinite}.ms-marquee .ms-marquee-list .ms-item{max-width:16em;padding-right:30px;padding-left:30px}.ms-marquee .ms-marquee-list .ms-item.-mn{max-width:20em}}@-webkit-keyframes marquee_scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(calc(-100% - 1rem));transform:translateX(calc(-100% - 1rem))}}@keyframes marquee_scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(calc(-100% - 1rem));transform:translateX(calc(-100% - 1rem))}}@-webkit-keyframes marquee-horizontal{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes marquee-horizontal{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@-webkit-keyframes scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-1050px);transform:translateX(-1050px)}}@keyframes scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-1050px);transform:translateX(-1050px)}}.ms-section .ms-list.ms-counter{margin-left:-15px;margin-right:-15px;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-ms-flexbox;display:flex}.ms-section .ms-list.ms-counter .ms-item{padding:0 1vw;margin-bottom:40px;position:relative;width:100%}.ms-section .ms-list.ms-counter .ms-item:after{content:"";display:block;width:1px;height:100%;position:absolute;background-color:rgba(255,255,255,0.25);top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0}.ms-section .ms-list.ms-counter .ms-item:last-child:after,.ms-section .ms-list.ms-counter .ms-item:nth-child(2):after{display:none}@media screen and (min-width:768px){.ms-section .ms-list.ms-counter .ms-item{width:50%}.ms-section .ms-list.ms-counter .ms-item:after{opacity:1}}@media screen and (min-width:1200px){.ms-section .ms-list.ms-counter .ms-item:nth-child(2):after{display:block}}.ms-section .ms-list.ms-counter .ms-item .ms-card{text-align:center;position:relative}.ms-section .ms-list.ms-counter .ms-item .ms-card:after{content:"";width:50%;height:5px;display:block;margin:0 auto;background:-webkit-gradient(linear,left top,right top,from(var(--color-trem)),color-stop(50%,#2e79ff),to(var(--color-blue-light)));background:linear-gradient(90deg,var(--color-trem) 0%,#2e79ff 50%,var(--color-blue-light) 100%)}@media screen and (min-width:768px){.ms-section .ms-list.ms-counter .ms-item .ms-card:after{width:70%}}@media screen and (min-width:1200px){.ms-section .ms-list.ms-counter .ms-item .ms-card:after{width:100%}}.ms-section .ms-list.ms-counter .ms-item .ms-card .ms-card-label{font-size:16px;display:inline-block;font-weight:bold;text-transform:uppercase}.ms-section .ms-list.ms-counter .ms-item .ms-card .ms-card-title{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ms-section .ms-list.ms-counter .ms-item .ms-card .ms-card-title .ms-wrapper-numer,.ms-section .ms-list.ms-counter .ms-item .ms-card .ms-card-title .ms-wrapper-text{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;height:4vh;line-height:4vh}.ms-section .ms-list.ms-counter .ms-item .ms-card .ms-card-title .ms-wrapper-numer span,.ms-section .ms-list.ms-counter .ms-item .ms-card .ms-card-title .ms-wrapper-text span{text-align:right;height:100%;-webkit-transition:all 2s;transition:all 2s;-webkit-transition-delay:1.1s;transition-delay:1.1s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ms-section .ms-list.ms-counter .ms-item .ms-card .ms-card-title .ms-wrapper-text span{-webkit-transition-delay:2.5s;transition-delay:2.5s;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ms-section .ms-list.ms-counter .ms-item .ms-card .ms-card-description{position:relative;padding-bottom:2vh}.ms-section .ms-list.ms-counter .ms-item:nth-child(3) .ms-card .ms-card-title .ms-wrapper-numer:first-child span,.ms-section .ms-list.ms-counter .ms-item:nth-child(4) .ms-card .ms-card-title .ms-wrapper-numer:first-child span{-webkit-transition-delay:2.5s;transition-delay:2.5s}.ms-section .ms-list.ms-counter .ms-item:nth-child(3) .ms-card .ms-card-title .ms-wrapper-numer:nth-child(2) span,.ms-section .ms-list.ms-counter .ms-item:nth-child(4) .ms-card .ms-card-title .ms-wrapper-numer:nth-child(2) span{-webkit-transition-delay:1.4s;transition-delay:1.4s}.ms-section .ms-list.ms-counter .ms-item:nth-child(3) .ms-card .ms-card-title .ms-wrapper-numer:nth-child(3) span,.ms-section .ms-list.ms-counter .ms-item:nth-child(4) .ms-card .ms-card-title .ms-wrapper-numer:nth-child(3) span{-webkit-transition-delay:1.3s;transition-delay:1.3s}.ms-section .ms-list.ms-counter .ms-item:nth-child(3) .ms-card .ms-card-title .ms-wrapper-numer:nth-child(4) span,.ms-section .ms-list.ms-counter .ms-item:nth-child(4) .ms-card .ms-card-title .ms-wrapper-numer:nth-child(4) span{-webkit-transition-delay:1.2s;transition-delay:1.2s}@media screen and (min-width:1200px){.ms-section .ms-list.ms-counter .ms-item{width:25%;margin-bottom:0}.ms-section .ms-list.ms-counter .ms-item .ms-card{text-align:left}.ms-section .ms-list.ms-counter .ms-item .ms-card .ms-card-title{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (min-width:1600px){.ms-section .ms-list.ms-counter{margin-left:-40px;margin-right:-40px}.ms-section .ms-list.ms-counter .ms-item{padding:0 40px}}.ms-section.ms-loaded-animate .ms-list.ms-counter .ms-item .ms-card .ms-card-title .ms-wrapper-numer span,.ms-section.star-animate .ms-list.ms-counter .ms-item .ms-card .ms-card-title .ms-wrapper-numer span{-webkit-transform:translateY(-900%);transform:translateY(-900%)}.ms-section.ms-loaded-animate .ms-list.ms-counter .ms-item .ms-card .ms-card-title .ms-wrapper-text span,.ms-section.star-animate .ms-list.ms-counter .ms-item .ms-card .ms-card-title .ms-wrapper-text span{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.ms-section.ms-loaded-animate .ms-list.ms-counter .ms-item:nth-child(3) .ms-card .ms-card-title .ms-wrapper-numer span,.ms-section.ms-loaded-animate .ms-list.ms-counter .ms-item:nth-child(4) .ms-card .ms-card-title .ms-wrapper-numer span,.ms-section.star-animate .ms-list.ms-counter .ms-item:nth-child(3) .ms-card .ms-card-title .ms-wrapper-numer span,.ms-section.star-animate .ms-list.ms-counter .ms-item:nth-child(4) .ms-card .ms-card-title .ms-wrapper-numer span{-webkit-transform:translateY(-1000%);transform:translateY(-1000%)}.ms-section.ms-loaded-animate .ms-list.ms-counter .ms-item:nth-child(3) .ms-card .ms-card-title .ms-wrapper-numer:first-child span,.ms-section.ms-loaded-animate .ms-list.ms-counter .ms-item:nth-child(4) .ms-card .ms-card-title .ms-wrapper-numer:first-child span,.ms-section.star-animate .ms-list.ms-counter .ms-item:nth-child(3) .ms-card .ms-card-title .ms-wrapper-numer:first-child span,.ms-section.star-animate .ms-list.ms-counter .ms-item:nth-child(4) .ms-card .ms-card-title .ms-wrapper-numer:first-child span{-webkit-transform:translateY(-100%);transform:translateY(-100%)}.ms-section.ms-loaded-animate .ms-list.ms-counter .ms-item:first-child .ms-card .ms-card-title .ms-wrapper-numer span,.ms-section.star-animate .ms-list.ms-counter .ms-item:first-child .ms-card .ms-card-title .ms-wrapper-numer span{-webkit-transform:translateY(-1400%);transform:translateY(-1400%)}.ms-section.black-bg{background-color:#000!important}#header{position:fixed;top:0;width:100%;height:auto;z-index:3;-webkit-transition:all 0.3s;transition:all 0.3s;-webkit-box-shadow:none;box-shadow:none}#header .ms-wrapper-section{height:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;width:90%}#header .ms-wrapper-section .ms-icon-trem{font-size:30px}@media screen and (min-width:1024px){#header .ms-wrapper-section .ms-icon-trem{font-size:34px}}@media screen and (min-width:1330px){#header .ms-wrapper-section .ms-icon-trem{font-size:45px}}#header .ms-wrapper-section .ms-logo{height:auto;margin-left:0;margin-right:auto;line-height:0;display:inline-block;position:relative;left:0}#header .ms-wrapper-section .ms-logo picture{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#header .ms-wrapper-section .ms-logo picture img{width:200px;height:auto}@media screen and (min-width:768px){#header .ms-wrapper-section .ms-logo picture img{width:300px}}@media screen and (min-width:1330px){#header .ms-wrapper-section .ms-logo picture img{width:450px}}#header .ms-wrapper-section .ms-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}#header .ms-wrapper-section .ms-flex .ms-item a{text-transform:uppercase;color:var(--color-white);font-size:14px;font-weight:600;-webkit-transition:all 0.3s;transition:all 0.3s;position:relative;border:0}#header .ms-wrapper-section .ms-flex .ms-item a:after{content:"";display:block;position:absolute;bottom:-1px;left:0;width:0;height:2px;background-color:var(--color-white);-webkit-transition:all 0.3s;transition:all 0.3s}#header .ms-wrapper-section .ms-flex .ms-item a:hover:after{width:100%}#header .ms-wrapper-section .ms-flex .ms-item.-link a{font-size:13px}#header .ms-wrapper-section .ms-flex .ms-item.-phone{display:none}#header .ms-wrapper-section .ms-flex .ms-item.-phone span{font-size:13px;font-weight:600;text-transform:uppercase;color:var(--color-white)}#header .ms-wrapper-section .ms-flex .ms-item.-cta{display:none}#header .ms-wrapper-section .ms-flex .ms-item.-cta .ms-btn{height:40px;font-size:12px}#header .ms-wrapper-section .ms-flex .ms-item.-cta .ms-btn span.ms-pc{display:-webkit-box;display:-ms-flexbox;display:flex}#header .ms-wrapper-section .ms-flex .ms-item.-cta .ms-btn span.ms-mb{display:none}@media screen and (min-width:1024px){#header .ms-wrapper-section .ms-flex .ms-item{padding-left:30px}#header .ms-wrapper-section .ms-flex .ms-item.-cta{display:inline-block}#header .ms-wrapper-section .ms-flex .ms-item.-cta .ms-btn{height:50px;font-size:14px;min-width:auto}#header .ms-wrapper-section .ms-flex .ms-item.-cta .ms-btn span{padding:0 20px}#header .ms-wrapper-section .ms-flex .ms-item.-phone{display:inline-block}}@media screen and (min-width:1024px){#header .ms-wrapper-section{height:70px}}@media screen and (min-width:1300px){#header .ms-wrapper-section{height:95px}}#header:not(.active){-webkit-transform:none;transform:none;background-color:transparent}#header.active{background-color:#000000;-webkit-box-shadow:0 2px 10px 0 rgba(51,51,51,0.15);box-shadow:0 2px 10px 0 rgba(51,51,51,0.15)}#header.active .ms-wrapper-section .ms-flex .ms-email{color:var(--color-black)}@media (max-width:1023px){#header{height:90px;padding:30px 0 0 0;background-color:#000000!important}#header:before{top:0;left:0;z-index:0;width:100%;content:"";height:30px;display:block;position:absolute;background-color:var(--color-white)}#header .ms-wrapper-section{position:relative;max-width:90%!important}#header .ms-wrapper-section .ms-flex .ms-item.-link,#header .ms-wrapper-section .ms-flex .ms-item.-phone{top:-23px;position:absolute}#header .ms-wrapper-section .ms-flex .ms-item.-link *,#header .ms-wrapper-section .ms-flex .ms-item.-phone *{font-size:12px!important;color:var(--color-black)!important}#header .ms-wrapper-section .ms-flex .ms-item.-link :hover,#header .ms-wrapper-section .ms-flex .ms-item.-phone :hover{color:var(--color-blue-link)!important}#header .ms-wrapper-section .ms-flex .ms-item.-link :after,#header .ms-wrapper-section .ms-flex .ms-item.-phone :after{display:none}#header .ms-wrapper-section .ms-flex .ms-item.-link{left:0}#header .ms-wrapper-section .ms-flex .ms-item.-phone{right:0;display:inline-block}#header .ms-wrapper-section .ms-flex .ms-item.-cta{display:inline-block}#header .ms-wrapper-section .ms-flex .ms-item.-cta .ms-btn{height:35px;font-size:11px;border-radius:4px;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content}#header .ms-wrapper-section .ms-flex .ms-item.-cta .ms-btn:after,#header .ms-wrapper-section .ms-flex .ms-item.-cta .ms-btn:before{border-radius:4px}#header .ms-wrapper-section .ms-flex .ms-item.-cta .ms-btn span{padding:0 12px}#header .ms-wrapper-section .ms-flex .ms-item.-cta .ms-btn span.ms-pc{display:none}#header .ms-wrapper-section .ms-flex .ms-item.-cta .ms-btn span.ms-mb{display:-webkit-box;display:-ms-flexbox;display:flex}}#compassPage #welcome{width:100%;overflow:hidden}#compassPage #welcome .ms-wrapper-section{min-height:100vh;padding-bottom:3vh}#compassPage #welcome .ms-wrapper-section .shortVideoSlider{position:relative;margin:0 auto}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .ms-wrapper-video{width:100%;max-width:100%;margin-bottom:0}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .ms-wrapper-video .ms-video{width:100%;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .ms-wrapper-video .ms-video .ms-img{border-radius:10px!important;background-color:var(--color-black)}@media screen and (min-width:1024px){#compassPage #welcome .ms-wrapper-section .shortVideoSlider .ms-wrapper-video .ms-video .ms-img{border-radius:20px!important}}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .ms-wrapper-video .ms-video .ms-img:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:rgba(0,0,0,0.45);-webkit-transition:all 0.3s;transition:all 0.3s;opacity:1}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .ms-wrapper-video .ms-video .ms-img.msCursorVideo:before{opacity:0}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .ms-wrapper-video .ms-video .ms-cover-video{border-radius:10px!important}@media screen and (min-width:1024px){#compassPage #welcome .ms-wrapper-section .shortVideoSlider .ms-wrapper-video .ms-video .ms-cover-video{border-radius:20px!important}}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper{overflow:visible}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-slide{opacity:0;pointer-events:none}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-slide.swiper-slide-active{opacity:1;pointer-events:auto}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-slide.swiper-slide-active .ms-wrapper-video .ms-video .ms-img:after{opacity:0}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-slide.swiper-slide-active .ms-wrapper-video .ms-video .ms-img.msCursorVideo:before{opacity:1}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-slide.swiper-slide-next,#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-slide.swiper-slide-prev{opacity:1}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-slide.swiper-slide-next .ms-wrapper-video .ms-video .ms-img:after,#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-slide.swiper-slide-prev .ms-wrapper-video .ms-video .ms-img:after{opacity:1}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-slide.swiper-slide-next .ms-wrapper-video .ms-video .ms-img:before,#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-slide.swiper-slide-prev .ms-wrapper-video .ms-video .ms-img:before{opacity:0}#compassPage #welcome .ms-wrapper-section .shortVideoSlider.-full .swiper-slide{opacity:1}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-pagination{padding-top:20px;position:relative;bottom:auto;z-index:0;display:none}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-navigation{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:10px auto 0 auto}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-navigation .swiper-button-next,#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-navigation .swiper-button-prev{top:auto;margin:0;position:relative;width:45px;height:45px;font-size:20px;left:auto;right:auto;background-color:transparent;-webkit-transition:color 0.3s;transition:color 0.3s;color:var(--color-white)}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-navigation .swiper-button-next:after,#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-navigation .swiper-button-prev:after{display:none}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-navigation .swiper-button-next:hover,#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-navigation .swiper-button-prev:hover{color:var(--color-trem)}#compassPage #welcome .ms-wrapper-section .shortVideoSlider .swiper-navigation .short-video-button-prev .ms-icon-special-arrow-04{-webkit-transform:scaleX(-1);transform:scaleX(-1)}#compassPage #welcome .ms-wrapper-section .shortVideoSlider.-mobile{width:80%;max-width:750px}#compassPage #welcome .ms-wrapper-section .shortVideoSlider.-mobile .ms-wrapper-video .ms-video:after{padding-bottom:56.25%}#compassPage #welcome .ms-wrapper-section .shortVideoSlider:not(-mobile){width:300px}#compassPage #welcome .ms-wrapper-section .shortVideoSlider:not(-mobile) .ms-wrapper-video .ms-video:after{padding-bottom:178.25%}@media screen and (min-width:768px){#compassPage #welcome .ms-wrapper-section .shortVideoSlider:not(-mobile){width:235px}}@media screen and (min-width:1024px){#compassPage #welcome .ms-wrapper-section .shortVideoSlider:not(-mobile){width:242px}}@media screen and (min-width:1330px){#compassPage #welcome .ms-wrapper-section .shortVideoSlider:not(-mobile){width:18vw}}#compassPage #welcome .ms-wrapper-section .ms-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;line-height:1.65;width:-webkit-max-content;width:-moz-max-content;width:max-content;color:var(--color-white)}#compassPage #welcome .ms-wrapper-section .ms-label i{margin-left:-8px;-webkit-transition:all 0.3s;transition:all 0.3s;font-size:clamp(24px,24px + (30 - 24) * (100vw - 375px)/(1630 - 375),30px)}#compassPage #welcome .ms-wrapper-section .ms-label a{color:var(--color-white);font-size:clamp(16px,16px + (19 - 16) * (100vw - 375px)/(1630 - 375),19px);border-color:var(--color-white)}#compassPage #welcome .ms-wrapper-section .ms-label a:after{background-color:var(--color-white)}#compassPage #welcome .ms-wrapper-section .ms-label:hover{color:var(--color-blue-link)}#compassPage #welcome .ms-wrapper-section .ms-label:hover a{color:var(--color-blue-link)}#compassPage #welcome .ms-wrapper-section .ms-label:hover a:after{width:100%;background-color:var(--color-blue-link)}#compassPage #welcome .ms-wrapper-section .ms-box-media{margin-top:4vh}@media screen and (min-width:1024px){#compassPage #welcome .ms-wrapper-section .ms-box-media{margin-top:0}}#compassPage #marquee{overflow:hidden;padding-bottom:5vh}#compassPage #section02{overflow:hidden}#compassPage #section02 .ms-slider-skills{position:relative;padding-right:10vw}@media screen and (min-width:768px){#compassPage #section02 .ms-slider-skills{padding-right:0}}#compassPage #section02 .ms-slider-skills .swiper{overflow:visible}@media (min-width:1024px) and (max-width:1599px){#compassPage #section02 .ms-slider-skills .swiper{width:150%}}#compassPage #section02 .ms-slider-skills .ms-card{width:100%}#compassPage #section02 .ms-slider-skills .ms-card .ms-media{width:100%;height:auto;position:relative;margin-bottom:10px;display:block}#compassPage #section02 .ms-slider-skills .ms-card .ms-media:after{content:"";display:block;padding-bottom:86%;clear:both}#compassPage #section02 .ms-slider-skills .ms-card .ms-media iframe,#compassPage #section02 .ms-slider-skills .ms-card .ms-media img,#compassPage #section02 .ms-slider-skills .ms-card .ms-media picture,#compassPage #section02 .ms-slider-skills .ms-card .ms-media video{top:0;left:0;width:100%;height:100%;position:absolute}#compassPage #section02 .ms-slider-skills .ms-card .ms-media img,#compassPage #section02 .ms-slider-skills .ms-card .ms-media video{-o-object-fit:cover;object-fit:cover}#compassPage #section02 .ms-slider-skills .ms-card .ms-description{width:100%;padding:0 30px}@media (max-width:990px){#compassPage #section02 .ms-slider-skills .ms-card .ms-description br{display:none}}@media (max-width:990px){#compassPage #section02 .ms-slider-skills .ms-card .ms-description .-md br{display:none}}@media screen and (min-width:991px){#compassPage #section02 .ms-slider-skills .ms-card .ms-description{padding:0 45px}}@media screen and (min-width:1024px){#compassPage #section02 .ms-slider-skills .ms-card .ms-description{padding:0 7%}#compassPage #section02 .ms-slider-skills .ms-card .ms-description .ms-title{margin-bottom:10px}}#compassPage #section02 .ms-slider-skills .swiper-container-initialized{overflow:hidden}#compassPage #section02 .ms-slider-skills .swiper-container-initialized:hover .ms-wrapper-actions{opacity:1}#compassPage #section02 .ms-slider-skills .ms-wrapper-actions{-webkit-box-align:center;-ms-flex-align:center;align-items:center;top:63%;position:absolute;z-index:2;left:-14px;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:none;-webkit-transition:all 0.3s;transition:all 0.3s;opacity:0}@media screen and (min-width:1330px){#compassPage #section02 .ms-slider-skills .ms-wrapper-actions{display:-webkit-box;display:-ms-flexbox;display:flex}}#compassPage #section02 .swiper-navigation{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:10px auto 0 auto}#compassPage #section02 .swiper-navigation .swiper-button-next,#compassPage #section02 .swiper-navigation .swiper-button-prev{top:auto;margin:0;position:relative;width:45px;height:45px;font-size:20px;left:auto;right:auto;background-color:transparent;-webkit-transition:color 0.3s;transition:color 0.3s;color:var(--color-white)}#compassPage #section02 .swiper-navigation .swiper-button-next:after,#compassPage #section02 .swiper-navigation .swiper-button-prev:after{display:none}#compassPage #section02 .swiper-navigation .swiper-button-next:hover,#compassPage #section02 .swiper-navigation .swiper-button-prev:hover{color:var(--color-trem)}#compassPage #section02 .swiper-navigation .swiper-button-prev .ms-icon-special-arrow-04{-webkit-transform:scaleX(-1);transform:scaleX(-1)}@media screen and (min-width:1024px){#compassPage #section02 .ms-box .ms-box-media{padding-right:0}#compassPage #section02 .ms-box .ms-box-media .ms-wrapper-slider{overflow:hidden}#compassPage #section02 .swiper-navigation{bottom:0;left:-110px;position:absolute}}@media screen and (min-width:1600px){#compassPage #section02 .ms-box .ms-box-media{margin-right:-5vw;padding-left:0;width:65%}}#compassPage #section04 .ms-wrapper-section .ms-list.ms-counter .ms-item .ms-card{text-align:center}#compassPage #section04 .ms-wrapper-section .ms-list.ms-counter .ms-item .ms-card:after{display:none}#compassPage #section04 .ms-wrapper-section .ms-list.ms-counter .ms-item .ms-card .ms-card-title{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:768px){#compassPage #section04 .ms-wrapper-section .ms-list.ms-counter .ms-item:after{background-color:#cccccc}}#compassPage #section05 .ms-wrapper-section .ms-min-ethos{margin-top:4vh}#compassPage #section05 .ms-wrapper-section .ms-min-ethos .ms-awards-list{margin-left:-10px!important;margin-right:-10px!important;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#compassPage #section05 .ms-wrapper-section .ms-min-ethos .ms-awards-list .ms-item{padding:0 10px!important;margin-bottom:10px;width:100%!important}#compassPage #section05 .ms-wrapper-section .ms-min-ethos .ms-awards-list .ms-item img{width:100%;display:block;margin:0 auto;height:auto;border-radius:15px;-webkit-box-shadow:0 0 10px rgba(0,0,0,0.15);box-shadow:0 0 10px rgba(0,0,0,0.15)}@media screen and (min-width:768px){#compassPage #section05 .ms-wrapper-section .ms-min-ethos .ms-awards-list .ms-item{width:33.33%!important}}@media screen and (min-width:1200px){#compassPage #section05 .ms-wrapper-section .ms-min-ethos .ms-awards-list .ms-item{width:20%!important}}@media screen and (min-width:1024px){#compassPage #section05 .ms-wrapper-section .ms-min-ethos{width:100%;margin-top:6vh}#compassPage #section05 .ms-wrapper-section .ms-min-ethos .ms-awards-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#compassPage #section05 .ms-wrapper-section .ms-min-ethos .ms-awards-list .ms-item{margin-bottom:0}#compassPage #section05 .ms-wrapper-section .ms-min-ethos .ms-awards-list .ms-item img{width:100%}}@media screen and (min-width:1440px){#compassPage #section05 .ms-wrapper-section .ms-title{max-width:1080px}}#compassPage #section09 .ms-wrapper-section .ms-agents-list{margin:30px -15px 0 -15px}#compassPage #section09 .ms-wrapper-section .ms-agents-list li{padding:0 15px;margin-bottom:40px;width:100%;opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px);-webkit-transition:opacity 1s ease,-webkit-transform 1s cubic-bezier(0.25,0.46,0.45,0.94);transition:opacity 1s ease,-webkit-transform 1s cubic-bezier(0.25,0.46,0.45,0.94);transition:opacity 1s ease,transform 1s cubic-bezier(0.25,0.46,0.45,0.94);transition:opacity 1s ease,transform 1s cubic-bezier(0.25,0.46,0.45,0.94),-webkit-transform 1s cubic-bezier(0.25,0.46,0.45,0.94)}#compassPage #section09 .ms-wrapper-section .ms-agents-list li:first-child{-webkit-transition-delay:1s;transition-delay:1s}#compassPage #section09 .ms-wrapper-section .ms-agents-list li:nth-child(2){-webkit-transition-delay:1.1s;transition-delay:1.1s}#compassPage #section09 .ms-wrapper-section .ms-agents-list li:nth-child(3){-webkit-transition-delay:1.2s;transition-delay:1.2s}#compassPage #section09 .ms-wrapper-section .ms-agents-list li:last-child{margin-bottom:0}#compassPage #section09 .ms-wrapper-section .ms-card{width:100%}#compassPage #section09 .ms-wrapper-section .ms-card .ms-media{width:100%;position:relative;background-color:var(--color-white)}#compassPage #section09 .ms-wrapper-section .ms-card .ms-media:after{content:"";display:block;padding-bottom:100%}#compassPage #section09 .ms-wrapper-section .ms-card .ms-media picture{position:absolute;width:100%;height:100%;top:0;left:0}#compassPage #section09 .ms-wrapper-section .ms-card .ms-media picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#compassPage #section09 .ms-wrapper-section .ms-card .ms-description{padding-top:30px}#compassPage #section09 .ms-wrapper-section .ms-bubble{padding:17px;width:175px;background-color:var(--color-white);border-radius:10px;position:absolute;bottom:-15px;right:-20px;color:var(--color-black)}#compassPage #section09 .ms-wrapper-section .ms-bubble strong{font-size:15px;margin-top:10px}#compassPage #section09 .ms-wrapper-section .ms-bubble .ms-score{font-size:14px;color:#ffc300}@media (max-width:767px){#compassPage #section09 .ms-wrapper-section .ms-bubble{padding:15px;width:250px;bottom:-20px;right:-10px}}@media (max-width:990px){#compassPage #section09 .ms-wrapper-section .ms-title br{display:none}}@media screen and (min-width:1024px){#compassPage #section09 .ms-wrapper-section .ms-agents-list{margin:60px -20px 0 -20px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}#compassPage #section09 .ms-wrapper-section .ms-agents-list li{width:33.33%;padding:0 20px}#compassPage #section09 .ms-wrapper-section .ms-agents-list li .ms-card .ms-description{padding-right:30px;text-align:left}#compassPage #section09 .ms-wrapper-section .ms-bubble p{font-size:0.875rem}#compassPage #section09 .ms-wrapper-section .ms-box.center .ms-box-info{text-align:left}#compassPage #section09 .ms-wrapper-section .ms-box.center .ms-box-info .ms-wrapper .ms-title,#compassPage #section09 .ms-wrapper-section .ms-box.center .ms-box-info .ms-wrapper .ms-wrapper-paragraph{margin-left:0}}@media screen and (min-width:1600px){#compassPage #section09 .ms-wrapper-section .ms-bubble{right:-20px}#compassPage #section09 .ms-wrapper-section .ms-agents-list{margin:60px -30px 0 -30px}#compassPage #section09 .ms-wrapper-section .ms-agents-list li{padding:0 30px}}#compassPage #section09 .ms-wrapper-section.ms-load-elements .ms-agents-list li{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#compassPage #section10 .ms-wrapper-section .ms-stl-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}@media screen and (min-width:1024px){#compassPage #section10 .ms-wrapper-section .ms-stl-list{margin:0 -20px}}#compassPage #section10 .ms-wrapper-section .ms-stl-list li{width:100%;padding:0 15px;margin-bottom:40px;opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px);-webkit-transition:opacity 0.6s ease,-webkit-transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);transition:opacity 0.6s ease,-webkit-transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);transition:opacity 0.6s ease,transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94);transition:opacity 0.6s ease,transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94),-webkit-transform 0.6s cubic-bezier(0.25,0.46,0.45,0.94)}#compassPage #section10 .ms-wrapper-section .ms-stl-list li .ms-wrapper-image-video{width:100%;margin-bottom:0}#compassPage #section10 .ms-wrapper-section .ms-stl-list li .ms-wrapper-image-video .ms-video{width:100%;z-index:1;position:relative}#compassPage #section10 .ms-wrapper-section .ms-stl-list li .ms-caption{padding-top:20px}#compassPage #section10 .ms-wrapper-section .ms-stl-list li .ms-caption p{font-weight:bold}#compassPage #section10 .ms-wrapper-section .ms-stl-list li .ms-caption .ms-title{font-weight:300}@media screen and (min-width:1024px){#compassPage #section10 .ms-wrapper-section .ms-stl-list li{width:33.33%;padding:0 20px;margin-bottom:40px}#compassPage #section10 .ms-wrapper-section .ms-stl-list li .ms-caption{text-align:left}}#compassPage #section10 .ms-wrapper-section .ms-wrapper-paragraph{max-width:870px}#compassPage #section10 .ms-wrapper-section.ms-load-elements .ms-stl-list li{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (min-width:1024px){#compassPage #section10 .ms-wrapper-section .ms-box.center .ms-box-info{text-align:left}#compassPage #section10 .ms-wrapper-section .ms-box.center .ms-box-info .ms-wrapper .ms-title,#compassPage #section10 .ms-wrapper-section .ms-box.center .ms-box-info .ms-wrapper .ms-wrapper-paragraph{margin-left:0}}#compassPage #caseStudy{}#compassPage #caseStudy .caseStudiesSlider{width:100%;margin:0 auto;overflow:hidden}#compassPage #caseStudy .caseStudiesSlider .ms-card-slider{width:100%;position:relative}#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-caption{z-index:2;width:100%;padding:20px;display:block;position:relative;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:var(--color-black)}#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-caption .ms-slider-title{margin-bottom:10px;color:var(--color-white)}#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-caption .ms-slider-title br{display:block}#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-caption .ms-link{font-size:15px;font-weight:600;display:inline-block;margin-bottom:15px}@media screen and (min-width:1024px){#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-caption .ms-link{margin-bottom:0}}#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-wrapper-image-video{margin-bottom:0;overflow:hidden;width:100%}#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-wrapper-image-video .ms-video .ms-cover-video,#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-wrapper-image-video .ms-video .ms-img{border-radius:0;border-top-left-radius:10px;border-top-right-radius:10px;background-color:var(--color-black)}#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-wrapper-image-video .ms-video .-float-btn{top:15px;left:15px;z-index:3;position:absolute;-webkit-transform:translateY(-100px);transform:translateY(-100px);color:var(--color-trem);-webkit-animation-name:bluePulse;animation-name:bluePulse;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-wrapper-image-video .ms-video .-float-btn:after{opacity:0}#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-wrapper-image-video .ms-video .-float-btn:before{opacity:1}@media screen and (min-width:1024px){#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-caption{left:20px;width:auto;bottom:20px;position:absolute;border-radius:15px;background-color:rgba(29,34,46,0.9);padding-right:40px;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s,-webkit-transform 0.3s}#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-caption .ms-slider-title br{display:block}#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-wrapper-image-video .ms-video .ms-cover-video,#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-wrapper-image-video .ms-video .ms-img{border-radius:20px}#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-wrapper-image-video .ms-video.active+.ms-caption{-webkit-transform:translateY(160px);transform:translateY(160px)}#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-wrapper-image-video .ms-video.active:hover .-float-btn{-webkit-transform:translateY(0);transform:translateY(0)}#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-wrapper-image-video .ms-video.active:hover .ms-cover-video .ms-icon-close{opacity:1}#compassPage #caseStudy .caseStudiesSlider .ms-card-slider .ms-wrapper-image-video .ms-video.active:hover .ms-cover-video .ms-icon-close:before{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);background-color:rgba(0,0,0,0.25)}}#compassPage #caseStudy .caseStudiesSlider .swiper-navigation,#compassPage #caseStudy .caseStudiesSlider .swiper-pagination{display:none!important}@media screen and (min-width:1024px){#compassPage #caseStudy .caseStudiesSlider .swiper{padding-right:clamp(25px,25px + 110 * (100vw - 375px)/1545,135px)}}#compassPage #caseStudy .ms-wrapper-btn{text-align:center}#compassPage #caseStudy .swiper-navigation{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;margin:10px auto 0 auto}#compassPage #caseStudy .swiper-navigation .swiper-button-next,#compassPage #caseStudy .swiper-navigation .swiper-button-prev{top:auto;margin:0;position:relative;width:45px;height:45px;font-size:20px;left:auto;right:auto;background-color:transparent;-webkit-transition:color 0.3s;transition:color 0.3s;color:var(--color-white)}#compassPage #caseStudy .swiper-navigation .swiper-button-next:after,#compassPage #caseStudy .swiper-navigation .swiper-button-prev:after{display:none}#compassPage #caseStudy .swiper-navigation .swiper-button-next:hover,#compassPage #caseStudy .swiper-navigation .swiper-button-prev:hover{color:var(--color-trem)}#compassPage #caseStudy .swiper-navigation .swiper-button-prev .ms-icon-special-arrow-04{-webkit-transform:scaleX(-1);transform:scaleX(-1)}@media screen and (min-width:1024px){#compassPage #caseStudy .swiper-navigation{bottom:0;left:-110px;position:absolute}}#compassPage #caseStudy .ms-wrapper-slider{-webkit-transition:all 1s;transition:all 1s}#compassPage #article01{overflow:hidden}@media screen and (min-width:1024px){#compassPage #article01 .ms-wrapper-section{padding-bottom:0}#compassPage #article01 .ms-wrapper-section .ms-box-media{padding:0}}#compassPage #article01 .ms-wrapper-section .ms-title br{display:none}@media (max-width:1023px){#compassPage #article01 .ms-wrapper-section .ms-title br{display:block!important}}#compassPage #article01 .ms-wrapper-section .ms-wrapper-slider{padding-bottom:0;margin-bottom:0;position:relative}#compassPage #article01 .ms-wrapper-section .ms-wrapper-slider .ms-logo-website{width:auto;height:45px;display:block;margin:0 auto}#compassPage .imageClients .ms-caption{width:100%;text-align:left;padding:4vh 0 2vh 0;margin-left:auto;margin-right:auto}#compassPage .imageClients .ms-caption p{margin:2vh auto}#compassPage .imageClients .ms-caption ul li{position:relative;padding-left:20px;text-align:left;margin-bottom:5px}#compassPage .imageClients .ms-caption ul li:after{content:"";display:block;width:6px;height:6px;background-color:var(--color-white);position:absolute;left:0;top:10px;border-radius:100%}#compassPage .imageClients .ms-image-card{z-index:1;padding-top:0;max-width:1060px;margin:0 -20px;position:relative}#compassPage .imageClients .ms-image-card .ms-content-website{width:100%;height:auto;overflow:hidden;position:relative;padding-top:12%}#compassPage .imageClients .ms-image-card .ms-content-website:after{content:"";display:block;padding-bottom:56%}#compassPage .imageClients .ms-image-card .ms-content-website img{position:absolute;width:100%;height:auto;left:0;-webkit-filter:drop-shadow(0px 0px 6px rgba(0,0,0,0.25));filter:drop-shadow(0px 0px 6px rgba(0,0,0,0.25))}#compassPage .imageClients .ms-image-card .ms-client{position:absolute;width:auto;bottom:-5%}#compassPage .imageClients .ms-image-card .ms-client.david{right:0;max-width:35%}@media (min-width:1440px) and (max-width:1599px){#compassPage .imageClients .ms-image-card .ms-client.david{max-width:28%}}#compassPage .imageClients .ms-image-card .ms-client.nancy{max-width:55%;right:-10%}@media (min-width:1440px) and (max-width:1599px){#compassPage .imageClients .ms-image-card .ms-client.nancy{max-width:43%}}#compassPage .imageClients .ms-image-card .ms-client.chad{max-width:60%;right:-8%}@media (min-width:1440px) and (max-width:1599px){#compassPage .imageClients .ms-image-card .ms-client.chad{max-width:46%}}#compassPage .imageClients .ms-image-card .ms-client.nelson{max-width:39%;right:0%}@media (min-width:1440px) and (max-width:1599px){#compassPage .imageClients .ms-image-card .ms-client.nelson{max-width:31%}}#compassPage .imageClients .ms-image-card .ms-client.bill{max-width:68%;right:-19%}@media (min-width:1440px) and (max-width:1599px){#compassPage .imageClients .ms-image-card .ms-client.bill{max-width:53%}}#compassPage .imageClients .ms-image-card .ms-client.hudson{max-width:61%;right:-10%}@media (min-width:1440px) and (max-width:1599px){#compassPage .imageClients .ms-image-card .ms-client.hudson{max-width:48%}}#compassPage .imageClients .ms-shape{width:0;height:0;border-bottom:65vw solid #333;border-left:65vw solid transparent;position:absolute;bottom:-5%;right:-5%;z-index:-1;opacity:0;-webkit-transition:all 0.6s;transition:all 0.6s;-webkit-transform:translateX(50px);transform:translateX(50px)}#compassPage .imageClients .ms-shape.purple{border-bottom-color:#35314e}#compassPage .imageClients .ms-shape.orange{border-bottom-color:#f68d1e}#compassPage .imageClients .ms-shape.blue{border-bottom-color:#034a7d}#compassPage .imageClients .ms-shape.green{border-bottom-color:#68726a}@media screen and (min-width:1024px){#compassPage .imageClients .ms-shape{border-bottom-width:35vw}}#compassPage .imageClients .swiper-navigation{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:2!important;width:100%;margin-bottom:1vh}#compassPage .imageClients .swiper-navigation .swiper-button-next,#compassPage .imageClients .swiper-navigation .swiper-button-prev{top:auto;margin:0;position:relative;width:45px;height:45px;font-size:20px;left:auto;right:auto;background-color:transparent;-webkit-transition:color 0.3s;transition:color 0.3s;color:var(--color-white)}#compassPage .imageClients .swiper-navigation .swiper-button-next:after,#compassPage .imageClients .swiper-navigation .swiper-button-prev:after{display:none}#compassPage .imageClients .swiper-navigation .swiper-button-next:hover,#compassPage .imageClients .swiper-navigation .swiper-button-prev:hover{color:var(--color-trem)}#compassPage .imageClients .swiper-navigation .swiper-button-prev .ms-icon-special-arrow-04{-webkit-transform:scaleX(-1);transform:scaleX(-1)}#compassPage .imageClients .swiper-slide .ms-client,#compassPage .imageClients .swiper-slide .ms-content-website img,#compassPage .imageClients .swiper-slide .ms-logo-website,#compassPage .imageClients .swiper-slide .ms-title,#compassPage .imageClients .swiper-slide p,#compassPage .imageClients .swiper-slide ul{opacity:0;-webkit-transition:var(--animation);transition:var(--animation)}#compassPage .imageClients .swiper-slide .ms-content-website img{-webkit-transform:translateY(80px);transform:translateY(80px)}#compassPage .imageClients .swiper-slide .ms-client{-webkit-transform:translateX(50px);transform:translateX(50px)}#compassPage .imageClients .swiper-slide.swiper-slide-active .ms-logo-website,#compassPage .imageClients .swiper-slide.swiper-slide-active .ms-title,#compassPage .imageClients .swiper-slide.swiper-slide-active p,#compassPage .imageClients .swiper-slide.swiper-slide-active ul{opacity:1}#compassPage .imageClients .swiper-slide.swiper-slide-active .ms-content-website img{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}#compassPage .imageClients .swiper-slide.swiper-slide-active .ms-client{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}#compassPage .imageClients .swiper-slide.swiper-slide-active .ms-shape{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}#compassPage .imageClients .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#compassPage .imageClients .swiper-slide .ms-image-card{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}#compassPage .imageClients .swiper-slide .ms-caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}#compassPage .imageClients .swiper-slide .swiper-navigation{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}@media screen and (min-width:768px){#compassPage .imageClients .ms-caption{max-width:69vw;padding-top:6vh;text-align:center}#compassPage .imageClients .ms-caption .ms-logo-website{height:60px!important}#compassPage .imageClients .ms-caption ul{width:330px;margin-left:auto;margin-right:auto}}@media screen and (min-width:1024px){#compassPage .imageClients .swiper-navigation{margin-bottom:0}#compassPage .imageClients .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#compassPage .imageClients .swiper-slide .ms-caption{margin:0;width:45%;max-width:100%;padding:clamp(25px,25px + 110 * (100vw - 375px)/1545,135px);padding-top:5vh;padding-right:0;text-align:left}#compassPage .imageClients .swiper-slide .ms-caption .ms-logo-website{height:50px!important;margin-left:0!important}#compassPage .imageClients .swiper-slide .ms-caption ul{width:100%;margin-left:0}#compassPage .imageClients .swiper-slide .ms-image-card{width:55%}#compassPage .imageClients .swiper-slide .ms-image-card .ms-content-website{padding-top:10vh}#compassPage .imageClients .swiper-slide .ms-image-card .ms-shape{border-left:80vw solid transparent;opacity:1;-webkit-transform:none;transform:none}}@media screen and (min-width:1560px){#compassPage .imageClients .swiper-navigation{margin-top:30px}#compassPage .imageClients .swiper-slide .ms-caption{width:36%;max-width:560px}#compassPage .imageClients .swiper-slide .ms-caption .ms-logo-website{height:60px!important}#compassPage .imageClients .swiper-slide .ms-caption ul{margin-top:4vh}#compassPage .imageClients .swiper-slide .ms-image-card{width:62%;padding-right:10%;max-width:100%}#compassPage .imageClients .swiper-slide .ms-image-card .ms-client{right:20px!important}#compassPage .imageClients .swiper-slide .ms-image-card .ms-client.nelson{right:70px!important}#compassPage .imageClients .swiper-slide .ms-image-card .ms-client.david{right:90px!important}}#footer{z-index:0;position:relative;background-color:var(--color-white)}#footer .ms-wrapper-section-ft{padding:30px 3vw;background-color:#000}@media (max-width:990px){#footer .ms-wrapper-section-ft{text-align:center}}#footer .ms-wrapper-section-ft .ms-icon-trem{font-size:35px}#footer .ms-wrapper-section-ft .ms-footer-menu{font-size:13px;margin:15px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:-1}#footer .ms-wrapper-section-ft .ms-footer-menu li{padding:0 10px;position:relative}#footer .ms-wrapper-section-ft .ms-footer-menu li:after{top:50%;right:0;width:1px;content:"";height:10px;position:absolute;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:rgba(0,0,0,0.15)}#footer .ms-wrapper-section-ft .ms-footer-menu li:last-child:after{display:none}#footer .ms-wrapper-section-ft .ms-footer-menu li a{color:#7b7b7b;-webkit-transition:all 0.3s;transition:all 0.3s}#footer .ms-wrapper-section-ft .ms-footer-menu li a:hover{color:var(--color-blue-link);text-decoration:underline}#footer .ms-wrapper-section-ft .ms-copyright p{font-size:13px;color:#7b7b7b}@media screen and (min-width:991px){#footer .ms-wrapper-section-ft{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}#footer #section21 .ms-wrapper-section{padding:40px 0}@media (max-width:639px){#footer #section21 .ms-wrapper-section{padding-bottom:0}}@media screen and (min-width:768px){#footer #section21 .ms-wrapper-section .ms-wrapper-paragraph{max-width:500px;margin-left:auto;margin-right:auto}}@media screen and (min-width:1024px){#footer #section21 .ms-wrapper-section{padding:60px 0}#footer #section21 .ms-wrapper-section .ms-wrapper-paragraph{margin-left:0}}#footer #section21 .ms-wrapper-section .ms-box{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}#footer #section21 .ms-wrapper-section .ms-box .ms-local-icon-no,#footer #section21 .ms-wrapper-section .ms-box .ms-local-icon-yes{position:relative}#footer #section21 .ms-wrapper-section .ms-box .ms-local-icon-no:before,#footer #section21 .ms-wrapper-section .ms-box .ms-local-icon-yes:before{top:2px;left:0;content:"";display:block;background-position:center;background-repeat:no-repeat;background-size:cover;width:16px;height:16px;position:relative;margin-right:5px;display:inline-block}@media screen and (min-width:1024px){#footer #section21 .ms-wrapper-section .ms-box .ms-local-icon-no:before,#footer #section21 .ms-wrapper-section .ms-box .ms-local-icon-yes:before{top:3px;width:20px;height:20px}}@media screen and (min-width:1330px){#footer #section21 .ms-wrapper-section .ms-box .ms-local-icon-no.-xl:before,#footer #section21 .ms-wrapper-section .ms-box .ms-local-icon-yes.-xl:before{width:27px;height:27px;top:5px;margin-right:10px}}#footer #section21 .ms-wrapper-section .ms-box .ms-local-icon-send{position:relative}#footer #section21 .ms-wrapper-section .ms-box .ms-local-icon-send:before{top:1px;left:0;content:"";display:block;background-position:center;background-repeat:no-repeat;background-size:cover;width:16px;height:16px;position:relative;margin-right:5px;display:inline-block;background-image:url(icons/send.png)}@media screen and (min-width:1024px){#footer #section21 .ms-wrapper-section .ms-box .ms-local-icon-send:before{width:20px;height:20px}}@media screen and (min-width:1330px){#footer #section21 .ms-wrapper-section .ms-box .ms-local-icon-send.-xl:before{width:27px;height:27px}}#footer #section21 .ms-wrapper-section .ms-box .ms-local-icon-no:before{background-image:url(icons/no.png)}#footer #section21 .ms-wrapper-section .ms-box .ms-local-icon-yes:before{background-image:url(icons/yes.png)}#footer .ms-float-modal .ms-float-modal-content .ms-title{text-align:center;display:none}#footer .ms-float-modal .ms-float-modal-content #js-float-modal{width:40px;height:40px;position:absolute;top:0;right:0;display:none;-webkit-transition:all 0.3s;transition:all 0.3s;opacity:0.5;background-color:transparent}#footer .ms-float-modal .ms-float-modal-content #js-float-modal:before{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;position:absolute;top:0;left:0;content:"\e90b";font-family:"ms-icon";font-size:20px;-webkit-transition:all 0.4s;transition:all 0.4s}#footer .ms-float-modal .ms-float-modal-content #js-float-modal:hover{opacity:1}@media (max-width:639px){#footer .ms-wrapper-section{border-bottom:1px solid #cccccc}#footer .ms-wrapper-section .ms-box .ms-box-info.np{padding:0}}