* {margin: 0;padding: 0;-webkit-box-sizing: inherit;box-sizing: inherit;}body {-webkit-box-sizing: border-box;box-sizing: border-box;}.button--container {display: -ms-grid;display: grid;grid-gap: 1rem;-ms-grid-columns: (minmax(10rem, max-content))[auto-fit];grid-template-columns: repeat(auto-fit, minmax(10rem, -webkit-max-content));grid-template-columns: repeat(auto-fit, minmax(10rem, max-content));grid-auto-flow: dense;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-ms-flex-line-pack: center;align-content: center;margin-top: 3.125rem;width: 100%;}@media (max-width: 1280px) {.button--container {margin-top: 2rem;}}@media (max-width: 768px) {.button--container {margin-top: 3.125rem;}}.button--container .button {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;border: 2px solid #000000;font-family: Plain-Bold,Arial,sans-serif;text-decoration: none;line-height: 3;min-width: 10rem;height: 2.85rem;padding: 0 1.7rem;position: relative;-webkit-transition: color .3s ease-out;transition: color .3s ease-out;}.button--container .button:before {content: "";position: absolute;top: 0;left: 0;-webkit-transform: scaleX(0);transform: scaleX(0);-webkit-transform-origin: 0 50%;transform-origin: 0 50%;-webkit-transition: background .3s ease-out, -webkit-transform .3s ease-out;transition: background .3s ease-out, -webkit-transform .3s ease-out;transition: transform .3s ease-out, background .3s ease-out;transition: transform .3s ease-out, background .3s ease-out, -webkit-transform .3s ease-out;width: 100%;height: 100%;}.button--container .button--text {position: relative;z-index: 100;}.button--container .button--text .seperator {position: absolute;top: 0;right: -10px;-webkit-transition: -webkit-transform .2s ease-out;transition: -webkit-transform .2s ease-out;transition: transform .2s ease-out;transition: transform .2s ease-out, -webkit-transform .2s ease-out;-webkit-transition-delay: .25s;transition-delay: .25s;}.button--container .button--text .seperator:last-child {right: -15px;}.button--container .button--border-white {border-color: #FFFFFF;color: #FFFFFF;}.button--container .button--border-blue {border-color: #00AEEF;color: #00AEEF;}.button--container .button--fill-white:before {background: #FFFFFF;}.button--container .button--fill-blue:before {background: #00AEEF;}.button--container .button:hover:before {-webkit-transform: scaleX(1);transform: scaleX(1);}.button--container .button:hover.button--text_blue {color: #00AEEF;}.button--container .button:hover.button--text_navy {color: #001D34;}.button--container .button:hover.button--fill-white:before {background: #FFFFFF;}.button--container .button:hover.button--fill-blue:before {background: #00AEEF;}.button--container .button:hover .button--text .seperator {-webkit-transform: translateX(5px) scale(1);transform: translateX(5px) scale(1);-webkit-transition-delay: 0;transition-delay: 0;}.section {display: block;position: relative;width: 100%;height: calc(108vh - 85px);z-index: 0;}@media (max-width: 768px) {.section {height: auto;}}.section .section__container {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;height: 100%;}@media (max-width: 768px) {.section .section__container {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}}.section .section__container .column {display: -webkit-box;display: -ms-flexbox;display: flex;background: #FFFFFF;position: relative;width: 100%;max-width: 50%;height: 100%;}@media (max-width: 1135px) {.section .section__container .column {padding: 4rem 3.5rem;}}@media (max-width: 768px) {.section .section__container .column {/* padding: 5rem 4rem; */max-width: 100%;}}@media (max-width: 400px) {.section .section__container .column {padding: 3.5rem 1rem;}}.section .section__container .column--background_blue {background: #00AEEF;color: #FFFFFF;}.section .section__container .column--background_navy {background: #0D3B5B;color: #FFFFFF;}.section .section__container .column--border_blue:before {content: "";position: absolute;top: 0;left: 0;width: calc(100% - 70px);height: calc(100% - 70px);border: 35px solid #00AEEF;}.section .section__container .column__anchor {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}.section .section__container .column__container {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;position: relative;width: 100%;}.section .section__container .column--description {text-align: center;margin-top: 3.5rem;position: absolute;width: 100%;}@media (max-width: 768px) {.section .section__container .column--description {text-align: center;position: initial;}}.section .section__container .column--description h2, .section .section__container .column--description h2 a {color: #FFFFFF;text-decoration: none;font-family: 'proxima-thin';font-weight: 100;font-size: 2rem;line-height: 1.25;}@media (max-width: 500px) {.section .section__container .column--description h2, .section .section__container .column--description h2 a {font-size: 1.7rem;}}.section .section__container .column--description h2 a {position: relative;}.section .section__container .column--description h2 a:before {content: "";background: #FFFFFF;position: absolute;bottom: 2px;opacity: 0;width: 100%;height: 2px;-webkit-transition: opacity .15s ease-in-out, bottom .3s ease-out;transition: opacity .15s ease-in-out, bottom .3s ease-out;}.section .section__container .column--description h2 a:hover:before {opacity: 1;bottom: -2px;}.section .section__container .column--content {position: relative;text-align: center;}.section .section__container .column--content__logo {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;min-height: 150px;}@media (max-width: 768px) {.section .section__container .column--content__logo {min-height: initial;}}.section .section__container .column--content__logo img {max-width: 95%;}@media (max-width: 500px) {.section .section__container .column--content__logo img {max-width: 75%;}}.footer {background: #F5F5F7;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 0 8.125rem;height: 85px;}@media (max-width: 1135px) {.footer {padding: 0 3.5rem;}}.footer--content {font-family: 'proxima-regular';font-size: 0.75rem;}