.ArticleContentSection_articleContentSection___O2pE {
    display: flex;
    flex-direction: column;
    padding: 0 20px 40px;
    justify-content: center;
    align-items: center;
    background: var(--background-primary)
}

.ArticleContentSection_articleContentBlock__bhoRx {
    width: 100%;
    max-width: var(--container-width);
    display: flex;
    flex-direction: column;
    gap: 40px
}

.ArticleContentSection_articleContentBlock__bhoRx div {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ArticleContentSection_contentText__L8kx7 {
    color: var(--text-primary);
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -.02em;
    max-width: 1000px
}

.ArticleContentSection_listElement__KBrXw {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -.02em;
    max-width: 800px;
    font-size: 1.25rem;
    color: rgba(17, 36, 62, .8)
}

.ArticleContentSection_contentText__L8kx7,
.ArticleContentSection_strong__B82xE,
.ArticleContentSection_underline__Y6Cpp {
    font-family: Geist, Helvetica, sans-serif;
    line-height: 150%;
    font-size: 1.25rem;
    color: rgba(17, 36, 62, .8)
}

.ArticleContentSection_contentText__L8kx7,
.ArticleContentSection_underline__Y6Cpp {
    font-weight: 400
}

.ArticleContentSection_listElement__KBrXw>ol,
.ArticleContentSection_listElement__KBrXw>ul {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.ArticleContentSection_contentTitle__BOw1a {
    color: var(--text-primary);
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: -.04em
}

.ArticleContentSection_contentTitleH3__t6ZEL {
    color: var(--text-primary);
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -.04em
}

.ArticleContentSection_contentTitleH4__djAnb {
    color: var(--text-primary);
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -.02em
}

.ArticleContentSection_contentTextBlock__yjz0D {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    align-items: flex-start
}

.ArticleContentSection_h5__ceVgg {
    font-size: 22px
}

.ArticleContentSection_h5__ceVgg,
.ArticleContentSection_h6__42xGX {
    color: var(--text-primary);
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -.02em
}

.ArticleContentSection_h6__42xGX {
    font-size: 18px
}

.ArticleContentSection_quoteText__frejz {
    color: var(--text-accent);
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: -.02em;
    max-width: 1000px
}

.ArticleContentSection_unorderedList__oIYxk {
    padding-left: 1.25rem;
    list-style-position: outside;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.ArticleContentSection_unorderedList__oIYxk>.ArticleContentSection_unorderedList__oIYxk {
    padding-left: calc(10px + .5rem)
}

.ArticleContentSection_orderedList__5s8Fn>.ArticleContentSection_orderedList__5s8Fn {
    padding-left: 1.25rem
}

.ArticleContentSection_orderedList__5s8Fn {
    list-style-position: outside;
    display: flex;
    flex-direction: column;
    gap: 16px;
    list-style-type: none;
    counter-reset: item
}

.ArticleContentSection_bold__K5Pls {
    color: var(--text-accent)
}

.ArticleContentSection_underline__Y6Cpp {
    text-decoration: underline;
    -webkit-text-decoration-color: var(--text-secondary);
    text-decoration-color: var(--text-secondary);
    text-underline-offset: 3px
}

.ArticleContentSection_orderedList__5s8Fn>.ArticleContentSection_listElement__KBrXw {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    min-height: 1.875rem;
    counter-increment: item
}

.ArticleContentSection_orderedList__5s8Fn>.ArticleContentSection_listElement__KBrXw:before {
    content: counters(item, ".") ".";
    flex-shrink: 0
}

.ArticleContentSection_unorderedList__oIYxk li::marker {
    color: var(--text-accent);
    padding-right: 1em
}

.ArticleContentSection_image__sos0f {
    display: flex;
    width: 100%
}

.ArticleContentSection_orderedListBlock__dIoAf {
    padding-left: 160px
}

.ArticleContentSection_listElement__KBrXw>.ArticleContentSection_unorderedListBlock__Ub511 {
    padding-left: 0;
    margin-top: 10px
}

.ArticleContentSection_listElement__KBrXw>p {
    padding-left: 0 !important
}

.ArticleContentSection_underline__Y6Cpp {
    color: #016CF3;
    text-decoration: none
}

@media screen and (max-width: 961px) {

    .ArticleContentSection_articleContentBlock__bhoRx h2,
    .ArticleContentSection_articleContentBlock__bhoRx h3,
    .ArticleContentSection_articleContentBlock__bhoRx h4,
    .ArticleContentSection_contentText__L8kx7,
    .ArticleContentSection_orderedListBlock__dIoAf,
    .ArticleContentSection_quoteText__frejz,
    .ArticleContentSection_unorderedListBlock__Ub511 {
        padding-left: 0
    }

    .ArticleContentSection_unorderedList__oIYxk {
        padding-left: 1.25rem
    }

    .ArticleContentSection_orderedList__5s8Fn {
        padding-left: 0
    }
}

@media screen and (max-width: 525px) {
    .ArticleContentSection_articleContentSection___O2pE {
        padding: 0 12px 40px
    }

    .ArticleContentSection_contentText__L8kx7,
    .ArticleContentSection_strong__B82xE,
    .ArticleContentSection_underline__Y6Cpp {
        font-size: 1rem
    }

    .ArticleContentSection_contentTitle__BOw1a {
        font-size: 32px
    }

    .ArticleContentSection_contentTitleH3__t6ZEL {
        font-size: 24px
    }

    .ArticleContentSection_contentTitleH4__djAnb {
        font-size: 18px
    }

    .ArticleContentSection_listElement__KBrXw {
        font-size: 16px
    }

    .ArticleContentSection_h5__ceVgg {
        font-size: 18px
    }

    .ArticleContentSection_h6__42xGX {
        font-size: 16px
    }
}

.ArticleHeroSection_articleHeroSection__diO3Q {
    display: flex;
    flex-direction: column;
    gap: 56px;
    margin-top: 56px;
    padding: 0 20px 40px;
    justify-content: center;
    align-items: center;
    background: var(--background-primary);
    position: relative
}

.ArticleHeroSection_articleHeroBlock___9bbG {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    height: 620px;
    max-width: var(--container-width);
    border-radius: 32px;
    padding: 0 60px;
    justify-content: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: 50%;
    background-size: cover
}

.ArticleHeroSection_articleHeroTitle__5MFCb {
    font-weight: 500;
    font-size: 72px;
    line-height: 100%;
    letter-spacing: -.04em;
    color: var(--text-primary-inverse)
}

.ArticleHeroSection_articleHeroDate__JO_zG {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: var(--text-primary-inverse-oppacity)
}

.ArticleHeroSection_readContainer__cth3r {
    display: none
}

@media screen and (max-width: 961px) {
    .ArticleHeroSection_articleHeroTitle__5MFCb {
        font-size: 56px
    }
}

@media screen and (max-width: 638px) {
    .ArticleHeroSection_articleHeroTitle__5MFCb {
        font-size: 48px
    }
}

@media screen and (max-width: 525px) {
    .ArticleHeroSection_articleHeroBlock___9bbG {
        box-shadow: none;
        padding: 0 20px
    }

    .ArticleHeroSection_articleHeroSection__diO3Q {
        padding: 0 12px 30px;
        margin-top: 30px
    }

    .ArticleHeroSection_articleHeroTitle__5MFCb {
        font-size: 32px
    }

    .ArticleHeroSection_articleHeroDate__JO_zG {
        font-size: 14px
    }

    .ArticleHeroSection_readContainer__cth3r {
        display: block;
        position: absolute;
        left: 50%;
        bottom: 43px;
        transform: translate(-50%, -50%)
    }

    .ArticleHeroSection_contentLink__wJUj0 {
        color: rgba(252, 253, 255, 1);
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 12px
    }
}

.ArticlesByCategory_articlesByCategorySection__F_6It {
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding: 0 20px 40px;
    justify-content: center;
    align-items: center;
    background: var(--background-primary)
}

.ArticlesByCategory_articlesByCategoryCardHeading___aiJ_ {
    color: var(--text-primary);
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.92px
}

.ArticlesByCategory_articlesByCategoryBlock__ldAU9 {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--container-width);
    gap: 40px
}

.ArticlesByCategory_articlesByCategoryCards__gKw3P {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
    gap: 40px
}

@media screen and (max-width: 861px) {
    .ArticlesByCategory_articlesByCategoryCardHeading___aiJ_ {
        font-size: 34px
    }

    .ArticlesByCategory_articlesByCategoryBlock__ldAU9 {
        gap: 20px
    }

    .ArticlesByCategory_articlesByCategoryCards__gKw3P {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 20px;
        gap: 20px
    }
}

@media screen and (max-width: 525px) {
    .ArticlesByCategory_articlesByCategorySection__F_6It {
        padding: 0 12px 40px
    }
}

.AboutCompanySection_aboutCompanySection__SeATN {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
    justify-content: center;
    align-items: center
}

.AboutCompanySection_aboutCompanyBlock__C3_hR {
    padding: 64px 0;
    width: 100%;
    max-width: var(--container-width);
    display: flex;
    flex-direction: column;
    gap: 32px
}

.AboutCompanySection_aboutText__Rc_l0 {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 1140px
}

.AboutCompanySection_aboutTitle__ocdRv {
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.04em;
    text-align: left;
    color: var(--text-primary)
}

.AboutCompanySection_aboutDescription__dRTlU {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -.02em;
    color: var(--text-primary);
    line-height: 140%
}

.AboutCompanySection_benefitCards__jr0Xv {
    all: unset;
    display: flex;
    flex-wrap: wrap;
    height: 334px;
    gap: 28px;
    align-items: center;
    justify-content: space-between
}

.AboutCompanySection_benefitCard__dD98_ {
    width: calc(25% - 23px);
    max-width: calc(25% - 24px);
    flex-grow: 1;
    list-style: none
}

@media screen and (max-width: 525px) {
    .AboutCompanySection_aboutCompanySection__SeATN {
        padding: 0 12px
    }

    .AboutCompanySection_aboutCompanyBlock__C3_hR {
        padding: 32px 0
    }
}

@media screen and (max-width: 535px) {
    .AboutCompanySection_benefitCard__dD98_ {
        width: calc(100%);
        max-width: calc(100%);
        display: block !important
    }

    .AboutCompanySection_aboutTitle__ocdRv {
        font-size: 32px;
        line-height: 41px
    }

    .AboutCompanySection_aboutDescription__dRTlU {
        font-size: 18px;
        line-height: 27px
    }
}

@media screen and (min-width: 535px) and (max-width:960px) {

    .AboutCompanySection_benefitCard__dD98_:nth-child(2),
    .AboutCompanySection_benefitCard__dD98_:nth-child(4) {
        align-items: baseline;
        display: block !important
    }

    .AboutCompanySection_benefitCard__dD98_ {
        width: calc(50%);
        max-width: calc(50% - 14px)
    }
}

@media screen and (max-width: 960px) {
    .AboutCompanySection_benefitCards__jr0Xv {
        height: 100%
    }

    .AboutCompanySection_benefitCard__dD98_ {
        transform: translate(0) !important
    }
}

.BlogCard_blogCard__yePjq {
    height: 280px
}

.BlogCard_blogCardWithImage__ZlNNA,
.BlogCard_blogCard__yePjq {
    background: white;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 0 10px 0 rgba(1, 108, 243, .08);
    transition: transform .2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.BlogCard_blogCardWithImage__ZlNNA {
    height: 438px;
    gap: 20px
}

.BlogCard_blogCardWithImage__ZlNNA:hover,
.BlogCard_blogCard__yePjq:hover {
    transform: translateY(-4px)
}

.BlogCard_blogCardTitle__fDS7R {
    color: var(--text-primary);
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -.02em
}

.BlogCard_blogImage__zwneC {
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    display: block
}

.BlogCard_blogCardContent__i_mjl {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.BlogCard_blogCardDate___6_5_ {
    color: var(--text-secondary);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0
}

.BlogCard_blogCardLink__BjwcZ {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-accent);
    font-weight: 500;
    text-decoration: none;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -.02em
}

.BlogCard_blogCardLink__BjwcZ svg {
    transition: transform .2s ease
}

.BlogCard_blogCardLink__BjwcZ:hover svg {
    transform: translateX(1px)
}

@media screen and (max-width: 1272px) {
    .BlogCard_blogsCard__DLT8b {
        width: 100%
    }
}

@media screen and (max-width: 525px) {
    .BlogCard_blogCardTitle__fDS7R {
        font-weight: 600;
        font-size: 20px
    }

    .BlogCard_blogCardDate___6_5_ {
        font-size: 14px;
        line-height: 150%;
        letter-spacing: -.02em
    }

    .BlogCard_blogCardLink__BjwcZ {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%
    }
}

.BlogsSection_blogsSection__vnJfN {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 64px 20px 80px
}

.BlogsSection_blogsContainer__DptNA {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px 32px;
    gap: 24px 32px
}

.BlogsSection_blogsBlock__OTWjx {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--container-width);
    gap: 43px
}

.BlogsSection_sectionTitle__IFu71 {
    font-size: 48px;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: -.04em;
    color: var(--text-primary)
}

.BlogsSection_blogsButtonGap__cf2Aq {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.BlogsSection_moreButton__FH84C {
    background: var(--background-accent-subdued) !important;
    color: var(--text-accent) !important
}

.BlogsSection_moreButton__FH84C:hover:before {
    background: var(--background-accent-subdued-hover) !important
}

.BlogsSection_moreButton__FH84C:before {
    background: none !important
}

@media screen and (max-width: 1272px) {
    .BlogsSection_blogsContainer__DptNA {
        grid-template-columns: 1fr
    }
}

@media screen and (max-width: 525px) {
    .BlogsSection_blogsSection__vnJfN {
        padding: 32px 12px
    }

    .BlogsSection_sectionTitle__IFu71 {
        font-size: 32px;
        line-height: 100%
    }
}

.page_blogsBlock___p1Nv {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: var(--container-width);
    gap: 48px
}

.page_blogsContainer__rnDdt {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
    gap: 32px
}

@media screen and (max-width: 1272px) {
    .page_blogsContainer__rnDdt {
        grid-template-columns: 1fr
    }
}

.IconsOnCarousel_carousel__ASMs8 {
    align-self: flex-start
}

.IconsOnCarousel_circle__Wv6GQ {
    position: relative;
    width: 405px;
    height: 405px;
    border-radius: 50%;
    z-index: 0;
    isolation: isolate
}

.IconsOnCarousel_circle__Wv6GQ:before {
    opacity: 70%;
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 14px;
    background: linear-gradient(135deg, rgba(224, 224, 224, 0) 29.41%, rgba(220, 220, 220, 1) 90.42%);
    --webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 14px), black calc(100% - 14px));
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 14px), black calc(100% - 14px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 14px), black calc(100% - 14px));
    z-index: -1
}

