@charset "UTF-8";body{font-size:16px}html{font-size:.0520833333vw}@media (max-width:1600px){html{font-size:.0625vw}}@media (max-width:767px){html{font-size:.1302083333vmin}}@media (max-width:480px){html{font-size:.2564102564vmin}}@font-face{font-display:swap;font-family:DM Sans;font-weight:700;src:url(../resources/fonts/dm-sans-700.woff2) format("woff2")}@font-face{font-display:swap;font-family:DM Sans;font-weight:400;src:url(../resources/fonts/dm-sans-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:italic;font-weight:800;src:url(../resources/fonts/poppins-800-italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:italic;font-weight:900;src:url(../resources/fonts/poppins-900-italic.woff2) format("woff2")}.button{align-items:center;background-color:#ff564f;border:3rem solid #ff564f;border-radius:32rem;color:#fff;cursor:pointer;display:inline-flex;font-family:Poppins;font-size:15rem;font-style:italic;font-weight:800;justify-content:center;line-height:1.6;padding:8rem 20rem;text-decoration:none;text-transform:uppercase;transition:.3s}.button:hover{background-color:transparent;color:#ff564f}.button:hover .fill{fill:#ff564f}.button.isDisabled{background-color:#0003;border-color:transparent;color:#fff;pointer-events:none}.button img,.button svg{height:auto;margin-left:12rem;width:24rem}.button .fill{fill:#fff;transition:.3s}.button--Back img,.button--Back svg{margin-left:0;margin-right:12rem;transform:rotate(180deg)}.button--Black{background-color:#000;border:3rem solid #000}.button--Black:hover{color:#000}.button--Transparent{background-color:transparent;color:#ff564f}.button--Transparent:hover{background-color:#ff564f;color:#fff}.button--TransparentHover:hover{background-color:transparent}.buttonArrow{align-items:center;color:#ff564f;display:inline-flex;font-family:Poppins;font-size:15rem;font-style:italic;font-weight:700;padding-right:40rem;text-transform:uppercase;transition:.3s}.buttonArrow:hover{color:#000}.buttonArrow:hover .buttonArrow__Arrow svg,.buttonArrow:hover .buttonArrow__Arrow:before{transform:translateY(-50%) translate(0)}.buttonArrow:hover .buttonArrow__Arrow:before{background-color:#000}.buttonArrow:hover .buttonArrow__Arrow .stroke{stroke:#000}.buttonArrow__Arrow{align-items:center;display:inline-flex;justify-content:flex-end;margin-left:10rem;min-height:20rem;overflow:hidden;position:relative;width:40rem}.buttonArrow__Arrow:before{background-color:#ff564f;content:"";height:3px;right:2rem;width:40rem}.buttonArrow__Arrow svg,.buttonArrow__Arrow:before{position:absolute;top:50%;transform:translateY(-50%) translate(-15rem);transition:.3s}.buttonArrow__Arrow svg{right:0}.buttonArrow__Arrow .stroke{stroke:#ff564f;transition:.3s}*{-webkit-tap-highlight-color:transparent;box-sizing:border-box}body,html,ol,ul{margin:0;padding:0}body,html{background:#fff}body{font-family:DM Sans}body::-webkit-scrollbar{width:6rem}body::-webkit-scrollbar-track{background-color:#f6f6f6}body::-webkit-scrollbar-thumb{background-color:#000}body.oh{overflow:hidden}blockquote,h1,h2,h3,h4,h5,h6,p{margin:0}button,svg{outline:0}ul{list-style:none}button{background-color:transparent;border:0;cursor:pointer;padding:0}a,button{text-decoration:none}a{color:inherit}img,picture{display:block}img{height:auto;width:auto}textarea{resize:none}p{font-size:16rem;line-height:1.5}.animate.isBottom,.animate.isLeft,.animate.isRight,.animate.isTop{transition:transform .4s .4s,opacity .4s .4s}.animate.isAnimated{opacity:0}.animate.isAnimated.isLeft{transform:translate(-50rem)}.animate.isAnimated.isRight{transform:translate(50rem)}.animate.isAnimated.isTop{transform:translateY(-50rem)}.animate.isAnimated.isBottom{transform:translateY(50rem)}.lazyLoad,.lazyLoad img,[data-src],[data-src] img{opacity:0;transition:opacity .2s}.lazyLoad.isLoaded,.lazyLoad.isLoaded img,.lazyLoad[data-src=""],.lazyLoad[data-src=""] img,svg[data-src],svg[data-src] img{opacity:1}.transitionBlack{background-color:#000}.transitionBlack img,.transitionBlack svg{transform:rotate(180deg);width:100%}.transitionBlack--Bottom img,.transitionBlack--Bottom svg{transform:rotate(0)}.transitionGrey{background-color:#f6f6f6}.transitionGrey img,.transitionGrey svg{width:100%}.modal{align-items:center;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:20rem;position:fixed;right:0;top:0;transition:opacity .3s,visibility .3s;visibility:hidden;z-index:10000}.modal.isActive{opacity:1;visibility:visible}.modal__Wrapper{background-color:#fff;border-radius:18rem;box-shadow:0 2rem 48rem #0000000f;padding:36rem 48rem;position:relative;width:900rem}@media (max-width:767px){.modal__Wrapper{width:100%}}.modal__Close{cursor:pointer;display:flex;position:absolute;right:24rem;top:24rem;z-index:2}.modal__Close:hover .stroke{stroke:#000}.modal__Close img,.modal__Close svg{height:auto;width:48rem}.modal__Close .stroke{transition:.3s}.modal__Content{max-height:calc(100vh - 120rem);overflow-y:auto}.modal__Button{margin-top:60rem}.coralText{color:#ff564f}.transition{background-color:#f6f6f6}@media (max-width:767px){.transition{overflow:hidden}}.transition img{width:100%}@media (max-width:767px){.transition img{width:200%}}@media (max-width:480px){.transition img{width:300%}}.transition--Reversed img{transform:rotate(180deg)}@keyframes orbit{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes orbitRotate{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes orbitReverse{0%{transform:rotate(0)}to{transform:rotate(-1turn)}}.form__Datepicker{--dp-font-size:20rem;--dp-preview-font-size:18rem;position:relative;width:100%}.form__Datepicker.isError>p{display:block}.form__Datepicker.isError .dp__input{color:red}.form__Datepicker.isError .dp__input::-webkit-input-placeholder{color:red;opacity:1}.form__Datepicker>p{color:red;display:none;font-size:12rem;margin-top:5rem;white-space:nowrap}.form__Datepicker .dp__main{font-family:DM Sans}.form__Datepicker .dp__main:after{background-image:url(../resources/images/icons/calendar.svg);background-position:50%;background-repeat:no-repeat;background-size:30rem;bottom:10rem;content:"";pointer-events:none;position:absolute;right:10rem;top:0;width:30rem}.form__Datepicker .dp__input{border:none;border-bottom:1px solid rgba(0,0,0,.24);border-radius:0;font-family:DM Sans;font-size:16rem;line-height:normal;padding:10rem}.form__Datepicker .dp__input::-webkit-input-placeholder{color:#000;opacity:1}.form__Datepicker .dp__calendar{--dp-primary-color:#ff564f}.form__Datepicker .dp__icon{display:none}.form__Radio{align-items:center;display:flex;width:100%}.form__RadioInputs{display:flex;margin-left:24rem}.form__RadioInputs .radioField{width:auto!important}.form__RadioInputs .radioField:not(:first-child){margin-left:24rem}.dp__main *{font-family:DM Sans;font-size:16rem}@media (max-width:1920px){.dp__main *{font-size:20rem}}.text>:not(:first-child){margin-top:24rem}.text p{font-size:18rem;line-height:1.6}@media (max-width:767px){.text p{line-height:1.5}}.text ol{padding-left:20rem}.text ol li{font-size:18rem;line-height:1.6}@media (max-width:767px){.text ol li{line-height:1.5}}.text ul,.text ul li{position:relative}.text ul li{font-size:18rem;line-height:1.6;padding-left:20rem}@media (max-width:767px){.text ul li{line-height:1.5}}.text ul li:before{color:#ff564f;content:"•";left:0;margin-right:12rem;position:absolute}.text a{color:#ff564f;font-weight:700;text-decoration:underline;transition:.3s}.text a:hover{color:#000}.lead>:not(:first-child){margin-top:24rem}.lead p{font-size:24rem;line-height:1.5}@media (max-width:767px){.lead p{font-size:20rem}}.lead ul li{font-size:18rem;line-height:1.6}@media (max-width:767px){.lead ul li{line-height:1.5}}.lead ul li:before{color:#ff564f;content:"•";margin-right:12rem}.lead a{color:#ff564f;font-weight:700;text-decoration:underline;transition:.3s}.lead a:hover{color:#000}.filters .h2{display:inline-flex}@media (max-width:480px){.filters .h2{flex-direction:column;text-align:left}}.filters .selectField{cursor:pointer}.filters .selectField:hover .selectField__Wrapper{border-color:#000}.filters .selectField:hover .selectField__Wrapper input,.filters .selectField:hover .selectField__Wrapper select{color:#000}.filters .selectField:hover .selectField__Wrapper .stroke{stroke:#000}.filters .selectField:first-of-type{margin-right:20rem;max-width:400rem}@media (max-width:480px){.filters .selectField:first-of-type{margin-bottom:12rem;margin-right:0;max-width:none;width:100%}}.filters .selectField:last-of-type{margin-left:20rem;max-width:500rem}@media (max-width:480px){.filters .selectField:last-of-type{margin-left:0;max-width:none;width:100%}}.filters .selectField__Wrapper{border-bottom:2px solid #ff564f;min-height:auto;transition:.3s}.filters .selectField__Wrapper input,.filters .selectField__Wrapper select{color:#ff564f;font-size:48rem;font-weight:700;letter-spacing:-2.4rem;line-height:1.25;padding:0!important;transition:.3s}@media (max-width:767px){.filters .selectField__Wrapper input,.filters .selectField__Wrapper select{font-size:32rem;letter-spacing:-1.8rem;line-height:1.33}}.filters .selectField__Wrapper .stroke{stroke:#ff564f;transition:.3s}.filters .selectField__Options{border:none;border-radius:0}.filters .selectField__Options ul li{color:#ff564f}.filters .selectField__Options ul li:hover{background-color:#fff;color:#000}.filters .selectField__Options ul li.isSelected{background-color:#fff}.h1{font-size:60rem;font-weight:700;letter-spacing:-3rem;line-height:1.2}@media (max-width:767px){.h1{font-size:36rem;letter-spacing:-1.8rem;line-height:1.33}}.h2{font-size:48rem;font-weight:700;letter-spacing:-2.4rem;line-height:1.25}@media (max-width:767px){.h2{font-size:32rem;letter-spacing:-1.8rem;line-height:1.33}}.h3{font-size:36rem;font-weight:700;letter-spacing:-1.8rem;line-height:1.33}@media (max-width:767px){.h3{font-size:28rem}}.h4{font-size:24rem;font-weight:700;letter-spacing:-1.2rem;line-height:1.5}@media (max-width:767px){.h4{font-size:20rem}}.smallTitle{font-size:12rem;font-weight:700}.largeTitle,.smallTitle{text-transform:uppercase}.largeTitle{font-family:Poppins;font-size:108rem;font-style:italic;font-weight:900;letter-spacing:-1.08rem;line-height:1}@media (max-width:767px){.largeTitle{font-size:80rem}}@media (max-width:480px){.largeTitle{font-size:40rem}}.smallBoldTitle{color:#ff564f;font-family:Poppins;font-size:15rem;font-style:italic;font-weight:700;line-height:1.6;text-transform:uppercase}.wrapper{margin:0 auto;max-width:1470rem;padding:0 60rem}@media (max-width:767px){.wrapper{padding:0 40rem}}.wrapperLarge{margin:0 auto;max-width:1560rem;padding:0 60rem}@media (max-width:767px){.wrapperLarge{padding:0 40rem}}.wrapperSmall{margin:0 auto;max-width:1180rem;padding:0 60rem}@media (max-width:767px){.wrapperSmall{padding:0 40rem}}.wrapperExtraLarge{margin:0 auto;max-width:1760rem;padding:0 60rem}@media (max-width:767px){.wrapperExtraLarge{padding:0 40rem}}.wrapperExtraSmall{margin:0 auto;max-width:960rem;padding:0 60rem}@media (max-width:767px){.wrapperExtraSmall{padding:0 40rem}}.accordion--Commitment .accordion__ListItem.isOpen .accordion__ListItemOpenerTitle .h3,.accordion--Commitment .accordion__ListItem.isOpen .accordion__ListItemOpenerTitle p{color:#ff564f}.accordion--Commitment .accordion__ListItem.isOpen .accordion__ListItemOpenerIcon img,.accordion--Commitment .accordion__ListItem.isOpen .accordion__ListItemOpenerIcon svg{transform:rotate(-45deg)}.accordion--Commitment .accordion__ListItemOpenerTitle p{font-size:36rem;letter-spacing:-1.08rem;line-height:1.6;margin-left:0;margin-right:20rem;min-width:315rem;text-align:left}@media (max-width:767px){.accordion--Commitment .accordion__ListItemOpenerTitle p{margin-right:0;margin-top:0;min-width:auto}}.accordion--Commitment .accordion__ListItemContent{padding-left:335rem;padding-right:100rem}@media (max-width:767px){.accordion--Commitment .accordion__ListItemContent{padding-left:0;padding-right:0}}.accordion--Commitment .accordion__ListItemContent>:last-child{margin-bottom:100rem}@media (max-width:767px){.accordion--Commitment .accordion__ListItemContent>:last-child{margin-bottom:48rem}}.accordion--Commitment .accordion__ListItemContent .commitment__Quote{margin-top:80rem}@media (max-width:767px){.accordion--Commitment .accordion__ListItemContent .commitment__Quote{margin-top:48rem}}.accordion--Commitment .accordion__ListItemContent .commitment__QuoteText ol li,.accordion--Commitment .accordion__ListItemContent .commitment__QuoteText p,.accordion--Commitment .accordion__ListItemContent .commitment__QuoteText ul li{color:#000}.accordion__Title{margin-bottom:48rem}.accordion__Title .h3{text-align:center}.accordion__ListItem{border-bottom:1px solid rgba(0,0,0,.2)}.accordion__ListItem.isOpen .accordion__ListItemOpenerTitle .h2{color:#ff564f}.accordion__ListItem.isOpen .accordion__ListItemOpenerIcon img,.accordion__ListItem.isOpen .accordion__ListItemOpenerIcon svg{transform:rotate(-90deg)}.accordion__ListItemOpener{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:60rem 0}@media (max-width:767px){.accordion__ListItemOpener{padding:40rem 0}}.accordion__ListItemOpenerTitle{align-items:center;display:flex;width:100%}@media (max-width:767px){.accordion__ListItemOpenerTitle{align-items:flex-start;flex-direction:column}}.accordion__ListItemOpenerTitle .h2{transition:.3s}@media (max-width:767px){.accordion__ListItemOpenerTitle .h2{font-size:28rem}}.accordion__ListItemOpenerTitle .h3{transition:.3s}.accordion__ListItemOpenerTitle p{font-size:12rem;margin-left:24rem;min-width:200rem;text-align:right;text-transform:uppercase;transition:.3s}@media (max-width:767px){.accordion__ListItemOpenerTitle p{margin-left:0;margin-top:24rem;min-width:auto;text-align:left}}.accordion__ListItemOpenerIcon{margin-left:84rem}.accordion__ListItemOpenerIcon img,.accordion__ListItemOpenerIcon svg{transform:rotate(90deg);transition:.3s}.accordion__ListItemContent>:not(:first-child){margin-top:28rem}.accordion__ListItemContent>:last-child{margin-bottom:28rem}.accordion__ListItemContent>p{font-size:18rem;letter-spacing:.9rem;line-height:1.33;white-space:pre-wrap}.accordion__ListItemContent .text ul{-moz-column-count:2;column-count:2}@media (max-width:480px){.accordion__ListItemContent .text ul{-moz-column-count:1;column-count:1}}.accordion__ListItemContent .text ul li{margin-bottom:36rem}@media (max-width:480px){.accordion__ListItemContent .text ul li{margin-bottom:24rem}}.careerListing{background-color:#fff;padding:120rem 0}@media (max-width:767px){.careerListing{padding:60rem 0}}.careerListing__Title{text-align:center}.careerListing__Title span{color:#ff564f}.careersTable{padding-top:80rem}.careersTable.isWhite{background-color:#fff}.careersTable__Filters{margin-bottom:60rem}@media (max-width:767px){.careersTable__Filters{margin-bottom:48rem}}.careersTable__Row{align-items:center;display:flex;width:100%}.careersTable__Row p{font-size:18rem;letter-spacing:-.54px;line-height:1.66;transition:.3s}@media (max-width:480px){.careersTable__Row p{font-size:16rem}}.careersTable__Row>p{width:100%}.careersTable__Row a{align-items:center;border-bottom:1px solid rgba(0,0,0,.2);display:flex;padding:24rem 0;text-decoration:none;width:100%}@media (max-width:767px){.careersTable__Row a{flex-direction:column;position:relative}}.careersTable__Row a:hover>p{color:#ff564f}.careersTable__Row a:hover .buttonArrow{transform:translate(0)}@media (max-width:767px){.careersTable__Row a:hover .buttonArrow{transform:translateY(-50%)}}.careersTable__Row a:hover .buttonArrow .buttonArrow__Arrow svg,.careersTable__Row a:hover .buttonArrow .buttonArrow__Arrow:before{transform:translateY(-50%) translate(0)}.careersTable__Row a:hover .buttonArrow .buttonArrow__Arrow:before{background-color:#ff564f}.careersTable__Row a:hover .buttonArrow .stroke{stroke:#ff564f}.careersTable__Row a>p{width:100%}.careersTable__Row--Head{padding:12rem 0}@media (max-width:767px){.careersTable__Row--Head{display:none}}.careersTable__Row--Head p{align-items:center;cursor:pointer;display:flex;font-size:15rem;font-weight:700}.careersTable__Row--Head p.isActive img,.careersTable__Row--Head p.isActive svg{opacity:1;visibility:visible}.careersTable__Row--Head p.isReversed img,.careersTable__Row--Head p.isReversed svg{transform:rotate(0)}.careersTable__Row--Head p img,.careersTable__Row--Head p svg{margin-left:12rem;opacity:0;transform:rotate(180deg);visibility:hidden}.careersTable__Row--Head+.careersTable__Row{border-top:2px solid #000}.careersTable__RowGroup{align-items:center;display:flex;justify-content:space-between;min-width:60%;width:60%}@media (max-width:767px){.careersTable__RowGroup{flex-direction:column;min-width:auto;width:100%}}.careersTable__RowGroup p{align-items:center;display:flex;text-align:center;width:100%}@media (max-width:767px){.careersTable__RowGroup p{text-align:left}}.careersTable__RowGroup p .buttonArrow{justify-content:flex-end;padding-right:0;text-align:right;transform:translate(15rem);width:100%}@media (max-width:767px){.careersTable__RowGroup p .buttonArrow{position:absolute;right:0;top:50%;transform:translateY(-50%)}}.careersTable__Disclaimer{margin-top:95rem;max-width:400rem}@media (max-width:767px){.careersTable__Disclaimer{margin-top:36rem;max-width:none}}.careersTable__Button{margin-top:-30rem;text-align:center}@media (max-width:767px){.careersTable__Button{margin-top:36rem}}.careersTable__Filters{align-items:flex-end;display:flex}.careersTable__FiltersMobile{display:none;margin-left:36rem;position:relative}.careersTable__FiltersMobile.isActive .careersTable__FiltersMobileDropdown{opacity:1;visibility:visible}.careersTable__FiltersMobile.isActive>svg .fill{fill:#000}@media (max-width:767px){.careersTable__FiltersMobile{display:block}}.careersTable__FiltersMobile img,.careersTable__FiltersMobile svg{cursor:pointer;height:auto;min-width:24rem}.careersTable__FiltersMobile .fill{transition:.3s}.careersTable__FiltersMobileDropdown{background-color:#fff;box-shadow:0 4rem 12rem #00000040;opacity:0;padding:36rem;position:absolute;right:0;top:calc(100% + 40rem);transition:.3s;visibility:hidden;width:calc(100vw - 85rem);z-index:2}.careersTable__FiltersMobileDropdown>p{font-size:20rem}.careersTable__FiltersMobileDropdownList{margin-top:24rem}.careersTable__FiltersMobileDropdownList p{align-items:center;color:#ff564f;cursor:pointer;display:flex;font-size:36rem;font-weight:700;justify-content:space-between;letter-spacing:-1.8rem;line-height:1.33}@media (max-width:767px){.careersTable__FiltersMobileDropdownList p{font-size:28rem}}.careersTable__FiltersMobileDropdownList p:not(:first-of-type){margin-top:12rem}.careersTable__FiltersMobileDropdownList p img,.careersTable__FiltersMobileDropdownList p svg{height:auto;min-width:36rem}.contactForm{background-color:#f6f6f6;padding:120rem 0}@media (max-width:767px){.contactForm{padding:60rem 0}}.contactForm.isWhite{background-color:#fff}.contactForm__Title p{font-size:20rem;margin-top:12rem}.contactForm__Title .button{margin-top:24rem}.cookieControl__Bar{font-family:DM Sans!important}.cookieControl__Bar h3{font-size:24rem!important;font-weight:700;letter-spacing:-1.2rem;line-height:1.5}@media (max-width:767px){.cookieControl__Bar h3{font-size:20rem}}.cookieControl__Bar p{font-size:18rem!important;line-height:1.33}.cookieControl__Bar button+button{margin-left:10rem!important}@media (max-width:768px){.cookieControl__Bar button+button{margin:10rem 0 0!important}}.cookieControl__BarContainer{padding:20rem!important}.cookieControl__BarContainer>div:not(.cookieControl__BarButtons){width:100%}.cookieControl__BarButtons{justify-content:flex-end;min-width:600rem;width:600rem}@media (max-width:480px){.cookieControl__BarButtons{min-width:auto}}.cookieControl__ModalButtons{gap:20rem;margin-top:40rem!important}.cookieControl__BarButtons>button,.cookieControl__ModalButtons>button,.cookieControl__ModalContentInner>button{background-color:#ff564f;border:3rem solid #ff564f;border-radius:32rem;box-shadow:none!important;color:#fff;cursor:pointer;font-family:Poppins;font-size:15rem!important;font-style:italic;font-weight:800;line-height:1.3;padding:8rem 20rem;text-decoration:none;text-transform:uppercase;transition:.3s}.cookieControl__ModalContent{border-radius:12rem;max-width:700rem!important;overflow-y:auto!important}@media (max-width:768px){.cookieControl__ModalContent{max-width:none!important}}.cookieControl__ModalContent::-webkit-scrollbar{width:6rem}.cookieControl__ModalContent::-webkit-scrollbar-track{background-color:#f6f6f6}.cookieControl__ModalContent::-webkit-scrollbar-thumb{background-color:#000}.cookieControl__ModalContent ul{font-size:16rem!important}.cookieControl__ModalContent h3{font-size:24rem!important}.cookieControl__ModalContent input+button{border-radius:20rem!important;margin-right:20rem!important;min-height:20rem!important;min-width:36rem!important}.cookieControl__ModalClose:hover{background-color:#ff564f!important;color:#fff!important}.cookieControl__ModalButtons{gap:20rem!important}.cookieControl__ModalButtons button:hover{background-color:#ff564f!important;color:#fff!important}.cookieControl__ModalInputWrapper button{box-shadow:none!important}.cookieControl__ModalContentInner{gap:10rem!important;padding:40rem!important}.dragSlider{cursor:grab;position:relative}.dragSlider.isDisabled .agencies__PartnersListItemImage,.dragSlider.isDragging img{pointer-events:none}.dragSlider__Wrapper{overflow-x:scroll;scrollbar-width:none}.dragSlider__Wrapper::-webkit-scrollbar{display:none}.dragSlider__Items{align-items:flex-start;display:flex;justify-content:flex-start!important;position:relative;z-index:2}.dragSlider__Progress{background-color:#0000001f;height:2px;margin:0 auto;position:relative;width:320rem}.dragSlider__ProgressMark{background-color:#ff564f;bottom:0;left:0;position:absolute;top:0;transform:translate(320rem);width:30rem}.footer{padding:100rem 0 60rem}@media (max-width:1023px){.footer{padding:50rem 0 30rem}}.footer .wrapperExtraLarge{align-items:center;display:flex;justify-content:flex-end}.footer>p{font-size:15rem;letter-spacing:-.45rem;line-height:1.6;margin-top:20rem;text-align:center}.footer__Wrapper{align-items:center;display:flex;justify-content:space-between;width:50%}@media (max-width:1023px){.footer__Wrapper{flex-direction:column;width:100%}}.footer__Logo{transform:translate(-50%)}@media (max-width:1023px){.footer__Logo{margin-top:20rem;order:2;transform:none}}.footer__Logo a:hover .fill{fill:#ff564f}.footer__Logo a .fill{transition:.3s}.footer__Navigation{align-items:center;display:flex}@media (max-width:1023px){.footer__Navigation{flex-direction:column;order:1}}.footer__Navigation ul{align-items:center;display:flex}@media (max-width:1023px){.footer__Navigation ul{display:block}}.footer__Navigation ul:not(:first-of-type){margin-left:36rem}@media (max-width:1023px){.footer__Navigation ul:not(:first-of-type){margin-left:0;margin-top:20rem}}.footer__Navigation ul li{display:inline-flex}@media (max-width:480px){.footer__Navigation ul li{display:list-item;text-align:center}}.footer__Navigation ul li:not(:last-child){margin-right:36rem}@media (max-width:480px){.footer__Navigation ul li:not(:last-child){margin-bottom:12rem;margin-right:0}}.footer__Navigation ul li a{align-items:center;color:#ff564f;display:inline-flex;font-family:Poppins;font-size:15rem;font-style:italic;font-weight:700;justify-content:center;position:relative;text-transform:uppercase;transition:.3s}.footer__Navigation ul li a:hover{color:#000}.footer__Navigation ul li a:hover .fill{fill:#000}.footer__Navigation ul li a img,.footer__Navigation ul li a svg{height:auto;transform:translateY(4rem);width:40rem}.footer__Navigation ul li a>span{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.footer__Navigation ul li a .fill{transition:.3s}.loading{align-items:center;background-color:#fff;bottom:0;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 calc(100% - 300rem));clip-path:polygon(0 0,100% 0,100% 100%,0 calc(100% - 300rem));display:flex;font-size:0;height:calc(100vh + 300rem);justify-content:center;left:0;position:fixed;right:0;top:0;transform:translateY(-100%);transition:opacity .3s,visibility .3s,transform .6s;z-index:100000}.loading.isLoading{transform:translate(0)}.loading.isLoading img,.loading.isLoading svg{transform:translateY(-150rem) scale(1)}.loading img,.loading svg{height:auto;min-width:400rem;transform:translateY(-150rem) scale(0);transition:.8s;width:400rem}@media (max-width:480px){.loading img,.loading svg{min-width:300rem;width:300rem}}.navigation{align-items:center;bottom:0;display:flex;justify-content:center;left:0;padding:0 10rem;position:fixed;top:0;transition:background-color .3s;z-index:8}@media (max-width:767px){.navigation{background-color:#f6f6f6;bottom:auto;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 calc(100% - 300rem));clip-path:polygon(0 0,100% 0,100% 100%,0 calc(100% - 300rem));height:calc(100vh + 300rem);mix-blend-mode:normal;right:0;transform:translateY(-100%);transition:.6s}}@media (min-width:768px){.navigation:hover{color:#000;mix-blend-mode:normal}.navigation:hover .stroke{stroke:#000}}@media (min-width:768px){.navigation:has(.navigation__Dropdown.isActive),.navigation:hover{color:#000;mix-blend-mode:normal}.navigation:has(.navigation__Dropdown.isActive) .stroke,.navigation:hover .stroke{stroke:#000}}@media (max-width:767px){.navigation.isActive{transform:translateY(0)}}.navigation>ul{align-items:center;display:flex;flex-direction:column}@media (max-width:767px){.navigation>ul{flex-direction:column;transform:translateY(-150rem);writing-mode:initial}}.navigation>ul>li{display:flex;flex-direction:column;transition:.3s}.navigation>ul>li:first-of-type>a>span{display:none}@media (max-width:767px){.navigation>ul>li:first-of-type>a>span{display:flex}.navigation>ul>li:first-of-type>a img,.navigation>ul>li:first-of-type>a svg{display:none}}.navigation>ul>li:not(:first-of-type){margin-top:30rem;position:relative}@media (max-width:767px){.navigation>ul>li:not(:first-of-type){margin-top:24rem}}.navigation>ul>li:not(:first-of-type):after{background-color:#000;content:"";height:12rem;position:absolute;right:50%;top:-24rem;width:2px}@media (max-width:767px){.navigation>ul>li:not(:first-of-type):after{display:none}}.navigation>ul>li p,.navigation>ul>li>a{align-items:center;color:inherit;cursor:pointer;display:flex;font-family:Poppins;font-size:12rem;font-style:italic;font-weight:800;justify-content:center;min-width:30rem;text-transform:uppercase;transform:rotate(180deg);transition:.3s;writing-mode:vertical-lr}@media (max-width:767px){.navigation>ul>li p,.navigation>ul>li>a{color:#000;font-size:24rem;text-align:center;transform:none;writing-mode:initial}}.navigation>ul>li p:hover,.navigation>ul>li>a:hover{color:#ff564f;mix-blend-mode:normal}.navigation>ul>li p:hover .stroke,.navigation>ul>li>a:hover .stroke{stroke:#ff564f}.navigation>ul>li p>svg,.navigation>ul>li>a>svg{min-width:40rem;transform:rotate(180deg);width:40rem}.navigation>ul>li p>svg .stroke,.navigation>ul>li>a>svg .stroke{transition:.3s}.navigation>ul>li .router-link-active{color:#ff564f}.navigation__Dropdown{background-color:#000c;bottom:0;left:60rem;opacity:0;position:fixed;right:0;top:0;transition:.3s;visibility:hidden}@media (max-width:767px){.navigation__Dropdown{background-color:transparent;bottom:auto;display:grid;grid-template-rows:0fr;left:auto;opacity:1;position:relative;right:auto;top:auto;transition:grid-template-rows .3s;visibility:visible}}.navigation__Dropdown.isActive{opacity:1;visibility:visible}@media (max-width:767px){.navigation__Dropdown.isActive{grid-template-rows:1fr}}.navigation__Dropdown ul{background-color:#f6f6f6;background-image:url(../resources/images/commitment/splash.png);background-position:-250rem calc(100% + 300rem);background-repeat:no-repeat;background-size:100%;height:100vh;padding:200rem 140rem;width:760rem}@media (max-width:767px){.navigation__Dropdown ul{background-color:transparent;background-image:none;height:auto;overflow:hidden;padding:0;width:auto}}.navigation__Dropdown ul li{color:#000;font-size:48rem;font-weight:700;letter-spacing:-2.4rem;line-height:1.5}@media (max-width:767px){.navigation__Dropdown ul li{font-size:24rem;letter-spacing:-1.2rem;line-height:2;text-align:center}.navigation__Dropdown ul li:first-of-type{margin-top:12rem}}.navigation__Dropdown ul li a{border-bottom:2px solid transparent;transition:.3s}@media (max-width:767px){.navigation__Dropdown ul li a{border-bottom:none}}.navigation__Dropdown ul li a:hover{border-color:#ff564f;color:#ff564f}.nav a{color:#fff;font-size:100rem;left:40rem;mix-blend-mode:difference;position:fixed;top:50%;z-index:4}.nav a:not(:last-of-type){display:none}.nav a:hover{color:#ff564f;mix-blend-mode:normal}.navigationBar{align-items:center;display:flex;justify-content:center;left:0;padding:48rem 0;position:absolute;right:0;top:0;transition:.3s;z-index:7}@media (max-width:767px){.navigationBar{background-color:#fff;position:fixed;z-index:10000}}@media (max-width:480px){.navigationBar{padding:36rem 0}}@media (max-width:767px){.navigationBar.isActive{background-color:#f6f6f6}}.navigationBar.isActive .navigationBar__Hamburger span:first-of-type{transform:rotate(45deg) translate(5rem) translateY(2rem)}.navigationBar.isActive .navigationBar__Hamburger span:last-of-type{transform:rotate(-45deg) translate(4rem) translateY(-2rem)}.navigationBar__Logo{display:inline-flex}.navigationBar__Logo:hover .fill{fill:#ff564f}.navigationBar__Logo img,.navigationBar__Logo svg{height:auto;min-width:70rem;width:70rem}.navigationBar__Logo .fill{transition:.3s}.navigationBar__Hamburger{align-items:center;cursor:pointer;display:none;height:50rem;justify-content:center;overflow:hidden;position:absolute;right:30rem;top:50%;transform:translateY(-50%);width:50rem}@media (max-width:767px){.navigationBar__Hamburger{display:flex}}.navigationBar__Hamburger:hover span{background-color:#ff564f}.navigationBar__Hamburger span{background-color:#000;display:flex;height:2px;position:absolute;transition:.3s}.navigationBar__Hamburger span:first-of-type{right:0;top:20rem;width:50rem}.navigationBar__Hamburger span:last-of-type{right:0;top:30rem;transform:translate(20rem);width:50rem}.newsSlider{background-color:#f6f6f6;overflow:hidden;padding-bottom:150rem;padding-top:200rem}.newsSlider.isWhite{background-color:#fff}.newsSlider .wrapperExtraLarge,.newsSlider .wrapperLarge{position:relative}.newsSlider .flickity-enabled:before{border:2px solid #fff;content:"";height:500rem;left:30rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%) rotate(45deg);width:500rem;z-index:2}@media (max-width:767px){.newsSlider .flickity-enabled:before{height:450rem;width:450rem}}@media (max-width:480px){.newsSlider .flickity-enabled:before{border-width:1px;height:300rem;left:0;width:300rem}}.newsSlider__Button{bottom:20rem;position:absolute;right:60rem}@media (max-width:767px){.newsSlider__Button{bottom:auto;margin-top:36rem;position:relative;right:auto}}@media (max-width:480px){.newsSlider__Button{display:none}}.newsSlider__Wrapper{display:flex;width:calc(50% + 50vw)}@media (max-width:767px){.newsSlider__Wrapper{flex-direction:column-reverse}}.newsSlider__Info{min-width:570rem;pointer-events:none;position:relative;transition:.1s;width:570rem;z-index:1}@media (max-width:767px){.newsSlider__Info{margin-top:60rem;min-width:auto;padding-right:40rem;padding-top:0;pointer-events:all;width:100%}}.newsSlider__Info .h1{margin-top:12rem}.newsSlider__Info .text{margin-top:24rem;padding-left:40rem}@media (max-width:767px){.newsSlider__Info .text{padding-left:0}}.newsSlider__InfoWrapper{bottom:0;left:0;opacity:0;padding-right:40rem;padding-top:125rem;position:absolute;right:0;top:0;transition:.3s;visibility:hidden}@media (max-width:767px){.newsSlider__InfoWrapper{bottom:auto;display:none;left:auto;opacity:1;padding-right:0;padding-top:0;position:relative;right:auto;top:auto;visibility:visible}}.newsSlider__InfoWrapper.isActive{opacity:1;visibility:visible}@media (max-width:767px){.newsSlider__InfoWrapper.isActive{display:block}}.newsSlider__InfoHeader{padding-left:40rem}@media (max-width:767px){.newsSlider__InfoHeader{padding-left:0}}.newsSlider__InfoHeader p{align-items:center;display:flex;font-size:12rem}.newsSlider__InfoHeader p img,.newsSlider__InfoHeader p svg{margin-left:10rem;margin-right:10rem}.newsSlider__InfoHeader p>span{text-transform:uppercase}.newsSlider__InfoLink{margin-top:60rem;padding-left:40rem}@media (max-width:767px){.newsSlider__InfoLink{margin-top:24rem;padding-left:0}}.newsSlider__InfoLink a{pointer-events:all}.newsSlider__Slider{position:relative;width:100%;z-index:0}.newsSlider__Slider .flickity-slider{margin-left:30rem}@media (max-width:480px){.newsSlider__Slider .flickity-slider{margin-left:0}}.newsSlider__SliderItem{margin-bottom:30rem;margin-right:40rem;margin-top:30rem;max-width:500rem;position:relative;transition:.3s}@media (max-width:767px){.newsSlider__SliderItem{max-width:450rem}}@media (max-width:480px){.newsSlider__SliderItem{max-width:100%}}.newsSlider__SliderItem:before{mix-blend-mode:color;opacity:1}.newsSlider__SliderItem:after,.newsSlider__SliderItem:before{background-color:#f2eee3;border-radius:12rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:.3s;z-index:1}.newsSlider__SliderItem:after{mix-blend-mode:multiply}.newsSlider__SliderItem>img{border-radius:12rem;box-shadow:0 4rem 12rem #00000040;filter:grayscale(1) contrast(.8) brightness(1.6);transition:.3s;width:100%}.newsSlider__SliderItem.is-selected:after,.newsSlider__SliderItem.is-selected:before,.newsSlider__SliderItem.is-selected>img{scale:1.05}@media (max-width:480px){.newsSlider__SliderItem.is-selected:after,.newsSlider__SliderItem.is-selected:before,.newsSlider__SliderItem.is-selected>img{scale:1}}.newsSlider__SliderItem.is-selected .news__ListItemImageTag{transform:translate(-50%,17rem)}@media (max-width:480px){.newsSlider__SliderItem.is-selected .news__ListItemImageTag{transform:translate(-50%)}}.newsSlider__SliderItem>a{bottom:0;font-size:0;left:0;position:absolute;right:0;top:0;z-index:2}.newsSlider__SliderControls{align-items:center;display:inline-flex;margin-left:140rem;margin-top:60rem}@media (max-width:767px){.newsSlider__SliderControls{margin-left:110rem}}@media (max-width:480px){.newsSlider__SliderControls{justify-content:center;margin-left:0;width:calc(100% - 40rem)}}.newsSlider__SliderControlsButton{align-items:center;border:2rem solid #ff564f;display:flex;height:60rem;justify-content:center;transform:rotate(45deg);transition:.3s;width:60rem}@media (max-width:480px){.newsSlider__SliderControlsButton{display:none}}.newsSlider__SliderControlsButton:hover{background-color:#ff564f}.newsSlider__SliderControlsButton:hover .fill{fill:#fff}.newsSlider__SliderControlsButton img,.newsSlider__SliderControlsButton svg{height:auto;min-width:30rem;width:30rem}.newsSlider__SliderControlsButton .fill{transition:.3s}.newsSlider__SliderControlsButton--Previous img,.newsSlider__SliderControlsButton--Previous svg{transform:rotate(135deg)}.newsSlider__SliderControlsButton--Next img,.newsSlider__SliderControlsButton--Next svg{transform:rotate(-45deg)}.newsSlider__ControlsCount{align-items:center;background-color:#ff564f;display:flex;height:1px;margin-left:60rem;margin-right:60rem;position:relative;width:48rem}.newsSlider__ControlsCount span{font-family:Poppins;font-size:12rem;font-style:italic;font-weight:700;position:absolute;top:50%;transform:translateY(-50%)}.newsSlider__ControlsCount span:first-of-type{left:-12rem}.newsSlider__ControlsCount span:last-of-type{right:-12rem}.selfCheck{align-items:center;background-color:#fff;bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding:0 60rem;position:fixed;right:0;top:0;transition:.3s;visibility:hidden;z-index:3}@media (max-width:767px){.selfCheck{padding:0 40rem}}.selfCheck.isActive{opacity:1;visibility:visible}.selfCheck__Box{align-items:center;background-color:#f6f6f6;border-radius:12rem;display:flex;flex-direction:column;height:calc(100vh - 180rem);justify-content:space-between;margin:0 auto;overflow-y:auto;padding:48rem 84rem;position:relative;width:1180rem}@media only screen and (max-height:800px){.selfCheck__Box{height:calc(100vh - 120rem)}}@media (max-width:767px){.selfCheck__Box{height:calc(100vh - 160rem);margin-top:80rem;padding:48rem}}@media (max-width:480px){.selfCheck__Box{padding:48rem 24rem}}.selfCheck__Box::-webkit-scrollbar{width:6rem}.selfCheck__Box::-webkit-scrollbar-track{background-color:#f6f6f6}.selfCheck__Box::-webkit-scrollbar-thumb{background-color:#000}.selfCheck__Form{padding-top:96rem;width:640rem}@media only screen and (max-height:700px){.selfCheck__Form{padding-top:32rem}}@media (max-width:767px){.selfCheck__Form{padding-top:32rem;width:100%}}.selfCheck__Form form{margin-top:48rem}.selfCheck__Box--Results{max-width:1380rem;width:auto}.selfCheck__Top{margin-bottom:24rem}.selfCheck__Close{cursor:pointer;height:48rem;min-width:48rem;position:absolute;right:48rem;top:48rem;width:48rem}@media (max-width:480px){.selfCheck__Close{right:20rem;top:20rem}}.selfCheck__Close:hover .stroke{stroke:#000}.selfCheck__Close img,.selfCheck__Close svg{height:auto;width:100%}.selfCheck__Close .stroke{transition:.3s}.selfCheck__Header{text-align:center}.selfCheck__Header .h2{color:#ff564f;font-weight:400;margin-top:24rem}.selfCheck__Question{margin-top:36rem;text-align:center}.selfCheck__Question p{font-size:48rem;line-height:1.3}@media (max-width:767px){.selfCheck__Question p{font-size:36rem}}@media (max-width:480px){.selfCheck__Question p{font-size:19rem}}.selfCheck__Answer{text-align:center}@media (max-width:480px){.selfCheck__Answer{width:220rem}}.selfCheck__Answer .h3{color:#ff564f}@media (max-width:480px){.selfCheck__Answer .h3{font-size:24rem}}.selfCheck__AnswerLevels{display:flex;height:50rem;justify-content:space-between;margin-top:36rem;position:relative;width:400rem}@media (max-width:480px){.selfCheck__AnswerLevels{width:220rem}}.selfCheck__AnswerLevels input{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.selfCheck__AnswerLine{background-color:#0000003d;height:2px;left:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:25rem}.selfCheck__AnswerLineProgress{background-color:#ff564f;bottom:-1px;left:0;position:absolute;right:0;top:0;transform:translateY(-50%) translate(-100%);z-index:1}.selfCheck__AnswerLevel{background-color:#f6f6f6;border:2px solid rgba(0,0,0,.24);border-radius:50%;height:12rem;min-width:12rem;pointer-events:none;position:relative;transform:translateY(19rem);width:12rem;z-index:2}.selfCheck__AnswerLevel.isFull{background-color:#ff564f;border-color:#ff564f}.selfCheck__AnswerLevel.isFull.isActive:after{opacity:1}.selfCheck__AnswerLevel.isFull:after{background-color:#ff564f;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNC41NjguMzI3LjIyMyA1LjM4YS45NzUuOTc1IDAgMCAwIDAgMS4yNDRsNC4zNDUgNS4wNTRjLjMyLjM3NC45MzcuNDQ0IDEuMzE0LjA5My4zNi0uMzM1LjQxMi0uOTYzLjA5Mi0xLjMzN0wyLjk3NyA2Ljk1aDEyLjA0NmwtMi45OTcgMy40ODRjLS4zMi4zNzUtLjI2OCAxLjAwMi4wOTIgMS4zMzcuMzc3LjM1MS45OTQuMjgxIDEuMzE0LS4wOTRsNC4zNDUtNS4wNTNjLjAxNi0uMDIxLjAzLS4wNDMuMDQ0LS4wNjRBLjk1NC45NTQgMCAwIDAgMTggNi4wMDJ2LS4wMDVhLjk3Ni45NzYgMCAwIDAtLjIyMy0uNjE3TDEzLjQzMi4zMjdhLjkyLjkyIDAgMCAwLTEuMzE0LS4wOTRjLS4zNjguMzI1LS40MTIuOTYyLS4wOTIgMS4zMzdsMi45OTcgMy40ODRIMi45NzdMNS45NzQgMS41N2MuMzItLjM3NS4yNzYtMS4wMTItLjA5Mi0xLjMzN2EuOTIuOTIgMCAwIDAtMS4zMTQuMDk0WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);background-position:50%;background-repeat:no-repeat;background-size:18rem;border-radius:50%;content:"";height:48rem;left:50%;min-width:48rem;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:48rem}.selfCheck__Buttons{grid-gap:36rem;align-items:center;display:flex;justify-content:center;margin-top:48rem}@media (max-width:480px){.selfCheck__Buttons{grid-gap:24rem;flex-direction:column-reverse}.selfCheck__Buttons .button{width:100%}}.selfCheck__Result{display:flex}@media (max-width:767px){.selfCheck__Result{flex-direction:column}}.selfCheck__ResultGraph{margin-right:48rem;min-width:500rem;width:500rem}@media (max-width:767px){.selfCheck__ResultGraph{margin-right:0;min-width:auto;width:100%}}.selfCheck__ResultGraph svg{height:auto;width:100%}.selfCheck__ResultContent{width:100%}@media (max-width:767px){.selfCheck__ResultContent{margin-top:24rem}}.selfCheck__ResultContent .h2{color:#ff564f}.selfCheck__ResultContent .lead{margin-top:36rem}@media (max-width:767px){.selfCheck__ResultContent .lead{margin-top:24rem}}.selfCheck__ResultContentButtons{align-items:flex-start;display:flex;margin-top:24rem}.selfCheck__ResultContentRoundButtons{align-items:center;display:flex}.selfCheck__ResultContentRoundButtons>a{align-items:center;background-color:#000;border:2px solid #000;border-radius:50%;display:flex;height:48rem;justify-content:center;margin-left:24rem;min-width:48rem;transition:.3s;width:48rem}.selfCheck__ResultContentRoundButtons>a+a{margin-left:24rem}.selfCheck__ResultContentRoundButtons>a.isDisabled{pointer-events:none}.selfCheck__ResultContentRoundButtons>a:hover{background-color:#fff}.selfCheck__ResultContentRoundButtons>a:hover svg .fill{fill:#fff}.selfCheck__ResultContentRoundButtons>a:hover svg path{fill:#000;stroke:#000}.selfCheck__ResultContentRoundButtons>a svg{height:auto;min-width:24rem;width:24rem}.selfCheck__ResultContentRoundButtons>a svg .fill{fill:#000;stroke:#000;transition:.3s}.selfCheck__ResultContentRoundButtons>a svg path{transition:.3s}.video{aspect-ratio:16/9;position:relative;width:100%}.video.isPlayed .video__Overlay{opacity:0;visibility:hidden}.video video{background-color:#000;height:100%;width:100%}.video video,.video__Overlay{border-radius:12rem;bottom:0;left:0;position:absolute;right:0;top:0}.video__Overlay{transition:.3s}.video__Overlay img{border-radius:12rem;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.video__Play{left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s}.video__Play img,.video__Play svg{height:auto;min-width:60rem;width:60rem}@media (max-width:480px){.video__Play img,.video__Play svg{min-width:40rem;width:40rem}}.video__Play.isHidden{opacity:0;visibility:hidden}.video__Controls{align-items:center;bottom:20rem;display:flex;position:absolute;right:20rem}@media (max-width:480px){.video__Controls{bottom:0;right:0}}.video__Controls.captionsActive .icon-captions,.video__Controls.captionsActive .icon-captions path{fill:#ff564f}.video__Controls.captionsActive .icon-captions rect{fill:#fff}.video__Controls img,.video__Controls svg{cursor:pointer}@media (max-width:480px){.video__Controls img,.video__Controls svg{transform:scale(.8)}}.video__Controls img:not(:first-child),.video__Controls svg:not(:first-child){margin-left:12rem}.video__Controls img path,.video__Controls img rect,.video__Controls svg path,.video__Controls svg rect{transition:.3s}.checkboxField input{opacity:0;pointer-events:none;position:absolute}.checkboxField input:checked+label:before{opacity:1}.checkboxField input:checked+label:focus:before,.checkboxField.isDisabled{opacity:.5}.checkboxField.isError .checkboxField__Box{border-color:red}.checkboxField.isError .checkboxField__Box:before{background-color:red}.checkboxField.isDark .checkboxField__Box{background-color:#000}.checkboxField.isDark .checkboxField__Box:before{background-color:#fff}.checkboxField__Box{border:2px solid #000;border-radius:4rem;cursor:pointer;height:20rem;min-height:20rem;min-width:20rem;outline:0;position:relative;width:20rem}.checkboxField__Box:before{background-image:url(../resources/images/icons/check.svg);background-position:50%;background-repeat:no-repeat;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s,background-color .2s;will-change:opacity}.checkboxField__Box:focus:before{opacity:.25}.checkboxField__Wrapper{align-items:flex-start;display:flex}.checkboxField__Label{cursor:pointer}.checkboxField__Label a{color:#ff564f;text-decoration:underline;transition:.3s}.checkboxField__Label a:hover{color:#000}.checkboxField__Error,.checkboxField__Label{padding-left:10rem}.checkboxField--Toggle .checkboxField__Box{border-radius:20rem;opacity:1;width:40rem}.checkboxField--Toggle .checkboxField__Box:before{border-radius:50%;bottom:2px;height:14rem;left:2px;opacity:1;right:auto;top:50%;transform:translateY(-50%);transition:transform .2s,opacity .2s;width:14rem}.checkboxField--Toggle input:checked+label:before{transform:translate(20rem,-50%)}.fileField.isDisabled .fileField__Text{color:#aaa}.fileField.isDisabled .fileField__Label{background-color:#000}.fileField.isDisabled .formField__File{color:#aaa}.fileField.isDisabled .formField__File button{background-color:#aaa}.fileField.isError .fileField__Text{color:red}.fileField.isError .fileField__Label{background-color:red}.fileField.isInline{display:block!important}.fileField.isInline .formField__Files{min-width:100%}.fileField.isInline .fileField__InputWrapper{align-items:center;display:flex}.fileField__Wrapper{align-items:stretch;justify-content:space-between;overflow:hidden;padding-left:10rem}.fileField__Wrapper input{opacity:0;pointer-events:none;position:absolute}.fileField__Text{font-size:16rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fileField__Label{align-self:stretch;backface-visibility:hidden;background-color:#000;color:#fff;cursor:pointer;font-size:14rem;margin-left:10rem;min-width:100rem;padding:20rem 10rem;position:relative;text-align:center;transition:background-color .2s;width:100rem}.fileField__Label span{left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.fileField__Label:hover{background-color:#333}.fileField__Prepend{padding-right:10rem}.fileField__PrependText{align-items:center;display:flex;max-width:calc(100% - 110rem);width:100%}.formField__Files{margin-top:10rem}.formField__File{align-items:center;display:flex;justify-content:space-between}.formField__File+.formField__File{margin-top:10rem}.formField__File button{backface-visibility:hidden;background-color:#000;border:0;border-radius:50%;color:#fff;cursor:pointer;height:20rem;margin-left:10rem;min-height:20rem;min-width:20rem;outline:0;padding:0;position:relative;transition:background-color .2s;width:20rem}.formField__File button:hover{background-color:#333}.formField__File button span{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M.929 13.657 13.657.929l1.414 1.414L2.343 15.071z'/%3E%3Cpath d='M15.071 13.657 2.343.929.93 2.343l12.728 12.728z'/%3E%3C/g%3E%3C/svg%3E");background-position:50%;background-size:8rem 8rem;display:block;font-size:0;height:8rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8rem}.formField__FileName{font-size:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.field__Group.isError .formField .fileField__Wrapper,.field__Group.isError .formField .selectField__Input,.field__Group.isError .formField .selectField__Wrapper,.field__Group.isError .formField .textField__Wrapper{border-color:red}.field__Group.isError .formField .fileField__Wrapper:after,.field__Group.isError .formField .selectField__Input:after,.field__Group.isError .formField .selectField__Wrapper:after,.field__Group.isError .formField .textField__Wrapper:after{border-color:red transparent transparent}.field__Group.isError .formField.checkboxField label,.field__Group.isError .formField.radioField label{border-color:red}.field__Group.isError .formField.checkboxField label:before,.field__Group.isError .formField.radioField label:before{background-color:red}.field__Group.isError .formField .form__Label{color:red}.field__Group.isInline .formField+.formField{margin-top:0}.field__GroupError,.field__GroupInfo{display:block;margin-top:5rem}.field__GroupLabel{margin-bottom:5rem}.form__Errors{display:flex;flex-direction:column;margin:0;padding:0}.form__Error{color:red;display:block;font-size:12rem;white-space:nowrap}.form__Error+.form__Error{margin-top:10rem}.form__Info{color:#aaa;display:block;font-size:12rem}.form__Label{align-items:flex-start;display:flex;font-size:16rem;justify-content:space-between;line-height:20rem;position:relative;z-index:1000}.form__Label:empty{display:none}.formField.isInline .form__Label{white-space:nowrap}.formField.isError .form__Label{color:red}.formField.isDisabled{pointer-events:none}.formField:not(.isInline) .form__Label{margin-bottom:5rem}.formField:not(.isInline) .form__Error,.formField:not(.isInline) .form__Info{margin-top:5rem}.formField .formFieldTooltip{margin:2rem 0 0 5rem}.field__Group+.formField,.field__Group.field__Group,.formField+.formField,.formField.field__Group{margin-top:36rem}.field__Group+.noMargin,.formField+.noMargin{margin-top:16rem}.field__Group+.field__Group{margin-top:36rem}.form__Row{display:flex;gap:36rem}@media (max-width:480px){.form__Row{flex-direction:column}}.form__Row .field__Group+.formField,.form__Row .field__Group.field__Group,.form__Row .formField+.formField,.form__Row .formField.field__Group{margin-top:0}.form__Row .formField{width:100%}.radioField input{opacity:0;pointer-events:none;position:absolute}.radioField input:checked+label:before{opacity:1}.radioField input:checked+label:focus:before,.radioField.isDisabled{opacity:.5}.radioField.isError .radioField__Circle{border-color:red}.radioField.isError .radioField__Circle:before{background-color:red}.radioField__Circle{border:1px solid #000;border-radius:50%;cursor:pointer;height:20rem;min-height:20rem;min-width:20rem;outline:0;position:relative;width:20rem}.radioField__Circle:before{background-color:#ff564f;border-radius:50%;bottom:3px;content:"";left:3px;opacity:0;position:absolute;right:3px;top:3px;transition:opacity .2s,background-color .2s;will-change:opacity}.radioField__Circle:focus:before{opacity:.25}.radioField__Wrapper{align-items:flex-start;display:flex}.radioField__Label{cursor:pointer}.radioField__Error,.radioField__Label{padding-left:10rem}.rangeField *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.rangeField input:not([type=number]){backface-visibility:hidden;height:0;opacity:0;position:absolute;z-index:-1}.rangeField .form__Label{transform:translateZ(0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.rangeField .field__Group{margin-top:0}.rangeField.isError .rangeField__DraggerInline,.rangeField.isError .rangeField__Scroller{background-color:red}.rangeField.isError .rangeField__Value{color:red}.rangeField.isDisabled .rangeField__DraggerInline,.rangeField.isDisabled .rangeField__Scroller{background-color:#aaa}.rangeField.isDisabled .rangeField__Value{color:#aaa}.rangeField.hasFocus:not(.isDisabled) .rangeField__DraggerInline{background-color:#000}.rangeField.hasFocus:not(.isDisabled) .rangeField__Circle{pointer-events:none}.rangeField.hasFocus,.rangeField.hasFocus *{cursor:grabbing}.rangeField__Dragger{cursor:grab;left:0;position:absolute;top:50%;transform:translateY(-50%)}.rangeField__Dragger>*{pointer-events:none}.rangeField__Dragger:focus{outline:0}.rangeField__Dragger img{pointer-events:none}.rangeField__Circle,.rangeField__DraggerInline{background-color:#eee;border:1px solid #000;border-radius:50%;display:block;min-height:20rem;min-width:20rem;transition:background-color .2s}.rangeField__DraggerInline{backface-visibility:hidden;pointer-events:none}.rangeField__Wrapper{cursor:pointer;margin-top:-10rem;position:relative}.rangeField__Scroller{background-color:#000;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%) translateZ(0)}.rangeField__Value{bottom:-2rem;font-size:12rem;font-weight:700;left:50%;position:absolute;text-align:center;transform:translate3d(-50%,100%,0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.rangeField__StepLine{background-color:#000;height:10rem;pointer-events:none;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);width:1px}.rangeField--Multiple.hasFocus .rangeField__Wrapper{cursor:grabbing}.rangeField--Multiple.isMounted .rangeField__Wrapper{justify-content:flex-start}.rangeField--Multiple .rangeField__Wrapper{cursor:default;display:flex;justify-content:space-between;margin-top:0;padding:20rem 0;position:relative}.rangeField--Multiple .rangeField__Wrapper:before{background-color:#000;content:"";left:0;min-height:2px;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%)}.rangeField__Circle{cursor:grab;position:relative;z-index:2}.rangeField__Circle.hasFocus{background-color:#000}.rangeField__Circle+.rangeField__Circle{margin-left:-20rem}.selectField.hasFocus{z-index:100000}.selectField.hasFocus .selectField__Options{opacity:1;visibility:visible}.selectField.hasFocus~.selectField.hasFocus{z-index:10000}.selectField.isAutocomplete.hasFocus.isSmall .form__Label{display:none}.selectField.hasTooltip .selectField__Append,.selectField.hasTooltip:not(.hasAppend) .selectField__Wrapper input,.selectField.hasTooltip:not(.hasAppend) .selectField__Wrapper select{padding-right:80rem!important}.selectField.hasAppend .selectField__Wrapper input,.selectField.hasAppend .selectField__Wrapper select{padding-left:10rem!important;padding-right:16rem!important}.selectField.isDisabled .selectField__Wrapper:after{opacity:.25}.selectField.hasValue .form__Label{opacity:0}.selectField.hasFocus .selectField__Wrapper:after{transform:translateY(-50%)}.selectField.isSmall{max-width:224rem!important}.selectField.isSmall.hasFocus .form__Label{transform:translateY(-50%)}.selectField.isSmall.hasValue .form__Label:not(.checkboxField__Label){opacity:0}.selectField.isSmall.hasTooltip .selectField__Wrapper input,.selectField.isSmall.hasTooltip .selectField__Wrapper select{padding:16rem 16rem 16rem 0!important}.selectField.isSmall .selectField__Wrapper{max-width:100%!important}.selectField.isSmall .selectField__Wrapper:after{height:16rem;width:16rem}.selectField.isSmall .selectField__Wrapper input,.selectField.isSmall .selectField__Wrapper select{padding:12rem 42rem 12rem 0!important}@media (max-width:768px){.selectField.isSmall .selectField__Wrapper input,.selectField.isSmall .selectField__Wrapper select{padding:12rem 32rem 12rem 0!important}}.selectField__Wrapper input,.selectField__Wrapper select{padding:12rem 48rem 8rem 0!important}.selectField__Wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;font-size:19rem;opacity:0;width:100%}@media (min-width:769px){.selectField__Wrapper select{display:none}}@media (max-width:768px){.selectField__Wrapper select{bottom:0;font-size:0;left:0;position:absolute;right:0;top:0}}.selectField__Wrapper select:focus{outline:none}.selectField__Wrapper select option{font-size:19rem}.selectField__Wrapper .form__Label{bottom:4rem;cursor:pointer;left:10rem;pointer-events:none;position:absolute;right:0}.selectField__Wrapper .form__Label select:not(.selectField__Search),.selectField__Wrapper .form__Label~input{cursor:pointer;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selectField__Wrapper .formField__Tooltip{right:48rem!important}.selectField__Prepend{margin:0!important}.selectField__Append{margin:5rem 0 0!important;pointer-events:none}.selectField__Append svg{height:auto;transform:rotate(90deg);width:16rem}.selectField__Arrow{transform:rotate(90deg);transition:transform .2s}.hasFocus .selectField__Arrow{transform:rotate(-90deg)}.selectField__Options{background-color:#fff;border:1px solid #000;border-radius:8rem;left:0;max-height:300rem;min-width:400rem;opacity:0;overflow:hidden;position:absolute;text-align:left;top:calc(100% + 10rem);transition:opacity .3s,visibility .3s;visibility:hidden;z-index:10000}@media (max-width:768px){.selectField__Options{display:none}}.selectField__Options ul{max-height:300rem;overflow-x:hidden;overflow-y:auto}.selectField__Options ul::-webkit-scrollbar{background:#ccc;width:8rem}.selectField__Options ul::-webkit-scrollbar-corner,.selectField__Options ul::-webkit-scrollbar-track{background:transparent;border-radius:20rem}.selectField__Options ul::-webkit-scrollbar-thumb{background:#ddd;border-radius:9999px}.selectField__Options li{color:#000;cursor:pointer;padding:12rem;position:relative;transition:color .3s,background-color .3s}.selectField__Options li:focus{outline:0}.selectField__Options li.isSelected,.selectField__Options li:active,.selectField__Options li:focus,.selectField__Options li:hover{background-color:#f6f6f6}.selectField__Options li .form__Label{color:inherit!important}.selectField__Options .checkboxField__Label{pointer-events:all!important;position:static!important;transform:none!important}.selectField__Options .checkboxField__Label:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.selectField__Options .form__Errors{display:none}.selectField__Search{cursor:text}.textareaField__Wrapper{background-color:transparent;overflow:hidden;position:relative;width:100%}.textareaField__Wrapper textarea{background-attachment:local;background-color:transparent;background-image:linear-gradient(90deg,transparent 0,transparent 0),linear-gradient(270deg,transparent 0,transparent 0),repeating-linear-gradient(transparent,transparent 50rem,#c2c2c2 51rem,#c2c2c2 52rem,transparent 0);border:0;display:block;font-family:DM Sans;font-size:16rem;line-height:3.25;min-height:180rem;outline:0;padding:5rem 10rem 10rem;resize:none;width:100%}.textareaField__Wrapper textarea::-webkit-input-placeholder{color:#000}.textareaField__Wrapper textarea::-webkit-scrollbar{background:#ddd;width:4rem}.textareaField__Wrapper textarea ::-webkit-scrollbar-track,.textareaField__Wrapper textarea::-webkit-scrollbar-corner{background:#ddd}.textareaField__Wrapper textarea::-webkit-scrollbar-thumb{background:#000}.textareaField__Wrapper textarea:disabled{background-color:#eee}.textareaField{position:relative}.textareaField.isDisabled .textareaField__Wrapper{opacity:.5}.textareaField.isDisabled input{background-color:#eee}.textareaField.isError .textareaField__Wrapper{border-color:red}.textareaField.isError .textareaField__Wrapper textarea{color:red}.textareaField.isError .textareaField__Wrapper textarea::-webkit-input-placeholder{color:red}@media screen and (min-width:769px){.textareaField.isInline{align-items:flex-start;display:flex}.textareaField.isInline .textareaField__Wrapper{margin:0 10rem}}.fileField__Wrapper,.selectField__Wrapper,.textField__Wrapper{align-items:center;border-bottom:1px solid rgba(0,0,0,.24);display:flex;min-height:43rem;position:relative;width:100%}.fileField__Wrapper input,.selectField__Wrapper input,.textField__Wrapper input{background:transparent;border:0;border-radius:10rem;font-family:DM Sans;font-size:16rem;outline:0;padding:10rem;width:100%}.fileField__Wrapper input::-webkit-input-placeholder,.selectField__Wrapper input::-webkit-input-placeholder,.textField__Wrapper input::-webkit-input-placeholder{color:#000}.fileField,.selectField,.textField{position:relative}.isDisabled.fileField .fileField__Wrapper,.isDisabled.fileField .selectField__Wrapper,.isDisabled.fileField .textField__Wrapper,.isDisabled.selectField .fileField__Wrapper,.isDisabled.selectField .selectField__Wrapper,.isDisabled.selectField .textField__Wrapper,.textField.isDisabled .fileField__Wrapper,.textField.isDisabled .selectField__Wrapper,.textField.isDisabled .textField__Wrapper{background-color:#eee;border-color:#aaa}.isDisabled.fileField input,.isDisabled.selectField input,.textField.isDisabled input{background-color:#eee}.isError.fileField .fileField__Wrapper,.isError.fileField .selectField__Wrapper,.isError.fileField .textField__Wrapper,.isError.selectField .fileField__Wrapper,.isError.selectField .selectField__Wrapper,.isError.selectField .textField__Wrapper,.textField.isError .fileField__Wrapper,.textField.isError .selectField__Wrapper,.textField.isError .textField__Wrapper{border-color:red}.isError.fileField .fileField__Wrapper input,.isError.fileField .selectField__Wrapper input,.isError.fileField .textField__Wrapper input,.isError.selectField .fileField__Wrapper input,.isError.selectField .selectField__Wrapper input,.isError.selectField .textField__Wrapper input,.textField.isError .fileField__Wrapper input,.textField.isError .selectField__Wrapper input,.textField.isError .textField__Wrapper input{color:red}.isError.fileField .fileField__Wrapper input::-webkit-input-placeholder,.isError.fileField .selectField__Wrapper input::-webkit-input-placeholder,.isError.fileField .textField__Wrapper input::-webkit-input-placeholder,.isError.selectField .fileField__Wrapper input::-webkit-input-placeholder,.isError.selectField .selectField__Wrapper input::-webkit-input-placeholder,.isError.selectField .textField__Wrapper input::-webkit-input-placeholder,.textField.isError .fileField__Wrapper input::-webkit-input-placeholder,.textField.isError .selectField__Wrapper input::-webkit-input-placeholder,.textField.isError .textField__Wrapper input::-webkit-input-placeholder{color:red}@media screen and (min-width:769px){.isInline.fileField,.isInline.selectField,.textField.isInline{align-items:center;display:flex}.isInline.fileField .fileField__Wrapper,.isInline.fileField .selectField__Wrapper,.isInline.fileField .textField__Wrapper,.isInline.selectField .fileField__Wrapper,.isInline.selectField .selectField__Wrapper,.isInline.selectField .textField__Wrapper,.textField.isInline .fileField__Wrapper,.textField.isInline .selectField__Wrapper,.textField.isInline .textField__Wrapper{margin:0 0 0 10rem}.isInline.fileField .fileField__Wrapper+*,.isInline.fileField .selectField__Wrapper+*,.isInline.fileField .textField__Wrapper+*,.isInline.selectField .fileField__Wrapper+*,.isInline.selectField .selectField__Wrapper+*,.isInline.selectField .textField__Wrapper+*,.textField.isInline .fileField__Wrapper+*,.textField.isInline .selectField__Wrapper+*,.textField.isInline .textField__Wrapper+*{margin-left:10rem}}.selectField__Prepend,.textField__Prepend{padding-left:10rem;white-space:nowrap}.selectField__Append,.textField__Append{padding-right:10rem;white-space:nowrap}.formField__Tooltip{height:16rem;position:relative;width:16rem;z-index:1000}.formField__Tooltip.isOpen .formField__TooltipIcon+.formField__TooltipText,.formField__Tooltip.isOpen .formField__TooltipIcon:before{opacity:1;transition:opacity .2s,visibility .2s;visibility:visible}@media screen and (min-width:769px){.formField__Tooltip.isArrowOnBottom .formField__TooltipIcon:before{border-color:transparent transparent #aaa;border-width:0 8px 8px;bottom:-8px;top:auto}}.formField__Tooltip.isClickOnly{cursor:pointer}.formField__TooltipIcon{background-color:#aaa;border-radius:50%;color:#fff;display:block;font-size:10rem;height:16rem;line-height:16rem;position:relative;text-align:center;width:16rem;z-index:100}.formField__TooltipIcon:before{border-color:#aaa transparent transparent;border-style:solid;border-width:8rem 8rem 0;content:"";height:0;left:50%;opacity:0;position:absolute;top:-8px;transform:translate(-50%);visibility:hidden;width:0}@media screen and (min-width:769px){.formField__TooltipIcon:before{transition:opacity .2s,visibility .2s}}.formField__TooltipText{background-color:#aaa;bottom:100%;color:#fff;font-size:14rem;font-weight:400;opacity:0;padding:10rem;position:absolute;right:8rem;visibility:hidden;width:250rem;will-change:opacity}@media screen and (min-width:769px){.formField__TooltipText{transition:opacity .2s,visibility .2s}}.formField__TooltipText:before{bottom:-24rem;content:"";left:0;position:absolute;right:0;top:0}@media screen and (max-width:768px){.formField__TooltipText{bottom:auto!important;left:5rem!important;position:fixed;right:5rem!important;transform:translateY(-100%) translateY(-8rem);width:auto}}.about .inTouchForm .transition{display:none}.about__Header{padding:120rem 0;position:relative}@media (max-width:767px){.about__Header{padding:60rem 0}}.about__Synergies .about__HeaderListItem:not(:first-child){margin-top:180rem}@media (max-width:767px){.about__Synergies .about__HeaderListItem:not(:first-child){margin-top:120rem}}@media (max-width:480px){.about__Synergies .about__HeaderListItem:not(:first-child){margin-top:60rem}}.about__HeaderTitle{margin-bottom:140rem;text-align:center}@media (max-width:767px){.about__HeaderTitle{margin-bottom:80rem}}.about__HeaderTitle .h2{font-family:Poppins;font-style:italic;font-weight:900;text-transform:uppercase}.about__HeaderTitle .h2 span{color:#ff564f}@media (max-width:767px){.about__HeaderListItem:not(:first-child){margin-top:120rem}}@media (max-width:480px){.about__HeaderListItem:not(:first-child){margin-top:60rem}}.about__HeaderListItem:nth-of-type(odd) .about__HeaderListItemImage{order:1}.about__HeaderListItem:nth-of-type(odd) .about__HeaderListItemText{order:2}.about__HeaderListItem .wrapper,.about__HeaderListItem .wrapperLarge{grid-gap:0 120rem;align-items:center;display:flex;justify-content:space-between;position:relative;z-index:2}@media (max-width:767px){.about__HeaderListItem .wrapper,.about__HeaderListItem .wrapperLarge{grid-gap:48rem;align-items:normal;display:flex;flex-direction:column}}.about__HeaderListItemText{min-width:550rem;width:550rem}@media (max-width:767px){.about__HeaderListItemText{min-width:auto;order:2;width:100%}.about__HeaderListItemText .smallTitle{padding-left:0}}.about__HeaderListItemText .h2{margin-top:12rem}.about__HeaderListItemText .h2 span{color:#ff564f}.about__HeaderListItemText .text{border-bottom:1px solid #000;margin-top:48rem;padding-bottom:24rem}@media (max-width:767px){.about__HeaderListItemText .text{margin-top:24rem}}.about__HeaderListItemText .text ul li{position:relative}.about__HeaderListItemText .text ul li:not(:first-child){margin-top:6rem}.about__HeaderListItemText .text ul li:before{border-bottom:6rem solid transparent;border-left:10rem solid #ff564f;border-top:6rem solid transparent;content:"";height:0;left:0;margin-right:12rem;position:absolute;top:50%;transform:translateY(-50%);width:0}.about__HeaderListItemImage{max-width:650rem}@media (max-width:767px){.about__HeaderListItemImage{max-width:none;order:1;width:100%}}.about__HeaderListItemImage img,.about__HeaderListItemImage svg{width:100%}.about__Video{padding:120rem 0}@media (max-width:767px){.about__Video{padding:60rem 0}}.about__Video .transition{display:none}.about__Management{padding:120rem 0}.about__Management.about__Management--Grid .about__ManagementList{grid-gap:12rem;display:grid;grid-template-columns:repeat(4,1fr)}.about__Management.about__Management--Grid .about__ManagementListItem:not(:last-of-type){margin-right:0}.about__ManagementTitle{text-align:center}.about__ManagementTitle .h2{font-family:Poppins;font-style:italic;text-transform:uppercase}.about__ManagementTitle .h2 span{color:#ff564f}.about__ManagementFilters{margin-top:80rem}.about__ManagementFilters .smallBoldTitle{color:#000;text-align:center}.about__ManagementFiltersList{grid-gap:0 32rem;align-items:center;display:flex;justify-content:center;margin-top:48rem}@media (max-width:767px){.about__ManagementFiltersList{grid-gap:0 24rem}}@media (max-width:480px){.about__ManagementFiltersList{justify-content:flex-start;overflow-x:auto}}.about__ManagementFiltersList p{color:#ff564f;cursor:pointer;position:relative;transition:.3s}.about__ManagementFiltersList p:before{background-color:#ff564f;bottom:0;content:"";height:1px;left:0;position:absolute;right:0;transition:.3s}.about__ManagementFiltersList p.isActive,.about__ManagementFiltersList p:hover{color:#000}.about__ManagementFiltersList p.isActive:before,.about__ManagementFiltersList p:hover:before{opacity:0;visibility:hidden}.about__ManagementWrapper{align-items:flex-start;display:flex}.about__ManagementList{margin-top:60rem}@media (max-width:480px){.about__ManagementList{grid-gap:6rem;margin-top:40rem}}.about__ManagementList .about__ManagementListItem:not(:last-of-type){margin-right:40rem}.about__ManagementInfo{margin-left:12rem;margin-top:380rem;min-width:430rem;position:sticky;top:0;width:430rem}@media (max-width:767px){.about__ManagementInfo{margin-top:100rem;min-width:270rem;width:270rem}}@media (max-width:480px){.about__ManagementInfo{display:none}}.about__ManagementInfo .text{margin-top:12rem}.about__ManagementInfo .text p{font-size:24rem;font-weight:500}@media (max-width:767px){.about__ManagementInfo .text p{font-size:18rem}}.about__ManagementInfoHeader{align-items:center;border-bottom:1px solid #000;display:flex;justify-content:space-between;margin-top:12rem;padding-bottom:12rem}.about__ManagementInfoHeaderSocial{display:flex;margin-left:12rem}.about__ManagementInfoHeaderSocial a{min-width:40rem;width:40rem}.about__ManagementInfoHeaderSocial a:hover .fill{fill:#ff564f}.about__ManagementInfoHeaderSocial a:not(:first-child){margin-left:12rem}.about__ManagementInfoHeaderSocial a img,.about__ManagementInfoHeaderSocial a svg{height:auto;width:100%}.about__ManagementInfoHeaderSocial a .fill{fill:#000;transition:.3s}.about__ManagementInfoImage{margin-top:24rem}.about__ManagementInfoImage img{border-radius:8rem;width:100%}.about__ManagementListItem{border-radius:12rem;cursor:pointer}.about__ManagementListItem:not(:last-of-type){margin-right:40rem}.about__ManagementListItem:nth-of-type(4n+1){transform:translateY(210rem)}@media (max-width:767px){.about__ManagementListItem:nth-of-type(4n+1){transform:translateY(60rem)}}.about__ManagementListItem:nth-of-type(4n+3){transform:translateY(140rem)}@media (max-width:767px){.about__ManagementListItem:nth-of-type(4n+3){transform:translateY(45rem)}}.about__ManagementListItem:nth-of-type(4n+4){transform:translateY(270rem)}@media (max-width:767px){.about__ManagementListItem:nth-of-type(4n+4){transform:translateY(100rem)}}.about__ManagementListItem:hover .about__ManagementListItemImage:not(.isActive){box-shadow:0 6rem 12rem #ff564f7a;transform:scale(1.02)}.about__ManagementListItem:hover .about__ManagementListItemImage:not(.isActive):after,.about__ManagementListItem:hover .about__ManagementListItemImage:not(.isActive):before{opacity:0}.about__ManagementListItem:hover .about__ManagementListItemImageBlend{background-color:#ff564f;mix-blend-mode:multiply;opacity:1;transform:scale(1)}.about__ManagementListItem:hover .about__ManagementListItemImageTag{background-color:transparent}.about__ManagementListItem.isInactive{pointer-events:none}.about__ManagementListItem.isInactive .about__ManagementListItemImage{opacity:.2}.about__ManagementListItemImage{border-radius:12rem;overflow:hidden;position:relative;transition:.2s}.about__ManagementListItemImage.isActive{box-shadow:none;cursor:auto;transform:none}.about__ManagementListItemImage.isActive:after,.about__ManagementListItemImage.isActive:before{opacity:1}.about__ManagementListItemImage.isActive .about__ManagementListItemImageBlend{background-color:#ff564f;mix-blend-mode:multiply;opacity:1;transform:scale(1);z-index:2}@media (max-width:480px){.about__ManagementListItemImage.isActive .about__ManagementListItemImageBlend{opacity:0}}.about__ManagementListItemImage.isActive .about__ManagementListItemContent{transform:translate(0)}.about__ManagementListItemImage.isActive .about__ManagementListItemImageTag{opacity:0}.about__ManagementListItemImage>img{border-radius:12rem;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.about__ManagementListItemImageBlend{border-radius:12rem;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transform:scale(0);transform-origin:50% 100%;transition:.3s}.about__ManagementListItemImageTag{align-items:center;background-color:#ff564f;border-radius:50% 50% 0 0;bottom:0;display:flex;height:90rem;justify-content:center;left:50%;position:absolute;transform:translate(-50%);transition:.2s;width:90rem;z-index:2}.about__ManagementListItemImageTag svg,.about__ManagementListItemImageTag>img{max-height:40rem;max-width:80rem}.about__ManagementListItemImageTag .fill{fill:#fff}.about__ManagementListItemContent{background-color:#fff;border-radius:12rem;bottom:0;display:flex;flex-direction:column;justify-content:space-between;left:0;padding:24rem;position:absolute;right:0;top:0;transform:translate(-100%);transition:.3s;z-index:2}.about__ManagementListItemContentClose{cursor:pointer;position:absolute;right:24rem;top:24rem}.about__ManagementListItemContentClose img,.about__ManagementListItemContentClose svg{transform:rotate(45deg)}.about__ManagementListItemContentTop{overflow-y:auto}.about__ManagementListItemContentTop::-webkit-scrollbar{width:6rem}.about__ManagementListItemContentTop::-webkit-scrollbar-track{background-color:#f6f6f6}.about__ManagementListItemContentTop::-webkit-scrollbar-thumb{background-color:#000}.about__ManagementListItemContentTop h3{color:#ff564f;font-family:Poppins;font-style:italic;font-weight:900;margin-top:12rem;text-transform:uppercase}.about__ManagementListItemContentBottom,.about__ManagementListItemContentTop .text{margin-top:24rem}.about__ManagementListItemContentSocial{display:flex}.about__ManagementListItemContentSocial a{min-width:48rem;width:48rem}.about__ManagementListItemContentSocial a:hover .fill{fill:#000}.about__ManagementListItemContentSocial a:not(:first-child){margin-left:12rem}.about__ManagementListItemContentSocial a img,.about__ManagementListItemContentSocial a svg{height:auto;width:100%}.about__ManagementListItemContentSocial a .fill{transition:.3s}.about__ManagementListItemTitle{margin-top:30rem;text-align:center;transition:.3s}.about__ManagementListItemTitle.isActive{opacity:0;pointer-events:none;visibility:hidden}.about__Partners{margin-top:240rem}@media (max-width:767px){.about__Partners{margin-top:120rem}}@media (max-width:480px){.about__Partners{margin-top:80rem}}.about__PartnersTitle{border-bottom:2px solid #000;padding-bottom:24rem;text-align:center}.about__PartnersTitle .h2{font-family:Poppins;font-style:italic;font-weight:900;text-transform:uppercase}.about__PartnersTitle .h2 span{color:#ff564f}.about__PartnersTitle .smallTitle{margin-top:80rem}.about__PartnersListItemImages .agencies__PartnersListItemImage{border-radius:8rem}.about__PartnersListItemImages .agencies__PartnersListItemImage:after,.about__PartnersListItemImages .agencies__PartnersListItemImage:before{border-radius:8rem!important}.about__PartnersListItemImages .agencies__PartnersListItemImage img{border-radius:8rem;position:relative;z-index:2}.about__PartnersListItemImages .agencies__PartnersListItemImage.agencies__PartnersListItemImage--Logo{border-radius:50%;height:200rem;min-width:200rem;width:200rem}@media (max-width:480px){.about__PartnersListItemImages .agencies__PartnersListItemImage.agencies__PartnersListItemImage--Logo{height:124rem;min-width:124rem;width:124rem}}.about__PartnersListItemImages .agencies__PartnersListItemImage.agencies__PartnersListItemImage--Logo img{border-radius:0}.about__PartnersListItemImages .agencies__PartnersListItemImage:not(.agencies__PartnersListItemImage--Logo){height:200rem;min-width:150rem;width:150rem}@media (max-width:480px){.about__PartnersListItemImages .agencies__PartnersListItemImage:not(.agencies__PartnersListItemImage--Logo){height:124rem;min-width:100rem;width:100rem}}.about__PartnersListItemImages .agencies__PartnersListItemImageBlend{border-radius:8rem}.about__PartnersList{grid-gap:60rem;display:flex;flex-wrap:wrap;justify-content:center;margin-top:80rem}@media (max-width:767px){.about__PartnersList{display:none}}.about__PartnersList a:hover svg,.about__PartnersList button:hover svg{fill:#ff564f;color:#ff564f}.about__PartnersList a:hover img,.about__PartnersList button:hover img{filter:invert(52%) sepia(59%) saturate(3123%) hue-rotate(329deg) brightness(100%) contrast(101%)}.about__PartnersList a svg,.about__PartnersList button svg{transition:.3s}.about__PartnersList a img,.about__PartnersList button img{max-height:40rem;max-width:170rem}.about__Profiles{margin-top:240rem}@media (max-width:767px){.about__Profiles{margin-top:120rem}}.about__ProfilesTitle{max-width:815rem}.about__ProfilesTitle .smallTitle{padding-left:48rem}@media (max-width:767px){.about__ProfilesTitle .smallTitle{padding-left:0}}.about__ProfilesTitle .h2{margin-top:12rem}.about__ProfilesTitle .h2 span{color:#ff564f}.about__ProfilesList{grid-gap:120rem;display:grid;grid-template-columns:repeat(3,1fr);margin-top:80rem}@media (max-width:767px){.about__ProfilesList{grid-gap:60rem;display:flex;flex-direction:column;margin-top:60rem}}.about__ProfilesListItem{align-items:center;display:flex;flex-direction:column;justify-content:center}.about__ProfilesListItemCircle{align-items:center;border:1px dashed #ff564f;border-radius:50%;display:flex;height:385rem;justify-content:center;min-width:385rem;position:relative;width:385rem}@media (max-width:480px){.about__ProfilesListItemCircle{height:300rem;min-width:300rem;width:300rem}}.about__ProfilesListItemCircle:before{background-color:#ff564f;border-radius:50%;bottom:44rem;content:"";left:44rem;position:absolute;right:44rem;top:44rem}.about__ProfilesListItemCircle img,.about__ProfilesListItemCircle svg{max-height:124rem;max-width:192rem;position:relative;z-index:1}.about__ProfilesListItemText{margin-top:36rem;text-align:center}.about__ProfilesListItemText>p{font-size:15rem;font-weight:400;line-height:1.6}.about__ProfilesListItemText h3{color:#ff564f;font-size:18rem;font-weight:700;line-height:1.6;text-transform:uppercase}.about__ProfilesListItemText .text{margin-top:20rem}.about__ProfilesListItemText .text p{font-size:16rem}.about__Skills{margin-top:260rem;padding-bottom:160rem}@media (max-width:767px){.about__Skills{margin-top:120rem;padding-bottom:120rem}}.about__SkillsWrapper{align-items:center;display:flex;justify-content:space-between}@media (max-width:767px){.about__SkillsWrapper{flex-direction:column}}.about__SkillsTitle{width:100%}.about__SkillsTitle .smallTitle{padding-left:48rem}@media (max-width:767px){.about__SkillsTitle .smallTitle{padding-left:0}}.about__SkillsTitle .h2{margin-top:12rem}.about__SkillsTitle .h2 span{color:#ff564f}.about__SkillsGraphic{align-items:center;display:flex;justify-content:center;min-width:820rem;width:820rem}@media (max-width:767px){.about__SkillsGraphic{margin-top:36rem;min-width:auto;width:100%}}.about__SkillsGraphicImage{position:relative}.about__SkillsGraphicImage svg,.about__SkillsGraphicImage>img{width:385rem}.about__SkillsGraphicImageText{position:absolute}.about__SkillsGraphicImageText:first-of-type{bottom:60rem;left:-160rem;max-width:160rem}.about__SkillsGraphicImageText:nth-of-type(2){bottom:-40rem;max-width:215rem;right:-235rem}.about__SkillsGraphicImageText:nth-of-type(3){left:20rem;max-width:210rem;top:-80rem}.about__SkillsGraphicImageText h4{color:#ff564f;font-size:18rem;font-weight:700;line-height:1.6;text-transform:uppercase}.about__SkillsGraphicImageText p{font-size:15rem;line-height:1.6}.about__Portfolio{padding:120rem 0}@media (max-width:767px){.about__Portfolio{padding:60rem 0}}.about__ManagementProgress{display:flex;justify-content:center;margin-top:60rem}.about__ManagementModal{display:none}@media (max-width:480px){.about__ManagementModal{align-items:flex-end;display:flex;padding:0}}.about__ManagementModal .modal__Wrapper{border-radius:8rem 8rem 0 0;padding:80rem 16rem 24rem;width:100%}.about__ManagementModal .modal__Content{max-height:calc(100vh - 160rem)}.about__ManagementModal .about__ManagementInfo{display:block;margin-left:0;margin-top:0;min-width:auto;position:relative;top:auto;width:100%}.about__Responsibility{overflow:hidden}.about__ResponsibilityWrapper{align-items:center;display:flex;justify-content:space-between}@media (max-width:767px){.about__ResponsibilityWrapper{flex-direction:column}}.about__ResponsibilityImage{max-width:650rem;position:relative}.about__ResponsibilityImage img{width:100%}.about__ResponsibilityImage p{-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#ff564f;color:transparent;font-family:Poppins;font-size:80rem;font-style:italic;font-weight:900;left:0;letter-spacing:-1.6rem;line-height:1;position:absolute;right:0;text-align:center;text-transform:uppercase;top:50%;transform:translateY(-50%) rotate(-15deg)}@media (max-width:767px){.about__ResponsibilityImage p{font-size:60rem}}@media (max-width:480px){.about__ResponsibilityImage p{font-size:40rem;letter-spacing:0}}.about__ResponsibilityImage p span{color:#ff564f}.about__ResponsibilityText{min-width:585rem;width:585rem}@media (max-width:767px){.about__ResponsibilityText{margin-top:36rem;min-width:auto;width:100%}}@media (max-width:480px){.about__ResponsibilityText .h2{margin-top:12rem}}.about__ResponsibilityText .h2 span{color:#ff564f}.about__ResponsibilityText .text{border-bottom:1px solid #000;margin-top:24rem;padding-bottom:24rem}.about__ResponsibilityTextNumber{margin-top:24rem}.about__ResponsibilityTextNumber h4{-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#000;color:transparent;font-family:Poppins;font-size:48rem;font-style:italic;font-weight:700;letter-spacing:1rem;line-height:1;text-transform:uppercase}@media (max-width:767px){.about__ResponsibilityTextNumber h4{font-size:36rem}}@media (max-width:480px){.about__ResponsibilityTextNumber h4{font-size:28rem}}.about__ResponsibilityTextNumber h5{font-family:Poppins;font-size:24rem;font-style:italic;font-weight:900;letter-spacing:-.24rem;line-height:1;margin-top:12rem;text-transform:uppercase}@media (max-width:480px){.about__ResponsibilityTextNumber h5{font-size:18rem}}.about__ResponsibilityTextButton{display:flex;justify-content:flex-end;margin-top:24rem}.about__ResponsibilityTextButton a{align-items:center;display:inline-flex;transition:.3s}.about__ResponsibilityTextButton a:hover span{color:#000}.about__ResponsibilityTextButton a:hover .fill{fill:#000;stroke:#000}.about__ResponsibilityTextButton a img,.about__ResponsibilityTextButton a svg{margin-left:36rem;width:48rem}.about__ResponsibilityTextButton a .fill,.about__ResponsibilityTextButton a span{transition:.3s}.about__Network{background-color:#f6f6f6;display:flex;flex-direction:column;justify-content:center;padding:60rem 0;position:relative}@media (max-width:480px){.about__Network{padding:0}}.about__Network .horizontalScroll>section{box-sizing:content-box;min-height:100vh!important}.about__Network .wrapper{display:flex;flex-direction:column;justify-content:center}@media only screen and (max-height:1000px){.about__Network .wrapper{justify-content:flex-end;padding-bottom:60rem}}@media only screen and (max-height:700px){.about__Network .wrapper{justify-content:center;padding-bottom:0}}@media (max-width:480px){.about__Network .wrapper{justify-content:flex-end;padding-bottom:60rem}}.about__NetworkTitle{left:440rem;position:absolute;top:40rem;width:calc(100vw - 600rem)}@media (max-width:1919px){.about__NetworkTitle{left:240rem;top:100rem;width:calc(100vw - 300rem)}}@media (max-width:767px){.about__NetworkTitle{left:30rem;top:140rem;width:calc(100vw - 30rem)}}@media only screen and (max-height:800px) and (min-width:768px){.about__NetworkTitle{top:40rem}}@media only screen and (max-height:700px) and (min-width:768px){.about__NetworkTitle{top:20rem}}.about__NetworkTitle .h2{margin-top:12rem}.about__NetworkTitle .h2 span{color:#ff564f}.about__NetworkWrapper{align-items:center;display:flex;width:calc(50% + 50vw - 2rem)}.about__NetworkHolder{display:flex;flex-direction:column;justify-content:center;left:0;min-height:100%;padding-left:240rem;position:sticky;top:0}@media (max-width:1919px){.about__NetworkHolder{padding-left:120rem}}@media (max-width:767px){.about__NetworkHolder{padding-left:30rem}}.about__NetworkImage{min-width:620rem;width:620rem}@media (max-width:1919px){.about__NetworkImage{left:285rem}}@media (max-width:1600px){.about__NetworkImage{left:125rem}}@media (max-width:767px){.about__NetworkImage{left:40rem;min-width:300rem;width:300rem}}@media (max-width:480px){.about__NetworkImage{min-width:300rem;width:300rem}}@media only screen and (max-height:700px){.about__NetworkImage{min-width:300rem;width:300rem}}.about__NetworkImage img{max-height:620rem;max-width:100%}@media (max-width:767px){.about__NetworkImage img{max-height:400rem}}@media (max-width:480px){.about__NetworkImage img{max-height:300rem}}@media only screen and (max-height:700px){.about__NetworkImage img{max-height:400rem}}.about__NetworkList{grid-gap:40rem;align-items:stretch;display:flex;margin-left:12rem;position:relative}.about__NetworkListItem{background-color:#fff;border-radius:12rem;min-width:530rem;padding:80rem 60rem;width:530rem}@media (max-width:767px){.about__NetworkListItem{min-width:370rem;padding:40rem 30rem;width:370rem}}@media only screen and (max-height:700px){.about__NetworkListItem{padding:40rem 30rem}}.about__NetworkListItem:last-of-type{margin-right:285rem}@media (max-width:1919px){.about__NetworkListItem:last-of-type{margin-right:200rem}}@media (max-width:1600px){.about__NetworkListItem:last-of-type{margin-right:120rem}}@media (max-width:767px){.about__NetworkListItem:last-of-type{margin-right:0}}.about__NetworkListItem h4{-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#000;color:transparent;font-family:Poppins;font-size:48rem;font-style:italic;font-weight:700;letter-spacing:1rem;line-height:1;text-transform:uppercase}@media (max-width:767px){.about__NetworkListItem h4{font-size:28rem}}@media only screen and (max-height:700px){.about__NetworkListItem h4{font-size:28rem}}.about__NetworkListItem h5{font-family:Poppins;font-size:24rem;font-style:italic;font-weight:900;letter-spacing:-.24rem;line-height:1;margin-top:12rem;text-transform:uppercase}@media (max-width:767px){.about__NetworkListItem h5{font-size:18rem}}@media only screen and (max-height:700px){.about__NetworkListItem h5{font-size:18rem}}.about__NetworkListItem .text{margin-top:24rem}.about__NetworkListItem .text p{font-size:24rem}@media (max-width:767px){.about__NetworkListItem .text p{font-size:18rem}}@media only screen and (max-height:700px){.about__NetworkListItem .text p{font-size:18rem}}.about__Board{background-color:#f6f6f6;display:flex;flex-direction:column;justify-content:center;padding:60rem 0;position:relative}@media (max-width:480px){.about__Board{padding:0}}.about__Board .horizontalScroll>section{box-sizing:content-box;min-height:100vh!important}.about__Board .wrapper{display:flex;flex-direction:column;justify-content:center}@media only screen and (max-height:1000px){.about__Board .wrapper{justify-content:flex-end;padding-bottom:60rem}}@media only screen and (max-height:700px){.about__Board .wrapper{justify-content:center;padding-bottom:0}}@media (max-width:480px){.about__Board .wrapper{justify-content:flex-end;padding-bottom:0}}.about__BoardTitle{left:0;position:absolute;right:0;text-align:center;top:40rem;width:100vw}@media (max-width:767px){.about__BoardTitle{top:140rem}}@media (max-width:480px){.about__BoardTitle{top:100rem}}@media only screen and (max-height:800px) and (min-width:768px){.about__BoardTitle{top:40rem}}@media only screen and (max-height:700px) and (min-width:768px){.about__BoardTitle{top:20rem}}.about__BoardTitle .h2{font-family:Poppins;font-style:italic;font-weight:900;text-transform:uppercase}.about__BoardTitle .h2 span{color:#ff564f}.about__BoardHolder{display:flex;flex-direction:column;justify-content:center;left:0;min-height:100%;padding-left:240rem;position:sticky;top:0}@media (max-width:1919px){.about__BoardHolder{padding-left:120rem}}@media (max-width:767px){.about__BoardHolder{padding-left:30rem}}@media (max-width:480px){.about__BoardHolder{padding-left:0;padding-right:0}}.about__BoardWrapper{align-items:center;display:flex;width:calc(50% + 50vw - 2rem)}.about__BoardList{grid-gap:120rem;align-items:stretch;background-image:url(../resources/images/logos/myty-full.svg);background-position:0;background-repeat:no-repeat;background-size:1400rem;display:flex;position:relative}@media (max-width:767px){.about__BoardList{grid-gap:60rem}}@media (max-width:480px){.about__BoardList{background-image:none}}.about__BoardListItem{min-width:430rem;width:430rem}@media (max-width:480px){.about__BoardListItem{min-width:300rem;width:300rem}}.about__BoardListItem:last-of-type{margin-right:120rem}@media (max-width:480px){.about__BoardListItem:last-of-type{margin-right:60rem}}.about__BoardListItem>.h3{margin-top:24rem}@media (max-width:480px){.about__BoardListItem>.h3{margin-top:16rem}}.about__BoardListItem>.lead{margin-top:12rem}.about__BoardListItem>.lead p{font-size:20rem;font-weight:500;line-height:normal}@media only screen and (max-height:750px) and (min-width:768px){.about__BoardListItem>.lead p{font-size:18rem}}@media (max-width:480px){.about__BoardListItem>.lead p{font-size:14rem}}.about__BoardListItemImage{max-width:300rem;position:relative}@media only screen and (max-height:750px) and (min-width:768px){.about__BoardListItemImage{max-width:160rem;width:auto}}@media (max-width:480px){.about__BoardListItemImage{max-width:160rem;width:auto}}.about__BoardListItemImage:before{mix-blend-mode:color;opacity:1}.about__BoardListItemImage:after,.about__BoardListItemImage:before{background-color:#f2eee3;border-radius:12rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:.3s;z-index:1}.about__BoardListItemImage:after{mix-blend-mode:multiply}.about__BoardListItemImage img{border-radius:6rem;width:100%}.about__BoardListItemHeader{align-items:center;border-bottom:1px solid #000;display:flex;justify-content:space-between;padding-bottom:12rem}.about__BoardListItemHeaderSocial{align-items:center;display:flex;margin-left:12rem}.about__BoardListItemHeaderSocial>a{display:flex}.about__BoardListItemHeaderSocial>a:not(:first-child){margin-left:12rem}.about__BoardListItemHeaderSocial>a:hover .fill{fill:#ff564f}.about__BoardListItemHeaderSocial>a img,.about__BoardListItemHeaderSocial>a svg{min-width:40rem;width:40rem}.about__BoardListItemHeaderSocial>a .fill{fill:#000;transition:.3s}.agencies__Header .largeTitle{margin-top:32rem}@media (max-width:767px){.agencies__Header .largeTitle{margin-top:24rem}}.agencies__Header .largeTitle span{color:#ff564f}.agencies__Header .services__HeaderButton{margin-top:56rem}@media (max-width:767px){.agencies__Header .services__HeaderButton{margin-top:48rem}}.agencies__Partners{background-color:#f6f6f6;background-image:url(../resources/images/lines-repeat.svg);background-position:50%;background-repeat:repeat-y;padding-bottom:380rem;padding-top:180rem;position:relative}@media (max-width:767px){.agencies__Partners{background-image:none;padding:120rem 0}}.agencies__Partners .dragSlider{margin-left:-80rem;margin-right:-80rem}@media (max-width:767px){.agencies__Partners .dragSlider{margin-left:-40rem;margin-right:-40rem;width:760rem}}@media (max-width:480px){.agencies__Partners .dragSlider{width:384rem}}.agencies__Partners .agencies__PartnersListItemImages{justify-content:center!important;padding-bottom:0}@media (max-width:480px){.agencies__Partners .agencies__PartnersListItemImages{justify-content:flex-start!important;padding-left:40rem;padding-right:40rem}}.agencies__Partners .dragSlider__Progress{display:none}.agencies__PartnersTitle{text-align:center}.agencies__PartnersList{margin-top:240rem}@media (max-width:767px){.agencies__PartnersList{margin-top:120rem}}@media (max-width:480px){.agencies__PartnersList{margin-top:60rem}}@media (max-width:767px){.agencies__PartnersListItem{padding-top:240rem}}.agencies__PartnersListItem:not(:first-child){margin-top:240rem}@media (max-width:767px){.agencies__PartnersListItem:not(:first-child){margin-top:120rem}}@media (max-width:480px){.agencies__PartnersListItem:not(:first-child){margin-top:60rem}}.agencies__PartnersListItem:nth-of-type(2n) .agencies__PartnersListItemWrapper{flex-direction:row-reverse}@media (max-width:767px){.agencies__PartnersListItem:nth-of-type(2n) .agencies__PartnersListItemWrapper{flex-direction:column}}.agencies__PartnersListItem:nth-of-type(2n) .agencies__PartnersListItemText{margin-left:0;margin-right:50rem;padding-left:0;padding-right:50rem}@media (max-width:767px){.agencies__PartnersListItem:nth-of-type(2n) .agencies__PartnersListItemText{margin-right:0;padding:0}}.agencies__PartnersListItem:nth-of-type(2n) .agencies__PartnersListItemTextBadge{left:auto;right:-115rem}@media (max-width:767px){.agencies__PartnersListItem:nth-of-type(2n) .agencies__PartnersListItemTextBadge{left:50%;right:auto;top:-90rem;transform:translate(-50%)}}.agencies__PartnersListItemWrapper{align-items:center;display:flex;position:relative}@media (max-width:767px){.agencies__PartnersListItemWrapper{flex-direction:column}}.agencies__PartnersListItemVideo{min-width:50%;width:50%}@media (max-width:767px){.agencies__PartnersListItemVideo{min-width:auto;position:relative;width:100%;z-index:2}}.agencies__PartnersListItemText{margin-left:50rem;padding-left:50rem;position:relative;width:100%}@media (max-width:767px){.agencies__PartnersListItemText{margin-left:0;margin-top:48rem;padding-left:0;position:static}}.agencies__PartnersListItemText>p{color:#ff564f;font-family:Poppins;font-size:15rem;font-style:italic;font-weight:700;line-height:1.6;position:relative;text-transform:uppercase;z-index:2}.agencies__PartnersListItemText .h1{position:relative;z-index:2}.agencies__PartnersListItemTextBackground{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;top:0}@media (max-width:767px){.agencies__PartnersListItemTextBackground{background:repeating-linear-gradient(-60deg,rgba(96,109,188,0),rgba(96,109,188,0) 9px,#fff 10px,#fff 11px);bottom:auto;left:-40rem;padding:24rem 0;right:-40rem;top:-240rem}}.agencies__PartnersListItemTextBackground p{color:#fff;font-family:Poppins;font-size:132rem;font-style:italic;font-weight:900;letter-spacing:-2.16rem;line-height:1;text-transform:uppercase}@media (max-width:1600px){.agencies__PartnersListItemTextBackground p{font-size:108rem}}@media (max-width:767px){.agencies__PartnersListItemTextBackground p{font-size:60rem;text-align:center}}.agencies__PartnersListItemTextBadge{align-items:center;background-color:#000;border-radius:50%;display:flex;height:130rem;justify-content:center;left:-115rem;min-width:130rem;position:absolute;top:50%;transform:translateY(-50%);width:130rem}@media (max-width:767px){.agencies__PartnersListItemTextBadge{height:120rem;left:50%;min-width:120rem;top:-90rem;transform:translate(-50%);width:120rem;z-index:2}}.agencies__PartnersListItemTextBadge:hover img,.agencies__PartnersListItemTextBadge:hover svg{transform:scale(1.1)}.agencies__PartnersListItemTextBadge img,.agencies__PartnersListItemTextBadge svg{max-height:80rem;max-width:120rem;transition:.3s}.agencies__PartnersListItemImages{grid-gap:30rem;align-items:center;display:flex;justify-content:center;padding-bottom:90rem;padding-top:90rem}@media (max-width:480px){.agencies__PartnersListItemImages{padding-bottom:60rem;padding-top:60rem}}.agencies__PartnersListItemImage{border-radius:50%;cursor:pointer;height:124rem;min-width:124rem;overflow:hidden;position:relative;width:124rem}.agencies__PartnersListItemImage:not(.agencies__PartnersListItemImage--Logo):hover:after,.agencies__PartnersListItemImage:not(.agencies__PartnersListItemImage--Logo):hover:before{opacity:0}.agencies__PartnersListItemImage:not(.agencies__PartnersListItemImage--Logo):hover .agencies__PartnersListItemImageBlend{background-color:#ff564f;mix-blend-mode:multiply;opacity:1}.agencies__PartnersListItemImage:not(.agencies__PartnersListItemImage--Logo):before{background-color:#f2eee3;border-radius:50%;bottom:0;content:"";left:0;mix-blend-mode:color;opacity:1;position:absolute;right:0;top:0;transition:.3s;z-index:1}.agencies__PartnersListItemImage:not(.agencies__PartnersListItemImage--Logo):after{background-color:#f2eee3;border-radius:50%;bottom:0;content:"";left:0;mix-blend-mode:multiply;position:absolute;right:0;top:0;transition:.3s;z-index:1}.agencies__PartnersListItemImage img,.agencies__PartnersListItemImage svg{border-radius:50%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.agencies__PartnersListItemImageBlend{border-radius:50%;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s}.agencies__PartnersListItemImage--Logo{align-items:center;background-color:#ff564f;display:flex;justify-content:center}.agencies__PartnersListItemImage--Logo img,.agencies__PartnersListItemImage--Logo svg{border-radius:0;height:auto;max-height:70%;max-width:70%;width:auto}.agencies__Modal .modal__Wrapper{padding:12rem}.agencies__Modal .modal__Content{align-items:center;display:flex}@media (max-width:767px){.agencies__Modal .modal__Content{flex-direction:column}}.agencies__ModalImage{min-width:400rem;width:400rem}@media (max-width:767px){.agencies__ModalImage{min-width:auto;width:100%}}.agencies__ModalImage img{border-radius:12rem;width:100%}.agencies__ModalText{padding:40rem;width:100%}@media (max-width:767px){.agencies__ModalText{padding:20rem}}.agencies__ModalText h4{color:#ff564f;font-family:Poppins;font-style:italic;font-weight:700;margin-bottom:24rem;margin-top:6rem;text-transform:uppercase}.agencies__ModalText h4,.agencies__ModalText p{font-size:15rem;line-height:1.6}.agencies__ModalTextIcons{align-items:center;display:flex;margin-top:48rem}.agencies__ModalTextIcons>a{display:inline-flex}.agencies__ModalTextIcons>a:hover .fill{fill:#000}.agencies__ModalTextIcons>a:not(:last-of-type){margin-right:24rem}.agencies__ModalTextIcons>a img,.agencies__ModalTextIcons>a svg{height:auto;min-width:48rem;width:48rem}.agencies__ModalTextIcons>a .fill{transition:.3s}.businessNavigator__Header{background-color:#f6f6f6;background-image:url(../resources/images/logos/myty.svg);background-position:50% 0;background-repeat:no-repeat;background-size:100%;min-height:100vh;padding-top:230rem;position:relative}@media (max-width:1600px){.businessNavigator__Header{background-size:120%;padding-top:120rem}}@media (max-width:767px){.businessNavigator__Header{background-size:cover;min-height:auto;padding-bottom:120rem}}.businessNavigator__HeaderTitle{text-align:center}.businessNavigator__HeaderTitle>p{color:#ff564f;font-family:Poppins;font-size:15rem;font-style:italic;font-weight:700;text-transform:uppercase}.businessNavigator__HeaderTitle .h1{font-family:Poppins;margin-top:32rem;text-transform:uppercase}@media (max-width:767px){.businessNavigator__HeaderTitle .h1{margin-top:24rem}}.businessNavigator__HeaderTitle .h1 span{color:#ff564f}.businessNavigator__HeaderLead{margin-top:48rem;text-align:center}@media (max-width:767px){.businessNavigator__HeaderLead{margin-top:36rem}}.businessNavigator__HeaderLead .h3{font-weight:400}.businessNavigator__HeaderButton{margin-top:32rem;text-align:center}@media (max-width:767px){.businessNavigator__HeaderButton{margin-top:24rem}}.businessNavigator__HeaderCompass{margin:16rem auto 0;position:relative;width:250rem}.businessNavigator__HeaderCompass img,.businessNavigator__HeaderCompass svg{width:100%}.businessNavigator__HeaderCompassArrow{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:90rem}.businessNavigator__HeaderCompassArrow img,.businessNavigator__HeaderCompassArrow svg{width:100%}.businessNavigator__Content{background-color:#f6f6f6;padding-left:60rem;padding-top:120rem}@media (max-width:767px){.businessNavigator__Content{padding-left:0}}#business-navigator-app .business-navigator-wrapper-class{--container-max-width:870rem;--button-border-radius:12rem;--button-text-size:20rem;--card-button-max-width:200rem;--card-button-height:150rem;--card-button-name-font-size:18rem;--card-button-subline-font-size:12rem;--card-button-border-radius:12rem;font-size:16rem}#business-navigator-app .business-navigator-wrapper-class h1,#business-navigator-app .business-navigator-wrapper-class h2{font-size:30rem;margin-bottom:8rem}#business-navigator-app .business-navigator-wrapper-class h3{font-size:18rem!important;margin-bottom:8rem}#business-navigator-app .business-navigator-wrapper-class h4{font-size:16rem;margin-bottom:8rem}#business-navigator-app .business-navigator-wrapper-class h5{font-size:14rem;margin-bottom:8rem}#business-navigator-app .business-navigator-wrapper-class label{font-size:16rem;margin-bottom:8rem}#business-navigator-app .business-navigator-wrapper-class .stepTitle{font-size:16rem!important}#business-navigator-app .business-navigator-wrapper-class .footer-bottom-text{margin:64rem 0}#business-navigator-app .business-navigator-wrapper-class .form-group{margin-bottom:16rem!important}#business-navigator-app .business-navigator-wrapper-class .form-control{border-radius:12rem;font-size:20rem!important;padding:6rem 12rem}#business-navigator-app .business-navigator-wrapper-class .button-hint{font-size:16rem;margin-bottom:32rem}#business-navigator-app .business-navigator-wrapper-class .field-table span{font-size:18rem!important}.careers{background-color:#f6f6f6}@media (max-width:767px){.careers .home__Heart{padding-top:120rem}}.careers .home__Careers{padding-bottom:0}.careers>.transition:first-of-type{display:none}.careers__Header .commitment__HeaderContent{margin-left:auto;margin-right:auto;max-width:1055rem}.careers__Highlights{background-color:#fff;padding-bottom:120rem;padding-top:200rem;position:relative}@media (max-width:767px){.careers__Highlights{padding:120rem 0}}@media (max-width:480px){.careers__Highlights{padding-top:60rem 0}}.careers__HighlightsTitle{margin-bottom:120rem}@media (max-width:767px){.careers__HighlightsTitle{margin-bottom:60rem}}.careers__HighlightsTitle h2{color:#000;font-family:Poppins;font-size:80rem;font-style:italic;font-weight:900;letter-spacing:-.8rem;line-height:.9;margin:0 auto;max-width:1200rem;text-align:center;text-transform:uppercase}@media (max-width:767px){.careers__HighlightsTitle h2{font-size:60rem}}@media (max-width:480px){.careers__HighlightsTitle h2{font-size:36rem}}.careers__HighlightsTitle h2 span{color:#ff564f}.careers__HighlightsItem{align-items:center;display:flex}@media (max-width:480px){.careers__HighlightsItem{flex-direction:column-reverse}}.careers__HighlightsItem:nth-of-type(2n){flex-direction:row-reverse}@media (max-width:480px){.careers__HighlightsItem:nth-of-type(2n){flex-direction:column-reverse}}.careers__HighlightsItem:nth-of-type(2n) .careers__HighlightsItemText{margin-left:192rem;margin-right:0}@media (max-width:767px){.careers__HighlightsItem:nth-of-type(2n) .careers__HighlightsItemText{margin-left:48rem}}@media (max-width:480px){.careers__HighlightsItem:nth-of-type(2n) .careers__HighlightsItemText{margin-left:0}}.careers__HighlightsItem:not(:first-of-type){margin-top:180rem}@media (max-width:767px){.careers__HighlightsItem:not(:first-of-type){margin-top:120rem}}@media (max-width:480px){.careers__HighlightsItem:not(:first-of-type){margin-top:60rem}}.careers__HighlightsItemText{margin-right:192rem;width:100%}@media (max-width:767px){.careers__HighlightsItemText{margin-right:48rem}}@media (max-width:480px){.careers__HighlightsItemText{margin-right:0;margin-top:24rem;min-width:auto;width:100%}}.careers__HighlightsItemText .h1{margin-bottom:24rem;margin-left:-48rem}@media (max-width:767px){.careers__HighlightsItemText .h1{margin-bottom:12rem;margin-left:0}}.careers__HighlightsItemText p{font-size:24rem;line-height:1.5}@media (max-width:480px){.careers__HighlightsItemText p{font-size:20rem;line-height:1.33}}.careers__HighlightsItemImage{min-width:530rem;width:530rem}@media (max-width:767px){.careers__HighlightsItemImage{min-width:300rem;width:300rem}}@media (max-width:480px){.careers__HighlightsItemImage{min-width:auto;width:100%}}.careers__HighlightsItemImage img{border-radius:12rem;width:100%}.careers__List{margin-top:240rem}@media (max-width:767px){.careers__List{margin-top:120rem}}@media (max-width:480px){.careers__List{margin-top:60rem}}.careers__List .about__PartnersList button{opacity:.24;transition:.3s}.careers__List .about__PartnersList button.isActive,.careers__List .about__PartnersList button:hover{opacity:1}.careers__List .about__PartnersList button.isActive img,.careers__List .about__PartnersList button:hover img{filter:none}.careers__ListTitle{max-width:530rem}.careers__ListTitle .h2 span{color:#ff564f}.careers__ListSlider{margin-top:84rem;padding-bottom:240rem}@media (max-width:767px){.careers__ListSlider{padding-bottom:120rem}}@media (max-width:480px){.careers__ListSlider{padding-bottom:60rem}}.careers__ListSliderItem{max-width:1390rem;position:relative}.careers__ListSliderItem:not(:last-child){margin-right:40rem}@media (max-width:480px){.careers__ListSliderItem:not(:last-child){margin-right:30rem}}.careers__ListSliderItem img{width:100%}.careers__ListSliderItem .video{width:1390rem}@media (max-width:767px){.careers__ListSliderItem .video{width:600rem}}@media (max-width:480px){.careers__ListSliderItem .video{width:290rem}}.careerSingle__Responsibilities{padding:60rem 0}.careerSingle__ResponsibilitiesText{margin-top:48rem}@media (max-width:767px){.careerSingle__ResponsibilitiesText{margin-top:36rem}}.careerSingle__ResponsibilitiesText ul{-moz-column-count:2;column-count:2;-moz-column-gap:48rem;column-gap:48rem}@media (max-width:767px){.careerSingle__ResponsibilitiesText ul{-moz-column-count:1;column-count:1}}.careerSingle__ResponsibilitiesText ul li{font-size:20rem}.careerSingle__ResponsibilitiesText ul li:not(:first-child){margin-top:10rem}.careerSingle__ResponsibilitiesText--SingleColumn ul{-moz-column-count:1;column-count:1}.careerSingle__Apply{background-color:#f6f6f6}.careerSingle__Apply .home__TypoText{text-align:center}.careerSingle__Apply .home__TypoText .text{text-align:left}.clientCase{padding-bottom:120rem}@media (max-width:767px){.clientCase{padding-bottom:60rem;padding-top:100rem}}.clientCase__Back{left:120rem;position:absolute;top:40rem;z-index:8}@media (max-width:767px){.clientCase__Back{left:auto;right:30rem;top:130rem;z-index:5}}.clientCase__Back:hover .stroke{stroke:#ff564f}.clientCase__Back:hover .fill{fill:#ff564f}.clientCase__Back img,.clientCase__Back svg{height:auto;min-width:84rem;width:84rem}@media (max-width:767px){.clientCase__Back img,.clientCase__Back svg{min-width:60rem;width:60rem}}.clientCase__Back .fill,.clientCase__Back .stroke{transition:.3s}.clientCase__ListItem{background-color:#fff;overflow:hidden}.clientCase__ListItem:first-of-type{padding-top:180rem}.clientCase__ListItem:nth-of-type(odd){background-color:#f6f6f6}.clientCase__ListItem:nth-of-type(odd) .clientCase__ListItemContentHeaderBackground>p{color:#fff}.clientCase__ListItem:nth-of-type(2n):last-of-type .transition{display:none}.clientCase__ListItem.isVisible .clientCase__ListItemProgressLine{transform:translate(0)!important}.clientCase__ListItemWrapper{align-items:flex-start;display:flex;padding-bottom:120rem;position:relative}@media (max-width:767px){.clientCase__ListItemWrapper{align-items:center;flex-direction:column}}.clientCase__ListItemImage{left:0;margin-right:180rem;min-width:530rem;position:sticky;top:40rem;width:530rem}@media (max-width:767px){.clientCase__ListItemImage{left:auto;margin-right:0;position:relative;top:auto}}@media (max-width:480px){.clientCase__ListItemImage{min-width:auto;width:100%}}.clientCase__ListItemImage img{border-radius:12rem;width:100%}.clientCase__ListItemContent{width:100%}@media (max-width:767px){.clientCase__ListItemContent{margin-top:48rem}}.clientCase__ListItemContent .about__Video{padding:0}@media (max-width:767px){.clientCase__ListItemContent .about__Video{margin-top:36rem}}.clientCase__ListItemContent .about__Video .wrapperExtraLarge{padding:0}.clientCase__ListItemContentHeader{position:relative}.clientCase__ListItemContentHeader .smallBoldTitle{position:relative;z-index:2}.clientCase__ListItemContentHeader .h1{margin-top:12rem;position:relative;z-index:2}.clientCase__ListItemContentHeaderInfo{margin-top:100rem;position:relative;z-index:1}.clientCase__ListItemContentHeaderInfo p{align-items:center;display:flex;font-size:12rem;text-transform:uppercase}.clientCase__ListItemContentHeaderInfo p img,.clientCase__ListItemContentHeaderInfo p svg{height:auto;margin:0 12rem;min-width:18rem;width:18rem}.clientCase__ListItemContentHeaderBackground{left:-100rem;position:absolute;right:0;top:20rem}@media (max-width:767px){.clientCase__ListItemContentHeaderBackground{left:-30rem}}.clientCase__ListItemContentHeaderBackground>p{color:#f6f6f6;font-family:Poppins;font-size:118rem;font-weight:900;letter-spacing:-1.32rem;line-height:1;text-transform:uppercase}@media (max-width:767px){.clientCase__ListItemContentHeaderBackground>p{font-size:80rem}}@media (max-width:480px){.clientCase__ListItemContentHeaderBackground>p{font-size:60rem}}.clientCase__ListItemContentServices{margin-top:72rem;position:relative}.clientCase__ListItemContentServices .smallTitle{color:#ff564f}.clientCase__ListItemContentServices>ul{margin-top:24rem}.clientCase__ListItemContentServices>ul li{font-size:16rem;line-height:1.5}.clientCase__ListItemContentServices .text{margin-top:24rem}.clientCase__ListItemContentServices .text>:not(:first-child){margin-top:0}.clientCase__ListItemContentList{margin-top:100rem}@media (max-width:767px){.clientCase__ListItemContentList{margin-top:60rem}}.clientCase__ListItemContentListItem{border-top:2px solid #000;padding-bottom:100rem;padding-top:60rem}@media (max-width:767px){.clientCase__ListItemContentListItem{padding:48rem 0}}.clientCase__ListItemContentListItem .smallTitle{padding-left:48rem}@media (max-width:767px){.clientCase__ListItemContentListItem .smallTitle{padding-left:0}}.clientCase__ListItemContentListItem .smallTitle span:first-of-type{color:#ff564f;margin-right:12rem}.clientCase__ListItemContentListItem .h2{margin-top:12rem}.clientCase__ListItemContentListItem .h2 span{color:#ff564f}@media (max-width:767px){.clientCase__ListItemContentVideo{margin-top:36rem}}.clientCase__ListItemContentLink{margin-top:60rem}@media (max-width:767px){.clientCase__ListItemContentLink{margin-top:48rem}}.clientCase__ListItemContentLink a{align-items:center;display:inline-flex}.clientCase__ListItemContentLink a:hover .clientCase__ListItemContentLinkWrapper .smallBoldTitle{color:#ff564f}.clientCase__ListItemContentLink a img,.clientCase__ListItemContentLink a svg{margin-right:12rem}.clientCase__ListItemContentLinkWrapper .smallBoldTitle{color:#000;transition:.3s}.clientCase__ListItemNext{margin-bottom:180rem;margin-left:710rem;padding-top:120rem}@media (max-width:767px){.clientCase__ListItemNext{margin-left:0}}.clientCase__ListItemNext .smallBoldTitle{color:#000;margin-top:12rem;text-align:right}.clientCase__ListItemProgress{align-items:center;background-color:#0000001f;display:flex;height:2px;margin-top:12rem;overflow:hidden;position:relative;width:100%}.clientCase__ListItemProgressLine{background-color:#ff564f;bottom:0;left:0;position:absolute;right:0;top:0;transform:translate(-100%);transition:.3s}.commitment .inTouchForm .transition{display:none}.commitment .agencies__Modal .modal__Wrapper{padding:40rem 80rem}@media (max-width:767px){.commitment .agencies__Modal .modal__Wrapper{padding:80rem 40rem}}.commitment__Header{background-image:url(../resources/images/commitment/header.jpg);background-position:top;background-repeat:no-repeat;background-size:cover;padding:220rem 0 120rem;position:relative}@media (max-width:767px){.commitment__Header{padding:120rem 0}}.commitment__Header:before{background:linear-gradient(180deg,transparent,rgba(0,0,0,.94));bottom:0;content:"";left:0;position:absolute;right:0;top:50%;z-index:2}.commitment__Header:after{background-color:#f5f5f5f2;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:.3s;visibility:hidden}.commitment__Header.careers__Header{background-image:url(../resources/images/careers/careers-bg.jpg);background-position:50%}@media (max-width:767px){.commitment__Header.careers__Header{padding:220rem 0 120rem}}@media (max-width:480px){.commitment__Header.careers__Header{padding:120rem 0}}.commitment__Header.careers__Header:after{background-color:#faed390d;opacity:1;visibility:visible}.commitment__Header.isActive:before{background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.94))}.commitment__Header.isActive:after{opacity:1;visibility:visible}.commitment__Header.isActive .commitment__Lead .h2{color:#000}.commitment__Header.isActive .commitment__Lead .h2 span{color:#ff564f}.commitment__Header.isActive .commitment__HeaderContent .smallTitle,.commitment__Header.isActive .commitment__QuoteText ol li,.commitment__Header.isActive .commitment__QuoteText p,.commitment__Header.isActive .commitment__QuoteText ul li{color:#000}.commitment__Header .wrapperExtraLarge,.commitment__Header .wrapperSmall{position:relative;z-index:2}.commitment__Header .commitment__Lead .h2{color:#fff}.commitment__HeaderTitle{text-align:center}.commitment__HeaderTitle p{color:#ff564f;font-size:15rem;font-weight:700}.commitment__HeaderTitle h1,.commitment__HeaderTitle p{font-family:Poppins;font-style:italic;text-transform:uppercase}.commitment__HeaderTitle h1{font-size:108rem;font-weight:900;letter-spacing:-1.08rem;line-height:1;margin-top:12rem}@media (max-width:767px){.commitment__HeaderTitle h1{font-size:60rem}}.commitment__HeaderTitle h1 span{color:#ff564f}.commitment__HeaderLogo{margin:80rem auto 0;width:300rem}@media (max-width:767px){.commitment__HeaderLogo{width:200rem}}.commitment__HeaderLogo img,.commitment__HeaderLogo svg{width:100%}.commitment__HeaderContent{margin-top:400rem}@media (max-width:767px){.commitment__HeaderContent{margin-top:300rem}}.commitment__HeaderContent .smallTitle{color:#fff;margin-left:48rem;transition:.3s}@media (max-width:767px){.commitment__HeaderContent .smallTitle{margin-left:0}}.commitment__Lead{margin-top:12rem}.commitment__Lead .h2{transition:.3s}.commitment__Lead .h2 span span{color:#ff564f}.commitment__Lead .h2 img{display:inline-flex;margin:0 10rem;max-height:40rem;max-width:185rem;transform:translateY(5rem)}@media (max-width:480px){.commitment__Lead .h2 img{margin:10rem}}.commitment__Lead .h2 .button{letter-spacing:normal;margin:0 5rem;transform:translateY(-10rem)}.commitment__Quote{align-items:center;display:flex;margin:96rem auto 0;max-width:900rem}@media (max-width:480px){.commitment__Quote{display:block}}.commitment__QuoteImage{margin-right:24rem}@media (max-width:767px){.commitment__QuoteImage{border-right:none;margin-right:0;padding-right:0}}.commitment__QuoteImage img,.commitment__QuoteImage svg{width:70rem}@media (max-width:480px){.commitment__QuoteImage img,.commitment__QuoteImage svg{width:50rem}}.commitment__QuoteText{border-left:1px solid #ff564f;padding-left:36rem}@media (max-width:767px){.commitment__QuoteText{margin-left:24rem}}@media (max-width:480px){.commitment__QuoteText{border-left:none;margin-left:0;margin-top:24rem;padding-left:0}}.commitment__QuoteText p{color:#fff;font-size:16rem;font-style:italic;transition:.3s}.commitment__QuoteText .text:not(:first-child){margin-top:12rem}.commitment__QuoteButton{display:flex;justify-content:flex-end;margin-left:40rem;min-width:150rem}.commitment__Intro{background-color:#f6f6f6;padding:180rem 0 120rem;position:relative;z-index:2}@media (max-width:767px){.commitment__Intro{padding:120rem 0 60rem}}.commitment__Intro .wrapperSmall,.commitment__IntroHeader{position:relative}.commitment__IntroHeaderTitle{display:flex;justify-content:center;text-align:center}.commitment__IntroHeaderTitle h2{font-family:Poppins;font-size:80rem;font-style:italic;font-weight:900;left:0;letter-spacing:-.8rem;line-height:1;position:absolute;right:0;text-transform:uppercase;top:50%;transform:translateY(-50%)}@media (max-width:767px){.commitment__IntroHeaderTitle h2{font-size:60rem}}@media (max-width:480px){.commitment__IntroHeaderTitle h2{font-size:50rem}}.commitment__IntroHeaderTitle h2 span{color:#ff564f}.commitment__IntroHeaderShape{background-color:#ff564f1c;border:2px solid #ff564f;display:flex;height:350rem;min-width:350rem;position:relative;transform:rotate(45deg);width:350rem}@media (max-width:767px){.commitment__IntroHeaderShape{height:250rem;min-width:250rem;width:250rem}}@media (max-width:480px){.commitment__IntroHeaderShape{height:200rem;min-width:200rem;width:200rem}}.commitment__IntroHeaderShape.isActive:before{opacity:1;transform:scale(1.3);visibility:visible}.commitment__IntroHeaderShape:before{border:2px dashed #ff564f;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:.8s;visibility:hidden}.commitment__IntroHeaderShape:after{background-color:#fff;border:2px solid #ff564f;bottom:70rem;content:"";left:70rem;position:absolute;right:70rem;top:70rem}@media (max-width:767px){.commitment__IntroHeaderShape:after{bottom:40rem;left:40rem;right:40rem;top:40rem}}.commitment__IntroContent{margin-top:240rem}@media (max-width:767px){.commitment__IntroContent{margin-top:180rem}}.commitment__IntroContent>.smallTitle{margin-left:48rem}@media (max-width:767px){.commitment__IntroContent>.smallTitle{margin-left:0}}.commitment__IntroContentDescription{margin-top:48rem}.commitment__IntroContentDescription p{font-size:15rem;letter-spacing:-.45rem}.commitment__Splash{position:absolute;width:1020rem;z-index:0}@media (max-width:767px){.commitment__Splash{width:500rem}}.commitment__Splash img{transition:50ms;width:100%}.commitment__Splash--First{left:-500rem;top:500rem}@media (max-width:767px){.commitment__Splash--First{left:-250rem;top:250rem}}.commitment__Splash--Second{right:-500rem;top:200rem}@media (max-width:767px){.commitment__Splash--Second{display:none}}.commitment__Splash--Third{left:-500rem;top:1000rem}@media (max-width:767px){.commitment__Splash--Third{display:none}}.commitment__Features{background-color:#f6f6f6;overflow:hidden;padding-bottom:50rem;position:relative}.commitment__Features .commitment__Quote{position:relative;z-index:2}.commitment__Features .commitment__QuoteText p{color:#000}.commitment__FeaturesBackground{padding-top:120rem;position:relative}@media (max-width:767px){.commitment__FeaturesBackground{padding-top:60rem}}.commitment__FeaturesBackground:after{background:repeating-linear-gradient(-45deg,rgba(96,109,188,0),rgba(96,109,188,0) 8rem,#fff 9rem,#fff 10rem);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translate(-50%);width:240rem}.commitment__FeaturesTitle{position:relative;text-align:center;z-index:2}.commitment__FeaturesList{margin-top:120rem}@media (max-width:767px){.commitment__FeaturesList{margin-top:60rem}}.commitment__FeaturesListItem{align-items:center;display:flex;justify-content:space-between;position:relative;z-index:2}@media (max-width:767px){.commitment__FeaturesListItem{flex-direction:column-reverse}}.commitment__FeaturesListItem:not(:first-child){margin-top:120rem}.commitment__FeaturesListItem:nth-of-type(2n){flex-direction:row-reverse}@media (max-width:767px){.commitment__FeaturesListItem:nth-of-type(2n){flex-direction:column-reverse}}.commitment__FeaturesListItem:nth-of-type(2n) .commitment__FeaturesListItemContent{margin-left:0}.commitment__FeaturesListItemVerticalText{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}@media (max-width:767px){.commitment__FeaturesListItemVerticalText{left:auto;margin-bottom:36rem;position:relative;top:auto;transform:none}}.commitment__FeaturesListItemVerticalText p{color:#fff;font-family:Poppins;font-size:84rem;font-style:italic;font-weight:900;letter-spacing:-.84rem;text-transform:uppercase;writing-mode:vertical-rl}@media (max-width:767px){.commitment__FeaturesListItemVerticalText p{font-size:40rem;writing-mode:initial}}.commitment__FeaturesListItemContent{min-width:460rem;width:460rem}@media (max-width:767px){.commitment__FeaturesListItemContent{margin-left:0;margin-top:36rem;min-width:auto;width:100%}}.commitment__FeaturesListItemContent .text{border-bottom:2px solid #000;margin-top:24rem;padding-bottom:50rem}@media (max-width:767px){.commitment__FeaturesListItemContent .text{padding-bottom:36rem}}.commitment__FeaturesListItemContentTitle{display:flex;position:relative}.commitment__FeaturesListItemContentTitle p{font-size:120rem;font-weight:300;letter-spacing:-2.4rem;line-height:1;padding-right:36rem}@media (max-width:767px){.commitment__FeaturesListItemContentTitle p{font-size:80rem;padding-right:24rem}}.commitment__FeaturesListItemContentTitle p span{font-size:50rem;font-weight:400;letter-spacing:-1rem}.commitment__FeaturesListItemContentTitle .h2{color:#ff564f;font-weight:400}.commitment__FeaturesListItemContentLink{align-items:center;display:flex;justify-content:space-between;margin-top:30rem;width:100%}@media (max-width:767px){.commitment__FeaturesListItemContentLink{margin-top:24rem}}.commitment__FeaturesListItemContentLink:hover span{color:#000}.commitment__FeaturesListItemContentLink:hover .fill{fill:#000;stroke:#000}.commitment__FeaturesListItemContentLink span{color:#ff564f;font-family:Poppins;font-size:15rem;font-style:italic;font-weight:700;text-transform:uppercase;transition:.3s}.commitment__FeaturesListItemContentLink img,.commitment__FeaturesListItemContentLink svg{width:48rem}.commitment__FeaturesListItemContentLink .fill{transition:.3s}.commitment__FeaturesListItemMedia>img{border-radius:12rem;max-width:530rem}@media (max-width:767px){.commitment__FeaturesListItemMedia>img{max-width:none;width:100%}}.commitment__FeaturesListItemMedia--Video{margin-left:-180rem;position:relative;width:820rem;z-index:2}@media (max-width:1600px){.commitment__FeaturesListItemMedia--Video{margin-left:-40rem;width:640rem}}@media (max-width:767px){.commitment__FeaturesListItemMedia--Video{margin-left:0;width:100%}}.commitment__FeaturesListItemMedia--Video>.video{width:100%}.commitment__Emissions{overflow:hidden}.commitment__EmissionsVideo{overflow:hidden;position:relative}.commitment__EmissionsVideo:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.94));bottom:0;content:"";height:370rem;left:0;position:absolute;right:0}.commitment__EmissionsVideo video{display:block;width:100%}.commitment__EmissionsVideo>h2{color:#fff;font-family:Poppins;font-size:108rem;font-style:italic;font-weight:900;left:0;letter-spacing:-1.08rem;position:absolute;right:0;text-align:center;text-transform:uppercase;top:300rem;z-index:2}@media (max-width:767px){.commitment__EmissionsVideo>h2{font-size:60rem;line-height:1;top:120rem}}@media (max-width:480px){.commitment__EmissionsVideo>h2{top:60rem}}.commitment__EmissionsVideo>h2 span{color:#ff564f}.commitment__EmissionsContent{background-color:#000}.commitment__EmissionsBox{background-color:#fff;margin-top:-170rem;padding:192rem 240rem 120rem;position:relative}@media (max-width:767px){.commitment__EmissionsBox{margin-top:0;padding:80rem 40rem}}@media (max-width:480px){.commitment__EmissionsBox{padding:80rem 0}}.commitment__EmissionsBox:before{background-color:#fff;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:.3s;z-index:0}@media (max-width:480px){.commitment__EmissionsBox:before{transform:scaleX(1.3)}}.commitment__EmissionsBox.isActive:before{transform:scaleX(1.5)}@media (max-width:1600px){.commitment__EmissionsBox.isActive:before{transform:scaleX(1.3)}}.commitment__EmissionsBox>*{position:relative;z-index:1}.commitment__EmissionsBox .smallTitle{margin-left:48rem}@media (max-width:767px){.commitment__EmissionsBox .smallTitle{margin-left:0}}.commitment__EmissionsBox .commitment__Quote{padding:0 100rem}@media (max-width:767px){.commitment__EmissionsBox .commitment__Quote{margin-top:48rem;padding:0}}.commitment__EmissionsBox .commitment__Quote p{color:#000}.commitment__Faq{padding:220rem 0 160rem}@media (max-width:767px){.commitment__Faq{padding:120rem 0}}.commitment__FaqHeader{align-items:center;display:flex}@media (max-width:767px){.commitment__FaqHeader{display:block}}.commitment__FaqHeader h2{font-size:168rem;letter-spacing:-8.4rem;margin-right:20rem;width:315rem}@media (max-width:767px){.commitment__FaqHeader h2{font-size:80rem;letter-spacing:normal;width:auto}}.commitment__FaqHeader .h1{max-width:570rem}@media (max-width:767px){.commitment__FaqHeader .h1{max-width:none}}.commitment__Background{overflow:hidden;padding:300rem 40rem;position:relative}@media (max-width:767px){.commitment__Background{padding:120rem 40rem}}.commitment__Background>img{height:100vh;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.commitment__Background h2{color:#fff;font-family:Poppins;font-size:108rem;font-style:italic;font-weight:900;letter-spacing:-1.08rem;line-height:1;position:relative;text-align:center;text-transform:uppercase;z-index:2}@media (max-width:767px){.commitment__Background h2{font-size:60rem}}.commitment__Background h2 span{color:#ff564f}.creativeAi .inTouchForm .transition{display:none}.creativeAi .employerBranding__ContactsColumnList{align-items:center}@media (max-width:480px){.creativeAi .employerBranding__ContactsColumnList{align-items:flex-start}}.creativeAi__Header{background-color:#f6f6f6;padding:114rem 0 144rem;position:relative}@media (max-width:767px){.creativeAi__Header{padding:120rem 0 60rem}}.creativeAi__Header:after{background-image:url(../resources/images/lines-vertical.svg);background-position:50% 0;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translate(-50%);width:240rem;z-index:2}@media (max-width:767px){.creativeAi__Header:after{z-index:1}}.creativeAi__HeaderWrapper{border-radius:12rem;overflow:hidden;padding:280rem 144rem;position:relative;z-index:2}@media (max-width:767px){.creativeAi__HeaderWrapper{padding:100rem 60rem}}@media (max-width:480px){.creativeAi__HeaderWrapper{padding:60rem 20rem}}.creativeAi__HeaderWrapper:before{background:linear-gradient(90deg,#000,transparent 65.78%);border-radius:12rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:2}.creativeAi__HeaderWrapper>img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.creativeAi__HeaderText{max-width:720rem;position:relative;z-index:2}.creativeAi__HeaderText .h3{color:#ff564f}.creativeAi__HeaderText .h1{color:#fff;margin-top:24rem}@media (max-width:767px){.creativeAi__HeaderText .h1{margin-top:12rem}}.creativeAi__HeaderText .button{margin-top:36rem}@media (max-width:767px){.creativeAi__HeaderText .button{margin-top:12rem}}.creativeAi__Intro{padding:48rem 0}.creativeAi__IntroTitle{max-width:800rem}@media (max-width:767px){.creativeAi__IntroTitle{max-width:none}}.creativeAi__IntroTitle .h1{color:#ff564f;margin-top:12rem}.creativeAi__IntroText{margin-top:56rem}@media (max-width:767px){.creativeAi__IntroText{margin-top:48rem}}@media (max-width:480px){.creativeAi__IntroText{margin-top:36rem}}.creativeAi__Features{margin-top:48rem}@media (max-width:480px){.creativeAi__Features{margin-top:36rem}}.creativeAi__FeaturesTitle{margin:0 auto;max-width:820rem}.creativeAi__FeaturesList{margin-top:96rem}@media (max-width:767px){.creativeAi__FeaturesList{margin-top:48rem}}.creativeAi__FeaturesListItem{align-items:center;display:flex}@media (max-width:767px){.creativeAi__FeaturesListItem{flex-direction:column}}.creativeAi__FeaturesListItem:not(:first-child){margin-top:96rem}.creativeAi__FeaturesListItem:nth-child(2n){flex-direction:row-reverse}@media (max-width:767px){.creativeAi__FeaturesListItem:nth-child(2n){flex-direction:column}}.creativeAi__FeaturesListItem:nth-child(2n) .creativeAi__FeaturesListItemImage{margin-left:192rem;margin-right:0}@media (max-width:767px){.creativeAi__FeaturesListItem:nth-child(2n) .creativeAi__FeaturesListItemImage{margin-left:0}}.creativeAi__FeaturesListItemImage{margin-right:192rem;min-width:530rem;width:530rem}@media (max-width:767px){.creativeAi__FeaturesListItemImage{margin-right:0}}@media (max-width:480px){.creativeAi__FeaturesListItemImage{min-width:auto;width:100%}}.creativeAi__FeaturesListItemImage img{border-radius:12rem;width:100%}.creativeAi__FeaturesListItemContent{width:100%}@media (max-width:767px){.creativeAi__FeaturesListItemContent{margin-top:48rem}}.creativeAi__FeaturesListItemContent .h1{margin-left:-48rem;margin-top:12rem}@media (max-width:767px){.creativeAi__FeaturesListItemContent .h1{margin-left:0}}.creativeAi__FeaturesListItemContent .lead{margin-top:36rem}@media (max-width:767px){.creativeAi__FeaturesListItemContent .lead{margin-top:24rem}}.creativeAi__Columns{margin-top:230rem}@media (max-width:767px){.creativeAi__Columns{margin-top:120rem}}@media (max-width:480px){.creativeAi__Columns{margin-top:60rem}}.creativeAi__ColumnsWrapper{display:flex}@media (max-width:767px){.creativeAi__ColumnsWrapper{flex-direction:column}}.creativeAi__ColumnsTitle{margin-right:144rem;min-width:470rem;width:470rem}@media (max-width:767px){.creativeAi__ColumnsTitle{margin-right:0;min-width:auto;width:100%}}.creativeAi__ColumnsTitle .h1{margin-top:12rem}.creativeAi__ColumnsContent{width:100%}@media (max-width:767px){.creativeAi__ColumnsContent{margin-top:24rem}}.creativeAi__Contacts .employerBranding__Contacts{background-color:#fff}.creativeAi__Contacts .employerBranding__ContactsColumn{width:33%}.desks__Header{background-color:#f6f6f6;padding:120rem 0 100rem}@media (max-width:767px){.desks__Header{padding:160rem 0 60rem}}@media (max-width:480px){.desks__Header{padding:120rem 0 60rem}}.desks__HeaderImage img{border-radius:12rem;width:100%}.desks__HeaderTitle{margin-top:48rem;text-align:center}.desks__HeaderTitle .h1 span{color:#ff564f}.desks__Form{padding-top:100rem}@media (max-width:767px){.desks__Form{padding-top:60rem}}.desks__FormTitle p{margin-top:16rem}.desks__FormButton{align-items:center;display:flex;margin-top:24rem}@media (max-width:480px){.desks__FormButton{display:block}}.desks__FormButton>p{margin-left:48rem}@media (max-width:480px){.desks__FormButton>p{margin-left:0;margin-top:24rem}}.employerBranding .inTouchForm .contactForm{background-color:#f6f6f6}.employerBranding .inTouchForm .transition{display:none}.employerBranding__Header{padding-top:120rem;position:relative}.employerBranding__Header:before{background-color:#f6f6f6;background-image:url(../resources/images/logos/myty.svg);background-position:50% 0;background-repeat:no-repeat;background-size:100%;content:"";height:500rem;left:0;position:absolute;right:0;top:0}.employerBranding__HeaderSlider{position:relative}@media (max-width:767px){.employerBranding__HeaderSlider{margin-left:-40rem;margin-right:-40rem}}.employerBranding__HeaderSlider .flickity-cell{width:100%}.employerBranding__HeaderSliderItem{position:relative;width:100%}.employerBranding__HeaderSliderItem:before{background:linear-gradient(90deg,#000,transparent);border-radius:12rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:2}@media (max-width:767px){.employerBranding__HeaderSliderItem:before{display:none}}.employerBranding__HeaderSliderItem>img,.employerBranding__HeaderSliderItem>picture{border-radius:12rem;height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:100%}@media (max-width:767px){.employerBranding__HeaderSliderItem>img,.employerBranding__HeaderSliderItem>picture{border-radius:0;min-height:400rem}}.employerBranding__HeaderSliderItemContent{bottom:0;display:flex;flex-direction:column;justify-content:center;left:144rem;position:absolute;right:144rem;top:0;z-index:2}@media (max-width:767px){.employerBranding__HeaderSliderItemContent{background-color:#fff;bottom:auto;left:auto;max-width:none;padding-left:40rem;padding-right:40rem;padding-top:24rem;position:relative;right:auto;top:auto}}.employerBranding__HeaderSliderItemContent .h3{color:#ff564f}.employerBranding__HeaderSliderItemContent .h1{color:#fff;margin-top:24rem;max-width:820rem}@media (max-width:767px){.employerBranding__HeaderSliderItemContent .h1{color:#000}}.employerBranding__HeaderSliderItemButton{margin-top:48rem}@media (max-width:480px){.employerBranding__HeaderSliderItemButton .button{width:100%}}.employerBranding__HeaderSliderItemCounter{margin-top:64rem}@media (max-width:767px){.employerBranding__HeaderSliderItemCounter{left:50%;position:absolute;top:-100rem;transform:translate(-50%)}}.employerBranding__HeaderSliderItemCounter p{align-items:center;display:flex}.employerBranding__HeaderSliderItemCounter p span{align-items:center;color:#fff;display:flex;font-family:Poppins;font-size:12rem;font-style:italic;font-weight:700;position:relative}.employerBranding__HeaderSliderItemCounter p span:first-of-type:after{background-color:#ff564f;content:"";display:block;height:1px;margin:0 12rem;width:48rem}.employerBranding__HeaderSliderItemControls{left:24rem;position:absolute;right:24rem;top:50%;transform:translateY(-50%);z-index:2}@media (max-width:767px){.employerBranding__HeaderSliderItemControls{align-items:center;display:flex;justify-content:space-between;position:absolute;top:320rem}}.employerBranding__HeaderSliderItemControls button{align-items:center;background-color:#ff564f;border-radius:50%;display:flex;height:60rem;justify-content:center;min-width:60rem;position:absolute;top:50%;transform:translateY(-50%);transition:.3s;width:60rem}@media (max-width:767px){.employerBranding__HeaderSliderItemControls button{height:48rem;min-width:48rem;position:relative;top:auto;transform:none;width:48rem}}.employerBranding__HeaderSliderItemControls button:hover{background-color:#000}.employerBranding__HeaderSliderItemControls button:first-of-type{left:0}.employerBranding__HeaderSliderItemControls button:first-of-type img,.employerBranding__HeaderSliderItemControls button:first-of-type svg{transform:rotate(180deg)}.employerBranding__HeaderSliderItemControls button:last-of-type{right:0}.employerBranding__HeaderSliderItemControls button img,.employerBranding__HeaderSliderItemControls button svg{max-width:24rem}.employerBranding__HeaderSliderItemControls button .fill{fill:#fff;transition:.3s}.employerBranding__Intro{margin:144rem auto 0;max-width:820rem}@media (max-width:767px){.employerBranding__Intro{margin-top:100rem;max-width:none;padding:0 40rem}}.employerBranding__Intro>p{font-size:24rem;line-height:1.5;margin-top:36rem}@media (max-width:767px){.employerBranding__Intro>p{font-size:20rem}}.employerBranding__IntroTitle{align-items:center;display:flex;justify-content:space-between}.employerBranding__IntroTitle .smallTitle{margin-bottom:12rem}.employerBranding__IntroTitle .h1{color:#ff564f;margin-left:-48rem}@media (max-width:767px){.employerBranding__IntroTitle .h1{margin-left:0}}.employerBranding__IntroTitleImage{margin-left:24rem;min-width:144rem;width:144rem}.employerBranding__IntroTitleImage img,.employerBranding__IntroTitleImage svg{width:100%}.employerBranding__Typo{margin-top:180rem;padding-bottom:120rem}@media (max-width:767px){.employerBranding__Typo{margin-top:120rem;padding-bottom:60rem}}.employerBranding__TypoWrapper{align-items:center;display:flex}@media (max-width:767px){.employerBranding__TypoWrapper{flex-direction:column}}.employerBranding__TypoVideo{margin-right:120rem;min-width:540rem;padding-left:60rem;width:540rem}@media (max-width:767px){.employerBranding__TypoVideo{margin-right:0;padding-left:0}}@media (max-width:480px){.employerBranding__TypoVideo{min-width:auto;width:100%}}.employerBranding__TypoVideo video{outline:5px solid #fff;outline-offset:-4px;width:100%}.employerBranding__TypoContent{width:100%}@media (max-width:767px){.employerBranding__TypoContent{margin-top:36rem}}.employerBranding__TypoContent .h1{margin-left:-48rem;margin-top:12rem}@media (max-width:767px){.employerBranding__TypoContent .h1{margin-left:0}}.employerBranding__TypoContent .button{margin-top:48rem}@media (max-width:767px){.employerBranding__TypoContent .button{margin-top:36rem}}.employerBranding__TypoContentText{margin-top:36rem}@media (max-width:767px){.employerBranding__TypoContentText{margin-top:24rem}}.employerBranding__Cards{background-color:#f6f6f6;overflow:hidden;padding:120rem 0}@media (max-width:767px){.employerBranding__Cards{padding:60rem 0}}.employerBranding__CardsTitle .smallTitle{padding-left:48rem}@media (max-width:767px){.employerBranding__CardsTitle .smallTitle{padding-left:0}}.employerBranding__CardsTitle .h1{margin-top:12rem;max-width:1010rem}.employerBranding__CardsSlider{margin-top:60rem;width:calc(50% + 50vw)}@media (max-width:767px){.employerBranding__CardsSlider{width:100%}}.employerBranding__CardsSlider .flickity-enabled{padding-right:60rem}@media (max-width:767px){.employerBranding__CardsSlider .flickity-enabled{padding-right:0}}.employerBranding__CardsSlider .flickity-viewport{overflow:visible}.employerBranding__CardsSlider .flickity-slider{align-items:stretch;display:flex}.employerBranding__CardsSlider .flickity-slider .news__ListItem{min-height:100%}.employerBranding__CardsSliderItem{background-color:#fff;border-radius:12rem;margin-right:48rem;min-height:100%;padding:96rem 60rem 120rem;width:calc(33% - 24rem)}@media (max-width:767px){.employerBranding__CardsSliderItem{width:100%}}@media (max-width:480px){.employerBranding__CardsSliderItem{padding:60rem 20rem}}.employerBranding__CardsSliderItem .h3{color:#ff564f;min-height:90rem}.employerBranding__CardsSliderItem p{font-size:18rem;line-height:1.6;margin-top:12rem}.employerBranding__CardsSliderControls{align-items:center;display:flex;justify-content:center;margin-top:96rem}.employerBranding__CardsSliderControls button{align-items:center;background-color:#ff564f;border-radius:50%;display:flex;height:60rem;justify-content:center;min-width:60rem;transition:.3s;width:60rem}@media (max-width:767px){.employerBranding__CardsSliderControls button{height:48rem;min-width:48rem;width:48rem}}.employerBranding__CardsSliderControls button:hover{background-color:#000}.employerBranding__CardsSliderControls button:first-of-type img,.employerBranding__CardsSliderControls button:first-of-type svg{transform:rotate(180deg)}.employerBranding__CardsSliderControls button.isDisabled{opacity:.2;pointer-events:none}.employerBranding__CardsSliderControls button img,.employerBranding__CardsSliderControls button svg{max-width:24rem}.employerBranding__CardsSliderControls button .fill{fill:#fff;transition:.3s}.employerBranding__CardsSliderProgress{align-items:center;background-color:#0000001f;display:flex;height:2px;margin:0 24rem;overflow:hidden;position:relative;width:360rem}.employerBranding__CardsSliderProgressLine{background-color:#ff564f;bottom:0;left:0;position:absolute;right:0;top:0;transform:translate(-100%);transition:.3s}.employerBranding__SelfCheck{padding:120rem 0}@media (max-width:767px){.employerBranding__SelfCheck{padding:60rem 0}}.employerBranding__SelfCheckWrapper{align-items:center;display:flex}@media (max-width:767px){.employerBranding__SelfCheckWrapper{flex-direction:column}}.employerBranding__SelfCheckCard{border-radius:12rem;box-shadow:0 2rem 48rem #0000000f;margin-right:144rem;min-width:530rem;padding:120rem 40rem;width:530rem}@media (max-width:767px){.employerBranding__SelfCheckCard{margin-right:0}}@media (max-width:480px){.employerBranding__SelfCheckCard{min-width:auto;width:100%}}.employerBranding__SelfCheckCard img,.employerBranding__SelfCheckContent{width:100%}@media (max-width:767px){.employerBranding__SelfCheckContent{margin-top:48rem}}.employerBranding__SelfCheckContent .h1{color:#ff564f;margin-left:-60rem;margin-top:12rem}@media (max-width:767px){.employerBranding__SelfCheckContent .h1{margin-left:0}}.employerBranding__SelfCheckContent .button{margin-top:48rem}@media (max-width:767px){.employerBranding__SelfCheckContent .button{margin-top:36rem}}.employerBranding__SelfCheckContentLead{margin-top:36rem}@media (max-width:767px){.employerBranding__SelfCheckContentLead{margin-top:24rem}}.employerBranding__SelfCheckContentText{margin-top:24rem}.employerBranding__Multicolumn{padding:120rem 0}@media (max-width:767px){.employerBranding__Multicolumn{padding:60rem 0}}.employerBranding__Multicolumn .h1{color:#ff564f;margin-left:-48rem;margin-top:12rem}@media (max-width:767px){.employerBranding__Multicolumn .h1{margin-left:0}}.employerBranding__MulticolumnText{grid-gap:48rem;display:flex;margin-top:48rem}@media (max-width:767px){.employerBranding__MulticolumnText{grid-gap:36rem;flex-direction:column;margin-top:36rem}}.employerBranding__MulticolumnColumn{width:100%}.employerBranding__Faq .accordion__ListItem:first-of-type{border-top:1px solid rgba(0,0,0,.2)}.employerBranding__Faq .accordion__ListItemOpenerTitle{justify-content:space-between}.employerBranding__Consulting{padding:120rem 0}@media (max-width:767px){.employerBranding__Consulting{padding:60rem 0}}.employerBranding__Consulting .h1{color:#ff564f;margin-left:-48rem;margin-top:12rem}@media (max-width:767px){.employerBranding__Consulting .h1{margin-left:0}}.employerBranding__ConsultingText{margin-top:36rem}@media (max-width:767px){.employerBranding__ConsultingText{margin-top:24rem}}.employerBranding__ConsultingImage{margin-top:84rem;width:100%}.employerBranding__ConsultingImage img,.employerBranding__ConsultingImage svg{height:auto;width:100%}.employerBranding__ConsultingDescription{margin-top:64rem;text-align:center}@media (max-width:767px){.employerBranding__ConsultingDescription{margin-top:36rem}}.employerBranding__Features{padding:120rem 0}@media (max-width:767px){.employerBranding__Features{padding:60rem 0}}.employerBranding__FeaturesList{grid-gap:96rem;display:flex;flex-direction:column}.employerBranding__FeaturesListItem{align-items:center;display:flex}@media (max-width:767px){.employerBranding__FeaturesListItem{grid-gap:48rem;flex-direction:column}}.employerBranding__FeaturesListItem:nth-of-type(2n){flex-direction:row-reverse}@media (max-width:767px){.employerBranding__FeaturesListItem:nth-of-type(2n){flex-direction:column}}.employerBranding__FeaturesListItem:nth-of-type(2n) .employerBranding__FeaturesListItemImage{margin-left:192rem;margin-right:0}@media (max-width:767px){.employerBranding__FeaturesListItem:nth-of-type(2n) .employerBranding__FeaturesListItemImage{margin-left:0}}.employerBranding__FeaturesListItemImage{margin-right:192rem;min-width:530rem;width:530rem}@media (max-width:767px){.employerBranding__FeaturesListItemImage{margin-right:0}}@media (max-width:480px){.employerBranding__FeaturesListItemImage{min-width:auto;width:100%}}.employerBranding__FeaturesListItemImage img{border-radius:12rem;box-shadow:0 2rem 48rem #0006;width:100%}.employerBranding__FeaturesListItemContent{width:100%}.employerBranding__FeaturesListItemContent .h1{margin-left:-60rem}@media (max-width:1600px){.employerBranding__FeaturesListItemContent .h1{margin-left:0}}.employerBranding__FeaturesListItemContent .lead{margin-top:36rem}@media (max-width:767px){.employerBranding__FeaturesListItemContent .lead{margin-top:24rem}}.employerBranding__FeaturesListItemContent .text{margin-top:24rem}.employerBranding__News{background-color:#fff}.employerBranding__News .flickity-enabled{padding-right:60rem}@media (max-width:767px){.employerBranding__News .flickity-enabled{padding-right:0}}.employerBranding__News .flickity-viewport{overflow:visible}.employerBranding__News .news__ListItem{margin-right:48rem;width:400rem}@media (max-width:1600px){.employerBranding__News .news__ListItem{width:340rem}}@media (max-width:767px){.employerBranding__News .news__ListItem{width:100%}}.employerBranding__NewsTitle .smallTitle{padding-left:48rem}@media (max-width:767px){.employerBranding__NewsTitle .smallTitle{padding-left:0}}.employerBranding__NewsTitle .h1{color:#ff564f;margin-top:12rem}.employerBranding__Downloads{padding:120rem 0}@media (max-width:767px){.employerBranding__Downloads{padding:60rem 0}}.employerBranding__Downloads .hello__DownloadsList{grid-gap:48rem;margin-top:54rem}.employerBranding__Downloads .modal__Wrapper{padding:120rem 48rem 96rem;width:600rem}.employerBranding__Downloads .modal__Wrapper form{margin-top:48rem}.employerBranding__DownloadsTitle .h1{color:#ff564f;margin-left:-48rem;margin-top:12rem}@media (max-width:767px){.employerBranding__DownloadsTitle .h1{margin-left:0}}.employerBranding__DownloadsLead{margin-top:36rem}@media (max-width:767px){.employerBranding__DownloadsLead{margin-top:24rem}}.employerBranding__Contacts{background-color:#f6f6f6;padding:120rem 0}@media (max-width:767px){.employerBranding__Contacts{padding:60rem 0}}.employerBranding__ContactsTitle .h2{color:#ff564f;margin-left:-48rem;margin-top:12rem}@media (max-width:767px){.employerBranding__ContactsTitle .h2{margin-left:0}}.employerBranding__ContactsColumns{display:flex;justify-content:center;margin-top:60rem}@media (max-width:767px){.employerBranding__ContactsColumns{flex-direction:column}}.employerBranding__ContactsColumn{padding:0 48rem;width:100%}@media (max-width:767px){.employerBranding__ContactsColumn{padding:0}}.employerBranding__ContactsColumn:not(:last-of-type){border-right:1px solid rgba(0,0,0,.24)}@media (max-width:767px){.employerBranding__ContactsColumn:not(:last-of-type){border-right:none;margin-bottom:96rem}}.employerBranding__ContactsColumn:first-of-type{padding-left:0}.employerBranding__ContactsColumn:last-of-type{padding-right:0}.employerBranding__ContactsColumnList{grid-gap:36rem;align-items:flex-start;display:flex;flex-direction:column;margin-top:36rem}.employerBranding__ContactsColumnListItem{align-items:center;cursor:pointer;display:flex}.employerBranding__ContactsColumnListItem:hover .employerBranding__ContactsColumnListItemImage:after,.employerBranding__ContactsColumnListItem:hover .employerBranding__ContactsColumnListItemImage:before{opacity:0}.employerBranding__ContactsColumnListItem:hover .employerBranding__ContactsColumnListItemImageBlend{background-color:#ff564f;mix-blend-mode:multiply;opacity:1}.employerBranding__ContactsColumnListItemImage{border-radius:50%;height:124rem;margin-right:24rem;min-width:124rem;position:relative;transition:.2s;width:124rem}.employerBranding__ContactsColumnListItemImage:before{mix-blend-mode:color;opacity:.5}.employerBranding__ContactsColumnListItemImage:after,.employerBranding__ContactsColumnListItemImage:before{background-color:#f2eee3;border-radius:50%;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:opacity .3s;z-index:1}.employerBranding__ContactsColumnListItemImage:after{mix-blend-mode:multiply}.employerBranding__ContactsColumnListItemImage>img{border-radius:50%;filter:grayscale(1) contrast(.8) brightness(1.6);height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.employerBranding__ContactsColumnListItemImageBlend{border-radius:50%;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s}.errorPage{align-items:center;background-color:#f6f6f6;display:flex;height:100vh;justify-content:center}.errorPage a{display:flex;width:300rem}.errorPage a:hover .fill{fill:#ff564f}.errorPage a img,.errorPage a svg{height:auto;width:100%}.errorPage a .fill{transition:.3s}.hello .newsSlider{background-color:#fff}@media (max-width:767px){.hello .newsSlider{padding:60rem 0}}.hello .inTouchForm .transition{display:none}.hello__Header{background-color:#f6f6f6;background-image:url(../resources/images/logos/myty.svg);background-position:50% 0;background-repeat:no-repeat;background-size:100%;min-height:900rem;padding-top:230rem;position:relative}@media (max-width:767px){.hello__Header{background-size:cover;min-height:auto;padding-bottom:120rem;padding-top:120rem}}.hello__HeaderTitle{text-align:center}.hello__HeaderTitle .h1{font-family:Poppins;font-style:italic;font-weight:900;letter-spacing:-.6rem;line-height:1;text-transform:uppercase}.hello__HeaderTitle .h1 span{color:#ff564f}.hello__HeaderText{margin-top:48rem;text-align:center}.hello__HeaderText p{font-size:36rem;letter-spacing:-1.8rem;line-height:1.25}@media (max-width:767px){.hello__HeaderText p{font-size:22rem;letter-spacing:normal;line-height:1.33}}.hello__HeaderSmallText{margin-top:72rem;text-align:center}.hello__HeaderSmallText p{font-size:18rem;font-weight:700;letter-spacing:-.54rem;line-height:1.6}.hello__Planets{background-color:#000;position:relative}.hello__Planets video{bottom:0;height:100vh;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.hello__Office{padding:100rem 0}@media (max-width:767px){.hello__Office{padding:60rem 0}}.hello__OfficeWrapper{align-items:center;display:flex}@media (max-width:767px){.hello__OfficeWrapper{display:block}}.hello__OfficeImage{margin-right:40rem;min-width:660rem}@media (max-width:767px){.hello__OfficeImage{margin-right:0;min-width:auto;width:100%}}.hello__OfficeImage img{border-radius:12rem;width:100%}.hello__OfficeText{width:100%}@media (max-width:767px){.hello__OfficeText{margin-top:36rem}}.hello__OfficeText .h1{line-height:1.1}.hello__OfficeText .h1 span{color:#ff564f}.hello__OfficeText p{font-size:18rem;margin-top:36rem}@media (max-width:767px){.hello__OfficeText p{margin-top:24rem}}.hello__OfficeText .button{margin-top:48rem}@media (max-width:767px){.hello__OfficeText .button{margin-top:36rem}}.hello__Downloads{padding:200rem 0}@media (max-width:767px){.hello__Downloads{padding:60rem 0}}.hello__DownloadsTitle{padding-left:56rem}@media (max-width:767px){.hello__DownloadsTitle{padding-left:0}}.hello__DownloadsList{grid-gap:96rem;display:grid;grid-template-columns:repeat(3,1fr);margin-top:48rem}@media (max-width:767px){.hello__DownloadsList{grid-gap:24rem}}@media (max-width:480px){.hello__DownloadsList{display:flex;flex-direction:column}}.hello__DownloadsListItem{border-bottom:1px solid #000;display:flex;flex-direction:column;padding-bottom:48rem}@media (max-width:767px){.hello__DownloadsListItem{padding-bottom:24rem}}.hello__DownloadsListItem:hover .fill{fill:#000;stroke:#000}.hello__DownloadsListItem>img{border-radius:12rem;width:100%}.hello__DownloadsListItem .h3{margin-top:12rem}.hello__DownloadsListItem>div{display:flex;flex-direction:column;height:100%;justify-content:space-between}@media (max-width:480px){.hello__DownloadsListItem>div{height:auto}}.hello__DownloadsListItemText{align-items:flex-end;display:flex;justify-content:space-between;margin-top:36rem}@media (max-width:767px){.hello__DownloadsListItemText{margin-top:24rem}}@media (max-width:480px){.hello__DownloadsListItemText{margin-top:12rem}}.hello__DownloadsListItemText p{font-size:15rem;line-height:1.6;width:100%}.hello__DownloadsListItemText img,.hello__DownloadsListItemText svg{height:auto;margin-left:56rem;min-width:48rem;width:48rem}@media (max-width:767px){.hello__DownloadsListItemText img,.hello__DownloadsListItemText svg{margin-left:24rem;min-width:36rem;width:36rem}}.hello__DownloadsListItemText .fill{transition:.3s}.hello__Faq .accordion__Title--Generic{margin-bottom:48rem}.hello__Faq .accordion__ListItem:first-of-type .accordion__ListItemOpener{border-top:1px solid rgba(0,0,0,.2)}.hello__FaqButton{display:none;margin-top:48rem;text-align:center}.home{min-height:100vh}.home .modal__Content .h2{margin-bottom:12rem}.home .modal__Content .button{margin-top:12rem}.home .inTouchForm .transition{display:none}.home__Hero{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100%}@media (max-width:767px){.home__Hero{padding:120rem 0}}.home__Hero>video{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;outline:5px solid #fff;outline-offset:-4px;position:absolute;right:0;top:0;width:100%}@media (max-width:767px){.home__Hero>video{height:auto;-o-object-fit:contain;object-fit:contain;top:120rem}}.home__HeroWrapper{align-items:center;bottom:0;display:flex;justify-content:center;left:0;-webkit-mask:linear-gradient(#000 0 0),linear-gradient(-90deg,#000 50%,transparent 0) content-box 100% 100%/200% 200% no-repeat;mask:linear-gradient(#000 0 0),linear-gradient(-90deg,#000 50%,transparent 0) content-box 100% 100%/200% 200% no-repeat;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-position:100% 0;mask-position:100% 0;position:absolute;right:0;top:0}@media (max-width:767px){.home__HeroWrapper{flex-direction:column;top:120rem}}.home__HeroWrapper.animationStarted{animation:reveal 1.5s ease-in forwards}@keyframes reveal{0%{-webkit-mask-position:100% 0;mask-position:100% 0}to{-webkit-mask-position:0 0;mask-position:0 0}}.home__HeroText{align-items:center;display:flex;position:relative;transform:rotate(-10deg) translate(-100rem)}@media (max-width:1600px){.home__HeroText{transform:rotate(-10deg) translate(-110rem)}}@media (max-width:767px){.home__HeroText{flex-direction:column;transform:none}}.home__HeroTextLeft{position:relative;width:100%}.home__HeroTextLeft>p{color:#000;font-family:Poppins;font-size:78rem;font-style:italic;font-weight:700;left:60rem;letter-spacing:-3.9rem;line-height:1;-webkit-mask:linear-gradient(#000 0 0),linear-gradient(-90deg,#000 50%,transparent 0) content-box 100% 100%/200% 200% no-repeat;mask:linear-gradient(#000 0 0),linear-gradient(-90deg,#000 50%,transparent 0) content-box 100% 100%/200% 200% no-repeat;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-position:100% 0;mask-position:100% 0;max-width:600rem;position:absolute;text-align:center;text-transform:uppercase;top:50%;transform:translateY(calc(-50% - 80rem));z-index:2}@media (max-width:1600px){.home__HeroTextLeft>p{left:120rem}}@media (max-width:767px){.home__HeroTextLeft>p{font-size:24rem;left:auto;letter-spacing:-1.2rem;max-width:none;position:relative;top:auto;transform:none}}@media only screen and (max-height:750px) and (min-width:768px){.home__HeroTextLeft>p{font-size:60rem;left:0}}.home__HeroTextLeft>p.animationStarted{animation:reveal .5s ease-in forwards}@media (max-width:767px){.home__HeroTextLeft .home__HeroTextList{margin-top:96rem}}.home__HeroTextLeft .home__HeroTextListItem{text-align:right}.home__HeroTextLeft .home__HeroTextListItem:first-child p{left:calc(100% + 60rem);top:40rem}@media (max-width:767px){.home__HeroTextLeft .home__HeroTextListItem:first-child p{left:auto;top:auto}}.home__HeroTextLeft .home__HeroTextListItem:last-child p{bottom:40rem;right:20rem}@media (max-width:767px){.home__HeroTextLeft .home__HeroTextListItem:last-child p{bottom:auto;right:auto}}.home__HeroTextRight{margin-left:40rem;position:relative}@media (max-width:767px){.home__HeroTextRight{margin-left:0}}.home__HeroTextRight .home__HeroTextListItem p{left:calc(100% + 60rem);top:100rem}@media (max-width:767px){.home__HeroTextRight .home__HeroTextListItem p{left:auto;top:auto}}.home__HeroTextListItem{cursor:pointer}@media (max-width:767px){.home__HeroTextListItem{align-items:flex-end;display:flex;justify-content:center;transform:rotate(-10deg)}}.home__HeroTextListItem.isActive h2,.home__HeroTextListItem:hover h2{-webkit-text-stroke-color:transparent;color:#ff564f}.home__HeroTextListItem h2{-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#ff564f;color:transparent;font-family:Poppins;font-size:400rem;font-style:italic;font-weight:900;letter-spacing:-8rem;line-height:.85;transition:.3s}@media only screen and (max-height:750px) and (min-width:768px){.home__HeroTextListItem h2{font-size:350rem}}@media only screen and (max-height:650px) and (min-width:768px){.home__HeroTextListItem h2{font-size:300rem}}@media (max-width:767px){.home__HeroTextListItem h2{font-size:160rem;position:relative}}@media (max-width:480px){.home__HeroTextListItem h2{font-size:120rem}}.home__HeroTextListItem h2 span{display:inline-flex;font-size:300rem;line-height:.85;margin-left:20rem;pointer-events:none;transform:translateY(-100rem)}@media (max-width:767px){.home__HeroTextListItem h2 span{font-size:90rem;left:100%;position:absolute;top:0;transform:none}}.home__HeroTextListItem p{color:#ff564f;font-family:Poppins;font-size:36rem;font-style:italic;font-weight:700;letter-spacing:-1.8rem;pointer-events:none;position:absolute;text-transform:uppercase;transition:.3s}@media (max-width:767px){.home__HeroTextListItem p{position:relative}}@media (max-width:480px){.home__HeroTextListItem p{font-size:18rem;letter-spacing:-.9rem}}.home__Header{background-color:#000;min-height:1000vh;position:relative}@media (max-width:767px){.home__Header{z-index:4}}.home__Header video{bottom:0;height:100vh;left:0;-o-object-fit:cover;object-fit:cover;position:sticky;right:0;top:0;width:100%}@media (max-width:480px){.home__Header video{-o-object-fit:contain;object-fit:contain}}.home__HeaderButtons{align-items:flex-end;bottom:0;display:flex;justify-content:center;left:0;opacity:0;padding-bottom:36rem;position:fixed;right:0;visibility:hidden;width:100%;z-index:2}.home__HeaderButtons.isVisible{opacity:1;visibility:visible}.home__HeaderButtonsWrapper{grid-gap:32rem}.home__HeaderButtonsIcon,.home__HeaderButtonsWrapper{align-items:center;display:flex;justify-content:center}.home__HeaderButtonsIcon{border:3rem solid #ff564f;border-radius:50%;cursor:pointer;height:46rem;min-width:46rem;transition:.3s;width:46rem}.home__HeaderButtonsIcon:hover{background-color:#ff564f}.home__HeaderButtonsIcon:hover .stroke{stroke:#fff}.home__HeaderButtonsIcon img,.home__HeaderButtonsIcon svg{height:auto;max-height:20rem;max-width:20rem}.home__HeaderButtonsIcon .fill,.home__HeaderButtonsIcon .stroke{transition:.3s}.home__HeaderPlanets{align-items:center;bottom:0;display:flex;height:100vh;justify-content:center;left:0;opacity:0;overflow:hidden;position:sticky;right:0;top:0;transition:.3s;visibility:hidden;width:100%;z-index:2}.home__HeaderPlanets.isVisible{opacity:1;visibility:visible}.home__HeaderPlanetsWrapper{height:900rem;min-width:900rem;position:relative;width:900rem}@media only screen and (max-height:900px){.home__HeaderPlanetsWrapper{height:600rem;min-width:600rem;width:600rem}}@media (max-width:767px){.home__HeaderPlanetsWrapper{height:600rem;min-width:600rem;width:600rem}}@media (max-width:480px){.home__HeaderPlanetsWrapper{height:360rem;min-width:360rem;width:360rem}}.home__HeaderPlanet{animation:orbit 50s linear infinite;border:1px solid rgba(255,86,79,.36);border-radius:50%;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s;width:100%}.home__HeaderPlanet .home__HeaderPlanetDot{animation:orbitReverse 50s linear infinite}.home__HeaderPlanetDot{background-color:green;border-radius:50%;height:30rem;left:50%;position:absolute;scale:0;top:-15rem;transform:translate(-50%);transition:.3s;width:30rem}@media (max-width:480px){.home__HeaderPlanetDot{height:24rem;width:24rem}}.home__HeaderPlanetDot:hover{box-shadow:0 0 12rem #ff564f7a;scale:1.1}.home__HeaderPlanetDot:hover p{translate:0 4rem}.home__HeaderPlanetDot p{color:#fff;font-family:Poppins;font-size:12rem;font-style:italic;font-weight:800;left:50%;position:absolute;text-align:center;text-transform:uppercase;top:100%;transform:translate(-50%);transition:.3s;width:200rem}.home__HeaderPlanetDotShadow{animation:orbitRotate 50s linear infinite;border-radius:50%;bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.home__HeaderPlanetDotShadow:before{background-color:#0000001f;bottom:50%;content:"";left:0;position:absolute;right:0;top:0}.home__Heart{padding-top:120rem;position:relative}@media (max-width:767px){.home__Heart{padding-top:60rem}}.home__HeartBackground{left:0;overflow:hidden;position:absolute;right:0;top:300rem}@media (max-width:480px){.home__HeartBackground{top:-100rem}}.home__HeartBackground img{width:100%}@media (max-width:480px){.home__HeartBackground img{width:300%}}.home__HeartImage{margin:0 auto;max-width:1020rem;position:relative}.home__HeartImage>.text{bottom:0;position:absolute;right:0;width:385rem}@media (max-width:767px){.home__HeartImage>.text{bottom:auto;position:relative;right:auto;width:auto}}.home__HeartImageWrapper{align-items:center;display:flex;justify-content:center;position:relative}.home__HeartImageWrapper:after{-webkit-mask-box-image:radial-gradient(#000 69%,transparent 70%) 84.5%/50%;background-color:#f2eee3;border-radius:12rem;bottom:0;-webkit-clip-path:polygon(-41% 0,50% 91%,141% 0);clip-path:polygon(-41% 0,50% 91%,141% 0);content:"";height:820rem;left:0;margin:0 auto;mask-border:radial-gradient(#000 69%,transparent 70%) 84.5%/50%;max-width:820rem;mix-blend-mode:multiply;position:absolute;right:0;top:0;z-index:1}@media (max-width:767px){.home__HeartImageWrapper:after{height:600rem;max-width:none;width:100%}}@media (max-width:480px){.home__HeartImageWrapper:after{height:310rem}}.home__HeartImageWrapper img{-webkit-mask-box-image:radial-gradient(#000 69%,transparent 70%) 84.5%/50%;-webkit-clip-path:polygon(-41% 0,50% 91%,141% 0);clip-path:polygon(-41% 0,50% 91%,141% 0);height:820rem;margin:0 auto;mask-border:radial-gradient(#000 69%,transparent 70%) 84.5%/50%;max-width:820rem;-o-object-fit:cover;object-fit:cover}@media (max-width:767px){.home__HeartImageWrapper img{height:600rem;max-width:none;width:100%}}@media (max-width:480px){.home__HeartImageWrapper img{height:310rem}}.home__HeartImageWrapper .h1{color:#fff;left:50%;max-width:530rem;position:absolute;text-align:center;top:200rem;transform:translate(-50%);z-index:2}@media (max-width:480px){.home__HeartImageWrapper .h1{left:0;right:0;top:70rem;transform:none}}.home__Careers{padding-bottom:250rem;position:relative}@media (max-width:767px){.home__Careers{padding-bottom:120rem}}.home__CareersHeader{margin-top:180rem}@media (max-width:767px){.home__CareersHeader{margin-top:120rem}}.home__CareersHeaderWrapper{align-items:center;display:flex;justify-content:space-between}@media (max-width:767px){.home__CareersHeaderWrapper{flex-direction:column}}.home__CareersHeaderTitle{align-items:center;display:flex;width:100%}@media (max-width:767px){.home__CareersHeaderTitle{align-items:flex-start;flex-direction:column}}.home__CareersHeaderTitle h2{min-width:300rem}@media (max-width:767px){.home__CareersHeaderTitle h2{min-width:auto}}.home__CareersHeaderTitle h2:first-child{font-size:168rem;font-weight:400;margin-right:24rem}@media (max-width:767px){.home__CareersHeaderTitle h2:first-child{font-size:120rem;margin-right:0}}.home__CareersHeaderButton{display:flex;justify-content:flex-end;margin-top:80rem;min-width:200rem}@media (max-width:767px){.home__CareersHeaderButton{margin-top:36rem;min-width:auto}}.home__Join{overflow:hidden}.home__Join,.home__JoinVideo{position:relative}.home__JoinVideo:before{background-color:#000c;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.home__JoinVideo video{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width:767px){.home__JoinVideo video{min-height:800rem}}.home__JoinVideoCircle{border:1px solid #ff564f;border-radius:50%;height:450rem;left:50%;min-width:450rem;position:absolute;top:50%;transform:translate(-50%,-50%);transition:50ms;width:450rem}@media (max-width:480px){.home__JoinVideoCircle{height:320rem;min-width:320rem;width:320rem}}.home__JoinVideoCircle img,.home__JoinVideoCircle svg{position:absolute;right:-15rem;top:50%;transform:translateY(-50%);width:30rem}.home__JoinWrapper{left:0;position:absolute;right:0;top:50%;transform:translateY(calc(-50% + 120rem))}@media (max-width:767px){.home__JoinWrapper{bottom:0;top:0;transform:none}.home__JoinWrapper .wrapper{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding-bottom:36rem;padding-top:36rem}}.home__JoinText{align-items:center;display:flex;justify-content:space-between}@media (max-width:767px){.home__JoinText{flex-direction:column;height:100%}}.home__JoinText .h1{color:#fff;max-width:500rem}@media (max-width:767px){.home__JoinText .h1{text-align:center}}.home__JoinText .text{color:#fff;max-width:380rem}@media (max-width:480px){.home__JoinText .text{max-width:none}}.home__JoinButton{margin-top:240rem;text-align:center}@media (max-width:767px){.home__JoinButton{margin-top:36rem}}.home__Typo{background-color:#f6f6f6;padding-bottom:220rem;padding-top:260rem}@media (max-width:767px){.home__Typo{padding:120rem 0}}@media (max-width:480px){.home__Typo{padding:60rem 0}}.home__TypoWrapper{align-items:center;display:flex;justify-content:space-between}@media (max-width:767px){.home__TypoWrapper{flex-direction:column}}.home__TypoVideo{position:relative;width:100%}.home__TypoVideo video{display:block;height:100%;width:100%}.home__TypoVideo img,.home__TypoVideo svg{width:100%}.home__TypoVideo .h2{font-family:Poppins;font-weight:900;left:0;position:absolute;right:0;text-align:center;text-transform:uppercase;top:50%;transform:translateY(-50%);z-index:2}@media (max-width:480px){.home__TypoVideo .h2{font-size:28rem}}.home__TypoVideo .h2 span{color:#ff564f}.home__TypoText{margin-left:80rem;min-width:670rem;width:670rem}@media (max-width:767px){.home__TypoText{margin-left:0;margin-top:36rem;min-width:auto;width:auto}}.home__TypoText .h2 span{color:#ff564f}.home__TypoText .button{margin-top:60rem}@media (max-width:767px){.home__TypoText .button{margin-top:36rem}}.home__Modal{background-color:#000;flex-direction:column;justify-content:flex-start;padding:60rem 20rem;scrollbar-width:none}@media (max-width:767px){.home__Modal{justify-content:flex-start;overflow-y:auto}}.home__Modal::-webkit-scrollbar{display:none}.home__Modal .wrapper{max-width:none;width:1500rem}@media (max-width:767px){.home__Modal .wrapper{max-width:1470rem;width:auto}}.home__Modal .agencies__PartnersList{display:flex;flex-direction:column;justify-content:center;margin-top:0}.home__Modal .agencies__PartnersListItemText .h1{color:#fff}@media (max-width:767px){.home__Modal .agencies__PartnersListItemTextBackground{background:repeating-linear-gradient(-60deg,rgba(96,109,188,0),rgba(96,109,188,0) 9px,#fff 10px,#fff 11px);left:-60rem;opacity:.12;right:-60rem}}.home__Modal .agencies__PartnersListItemTextBackground p{color:#fff3}@media (max-width:767px){.home__Modal .agencies__PartnersListItemTextBackground p{color:#fff}}.home__Modal .agencies__PartnersListItemImages{justify-content:center!important;padding-bottom:0}@media (max-width:767px){.home__Modal .agencies__PartnersListItemImages{justify-content:flex-start!important}}.home__Modal .dragSlider{margin-left:-80rem;margin-right:-80rem}@media (max-width:767px){.home__Modal .dragSlider{margin-left:-40rem;margin-right:-40rem;width:700rem}}@media (max-width:480px){.home__Modal .dragSlider{width:350rem}}.home__Modal .dragSlider__Progress{display:none}.home__ModalClose{margin-bottom:60rem}.home__Clients{background-color:#f6f6f6;padding:120rem 0}@media (max-width:767px){.home__Clients{padding:60rem 0}}@media (max-width:480px){.home__Clients .wrapperExtraLarge{padding:0}}.home__ClientsList{margin-top:96rem}@media (max-width:480px){.home__ClientsList{display:flex;min-height:300rem;overflow-x:auto;overflow-y:hidden;padding:0 40rem;white-space:nowrap;width:100%}.home__ClientsList::-webkit-scrollbar{height:6rem}.home__ClientsList::-webkit-scrollbar-track{background-color:#f6f6f6}.home__ClientsList::-webkit-scrollbar-thumb{background-color:#000}}.home__ClientsListRow{grid-gap:24rem;align-items:center;display:flex;justify-content:center}@media (max-width:767px){.home__ClientsListRow{grid-gap:12rem}}@media (max-width:480px){.home__ClientsListRow{grid-gap:24rem}}.home__ClientsListRow:not(:first-child){margin-top:72rem}@media (max-width:767px){.home__ClientsListRow:not(:first-child){margin-top:24rem}}@media (max-width:480px){.home__ClientsListRow:not(:first-child){margin-left:24rem;margin-top:0}}.home__ClientsListRow:nth-child(2n){justify-content:flex-end;padding-right:74rem}@media (max-width:1600px){.home__ClientsListRow:nth-child(2n){padding-right:0}}.home__ClientsListItem{align-items:center;background:#fff;border-radius:12rem;cursor:pointer;display:flex;filter:drop-shadow(0 2rem 48rem rgba(0,0,0,.06));height:100rem;justify-content:center;position:relative;transition:.3s;width:165rem}@media (max-width:767px){.home__ClientsListItem{height:52rem;width:75rem}}@media (max-width:480px){.home__ClientsListItem{height:80rem;width:120rem}}.home__ClientsListItem:hover{background-color:#ff564f;filter:drop-shadow(0 6rem 12rem #ff564f)}.home__ClientsListItem:hover:after,.home__ClientsListItem:hover:before{background:#ff564f}.home__ClientsListItem:after,.home__ClientsListItem:before{background:#fff;border-radius:inherit;content:"";height:100%;left:0;position:absolute;top:0;transition:.3s;width:100%}.home__ClientsListItem:before{transform:rotate(60deg)}.home__ClientsListItem:after{transform:rotate(-60deg)}.home__ClientsListItem img,.home__ClientsListItem svg{max-height:105rem;max-width:120rem;position:relative;z-index:2}@media (max-width:767px){.home__ClientsListItem img,.home__ClientsListItem svg{max-height:50rem;max-width:60rem}}@media (max-width:480px){.home__ClientsListItem img,.home__ClientsListItem svg{max-height:75rem;max-width:90rem}}.home__ClientsListItemIcon{bottom:-20rem;height:18rem;left:50%;min-width:18rem;position:absolute;transform:translate(-50%);width:18rem;z-index:2}@media (max-width:767px){.home__ClientsListItemIcon{bottom:-10rem}}.home__ClientsListItemIcon img,.home__ClientsListItemIcon svg{height:auto;transform:rotate(45deg);width:100%}.home__ClientsListItemIcon .stroke{stroke:#fff}.home__ClientsModal .modal__Wrapper{border-radius:12rem;height:228rem;width:380rem}.home__ClientsModal .modal__Wrapper:after,.home__ClientsModal .modal__Wrapper:before{background:#fff;border-radius:inherit;content:"";height:100%;left:0;position:absolute;top:0;transition:.3s;width:100%}.home__ClientsModal .modal__Wrapper:before{transform:rotate(60deg)}.home__ClientsModal .modal__Wrapper:after{transform:rotate(-60deg)}.home__ClientsModalText{position:relative;z-index:2}.home__ClientsModalText .h3{border-bottom:2px solid #000;padding-bottom:12rem;text-align:center}.home__ClientsModalText .news__ListItemTextBottom{justify-content:center;margin-top:12rem}.home__ClientsModalClose{bottom:-40rem;cursor:pointer;height:18rem;left:50%;min-width:18rem;position:absolute;transform:translate(-50%);width:18rem;z-index:2}.home__ClientsModalClose:hover .stroke{stroke:#000}.home__ClientsModalClose img,.home__ClientsModalClose svg{height:auto;width:100%}.home__ClientsModalClose .stroke{transition:.3s}.news .newsSlider__Button{display:none}.news__Section{padding-bottom:90rem;padding-top:90rem}.news__Filters{align-items:center;display:flex;justify-content:space-between}@media (max-width:767px){.news__Filters{flex-direction:column}}.news__Filters>.h2{width:100%}.news__FiltersSearch{margin-left:40rem;position:relative;width:385rem}@media (max-width:767px){.news__FiltersSearch{margin-left:0;margin-top:36rem;width:100%}}@media (max-width:480px){.news__FiltersSearchField{width:305rem}}.news__FiltersSearchField .fileField__Wrapper,.news__FiltersSearchField .selectField__Wrapper,.news__FiltersSearchField .textField__Wrapper{border-color:#000}.news__FiltersSearchField .fileField__Wrapper input,.news__FiltersSearchField .selectField__Wrapper input,.news__FiltersSearchField .textField__Wrapper input{padding-right:54rem}.news__FiltersSearchIcon{align-items:center;display:flex;justify-content:center;position:absolute;right:0;top:50%;transform:translateY(-50%)}.news__FiltersSearchIcon svg,.news__FiltersSearchIcon>img{height:auto;width:24rem}.news__FiltersSearchIcon svg:first-of-type,.news__FiltersSearchIcon>img:first-of-type{cursor:pointer}.news__FiltersSearchIcon svg:first-of-type:hover .stroke,.news__FiltersSearchIcon>img:first-of-type:hover .stroke{stroke:#000}.news__FiltersSearchIcon svg:not(:first-of-type),.news__FiltersSearchIcon>img:not(:first-of-type){margin-left:4rem}.news__FiltersSearchIcon .stroke{transition:.3s}.news__List{grid-gap:90rem 40rem;display:grid;grid-template-columns:repeat(4,1fr);margin-top:90rem}@media (max-width:1023px){.news__List{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.news__List{grid-template-columns:repeat(1,1fr)}}.news__ListItem{border-bottom:2px solid #000;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:24rem;position:relative;text-decoration:none}.news__ListItem:hover .news__ListItemImage{transform:scale(1.02)}.news__ListItem:hover .news__ListItemImage:after,.news__ListItem:hover .news__ListItemImage:before{opacity:0}.news__ListItem:hover .news__ListItemImage>img{box-shadow:0 6rem 12rem #ff564f7a}.news__ListItem:hover .news__ListItemImageBlend{background-color:#ff564f;mix-blend-mode:multiply;opacity:1}.news__ListItem:hover .news__ListItemTextBottom .fill{fill:#fff}.news__ListItem:hover .news__ListItemTextBottom .path{stroke:#ff564f;fill:#ff564f}.news__ListItem:hover .news__ListItemTextBottom .circle{fill:#fff}.news__ListItem>a{bottom:0;font-size:0;left:0;position:absolute;right:0;top:0}.news__ListItemTextWrapper{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.news__ListItemImage{position:relative;transition:.2s}.news__ListItemImage:before{mix-blend-mode:color;opacity:.5}.news__ListItemImage:after,.news__ListItemImage:before{background-color:#f2eee3;border-radius:12rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:.3s;z-index:1}.news__ListItemImage:after{mix-blend-mode:multiply}.news__ListItemImage>img{border-radius:12rem;filter:grayscale(1) contrast(.8) brightness(1.6);height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.news__ListItemImageBlend{border-radius:12rem;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:.3s}.news__ListItemImageTag{align-items:center;background-color:#000;border-radius:50% 50% 0 0;bottom:0;display:flex;height:90rem;justify-content:center;left:50%;position:absolute;transform:translate(-50%);transition:.3s;width:90rem;z-index:2}.news__ListItemImageTag svg,.news__ListItemImageTag>img{max-height:40rem;max-width:60rem}.news__ListItemText{margin-top:40rem}.news__ListItemText .text{margin-top:12rem}.news__ListItemText p{font-size:15rem;line-height:1.6}.news__ListItemTextBottom{align-items:center;display:flex;justify-content:space-between;margin-top:24rem}.news__ListItemTextBottom p{align-items:center;display:flex;font-size:12rem;text-transform:uppercase}.news__ListItemTextBottom p img,.news__ListItemTextBottom p svg{height:auto;margin:0 12rem;width:18rem}.news__ListItemTextBottom>svg{height:auto;width:48rem}.news__ListItemTextBottom>svg .circle,.news__ListItemTextBottom>svg .fill,.news__ListItemTextBottom>svg .path{transition:.3s}.news__Button{margin-top:96rem;text-align:center}.news__Message{margin:0 auto;max-width:1020rem}.news__Message .h2 span{color:#ff564f}.news__Message .button{margin-top:48rem}.newsDetail__Header{background-color:#f6f6f6;padding:130rem 0}@media (max-width:767px){.newsDetail__Header{padding:100rem 0}}.newsDetail__Header .newsSlider__Wrapper{align-items:center;flex-direction:row-reverse;justify-content:flex-start;width:100%}@media (max-width:767px){.newsDetail__Header .newsSlider__Wrapper{flex-direction:column-reverse}}.newsDetail__Header .newsSlider__Slider{min-width:540rem;width:540rem}@media (max-width:767px){.newsDetail__Header .newsSlider__Slider{min-width:auto;width:100%}}.newsDetail__Header .newsSlider__SliderItem{margin-right:0;max-width:none}.newsDetail__Header .newsSlider__Info{margin-left:120rem;min-width:auto;width:100%}@media (max-width:767px){.newsDetail__Header .newsSlider__Info{margin-left:0}}.newsDetail__Header .newsSlider__Info .h2{margin-top:12rem}.newsDetail__Header .newsSlider__Info .text,.newsDetail__Header .newsSlider__Info>p{margin-top:24rem}.newsDetail__Header .newsSlider__Info .text p{font-size:16rem}.newsDetail__Content{background-image:url(../resources/images/lines-reversed.svg);background-position:50% 100%;background-repeat:no-repeat;background-size:cover;padding-bottom:240rem;padding-top:240rem}@media (max-width:767px){.newsDetail__Content{background-image:none;padding-bottom:120rem;padding-top:120rem}}.newsDetail__Content .wrapperSmall>:first-child{margin-top:-130rem}@media (max-width:767px){.newsDetail__Content .wrapperSmall>:first-child{margin-top:-60rem}}.newsDetail__Content .wrapperSmall>:not(:first-child){margin-top:130rem}@media (max-width:767px){.newsDetail__Content .wrapperSmall>:not(:first-child){margin-top:60rem}}.newsDetail__Blockquote{align-items:center;display:flex;position:relative}@media (max-width:480px){.newsDetail__Blockquote{flex-direction:column-reverse}}.newsDetail__Blockquote:after{background-image:url(../resources/images/quote.svg);background-position:0 0;background-repeat:no-repeat;background-size:30rem;content:"";display:none;height:50rem;margin-bottom:24rem;width:100%}@media (max-width:480px){.newsDetail__Blockquote:after{display:block}}.newsDetail__Blockquote blockquote{padding-left:150rem;position:relative;width:100%}@media (max-width:480px){.newsDetail__Blockquote blockquote{padding-left:0}}.newsDetail__Blockquote blockquote>p{font-size:15rem}.newsDetail__Blockquote blockquote>p i{font-size:18rem}.newsDetail__Blockquote blockquote>:not(:first-child){margin-top:36rem}.newsDetail__Blockquote>img{border-radius:12rem;margin-left:40rem;min-width:200rem}@media (max-width:480px){.newsDetail__Blockquote>img{margin-bottom:40rem;margin-left:0;min-width:auto;width:100%}}.newsDetail__Blockquote--Reversed{flex-direction:row-reverse}@media (max-width:480px){.newsDetail__Blockquote--Reversed{flex-direction:column-reverse}}.newsDetail__Blockquote--Reversed>img{margin-left:0;margin-right:40rem}@media (max-width:480px){.newsDetail__Blockquote--Reversed>img{margin-right:0}}.newsDetail__BlockquoteIcon{border-right:1px solid #ff564f;bottom:0;left:0;position:absolute;top:0;width:100rem}@media (max-width:480px){.newsDetail__BlockquoteIcon{display:none}}.newsDetail__BlockquoteIcon img,.newsDetail__BlockquoteIcon svg{height:auto;width:48rem}.newsDetail__BlockquoteIcon .path{animation:quote 3s 3s infinite}@keyframes quote{0%{transform:scale(1)}10%{transform:matrix(1,0,0,1,0,9)}20%{transform:scale(1)}}.newsDetail__Columns{grid-gap:48rem;display:flex}@media (max-width:767px){.newsDetail__Columns{flex-direction:column}}.newsDetail__Columns:not(:first-child){margin-top:130rem}@media (max-width:767px){.newsDetail__Columns:not(:first-child){margin-top:60rem}}.newsDetail__ColumnsItem{width:100%}.newsDetail__ColumnsItem p{font-size:18rem;line-height:1.6}.newsDetail__ColumnsItem a{color:#ff564f;text-decoration:underline;transition:.3s}.newsDetail__ColumnsItem a:hover{color:#000}.newsDetail__Centered{text-align:center}@media (max-width:767px){.newsDetail__Centered{text-align:left}}.newsDetail__Centered:not(:first-child){margin-top:130rem}@media (max-width:767px){.newsDetail__Centered:not(:first-child){margin-top:60rem}}.newsDetail__Centered p{font-size:18rem;letter-spacing:-.18rem;line-height:1.6}.newsDetail__Bar{background-color:#f6f6f6;padding:25rem 0}.newsDetail__BarWrapper{align-items:center;display:flex;justify-content:center}.newsDetail__BarImage{margin-right:50rem;min-width:150rem;width:150rem}@media (max-width:480px){.newsDetail__BarImage{margin-right:40rem;min-width:100rem;width:100rem}}.newsDetail__BarImage img{border-radius:12rem;width:100%}.newsDetail__BarText~p{font-size:12rem;text-transform:uppercase}.newsDetail__BarText h3{font-size:16rem;font-weight:400}.newsDetail__BarText p:not(:first-child){margin-top:12rem}.newsDetail__BarText p a{color:#ff564f;font-size:15rem;font-style:italic;font-weight:700}.services__Header{background-color:#f6f6f6;background-image:url(../resources/images/services/services-bg.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100vh;padding-bottom:120rem;padding-top:230rem;position:relative}@media (max-width:767px){.services__Header{min-height:auto;padding-top:220rem}}@media (max-width:480px){.services__Header{padding:120rem 0}}.services__Header.agencies__Header{background-image:url(../resources/images/agencies/agencies-bg.jpg);background-position:50%;background-size:cover;padding:220rem 0 190rem;position:relative}@media (max-width:767px){.services__Header.agencies__Header{padding:220rem 0 120rem}}@media (max-width:480px){.services__Header.agencies__Header{padding:120rem 0}}.services__Header.agencies__Header:before{background:linear-gradient(129deg,#fff 13.02%,hsla(0,0%,100%,.5) 56.43%);bottom:0;content:"";left:0;position:absolute;right:0;top:0}.services__Header.agencies__Header .wrapperSmall{position:relative;z-index:2}.services__HeaderTitle{text-align:center}.services__HeaderTitle>p{color:#ff564f;font-family:Poppins;font-size:15rem;font-style:italic;font-weight:700;text-transform:uppercase}.services__HeaderTitle .largeTitle span{color:#ff564f}.services__HeaderLead{margin-top:48rem;text-align:center}@media (max-width:767px){.services__HeaderLead{margin-top:36rem}}.services__HeaderLead .h2{font-weight:400}.services__HeaderButton{margin-top:32rem;text-align:center}@media (max-width:767px){.services__HeaderButton{margin-top:24rem}}.services__HeaderButton .button svg{margin-left:36rem;width:auto}@media (max-width:1024px){.services__HeaderButton .button svg{width:24rem}}@media (max-width:767px){.services__HeaderButton .button svg{width:auto}}.services__Intro{padding:120rem 0}@media (max-width:767px){.services__Intro{padding:60rem 0}}.services__Intro .commitment__Quote{margin-top:60rem}.services__Intro .commitment__QuoteText p{color:#000}.services__IntroTitle .smallTitle{margin-left:48rem}@media (max-width:767px){.services__IntroTitle .smallTitle{margin-left:0}}.services__IntroTitle .h2{margin-top:12rem}.services__IntroTitle .h2 span{color:#ff564f}.services__List{background-color:#f6f6f6;padding-bottom:120rem;padding-top:60rem;position:relative}@media (max-width:767px){.services__List{overflow:hidden}}.services__List:after{background-image:url(../resources/images/lines-repeat.svg);background-position:50% 100%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translate(-50%);width:240rem}.services__List>.smallTitle{position:relative;text-align:center;z-index:2}.services__ListItem:first-of-type{margin-top:48rem}.services__ListItem:not(:first-of-type){margin-top:160rem}.services__ListItemWrapper{grid-gap:120rem;align-items:flex-start;display:flex;position:relative;z-index:2}@media (max-width:767px){.services__ListItemWrapper{grid-gap:0;display:flex;flex-direction:column}}.services__ListItemWrapper:hover .services__ListItemContentLink .path{fill:#ff564f}.services__ListItemWrapper:hover .services__ListItemContentLink .circle{fill:#fff}.services__ListItemWrapper:hover .services__ListItemContentMiddleIcon img,.services__ListItemWrapper:hover .services__ListItemContentMiddleIcon svg{filter:invert(100%)}.services__ListItemWrapper:hover .services__ListItemImage:after,.services__ListItemWrapper:hover .services__ListItemImage:before{opacity:0}.services__ListItemWrapper:hover .services__ListItemImageBlend{background-color:#ff564f;mix-blend-mode:multiply;opacity:1;transform:scale(1)}.services__ListItemWrapper:hover .services__ListItemImageShape{opacity:1;visibility:visible}.services__ListItemContent{width:100%}@media (max-width:767px){.services__ListItemContent{margin-top:48rem;order:3}}.services__ListItemContentText{margin-top:56rem;padding-left:48rem}@media (max-width:767px){.services__ListItemContentText{margin-top:32rem;padding-left:0}}.services__ListItemContentText>p{font-size:24rem;line-height:1.3}@media (max-width:767px){.services__ListItemContentText>p{font-size:20rem}}.services__ListItemContentLink{align-items:center;border-top:2px solid #000;display:flex;justify-content:space-between;margin-top:32rem;padding-top:24rem}.services__ListItemContentLink>p{color:#ff564f;font-family:Poppins;font-size:15rem;font-style:italic;text-transform:uppercase;transition:.3s}.services__ListItemContentLink img,.services__ListItemContentLink svg{height:auto;min-width:48rem;width:48rem}.services__ListItemContentLink .circle,.services__ListItemContentLink .path{transition:.3s}.services__ListItemContentLinkLeft p{align-items:center;display:flex;font-size:12rem;text-transform:uppercase}.services__ListItemContentLinkLeft p img,.services__ListItemContentLinkLeft p svg{height:auto;margin:0 12rem;min-width:18rem;width:18rem}.services__ListItemContentLinkRight{align-items:center;display:flex}.services__ListItemContentLinkRight>p{color:#ff564f;font-family:Poppins;font-size:15rem;font-style:italic;text-transform:uppercase;transition:.3s}@media (max-width:480px){.services__ListItemContentLinkRight>p{display:none}}.services__ListItemContentLinkRight img,.services__ListItemContentLinkRight svg{margin-left:36rem}.services__ListItemContentLinkRight .circle,.services__ListItemContentLinkRight .path{transition:.3s}.services__ListItemContentMiddle{align-items:center;display:flex;justify-content:center;position:relative;width:100%}@media (max-width:767px){.services__ListItemContentMiddle{flex-direction:column;order:1;z-index:3}}.services__ListItemContentMiddle>p{color:#fff;font-family:Poppins;font-size:84rem;font-style:italic;font-weight:900;letter-spacing:-.84rem;line-height:1;max-height:720rem;text-align:center;text-transform:uppercase;writing-mode:vertical-rl}@media (max-width:767px){.services__ListItemContentMiddle>p{font-size:60rem;writing-mode:horizontal-tb}}@media (max-width:480px){.services__ListItemContentMiddle>p{font-size:50rem}}.services__ListItemContentMiddleIcon{align-items:center;background-color:#ff564f;border-radius:50%;display:flex;height:180rem;justify-content:center;left:50%;min-width:180rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:180rem}@media (max-width:767px){.services__ListItemContentMiddleIcon{height:120rem;left:auto;min-width:120rem;position:relative;top:auto;transform:none;width:120rem}}.services__ListItemContentMiddleIcon img,.services__ListItemContentMiddleIcon svg{max-height:80rem;max-width:80rem;transition:.3s}.services__ListItemImage{display:flex;flex-direction:column;position:relative;width:100%}@media (max-width:767px){.services__ListItemImage{margin:-60rem auto 0;max-width:500rem;order:2}}.services__ListItemImage:before{mix-blend-mode:color;opacity:.5}.services__ListItemImage:after,.services__ListItemImage:before{background-color:#f2eee3;border-radius:12rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:.3s;z-index:1}.services__ListItemImage:after{mix-blend-mode:multiply}.services__ListItemImage>img{border-radius:12rem;width:100%}.services__ListItemImageBlend{border-radius:12rem;bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transform:scale(0);transition:.3s;z-index:2}.services__ListItemImageShape{border:2px solid #fff;height:220rem;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);transition:.3s;visibility:hidden;width:220rem;z-index:3}@media (max-width:480px){.services__ListItemImageShape{height:180rem;width:180rem}}.services__Offers{overflow:hidden;padding:60rem 0}.services__OffersWrapper{display:flex;width:calc(50% + 50vw)}@media (max-width:767px){.services__OffersWrapper{flex-direction:column}}@media (max-width:480px){.services__OffersWrapper{width:100%}}.services__OffersContent{display:flex;min-width:800rem;width:800rem}@media (max-width:767px){.services__OffersContent{flex-direction:column-reverse;min-width:auto;width:100%}}.services__OffersContentText{width:100%}@media (max-width:767px){.services__OffersContentText{margin-top:32rem}}.services__OffersContentText>p{font-size:24rem;line-height:1.3;margin-top:48rem;padding-left:48rem}@media (max-width:767px){.services__OffersContentText>p{font-size:20rem;margin-top:24rem;padding-left:0}}.services__OffersContentMiddle{align-items:center;display:flex;justify-content:center;margin-left:64rem;min-width:180rem;position:relative;width:180rem}@media (max-width:767px){.services__OffersContentMiddle{margin-left:0;min-width:auto;width:100%}}.services__OffersContentMiddle>p{color:#f6f6f6;font-family:Poppins;font-size:84rem;font-style:italic;font-weight:900;letter-spacing:-.84rem;line-height:1;max-height:720rem;text-align:center;text-transform:uppercase;writing-mode:vertical-rl}@media (max-width:767px){.services__OffersContentMiddle>p{font-size:60rem;writing-mode:horizontal-tb}}@media (max-width:480px){.services__OffersContentMiddle>p{font-size:50rem}}.services__OffersContentMiddleIcon{align-items:center;background-color:#ff564f;border-radius:50%;display:flex;height:180rem;justify-content:center;left:50%;min-width:180rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:180rem}@media (max-width:767px){.services__OffersContentMiddleIcon{height:120rem;min-width:120rem;width:120rem}}.services__OffersContentMiddleIcon img,.services__OffersContentMiddleIcon svg{max-height:80rem;max-width:80rem}.services__OffersSlider{margin-left:80rem;overflow:hidden;padding:20rem;width:100%}@media (max-width:767px){.services__OffersSlider{margin-left:0;margin-top:36rem}}@media (max-width:480px){.services__OffersSlider{overflow:visible;padding:20rem 0}}.services__OffersSlider .flickity-viewport{overflow:visible}@media (max-width:480px){.services__OffersSlider .about__ManagementListItem{min-width:auto;width:100%}}.services__OffersProgress{display:flex;justify-content:center;margin-top:36rem}.services__Animation .lottie__Animation{position:relative}.services__Animation .lottie__Animation .h1{font-family:Poppins;font-weight:900;left:0;position:absolute;right:0;text-align:center;text-transform:uppercase;top:50%;transform:translateY(-50%);z-index:2}@media (max-width:480px){.services__Animation .lottie__Animation .h1{font-size:28rem}}.services__Animation .lottie__Animation .h1 span{color:#ff564f}.services__Modal .modal__Wrapper{border-radius:6rem;padding:96rem;width:1080rem}@media (max-width:767px){.services__Modal .modal__Wrapper{padding:36rem 48rem;width:100%}}@media (max-width:480px){.services__Modal .modal__Wrapper{padding:36rem 24rem}}.services__Modal .modal__Close{align-items:center;background-color:#000;border-radius:50%;height:60rem;justify-content:center;min-width:60rem;right:-30rem;top:-30rem;transform:rotate(45deg);transition:.3s;width:60rem}@media (max-width:767px){.services__Modal .modal__Close{height:40rem;min-width:40rem;right:0;top:0;transform:none;width:40rem}}.services__Modal .modal__Close:hover .stroke{stroke:#ff564f}.services__Modal .modal__Close img,.services__Modal .modal__Close svg{transform:rotate(-45deg)}@media (max-width:767px){.services__Modal .modal__Close img,.services__Modal .modal__Close svg{max-height:24rem;max-width:24rem;transform:none}}.services__Modal .modal__Close .stroke{stroke:#fff;transition:.3s}.services__ModalTitle .h1{font-family:Poppins;font-weight:900;text-align:center;text-transform:uppercase}.services__ModalTitle .h1 span{color:#ff564f}.services__ModalWrapper{align-items:center;display:flex;margin-top:36rem}@media (max-width:480px){.services__ModalWrapper{flex-direction:column;margin-top:24rem}}.services__ModalWrapper .businessNavigator__HeaderCompass{margin-right:60rem;min-width:250rem}@media (max-width:480px){.services__ModalWrapper .businessNavigator__HeaderCompass{margin:0 auto;min-width:auto;width:200rem}}.services__ModalWrapper .servicesDetail__NavigatorText{text-align:left;width:100%}@media (max-width:480px){.services__ModalWrapper .servicesDetail__NavigatorText{margin-top:24rem}}.services__ModalWrapper .servicesDetail__NavigatorText .h2{font-size:36rem}@media (max-width:767px){.services__ModalWrapper .servicesDetail__NavigatorText .h2{font-size:28rem;line-height:1.2}}.services__ModalWrapper .servicesDetail__NavigatorText .h2 a{text-decoration:none}@media (max-width:480px){.services__ModalWrapper .servicesDetail__NavigatorText .button{margin-top:24rem}}.servicesDetail__Header{background-color:#f6f6f6;min-height:100vh;overflow:hidden;padding-bottom:120rem;padding-top:230rem;position:relative}@media (max-width:767px){.servicesDetail__Header{min-height:auto;padding-bottom:120rem;padding-top:320rem}}.servicesDetail__Header>img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;right:0;top:0;width:100%}.servicesDetail__Header .wrapperExtraSmall{position:relative}@keyframes rotateHeader{0%{transform:rotate(-270deg)}to{transform:rotate(45deg)}}@keyframes rotateCircle{0%{transform:translateY(-50%) rotate(-315deg)}to{transform:translateY(-50%) rotate(-45deg)}}.servicesDetail__HeaderCircle{animation-duration:1s;animation-fill-mode:forwards;animation-name:rotateHeader;border:2px dashed #ff564f;border-radius:50%;height:1300rem;left:-800rem;min-width:1300rem;position:absolute;top:-800rem;width:1300rem}@media (max-width:767px){.servicesDetail__HeaderCircle{height:620rem;left:-300rem;min-width:620rem;top:-300rem;width:620rem}}@media (max-width:480px){.servicesDetail__HeaderCircle{height:560rem;min-width:560rem;width:560rem}}.servicesDetail__HeaderCircle:before{background-color:#fff;border-radius:50%;bottom:35rem;content:"";left:35rem;position:absolute;right:35rem;top:35rem}@media (max-width:767px){.servicesDetail__HeaderCircle:before{bottom:24rem;left:24rem;right:24rem;top:24rem}}.servicesDetail__HeaderCircleIcon{align-items:center;animation-duration:1s;animation-fill-mode:forwards;animation-name:rotateCircle;background-color:#ff564f;border-radius:50%;display:flex;height:180rem;justify-content:center;min-width:180rem;position:absolute;right:-90rem;top:50%;transform:translateY(-50%) rotate(-45deg);width:180rem;z-index:2}@media (max-width:767px){.servicesDetail__HeaderCircleIcon{height:120rem;min-width:120rem;right:-60rem;width:120rem}}.servicesDetail__HeaderCircleIcon img,.servicesDetail__HeaderCircleIcon svg{max-height:80rem;max-width:80rem}.servicesDetail__HeaderTitle{text-align:center}.servicesDetail__HeaderTitle .largeTitle{margin-top:32rem}@media (max-width:767px){.servicesDetail__HeaderTitle .largeTitle{margin-top:24rem}}.servicesDetail__HeaderTitle .largeTitle span{color:#ff564f}.servicesDetail__HeaderLead{margin-top:48rem;text-align:center}@media (max-width:767px){.servicesDetail__HeaderLead{margin-top:36rem}}.servicesDetail__HeaderLead .h2{font-weight:400}.servicesDetail__HeaderButton{margin-top:60rem;text-align:center}@media (max-width:767px){.servicesDetail__HeaderButton{margin-top:48rem}}.servicesDetail__IntroButton{margin-top:24rem}.servicesDetail__Specific{background-color:#f6f6f6;padding:120rem 0}@media (max-width:767px){.servicesDetail__Specific{padding:60rem 0}}.servicesDetail__SpecificWrapper{align-items:flex-start;display:flex;position:relative}@media (max-width:767px){.servicesDetail__SpecificWrapper{flex-direction:column}}.servicesDetail__SpecificLeft{align-items:flex-start;display:flex;left:0;position:sticky;top:40rem;width:100%}@media (max-width:767px){.servicesDetail__SpecificLeft{flex-direction:column-reverse;left:auto;position:relative;top:auto}}.servicesDetail__SpecificLeft .services__OffersContentMiddle{margin-left:48rem}@media (max-width:767px){.servicesDetail__SpecificLeft .services__OffersContentMiddle{margin-left:0}}.servicesDetail__SpecificLeft .services__OffersContentMiddle>p{color:#fff}@media (max-width:767px){.servicesDetail__SpecificLeftText{margin-top:36rem}}.servicesDetail__SpecificLeftText>p{margin-top:24rem}.servicesDetail__SpecificLeftText .button{margin-top:32rem}.servicesDetail__SpecificRignt{margin-left:48rem;min-width:530rem;width:530rem}@media (max-width:767px){.servicesDetail__SpecificRignt{margin-left:0;margin-top:80rem;min-width:auto;width:100%}}.servicesDetail__SpecificList{margin-top:60rem}@media (max-width:767px){.servicesDetail__SpecificList{margin-top:48rem}}.servicesDetail__SpecificListItem{border-top:2px solid #000;padding:48rem 0}@media (max-width:767px){.servicesDetail__SpecificListItem{padding:24rem 0}}.servicesDetail__SpecificListItem h3{font-size:40rem;line-height:1.3}@media (max-width:767px){.servicesDetail__SpecificListItem h3{font-size:36rem}}.servicesDetail__SpecificListItem p{font-size:15rem;line-height:1.6;margin-top:36rem}@media (max-width:767px){.servicesDetail__SpecificListItem p{margin-top:24rem}}.servicesDetail__Cases{padding:60rem 0;position:relative}.servicesDetail__Cases:after{background-image:url(../resources/images/lines-cases.svg);background-position:50% 100%;bottom:0;content:"";left:50%;position:absolute;top:0;transform:translate(-50%);width:240rem}.servicesDetail__CasesTitle{position:relative;text-align:center;z-index:2}.servicesDetail__CasesFilters{margin-top:60rem;padding:0 40rem;position:relative;text-align:center;z-index:3}.servicesDetail__CasesFilters .selectField:first-of-type{max-width:500rem}.servicesDetail__CasesList{margin-top:120rem}@media (max-width:767px){.servicesDetail__CasesList{margin-top:60rem}}.servicesDetail__CasesList .services__ListItem:first-of-type{margin-top:0}@media (max-width:767px){.servicesDetail__CasesList .services__ListItem:not(:first-of-type){margin-top:60rem}}.servicesDetail__CasesList .services__ListItem:nth-of-type(2n) .services__ListItemWrapper{flex-direction:row-reverse}@media (max-width:767px){.servicesDetail__CasesList .services__ListItem:nth-of-type(2n) .services__ListItemWrapper{flex-direction:column}}.servicesDetail__CasesList .services__ListItemContentText{padding-left:0}.servicesDetail__CasesList .services__ListItemContentMiddle{width:50%}@media (max-width:767px){.servicesDetail__CasesList .services__ListItemContentMiddle{width:100%}}.servicesDetail__CasesList .services__ListItemContentMiddle>p{color:#f6f6f6}.servicesDetail__CasesList .services__ListItemWrapper .path{fill:#ff564f}.servicesDetail__CasesList .services__ListItemWrapper .circle,.servicesDetail__CasesList .services__ListItemWrapper:hover .path{fill:#fff}.servicesDetail__CasesList .services__ListItemWrapper:hover .circle{fill:#ff564f}@media (max-width:767px){.servicesDetail__CasesList .services__ListItemImage{margin-top:-20rem;z-index:3}}.servicesDetail__CasesList .services__ListItemImage:after,.servicesDetail__CasesList .services__ListItemImage:before{display:none}.servicesDetail__Navigator{padding:60rem 0 120rem}.servicesDetail__Navigator .businessNavigator__HeaderCompass{margin-top:0}.servicesDetail__NavigatorText{margin-top:48rem;text-align:center}.servicesDetail__NavigatorText .h2 span{color:#ff564f}.servicesDetail__NavigatorText .h2 a{color:#ff564f;text-decoration:underline;transition:.3s}.servicesDetail__NavigatorText .h2 a:hover{color:#000}.servicesDetail__NavigatorText .h3{font-weight:400;margin-top:48rem}.servicesDetail__NavigatorText .button{margin-top:48rem}.servicesDetail__Navigation{background-color:#f6f6f6;padding:120rem 0}@media (max-width:767px){.servicesDetail__Navigation{padding:60rem 0}}.servicesDetail__NavigationWrapper{align-items:center;display:flex}@media (max-width:767px){.servicesDetail__NavigationWrapper{flex-direction:column}}.servicesDetail__NavigationLeft{align-items:center;display:flex;justify-content:flex-end;width:100%}@media (max-width:767px){.servicesDetail__NavigationLeft{justify-content:center}}.servicesDetail__NavigationLink{align-items:center;display:inline-flex;font-size:48rem;font-weight:700;letter-spacing:-2.4rem;transition:.3s}@media (max-width:767px){.servicesDetail__NavigationLink{font-size:36rem}}@media (max-width:480px){.servicesDetail__NavigationLink{font-size:24rem}}.servicesDetail__NavigationLink:hover{color:#ff564f}.servicesDetail__NavigationLink:hover .path{fill:#ff564f}.servicesDetail__NavigationLink:hover .rect{stroke:#ff564f}.servicesDetail__NavigationLink img,.servicesDetail__NavigationLink svg{height:auto;margin-right:24rem;min-width:84rem;width:84rem}.servicesDetail__NavigationLink .path,.servicesDetail__NavigationLink .rect{transition:.3s}.servicesDetail__NavigationCenter{align-items:center;display:flex;justify-content:center;width:100%}@media (max-width:767px){.servicesDetail__NavigationCenter{margin-top:36rem}}.servicesDetail__NavigationRight{width:100%}@media (max-width:767px){.servicesDetail__NavigationRight{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:96rem}}.servicesDetail__NavigationRight .servicesDetail__NavigationLink{color:#000;margin-left:48rem;text-decoration:underline}@media (max-width:767px){.servicesDetail__NavigationRight .servicesDetail__NavigationLink{margin-left:0}}.servicesDetail__NavigationRight .servicesDetail__NavigationLink:hover{color:#ff564f}.servicesDetail__NavigationCircle{align-items:center;border:2px dashed #ff564f;border-radius:50%;display:flex;height:370rem;justify-content:center;min-width:370rem;position:relative;width:370rem}@media (max-width:480px){.servicesDetail__NavigationCircle{height:310rem;min-width:310rem;width:310rem}}.servicesDetail__NavigationCircle:before{background-color:#fff;border-radius:50%;bottom:20rem;content:"";left:20rem;position:absolute;right:20rem;top:20rem}.servicesDetail__NavigationCircle>p{position:relative}.servicesDetail__NavigationCircleIcon{align-items:center;background-color:#ff564f;border-radius:50%;display:flex;height:120rem;justify-content:center;min-width:120rem;position:absolute;right:-60rem;top:50%;transform:translateY(-50%);width:120rem}@media (max-width:767px){.servicesDetail__NavigationCircleIcon{bottom:-60rem;left:50%;right:auto;top:auto;transform:translate(-50%)}}.servicesDetail__NavigationCircleIcon img,.servicesDetail__NavigationCircleIcon svg{max-height:40rem;max-width:40rem}.simplePage{padding:120rem 0}@media (max-width:767px){.simplePage{padding-bottom:60rem}}.simplePage__Title{margin-bottom:60rem}@media (max-width:767px){.simplePage__Title{margin-bottom:36rem}}.tech .tech__Digital .transition{display:none}.tech__Header{background-color:#fff}.tech__Header:after{display:none}.tech__Solution{padding:120rem 0}@media (max-width:767px){.tech__Solution{padding:60rem 0}}.tech__Solution .lead{margin-top:36rem}.tech__SolutionTitle .h1{margin-top:12rem}.tech__SolutionTitle .h1 span{color:#ff564f}@media (max-width:767px){.tech__SolutionList{display:flex}}.tech__SolutionList button img{max-width:160rem}.tech__Features{padding:60rem 0}.tech__FeaturesTitle{text-align:center}.tech__FeaturesList{margin-top:96rem}@media (max-width:767px){.tech__FeaturesList{margin-top:48rem}}.tech__FeaturesListItem{grid-gap:150rem;align-items:center;display:flex;justify-content:space-between}@media (max-width:767px){.tech__FeaturesListItem{grid-gap:36rem;flex-direction:column}}.tech__FeaturesListItem:not(:first-of-type){margin-top:48rem}.tech__FeaturesListItem:nth-of-type(2n){flex-direction:row-reverse}@media (max-width:767px){.tech__FeaturesListItem:nth-of-type(2n){flex-direction:column}}.tech__FeaturesListItemImage{min-width:530rem;width:530rem}@media (max-width:480px){.tech__FeaturesListItemImage{min-width:auto;width:100%}}.tech__FeaturesListItemImage img{border-radius:12rem;width:100%}.tech__FeaturesListItemText{width:100%}.tech__FeaturesListItemText .lead{margin-top:36rem;padding-left:48rem}@media (max-width:767px){.tech__FeaturesListItemText .lead{margin-top:24rem;padding-left:0}}.tech__Facts{padding:120rem 0}@media (max-width:767px){.tech__Facts{padding:60rem 0}}.tech__FactsTitle{margin:0 auto;max-width:570rem}.tech__FactsTitle .h1{margin-top:12rem}.tech__FactsList{display:flex;justify-content:space-between}@media (max-width:767px){.tech__FactsList{align-items:center;flex-direction:column}.tech__FactsListItem{text-align:center}}.tech__FactsListItem:nth-of-type(2){margin-top:180rem;margin-top:120rem}@media (max-width:767px){.tech__FactsListItem:nth-of-type(2){margin-top:0}}.tech__FactsListItem>p{color:#000;font-size:48rem;letter-spacing:-2.4rem;line-height:1.25;max-width:350rem;transform:translateY(-80rem)}@media (max-width:767px){.tech__FactsListItem>p{font-size:32rem;max-width:none;transform:translateY(-60rem)}}@media (max-width:480px){.tech__FactsListItem>p{font-size:24rem;transform:translateY(-20rem)}}.tech__FactsListItemNumber{display:inline-flex;position:relative}.tech__FactsListItemNumber h3{-webkit-text-stroke-width:2px;-webkit-text-stroke-color:#ff564f;color:transparent;font-family:Poppins;font-size:280rem;font-style:italic;font-weight:900;letter-spacing:-2.8rem}@media (max-width:767px){.tech__FactsListItemNumber h3{font-size:210rem}}@media (max-width:480px){.tech__FactsListItemNumber h3{font-size:120rem}}.tech__FactsListItemNumber h3 span{display:inline-flex;font-size:200rem;margin-left:12rem;transform:translateY(-80rem)}@media (max-width:767px){.tech__FactsListItemNumber h3 span{font-size:150rem}}@media (max-width:480px){.tech__FactsListItemNumber h3 span{font-size:80rem;transform:translateY(-40rem)}}.tech__FactsListItemNumber p{color:#000;font-family:Poppins;font-size:30rem;font-style:italic;font-weight:800;left:50%;letter-spacing:-1.5rem;line-height:1.2;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%,-50%)}@media (max-width:767px){.tech__FactsListItemNumber p{font-size:24rem}}.tech__Faq{padding:120rem 0}@media (max-width:767px){.tech__Faq{padding:60rem 0}}.tech__Faq .accordion__ListItemOpenerTitle{justify-content:space-between}.tech__FaqTitle .h2{margin-left:-48rem;margin-top:12rem;max-width:600rem}@media (max-width:767px){.tech__FaqTitle .h2{margin-left:0;max-width:400rem}}@media (max-width:480px){.tech__FaqTitle .h2{max-width:none}}.tech__FaqTitle .h2 span{color:#ff564f}.tech__FaqTitle .lead{margin-top:60rem}@media (max-width:767px){.tech__FaqTitle .lead{margin-top:36rem}}.tech__Digital{background-color:#f6f6f6;overflow:hidden;padding:120rem 0}@media (max-width:767px){.tech__Digital{padding:60rem 0}}.tech__DigitalTitle{margin:0 auto;max-width:850rem}.tech__DigitalTitle .h1{margin-top:12rem}.tech__DigitalTitle .h1 span{color:#ff564f}.tech__DigitalTitle .lead{margin-top:32rem}.tech__DigitalGraphic{background-image:url(../resources/images/logos/myty-full.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;margin-top:80rem}@media (max-width:480px){.tech__DigitalGraphic{margin-left:-40rem;margin-right:-40rem;overflow-x:auto;white-space:nowrap}.tech__DigitalGraphic::-webkit-scrollbar{display:none}}.tech__DigitalGraphicList{display:flex;justify-content:center}@media (max-width:480px){.tech__DigitalGraphicList{justify-content:flex-start}}.tech__DigitalGraphicListItem{min-width:470rem;position:relative;width:470rem}@media (max-width:767px){.tech__DigitalGraphicListItem{min-width:220rem;width:220rem}}.tech__DigitalGraphicListItem:not(:last-of-type):after{background-image:url(../resources/images/tech/arrow-stroke.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";height:130rem;position:absolute;right:-50rem;top:50%;transform:translateY(-50%);width:130rem}@media (max-width:767px){.tech__DigitalGraphicListItem:not(:last-of-type):after{height:60rem;right:-20rem;width:60rem}}.tech__DigitalGraphicListItem:nth-of-type(2) img{transform:scale(1.3) translate(-40rem,-30rem)}@media (max-width:767px){.tech__DigitalGraphicListItem:nth-of-type(2) img{transform:scale(1.3) translateY(-30rem)}}.tech__DigitalGraphicListItem:nth-of-type(3) img{transform:translate(45rem)}@media (max-width:480px){.tech__DigitalGraphicListItem:nth-of-type(3) img{transform:none}}.tech__DigitalGraphicListItem img{width:100%}.tech__DigitalGraphicListItem p{color:#000;font-family:Poppins;font-size:30rem;font-style:italic;font-weight:900;left:50%;letter-spacing:-.3rem;line-height:1;position:absolute;text-align:center;text-transform:uppercase;top:50%;transform:translate(-50%,-50%)}@media (max-width:767px){.tech__DigitalGraphicListItem p{font-size:20rem}}.tech__DigitalGraphicListItem p span{color:#ff564f}.tech__DigitalButton{position:relative;text-align:center}.tech__How{padding:120rem 0}@media (max-width:767px){.tech__How{padding:60rem 0}}.tech__HowTitle{margin:0 auto;max-width:920rem}.tech__HowTitle .h1{margin-top:12rem}.tech__HowTitle .h1 span{color:#ff564f}.tech__HowContent{grid-gap:120rem;align-items:center;display:flex;margin-top:60rem}@media (max-width:767px){.tech__HowContent{grid-gap:0;display:flex;flex-direction:column}}.tech__HowContentImage{display:flex;flex-direction:column;position:relative;width:100%}@media (max-width:767px){.tech__HowContentImage{margin:-60rem auto 0;max-width:500rem;order:2}}.tech__HowContentImage img{border-radius:12rem;width:100%}.tech__HowContentBackground{align-items:center;display:flex;justify-content:center;position:relative;width:100%}@media (max-width:767px){.tech__HowContentBackground{flex-direction:column;order:1;z-index:3}}.tech__HowContentBackground>p{color:#f6f6f6;font-family:Poppins;font-size:84rem;font-style:italic;font-weight:900;letter-spacing:-.84rem;line-height:1;max-height:720rem;text-align:center;text-transform:uppercase;writing-mode:vertical-rl}@media (max-width:767px){.tech__HowContentBackground>p{font-size:60rem;writing-mode:horizontal-tb}}@media (max-width:480px){.tech__HowContentBackground>p{font-size:50rem}}.tech__HowContentText{width:100%}@media (max-width:767px){.tech__HowContentText{margin-top:48rem;order:3}}.tech__HowContentText .h1{margin-left:-48rem}@media (max-width:767px){.tech__HowContentText .h1{margin-left:0}}.tech__HowContentText .lead{margin-top:36rem}.tech__HowContentText .button{margin-top:24rem}.tech__Partners{padding:120rem 0}@media (max-width:767px){.tech__Partners{padding:60rem 0}}.tech__Partners .smallTitle{text-align:center}.tech__PartnersList{grid-gap:60rem;display:flex;flex-wrap:wrap;justify-content:center;margin-top:96rem}@media (max-width:767px){.tech__PartnersList{margin-top:60rem}}.tech__PartnersList img{max-height:40rem;max-width:160rem}.tech__Contacts{padding:120rem 0}@media (max-width:767px){.tech__Contacts{padding:60rem 0}}.tech__ContactsTitle{text-align:center}.tech__ContactsTitle .h1{font-family:Poppins;font-weight:900;text-transform:uppercase}.tech__ContactsTitle .h1 span{color:#ff564f}.tech__ContactsSections{margin-top:80rem}.tech__ContactsSection:not(:first-of-type){margin-top:120rem}@media (max-width:767px){.tech__ContactsSection:not(:first-of-type){margin-top:96rem}}.tech__ContactsSection>.h3{text-align:center}.tech__ContactsSection>.h3 span{color:#ff564f}.tech__ContactsList{display:flex;flex-wrap:wrap;justify-content:center;margin-top:96rem}@media (max-width:767px){.tech__ContactsList{grid-gap:24rem 0;margin-top:60rem}}@media (max-width:480px){.tech__ContactsList{flex-direction:column}}.tech__ContactsList .employerBranding__ContactsColumnListItem{flex-direction:column;width:20%}@media (max-width:767px){.tech__ContactsList .employerBranding__ContactsColumnListItem{width:33%}}@media (max-width:480px){.tech__ContactsList .employerBranding__ContactsColumnListItem{width:100%}}.tech__ContactsList .employerBranding__ContactsColumnListItem>.h4{margin-top:12rem}.tech__ContactsList .employerBranding__ContactsColumnListItem>.smallTitle{color:#ff564f}.tech__ContactsList .employerBranding__ContactsColumnListItemImage{margin-right:0}.tech__News{background-color:#f6f6f6;padding:120rem 0}@media (max-width:767px){.tech__News{padding:60rem 0}}.tech__NewsTitle{align-items:center;display:flex;justify-content:space-between}@media (max-width:480px){.tech__NewsTitle{align-items:flex-start;flex-direction:column}}.tech__NewsTitle .h2{padding-left:64rem}@media (max-width:767px){.tech__NewsTitle .h2{padding-left:0}}@media (max-width:480px){.tech__NewsTitle .buttonArrow{margin-top:12rem}}.tech__Career{padding:120rem 0}@media (max-width:767px){.tech__Career{padding:60rem 0}}.tech__CareerTitle{margin:0 auto;max-width:570rem;text-align:center}.tech__CareerTitle .h2{font-family:Poppins;font-weight:900;text-transform:uppercase}.tech__CareerTitle .h2 a{color:#ff564f;transition:.3s}.tech__CareerTitle .h2 a:hover{color:#000}.values .about__Video{background-color:#f6f6f6;margin-top:420rem;padding-top:0}@media (max-width:767px){.values .about__Video{margin-top:220rem}}.values .about__Video .video{margin-top:-420rem}@media (max-width:767px){.values .about__Video .video{margin-top:-220rem}}.values .about__Video .transition{display:block}.values__Header{background-image:none;min-height:auto}@media (max-width:767px){.values__Header{padding-bottom:0}}.values__Header:before{background-image:url(../resources/images/logos/myty.svg);background-position:50% 0;background-repeat:no-repeat;background-size:100%;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@media (max-width:767px){.values__Header:before{background-size:cover}}.values__Header .wrapperSmall{position:relative}.values__Cards{overflow:hidden;padding-top:180rem}@media (max-width:767px){.values__Cards{padding-top:60rem}}.values__Cards--White{background-color:#f6f6f6;padding-bottom:220rem}@media (max-width:767px){.values__Cards--White{padding-bottom:120rem}}.values__Cards--White .values__CardsListItem{background-color:#fff;box-shadow:0 2rem 48rem #0000000f}.values__CardsTitle{padding-left:96rem}@media (max-width:767px){.values__CardsTitle{padding-left:0}}.values__CardsTitle .smallTitle{padding-left:48rem}@media (max-width:767px){.values__CardsTitle .smallTitle{padding-left:0}}.values__CardsTitle .h1:not(:first-child){margin-top:12rem}.values__CardsList{margin-top:60rem;width:calc(50% + 50vw)}@media (max-width:767px){.values__CardsList{width:100%}}.values__CardsList .flickity-enabled{padding-right:60rem}@media (max-width:767px){.values__CardsList .flickity-enabled{padding-right:0}}.values__CardsList .flickity-viewport{overflow:visible}.values__CardsList .flickity-slider{align-items:stretch;display:flex}.values__CardsList .flickity-slider .news__ListItem{min-height:100%}.values__CardsListItem{background-color:#f6f6f6;border-radius:12rem;margin-right:48rem;min-height:100%;padding:96rem 60rem 160rem;position:relative;width:calc(33% - 24rem)}@media (max-width:767px){.values__CardsListItem{padding:24rem 24rem 100rem;width:100%}}.values__CardsListItem:last-of-type{margin-right:48rem}.values__CardsListItem .h3{color:#ff564f}.values__CardsListItem .text{margin-top:24rem}.values__CardsListItem .text ul li:before{color:#000}.values__CardsListItem>p{font-size:18rem;line-height:1.6;margin-top:24rem}.values__CardsListItemNumber{align-items:center;background-color:#000;border-top-left-radius:50%;border-top-right-radius:50%;bottom:0;display:flex;height:88rem;justify-content:center;left:50%;min-width:88rem;position:absolute;transform:translate(-50%);width:88rem}@media (max-width:767px){.values__CardsListItemNumber{height:60rem;min-width:60rem;width:60rem}}.values__CardsListItemNumber .h3{color:#fff;font-weight:500}.values__CardsListItemNumber .h3 span{font-size:26rem}.values__CardsProgress{background-color:#0000001f;height:2px;margin-left:auto;margin-right:auto;margin-top:120rem;min-width:530rem;overflow:hidden;position:relative;width:530rem}@media (max-width:767px){.values__CardsProgress{margin-top:80rem}}@media (max-width:480px){.values__CardsProgress{min-width:auto;width:calc(100% - 80rem)}}.values__CardsProgressLine{background-color:#ff564f;bottom:0;left:0;position:absolute;right:0;top:0;transform:translate(-100%);transition:.3s}.values__Video{background-color:#f6f6f6;margin-top:420rem}@media (max-width:767px){.values__Video{margin-top:220rem}}.values__Video .video{margin-top:-420rem}@media (max-width:767px){.values__Video .video{margin-top:-220rem}}.values__Quote{background-color:#f6f6f6;padding:120rem 0 240rem}@media (max-width:767px){.values__Quote{padding:60rem 0 120rem}}.values__QuoteWrapper{align-items:center;display:flex}@media (max-width:767px){.values__QuoteWrapper{flex-direction:column}}.values__QuoteImage{min-width:440rem;padding-right:60rem;width:440rem}@media (max-width:767px){.values__QuoteImage{min-width:300rem;padding-right:0;width:300rem}}@media (max-width:480px){.values__QuoteImage{min-width:auto;width:100%}}.values__QuoteImage img{border-radius:12rem;width:100%}.values__QuoteText{border-left:1px solid #ff564f;padding-left:50rem;width:100%}@media (max-width:767px){.values__QuoteText{border-left:none;margin-top:24rem;padding-left:0}}.values__QuoteText p{font-size:32rem;font-style:italic;letter-spacing:-.64rem;line-height:1.5}@media (max-width:767px){.values__QuoteText p{font-size:22rem}}.values__Features{padding:120rem 0}@media (max-width:767px){.values__Features{padding:60rem 0}}.values__Features .transition{margin-bottom:24rem}.values__Feature:not(:first-child){margin-top:240rem}@media (max-width:767px){.values__Feature:not(:first-child){margin-top:120rem}}.values__FeatureHeader{margin:0 auto;max-width:820rem}.values__FeatureHeaderTitle{align-items:center;display:flex;justify-content:space-between;margin-top:12rem}.values__FeatureHeaderTitle .h1{margin-left:-48rem}@media (max-width:767px){.values__FeatureHeaderTitle .h1{margin-left:0}}.values__FeatureHeaderTitle img,.values__FeatureHeaderTitle svg{margin-left:24rem;max-height:60rem;max-width:120rem}@media (max-width:767px){.values__FeatureHeaderTitle img,.values__FeatureHeaderTitle svg{max-width:80rem}}.values__FeatureHeaderText{margin-top:36rem}@media (max-width:767px){.values__FeatureHeaderText{margin-top:24rem}}.values__FeatureHeaderText>:not(:first-child){margin-top:24rem}.values__FeatureHeaderText p{font-size:24rem;line-height:1.5}@media (max-width:767px){.values__FeatureHeaderText p{font-size:18rem}}.values__FeatureList{grid-gap:48rem;display:flex;margin-top:96rem}@media (max-width:767px){.values__FeatureList{flex-direction:column;margin-top:48rem}}.values__FeatureListItem{border-bottom:1px solid #000;padding-bottom:24rem;width:100%}.values__FeatureListItem .h3{color:#ff564f}.values__FeatureListItem p{font-size:15rem;line-height:1.6}.values__SpecialFeature{padding-top:120rem}@media (max-width:767px){.values__SpecialFeature{padding-top:60rem}}.values__SpecialFeature .values__Cards{padding-top:120rem}@media (max-width:767px){.values__SpecialFeature .values__Cards{padding-top:60rem}}.values__SpecialFeature .values__CardsList{margin-top:0}.values__SpecialFeature--Image{background-color:#f6f6f6}.values__SpecialFeature--Image .values__SpecialFeatureImage{margin-right:140rem;min-width:530rem;width:530rem}@media (max-width:767px){.values__SpecialFeature--Image .values__SpecialFeatureImage{margin-right:0}}@media (max-width:480px){.values__SpecialFeature--Image .values__SpecialFeatureImage{min-width:auto;width:100%}}.values__SpecialFeature--Image .values__SpecialFeatureImage img{border-radius:12rem}.values__SpecialFeature--Image .values__SpecialFeatureWrapper{align-items:center}.values__SpecialFeatureWrapper{display:flex}@media (max-width:767px){.values__SpecialFeatureWrapper{align-items:center;flex-direction:column}}.values__SpecialFeatureImage{margin-right:80rem;min-width:440rem;width:440rem}@media (max-width:767px){.values__SpecialFeatureImage{margin-right:0}}@media (max-width:480px){.values__SpecialFeatureImage{min-width:auto;width:100%}}.values__SpecialFeatureImage img,.values__SpecialFeatureImage svg{border-radius:12rem;width:100%}.values__SpecialFeatureContent{width:100%}@media (max-width:767px){.values__SpecialFeatureContent{margin-top:24rem}}.values__SpecialFeatureContent>.h1{margin-left:-48rem;margin-top:12rem}@media (max-width:767px){.values__SpecialFeatureContent>.h1{margin-left:0}}.values__SpecialFeatureContentLead{margin-top:36rem}@media (max-width:767px){.values__SpecialFeatureContentLead{margin-top:24rem}}.values__SpecialFeatureContentLead>:not(:first-child){margin-top:24rem}.values__SpecialFeatureContentLead p{font-size:24rem;line-height:1.5}@media (max-width:767px){.values__SpecialFeatureContentLead p{font-size:18rem}}.values__SpecialFeatureContentText,.values__SpecialFeatureContentText>:not(:first-child){margin-top:24rem}.values__SpecialFeatureContentText p{font-size:18rem;line-height:1.6}.values__SpecialFeatureContentText a{color:#ff564f;text-decoration:underline;transition:.3s}.values__SpecialFeatureContentText a:hover{color:#000}.values__Splash{margin-top:120rem;position:relative}.values__Splash img{width:100%}.values__Splash .transition{background-color:transparent;left:0;position:absolute;right:0;top:-1rem}.webinar .about__Video .wrapperExtraLarge{max-width:1180rem}.webinar .about__Video iframe{aspect-ratio:16/9;border:none;border-radius:12rem;width:100%}.webinar .accordion__ListItemContent>p{font-size:24rem;letter-spacing:normal;line-height:1.5}@media (max-width:767px){.webinar .accordion__ListItemContent>p{font-size:20rem}}.webinar .hello__FaqButton{display:block}.webinar__Header{background-color:#f6f6f6;padding:120rem 0}@media (max-width:767px){.webinar__Header{padding-bottom:60rem}}.webinar__HeaderImage{margin:0 auto;max-width:600rem}@media (max-width:767px){.webinar__HeaderImage{max-width:500rem}}.webinar__HeaderImage img{border-radius:12rem;width:100%}.webinar__HeaderText{margin-top:48rem;text-align:center}.webinar__Content{padding:60rem 0}.webinar__ContentTitle{margin-left:-36rem}@media (max-width:767px){.webinar__ContentTitle{margin-left:0}}.webinar__ContentText{margin-top:48rem}@media (max-width:767px){.webinar__ContentText{margin-top:36rem}}.webinar__People{overflow:hidden;padding:120rem 0}@media (max-width:767px){.webinar__People{padding:60rem 0}}.cookieControl__Modal-enter-active,.cookieControl__Modal-leave-active{transition:opacity .25s}.cookieControl__Modal-enter,.cookieControl__Modal-leave-to{opacity:0}.cookieControl__Bar--center{left:50%;top:50%;transform:translate(-50%,-50%)}.cookieControl__Bar--bottom-full-enter-active,.cookieControl__Bar--bottom-full-leave-active,.cookieControl__Bar--bottom-left-enter-active,.cookieControl__Bar--bottom-left-leave-active,.cookieControl__Bar--bottom-right-enter-active,.cookieControl__Bar--bottom-right-leave-active,.cookieControl__Bar--center-enter-active,.cookieControl__Bar--center-leave-active,.cookieControl__Bar--top-full-enter-active,.cookieControl__Bar--top-full-leave-active,.cookieControl__Bar--top-left-enter-active,.cookieControl__Bar--top-left-leave-active,.cookieControl__Bar--top-right-enter-active,.cookieControl__Bar--top-right-leave-active{transition:transform .25s}.cookieControl__Bar--top-full-enter,.cookieControl__Bar--top-full-leave-to,.cookieControl__Bar--top-left-enter,.cookieControl__Bar--top-left-leave-to,.cookieControl__Bar--top-right-enter,.cookieControl__Bar--top-right-leave-to{transform:translateY(-100%)}.cookieControl__Bar--bottom-full-enter,.cookieControl__Bar--bottom-full-leave-to,.cookieControl__Bar--bottom-left-enter,.cookieControl__Bar--bottom-left-leave-to,.cookieControl__Bar--bottom-right-enter,.cookieControl__Bar--bottom-right-leave-to{transform:translateY(100%)}.cookieControl__Bar--center-enter,.cookieControl__Bar--center-leave-to{transform:translate(-50%,-50%) scale(.95)}.cookieControl{position:relative;z-index:100000}.cookieControl button{backface-visibility:hidden;border:0;cursor:pointer;font-size:16px;outline:0;padding:12px 20px;transition:background-color .2s,color .2s}.cookieControl__Bar{background-color:var(--cookie-control-barBackground);font-family:Arial,Helvetica Neue,Helvetica,sans-serif;position:fixed}.cookieControl__Bar h3,.cookieControl__Bar p{color:var(--cookie-control-barTextColor);max-width:900px}.cookieControl__Bar h3{font-size:20px;margin:0}.cookieControl__Bar p{font-size:16px;margin:5px 0 0}.cookieControl__Bar button{background-color:var(--cookie-control-barButtonBackground);color:var(--cookie-control-barButtonColor)}.cookieControl__Bar button:hover{background-color:var(--cookie-control-barButtonHoverBackground);color:var(--cookie-control-barButtonHoverColor)}.cookieControl__Bar button:focus{box-shadow:0 0 0 3px var(--cookie-control-focusRingColor)}.cookieControl__Bar button+button{margin-left:10px}.cookieControl__BarContainer{align-items:flex-end;display:flex;justify-content:space-between;padding:20px}.cookieControl__Bar--bottom-full,.cookieControl__Bar--top-full{left:0;right:0}.cookieControl__Bar--top-full{top:0}.cookieControl__Bar--bottom-full{bottom:0}.cookieControl__Bar--bottom-left p,.cookieControl__Bar--bottom-right p,.cookieControl__Bar--center p,.cookieControl__Bar--top-left p,.cookieControl__Bar--top-right p{max-width:400px}.cookieControl__Bar--bottom-left .cookieControl__BarContainer,.cookieControl__Bar--bottom-right .cookieControl__BarContainer,.cookieControl__Bar--center .cookieControl__BarContainer,.cookieControl__Bar--top-left .cookieControl__BarContainer,.cookieControl__Bar--top-right .cookieControl__BarContainer{flex-direction:column}.cookieControl__Bar--bottom-left .cookieControl__BarButtons,.cookieControl__Bar--bottom-right .cookieControl__BarButtons,.cookieControl__Bar--center .cookieControl__BarButtons,.cookieControl__Bar--top-left .cookieControl__BarButtons,.cookieControl__Bar--top-right .cookieControl__BarButtons{margin-top:20px}.cookieControl__Bar--top-left,.cookieControl__Bar--top-right{top:20px}.cookieControl__Bar--bottom-left,.cookieControl__Bar--bottom-right{bottom:20px}.cookieControl__Bar--bottom-left,.cookieControl__Bar--top-left{left:20px}.cookieControl__Bar--bottom-right,.cookieControl__Bar--top-right{right:20px}.cookieControl__BarButtons{display:flex}.cookieControl__Modal{bottom:0;font-size:0;left:0;position:fixed;right:0;text-align:center;top:0;z-index:1}.cookieControl__Modal:before{content:"";display:inline-block;min-height:100vh;vertical-align:middle}.cookieControl__Modal:after{background-color:var(--cookie-control-modalOverlay);bottom:0;content:"";left:0;opacity:var(--cookie-control-modalOverlayOpacity);position:absolute;right:0;top:0;z-index:-1}.cookieControl__Modal>div{font-size:medium}.cookieControl__Modal button{background-color:var(--cookie-control-modalButtonBackground);color:var(--cookie-control-modalButtonColor)}.cookieControl__Modal button:hover{background-color:var(--cookie-control-modalButtonHoverBackground);color:var(--cookie-control-modalButtonHoverColor)}.cookieControl__Modal button:focus{box-shadow:0 0 0 3px var(--cookie-control-focusRingColor)}.cookieControl__ModalContent{background-color:var(--cookie-control-modalBackground);display:inline-block;max-height:80vh;max-width:550px;overflow-y:scroll;position:relative;text-align:left;vertical-align:middle;width:100%}.cookieControl__ModalContent,.cookieControl__ModalContent :not(button){color:var(--cookie-control-modalTextColor)}.cookieControl__ModalContent h3{font-size:24px;margin:15px 0}.cookieControl__ModalContent h3:first-of-type{margin-top:0}.cookieControl__ModalContent ul{font-size:16px;list-style-type:none;padding:0}.cookieControl__ModalContent ul ul{padding:5px 56px 0}.cookieControl__ModalContent ul ul li+li{margin-top:5px}.cookieControl__ModalContent li{align-items:center}.cookieControl__ModalContent li+li{margin-top:20px}.cookieControl__ModalContent input{display:none}.cookieControl__ModalContent input:checked+button{background-color:var(--cookie-control-checkboxActiveBackground)}.cookieControl__ModalContent input:checked+button:before{background-color:var(--cookie-control-checkboxActiveCircleBackground);transform:translate3d(100%,-50%,0)}.cookieControl__ModalContent input:checked:disabled+button{background-color:var(--cookie-control-checkboxDisabledBackground)}.cookieControl__ModalContent input:checked:disabled+button:before{background-color:var(--cookie-control-checkboxDisabledCircleBackground)}.cookieControl__ModalContent input+button{backface-visibility:hidden;background-color:var(--cookie-control-checkboxInactiveBackground);border-radius:20px;display:block;font-size:0;margin-right:20px;min-height:20px;min-width:36px;position:relative;transition:background-color .2s}.cookieControl__ModalContent input+button:before{background-color:var(--cookie-control-checkboxInactiveCircleBackground);border-radius:50%;content:"";height:15px;left:3px;position:absolute;top:50%;transform:translate3d(0,-50%,0);transition:transform .2s;width:15px}.cookieControl__ModalContentInner{display:flex;flex-direction:column;gap:10px;padding:40px}.cookieControl__ModalInputWrapper{align-items:flex-start;display:flex}.cookieControl__ModalCookieName{font-weight:700;text-transform:uppercase}.cookieControl__ModalCookieName span{font-weight:400;text-transform:none}.cookieControl__ModalClose{align-self:flex-end;right:20px;top:20px}.cookieControl__ModalButtons{align-items:stretch;display:flex;gap:20px;margin-top:40px}.cookieControl__ModalUnsaved{bottom:40px;color:var(--cookie-control-modalUnsavedColor);font-size:14px;left:50%;margin:0;position:absolute;transform:translate(-50%)}.cookieControl__BlockedIframe{border:2px solid #ddd;padding:20px}.cookieControl__BlockedIframe a,.cookieControl__BlockedIframe p{font-family:Arial,Helvetica Neue,Helvetica,sans-serif}@media screen and (max-width:768px){.cookieControl__Bar{flex-direction:column;left:0;right:0}.cookieControl__Bar h3,.cookieControl__Bar p{max-width:100%}.cookieControl__Bar--top-full,.cookieControl__Bar--top-left,.cookieControl__Bar--top-right{top:0}.cookieControl__Bar--bottom-full,.cookieControl__Bar--bottom-left,.cookieControl__Bar--bottom-right{bottom:0}.cookieControl__ModalContent{bottom:0;left:0;max-height:100%;max-width:none;position:absolute;right:0;top:0}.cookieControl__ModalContentInner{padding:20px}.cookieControl__BarButtons{flex-direction:column;justify-content:center;margin-top:20px;width:100%}.cookieControl__BarButtons button{width:100%}.cookieControl__BarButtons button+button{margin:10px 0 0}.cookieControl__BarContainer,.cookieControl__ModalButtons{flex-direction:column;gap:10px}.cookieControl__ModalButtons button{width:100%}}.cookieControl__ControlButton{backface-visibility:hidden;background:var(--cookie-control-controlButtonBackground);border:0;border-radius:50%;bottom:20px;box-shadow:0 0 10px #0000004d;cursor:pointer;height:40px;min-height:40px;min-width:40px;outline:0;position:fixed;right:20px;transition:background-color .2s;width:40px}.cookieControl__ControlButton svg{backface-visibility:hidden;color:var(--cookie-control-controlButtonIconColor);left:50%;max-height:24px;max-width:24px;min-height:24px;min-width:24px;position:absolute;top:50%;transform:translate(-50%,-50%);transition:color .2s}.cookieControl__ControlButton:hover{background-color:var(--cookie-control-controlButtonHoverBackground)}.cookieControl__ControlButton:hover svg{color:var(--cookie-control-controlButtonIconHoverColor)}/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-viewport{height:100%;overflow:hidden;position:relative;touch-action:pan-y}.flickity-slider{height:100%;left:0;position:absolute;width:100%}.flickity-rtl .flickity-slider{left:unset;right:0}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}.flickity-cell{left:0;position:absolute}.flickity-rtl .flickity-cell{left:unset;right:0}.flickity-button{background:hsla(0,0%,100%,.75);border:none;color:#333;position:absolute}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{box-shadow:0 0 0 5px #19f;outline:none}.flickity-button:active{opacity:.6}.flickity-button:disabled{cursor:auto;opacity:.3;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{border-radius:50%;height:44px;top:50%;transform:translateY(-50%);width:44px}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{left:10px;right:auto}.flickity-prev-next-button .flickity-button-icon{height:60%;left:20%;position:absolute;top:20%;width:60%}.flickity-page-dots{bottom:-25px;display:flex;flex-wrap:wrap;justify-content:center;position:absolute;text-align:center;width:100%}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dot{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(51,51,51,.25);border:none;border-radius:50%;cursor:pointer;display:block;height:10px;margin:0 8px;overflow:hidden;padding:0;text-indent:-9999px;width:10px}.flickity-rtl .flickity-page-dot{text-indent:9999px}.flickity-page-dot:focus{box-shadow:0 0 0 5px #19f;outline:none}.flickity-page-dot.is-selected{background:#333}
