@media screen and (min-width:1001px){.mobile-only{display:none!important}}@media screen and (max-width:1000px){.desktop-only{display:none!important}}@keyframes showFigure{0%{opacity:0;scale:.5}to{opacity:1;scale:1}}@keyframes showBenefits{0%{opacity:0;transform:translateY(30rem)}to{opacity:1;transform:translateY(0)}}@keyframes showSteps{0%{opacity:0;transform:translateY(30rem)}to{opacity:1;transform:translateY(0)}}.footer{position:relative;z-index:998;background-color:#00153a}.footer__up-button{position:absolute;left:50%;transform:translate(-50%,-50%)}.footer__up-button>button{position:relative;width:5.4rem;height:5.4rem;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#00153a;transition:.3s ease;cursor:pointer}.footer__up-button>button:hover{background:transparent}.footer__up-button>button span{width:2.2rem;height:2.2rem;position:relative;transform:rotate(45deg);margin-bottom:-18%}.footer__up-button>button span:after,.footer__up-button>button span:before{content:"";display:block;position:absolute;top:0;background:linear-gradient(132deg,#34d779,#00216b);border-radius:10px}.footer__up-button>button span:before{width:5px;height:100%;left:0}.footer__up-button>button span:after{width:100%;height:5px;right:0}.footer__up-button>button:after,.footer__up-button>button:before{content:"";position:absolute;z-index:-1;width:calc(100% + 7px);height:calc(100% + 7px);background:linear-gradient(45deg,#34d779,#00216b);border-radius:50%;background-size:300%;animation:AnimateBorder 4s linear infinite alternate}.footer__top{padding:clamp(3rem,7.9cqi,7.9rem) 0}.footer__top-wrapper{container-type:inline-size;gap:2rem;flex-wrap:wrap}.footer__left,.footer__top-wrapper{display:flex;justify-content:space-between}.footer__left{flex-direction:column;padding:1.1rem 0;margin-right:clamp(2rem,14.6cqi,14.6rem)}.footer__social-area p{font-family:var(--font-dmsans);font-size:clamp(1.3rem,1.6cqi,1.6rem);font-weight:600;line-height:clamp(1.6rem,2.4cqi,2.4rem);text-align:left;color:#fff;margin-bottom:2.5rem}.footer__socials{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.footer__socials a{vertical-align:bottom}.footer__socials a img{width:2.8rem;height:2.8rem;vertical-align:bottom}.footer__socials a:first-child img{width:1.4rem;height:2.6rem}.footer__socials a:nth-child(2) img{width:2.8rem;height:2.8rem}.footer__socials a:nth-child(3) img{width:2.8rem;height:1.9rem}.footer__socials a:nth-child(4) img{width:2.8rem;height:2.8rem}.footer__right{flex:1 1}.footer__right .menus{display:grid;grid-auto-rows:minmax(14.7rem,auto);grid-template-columns:repeat(auto-fit,minmax(19.2rem,1fr));grid-gap:clamp(2rem,3.6cqi,3.6rem) clamp(3rem,9.2cqi,9.2rem);gap:clamp(2rem,3.6cqi,3.6rem) clamp(3rem,9.2cqi,9.2rem)}.footer__right .menus article:first-child{grid-row:1/span 2}.footer__right .menus article{display:flex;flex-direction:column;gap:1.1rem}.footer__right .menus article .highlighted{color:#34d579}.footer__right .menus article p{font-weight:500}.footer__right .menus article a,.footer__right .menus article p{font-family:var(--font-dmsans);font-size:clamp(1.3rem,1.6cqi,1.6rem);line-height:clamp(1.6rem,2.4cqi,2.4rem);text-align:left;color:#fff}.footer__right .menus article a{font-weight:400}.footer__bottom{padding:clamp(2.6rem,5.1cqi,5.1rem);background-color:#00216b}.footer__bottom-wrapper{display:flex;flex-wrap:wrap;gap:2rem clamp(2rem,14.6cqi,14.6rem);align-items:center}.footer__bottom-wrapper p{font-family:var(--font-dmsans);font-size:clamp(1rem,1.2cqi,1.2rem);font-weight:400;line-height:clamp(1.6rem,2.4cqi,2.4rem);text-align:center;color:#fff;margin:0 auto}.footer__signature{font-size:1rem;opacity:.8;display:flex;align-items:center;gap:.4rem;color:#fff}@media only screen and (max-width:880px){.footer__top-wrapper{flex-direction:column;flex-wrap:nowrap}.footer__socials{max-width:23.6rem}.footer__right .menus{grid-auto-rows:auto}}@keyframes AnimateBorder{0%{background-position:0}to{background-position:100%}}