.AboutText{text-align:center;padding:20px;background-color:#1F2630;position:relative;min-height:60vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.AboutText__video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:660px;height:100%;object-fit:cover;transition:all .8s ease;z-index:0;opacity:0}.AboutText__video.visible{top:30px;left:-55px;transform:rotate(30deg);height:auto;object-fit:contain;opacity:1}.AboutText__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#1F2630;z-index:1}.AboutText__title{font-size:3rem;margin-bottom:20px;margin-top:60px;color:#E3E3E3;opacity:0;transition:opacity .8s ease;z-index:2}.AboutText__title.visible{opacity:1}.AboutText__description{font-size:1.1em;color:#E3E3E3;max-width:600px;margin:0 auto 30px;line-height:1.5;opacity:0;transition:opacity .8s ease .2s;z-index:2}.AboutText__description.visible{opacity:1}.AboutText__stats{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;opacity:0;transition:opacity .8s ease .4s;z-index:2}.AboutText__stats.visible{opacity:1}.AboutText__stat{color:#E3E3E3;padding:5px;background-color:#65656527;border-radius:10px;min-width:120px}.AboutText__stat-value{display:block;font-size:1.3em;font-weight:700}.AboutText__stat-label{display:block;font-size:.9em;color:rgb(145,145,145)}.country-list{background-color:black}.country-list,.country-list__container{width:100%;overflow:hidden;position:relative}.country-list__container{height:120px;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.1)}.country-list__track{animation:scroll-left 30s linear infinite;width:calc(200px * 18)}.country-list__item,.country-list__track{display:flex;align-items:center;height:100%}.country-list__item{flex-shrink:0;width:200px;flex-direction:column!important;justify-content:center;background:rgba(255,255,255,.053);margin:10px 5px;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.country-list__item:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,.2)}.country-list__flag{border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin-bottom:8px;transition:transform .3s ease}.country-list__item:hover .country-list__flag{transform:scale(1.1)}.country-list__name{color:rgba(245,245,245,.471);text-transform:uppercase;letter-spacing:.5px;margin-top:5px}.country-list__name,.country-list__rate{font-family:Arial,sans-serif;font-size:12px;font-weight:600;text-align:center}.country-list__rate{color:rgba(245,245,245,.8);margin-top:4px}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.country-list__item{width:150px;margin:8px 3px}.country-list__flag{width:45px!important;height:30px!important}.country-list__name,.country-list__rate{font-size:10px}.country-list__track{width:calc(150px * 18);animation-duration:25s}}@media (max-width:480px){.country-list__container{height:100px}.country-list__item{width:120px;margin:6px 2px}.country-list__flag{width:35px!important;height:25px!important}.country-list__name,.country-list__rate{font-size:9px}.country-list__track{width:calc(120px * 18);animation-duration:20s}}.footer{background:#000000;color:#ffffff;padding:20px 0 60px}.footer__container{display:flex;justify-content:space-around;max-width:1200px;margin:0 auto;flex-wrap:wrap}.footer__section{flex:1 1;min-width:200px;margin:10px}.footer__title{font-size:1.2em;margin-bottom:10px}.footer__list{list-style:none;padding:0}.footer__item{margin-bottom:8px;color:#bfbfbf}.footer__item:hover{color:#ffffff}.footer__bottom{text-align:center;margin-top:20px;padding-top:20px;border-top:1px solid #333}.footer__text{margin:0}.footer__social{margin-top:10px}.footer__social-link{color:#bfbfbf;margin:0 10px;text-decoration:none;font-size:1.2em}.footer__social-link:hover{color:#ffffff}@media (max-width:768px){.footer__container{flex-direction:column;align-items:center}.footer__section{text-align:center}}.textAndImgBox__container{display:flex;justify-content:center;align-items:center;gap:50px;min-height:70vh;padding:20px;background-color:white;margin:0 auto;overflow-x:hidden}.textAndImgBox__content{display:flex;flex-direction:column;align-items:center;text-align:center;flex-shrink:0}@media(max-width:890px){.textAndImgBox__container{background-size:cover!important}}@media(max-width:1200px){.textAndImgBox__title{font-size:3em!important;max-width:400px!important}}@media(max-width:890px){.textAndImgBox__content{max-width:333px!important}.textAndImgBox__container{justify-content:unset!important}}.textAndImgBox__title{font-size:4rem;font-weight:700;margin-bottom:1rem;max-width:500px}.textAndImgBox__description{font-size:1.3rem;margin:0 auto 1.5rem;max-width:400px;color:black}.textAndImgBox__buttons{display:flex;justify-content:center;align-items:center;gap:15px}.textAndImgBox__buttons img{filter:contrast(300)}.textAndImgBox__button{display:inline-block;background-color:#149595;color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:.5rem;border:none;cursor:pointer;font-size:15px;font-weight:700;box-shadow:1px 1px 5px #139595}.textAndImgBox__img{max-width:600px;height:auto;position:relative;z-index:0;filter:drop-shadow(3px 3px 1px black);transition:transform .3s ease;animation:levitate 3s ease-in-out infinite}@keyframes levitate{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.textAndImgBox__img:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%) scaleY(.2);width:80%;height:20px;background:radial-gradient(ellipse at center,rgba(0,0,0,.3) 0,transparent 70%);z-index:-1}.textAndImgBox__img2{width:300px;order:-1;flex-shrink:0}@media (max-width:1200px){.textAndImgBox__container{gap:20px}.textAndImgBox__img{max-width:500px}.textAndImgBox__img2{width:250px}}@media (max-width:768px){.textAndImgBox__container{justify-content:center!important;flex-direction:column;margin:50px 0 0 auto!important;text-align:center}.textAndImgBox__button{box-shadow:1px 1px 6px black}.textAndImgBox__title{font-size:4rem!important;max-width:500px!important;text-shadow:1px 0 3px black!important}.textAndImgBox__img{max-width:700px!important}.textAndImgBox__img2{margin-top:30px;margin-bottom:20px;order:-1}}@media (max-width:454px){.textAndImgBox__title{font-size:3rem!important}.textAndImgBox__img{max-width:450px!important;margin-top:-30px}}@media (max-width:334px){.textAndImgBox__title{font-size:2.5rem!important}}