section.open-page .container-wider .row {
  height: 60vh;
  align-items: center;
}

section.open-page {
  height: 60vh;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top !important;
}

section.open-page h1 {
  color: #fff;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 65px;
  font-weight: 700;
}

section.open-page p {
  color: #fff;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 400;
}

section.open-single-page {
  background: url("content-parts/images/backgrounds/pattern-bg.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section.open-single-page h1 {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  width: 85%;
}

h6.back-to-page a {
  font-weight: bold;
  color: black;
  text-decoration: none;
  font-size: 16px;
}

h6.back-to-page a:hover {
  color: #00437e;
}

.box {
  background: #00437e;
  border-radius: 5px;
  padding: 30px;
  color: white;
}

.box h3 {
  font-size: 26px;
  font-weight: 600;
}

.box h4 {
  font-size: 20px;
  font-weight: 600;
}

.box p {
  font-size: 16px;
  min-height: 72px;
}

.box h6 a {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  margin: 0px;
  text-align: right;
  color: white;
  text-decoration: none;
}

.box svg {
  margin-left: 10px;
}

.box.large {
  background: #f0f7fd;
  color: #00437e;
}

.box.large svg {
  fill: #00437e !important;
}

.box.large h6 a {
  color: #00437e;
}

.onsite-team h5, .event-info h5 {
  font-size: 24px;
  color: #00437E;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.onsite-team h6, .event-info h6 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.onsite-team p, .event-info p {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.event-info p a {
  text-decoration: none;
  color: black;
}

.event-info i {
  font-size: 20px;
  color: #00437E;
  padding-right: 15px;
}

section.conference-form {
  background: #00437E;
}

section.conference-form h3 {
  font-size: 28px;
  font-weight: 700;
  color: white;
}

section.conference-form p {
  font-size: 16px;
  font-weight: normal;
  color: white;
  margin-bottom: 0px;
}

section.conference-form input, section.conference-form textarea {
  font-size: 14px;
  width: 100% !important;
  border-radius: 5px;
  padding: 10px;
  border: none;
  margin-bottom: 0px;
}

section.conference-form textarea {
  margin-top: 20px;
}

section.conference-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field .input {
  margin-left: 15px;
}

section.conference-form label {
  display: none;
}

section.conference-form .form-columns-2, section.conference-form .form-columns-1 {
  max-width: 100% !important;
}

section.conference-form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  display: none;
}

section.conference-form .actions input {
  margin-bottom: 0px !important;
  background: #4babe6;
  color: white;
  font-weight: bold;
  margin-top: 20px;
}

section.conference-form .btn {
  font-size: 14px;
  font-weight: 700;
  background: #4BABE6;
}

section.conference-form ul.no-list.hs-error-msgs.inputs-list {
  list-style-type: disclosure-closed;
  padding-left: 15px;
  color: white;
  font-size: 12px;
  padding-top: 5px;
  margin-bottom: 0px;
}

section.conference-form ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg.hs-main-font-element {
  display: block;
}

.others {
  background: #00437E;
  border-radius: 5px;
  min-height: 350px;
  align-items: end;
  display: flex;
  justify-content: end;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.others:hover {
  background: #f0f7fd;
}

a .others:hover h3 {
  color: #00437E;
}

a .others h3 {
  text-decoration: none;
  color: white;
  text-align: right;
  text-transform: uppercase;
  font-size: 22px;
}

.modal {
  background: rgba(24, 70, 126, 0.5);
}

.modal h5 {
  font-size: 32px;
  font-weight: 700;
}

.modal p {
  font-size: 18px;
}

.modal .btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.modal .btn.continue {
  background: #00437E;
  border: 2px solid #00437E;
  color: white;
}

.modal .btn.stop {
  background: white;
  border: 2px solid #00437E;
  color: #00437E;
}

.end-list {
  background: #cecfcf;
  color: #00437e;
  border-radius: 5px;
}

nav.breadcrumb, nav.breadcrumb a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

nav.breadcrumb a:hover {
  text-decoration: underline;
}

.read-more-link {
  color: #fff;
  transition: color 0.4s ease-in-out;
}

.read-more-link:hover {
  color: #6fc8f1;
}

.read-more-link.large:hover {
  color: #6fc8f1;
}

.read-more-link svg path {
  fill: currentColor;
  transition: fill 0.4s ease-in-out;
}

.read-more-link svg {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* smooth and natural */
}

.read-more-link:hover svg {
  transform: translateX(8px) scale(1.1); /* slightly more movement */
}

.read-more-link.large:hover svg {
  transform: translateX(8px) scale(1.1); /* slightly more movement */
}

/* mobile */
@media (max-width: 767px) {
  section.open-page {
    height: auto;
  }
  section.open-page .container-wider .row {
    height: auto;
  }
  section.open-page h1 {
    font-size: 50px;
    text-align: left;
  }
  section.open-page p {
    font-size: 16px;
    text-align: left;
  }
  section.open-single-page h1 {
    font-size: 46px;
    width: 95%;
  }
  nav.breadcrumb, nav.breadcrumb a {
    color: white;
    text-decoration: none;
    font-size: 10px;
  }
  .onsite-team h6, .event-info h6 {
    font-size: 14px;
  }
  .onsite-team p, .event-info p {
    font-size: 14px;
  }
  section.conference-form input, section.conference-form textarea {
    margin-top: 20px;
  }
  section.conference-form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field .input {
    margin-left: 0px;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00437e;
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  background: #00437e;
  opacity: 0.5 !important;
}

/*# sourceMappingURL=hub.css.map */
