@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: local("Proxima Nova Regular"), local("ProximaNova-Regular"), url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/ProximaNova-Extrabld.eot");
  src: local("Proxima Nova Extrabold"), local("ProximaNova-Extrabld"), url("../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

/****************************/
/** Reset **/
/****************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: black;
  cursor: pointer; }

/****************************/
/** Main **/
/****************************/
.container {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%; }

@media only screen and (max-width: 1760px) {
  .container {
    width: auto; } }

@media only screen and (max-width: 1200px) {
  .container {
    margin: 0 30px; } }

@media only screen and (max-width: 600px) {
  .container {
    margin: 0 15px; } }

.header {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.3px; }

@media only screen and (max-width: 1200px) {
  .header {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px; } }

.text {
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0.3px; }

.nowrap {
  white-space: nowrap; }

.nav {
  padding-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9; }

.nav .header-container .header-content {
  display: flex;
  justify-content: space-between; }

.nav .header-container .header-content .header-content-links {
  display: flex; }

.nav .header-container .header-content .header-content-links .header-logo-container {
  margin-right: 108px; }

.nav .header-container .header-content .header-content-links .header-logo-container img {
  width: 100%; }

.nav .header-container .header-content .header-content-links .header-links {
  display: flex;
  align-items: center; }

.nav .header-container .header-content .header-content-links .header-links .header-link {
  margin-right: 70px;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1px;
  color: #1a426d; }

.nav .header-container .header-content .header-btns {
  display: flex;
  align-items: center; }

.nav .header-container .header-content .header-btns .mawi-btn {
  margin-right: 30px; }

.nav .header-container .header-content .header-btns .header-btn-login {
  color: white; }

@media screen and (min-width: 1980px) {
  .nav .header-container .header-content .header-btns .header-btn-login {
    color: #1a426d; } }

.nav .header-btns-mobile {
  display: none; }

.nav .mobile-menu-modal {
  z-index: -11;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  display: block; }

.nav .mobile-menu-modal-visiable {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0e2d4b;
  z-index: 11;
  height: 100vh;
  opacity: 1;
  visibility: visible; }

.nav .mobile-menu-modal-visiable .mobile-menu-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 35px 30px; }

.nav .mobile-menu-modal-visiable .mobile-menu-modal-header .header-logo-container {
  max-width: 105px; }

.nav .mobile-menu-modal-visiable .mobile-menu-modal-header .header-logo-container img {
  width: 100%; }

.nav .mobile-menu-modal-visiable .mobile-menu-modal-content .header-links {
  display: flex;
  flex-direction: column;
  padding: 0 35px 50px; }

.nav .mobile-menu-modal-visiable .mobile-menu-modal-content .header-links .header-link {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 27px; }

@media only screen and (max-width: 1200px) {
  .nav .header-container .header-content .header-btns, .nav .header-container .header-content .header-content-links .header-links {
    display: none; }
  .nav .header-btns-mobile {
    display: flex;
    align-items: center; } }

.mawi-btn {
  padding: 9px 10px 8px;
  min-width: 160px;
  border-radius: 20px;
  background-color: #205588;
  color: white;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.1px;
  border: none; }

.mawi-btn-white {
  min-width: 143px;
  padding: 6px 10px 6px;
  color: #21578a;
  border-radius: 17.5px;
  background-color: #ffffff; }

.card-items {
  display: flex;
  justify-content: space-between; }

.card-items .card-item {
  position: relative;
  display: flex;
  border: solid 1px #f1f1f1;
  padding: 25px 0px;
  width: 100%;
  justify-content: space-around;
  background-color: white; }

.card-items .card-item .card-item-blur {
  opacity: 0.1;
  z-index: -1;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  background-color: #000000;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.card-items .card-item .card-item-content {
  width: 100%; }

.card-items .card-item .card-item-content .card-item-title-container {
  min-height: 43px;
  display: flex;
  align-items: center;
  margin-bottom: 7px; }

.card-items .card-item .card-item-content .card-item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1px; }

.form .form-group {
  display: flex;
  flex-direction: column; }

.form .form-label {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  margin-bottom: 8px; }

.form .form-label .form-label-tooltip {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.5px; }

@media only screen and (max-width: 600px) {
  .form .form-label {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px; }
  .form .form-label .form-label-tooltip {
    font-size: 9px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.5px; } }

.form .form-input {
  min-height: 40px;
  border-radius: 10px;
  background-color: rgba(235, 238, 242, 0.5);
  border: none;
  outline: none;
  font-size: 18px;
  padding: 0 16px;
  margin-bottom: 25px;
  line-height: 24px; }

.form textarea.form-input {
  padding: 16px;
  resize: none; }

.btn-container {
  display: flex;
  align-content: flex-start;
  justify-content: center; }

.footer {
  background-color: #1f3850;
  height: 100%;
  padding: 30px 0 20px; }

.footer a, .footer div {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.5px; }

@media only screen and (max-width: 600px) {
  .footer a, .footer div {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.3px; } }

.footer .footer-link, .footer .footer-contact {
  margin-bottom: 9px;
  display: block; }

.footer .footer-contact {
  text-align: right; }

.footer .footer-content {
  display: flex;
  justify-content: space-between; }

.footer .footer-content .footer-links {
  display: flex; }

.footer .footer-content .footer-links .footer-link:hover {
  color: white; }

.footer .footer-copy-container {
  width: 100%;
  text-align: center;
  margin-top: 10px; }

.message-popup {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  z-index: -10;
  opacity: 0;
  transition: opacity 1s ease-in-out; }

.message-popup .message-popup-content {
  background-color: white;
  padding: 32px 18px 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 400px; }

.message-popup .message-popup-content .message-popup-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 17px; }

.message-popup .message-popup-content .mawi-btn {
  margin-top: 18px;
  background-color: #3f94ff;
  width: auto;
  margin-left: auto;
  margin-right: auto; }

.cookies-popup {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100vh;
  top: 0;
  display: none; }

.cookies-popup .cookies-wrapper {
  position: absolute;
  opacity: 0.6;
  background-color: #000000;
  width: 100%;
  height: 100%; }

.cookies-popup .cookies-content-container {
  opacity: 1;
  z-index: 11;
  background-color: #ffffff;
  width: 100%;
  margin-top: auto;
  padding: 17px 0 16px 0;
  position: fixed;
  bottom: 0; }

.cookies-popup .cookies-content-container .cookies-content {
  display: flex;
  justify-content: center;
  align-items: center; }

.cookies-popup .cookies-content-container .cookies-content .mawi-btn {
  background-color: #3f94ff;
  margin-left: 100px;
  border: none; }

.cookies-popup .cookies-content-container .cookies-content a {
  font-weight: 600;
  text-decoration: underline; }

@media only screen and (max-width: 600px) {
  .cookies-popup .cookies-content-container .cookies-content {
    flex-direction: column;
    text-align: center; }
  .cookies-popup .cookies-content-container .cookies-content .mawi-btn {
    background-color: #3f94ff;
    margin: 20px 0 0 0; } }

.checkbox-container {
  max-width: 370px;
  margin: 0 auto; }

.checkbox-container .text-12 {
  font-size: 12px; }

.agreement-checkbox-container {
  display: flex;
  align-items: center;
  margin: 20px 0;
  max-width: 400px; }

.agreement-checkbox-container .agreement-checkbox-label {
  flex: 1;
  font-size: 12px;
  line-height: 16px; }

.agreement-checkbox-container .agreement-checkbox-label a {
  text-decoration: underline; }

.agreement-checkbox-input {
  width: 40px;
  height: 40px;
  background: #f2f6fa;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px; }

.agreement-checkbox-input .agreement-checkbox-input-check-mark {
  width: 20px;
  display: none; }

.agreement-checkbox-input-checked .agreement-checkbox-input-check-mark {
  display: block; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }
