.footer-section *{box-sizing:border-box;font-family:var(--font-name,"Sofia Pro",sans-serif);margin:0;padding:0}.footer{background-color:var(--footer-border-color,#274a7d);border-top:1rem solid var(--footer-border-color,#274a7d);border-top-left-radius:20px;border-top-right-radius:20px;padding:0}.body-wrapper .footer .container{max-width:100%}.footer-section{background:var(--footer-bg,linear-gradient(180deg,#0e2645 28.5%,#071529 100%));border-top-left-radius:20px;border-top-right-radius:20px;padding-top:1.25rem}.footer-wrapper{display:flex;padding:40px;width:100%}.left-footer{color:#fff;display:flex;flex-direction:column;gap:50px;margin:20px;width:25%}.left-footer .a-logo{width:100%}.left-footer .a-logo img{height:31px;width:186px}.social-media-wrapper{align-items:center;display:flex;gap:20px}.social-media-wrapper a{height:25px;width:25px}.social-media-wrapper a img{height:100%;text-decoration:none;width:100%}.download-app{align-items:center;display:flex;gap:20px}.download-app a{height:40px;width:120px}.download-app a img{height:100%;width:100%}.divide-border{border-right:1px solid #fff}.right-footer{color:#fff;display:flex;gap:30px;justify-content:flex-start;margin:20px;width:75%}.right-footer.grid{display:grid;grid-auto-flow:column;grid-template-columns:repeat(5,1fr);grid-gap:10px}.footer-menu-list:first-child,.footer-menu-list:nth-child(2){grid-row:span 3}.footer-menu-list:nth-child(3){grid-row:span 1}.footer-menu-list:nth-child(4){grid-row:span 1;padding-top:10px}.footer-menu-list:nth-child(5),.footer-menu-list:nth-child(6){grid-row:span 1}.footer-menu-list:nth-child(7){grid-row:span 1;padding-top:10px}.footer-menu-list:nth-child(8),.footer-menu-list:nth-child(9){grid-row:span 1}.footer-menu-list:nth-child(10){grid-row:span 1;padding-top:10px}.footer-menu-list:nth-child(11){grid-row:span 1}.footer-menu-list{display:flex;flex-direction:column;gap:20px}.footer-menu-list .title-list .title-name{font-weight:600}.footer-menu-column{display:flex;flex-direction:column;gap:10px}.footer-menu-column ul{display:flex;flex-direction:column;gap:5px}.footer-menu-column ul li{color:#fff;font-size:12px;font-weight:500;letter-spacing:.005em;line-height:160%;list-style-type:none}.footer-menu-column ul li a,.title-list a{color:#fff;font-family:var(--font-open-sans,"Open Sans",sans-serif);text-decoration:none}.footer-menu-column ul li a:active,.footer-menu-column ul li a:focus,.footer-menu-column ul li a:hover,.title-list a:active,.title-list a:focus,.title-list a:hover{text-decoration:underline}.mobile-only{display:none!important}@media (max-width:1350px){.right-footer{flex-wrap:wrap}}@media (max-width:800px){.grid{display:grid;grid-auto-flow:column;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(6,1fr);grid-gap:10px}.footer-wrapper{flex-direction:column}.footer-menu-list{grid-row:auto;margin:1rem 0;width:50%}.a-logo{height:100%;width:100%}.download-app{align-items:flex-start;flex-direction:column}.desktop-only{display:none!important}.mobile-only{display:flex!important}.mobile-only.bottom-content{color:#fff;flex-direction:column;gap:2rem;padding:3rem}.mobile-only.download-app{order:10}.left-footer{width:100%}.social-media-wrapper a{height:24px;width:24px}.right-footer.grid{display:flex;flex-wrap:wrap;gap:0;width:100%}}@media (max-width:350px){.footer-menu-list{width:100%}}@media screen and (min-width:600px){.footer .container:not(.is-max-desktop):not(.is-max-widescreen){max-width:100%}}