h4 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

p {
  margin-bottom: 20px;
}

a {
  color: #027dc4;
  text-decoration: none;
}

.section {
  width: 100vw;
  height: 100vh;
  background-image: url('../images/20221231_162934.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading {
  color: #ebdede;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  font-family: Great Vibes, cursive;
  font-weight: 400;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section-default {
  width: 100%;
  text-align: center;
  justify-content: center;
  padding: 40px 23%;
  display: flex;
  position: relative;
}

.section-default.first-section {
  padding-top: 10px;
}

.div-block {
  width: 60%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.form {
  width: 350px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.field-label {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.submit-button {
  height: 35px;
  background-color: #016764;
  border-radius: 0;
  padding: 8px 32px;
}

.login-div {
  width: 650px;
  height: 371px;
  background-image: url('../images/KZ_LandingPage.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 56px;
  display: flex;
  position: static;
  overflow: hidden;
}

.form-block {
  width: 350px;
  text-align: center;
  align-self: flex-end;
  margin-bottom: 56px;
}

.text-field {
  width: 315px;
  height: 35px;
  text-align: center;
  border: 1px solid #016764;
  border-radius: 0;
}

.h1 {
  color: #016764;
  font-family: Open Sans, sans-serif;
  font-size: 28px;
  line-height: 1;
}

.tab-link {
  color: #016764;
  background-color: rgba(0, 0, 0, 0);
  padding: 21px 50px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.tabs {
  max-width: 1200px;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.subtabs {
  width: 100%;
}

.subtabs-menu {
  grid-column-gap: 1px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.sub-tablinks {
  color: #016764;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 12px;
  padding-right: 12px;
}

.sub-tablinks.w--current {
  color: #fff;
  background-color: #016764;
}

.sub-tab-content {
  text-align: center;
  padding-top: 46px;
  padding-bottom: 46px;
}

.image-2 {
  width: 30%;
  margin-bottom: -299px;
}

.tab-content {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  margin-top: 54px;
}

.body {
  font-family: Open Sans, sans-serif;
}

.logo-section {
  text-align: center;
  padding-top: 35px;
  padding-bottom: 20px;
}

.logo {
  width: 300px;
}

.div-content {
  width: 100%;
  height: auto;
  max-width: 750px;
  color: #016764;
  text-align: center;
  align-self: center;
}

.section-title {
  color: #016764;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-left: 27px;
  margin-right: 27px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
}

.section-content {
  text-align: center;
}

.section-content.left-align {
  text-align: left;
}

.venue-img {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gettinghere-img {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #016764;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  color: #016764;
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #016764;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.events-img {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.accomodation-img {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.square-imgs {
  width: 100%;
  max-width: 480px;
  margin-bottom: 40px;
}

.navbar {
  padding-top: 40px;
  padding-bottom: 15px;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu {
  float: none;
  color: #016764;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 15px;
}

.menu-buttons {
  color: #016764;
}

.menu-buttons.w--current {
  color: #016764;
  font-weight: 600;
}

.image-5 {
  width: 100%;
  max-width: 480px;
  margin-bottom: 50px;
}

.title-graphics {
  width: 100px;
}

.titles-div {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.section-default-login {
  width: 100%;
  height: 100vh;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.success-message {
  background-color: #016764;
}

.text-block-2 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

.success-div {
  color: #fff;
  background-color: #016764;
  margin-bottom: 3px;
  padding: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 1.3px;
}

.name-embed {
  color: #016764;
  border-bottom: 1px solid #016764;
  margin-bottom: 60px;
  padding-bottom: 7px;
  padding-left: 33px;
  padding-right: 33px;
  font-size: 14px;
  line-height: 2;
  display: inline-block;
}

.text-block-3 {
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .section-default {
    padding-left: 50px;
    padding-right: 50px;
  }

  .tab-link {
    padding: 10px 25px;
    font-size: 21px;
  }

  .image-2 {
    width: 75%;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .button-primary {
    margin-right: 3px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu {
    margin-top: 10px;
  }

  .section-default-login {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .text-field {
    width: 318px;
    font-size: 13px;
  }

  .tab-link {
    font-size: 19px;
  }

  .tabs-menu {
    margin-bottom: 15px;
  }

  .subtabs-menu {
    grid-column-gap: 1px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .logo-img {
    width: 254px;
  }

  .nav-menu {
    margin-top: 0;
  }

  .section-default-login {
    padding-left: 25px;
    padding-right: 25px;
  }

  .name-embed {
    line-height: 1.5;
  }
}

@media screen and (max-width: 479px) {
  a {
    white-space: nowrap;
  }

  .section-default {
    padding: 20px 15px;
  }

  .section-default.main-content {
    padding-top: 10px;
  }

  .form {
    width: 100%;
  }

  .submit-button {
    height: 25px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
  }

  .login-div {
    width: 100%;
    height: 306px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    width: 85%;
    margin-bottom: 60px;
  }

  .text-field {
    width: 90%;
    height: 30px;
    max-width: 95%;
  }

  .tab-link {
    width: 33%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 15px;
  }

  .tabs-menu {
    align-items: center;
  }

  .sub-tablinks {
    padding: 8px;
  }

  .sub-tab-content {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    width: 90%;
    margin-top: -208px;
  }

  .logo-section {
    padding: 35px 20px 10px;
  }

  .logo {
    width: 250px;
  }

  .section-title {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 1.1;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .button-primary {
    padding: 7px 14px;
    font-size: 12px;
  }

  .square-imgs {
    margin-bottom: 20px;
  }

  .navbar {
    padding-top: 20px;
  }

  .nav-menu {
    margin-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
    display: flex;
  }

  .menu-buttons {
    padding: 15px 5px;
    font-size: 12px;
  }

  .title-graphics {
    width: 80px;
  }

  .titles-div {
    padding-bottom: 10px;
  }

  .section-default-login {
    padding: 20px 5px;
  }

  .section-default-login.main-content {
    padding-top: 10px;
  }

  .name-embed {
    margin-bottom: 40px;
    line-height: 1.4;
  }
}

#w-node-_0ae5f582-1212-6922-c98b-c34e31778e50-31778e4e {
  justify-self: center;
}

#w-node-_0ae5f582-1212-6922-c98b-c34e31778e51-31778e4e {
  justify-self: end;
}

#w-node-_0ae5f582-1212-6922-c98b-c34e31778e53-31778e4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2941aaf7-e3d5-5262-dcb1-f74d4403ab21-4403ab1f {
  justify-self: center;
}

#w-node-_2941aaf7-e3d5-5262-dcb1-f74d4403ab22-4403ab1f {
  justify-self: end;
}

#w-node-_2941aaf7-e3d5-5262-dcb1-f74d4403ab24-4403ab1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
