body {
  background: url(../images/background.webp) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-width: 100%;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

@media (max-width: 1023px) {
  .navbar-item.is-divider {
    position: relative;
    padding-bottom: 0.80rem;
    text-align: center;
  }

  .pt-mobile-5 {
    margin-top: 2.25rem;
  }

  .space-menu {
    margin-top: 2rem;
  }

  .navbar-item.is-divider::after {
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0.90rem auto 0 auto;
  }

  .navbar-item.is-divider:last-of-type::after {
    content: none;
  }
}

.is-main-color {
  background-color: #3A7FC0 !important;
  color: white !important;
}

.is-main-color-text {
  color: #3A7FC0 !important;
}

.is-second-color {
  background-color: #fc9928 !important;
  color: white !important;
  box-shadow: none !important;
  border-radius: 0% !important;
  border-color: transparent !important;
}

.is-second-color-text {
  color: #fc9928 !important;
}

.space-small {
  margin-top: 3rem;
}

.space-medium {
  margin-top: 6rem;
}

.space-large {
  margin-top: 9rem;
}

.space-xlarge {
  margin-top: 15rem;
}

.container.is-wider {
  max-width: 1680px !important;
  width: 100% !important;
}

.navbar-item.is-link-hover {
  box-shadow: none !important;
  background: transparent !important;
}

.navbar-item.is-link-hover:hover {
  text-decoration: underline;
  background-color: transparent !important;
}

.navbar-item.is-img-hover {
  box-shadow: none !important;
  background: transparent !important;
}

.navbar-item.is-img-hover img {
  transition: transform 0.1s ease;
}

.navbar-item.is-img-hover:hover img {
  transform: scale(1.05);
}

.navbar,
.navbar-menu {
  border-bottom: none !important;
  box-shadow: none !important;
}

.box.no-shadow {
  box-shadow: none;
  background-color: transparent !important;
}

.social-hover:hover {
  color: #00d1b2 !important;
  transform: scale(1.2);
  transition: all 0.3s ease;
}

.footer a:hover {
  text-decoration: underline;
}

.startcard1,
.startcard2,
.startcard3 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 240px;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.startcard1::before,
.startcard2::before,
.startcard3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
  pointer-events: none;
  justify-content: flex-end;
}

.startcard1 *, 
.startcard2 *, 
.startcard3 * {
  position: relative;
  z-index: 1;
}

.startcard1 {
  background-image: url('../images/img1.webp');
}
.startcard2 {
  background-image: url('../images/img2.webp');
}
.startcard3 {
  background-image: url('../images/img3.webp');
}
.footer table,
.footer table td,
.footer table tr,
.footer table th {
  background-color: transparent !important;
}