*,*:after,*:before{margin:0;padding:0}html{font-size:62.5%;scroll-behavior:smooth;scroll-padding-block-start:8rem;scrollbar-width:thin;scrollbar-color:#192d39 rgb(231,231,231)}html::-webkit-scrollbar{width:7px}html::-webkit-scrollbar-thumb{background-color:#192d39}html::-webkit-scrollbar-track{background-color:#e7e7e7}body{font-size:1.6rem}section{padding:2rem;margin-block:4rem}h1,h2,h3,p,span,button,a,div,input,label,textarea{font-family:Poppins,sans-serif}a,button,label{cursor:pointer}@media (min-width: 768px){section{padding:2rem 4rem}}.--frozen{overflow:hidden}.nav{padding:0 2rem;position:fixed;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;height:8.5rem;background-color:#fff;z-index:10;transition:height .15s}.nav .magic-trick{display:none}.nav__logo{object-fit:contain;max-width:9rem;transition:transform .15s}.nav__list-btn{border:none;background-color:transparent;display:flex;justify-content:center;align-items:center;cursor:pointer}.nav__list-btn svg{width:3rem;height:3rem;fill:#061016}.nav__list{padding-block:1rem;position:absolute;top:7.1rem;left:0;display:flex;flex-direction:column;width:100%;box-shadow:0 6px 5px #0000004d;background-color:#fff;transition:transform .3s}.nav__list--hidden{transform:translateY(-140%)}.nav__list--hidden .nav__list-backdrop{display:none}.nav__list-backdrop{position:fixed;background-color:transparent;display:block;top:7.1rem;bottom:0;left:0;right:0;z-index:-1}.nav__list-item{padding:2rem 1rem;position:relative;text-decoration:none;color:#061016}.nav__list-item:hover{color:#3279a6}.nav__list-item:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:calc(100% - 4rem);height:2px;background-color:#192d39;opacity:.3}.nav__list-item:first-letter{text-transform:capitalize}@media (min-width: 768px){.nav .magic-trick{display:block;-webkit-appearance:none;-moz-appearance:none;appearance:none;opacity:0;width:9rem;height:1px}.nav__list{position:unset;flex-direction:row;width:unset;box-shadow:unset;justify-self:center;transition:transform .15s}.nav__list--hidden{transform:unset}.nav__list-item{margin-inline:1rem;padding:0 1rem}.nav__list-item:after{content:unset}.nav__list-backdrop,.nav__list-btn{display:none}.nav--squeezed{height:4rem}.nav--squeezed .nav__logo{transform:scale(.6)}.nav--squeezed .nav__list{transform:scale(.86)}}.header{margin-block-start:8.5rem;padding:2rem;position:relative;display:flex;justify-content:center;align-items:center;z-index:0}.header__bg-image{position:absolute;top:0;bottom:0;left:0;width:100%;background-image:url(../../img/header-bg-small.jpg);background-size:cover;background-position:center;z-index:-1}.header__bg-image-shadow{position:absolute;top:0;bottom:0;width:100%;height:100%;background-color:#00000040}.header__content{padding:2rem;max-width:140rem;background-color:#e5f1f98c;border-radius:2rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.header__content .header__title{margin-block-end:2rem;align-self:flex-start;font-weight:600;font-size:3rem;color:#061016}.header__content .header__title:first-letter{text-transform:capitalize}@media (min-width: 992px){.header__content .header__title{font-size:3.2rem}}@media (min-width: 1200px){.header__content .header__title{font-size:3.5rem}}.header__content .header__title{font-weight:700;line-height:3.6rem;max-width:38rem}.header__content .header__title span{color:#3a9fdf}.header__content .header__advantages{margin-block-start:2rem;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;overflow:hidden}.header__content .header__advantages .header__advantage{grid-column:1/2;grid-row:1/2;display:flex;align-items:center}.header__content .header__advantages .header__advantage-icon{margin-inline-end:1rem;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;justify-items:center;align-items:center;width:3rem;height:3rem;background-color:#f8db8c;border-radius:50%}.header__content .header__advantages .header__advantage-icon svg{grid-column:1/2;grid-row:1/2;width:2rem;height:2rem;fill:#061016}.header__content .header__advantages .header__advantage-text{color:#192d39;font-size:1.2rem}.header__content .header__advantages .header__advantage:first-of-type{animation:firstAdvantage 8s linear infinite}@keyframes firstAdvantage{0%{transform:translate(0);opacity:1}25%{transform:translate(0);opacity:1}40%{transform:translate(-100%);opacity:0}49%{transform:translate(110%);opacity:0}50%{transform:translate(110%);opacity:0}85%{transform:translate(110%);opacity:0}to{transform:translate(0);opacity:1}}.header__content .header__advantages .header__advantage:last-of-type{animation:secondAdvantage 8s linear infinite;transform:translate(110%)}@keyframes secondAdvantage{0%{transform:translate(110%);opacity:0}25%{transform:translate(110%);opacity:0}40%{transform:translate(0);opacity:1}50%{transform:translate(0);opacity:1}75%{transform:translate(0);opacity:1}95%{transform:translate(-100%);opacity:0}to{transform:translate(110%);opacity:0}}.header__content .header__advantages .header__advantage:last-of-type .header__advantage-icon svg{width:2.2rem;height:2.2rem}.header__content .header__advantages .header__advantage:last-of-type .header__advantage-icon svg:first-of-type{transform:translate(2px)}.header__content .header__advantages .header__advantage:last-of-type .header__advantage-icon svg:last-of-type{transform:scaleX(-1) translate(2px)}.header__content .header__text{margin-block-start:4rem;font-size:1.4rem;font-weight:300;color:#061016}.header__content .header__btn{margin-block-start:2rem;padding:1rem 2rem;border-radius:2rem;border:none;background-color:#ffbd42;font-size:1.2rem;font-weight:500;color:#061016;transition:transform .15s;text-decoration:none}.header__content .header__btn a{color:#061016;text-decoration:none}.header__content .header__btn:first-letter{text-transform:capitalize}.header__content .header__btn:hover{transform:scale(1.04)}@media (min-width: 768px){.header{height:40vh}.header__bg-image{background-image:url(../../img/header-bg-medium.jpg)}.header__content{padding:4rem 2rem;display:grid;justify-items:start;gap:2rem;grid-template-columns:1fr 1fr;grid-template-rows:auto 4rem}.header__content .header__title{grid-column:1/2;grid-row:1/2}.header__content .header__advantages{margin-block-start:unset;grid-column:1/2;grid-row:2/3}.header__content .header__text{margin-block-start:unset;grid-column:2/3;grid-row:1/2;font-size:1.5rem;max-width:56rem}.header__content .header__btn{margin-block-start:unset;grid-column:2/3;grid-row:2/3}}@media (min-width: 992px){.header{height:50vh}.header__bg-image{background-image:url(../../img/header-bg-large.jpg)}.header__content .header__text{font-size:1.6rem}.header__content .header__advantages{gap:0 2rem;grid-template-columns:1fr 1fr}.header__content .header__advantages .header__advantage-text{font-size:1.3rem}.header__content .header__advantages .header__advantage:first-of-type,.header__content .header__advantages .header__advantage:last-of-type{animation:unset}.header__content .header__advantages .header__advantage:last-of-type{transform:unset;grid-column:2/3;grid-row:1/2}}footer{padding:2rem;text-transform:capitalize;background-color:#3279a6;color:#ebf5fc;text-align:center}.mission{position:relative}.mission__gradient-bg{position:absolute;top:0;bottom:0;left:0;right:0;background:#3279a6;background:radial-gradient(circle,#3279a6 37%,#104364);z-index:-1}.mission__wrapper{margin-inline:auto;display:flex;flex-direction:column;align-items:center;max-width:140rem}.mission__wrapper .mission__image{margin-block-end:2rem;position:relative;width:100%;max-width:42rem;border-radius:2rem}.mission__wrapper .mission__content .mission__title{margin-block-end:2rem;align-self:flex-start;font-weight:600;font-size:3rem;color:#061016}.mission__wrapper .mission__content .mission__title:first-letter{text-transform:capitalize}@media (min-width: 992px){.mission__wrapper .mission__content .mission__title{font-size:3.2rem}}@media (min-width: 1200px){.mission__wrapper .mission__content .mission__title{font-size:3.5rem}}.mission__wrapper .mission__content .mission__title,.mission__wrapper .mission__content .mission__text{color:#ebf5fc}.mission__wrapper .mission__content .mission__text{font-weight:300}@media (min-width: 576px){.mission__wrapper{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;justify-items:center;align-items:center;gap:0 3rem}.mission__wrapper .mission__image{margin-block-end:unset;grid-column:2/3;grid-row:1/2;max-width:28rem}.mission__wrapper .mission__content{grid-column:1/2;grid-row:1/2}}@media (min-width: 768px){.mission__gradient-bg{top:50%;bottom:unset;transform:translateY(-50%);height:80%}.mission__wrapper .mission__image{box-shadow:-2px 3px 10px 5px #00000026}.mission__wrapper .mission__content{max-width:58rem}}@media (min-width: 992px){.mission__wrapper .mission__image{max-width:32rem}.mission__wrapper .mission__content .mission__text{font-size:1.7rem}}.about__wrapper{margin-inline:auto;display:flex;flex-direction:column;align-items:center;max-width:140rem}.about__wrapper .about__cards{display:grid;grid-template-columns:16rem 16rem;grid-template-rows:16rem 16rem;gap:1rem}.about__wrapper .about__cards .about__card{padding:1rem;position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:14rem;height:14rem;background:#c3e2f9;transition:transform .15s;z-index:0}.about__wrapper .about__cards .about__card:hover{transform:scale(1.05)}.about__wrapper .about__cards .about__card:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:15.9rem;height:15.9rem;background:#fff;z-index:-1}.about__wrapper .about__cards .about__card-icon{width:3.5rem;height:3.5rem;fill:#061016}.about__wrapper .about__cards .about__card-number{margin-block:1rem;font-weight:400;font-size:2rem;color:#061016;line-height:4rem}.about__wrapper .about__cards .about__card-text{font-size:1.4rem;font-weight:400;text-transform:uppercase;color:#061016;text-align:center;opacity:.9}.about__wrapper .about__cards .about__card:first-of-type{background:linear-gradient(315deg,#c3e2f9,#8197a7);border-top-left-radius:2rem;transform-origin:bottom right}.about__wrapper .about__cards .about__card:first-of-type:after{border-top-left-radius:2rem;background:linear-gradient(315deg,#fff,#dbf0ff)}.about__wrapper .about__cards .about__card:nth-of-type(2){background:linear-gradient(45deg,#c3e2f9,#8197a7);border-top-right-radius:2rem;transform-origin:bottom left}.about__wrapper .about__cards .about__card:nth-of-type(2):after{border-top-right-radius:2rem;background:linear-gradient(45deg,#fff,#dbf0ff)}.about__wrapper .about__cards .about__card:nth-of-type(3){background:linear-gradient(225deg,#c3e2f9,#8197a7);border-bottom-left-radius:2rem;transform-origin:top right}.about__wrapper .about__cards .about__card:nth-of-type(3):after{border-bottom-left-radius:2rem;background:linear-gradient(225deg,#fff,#dbf0ff)}.about__wrapper .about__cards .about__card:last-of-type{background:linear-gradient(135deg,#c3e2f9,#8197a7);border-bottom-right-radius:2rem;transform-origin:top left}.about__wrapper .about__cards .about__card:last-of-type:after{border-bottom-right-radius:2rem;background:linear-gradient(135deg,#fff,#dbf0ff)}.about__wrapper .about__content{margin-block-start:2rem}.about__wrapper .about__content-title{margin-block-end:2rem;align-self:flex-start;font-weight:600;font-size:3rem;color:#061016}.about__wrapper .about__content-title:first-letter{text-transform:capitalize}@media (min-width: 992px){.about__wrapper .about__content-title{font-size:3.2rem}}@media (min-width: 1200px){.about__wrapper .about__content-title{font-size:3.5rem}}.about__wrapper .about__content-text{color:#33424a;font-weight:300}.about__wrapper .about__content-links{margin-block-start:2rem;display:flex;flex-wrap:wrap}.about__wrapper .about__content-links a{color:#3279a6;text-decoration:underline;transition:opacity .15s}.about__wrapper .about__content-links a:hover{opacity:.7}.about__wrapper .about__content-links a:first-of-type{margin-inline-end:2rem}@media (min-width: 768px){.about__wrapper{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;gap:0 4rem}.about__wrapper .about__cards{grid-column:1/2;grid-row:1/2;justify-self:center}.about__wrapper .about__content{grid-column:2/3;grid-row:1/2;max-width:58rem}}@media (min-width: 992px){.about .about__wrapper .about__cards{grid-template-columns:200px 200px;grid-template-rows:200px 200px;gap:2rem}.about .about__wrapper .about__cards .about__card{padding:2rem;width:160px;height:160px}.about .about__wrapper .about__cards .about__card:after{width:199px;height:199px}.about .about__wrapper .about__cards .about__card-icon{width:4.5rem;height:4.5rem}.about .about__wrapper .about__cards .about__card-number{font-size:2.4rem}.about .about__wrapper .about__cards .about__card-text{font-size:1.8rem}}.services{overflow:hidden}.services__wrapper{margin-inline:auto;display:flex;flex-direction:column;align-items:center;max-width:140rem;position:relative}.services__wrapper .services__content{display:flex;flex-direction:column}.services__wrapper .services__content .services__title{margin-block-end:2rem;align-self:flex-start;font-weight:600;font-size:3rem;color:#061016}.services__wrapper .services__content .services__title:first-letter{text-transform:capitalize}@media (min-width: 992px){.services__wrapper .services__content .services__title{font-size:3.2rem}}@media (min-width: 1200px){.services__wrapper .services__content .services__title{font-size:3.5rem}}.services__wrapper .services__content .services__title{margin-block-start:2rem}.services__wrapper .services__content .services__list-slider{position:relative;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;width:100%;max-width:50rem}.services__wrapper .services__content .services__list-slider .services__list{grid-column:1/2;grid-row:1/2;width:100%;list-style:none;transform:translate(200%);opacity:0;transition:transform .25s,opacity .25s}.services__wrapper .services__content .services__list-slider .services__list .services__item{margin-block:2rem;display:grid;grid-template-columns:5rem auto;grid-template-rows:auto auto;gap:.5rem 1rem}.services__wrapper .services__content .services__list-slider .services__list .services__item-icon{grid-column:1/2;grid-row:1/-1;position:relative;display:flex;justify-content:center;align-items:center;background-color:#fff2cd;width:5rem;height:5rem;border-radius:100%;z-index:0}.services__wrapper .services__content .services__list-slider .services__list .services__item-icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3.6rem;height:3.6rem;border-radius:100%;background-color:#f8db8c;outline:3px solid #fff8e4;z-index:-1}.services__wrapper .services__content .services__list-slider .services__list .services__item-icon svg{width:2rem;height:2rem;fill:#192d39}.services__wrapper .services__content .services__list-slider .services__list .services__item-name{grid-column:2/3;grid-row:1/2;font-weight:500;color:#061016}.services__wrapper .services__content .services__list-slider .services__list .services__item-name:first-letter{text-transform:capitalize}.services__wrapper .services__content .services__list-slider .services__list .services__item-description{grid-column:2/3;grid-row:2/3;color:#33424a;font-size:1.4rem}.services__wrapper .services__content .services__list-slider .services__list--active{transform:translate(0);opacity:1}.services__wrapper .services__content .services__toggle-slide{margin-block-start:2rem;padding:1rem 2rem;border-radius:2rem;border:none;background-color:#ffbd42;font-size:1.2rem;font-weight:500;color:#061016;transition:transform .15s;text-decoration:none;align-self:flex-start;display:flex;justify-content:center;align-items:center}.services__wrapper .services__content .services__toggle-slide a{color:#061016;text-decoration:none}.services__wrapper .services__content .services__toggle-slide:first-letter{text-transform:capitalize}.services__wrapper .services__content .services__toggle-slide:hover{transform:scale(1.04)}.services__wrapper .services__content .services__toggle-slide svg{margin-inline-start:1rem;fill:#061016;width:2.2rem;height:2.2rem}.services__wrapper .services__image{margin-block-end:2rem;width:100%;border-radius:2rem;transform:scaleX(-1);z-index:3}@media (min-width: 576px){.services__wrapper{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;gap:0 2rem;justify-items:center}.services__wrapper .services__content{grid-column:1/2;grid-row:1/2}.services__wrapper .services__content .services__title{margin-block-start:unset}.services__wrapper .services__content .services__toggle-slide{margin-block-start:3rem}.services__wrapper .services__image{margin-block-end:unset;grid-column:2/3;grid-row:1/2}}@media (min-width: 768px){.services__wrapper{gap:0 3rem}.services__wrapper .services__content .services__list-slider .services__list .services__item{margin-block:4rem}.services__wrapper .services__image{max-width:36rem}}@media (min-width: 992px){.services__wrapper{gap:0 4rem}.services__wrapper .services__image{max-width:39rem}}.faq__wrapper{margin-inline:auto;display:flex;flex-direction:column;align-items:center;max-width:140rem}.faq__title{margin-block-end:2rem;align-self:flex-start;font-weight:600;font-size:3rem;color:#061016}.faq__title:first-letter{text-transform:capitalize}@media (min-width: 992px){.faq__title{font-size:3.2rem}}@media (min-width: 1200px){.faq__title{font-size:3.5rem}}.faq__title{align-self:center}.faq__list{width:100%;max-width:108rem;list-style:none;border-radius:2rem;border:1px solid rgba(25,45,57,.15)}.faq__list .faq__item{padding:2rem 0;display:grid;grid-template-columns:calc(100% - 6rem) 4rem;grid-template-rows:auto auto;align-items:start;justify-content:space-between;border-bottom:1px solid rgba(25,45,57,.3);cursor:pointer}.faq__list .faq__item:hover{background-color:#fff8e4}.faq__list .faq__item:first-of-type{border-top-left-radius:2rem;border-top-right-radius:2rem}.faq__list .faq__item:last-of-type{border-bottom:unset;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem}.faq__list .faq__item-question{padding-inline-start:1rem;grid-column:1/2;grid-row:1/2;word-wrap:break-word;font-weight:500;color:#061016;pointer-events:none}.faq__list .faq__item-icon{padding-inline:1rem;grid-column:2/3;grid-row:1/2;width:2rem;height:2rem;fill:#192d39;transition:transform .15s;pointer-events:none}.faq__list .faq__item-icon--flipped{transform:rotate(180deg)}.faq__list .faq__item-answer{padding-inline:1rem;grid-column:1/3;grid-row:2/3;color:#33424a;pointer-events:none;height:0px;opacity:0}.faq__list .faq__item-answer--active{opacity:1;height:auto}@media (min-width: 768px){.faq__list .faq__item{padding-inline:4rem}}.contact__wrapper .contact__title{margin-block-end:2rem;align-self:flex-start;font-weight:600;font-size:3rem;color:#061016}.contact__wrapper .contact__title:first-letter{text-transform:capitalize}@media (min-width: 992px){.contact__wrapper .contact__title{font-size:3.2rem}}@media (min-width: 1200px){.contact__wrapper .contact__title{font-size:3.5rem}}.contact__wrapper .contact__content-text{color:#33424a}.contact__wrapper .contact__content-phone,.contact__wrapper .contact__content-email{font-weight:500;font-size:1.3rem}.contact__wrapper .contact__content-phone{margin-block-start:2rem}.contact__wrapper .contact__form{margin-block-start:2rem;display:flex;flex-direction:column;width:100%}.contact__wrapper .contact__form-input{position:relative;margin-block:1rem}.contact__wrapper .contact__form-input label{padding-inline:.5rem;position:absolute;top:-1rem;left:2rem;background-color:#fff;font-size:1.2rem;font-weight:500;text-transform:capitalize;color:#192d39}.contact__wrapper .contact__form-input textarea{resize:vertical;min-height:2rem}.contact__wrapper .contact__form-input input,.contact__wrapper .contact__form-input textarea{padding:1rem 2rem;width:calc(100% - 4rem);border-radius:2rem;outline:none;border:1px solid rgba(25,45,57,.2);color:#33424a}.contact__wrapper .contact__form-input input:focus,.contact__wrapper .contact__form-input textarea:focus{outline:none;border:1px solid #3279a6;color:#061016}.contact__wrapper .contact__form-input input:focus~label,.contact__wrapper .contact__form-input textarea:focus~label{color:#3279a6}.contact__wrapper .contact__form button{margin-block-start:2rem;padding:1rem 2rem;border-radius:2rem;border:none;background-color:#ffbd42;font-size:1.2rem;font-weight:500;color:#061016;transition:transform .15s;text-decoration:none;margin-block-start:unset;max-width:12rem}.contact__wrapper .contact__form button a{color:#061016;text-decoration:none}.contact__wrapper .contact__form button:first-letter{text-transform:capitalize}.contact__wrapper .contact__form button:hover{transform:scale(1.04)}.contact__wrapper .contact__form .g-recaptcha{margin-block-end:2rem}.contact .check{-webkit-appearance:none;-moz-appearance:none;appearance:none}@media (min-width: 768px){.contact__wrapper{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:4rem auto;gap:2rem 4rem}.contact__wrapper .contact__title{grid-column:2/3;grid-row:1/2}.contact__wrapper .contact__form{margin-block-start:unset;justify-self:center;grid-column:1/2;grid-row:1/3;max-width:50rem}.contact__wrapper .contact__content{grid-column:2/3;grid-row:2/3;max-width:58rem}}
