h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}section{scroll-margin-top:80px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.title-wrapper{width:100%;display:flex;flex-direction:column}.title{font-family:var(--second-family);font-weight:400;font-size:44px;line-height:1.2;color:var(--yellow);text-shadow:1px 1px 0 #000000,2px 2px 0 #000000,3px 3px 0 #000000,4px 4px 0 #000000,4px 5px 0 #000000;-webkit-text-stroke:5px #000000;paint-order:stroke fill;margin-bottom:48px}.subtitle{font-weight:600;font-size:20px;line-height:1.5;color:var(--black)}.text{font-weight:400;font-size:18px;line-height:1.5;color:var(--black)}.accent{color:var(--white)}@media screen and (min-width: 1200px){section{scroll-margin-top:60px}.title{font-size:64px}.subtitle{font-size:22px}}*,*:before,*:after{box-sizing:border-box}:root{--font-family: "Dosis", sans-serif;--second-family: "Luckiest Guy", sans-serif;--black: #000;--grey: #c5c2c6;--white: #fff8f8;--yellow: #fcef44;--d-blue: #00003c}body{display:flex;flex-direction:column;min-width:100%;min-height:auto;margin:0;background:var(--white);font-family:var(--font-family);overflow-x:hidden}main{flex-grow:1}main:has(.back-link){text-align:center}html{scroll-behavior:smooth}.container{width:100%;margin:0 auto;padding-inline:16px}@media only screen and (min-width: 1200px){.container{max-width:none;padding-inline:clamp(16px,10vw,160px)}}.header{width:100%;position:relative;z-index:1000}.header-container{width:100%;position:fixed;top:0;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:space-between;padding-block:16px;padding-inline:16px;height:80px;background:var(--white)}.header-container.scrolled{opacity:.9}.header-logo{width:100%;max-width:44px;height:44px;transition:.3s ease}.header-nav{display:none}.header-nav-list{display:flex;align-items:center;gap:16px;list-style:none;margin:0;padding:0}.header-mobile-menu{display:flex;position:fixed;top:0;right:0;width:100%;max-width:375px;height:100vh;background:var(--white);z-index:100;flex-direction:column;opacity:0;visibility:hidden;pointer-events:none;transition:color .3s ease}.header-mobile-menu.active{opacity:1;visibility:visible;pointer-events:auto}.noscroll{overflow:hidden}.header-mobile-header{display:flex;align-items:center;justify-content:space-between;padding-block:16px;padding-inline:16px;height:80px;background:var(--white)}.header-burger,.header-mobile-close{background:none;border:none;cursor:pointer;width:40px;height:40px}.header-mobile-close-icon,.header-burger-icon{width:100%;stroke-width:2px;stroke:var(--black);transition:color .3s ease}.header-burger-icon:hover,.header-mobile-close-icon:hover{stroke:var(--yellow)}.header-mobile-menu .header-mobile-nav{display:flex;flex-wrap:wrap;align-content:center}.header-mobile-nav{flex:1;display:flex;flex-direction:column;justify-content:center;margin-block:32px;gap:16px}.header-nav-link{font-weight:400;font-size:20px;line-height:1.5;color:var(--black);display:inline-flex;align-self:center;position:relative;padding-block:8px;text-decoration:none;-webkit-text-stroke:2px transparent;paint-order:stroke fill;transition:all .3s ease}.header-logo:hover,.header-nav-link:hover{transform:translateY(2px) scale(.97);text-shadow:0 2px 4px rgba(0,0,0,.3);color:var(--yellow);-webkit-text-stroke:2px #000000;paint-order:stroke fill}@media screen and (min-width: 1200px){.header-container{padding-block:8px;padding-inline:160px;height:60px;align-items:center;justify-content:center}.header-nav{display:flex;width:100%;justify-content:flex-end}.header-burger,.header-mobile-menu{display:none}.header-nav-list{width:100%;gap:24px;justify-content:flex-end}}.hero-container{padding-block:120px 60px;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-content{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-title{font-family:var(--second-family);font-weight:400;font-size:52px;line-height:1.2;color:var(--yellow);text-shadow:1px 1px 0 #000000,2px 2px 0 #000000,3px 3px 0 #000000,4px 4px 0 #000000,4px 5px 0 #000000;-webkit-text-stroke:5px #000000;paint-order:stroke fill;margin-bottom:4px}.hero-subtitle{font-weight:600;font-size:28px;line-height:1.3;color:var(--black);margin-bottom:40px}.hero.text{text-align:center}.hero-cta{position:relative;top:277px;display:flex;align-items:center;justify-content:center;gap:12px;width:100%;border-radius:6px;padding-block:10px;padding-inline:12px;max-width:180px;height:57px;border:1px solid #a6a6a6;background:var(--black);transition:.3s ease}.hero-cta:hover{border:1px solid var(--yellow);transform:translateY(2px) scale(.97);box-shadow:inset 0 2px 8px #fffb0440}.hero-playstore{width:30px;height:34px}.hero-cta-image{width:118px;height:41px}.hero-image{position:relative;top:-47px;width:100%;max-width:346px;height:257px;object-fit:cover;transition:all .3s ease}.hero-image:hover{transform:translateY(2px) scale(.97);filter:drop-shadow(0px 0px 4px rgb(251,255,4))}@media only screen and (min-width: 1200px){.hero-container{width:100%;flex-direction:row;justify-content:space-between;padding-block:150px 80px;gap:64px}.hero-content{max-width:557px;align-items:flex-start}.hero-title{font-size:88px;margin-bottom:8px}.hero-subtitle{font-size:32px;margin-bottom:16px}.hero.text{max-width:540px;font-size:20px;text-align:start}.hero-cta{position:unset;margin-top:90px;max-width:240px}.hero-image{position:unset;max-width:502px;height:372px}}.about-container{padding-block:60px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:32px}.about-info{width:100%;max-width:fit-content;display:flex;flex-direction:column;align-items:center}.about-list{display:flex;flex-direction:column;width:100%;gap:24px}.about-item{display:flex;flex-direction:column;gap:4px;width:100%;max-width:343px}.about-img{width:100%;object-fit:cover;max-width:295px;height:292px;transition:all .3s ease}.about-img:hover{transform:translateY(2px) scale(.97);filter:drop-shadow(0px 0px 4px rgb(251,255,4))}@media only screen and (min-width: 1200px){.about-container{padding-block:80px;gap:59px;justify-content:space-between}.about-info{max-width:544px}.about-item{max-width:540px}.about-img{max-width:517px;height:512px}}.visual-container{padding-block:60px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:32px}.visual-info{width:100%;max-width:fit-content;display:flex;flex-direction:column;align-items:center}.visual-list{display:flex;flex-direction:column;width:100%;gap:24px}.visual-item{display:flex;flex-direction:column;gap:4px;width:100%;max-width:343px}.visual-img{width:100%;object-fit:cover;max-width:321px;height:312px;transition:all .3s ease}.visual-img:hover{transform:translateY(2px) scale(.97);filter:drop-shadow(0px 0px 4px rgb(251,255,4))}@media only screen and (min-width: 1200px){.visual-container{padding-block:80px;gap:59px;flex-direction:row-reverse;justify-content:space-between}.visual-info{max-width:544px}.visual-item{max-width:540px}.visual-img{max-width:477px;height:464px}}.natural-container{padding-block:32px;display:flex;flex-wrap:wrap;align-items:center;position:relative;overflow:hidden}.natural-decor-top{position:absolute;z-index:-1;top:-40px;left:-80px}.natural-decor-bottom{display:none}.natural.title-wrapper{width:100%}.natural-content{margin-top:24px;width:100%;display:flex;justify-content:center}.natural-list{width:100%;display:flex;flex-wrap:wrap;gap:16px}.natural-item{display:flex;border-bottom:1px solid var(--typography-orange);padding-block:16px;gap:8px;width:100%;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.natural.descriptin{width:100%;max-width:99px}.natural.title{text-align:start}.natural.text{width:100%;text-align:start;padding-inline:16px 0}.natural-img{width:100%;max-width:40px;height:40px;object-fit:cover;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.natural-img:hover,.natural-item:hover{transform:translateY(2px) scale(.97)}@media only screen and (min-width: 1200px){.natural-container{padding-block:64px;align-items:flex-start;justify-content:center;gap:32px}.natural-decor-top{top:0;left:-20px;width:100%;max-width:24%}.natural-decor-bottom{display:block;position:absolute;z-index:-1;bottom:0;left:0;width:100%;max-width:30%}.natural.title-wrapper{max-width:528px}.natural-content{margin-top:0;max-width:752px}.natural-list{max-width:752px;gap:24px}.natural.descriptin{max-width:256px}}.progression-container{padding-block:32px;display:flex;flex-wrap:wrap;align-items:center}.progression.title-wrapper{width:100%;max-width:548px}.progression.title{text-align:start;width:100%}.progression-info{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.progression-content{width:100%;margin-top:48px}.progression-list{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.progression-item{width:100%;max-width:330px;height:129px;display:flex;flex-direction:column;gap:8px;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.progression-item-img{width:100%;max-width:40px;height:40px;object-fit:cover}.progression-img{width:100%;object-fit:cover;border-radius:24px;max-width:343px;height:192px;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.progression-item:hover,.progression-img:hover{transform:translateY(2px) scale(.97)}@media screen and (min-width: 1200px){.progression-container{padding-block:64px;padding-inline:176px}.progression-info,.progression-list{gap:48px}.progression-item{height:135px}.progression-img{max-width:456px;height:256px}}.gallery-container{padding-block:32px;overflow:hidden;border-radius:40px;background:var(--typography-black)}.gallery.title-wrapper{justify-content:center;align-items:center}.gallery.subtitle{border:1px solid var(--default-40)}.gallery-content{width:100%;margin-top:24px;display:flex;flex-direction:column;align-items:center;justify-content:center}.gallery-steps{display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;max-width:fit-content;gap:24px}.gallery-step{width:100%;max-width:304px;height:auto;scroll-snap-align:center;flex:0 0 85%;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;border-radius:24px;box-shadow:8px 8px 16px #6354541f;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.gallery-step:hover{box-shadow:inset 0 2px 8px #00000040}.gallery-img{width:100%;object-fit:cover}@media screen and (min-width: 1200px){.gallery-container{width:100%;padding-block:64px;padding-inline:64px}.gallery-step{flex:0 0 100%}}.reviews-container{padding-block:60px}.reviews-list{display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;gap:16px;padding-block:20px}.reviews-item{gap:4px;width:100%;border:2px solid var(--d-blue);border-radius:16px;padding:16px;max-width:300px;height:235px;box-shadow:inset 0 6px 6px #bcddff,inset 0 -6px 6px #1a4372;background:linear-gradient(180deg,#529de8,#2c73c6);scroll-snap-align:center;flex:0 0 85%;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;justify-content:center;transition:transform .4s cubic-bezier(.25,.46,.45,.94),filter .3s ease,box-shadow .3s ease}.reviews-item:hover{transform:translateY(2px) scale(.97);box-shadow:inset 0 2px 8px #00000040}.reviews-card{width:100%;display:flex;align-items:center;justify-content:flex-end}.reviews.descriptin{font-weight:600;font-size:20px;line-height:1.5;text-align:right;color:var(--yellow)}.reviews-img{width:100%;max-width:120px;height:24px}@media only screen and (min-width: 1200px){.reviews-container{padding-block:80px}.reviews-list{gap:32px}.reviews-item{flex:0 0 100%;max-width:352px}.reviews.descriptin{font-size:18px}}.faq-container{padding-block:60px}.faq.title-wrapper{max-width:160px}.faq-grid,.accordion-container{display:flex;flex-direction:column;align-items:center;gap:7px;width:100%}.ac{width:100%;display:flex;justify-content:center;border:2px solid var(--d-blue);border-radius:16px;padding:16px;gap:8px;box-shadow:inset 0 6px 6px #bcddff,inset 0 -6px 6px #1a4372;background:linear-gradient(180deg,#529de8,#2c73c6);transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.ac-header-wrapper{width:100%;display:flex;flex-direction:column}.ac-trigger{width:100%;display:flex;padding:0;cursor:pointer;align-items:center;justify-content:center;border:none;background:none}.ac-content-box{flex-grow:1;display:flex;flex-direction:column}.ac-icon-box{width:100%;max-width:32px;height:32px;flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(.25,.46,.45,.94),filter .3s ease,box-shadow .3s ease}.ac-panel{overflow:hidden;transition:all .3s ease}.ac-trigger-question{padding-block:15px;padding-inline:16px 0px;font-weight:600;font-size:20px;line-height:1.5;color:var(--yellow);text-align:start;transition:.3s ease}.ac-text{text-align:start;padding:16px;font-weight:400;font-size:18px;line-height:1.5;color:var(--white)}.plus-minus-icon{position:relative;width:18px;height:18px;transition:transform .3s ease}.plus-minus-icon:before,.plus-minus-icon:after{content:"";position:absolute;background-color:var(--yellow);border-radius:2px;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s ease}.plus-minus-icon:before{width:100%;height:2px}.plus-minus-icon:after{width:2px;height:100%}.is-active .plus-minus-icon:after{transform:translate(-50%,-50%) rotate(90deg) scale(0);opacity:0}.is-active .plus-minus-icon{transform:rotate(180deg)}.ac:hover{transform:translateY(.01px) scale(.99)}.ac-trigger-question:hover{color:var(--yellow)}@media (min-width: 1200px){.faq-container{padding-block:80px;display:flex;flex-direction:row;align-items:flex-start}.accordion-container{gap:16px}.faq-grid{padding-top:16px;flex-direction:row;justify-content:space-between}.ac{max-width:736px}.ac-text,.ac-trigger-question{justify-content:flex-start;max-width:736px}.ac-trigger-question{font-size:20px}}.contact-container{padding-block:32px;display:flex;flex-direction:column;align-items:center;background-image:url(/assets/contact-img-CJpsMu52.webp);background-position:center;background-repeat:no-repeat;background-size:cover}.contact.title-wrapper{align-items:center;justify-content:center}.contact-info{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:24px;width:100%;border-radius:24px;padding:40px 16px;max-width:343px;height:262px;background-image:url(data:image/webp;base64,UklGRlwJAABXRUJQVlA4WAoAAAAQAAAAAgIAiAEAQUxQSMMBAAABkFZtj91GHwRBGAiBIAiGYAYdBh4GNoMsgyyDgWAIgiAI2oud2O6vrzdFxATg1FudH2ZBXrf+aEPBu5TaPZi83vVqUnsQ2u7lQjJ5sLrrRWTyYHYvV1ALds9ylsxBcNNzigXHpzPUg+UPOewtiL6Wg6agupVD3oLsJgcMQff+WnG+xfyKWDC+vjAH5b08pUH6/pSxLuoTU9DeZacY76LtTEF8ly1jXrSNMajvG517oQBKkH8BMLLPAXT2hQJOvwoN+v9G5Z9j4V9I/wBwWz8AjPYRID4AtvRf+i/9l/5L/6X/0n/pv/Rf+i/9l/5L/6X/0n/pv/Rf+i/9l/5L/6X/0n/pv/Rf+i/9l/5L/6X/0n/pv/Rf+i/9l/5L/6X/0n/pv5/52QeA8SPA8PgAoMsHAKn8c9z41wGnXwU6/RSo7DMAwr47AHTy6X+Ve4b/xak3bqAxz8qWOPEadhvvrOyJ0W7Ek8q6jqcXznl5ToxyFS8WJ9yCl5VvKw6sbDM5Ao1rVnBsZdpacPTgNPslOL4YyRpOlYVhpjhbjV6L4ILNqNUV1yzNaNUVFx47o3xRXLyM3alki+J9al36auxxW+9tEJwKAFZQOCByBwAAsFMAnQEqAwKJAT6RSKFMpaSjIiFSeHCwEglpbuF17kAZw07/5zWS/D/2j9sekt37mwPy/FP0PxAepDzAOcB5gPNc/4Hqi3kD0G/Lq9mDIUPPPyAcntd0cu7QcUs9gc1q+h6IHJx8kHCkkPhHRxCpZIN8Vagi4HGsdC4m9xUbRUcR7uOI90uhh9Goy5sBAkICjlmjkdGXbOjLtnQRSUvO6Ip0/ckJJIOhI8j9vFZjtOPkgyKn5FhnayPdJLJLJBuOmXzxQHtlSJrw3wvxjF+v6aVEs8cxut6gyC/EZiAbthocKKKWZg5pM8KlLHyDewg0bRj/YwIIgeNGr8X56LEdQDbkX/+7wAkupCij1mcZVn4GUg5n4f6wG1mQ4j3dp5IOFJKcMWhxjBdjF+8Ab5yYDCBFRxHu44j3ccUP22QYAil7ibIlpFANarUZds6Mu2dGXaGHfkAZnLhTBV9ptpPSkqbjiPdxxHu44j3SLioFXcQI3UeE6V2iwh0VHEe7jiPdxxHrAhdVd77qcNjZQtcxWYKjiPdxxHu44j3chVW+FItTBQmsJ1Y+SDhSSHwpJD4UkauicuBA1+M/t/IXZftZHu44j3ccR7uOI90jK/NXmHEPLVTg4Ukh8KSQ+FJIfCNP2F6kKSQ+FJIfCkkPhSRqUKkJ9nc+SDhSSHwpJD4Ukh74mciStL14+sio4j3ccR7uOI925diuguVJIfCkkPhSSHwpJD3yxYWXNCWlO7OjLtnRl2zoy7Z0ZTXzGNyRskg4Ukh8KSQ+FJIfCikQTi053VG3UhSSHwpJD4Ukh5QeTHMoUXdnRl2zoy7Z0Zds6LyAMrqY9Xl9ZFRxHu44j3ccR7pIYpilWPlsupoXGq8wcywpJD4Ukh8KSQ+FIysEHH0U6htewhlAAPuP//zb//5rn//y5xLE5aDi6yMWUTp0qz7nZsWW/1CR5eh3dbDKsmjNeuJLIE5aUbJiVfEkXM+2NW3Bkgevr7jFA8Y9iIsAk5o1p/F+KMiS8Wq3v6f8/63PJ9YhX38ycPVo5f6eoX2Hnj1a4ZugjCHChfMrr4CzFMeif9qWJNZaxs+HgDljS2UfCRcnF1UUEMia/YN35LeOBHvBX1vwwSiR+nDbg8PgxNIuSu38gbiF9k4Hkqcf5Pi5EPQ7WVZRbaax4E+k1eQy+Zk7M83VroCGpZ4wTesfZNhxwtBgQA45kZWy/JRzIo9vdsrSQFkkpk8CfRWxF4nuHSgJQwHlSnAsz931UEDXzMxjAhKu4KLby7scASYqAclBTbXNQeO/3SEefo5VejXulD4Wv6bxKsOWrsCtWqAh737YFVDmg0QxAuVEdfksWC+orB7zDaplnezsgRUSpIz+En9+U6ewAVdpPgK4MhWFxIP8rrolMNaHM0yUGLwcArsBXVEm0UqyVTsTYzQZRa+dln0TZkzaXDL6ijfsFHZZP3uKbYUraTxhLleW0Dga1FY/MVy1NwBxoxv0cX3s5NE9jEaRD2Up0vS/Dn2EZwKw04uLHbcZhnFYzPrUpMKXXJbHiaaJ/T8HMCs9BJSOPsGtODSdwue5/0ow8Kn4HzYiNfvDcSEo1oJJXVGtfP0Iy2OJqvxXwgABCNEQvjiZbAFjuAMs1mmv8gq0wuKWL62fQUzKeqmcqasC7sqF3S3iaq+oC9cCuHRXas0L4lLYNXiQfONtuiKgftHh1EqwUrgx5pOaHXYiRuCiqDsysOm4QAdgsMXpEttgCTJmNvYlvExe3pU5jmAaWVmt3vLHLcHlbhoW6LxPpRh3llWOAG1TybGSNOz06l50ogSTdrp9Pa+JWYoXCkBJom8Y+KnWtKrSyOtjXGgDJAcOiXAv+37tpanNlxL17BQcNAiOSSXmzLD4qPS/oD62DFZiKnPsFAVw/Wf0CL8z4/dULPes5uLPbKfNMXKrstqzlZD51R+mskDS8iE4jpaeqgIo0vX8/2UcjPYpYEbek4+njyz5Lqf1DLlNzSMGGdMC6pwFjy5Fip+yv4Q0z4J5iCDbdIgDbRQFNUXEdY17K6XLsS3cV9q6MfyT80kFPcp3k7B0OXOyAAErWpRLcIAP6u/TjvjIZL7qyKUAKK2s8KAA4EnW5uAs/c2/MttRutttdq4AAXF7oO/R+rtckxapb52P9+mnHt9ZAyJRSysMUHHAF0mFO3k29mPu1tgJclTkmKSL/3xvGbyihwR4VnkAEtRoZPjdsmVYtoroOY7NOJl0KePsBRkqmYAvFGrjJb/rVWWWDUpoqlpt+TSZgbWjKfEgAAgvYY7NInJwicXQ/Lpc4+xW5S8RN9BAL3UxsXQARqZw98WOJ/zvT9V7qJ4cXw9F8O/1U10TUXG96O/ZC4qs/4N7m5OE49P4NWgpNPtu5QakCDRiFAMc3BZXlamlfBxYq1NZ7dAkuYLHKHKj4j8KgcC+/CjgYDK8rz8/9U3f//rMXpDfZySPKm5XzK0276poABiJ4RpnkFMNY1V4/6ll7xH8KTbwLUbyQkxjT0WZfwKBG4wD7FWG98IhS6ncCKtea9HoVkZItIAAAA==);background-position:center;background-repeat:no-repeat;background-size:cover;box-shadow:8px 8px 16px #6354541f}.contact-mailto{font-family:var(--font-family);font-weight:600;font-size:20px;line-height:1.36;text-transform:uppercase;text-decoration:underline;text-decoration-skip-ink:none;text-align:center;color:var(--typography-orange);transition:.3s ease}.contact-mailto:hover{color:var(--typography-black)}@media screen and (min-width: 1200px){.contact-container{padding-block:64px}.contact-info{max-width:640px;height:275px}.contact-mailto{font-size:26px}}.legal{width:100%;position:relative;z-index:1000;padding-top:0;background:var(--wight);height:100vh}.legal-container{padding-block:112px 60px;display:flex;flex-direction:column}.privacy-section{font-weight:400;font-size:18px;line-height:1.5}.legal-title{margin-bottom:48px;text-align:center;font-family:var(--second-family);font-weight:400;font-size:44px;line-height:1.2;color:var(--black)}.privacy-section h3,.privacy-section h2{display:flex;font-weight:600;font-size:28px;line-height:1.3;margin-block:16px}.legal-container a{color:var(--black);-webkit-text-stroke:2px transparent;paint-order:stroke fill;transition:all .3s ease}.legal-container a:hover{transform:translateY(2px) scale(.97);text-shadow:0 2px 4px rgba(0,0,0,.3);color:var(--yellow);-webkit-text-stroke:2px #000000;paint-order:stroke fill}@media screen and (min-width: 1200px){.legal-container{padding-block:152px 80px;padding-inline:212px}.privacy-section{font-size:18px}.legal-title{font-size:64px;text-align:start}.privacy-section h3,.privacy-section h2{font-size:32px}.privacy-section{font-size:20px}}.footer-container{padding-block:40px;background:var(--d-blue)}.footer-nav{width:100%;display:flex;align-items:center;justify-content:center}.footer-nav-list{width:100%;display:flex;flex-direction:column;justify-content:center;align-self:center;gap:16px;margin-bottom:40px}.footer-separator-li{font-weight:400;font-size:18px;line-height:1.5;text-align:center;color:var(--white);transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.footer-copy{font-weight:400;font-size:13px;line-height:1.5;text-align:center;color:var(--white)}.footer-separator-li:hover{color:var(--yellow)}@media only screen and (min-width: 1200px){.footer-separator-li{font-size:20px}.footer-copy{font-size:14px}}
