.footer-landing-page{background-color:#100c08;color:#f9f9f9;font-size:11px;justify-content:center;letter-spacing:.5px;line-height:14px;padding:30px 20px}.footer-landing-page .copyright{color:#f9f9f9}.footer-landing-page .data-policy a{color:#00a7b5}.footer-landing-page .logo{display:flex;justify-content:end}.footer-landing-page .logo .square{border:3px solid #00a7b5;height:15px;width:15px}.footer-landing-page .spacer{align-items:center;display:grid;grid-template-columns:repeat(3,1fr);justify-content:space-between;max-width:1200px;width:100%}@media screen and (max-width:1024px){.footer-landing-page .spacer{gap:10px;grid-template-areas:"copyright logo" "policy logo";grid-template-columns:1fr max-content}.footer-landing-page .copyright{grid-area:copyright}.footer-landing-page .data-policy{grid-area:policy;justify-content:start}.footer-landing-page .logo{grid-area:logo}}