@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=block";*{padding:0px;margin:0px;border:none}*,*::before,*::after{box-sizing:border-box}a,a:link,a:visited{text-decoration:none}a:hover{text-decoration:none}aside,nav,footer,header,section,main{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}input,textarea,button,select{font-family:inherit;font-size:inherit;color:inherit;background-color:rgba(0,0,0,0)}input::-ms-clear{display:none}button,input[type=submit]{display:inline-block;box-shadow:none;background-color:rgba(0,0,0,0);background:none;cursor:pointer}input:focus,input:active,button:focus,button:active{outline:none}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}legend{display:block}html{overflow-x:hidden}body{font-family:"Roboto",sans-serif;line-height:1.4;overflow-x:hidden}a{color:inherit}.container{margin:0 auto;padding:0px 12px;max-width:1224px}@media screen and (max-width: 1300px){.container{max-width:936px}}@media screen and (max-width: 959px){.container{max-width:450px}}.bold{font-weight:700}#share-popup{z-index:100;position:fixed;display:flex;-moz-column-gap:6px;column-gap:6px;align-items:center;padding:8px;top:100%;left:50%;transform:translateX(-50%);background-color:#000;border-radius:8px;color:#fff;font-size:14px;animation:popup 2.5s ease-in-out 1}#share-popup>svg{color:gray}@keyframes popup{0%{top:100%}10%{top:calc(100% - 55px)}90%{top:calc(100% - 55px)}100%{top:100%}}.nav{display:flex;justify-content:space-between;align-items:center;z-index:10;position:fixed;top:20px;left:12px;right:12px;padding:20px;border-radius:20px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:hsla(0,0%,100%,.87)}@media screen and (max-width: 1300px){.nav{top:0px}}@media screen and (max-width: 959px){.nav{padding:12px}.nav:has(#nav-mobile-checkbox:checked) .nav-mobile-dropdown{display:flex}.nav:has(#nav-mobile-checkbox:checked) .nav-mobile-button{background-image:url("../images/svg/nav-close.svg")}}.landing .nav{background-color:rgba(255,231,149,.87)}@media screen and (max-width: 1300px){.landing .nav{top:12px}}@media screen and (max-width: 959px){.landing .nav{background-color:hsla(0,0%,100%,.87);transition:background-color 250ms ease-out}.landing .nav:has(#nav-mobile-checkbox:checked){background-color:#fff}}.nav-buttons{display:flex;-moz-column-gap:13px;column-gap:13px}@media screen and (max-width: 959px){.nav-buttons{display:none}}.nav-buttons>*{color:#000;background-color:#fecc00;padding:8px 16px;border-radius:8px;transition:background-color 250ms ease-out}.nav-buttons>*:hover{background-color:#f5b300}.nav-buttons>*:active{background-color:#fee066}.nav-share{display:flex;-moz-column-gap:8px;column-gap:8px;align-items:center;color:#000;border:solid 1px #000;padding:7px 15px;border-radius:8px;transition-property:background-color color border-color;transition-duration:250ms;transition-timing-function:ease-out}.nav-share:hover{background-color:rgba(0,0,0,.1)}.nav-share:active{border-color:gray;color:gray;background-color:rgba(0,0,0,.1)}@media screen and (max-width: 959px){.nav-share{display:none}}@media screen and (max-width: 959px){.nav-share.mobile{display:flex}}.nav-mobile-button{display:none;width:24px;height:24px;background-image:url("../images/svg/nav-menu.svg")}@media screen and (max-width: 959px){.nav-mobile-button{display:unset}}#nav-mobile-checkbox{display:none}.nav-mobile-dropdown{display:none;position:absolute;flex-direction:column;align-items:start;justify-content:space-between;top:calc(100% + 4px);left:0px;width:100%;height:calc(100vh - 64px - 4px - 20px);padding:12px;background-color:#fff;border-radius:20px;box-shadow:rgba(0,0,0,.15) 0px 4px 25.8px 0}.landing .nav-mobile-dropdown{height:calc(100vh - 64px - 12px - 4px - 20px)}.nav-mobile-dropdown-links{display:flex;flex-direction:column;row-gap:4px;width:100%;padding-inline:8px;text-decoration:underline}.nav-mobile-dropdown-links>*{padding-block:8px}.nav-cards{display:flex;-moz-column-gap:20px;column-gap:20px}@media screen and (max-width: 959px){.nav-cards{flex-direction:column;align-items:center;row-gap:12px}}.nav-card{flex:1 1;position:relative;overflow:hidden;display:flex;flex-direction:column;row-gap:20px;background-color:#fff;padding:20px;border-radius:20px;transition:box-shadow 250ms ease-out}.nav-card:hover{box-shadow:rgba(0,0,0,.15) 0px 4px 25.8px 0}.nav-card:hover .nav-card-image{width:179px;right:-23px}@media screen and (max-width: 959px){.nav-card{width:370px}}.nav-card-info{display:flex;flex-direction:column;row-gap:12px;width:230px;line-height:1.27}.nav-card-info-top{color:rgba(0,0,0,.5)}.nav-card-info-top>h3{color:#000;font-size:24px}.nav-card-link{color:#0640ef}@media screen and (max-width: 1300px){.nav-card-link>span{display:none}}.nav-card-image{position:absolute;bottom:0px;width:166px;right:-16px;transition-property:width right;transition-duration:250ms;transition-timing-function:ease-out}@media screen and (max-width: 1300px){.nav-card-image:not(.info *){width:124px;right:-31px}}@media screen and (max-width: 959px){.nav-card-image{width:179px !important;right:-23px !important}}.footer{padding-block:40px;background-color:#1c2126}.footer-content{display:flex;flex-direction:column;row-gap:40px}.footer-top{display:grid;justify-content:space-between;grid-template-rows:auto 1fr auto;height:113px}@media screen and (max-width: 959px){.footer-top{height:unset;grid-template-columns:1fr;row-gap:40px}.footer-top>img{width:100%}}.footer-top-links{grid-row:3;display:flex;-moz-column-gap:71px;column-gap:71px}@media screen and (max-width: 959px){.footer-top-links{flex-direction:column;align-items:start;row-gap:24px}}.footer-top-links-other{display:flex;-moz-column-gap:16px;column-gap:16px}.footer-top-nav{grid-column:2;grid-row:1/4;display:flex;flex-direction:column;justify-content:space-between;color:#fff}@media screen and (max-width: 959px){.footer-top-nav{grid-column:unset;grid-row:unset;row-gap:32px}}.footer-top-nav-header{font-size:24px;line-height:1.2}.footer-top-nav-links{display:flex;-moz-column-gap:8px;column-gap:8px}@media screen and (max-width: 959px){.footer-top-nav-links{flex-direction:column;row-gap:8px}}.footer-top-nav-link{text-align:center;padding:8px;border:solid 1px #fff;border-radius:8px;transition-property:background-color color border-color;transition-duration:250ms;transition-timing-function:ease-out}.footer-top-nav-link:active{border-color:gray;color:gray;background-color:rgba(0,0,0,.1)}.footer-divider{height:1px;background-color:#b3b3b3}.footer-bottom{font-size:14px;color:#b3b3b3}
