@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;font-family:"Open Sans",sans-serif;overflow-x:hidden}.ensign-page{min-height:100vh;display:flex;flex-direction:column}.ensign-topbar{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background:#fff;border-bottom:1px solid #d8d8d8;position:relative;z-index:10}@media only screen and (max-width: 768px){.ensign-topbar{padding:0 16px;justify-content:center}}@media only screen and (max-width: 425px){.ensign-topbar{padding:0 12px}}.ensign-topbar .ensign-topbar__logo img{max-height:50px;width:auto}@media only screen and (max-width: 768px){.ensign-topbar .ensign-topbar__logo img{max-height:40px}}@media only screen and (max-width: 425px){.ensign-topbar .ensign-topbar__logo img{max-height:36px}}.ensign-main{display:grid;grid-template-columns:1fr auto;min-height:calc(100vh - 56px);flex:1;gap:0}@media only screen and (max-width: 1024px){.ensign-main{grid-template-columns:1fr auto}}@media only screen and (max-width: 768px){.ensign-main{grid-template-columns:1fr;min-height:auto}}.ensign-spacer{background:linear-gradient(to right, rgba(0, 38, 58, 0.05), rgba(239, 239, 239, 0.3));display:block}@media only screen and (max-width: 768px){.ensign-spacer{display:none}}.ensign-hero{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:calc(100vh - 56px);display:flex;align-items:flex-end}@media only screen and (max-width: 768px){.ensign-hero{min-height:340px;order:2}}@media only screen and (max-width: 425px){.ensign-hero{min-height:300px}}@media only screen and (max-width: 320px){.ensign-hero{min-height:260px}}.ensign-hero .ensign-bottombar{position:absolute;left:24px;right:24px;bottom:24px;display:flex;gap:12px;background:hsla(0,0%,100%,.95);padding:12px;border-radius:4px;box-shadow:0 4px 16px rgba(0,0,0,.12)}@media only screen and (max-width: 768px){.ensign-hero .ensign-bottombar{left:16px;right:16px;bottom:16px;gap:10px;padding:10px;flex-wrap:wrap}}@media only screen and (max-width: 425px){.ensign-hero .ensign-bottombar{left:12px;right:12px;bottom:12px}}.ensign-hero .ensign-bottombar .ensign-bottombar__btn{flex:1;padding:14px 24px;font-size:15px;font-weight:600;text-align:center;background:#fff;color:#00263a;border:2px solid #00263a;border-radius:4px;cursor:pointer;transition:all .25s ease;text-decoration:none;font-family:"Open Sans",sans-serif;display:flex;align-items:center;justify-content:center}.ensign-hero .ensign-bottombar .ensign-bottombar__btn:hover{background:#00263a;color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px rgba(0,38,58,.2)}@media only screen and (max-width: 768px){.ensign-hero .ensign-bottombar .ensign-bottombar__btn{flex:1 1 180px;min-width:180px;padding:12px 20px;font-size:14px}}@media only screen and (max-width: 425px){.ensign-hero .ensign-bottombar .ensign-bottombar__btn{flex:1 1 100%;min-width:100%;padding:12px 16px;font-size:13px}}.ensign-panel{background:#efefef;padding:48px 40px;display:flex;flex-direction:column;justify-content:center;box-shadow:-12px 0 32px rgba(0,0,0,.25),-4px 0 12px rgba(0,0,0,.15);position:relative;z-index:5;min-width:520px;max-width:580px}@media only screen and (max-width: 1024px){.ensign-panel{padding:40px 32px;min-width:480px}}@media only screen and (max-width: 768px){.ensign-panel{padding:32px 24px;order:1;box-shadow:none;min-width:auto;max-width:none}}@media only screen and (max-width: 425px){.ensign-panel{padding:24px 18px}}.ensign-panel .ensign-panel__title{font-size:52px;font-weight:300;color:#4a4a4a;margin:0 0 20px 0;line-height:1.1}@media only screen and (max-width: 1024px){.ensign-panel .ensign-panel__title{font-size:46px}}@media only screen and (max-width: 768px){.ensign-panel .ensign-panel__title{font-size:40px;text-align:center}}@media only screen and (max-width: 425px){.ensign-panel .ensign-panel__title{font-size:34px}}@media only screen and (max-width: 320px){.ensign-panel .ensign-panel__title{font-size:30px}}.ensign-panel .ensign-panel__subtitle{font-size:24px;font-weight:400;color:#2b2b2b;margin:0 0 24px 0;line-height:1.2}@media only screen and (max-width: 768px){.ensign-panel .ensign-panel__subtitle{font-size:20px;margin-bottom:20px;text-align:center}}@media only screen and (max-width: 425px){.ensign-panel .ensign-panel__subtitle{font-size:18px;margin-bottom:16px}}.ensign-panel .ensign-panel__instruction{font-size:16px;font-weight:400;color:#0077c8;line-height:1.5;margin:0 0 28px 0}@media only screen and (max-width: 768px){.ensign-panel .ensign-panel__instruction{margin-bottom:24px;font-size:15px;text-align:center}}@media only screen and (max-width: 425px){.ensign-panel .ensign-panel__instruction{font-size:14px;line-height:1.4;margin-bottom:20px}}.ensign-panel .ensign-panel__text{font-size:14px;font-weight:400;color:#4a4a4a;line-height:1.5;margin:0 0 28px 0}@media only screen and (max-width: 768px){.ensign-panel .ensign-panel__text{margin-bottom:24px}}@media only screen and (max-width: 425px){.ensign-panel .ensign-panel__text{font-size:13px;line-height:1.4;margin-bottom:20px}}.ensign-panel .ensign-actions{display:flex;flex-direction:column;gap:24px}@media only screen and (max-width: 768px){.ensign-panel .ensign-actions{gap:20px}}@media only screen and (max-width: 425px){.ensign-panel .ensign-actions{gap:18px}}.ensign-panel .ensign-actions .ensign-action-group{display:flex;flex-direction:column;gap:8px}.ensign-panel .ensign-actions .ensign-action-group .ensign-action-title{font-size:15px;font-weight:600;color:#2b2b2b;margin:0;line-height:1.3}@media only screen and (max-width: 768px){.ensign-panel .ensign-actions .ensign-action-group .ensign-action-title{text-align:center}}@media only screen and (max-width: 425px){.ensign-panel .ensign-actions .ensign-action-group .ensign-action-title{font-size:14px}}.ensign-panel .ensign-panel__footer-logo{margin-top:32px;display:flex;justify-content:flex-end;align-items:center}@media only screen and (max-width: 768px){.ensign-panel .ensign-panel__footer-logo{margin-top:28px;justify-content:center}}@media only screen and (max-width: 425px){.ensign-panel .ensign-panel__footer-logo{margin-top:24px}}.ensign-panel .ensign-panel__footer-logo img{max-height:28px;width:auto;opacity:.8;transition:opacity .2s ease}.ensign-panel .ensign-panel__footer-logo img:hover{opacity:1}@media only screen and (max-width: 768px){.ensign-panel .ensign-panel__footer-logo img{max-height:24px}}@media only screen and (max-width: 425px){.ensign-panel .ensign-panel__footer-logo img{max-height:22px}}.ensign-btn{width:100%;padding:16px 24px;font-size:15px;font-weight:600;text-align:center;border:none;border-radius:4px;cursor:pointer;transition:all .25s ease;text-decoration:none;font-family:"Open Sans",sans-serif;display:inline-block}.ensign-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(0,0,0,.15)}@media only screen and (max-width: 768px){.ensign-btn{padding:14px 20px;font-size:14px}}@media only screen and (max-width: 425px){.ensign-btn{padding:14px 18px;font-size:14px}}.ensign-btn--primary{background:#00263a;color:#fff}.ensign-btn--primary:visited,.ensign-btn--primary:link{background:#00263a;color:#fff}.ensign-btn--primary:hover{background:rgb(0,11.2689655172,17.2)}.ensign-btn--secondary{background:#fff;color:#00263a;border:2px solid #00263a}.ensign-btn--secondary:visited,.ensign-btn--secondary:link{background:#fff;color:#00263a}.ensign-btn--secondary:hover{background:#00263a;color:#fff}a{text-decoration:none;color:inherit}a:visited,a:link,a:focus,a:hover{text-decoration:none}/*# sourceMappingURL=ensign-style.min.css.map */
