﻿*{padding:0;margin:0;box-sizing:border-box;}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}a{text-decoration:none;color:inherit;cursor:pointer;}a:hover{text-decoration:underline;}.container{display:flex;flex-direction:column;height:100vh;max-height:100%;min-height:100vh;background-repeat:no-repeat;background-position:center;background-position:bottom;background-size:cover;justify-content:space-between;}header{flex-shrink:0;flex-grow:0;padding:1% 5% 0 5%;align-items:center;}header .logo>img{max-width:144px;max-height:100px;}section{display:flex;flex-grow:1;flex-shrink:0;flex-direction:column;justify-content:center;text-align:center;padding:2% 5%;}section h1{font-size:54px;font-weight:500;}section h3{font-weight:400;font-size:36px;}section h4{font-weight:300;font-size:28px;}section h1,section h3,section h4{margin-bottom:2%;}@media screen and (max-width:1024px){section h1{font-size:5.5vw;}section h3{font-size:3.7vw;}section h4{font-size:2.8vw;}}.hr{box-sizing:border-box;height:2px;width:237.5px;opacity:.24;margin:8px auto;}footer{color:#fff;display:flex;justify-content:space-between;flex-direction:row;padding:1%;margin:0 5%;font-weight:300;text-align:center;font-size:12px;line-height:14px;font-size:11px;flex-shrink:0;flex-grow:0;}footer .copyright,footer .privacy-policy-ter,footer .poweredBy{flex-grow:1;flex-shrink:1;flex-basis:33%;}footer .copyright.poweredBy img,footer .privacy-policy-ter.poweredBy img,footer .poweredBy.poweredBy img{height:12px;vertical-align:text-bottom;}.link-container{margin-top:1%;display:flex;flex-direction:column;align-items:center;}.link-container a.link-button{text-decoration:none;}.link-container .link-button{position:relative;width:240px;height:48px;line-height:48px;margin:8px;cursor:pointer;}.link-container .link-button.primary-cta{background-color:#f4f4f4;color:#2e4763;}.link-container .link-button.primary-cta:hover{color:#f4f4f4;background-color:#162430;border:0;}