@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700";body{font-family:"Inter",sans-serif;font-size:2rem;line-height:1.7;color:#142733}.txt-xxxl{font-size:clamp(6rem,8vw + 1rem,8rem);line-height:1.3}@media screen and (max-width: 18.75em){.txt-xxxl{word-wrap:break-word}}.txt-xxl{font-size:5rem;line-height:1.3;letter-spacing:.5px}@media screen and (max-width: 28.125em){.txt-xxl{font-size:4rem}}@media screen and (max-width: 18.75em){.txt-xxl{word-wrap:break-word}}.txt-xl{font-size:4rem;line-height:1.3}@media screen and (max-width: 28.125em){.txt-xl{font-size:3.2rem}}@media screen and (max-width: 18.75em){.txt-xl{word-wrap:break-word}}.txt-l{font-size:3.2rem;line-height:1.5}@media screen and (max-width: 28.125em){.txt-l{font-size:2.5rem}}.txt-m{font-size:2.5rem;line-height:1.7}@media screen and (max-width: 28.125em){.txt-m{font-size:2rem}}.txt-body{font-size:2rem;line-height:1.7}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%;scroll-behavior:smooth}@media screen and (max-width: 64em){html{font-size:56.25%}}@media screen and (max-width: 48em){html{font-size:50%}}body{box-sizing:border-box;background-color:#fff;overflow-x:hidden}::selection{background-color:#3d95cc;color:#fff}a{text-decoration:none}a,button{display:inline-block;cursor:pointer}button,input,textarea{outline:none;border:none;font-family:inherit;font-size:inherit}ol,ul{list-style:none}img{display:block;max-width:100%;border:0}.bold{font-weight:700}.normal{font-weight:400}.light{font-weight:300}.block{display:block}.container{max-width:144rem;margin:0 auto}.shadow{box-shadow:0 12px 16px -4px rgba(20,39,51,.08),0 4px 6px -2px rgba(20,39,51,.05)}.shadow-nav{box-shadow:0 12px 16px -4px rgba(61,149,204,.03),0 4px 6px -2px rgba(61,149,204,.03)}.preloader{position:fixed;top:0;left:0;z-index:10;width:100vw;height:100vh;background-color:#142733;display:flex;justify-content:center;align-items:center;opacity:1;transition:opacity .5s ease-out}.preloader.hidden{opacity:0;pointer-events:none}.preloader__img{display:block;width:100%;max-width:30rem}.fade{animation:fadeInOut 3s ease-in-out infinite}@keyframes fadeInOut{0%,100%{opacity:0}50%{opacity:1}}.btn{padding:2rem 4rem;border-radius:8px;font-weight:700;text-align:center;cursor:pointer}@media screen and (max-width: 23.75em){.btn{width:100%}}.btn--small{padding:.5rem 1rem;font-weight:400}.btn--primary{background-color:#3d95cc;color:#fff;transition:background-color .3s}.btn--primary:hover,.btn--primary:focus{background-color:#3682b2}.btn--ghost{border:2px solid #3d95cc;color:#3d95cc;transition:background-color .3s,color .3s}.btn--ghost:hover{background-color:#3d95cc;color:#fff}.btn:disabled{opacity:.3;pointer-events:none}.input{display:block}.input--job{display:none}.input__label{display:block;font-weight:700}.input__control{display:block;width:100%;padding:2rem;background-color:#fff;border:1px solid #879ba8;outline:1px solid rgba(0,0,0,0);border-radius:8px;font-size:inherit;font-family:inherit;transition:border-color .3s,outline-color .3s}.input__control--error+.input__error-message{opacity:1}.input__control:focus{outline-color:#142733;border-color:#142733;box-shadow:0 12px 16px -4px rgba(20,39,51,.28),0 4px 6px -2px rgba(20,39,51,.25)}.input__error-message{display:block;margin-top:4px;text-align:right;color:#f32020;opacity:0;transition:opacity .3s}.link{text-decoration:underline;color:#3d95cc}.link:hover{color:#3682b2}.toast{position:fixed;bottom:0;left:0;right:0;z-index:4;max-width:800px;padding:10px 20px;margin:auto;background:#ccc;font-family:inherit;text-align:center;color:#333;visibility:hidden;opacity:0;transition:opacity .2s,top .2s,visibility .2s;border-radius:3px;box-shadow:0 6px 20px rgba(0,0,0,.2)}.toast--visible{bottom:20px;opacity:1;visibility:visible}.toast--success{background:#00c02b;border-color:#009d23;color:#fff}.toast--error{background:#d50000;border-color:#ba0000;color:#fff}.nav{position:fixed;top:0;left:0;z-index:8;width:100%;background-color:#fff;padding:0 5vw}.nav--expanded .nav__background{opacity:1;pointer-events:all}.nav--expanded .nav__list{opacity:1;pointer-events:all;transform:translateX(0)}.nav--expanded .hamburger{background-color:#dae9f2}.nav--expanded .hamburger__line{background-color:rgba(0,0,0,0)}.nav--expanded .hamburger__line::before{transform:translateY(0) rotate(45deg)}.nav--expanded .hamburger__line::after{transform:translateY(0) rotate(-45deg)}.nav__content-wrapper{display:flex;justify-content:space-between;align-items:stretch;height:8rem}@media screen and (max-width: 57.5em){.nav__content-wrapper{align-items:center}}.nav__logo-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:8px}.nav__logo{display:block;height:5.6rem;transition:transform .3s}.nav__logo:hover{transform:rotate(1deg)}.nav__background{position:absolute;top:0;left:0;z-index:-1;width:100vw;height:100vh;background-color:rgba(61,149,204,.8);opacity:0;pointer-events:none;transition:opacity .3s}.nav__list{display:flex;justify-content:flex-start;align-items:stretch}@media screen and (max-width: 57.5em){.nav__list{opacity:0;pointer-events:none;flex-direction:column;align-items:flex-end;position:absolute;top:0;right:0;height:100vh;padding:12rem 6rem 5rem 5rem;background-color:#fff;transform:translateX(100%);transform-origin:left;overflow:auto;transition:opacity .3s,transform .3s}}.nav__list-item{display:flex;justify-content:flex-start;align-items:stretch}.nav__list-item--btn{align-items:center}.nav__list-item:not(:last-child){margin-right:4.4rem}@media screen and (max-width: 57.5em){.nav__list-item:not(:last-child){margin-right:unset;margin-bottom:4.4rem}}.nav__link{position:relative;display:flex;justify-content:center;align-items:center;color:#506573;transition:color .3s}.nav__link:hover{color:#3d95cc}.nav__link::after{content:"";position:absolute;bottom:0;left:0;height:.6rem;width:100%;background-color:rgba(0,0,0,0);border-radius:2px;transition:background-color .3s}.nav__link--active{color:#3d95cc;font-weight:700}.nav__link--active::after{background-color:#3d95cc}.hamburger{position:relative;z-index:3;display:none;justify-content:stretch;align-items:center;width:6.8rem;height:calc(100% - 1.6rem);padding:8px;background-color:#fff;border-radius:8px}@media screen and (max-width: 57.5em){.hamburger{display:flex}}.hamburger__line{position:relative;width:100%;height:2.8px;background-color:#3d95cc;transform:background-color .3s}.hamburger__line::before,.hamburger__line::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#3d95cc;transition:transform .3s}.hamburger__line::before{transform:translateY(-1.6rem)}.hamburger__line::after{transform:translateY(1.6rem)}.header{position:relative;z-index:1;padding:12rem 5vw 4rem;background-color:#506573;color:#fff}.header__background{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover;opacity:.3}.header__title{max-width:90rem}.breadcrum{display:flex;justify-content:flex-start;align-items:center;gap:1rem;margin-bottom:1.2rem}.breadcrum__link{color:#fff;text-decoration:underline}.footer{padding:4rem 5vw 2rem;background-color:#fff;border-top:1px solid #879ba8;color:#879ba8}.footer__grid{display:grid;grid-template-columns:2fr 2fr 1fr;grid-gap:3rem}@media screen and (max-width: 30.625em){.footer__grid{grid-template-columns:1fr}}.footer__logo{display:block;width:100%;max-width:30rem}.footer__title{margin-bottom:4px}.footer__list{display:grid;grid-template-columns:repeat(2, 1fr);justify-items:start}.footer__social-link:hover .footer__social--linkedin{fill:#0077b5}.footer__social{width:3rem;height:auto;fill:#506573;transition:fill .3s}.footer__copyright-wrapper{padding-top:2rem;margin-top:4rem;border-top:1px solid #dae9f2;text-align:center}.sidebar{position:fixed;top:0;right:0;z-index:8;opacity:0;pointer-events:none}.sidebar--visible{opacity:1;pointer-events:all}.sidebar--visible .sidebar__background{opacity:1;transform:translateX(0);pointer-events:all}.sidebar--visible .sidebar__container{opacity:1;transform:translateX(0);pointer-events:all}.sidebar__background{position:absolute;top:0;right:0;z-index:-1;width:100vw;height:100vh;background-color:rgba(20,39,51,.7);opacity:0;transform:translateX(50%);pointer-events:none;transition:transform .3s,opacity .3s}.sidebar__container{position:relative;z-index:2;max-width:70rem;height:100vh;background-color:#fff;overflow:auto;opacity:0;transform:translateX(50%);pointer-events:none;transition:transform .3s,opacity .3s}.sidebar__close-btn-wrapper{position:sticky;top:0;left:0;background-color:#fff;padding:1rem 3rem;box-shadow:0 10px 20px rgba(20,39,51,.1);text-align:right}.sidebar__close-btn{background-color:#fff;border:2px solid #3d95cc;padding:1rem 2rem;border-radius:8px;color:#3d95cc;transition:background-color .3s,color .3s}.sidebar__close-btn:hover{background-color:#3d95cc;color:#fff}.sidebar__content{padding:2rem 3rem}.sidebar__content-inner{padding:3rem 2.4rem;box-shadow:0 12px 16px -4px rgba(20,39,51,.08),0 4px 6px -2px rgba(20,39,51,.05)}.sidebar__content-inner--focus{border:2px solid #3d95cc}.sidebar__content-inner:not(:last-child){margin-bottom:2rem}.sidebar__icon{width:6rem;height:auto;margin-bottom:1rem}.sidebar__team-img{width:10rem;height:10rem;margin-bottom:.8rem;object-fit:cover;border-radius:50%;border:1px solid #3d95cc}.sidebar__team-name{margin-bottom:.8rem}.sidebar__content-team{display:none}.sidebar__content-team--visible{display:block}.sidebar__content-team p{font-size:1.8rem}.sidebar__content-team p:not(:last-child){margin-bottom:2.4rem}.twc{display:flex;justify-content:flex-end;align-items:flex-end;padding:0 5vw}.twc__link{display:flex;justify-content:center;align-items:center;padding:1rem;background-color:red;border-top-left-radius:8px;border-top-right-radius:8px}.twc__link:hover{background-color:#d60000}.twc__logo{display:block;width:2.4rem}.hero{position:relative;z-index:1;padding:0 5vw;background-color:#f5f8fa;overflow:hidden}.hero::before{content:"";position:absolute;top:0;right:0;z-index:-1;width:100%;height:100%;background-image:linear-gradient(to right, #122c3d, rgba(54, 130, 178, 0.6)),url("../img/hero.webp");background-size:cover;background-position:right}.hero__grid{display:grid;grid-template-columns:repeat(2, 1fr);align-items:top}@media screen and (max-width: 72.1875em){.hero__grid{grid-template-columns:1.5fr 1fr}}@media screen and (max-width: 40.625em){.hero__grid{grid-template-columns:1fr}}.hero__img{display:block;width:auto;height:100%;object-fit:cover;transform:scale(1.2);transform-origin:left bottom;object-position:left bottom;opacity:.7}@media screen and (max-width: 40.625em){.hero__img{display:none}}.hero__content{padding-top:20rem;padding-bottom:8rem;color:#fff}.hero__title{max-width:54rem;margin-bottom:1.2rem}@media screen and (max-width: 72.1875em){.hero__title{max-width:100%}}@media screen and (max-width: 40.625em){.hero__title{max-width:55rem}}.hero__btn-wrapper{margin-top:2.4rem}.hero__btn{margin-top:1.2rem}.usp{padding:8rem 5vw 4rem}@media screen and (max-width: 46.875em){.usp{padding:8rem 0 4rem}}.usp__header{margin-bottom:4.8rem;overflow:hidden}@media screen and (max-width: 46.875em){.usp__header{padding:0 5vw}}.usp__header-container{display:grid;grid-template-columns:max-content 1fr;grid-gap:4rem;align-items:end;position:relative}@media screen and (max-width: 54.375em){.usp__header-container{grid-template-columns:1fr}}.usp__header-icon{display:block;width:4.4rem;transform:translateY(-1rem)}@media screen and (max-width: 54.375em){.usp__header-icon{position:absolute;bottom:50%;right:2rem;z-index:-1;transform:scale(3) translateY(50%);opacity:.1}}.usp__list-item{position:relative;background-image:linear-gradient(to right, #3682b2 50%, #3682b2)}.usp__list-item:not(:last-child){margin-bottom:3.6rem}@media screen and (max-width: 46.875em){.usp__list-item:not(:last-child){margin-bottom:1rem}}.usp__list-item--reversed{grid-template-columns:1fr 1.4fr}.usp__list-background-wrapper{height:100%;width:100%;position:absolute;top:0;left:0;opacity:.4}.usp__list-background{width:100%;height:100%;object-fit:cover}.usp__list-content{position:relative;z-index:3;padding:8rem 4rem;color:#fff;background-image:linear-gradient(to right, rgba(54, 130, 178, 0.8) 50%, transparent)}@media screen and (max-width: 46.875em){.usp__list-content{background-image:linear-gradient(to top, rgba(20, 39, 51, 0.5), rgba(20, 39, 51, 0.5))}}.usp__list-content p{max-width:70rem}@media screen and (max-width: 46.875em){.usp__list-content{padding:24rem 5vw 2.4rem}}.usp__list-title{max-width:40rem;margin-bottom:8px}.partnership{overflow:hidden}.partnership__container{padding:4rem 5vw 0}.partnership__grid{display:grid;grid-template-columns:1fr 3fr;grid-gap:8rem}@media screen and (max-width: 74.0625em){.partnership__grid{grid-template-columns:1fr 1.1fr;grid-gap:3.6rem}}@media screen and (max-width: 50em){.partnership__grid{grid-template-columns:1fr;grid-gap:2.4rem}}.partnership__content{max-width:77rem}.partnership__content p:not(:last-child){margin-bottom:2.4rem}.partnership__background{display:block;margin-top:8rem;width:100%;max-height:40rem;object-fit:cover;transform:translateX(2rem)}.data{padding:8rem 5vw;background-color:#f5f8fa}.global{padding-bottom:4rem}.global__header{margin-bottom:1.6rem}.global__cards{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.6rem}@media screen and (max-width: 60.625em){.global__cards{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 34.6875em){.global__cards{grid-template-columns:1fr}}.global__card{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:2.4rem;background-color:#fff}@media screen and (max-width: 60.625em){.global__card:nth-child(1){grid-column:1/-1;grid-row:1/2}}.global__author-wrapper{display:grid;grid-template-columns:1fr max-content;grid-gap:1.6rem;align-items:center;width:100%;margin-top:1.6rem;color:#879ba8}@media screen and (max-width: 19.375em){.global__author-wrapper{grid-template-columns:1fr;text-align:right}}.global__author-wrapper::before{content:"";display:block;width:100%;height:1px;background-color:#879ba8}.why{padding:4rem 0}.why__header{max-width:63.6rem;margin-bottom:2rem}.why__cards{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2rem}@media screen and (max-width: 48.125em){.why__cards{grid-template-columns:1fr;grid-gap:1.2rem}}.why__card{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;position:relative;background-color:#fff;padding:2.4rem;border:2px solid #dae9f2}.why__card-icon{width:auto;height:3rem}.why__card-header{display:flex;align-items:flex-start;justify-content:space-between}@media screen and (max-width: 56.875em){.why__card-header{flex-direction:column-reverse}}.why__card-title{margin-bottom:1.2rem}.why__card-author{display:grid;grid-template-columns:1fr max-content;grid-gap:1.6rem;align-items:center;width:100%;margin-top:4rem;color:#879ba8}@media screen and (max-width: 19.375em){.why__card-author{grid-template-columns:1fr;text-align:right}}.why__card-author::before{content:"";display:block;width:100%;height:1px;background-color:#879ba8}.roi{padding-top:4rem}.roi__header{margin-bottom:2rem}.roi__cards{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:3.2rem}@media screen and (max-width: 56.875em){.roi__cards{grid-template-columns:1fr;grid-gap:1.2rem}}.roi__card{display:flex;flex-direction:column;justify-content:stretch;align-items:flex-start}@media screen and (max-width: 56.875em){.roi__card{flex-direction:row;gap:2.4rem;padding:2.4rem;background-color:#fff}}@media screen and (max-width: 31.25em){.roi__card{flex-direction:column}}.roi__card-icon{display:block;width:auto;height:6rem}.roi__card-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;flex:1}.roi__card-content p{margin-bottom:1.6rem}.roi__author{display:grid;grid-template-columns:1fr max-content;grid-gap:1.6rem;align-items:center;justify-items:end;width:100%;margin-top:auto;color:#879ba8}@media screen and (max-width: 19.375em){.roi__author{grid-template-columns:1fr;text-align:right}}.roi__author::before{content:"";display:block;width:100%;height:1px;background-color:#879ba8}.services{padding:8rem 5vw}.services__header{margin-bottom:5.2rem;max-width:110rem}.services__header p:not(:last-child){margin-bottom:2.4rem}.services__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:2rem}@media screen and (max-width: 48.75em){.services__list{grid-template-columns:1fr}}.services__list-item{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;padding:2.4rem;background-color:#fff;border:1px solid #dae9f2;box-shadow:0 12px 16px -4px rgba(80,101,115,.08),0 4px 6px -2px rgba(80,101,115,.05)}.services__list-item:nth-child(1),.services__list-item:nth-child(5),.services__list-item:nth-child(9){border-left:4px solid #3d95cc}.services__list-item:nth-child(2),.services__list-item:nth-child(6){border-left:4px solid #e399c3}.services__list-item:nth-child(3),.services__list-item:nth-child(7){border-left:4px solid #75c7ef}.services__list-item:nth-child(4),.services__list-item:nth-child(8){border-left:4px solid #e2d1a6}.services__list-icon{display:block;width:6rem;height:auto;margin-bottom:1rem}.services__list-item-content{background-color:red}.services__list-item-content p{max-width:46rem;color:#506573}.services__list-btn-wrapper{width:100%;padding-top:2rem;margin-top:auto;text-align:right}.services__list-btn{padding:1rem;background-color:rgba(0,0,0,0);color:#3d95cc;text-decoration:underline}.services__list-btn:hover{color:#3682b2}.performance{padding:8rem 5vw}.performance--gray{background-color:#f5f8fa}.performance__header{max-width:72rem;margin-bottom:3.2rem}.performance__list{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:1.2rem}@media screen and (max-width: 43.75em){.performance__list{grid-template-columns:1fr}}.performance__list-item{padding:2.4rem;background-color:#fff;border:1px solid #dae9f2}.performance__list-item p{color:#506573}.cta{position:relative;z-index:1;padding:8rem 5vw 22.4rem;background-image:linear-gradient(rgba(61, 149, 204, 0.7), rgba(61, 149, 204, 0.7)),url("../img/cta.webp");background-size:cover;background-position:center;background-attachment:fixed}.cta::before{content:"";position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background-image:linear-gradient(to right, rgba(20, 39, 51, 0.7), rgba(61, 149, 204, 0.1))}.cta__content{max-width:71rem;color:#fff}.cta__content .txt-xl{margin-bottom:1.2rem}.cta__content p{margin-bottom:5.2rem}.contact{padding:8rem 5vw}.contact__grid{display:grid;grid-template-columns:1fr 2.5fr;grid-gap:8rem}@media screen and (max-width: 79.375em){.contact__grid{grid-template-columns:1fr;grid-gap:2rem}}.contact__header p{max-width:50rem}.contact__card{display:grid;grid-template-columns:1fr 2.2fr;min-height:30rem;border-radius:8px;background-color:#f5f8fa}@media screen and (max-width: 79.375em){.contact__card{max-width:90rem}}@media screen and (max-width: 49.375em){.contact__card{grid-template-columns:1fr}}.contact__card-img-wrapper{display:flex;justify-content:center;align-items:center;overflow:hidden}@media screen and (max-width: 49.375em){.contact__card-img-wrapper{display:block;padding:2.4rem}}.contact__card-img{width:100%;transform:scale(1.2) translateX(1rem);transform-origin:left center}@media screen and (max-width: 49.375em){.contact__card-img{display:block;transform:scale(1) translateX(1rem);max-width:40rem}}.contact__card-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background-color:#fff;padding:4rem 4rem 4rem;margin:.5rem .5rem .5rem 0;border-radius:8px;box-shadow:0 12px 16px -4px rgba(20,39,51,.08),0 4px 6px -2px rgba(20,39,51,.05)}@media screen and (max-width: 32.1875em){.contact__card-content{margin:.5rem}}.contact__card-title-wrapper{margin-bottom:2.4rem;padding-bottom:2.4rem;border-bottom:2px solid #dae9f2}@media screen and (max-width: 49.375em){.contact__card-title-wrapper{width:100%}}.contact__card-title{display:block;width:100%;max-width:30rem}.contact__card-link-wrapper{display:grid;grid-template-columns:max-content 1fr;align-items:center;grid-gap:1.2rem}.contact__card-link-wrapper:not(:last-child){margin-bottom:1.2rem}@media screen and (max-width: 27.8125em){.contact__card-link-wrapper--phones{align-items:start}}@media screen and (max-width: 17.8125em){.contact__card-link-wrapper{grid-template-columns:1fr;justify-items:start}.contact__card-link-wrapper:not(:last-child){margin-bottom:2rem}}.contact__phones-wrapper{display:flex;justify-content:flex-start;align-items:center;gap:1rem;flex-wrap:wrap}.contact__card-link{color:#3d95cc;text-decoration:underline}@media screen and (max-width: 17.8125em){.contact__card-link{word-wrap:break-word}}.contact__card-link:hover{color:#3682b2}.contact__card-addresses{margin-top:1rem;padding-top:2rem;border-top:2px solid #dae9f2}.contact__card-address{display:grid;grid-template-columns:max-content 1fr;grid-gap:1.2rem;align-items:start}.contact__card-address .contact__card-link-img-wrapper{transform:translateY(0.8rem)}.contact__card-address:not(:last-child){margin-bottom:1rem}.contact__card-address p{font-size:1.8rem}@media screen and (max-width: 17.8125em){.contact__card-address{grid-template-columns:1fr;justify-items:start}}.contact__card-link-img-wrapper{background-color:#3d95cc;padding:.4rem;border-radius:4px;transition:background-color .3s}.contact__card-link-img{display:block;width:2.5rem}.blogs{padding:8rem 5vw}.blogs__header{margin-bottom:2.8rem}.blogs__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.6rem}@media screen and (max-width: 52.5em){.blogs__grid{grid-template-columns:1fr}}.blogs__read-more-wrapper{margin-top:6rem;text-align:right}.blogs__previous{padding:8rem 5vw;background-color:#f5f8fa}.blogs__previous-header{margin-bottom:2.4rem}.blog-card{background-color:#fff;box-shadow:0 10px 20px rgba(20,39,51,.1)}@media screen and (max-width: 52.5em){.blog-card{display:grid;grid-template-columns:1fr 2fr}}@media screen and (max-width: 27.8125em){.blog-card{grid-template-columns:1fr}}.blog-card__img{display:block;width:100%;height:28rem;object-fit:cover;object-position:center}@media screen and (max-width: 56.25em){.blog-card__img{height:20rem}}@media screen and (max-width: 52.5em){.blog-card__img{height:100%}}@media screen and (max-width: 27.8125em){.blog-card__img{height:20rem}}.blog-card__content{padding:2.4rem}.blog-card__link-wrapper{margin-top:3.6rem;padding-top:2.4rem;border-top:1px solid #dae9f2;text-align:right}.blog{padding:8rem 5vw}.blog__container{max-width:86rem}.blog p{color:#506573}.blog p:not(:last-child){margin-bottom:2.4rem}.blog img,.blog ul,.blog ol{display:block;margin:2.4rem 0 4rem}.blog ul li{list-style:disc}.blog ol{list-style:decimal}.blog ol li:not(:last-child),.blog ul li:not(:last-child){margin-bottom:8px}.blog h2,.blog h3{line-height:1.2;margin-bottom:1.2rem}.blog p+h2{margin-top:4rem}.blog p+h3{margin-top:3rem}.blog strong{color:#142733}.blog blockquote{padding-left:1.2rem;margin-bottom:2.4rem;border-left:4px solid #879ba8;color:#879ba8}.booking{position:relative;padding:8rem 5vw;background-image:linear-gradient(rgba(42, 101, 139, 0.9), rgba(42, 101, 139, 0.9)),url("../img/register.webp");background-size:cover;color:#fff}.booking__header{max-width:58.5rem;margin-bottom:3.6rem}.booking__header p{max-width:50rem}.booking__title{margin-bottom:.4rem}.booking__form-wrapper{max-width:62.2rem}.booking__form-btn-wrapper{margin-top:2.4rem;text-align:right}.success{display:flex;justify-content:flex-start;align-items:flex-end;position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;padding:8rem 5vw;background-image:linear-gradient(to left, rgba(61, 149, 204, 0.9), #3682b2);clip-path:polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);opacity:0;overflow:hidden;pointer-events:none;transition:clip-path .7s .5s cubic-bezier(0.68, -0.01, 0.46, 0.99)}@media screen and (max-width: 41.25em){.success{justify-content:center}}.success--visible{opacity:1;clip-path:polygon(0 100%, 100% 100%, 100% 0, 0 0);pointer-events:all}.success--visible .success__content{opacity:1;transform:translateY(0)}.success__container{width:100%}.success__content{padding:4rem;color:#fff;transform:translateY(5rem);opacity:0;transition:opacity .7s 1s,transform .7s 1s}.success__content p{max-width:68rem}.success__icon{display:block;width:100%;max-width:20rem;margin-bottom:2.4rem}.missing{padding:12rem 5vw 8rem}.missing__container{text-align:center}.missing__img{max-width:50rem;margin:0 auto 4rem}.about{padding:20rem 5vw 6rem;background-image:linear-gradient(to right, #122c3d, rgba(54, 130, 178, 0.6)),url("../img/about.webp");background-size:cover}.about__content{max-width:70rem;color:#fff}.about__content p:not(:last-child){margin-bottom:2.4rem}.about__title{margin-bottom:1.6rem}.specialization{padding:8rem 5vw}.specialization__header{margin-bottom:3.6rem}.specialization__list-item{display:grid;grid-template-columns:max-content 1fr;grid-gap:2.4rem}@media screen and (max-width: 32.5em){.specialization__list-item{grid-template-columns:1fr;grid-gap:0}}.specialization__list-item:not(:last-child){margin-bottom:6rem}.specialization__icon{display:block;width:7.7rem;height:auto}.specialization__content{max-width:84.3rem}.specialization__content p{color:#506573}.specialization__content p:not(:last-child){margin-bottom:2.4rem}.purpose{position:relative;z-index:1;padding:8rem 5vw 0;background-color:#f5f8fa}.purpose__grid{display:grid;grid-template-columns:1.5fr 1fr;align-items:end}@media screen and (max-width: 59.375em){.purpose__grid{grid-template-columns:1fr}}.purpose__grid p{color:#506573}@media screen and (max-width: 59.375em){.purpose__content{max-width:70rem}}.purpose__intro{margin-bottom:4rem}.purpose__intro-header{margin-bottom:1.6rem}.purpose__img{display:block;width:100%}@media screen and (max-width: 59.375em){.purpose__img{position:absolute;bottom:0;right:0;width:auto;height:90%;opacity:.1;z-index:-1}}.mission__wrapper{display:grid;grid-template-columns:2.2rem 1fr;grid-gap:1.6rem}.mission__wrapper:not(:last-child) .mission__bullet-wrapper{position:relative}.mission__wrapper:not(:last-child) .mission__bullet-wrapper::before{content:"";position:absolute;top:0;left:50%;width:2px;height:100%;background-color:#3d95cc;transform:translateX(-50%)}.mission__bullet{display:block;width:2.2rem;height:2.2rem;background-color:#3d95cc}.mission__content{margin-top:-1rem;padding-bottom:4.8rem}.values{padding:8rem 5vw}.values__header{margin-bottom:2.4rem}.values__list{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1.2rem}@media screen and (max-width: 59.375em){.values__list{grid-template-columns:1fr}}.values__list-item{padding:1.6rem;box-shadow:0 12px 16px -4px rgba(20,39,51,.08),0 4px 6px -2px rgba(20,39,51,.05)}.values__list-item:nth-child(1){border-left:4px solid #3d95cc}.values__list-item:nth-child(2){border-left:4px solid #e399c3}.values__list-item:nth-child(3){border-left:4px solid #e2d1a6}.values__list-item p{color:#506573}.team{padding:8rem 5vw;background-color:#f5f8fa}.team__header{margin-bottom:2.4rem}.team__grid{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:3.2rem}@media screen and (max-width: 59.375em){.team__grid{grid-gap:1.2rem}}@media screen and (max-width: 38.125em){.team__grid{grid-template-columns:1fr}}.team__card{display:grid;grid-template-columns:18rem 1fr;background-color:#fff;border:1px solid #879ba8}.team__card:hover .team__img{filter:grayscale(0)}@media screen and (max-width: 59.375em){.team__card{grid-template-columns:1fr}}@media screen and (max-width: 38.125em){.team__card{grid-template-columns:18rem 1fr}}@media screen and (max-width: 28.125em){.team__card{grid-template-columns:1fr}}.team__img-wrapper{width:100%;border-right:1px solid #dae9f2}@media screen and (max-width: 59.375em){.team__img-wrapper{height:32rem;border-right:unset;border-bottom:1px solid #dae9f2}}@media screen and (max-width: 38.125em){.team__img-wrapper{height:100%}}@media screen and (max-width: 28.125em){.team__img-wrapper{height:32rem}}.team__img{display:block;width:100%;height:100%;object-fit:cover;object-position:top;filter:grayscale(1);transition:filter .3s}.team__content{display:flex;flex-direction:column;align-items:flex-start;justify-content:stretch;padding:3.2rem}.team__content p{margin-bottom:3.2rem;color:#506573}.team__name{margin-bottom:.8rem}.team__btn-wrapper{margin-top:auto;align-self:flex-end}.team__btn{background-color:rgba(0,0,0,0);color:#3d95cc;text-decoration:underline}.team__btn:hover{color:#3682b2} .designed{position:relative;display:flex;justify-content:flex-end;align-items:center;background-color:#000;background-image:linear-gradient(to bottom, #000, #262626);padding:1.6rem 1rem 0;color:#fff}@media screen and (max-width: 25em){.designed{justify-content:center;padding:3.2rem 1rem 0}}.designed__container{display:flex;justify-content:center;align-items:center;gap:2rem;font-size:1.8rem}.designed__container p{margin-top:-1rem}@media screen and (max-width: 25em){.designed__container{flex-direction:column;gap:1rem}}.designed__link{display:flex;justify-content:center;align-items:center;gap:1rem;padding:1rem 2rem;background-color:#fff;color:#000;text-decoration:underline;font-weight:700;transition:background-color .3s .1s,color .3s .1s}.designed__link::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#fff}.designed__link:hover{background-color:#414141;color:#fff}.designed__logo{max-width:4rem}/*# sourceMappingURL=main.min.css.map */