@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{--primary-color: #ffa99d;--secondary-color: #412962;--background-color: #f5f5f5;--text-color: #412962;--font-family: "Montserrat", sans-serif}*{padding:0;margin:0;box-sizing:border-box}.page__home{background:#412962}body{margin:0;padding:0;box-sizing:border-box;height:100%;width:100%;transition:all 1s ease;font-family:var(--font-family);font-weight:400;color:#000;position:relative;background-color:var(--background-color)}.container{width:90%;margin:auto;position:relative}.flex_between{display:flex;align-items:center;justify-content:space-between}.flex_stretch{display:flex;align-items:stretch;justify-content:space-between}.flex_between_top{display:flex;align-items:start;justify-content:space-between}.border_bottom{border-bottom:2px solid var(--primary-color);padding:13px 0}.header_wrapper{width:100%;position:fixed;top:0;left:0;right:0;z-index:111}.header_wrapper.relative{background:linear-gradient(180deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.5) 100%)}.header_wrapper.relative .border_bottom{border-bottom:0!important}.header_wrapper .logo img{height:42px}.header__menu{display:flex;align-items:center;gap:5rem}.hamburger{display:none}.header_menu_item{display:flex;align-items:center;gap:4rem;list-style:none}.header_menu_item li{list-style:none}.header_menu_item li a{color:#fff;text-decoration:none;font-size:13px;transition:all .3s ease;cursor:pointer}.header_menu_item li a:hover{color:var(--primary-color)}.btn_outline{border:2px solid var(--primary-color);color:var(--primary-color);background:none;padding:10px 30px;border-radius:40px;font-weight:500;font-size:14px;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn_outline:hover{background:var(--primary-color);color:#fff}.btn_fill{border:2px solid var(--primary-color);color:#fff;background:var(--primary-color);padding:10px 30px;border-radius:40px;font-weight:500;font-size:14px;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn_fill:hover{border:2px solid var(--secondary-color);background:var(--secondary-color);color:#fff}.menu_buttons{display:flex;align-items:center;gap:10px}.hero{width:100%;min-height:100vh;position:relative;background-color:var(--secondary-color)}.header_image img{width:100%}.home__hero__background{width:100%;height:100vh;position:absolute;top:0;left:0;z-index:0}.home__hero__background:after{content:"";width:100%;height:40px;position:absolute;top:6rem;right:8rem;background-image:url(/assets/icon_plus-pink-74ed8936.svg);background-position:right top;background-repeat:no-repeat}.home__hero__content{width:100%;height:100%;line-height:90px;min-height:100vh;padding:8rem 5rem;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:start;align-items:flex-start;align-content:flex-start;position:relative;z-index:1;color:#fff}.home__hero__content .home__hero__title{width:60%;font-size:94px;font-weight:900;text-transform:uppercase}.home__hero__title i{font-style:normal!important}.scroll-indicator{display:flex;justify-content:flex-start;align-items:center;gap:15px;width:100%;margin-top:50px;cursor:pointer;font-size:13px}.scroll-indicator img{width:26px;display:block;animation:float 2.5s ease forwards infinite;margin:0!important}.section__title{position:relative;color:#ffa99d;padding-right:2.2rem;font-size:20px}.section__title:after{content:"";width:1.4rem;height:100%;position:absolute;right:0;top:0;background-image:url(/assets/icon_arrow-diagonal-pink-3cb92465.svg);background-size:1.4rem auto;background-position:center;background-repeat:no-repeat}img{width:100%;height:auto;display:block;margin:0 auto}.home__about{width:100%;position:relative;background-color:var(--secondary-color)}.title--heading--01{font-size:90px;font-weight:900;text-transform:uppercase}.home__about__background{width:100%;height:100vh;position:absolute;top:7rem;left:0;z-index:0;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center}@media screen and (max-width: 821px){.home__about__background{align-content:flex-start;justify-content:flex-end;top:18rem;overflow:hidden}}@media screen and (max-width: 600px){.home__about__background{top:-3rem}}.home__about__background:after{content:"";width:8.5rem;height:8.5rem;position:absolute;top:8rem;right:9rem;background-image:url(../images/icons/icon_plus-pink.svg);background-size:8.5rem auto;background-position:center;background-repeat:no-repeat;filter:brightness(0) invert(1)}@media screen and (max-width: 821px){.home__about__background:after{background-size:6rem;top:-12rem;right:2.4rem}}@media screen and (max-width: 600px){.home__about__background:after{background-size:4rem;right:-2.5rem;top:0}}.home__about__background .about__bg__image{width:33rem;height:auto;border-radius:2.4rem;overflow:hidden;margin-left:30rem}@media screen and (max-width: 821px){.home__about__background .about__bg__image{width:32rem}}@media screen and (max-width: 600px){.home__about__background .about__bg__image{width:21rem;margin:0}}@keyframes showDescription{0%{margin-top:0;opacity:0}to{margin-top:2.4rem;opacity:1;max-height:100rem}}.slider__wrapper{width:100vw;height:15rem;position:relative;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start;align-content:flex-start}@media screen and (max-width: 821px){.slider__wrapper{height:20rem}}@media screen and (max-width: 600px){.slider__wrapper{height:12rem}}.slider__wrapper .slider__list{width:auto;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:flex-start;align-content:flex-start;gap:2.4rem;text-transform:uppercase;position:absolute;top:0}.slider__list{animation:scroll 7s linear infinite}.slider--right .slider__list{animation-direction:normal}.slider--left .slider__list{animation-direction:reverse}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-10%)}}@media screen and (max-width: 600px){.slider__wrapper .slider__list{gap:1.6rem}}.slider__wrapper .slider__list img{height:15rem;width:auto}@media screen and (max-width: 821px){.slider__wrapper .slider__list img{height:20rem}}@media screen and (max-width: 600px){.slider__wrapper .slider__list img{height:12rem}}.slider__wrapper .slider__list__item{width:auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;white-space:nowrap}.slider__wrapper.slider--left .slider__list.second .slider__list__item:last-of-type{margin-right:2.4rem}@media screen and (max-width: 600px){.slider__wrapper.slider--left .slider__list.second .slider__list__item:last-of-type{margin-right:1.6rem}}.slider--get-started{font-size:20rem;line-height:20rem;height:20rem;font-weight:900;color:#000}@media screen and (max-width: 821px){.slider--get-started{font-size:12rem;line-height:12rem;height:12rem}}@media screen and (max-width: 600px){.slider--get-started{font-size:8rem;line-height:8rem;height:8rem}}.slider--get-started .slider__list{left:-100vw}.slider--get-started .slider__list.second{left:0}.slider--get-started .slider__list.second .slider__list__item:last-of-type{margin-left:2.4rem}@media screen and (max-width: 600px){.slider--get-started .slider__list.second .slider__list__item:last-of-type{margin-left:1.6rem}}.home__sliders{width:100%;padding-top:3rem;background:#f2efe9;overflow:hidden;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;gap:3.2rem;position:relative;z-index:2}.home__sliders:before{content:"";width:100%;height:12rem;background:#412962;position:absolute;top:0;left:0;z-index:-1}@media screen and (max-width: 821px){.home__sliders:before{height:16rem}}@media screen and (max-width: 600px){.home__sliders:before{height:8rem}}@media screen and (max-width: 821px){.home__sliders{padding-top:4rem}}@media screen and (max-width: 600px){.home__sliders{gap:1.6rem;padding-top:2.4rem}}.home__about__content{width:100%;min-height:100vh;padding:13rem 0 5rem 0rem;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;gap:5rem;position:relative;z-index:1;color:#fff}@media screen and (max-width: 821px){.home__about__content{padding:8rem 2.4rem}}@media screen and (max-width: 600px){.home__about__content{padding:6rem 1.6rem}}.home__about__content .home__about__intro{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;align-content:flex-end}.home__about__content .home__about__intro .home__about__intro__title{width:50%;line-height:.95;margin-bottom:3rem}@media screen and (max-width: 821px){.home__about__content .home__about__intro .home__about__intro__title{line-height:7rem}}@media screen and (max-width: 600px){.home__about__content .home__about__intro .home__about__intro__title{line-height:3rem;width:100%;font-size:2.8rem;margin-bottom:6rem}}.home__about__content .home__about__intro .home__about__intro__description{width:30%}@media screen and (max-width: 600px){.home__about__content .home__about__intro .home__about__intro__description{width:100%;font-size:1.7rem}}.home__about__content .home__about__staff{width:100%;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;gap:50px}@media screen and (max-width: 821px){.home__about__content .home__about__staff{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;overflow:hidden}}.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(1){width:34.5rem}@media screen and (max-width: 821px){.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(1){width:40%}}@media screen and (max-width: 600px){.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(1){width:55%}}.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2){width:61rem;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;gap:4rem;position:relative}@media screen and (max-width: 821px){.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2){width:100%;padding-top:24rem}}@media screen and (max-width: 600px){.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2){padding-top:8rem}}.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2):before{content:"";width:16rem;height:16rem;position:absolute;top:23rem;left:6rem;z-index:2;background-image:url(../images/misc/misc_arrow-left.svg);background-size:16rem auto;background-position:top center;background-repeat:no-repeat;transform-origin:top;transition:all .3s .4s ease-out}@media screen and (max-width: 821px){.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2):before{display:none}}.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2):after{content:"";width:18rem;height:18rem;position:absolute;top:10rem;right:-3rem;z-index:2;background-image:url(../images/misc/misc_arrow-right.svg);background-size:18rem auto;background-position:top right;background-repeat:no-repeat;transform-origin:right top;transition:all .3s .6s ease-out}@media screen and (max-width: 821px){.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2):after{display:none}}.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2) img{width:93%;margin:2rem 0 0;animation-delay:.2s}@media screen and (max-width: 821px){.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2) img{width:75%;position:absolute;top:-12rem;left:25%}}@media screen and (max-width: 600px){.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2) img{width:95%;top:-8rem;left:25%}}.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2) .home__about__staff__member{animation-delay:.3s}.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2) .home__about__staff__member .home__about__staff__member__header .staff__member__position{width:7rem}@media screen and (max-width: 600px){.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2) .home__about__staff__member .home__about__staff__member__header .staff__member__position{width:100%}}.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2):not(.showing):before{height:0}.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2):not(.showing):after{width:0;height:0}.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(3){width:68rem;height:inherit;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:flex-start;align-content:flex-start}@media screen and (max-width: 821px){.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(3){width:100%}}.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(3) .home__about__staff__member{width:95%;margin-top:4rem;animation-delay:.5s}@media screen and (max-width: 821px){.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(3) .home__about__staff__member{width:100%;margin-top:1rem}}.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2):before{content:"";width:8rem;height:8rem;position:absolute;top:12rem;left:2rem;z-index:2;background-image:url(/assets/misc_arrow-left-314c6518.svg);background-size:8rem auto;background-position:top center;background-repeat:no-repeat;transform-origin:top;transition:all .3s .4s ease-out}.home__about__content .home__about__staff .home__about__staff__column:nth-of-type(2):after{content:"";width:8rem;height:8rem;position:absolute;top:8rem;right:-1rem;z-index:2;background-image:url(/assets/misc_arrow-right-f5aa9ca0.svg);background-size:8rem auto;background-position:top right;background-repeat:no-repeat;transform-origin:right top;transition:all .3s .6s ease-out}.home__about__content .home__about__staff .home__about__staff__member{width:100%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;gap:2.2rem}.staff__member__description{font-size:14px}.staff__member__description p{margin-bottom:10px}.home__about__content .home__about__staff .home__about__staff__member .home__about__staff__member__header{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;align-content:flex-end;padding-bottom:1.2rem;border-bottom:1px solid #ffffff}@media screen and (max-width: 600px){.home__about__content .home__about__staff .home__about__staff__member .home__about__staff__member__header{gap:1.6rem}}.home__about__content .home__about__staff .home__about__staff__member .home__about__staff__member__header .staff__member__name{width:8rem;color:#ffa99d;font-size:26px}@media screen and (max-width: 600px){.home__about__content .home__about__staff .home__about__staff__member .home__about__staff__member__header .staff__member__name{width:100%}}.home__about__content .home__about__staff .home__about__staff__member .home__about__staff__member__header .staff__member__position{width:12rem;text-align:right;font-weight:700}@media screen and (max-width: 600px){.home__about__content .home__about__staff .home__about__staff__member .home__about__staff__member__header .staff__member__position{width:100%;text-align:left}}.home__about__content .home__about__staff .home__about__staff__member .home__about__staff__member__content{width:100%}.home__services{width:100%;padding:7rem 0;background:#f2efe9;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;align-content:flex-start;position:relative;z-index:1;margin-top:-2rem}@media screen and (max-width: 821px){.home__services{padding:8rem 2.4rem}}@media screen and (max-width: 600px){.home__services{padding:6rem 1.6rem}}@media screen and (max-width: 821px){.home__services{gap:4rem;padding:4rem 0}}@media screen and (max-width: 600px){.home__services{padding-bottom:8rem}}.text--body--md{font-size:18px;font-weight:700}.home__services .home__services__text{width:49%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;gap:40px;position:sticky;top:40px}@media screen and (max-width: 821px){.home__services .home__services__text{width:100%;justify-content:space-between;position:relative;top:auto;padding:0 2.4rem}}@media screen and (max-width: 600px){.home__services .home__services__text{gap:4rem}}.home__services .home__services__text .section__intro{width:44rem}@media screen and (max-width: 821px){.home__services .home__services__text .section__intro{width:50%}}@media screen and (max-width: 600px){.home__services .home__services__text .section__intro{width:100%}}.animation-in.showing{opacity:1;transform:translateY(0);transform:translate(0);transform:scale(1)}.card--services{overflow:hidden;height:380px;width:100%;display:flex!important}.card--services .card__background img{width:100%;min-height:100%;object-fit:cover;position:absolute}.lazyloaded{opacity:1;transition:opacity .4s;transition-delay:0ms}.card--services .card__title{width:40%;font-size:24px;transition:all .3s .5s ease-out}.card--services .card__description{width:100%;transition:all .6s .5s ease-out;font-size:16px;line-height:26px;font-weight:400}p:last-of-type{margin-bottom:0}.card--services .card__content{width:100%;height:100%;padding:3rem;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;align-content:flex-start;position:relative;z-index:1;color:#fff}.card--services .card__background{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;border-radius:2.4rem;will-change:width,height;transition:all .3s ease}.card{border-radius:2.4rem;position:relative}.home__services .home__services__content{width:49%;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;gap:2.4rem}@media screen and (max-width: 821px){.home__services .home__services__content{width:100%;margin-top:2rem}}@media screen and (max-width: 821px){.home__services .home__services__content .slick-slide{padding:0 .8rem;width:75vw}}@media screen and (max-width: 600px){.home__services .home__services__content .slick-slide{width:90vw}}footer{width:100%;padding:1.2rem 0rem;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;align-content:center;color:#000;background:#f2efe9;z-index:1}footer .footer__logo{width:6rem}.footer__copyright{display:flex;align-items:center;gap:50px;font-size:13px}.contact__data a{color:var(--secondary-color);text-decoration:none}.section__contact{width:100%;padding:1rem 0rem 0rem;background:var(--background-color);color:#000;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;align-content:stretch;gap:1rem}@media screen and (max-width: 821px){.section__contact{padding:8rem 2.4rem}}@media screen and (max-width: 600px){.section__contact{padding:6rem 1.6rem}}@media screen and (max-width: 821px){.section__contact{display:flex;flex-direction:column-reverse;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;align-content:stretch;padding-top:1rem}}.section__contact .contact__divider{width:1px;height:inherit;background:#000000;margin-bottom:1rem}@media screen and (max-width: 821px){.section__contact .contact__divider{display:none}}.custom_cv_upload p{font-size:14px;line-height:25px}.custom_cv_upload h1{font-size:40px}.cv_upload_form input{background:#eaeaea!important;border-bottom:none!important;padding:14px 20px!important;border:1px solid #d7d7d7!important;margin-top:0!important}.cv_upload_form input::placeholder{font-size:14px!important}.button_cv_upload button{background:var(--secondary-color)!important;color:#fff!important;padding:15px 20px!important;border-radius:4px;margin-bottom:20px;border:none;cursor:pointer}.button_cv_upload button:hover{background:#202020!important}.cv_upload_form label{margin-top:0!important;margin-bottom:30px!important}.section__contact .section__contact__info{width:59rem;padding:2rem 4rem 1rem 0;border-bottom:1px solid #000000;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:flex-start}@media screen and (max-width: 821px){.section__contact .section__contact__info{width:100%;padding:4rem 0;gap:8rem}}.section__contact .contact__data{width:auto;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;gap:14px;text-transform:uppercase}.section__contact .contact__data h5{font-weight:400}.section__contact .contact__data a{font-size:.8rem;font-weight:700;transition:all .3s ease}@media screen and (max-width: 821px){.section__contact .contact__data a{font-size:1.6rem}}@media (hover: hover){.section__contact .contact__data a:hover{opacity:.6}}.section__contact .contact__data:has(h5) a{font-size:1.2rem}@media screen and (max-width: 821px){.section__contact .contact__data:has(h5) a{font-size:1rem}}.section__contact .section__contact__form{width:120rem;flex-grow:1;padding:4rem 0 4rem 4rem;border-bottom:1px solid #000000}@media screen and (max-width: 821px){.section__contact .section__contact__form{width:100%;padding:4rem 0}}.form_group_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}.form_group{display:grid;grid-template-columns:repeat(1,1fr);gap:30px}.form_group label,.form_group_grid label{width:100%;font-size:14px;font-weight:700;text-transform:uppercase;margin-bottom:0}.form_group_grid input,.form_group input,.form_group_grid textarea,.form_group textarea{width:100%;border:none;border-bottom:1px solid #000000;padding:.4rem 0;margin-top:10px;font-size:1.2rem;color:#000;resize:none;outline:none;background:transparent;transition:all .3s ease}.form_group label{margin-top:30px;display:block;margin-bottom:20px}.contact_top_margin{margin-top:100px}.get_started_title{text-transform:uppercase;font-size:60px;font-weight:700;text-align:center;margin-bottom:50px}@keyframes float{0%{transform:translateY(-.4rem)}65%{transform:translateY(.4rem)}to{transform:translateY(-.4rem)}}@keyframes floatH{0%{transform:translate(0)}65%{transform:translate(.8rem)}to{transform:translate(0)}}@keyframes floatTriangle{0%{transform:translate(0) rotate(-30deg)}65%{transform:translateY(.3em) rotate(-20deg)}to{transform:translate(0) rotate(-30deg)}}@keyframes blink{0%{opacity:1}65%{opacity:.5}to{opacity:1}}@keyframes blink80{0%{opacity:.8}65%{opacity:.6}to{opacity:.8}}@keyframes pointing{0%{transform:translate(0)}65%{transform:translate(1em)}to{transform:translate(0)}}@keyframes fadeIn{0%{opacity:0}65%{opacity:0}to{opacity:1}}@keyframes fadeIn20{0%{opacity:0}65%{opacity:0}to{opacity:.2}}@keyframes fadeIn40{0%{opacity:0}65%{opacity:0}to{opacity:.4}}@keyframes fadeIn50{0%{opacity:0}65%{opacity:0}to{opacity:.5}}@keyframes blurCover{0%{filter:blur(20px);transform:scale(3)}to{filter:blur(0);transform:scale(1)}}@keyframes scaleCover{0%{transform:scale(0)}85%{transform:scale(1.02)}to{transform:scale(1)}}@keyframes slideCover{0%{transform:translate(-5rem);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideCoverReverse{0%{transform:translate(5rem);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideCoverBg{0%{transform:translate(5rem);opacity:0}to{transform:translate(0);opacity:.42}}@keyframes slideCoverBg2{0%{transform:translate(5rem);opacity:0}to{transform:translate(0);opacity:.2}}@keyframes slideHero1{0%{transform:translate(-6rem,6rem);opacity:0}to{transform:translate(1.6rem,6rem);opacity:1}}@media screen and (max-width: 600px){@keyframes slideHero1{0%{transform:translate(-6rem,1rem);opacity:0}to{transform:translateY(1rem);opacity:1}}}@keyframes slideHero2{0%{transform:translate(3rem,-4rem);opacity:0}to{transform:translateY(-4rem);opacity:1}}@keyframes slideDown{0%{transform:translateY(2vw);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes zoomIn{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes grow{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.animation--in--text-up span,.animation--in--text-up-parent span{display:inline-block}.animation--in--text-up i,.animation--in--text-up-parent i{font-style:normal;position:relative;opacity:0}.animation--in--text-up.showing span,.animation--in--text-up-parent.showing span{animation:.3s swift-up ease-in-out forwards}.animation--in--text-up.showing i,.animation--in--text-up-parent.showing i{animation:.5s swift-up ease-in-out forwards}@keyframes swift-up{to{top:0;opacity:1}}.home__clients{width:100%;padding:0rem;padding-top:0;padding-bottom:5rem;position:relative;z-index:1}@media screen and (max-width: 821px){.home__clients{padding:8rem 2.4rem}}@media screen and (max-width: 600px){.home__clients{padding:0rem}}.home__clients .home__clients__wrapper{width:100%;border-radius:2.4rem;background:#dbd8d3;padding:6rem 3rem 1rem;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;align-content:flex-start}@media screen and (max-width: 821px){.home__clients .home__clients__wrapper{flex-direction:column;justify-content:flex-start;padding:6rem 4rem;gap:4rem}}@media screen and (max-width: 600px){.home__clients .home__clients__wrapper{padding:4rem 2.4rem}}.home__clients .home__clients__wrapper .home__clients__text{width:20rem;padding-top:3rem}@media screen and (max-width: 821px){.home__clients .home__clients__wrapper .home__clients__text{width:100%;padding:0}}.home__clients .home__clients__wrapper .home__clients__list{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;align-content:center;gap:1rem;margin-top:70px}.home__clients__list .client{width:18%!important}@media screen and (max-width: 821px){.home__clients .home__clients__wrapper .home__clients__list{width:100%;padding:0}}.home__clients .home__clients__wrapper .home__clients__list .client{width:180px;transition:all .3s ease}@media screen and (max-width: 600px){.home__clients .home__clients__wrapper .home__clients__list .client{width:calc((100% - 1.2rem)/2)}}@media (hover: hover){.home__clients .home__clients__wrapper .home__clients__list .client:has(a):hover{filter:none}}.top_header_individual{display:flex;align-items:stretch;justify-content:space-between}.top_header_individual .leftside{width:50%;padding:4rem;background:var(--secondary-color);color:#fff;display:flex;align-items:flex-start;justify-content:center;flex-direction:column}.top_header_individual .leftside h1{color:#fff;font-size:70px;text-transform:uppercase;line-height:70px;margin-bottom:30px}.top_header_individual .rightside{width:50%}.hire_left{width:60%}.hire_left p{font-size:13px;margin:10px 0}.hire_right_img img{width:600px}.hire_left ul{margin-left:15px}.hire_left ul li{font-size:18px;font-weight:400;margin:15px 0}.hire_right{background:var(--secondary-color);padding:2rem 3rem;width:60%;border-radius:20px;color:#fff}.success_percent{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-top:20px}.success_percent .left,.success_percent .right{width:50%}.success_percent h1{color:var(--primary-color);margin-bottom:10px;font-size:40px}.success_percent p{font-size:13px;margin-top:10px}.brands_work_with{background:var(--secondary-color);padding:40px 30px;color:#fff;border-radius:20px}.brands_work_with h1{font-size:24px;margin-bottom:10px}.brands_work_with p{font-size:13px;margin-bottom:20px}.client_wrap{display:flex;align-items:center;justify-content:space-between}.client_img{margin-top:40px}.client_wrap .client_img img{width:100%;max-width:170px}.no_filter .client_wrap img{filter:none!important}.jobs_buttons{display:flex;align-items:center;gap:10px}.bg_secondary{background:var(--secondary-color);padding:20px 40px;color:#fff;border-radius:100px;display:flex;justify-content:space-between;align-items:center}.footer_logo img{height:36px;width:auto}.footer_menu .footer_item{display:flex;align-items:center;justify-content:center;gap:2rem;margin:20px;list-style:none}.footer_menu .footer_item a{color:var(--secondary-color);font-size:14px;text-decoration:none;text-transform:uppercase;font-weight:700}.footer_menu .footer_item a:hover{color:var(--primary-color)}.copy_Footer{text-align:center;margin:10px 0 0;font-size:12px}.social_icons{display:flex;align-items:center;justify-content:center;gap:20px;color:var(--primary-color);margin-top:10px}.fullwidth_brand{background:var(--secondary-color);width:100%;border-radius:0;display:flex;align-items:center;justify-content:space-between}.fullwidth_brand .left{padding:3rem}.fullwidth_brand h1{font-size:60px;text-transform:uppercase;color:#fff;margin-bottom:20px}.fullwidth_brand p{color:#fff;font-size:20px}.fullwidth_brand .right_side{width:50%}.simple_content{padding:2rem 0}.simple_content p{margin:10px 0;font-size:15px}.grid_section{margin-bottom:50px}.grid_section li{margin-top:20px;margin-left:15px;font-size:14px}.localimage ul{margin-top:10px}.localimage ul li{margin-left:15px;margin-bottom:10px;font-size:13px}.swiper_main_class{width:100%}.swiper_image_{width:100%;height:100%}.swiper_image_ img{width:180px;height:100%;object-fit:cover}.swiperrR_,.swiper-wrapper{display:flex;align-items:center}.box_white_main{background:white;padding:2rem;border-radius:0;color:#000}.box_white_main h1{font-size:17px;text-transform:uppercase}.box_white_main p{margin:20px 0;font-size:14px;line-height:22px;min-height:130px}.box_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;margin-top:3rem}.box_grid_2{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;margin-top:3rem}.box_white_main img{width:32px;display:inline;margin-bottom:15px}.box_white_main .button{font-weight:500;color:#000;font-size:13px;text-decoration:underline;display:inline-block}.flex_col_box{flex-direction:column;display:flex;justify-content:space-between}.flex_col_box p{width:85%}.custom_padding{padding:3rem;align-items:center}.custom_font_biigg{line-height:50px!important;margin-top:0!important;font-size:50px!important}.custom_font_biigg_small,.custom_font_biigg_small_smaller{line-height:50px!important;margin-top:0!important;font-size:32px!important}.custom_font_biigg span,.custom_font_biigg_small span{margin-right:20px}.custom_font_biigg_small_smaller span{margin-right:5px}.home_clainet_main img{width:65%}@media screen and (max-width: 821px){.flex_col_box p{width:100%!important}.custom_font_biigg{line-height:32px!important;margin-top:0!important;font-size:32px!important}.custom_font_biigg span{margin-right:5px}.localimage{text-align:center}.success_percent{flex-direction:column;gap:20px;margin-top:0!important}.fullwidth_brand{flex-direction:column}.fullwidth_brand .left,.top_header_individual .leftside{text-align:center}.fullwidth_brand .right_side{width:100%!important}.success_percent .left,.success_percent .right{width:100%;text-align:center!important}.box_grid,.box_grid_2{grid-template-columns:repeat(1,1fr)!important}.footer_logo{margin-top:40px}.footer_logo img{height:46px}.get_started_title{font-size:2rem!important;margin-top:120px!important}.section__contact .flex_stretch{flex-direction:column-reverse!important}.form_group_grid{grid-template-columns:repeat(1,1fr)!important}.section__contact .section__contact__form{padding:1rem 0}footer{padding-top:0!important}.section__contact{padding-bottom:2rem!important}footer .flex_between{flex-direction:column!important;gap:30px}.header__menu{position:fixed;left:0;right:0;top:0;bottom:0;width:70%;height:100vh;background:#fff;z-index:999;transform:translate(-100%);transition:transform .3s ease-in-out;background:var(--secondary-color);flex-direction:column;justify-content:flex-start;gap:2rem}.header_menu_item{flex-direction:column;gap:2.1rem;padding:2rem 1rem;width:100%;justify-content:flex-start;align-items:flex-start}.header_menu{width:100%}.menu_buttons{flex-direction:column;width:100%;padding:0 20px;gap:2rem}.menu_buttons button,.menu_buttons a{width:100%}.hamburger{display:block}.header__menu.open{transform:translate(0)}.home__hero__content{padding:12rem 2rem 4rem;justify-content:space-between!important}.home__hero__content .home__hero__title{font-size:60px;line-height:60px;width:100%}.home__services .flex_between_top{flex-direction:column}.card--services .card__title{width:100%}footer .footer__logo{padding-top:20px}.top_header_individual{flex-direction:column}.top_header_individual .leftside,.top_header_individual .rightside{width:100%}.top_header_individual .leftside{border-radius:20px 20px 0 0;padding:2rem}.top_header_individual .rightside img{border-radius:0 0 20px 20px}.hire_left,.hire_right{width:100%}.custom_padding{padding:1rem;align-items:center}.hire_right{margin-top:20px}.top_header_individual .leftside h1{font-size:40px;line-height:40px}.bg_secondary{flex-direction:column;gap:30px;border-radius:10px}.bg_secondary p{text-align:center}.jobs_buttons{flex-direction:column;gap:20px;width:100%}.jobs_buttons button,.hire_right_img img{width:100%}.footer_menu .footer_item,.client_wrap{flex-wrap:wrap}.client_wrap .client_img img{max-width:120px}.custom_cv_upload .get_started_title{margin-top:0!important}.cv_upload_form .form_group_grid{gap:0px!important}}.bg_purrrple{background:var(--secondary-color)}.marquee-container{width:100%;overflow:hidden;padding:20px 0}.marquee-track{display:flex;width:fit-content;animation:marquee 40s linear infinite;margin-top:0}.marquee-item{flex:0 0 auto;padding:0 40px;display:flex;align-items:center;justify-content:center}.marquee-item img{width:130px;height:auto;object-fit:cover}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.font-22px{font-size:21px!important}.grid_big_font li{font-size:20px!important}
