html,body{background-color:#2a7b9b;background-image:linear-gradient(180deg, rgb(42, 123, 155) 0%, rgb(87, 199, 133) 50%, rgb(211, 85, 0) 100%);color:#fff;font-family:sans-serif;height:100%;margin:0;overflow:auto;padding:0}html .social-list,body .social-list{display:flex;gap:.5rem;list-style:none;padding:0}html .social-list li,body .social-list li{display:flex}html .social-list li img,body .social-list li img{height:1.75rem;filter:invert(1)}html .jumper,body .jumper{background-image:radial-gradient(rgb(141, 230, 251) 0%, rgba(141, 230, 251, 0) 9%, rgb(152, 236, 255) 17%, rgba(152, 236, 255, 0) 27%, rgb(176, 244, 255) 35%, rgba(176, 244, 255, 0) 46%, rgba(176, 244, 255, 0.5) 60%, rgba(176, 244, 255, 0) 70%, rgba(176, 244, 255, 0));background-size:200px 50px;background-repeat:no-repeat;background-position:center calc(100% + 25px);animation:rippleOut 6s ease-out infinite;position:fixed;width:400px;height:93px;user-select:none;left:calc(50% - 200px);bottom:0}html .jumper img,body .jumper img{width:140px;display:block;position:absolute;pointer-events:none;animation:jumpLoop 6s ease-in-out infinite;transform:translateY(-50%);left:calc(50% - 70px)}@keyframes jumpLoop{0%{transform:translateY(0);animation-timing-function:ease-out}2.5%{transform:translateX(0);animation-timing-function:ease-out}7.5%{transform:translateY(-160px);animation-timing-function:ease-in}15%,100%{transform:translateY(0)}}@keyframes rippleOut{0%,13.75%{background-image:radial-gradient(rgba(141, 230, 251, 0) 0%, rgba(213, 251, 255, 0) 9%, rgba(152, 236, 255, 0) 17%, rgba(214, 253, 255, 0) 27%, rgba(176, 244, 255, 0) 35%, rgba(234, 254, 255, 0) 46%, rgba(229, 247, 253, 0) 60%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0));background-size:200px 50px;background-position:center calc(100% + 25px)}15%{background-image:radial-gradient(rgb(141, 230, 251) 0%, rgba(141, 230, 251, 0) 9%, rgb(152, 236, 255) 17%, rgba(152, 236, 255, 0) 27%, rgb(176, 244, 255) 35%, rgba(176, 244, 255, 0) 46%, rgba(176, 244, 255, 0.5) 60%, rgba(176, 244, 255, 0) 70%, rgba(176, 244, 255, 0));background-size:200px 50px;background-position:center calc(100% + 25px)}22.5%,100%{background-image:radial-gradient(rgba(141, 230, 251, 0) 0%, rgba(213, 251, 255, 0) 9%, rgba(152, 236, 255, 0) 17%, rgba(214, 253, 255, 0) 27%, rgba(176, 244, 255, 0) 35%, rgba(234, 254, 255, 0) 46%, rgba(229, 247, 253, 0) 60%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0));background-size:400px 100px;background-position:center calc(100% + 50px)}}@media(max-width: 1199px){@keyframes jumpLoop{0%{transform:translateY(0);animation-timing-function:ease-out}2.5%{transform:translateX(0);animation-timing-function:ease-out}7.5%{transform:translateY(-100px);animation-timing-function:ease-in}15%,100%{transform:translateY(0)}}@keyframes rippleOut{0%,13.75%{background-image:radial-gradient(rgba(141, 230, 251, 0) 0%, rgba(213, 251, 255, 0) 9%, rgba(152, 236, 255, 0) 17%, rgba(214, 253, 255, 0) 27%, rgba(176, 244, 255, 0) 35%, rgba(234, 254, 255, 0) 46%, rgba(229, 247, 253, 0) 60%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0));background-size:100px 40px;background-position:center calc(100% + 25px)}15%{background-image:radial-gradient(rgb(141, 230, 251) 0%, rgba(141, 230, 251, 0) 9%, rgb(152, 236, 255) 17%, rgba(152, 236, 255, 0) 27%, rgb(176, 244, 255) 35%, rgba(176, 244, 255, 0) 46%, rgba(176, 244, 255, 0.5) 60%, rgba(176, 244, 255, 0) 70%, rgba(176, 244, 255, 0));background-size:100px 40px;background-position:center calc(100% + 25px)}22.5%,100%{background-image:radial-gradient(rgba(141, 230, 251, 0) 0%, rgba(213, 251, 255, 0) 9%, rgba(152, 236, 255, 0) 17%, rgba(214, 253, 255, 0) 27%, rgba(176, 244, 255, 0) 35%, rgba(234, 254, 255, 0) 46%, rgba(229, 247, 253, 0) 60%, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 0));background-size:200px 80px;background-position:center calc(100% + 50px)}}html .jumper,body .jumper{height:80px;width:200px;left:calc(50% - 100px)}html .jumper img,body .jumper img{width:100px;left:calc(50% - 50px)}}@media(max-width: 991px){html .jumper,body .jumper{animation:none;background:none;height:65px;left:calc(50% - 25px);width:50px}html .jumper img,body .jumper img{width:50px;left:0}}@media(max-width: 767px){html .jumper,body .jumper{display:none}html .jumper img,body .jumper img{animation:none}}html header,body header{align-items:center;display:flex;justify-content:space-between;padding:0 1rem}html header>div,body header>div{width:33.33%}html header h1,body header h1{font-size:3rem;margin:0;text-align:center;width:33.33%}html header nav,body header nav{display:flex;justify-content:flex-end;width:33.33%}@media(max-width: 991px){html header,body header{flex-direction:column}html header>div,body header>div{display:none}html header h1,html header nav,body header h1,body header nav{width:auto}}html main,body main{display:flex;justify-content:center;padding:2rem 1rem;min-height:calc(100vh - 200px)}html main h2,body main h2{font-size:2rem;margin:3rem 0 1rem;color:#d3f5ff}html main .articles,body main .articles{align-items:center;display:flex;flex-direction:column;margin-bottom:1rem;max-width:1400px;width:100%}html main .articles article,body main .articles article{width:100%}html main .articles article figure,body main .articles article figure{background:linear-gradient(90deg, black, transparent);border-radius:15px 0 0 15px;display:flex;gap:4rem;overflow:hidden}html main .articles article figure img,html main .articles article figure figcaption,body main .articles article figure img,body main .articles article figure figcaption{height:auto;width:50%}html main .articles article figure figcaption,body main .articles article figure figcaption{box-sizing:border-box;display:flex;flex-direction:column;gap:1.5em;justify-content:center}html main .articles article figure figcaption h3,html main .articles article figure figcaption p,body main .articles article figure figcaption h3,body main .articles article figure figcaption p{margin:0;line-height:1.5em}@media(max-width: 1199px){html main,body main{padding:.5rem}html main .articles article figure,body main .articles article figure{gap:1rem;margin:1rem 0}}@media(max-width: 991px){html main,body main{padding:.5rem}html main h2,body main h2{margin-top:1rem}html main .articles article figure,body main .articles article figure{background:linear-gradient(180deg, black, transparent);border-radius:15px 15px 0 0;flex-direction:column}html main .articles article figure img,html main .articles article figure figcaption,body main .articles article figure img,body main .articles article figure figcaption{width:100%}html main .articles article figure figcaption,body main .articles article figure figcaption{padding:0 1rem}}@media(max-width: 575px){html main,body main{min-height:calc(100vh - 235px)}}html footer,body footer{align-items:center;display:flex;justify-content:space-between;padding:0 1rem}@media(max-width: 575px){html footer,body footer{flex-direction:column;padding-bottom:1rem}}/*# sourceMappingURL=styles.css.map */
