@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url(css/bootstrap.min.css);
@import url(cookieconsent/cookieconsent.css);
body {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #000000;
  /* - Headings - */
  /* - Links - */
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #0077ff;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.1;
}
body h1 {
  font-size: 2rem;
}
body h2 {
  font-size: 1.375rem;
}
body h3 {
  font-size: 1.125rem;
}
body h4 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  body h1 {
    font-size: 2.125rem;
  }
  body h2 {
    font-size: 1.625rem;
  }
  body h3 {
    font-size: 1.375rem;
  }
  body h4 {
    font-size: 1.125rem;
  }
}
body a {
  color: #102950;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
body a:hover, body a:active {
  color: #0077ff;
  text-decoration: none;
}
body .btn {
  display: inline-block;
  font-weight: 400 !important;
  color: #102950;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: transparent;
  padding: 0.75rem 1rem !important;
  font-size: 1.25rem !important;
  line-height: 1.25rem !important;
  border-radius: 15px !important;
  transition: color 0.15s ease-in-out, background 0.15s ease-in-out, border 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: none;
}
body .btn:focus, body .btn:active, body .btn:hover {
  outline: none !important;
  box-shadow: none !important;
}
body .btn-primary {
  background: #0077ff !important;
  transition: all 0.5s ease-in-out !important;
  border: 2px solid #0077ff !important;
  color: #ffffff !important;
  box-shadow: 0px 10px 30px rgba(149, 149, 149, 0.25);
}
body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus {
  background: #102950 !important;
  border: 2px solid #102950 !important;
  color: #ffffff !important;
}
body header {
  padding: 25px 0px;
}
body header img.logo {
  width: auto;
  height: 30px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  body header img.logo {
    height: 50px;
    margin-bottom: 0px;
  }
}
body main {
  z-index: 1;
}
body main .box-wrapper {
  padding: 15px 0px;
}
@media (min-width: 768px) {
  body main .box-wrapper {
    padding: 25px 0px;
  }
}
body main .box-wrapper .box {
  background: #ffffff;
  border-radius: 15px;
  padding: 25px 13px;
  /*max-width: 800px;*/
  margin: 0 auto;
  box-shadow: 0px 10px 30px rgba(149, 149, 149, 0.25) !important;
}
body main .box-wrapper .box .top {
  border-bottom: 1px solid #102950;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
body main .box-wrapper .box .bottom {
  margin-bottom: 25px;
}
body main .box-wrapper .box img {
  border-radius: 15px;
}
body main .box-wrapper .box ul {
  list-style: none;
  padding-left: 0px;
}
body main .box-wrapper .box ul li {
  line-height: 36px;
  display: flex;
  align-items: center;
}
body main .box-wrapper .box ul li:before {
  content: "\e5ca" !important;
  font-family: "Material Symbols Outlined";
  color: #0077ff;
  font-size: 30px;
  margin-right: 10px;
}
body main .box-wrapper .box p {
  margin-bottom: 25px;
}
body main .box-wrapper .box p.contact {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
body main .box-wrapper .box p.contact .material-symbols-outlined {
  margin-right: 10px;
}
body footer {
  padding: 25px 0px;
}/*# sourceMappingURL=style.css.map */