body{display:flex;flex-direction:column}.landing-page{font-size:1rem;height:100%;padding:2.5rem 0;justify-content:space-evenly}.landing-page,.landing-page .text-content{display:flex;flex-direction:column;align-items:center}.landing-page .text-content{justify-content:center;gap:1em;max-width:90%}.landing-page .text-content h4{font-family:AvenirRegular,sans-serif;font-size:1.75em;color:#1b2f5a;text-transform:uppercase;text-align:center;letter-spacing:.1em}.landing-page .text-content h1{font-family:AvenirBlack,sans-serif;font-size:4em;color:#1b2f5a;text-transform:uppercase;text-align:center;max-width:64em}.landing-page .image-wrapper{position:relative;width:100%}.landing-page .image-wrapper img{position:relative!important;width:100%}.landing-page .image-wrapper.logo-wrapper{width:5em}.landing-page .journey-section-wrapper{position:relative;height:-moz-fit-content;height:fit-content;display:flex;justify-content:center;align-items:center}.landing-page .journey-section-wrapper h1{font-family:AvenirRegular,sans-serif;font-size:1.25em;color:#1b2f5a;text-transform:uppercase;text-align:center;width:40%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20;cursor:pointer}.landing-page .image-wrapper.journey-wrapper{cursor:pointer;z-index:10;width:100%}.landing-page .image-wrapper.journey-wrapper img{position:relative!important;animation:spin 4s;animation-duration:4s}.landing-page-footer{display:flex;justify-content:space-between;align-items:center;gap:2em;text-align:center;height:100%;max-height:10%;padding:0 8em;width:100%}.landing-page-footer p{text-transform:uppercase;color:#1b2f5a;font-family:AvenirRegular,sans-serif;font-size:.75em}.landing-page-footer .rights{font-family:AvenirBlack,sans-serif}@media screen and (max-width:1440px){.landing-page{font-size:.75rem}}@media screen and (max-width:768px){.landing-page{font-size:.625rem}.landing-page .image-wrapper.journey-wrapper{width:75%}}@media screen and (max-width:540px){.landing-page{font-size:.5rem}.landing-page .image-wrapper.journey-wrapper{width:66.6666666667%}}@media screen and (max-width:425px){.landing-page{font-size:.375rem}.landing-page-footer{padding:.5em 2em}}@media screen and (max-height:700px)and (min-width:1024px){.landing-page{font-size:.8rem}.landing-page .image-wrapper.journey-wrapper{width:70%}.landing-page .journey-section-wrapper h1{width:20%}}@media screen and (max-height:600px)and (min-width:1024px){.landing-page{font-size:.7rem}.landing-page .image-wrapper.journey-wrapper{width:50%}}@media screen and (max-height:500px)and (min-width:1024px){.landing-page{font-size:.6rem}.landing-page .image-wrapper.journey-wrapper{width:50%}}@media screen and (max-height:400px)and (min-width:1024px){.landing-page{font-size:.5rem}.landing-page .image-wrapper.journey-wrapper{width:50%}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}