@font-face {
  font-family: SAPBrand;
  src: url(../fonts/72Brand/72BrandVariable_Lt-Bd.ttf);
}
@font-face {
  font-family: SAPBrand-Thin;
  src: url(../fonts/72Brand/72BrandVariable_Th-Blk.ttf);
}
@font-face {
  font-family: SAPBrand-It;
  src: url(../fonts/72Brand/72BrandVariable-It_Lt-Bd.ttf);
}
@font-face {
  font-family: SAPBrand-Thin-It;
  src: url(../fonts/72Brand/72BrandVariable-It_Th-Blk.ttf);
}
* {
  font-family: SAPBrand, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: black;
}

p {
  font-size: 14px;
  color: black;
}

span {
  color: black;
}

a {
  color: #0070F2 !important;
  text-decoration: none !important;
}

b {
  font-weight: 700;
}

h1 {
  color: #0070F2 !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
}
h1 a {
  color: #0070F2 !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  margin-bottom: 20px !important;
}
h1 a:hover {
  color: black !important;
}

h2 {
  color: black;
  font-size: 25px !important;
  font-weight: 400 !important;
}

h3 {
  color: black;
  font-size: 22px !important;
  font-weight: 400 !important;
}

h4 {
  color: black;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.error {
  color: red;
  font-weight: bold;
}

main {
  background-color: #71014b !important;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -45px;
}

.legal {
  margin-top: 20px !important;
}

hr {
  color: black !important;
  background-color: black !important;
  opacity: 1 !important;
}

.container .row .section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px !important;
}
.container .row .section .box {
  width: 100%;
  text-align: center;
}
.container .row .section .box .logo {
  width: 95%;
  max-width: 600px;
  margin-bottom: 40px;
}
.container .row .section .box h1 {
  display: block;
  text-align: center;
  color: white !important;
  font-weight: 300 !important;
  font-size: 48px !important;
}
.container .row .section .box p {
  color: white;
}
.container .row .section .box .calendar {
  margin-top: 40px;
}
.container .row .section .box .calendar img {
  width: 100%;
  max-width: 200px;
  margin: 10px;
  padding: 0px;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.modal-content {
  background-color: #0070F2 !important;
}
.modal-content .modal-header {
  border: 0px;
}
.modal-content .modal-header .btn-close {
  color: white !important;
}
.modal-content .modal-body {
  padding: 30px !important;
}
.modal-content .modal-body p {
  color: white;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 22px;
}
.modal-content .modal-body .btn-popup {
  background-color: white;
  font-size: 18px;
}

footer {
  background-color: #eaecee;
  margin: 0px;
  padding: 20px 20px;
  margin-top: -41px;
}/*# sourceMappingURL=style.css.map */