.IconsOnCarousel_circle__Wv6GQ:after {
    opacity: 20%;
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 50%;
    background: linear-gradient(134deg, rgba(208, 208, 208, 0) 29.41%, rgba(167, 167, 167, 1) 90.42%);
    z-index: -2
}

.IconsOnCarousel_icons__NBBlC {
    position: absolute;
    bottom: 65%;
    right: 65%
}

.IconsOnCarousel_icon__9Z2Rx {
    position: absolute;
    width: 120px;
    height: 120px;
    transform: translate(-50%, -50%);
    filter: grayscale(100%);
    transition: filter .4s ease
}

.IconsOnCarousel_active__gJ8Pm {
    filter: none
}

@media screen and (max-width: 1200px) {
    .IconsOnCarousel_circle__Wv6GQ {
        width: 281px;
        height: 281px
    }

    .IconsOnCarousel_icon__9Z2Rx {
        width: 72px;
        height: 72px
    }
}

@media screen and (max-width: 566px) {
    .IconsOnCarousel_circle__Wv6GQ {
        width: 215px;
        height: 215px
    }

    .IconsOnCarousel_icon__9Z2Rx {
        width: 55px;
        height: 55px
    }
}

.Review_review__jTcA5 {
    background-color: var(--background-secondary);
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 0 4px 20px 0 rgba(1, 108, 243, .08);
    font-size: 1.5rem
}

.Review_header__4ADLK {
    display: flex;
    gap: 16px
}

.Review_avatar__tWgKw {
    width: 40px;
    height: 40px
}

.Review_headerContent__xxnva {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.Review_name__aTVYp {
    color: var(--text-primary);
    font-size: .85em;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -.02em
}

.Review_jobTitle__FpZMy,
.Review_text__pHaUn {
    color: var(--text-secondary);
    font-size: .75em;
    font-weight: 400;
    line-height: 1.5em
}

.Review_text__pHaUn {
    letter-spacing: -.02em
}

@media screen and (max-width: 440px) {
    .Review_review__jTcA5 {
        font-size: 1.25rem;
        padding: 20px
    }
}

@media screen and (max-width: 720px) {
    .Review_review__jTcA5 {
        font-size: 1.2rem
    }
}

@media screen and (max-width: 375px) {
    .Review_review__jTcA5 {
        font-size: 1rem;
        padding: 12px
    }
}

.Employees_employeesContainer__nHiPh {
    height: -moz-fit-content;
    height: fit-content;
    margin-top: -5%;
    font-size: 1.5rem
}

.Employees_employeesList__XKV4r {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(205px, 1fr));
    grid-gap: 16px;
    gap: 16px;
    width: min(663px, 100%);
    max-height: 30dvh;
    position: relative;
    overflow-y: hidden
}

.Employees_filter__qcJLv {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: calc(20dvh / 3 * 2);
    background: linear-gradient(180deg, rgba(252, 253, 255, 0) -57.51%, #FCFDFF 87.75%);
    -webkit-backdrop-filter: blur(.75px);
    backdrop-filter: blur(.75px);
    pointer-events: none
}

.Employees_employee__fmQql {
    width: 100%;
    display: flex;
    gap: 12px
}

.Employees_icon__9Kng0 {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 7px 2px rgba(1, 108, 243, .05)
}

.Employees_iconImage__Nf4In {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%
}

.Employees_text__cD0eD {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.Employees_name__2M1y7 {
    color: var(--text-primary);
    font-weight: 400;
    font-size: .75em;
    line-height: 1.5em;
    letter-spacing: -.02em
}

.Employees_jobTitle__FEGTY {
    color: var(--text-secondary);
    font-weight: 400;
    font-size: .5em;
    line-height: 1.5em
}

.Employees_subtitle__G7rR2 {
    width: 100%;
    color: var(--text-primary);
    font-weight: 500;
    font-size: 1em;
    letter-spacing: -.02em;
    display: flex;
    flex-direction: column;
    gap: .5em
}

.Employees_introButtons__NsYdc {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: .5em
}

.Employees_button__0mSw0 {
    font-size: .75em !important;
    padding: .75em 1em !important
}

.Employees_tgIcon__aZLf2 {
    margin-right: 8px
}

.Employees_arrowIcon__1HBY_ {
    margin-left: 8px
}

@media screen and (max-width: 1200px) {
    .Employees_employeesContainer__nHiPh {
        font-size: 1.25rem
    }

    .Employees_filter__qcJLv {
        height: calc(20dvh / 3 * 1)
    }
}

@media screen and (max-width: 720px) {
    .Employees_employeesContainer__nHiPh {
        font-size: 1.2rem
    }
}

@media screen and (max-width: 566px) {
    .Employees_introButtons__NsYdc {
        flex-direction: column
    }

    .Employees_button__0mSw0 {
        font-size: .75em !important
    }

    .Employees_subtitle__G7rR2 {
        width: 100%
    }

    .Employees_employeesList__XKV4r {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr))
    }
}

@media screen and (max-width: 375px) {
    .Employees_employeesContainer__nHiPh {
        font-size: 1rem
    }
}

@media screen and (max-width: 360px) {
    .Employees_employeesList__XKV4r {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr))
    }

    .Employees_icon__9Kng0 {
        width: 32px;
        height: 32px
    }

    .Employees_employee__fmQql {
        max-width: 160px;
        gap: 8px
    }

    .Employees_employeesList__XKV4r {
        gap: 12px
    }
}