.navbar3_container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr -webkit-max-content 1fr;
  -ms-grid-columns: 1fr max-content 1fr;
  grid-template-columns: 1fr -webkit-max-content 1fr;
  grid-template-columns: 1fr max-content 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar3_tablet-menu-button {
  display: none;
  margin-left: 1rem;
  padding: 0.5rem 1.5rem;
  border: 1px solid #000;
  background-color: #000;
  color: transparent;
}

.navbar3_menu-button {
  padding: 0rem;
}

.navbar3_dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar3_logo-link-menu {
  display: none;
  padding-left: 0rem;
}

.navbar3_menu-dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.navbar3_menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar3_logo {
  max-height: 70px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar3_link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0.5rem 1rem;
  color: #56585c;
}

.navbar3_link.w--current {
  color: transparent;
}

.navbar3_logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0rem;
}

.navbar3_menu-background {
  position: static;
  display: none;
}

.button {
  padding: 0.75rem 1.5rem;
  border: 1px solid transparent;
  background-color: transparent;
  color: transparent;
  text-align: center;
}

.button.is-navbar3-button {
  margin-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 2px;
  border-color: #56585c;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #56585c;
  font-size: 16px;
  font-weight: 400;
}

.button.is-navbar3-button:hover {
  background-color: #ab8800;
  color: #fff;
}

.navbar3_dropdown-link {
  padding: 0.5rem 1rem;
}

.navbar3_dropdown-link.w--current {
  color: transparent;
}

.dropdown-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-right: 1rem;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar3_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  max-width: 100%;
  min-height: 4.5rem;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid transparent;
  background-color: transparent;
}

.navbar3_dropdown-list.w--open {
  position: absolute;
  padding: 8px;
  border: 1px solid transparent;
  background-color: transparent;
}

.heading {
  font-size: 36px;
}

.heading-2 {
  margin-left: 20px;
  color: #ab8800;
  font-size: 44px;
  line-height: 49px;
}

@media screen and (max-width: 991px) {
  .navbar3_container {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
  }

  .navbar3_tablet-menu-button {
    display: inline-block;
    width: 100%;
    margin-top: 1.5rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .navbar3_menu-button {
    margin-left: -0.5rem;
    padding: 0rem;
  }

  .navbar3_menu-button.w--open {
    background-color: transparent;
  }

  .menu-icon3_line-top {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .menu-icon3_line-bottom {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
  }

  .navbar3_dropdown-toggle {
    position: relative;
    width: 100%;
    margin-right: 0rem;
    margin-left: 0rem;
    padding: 0.75rem 2rem 0.75rem 0rem;
  }

  .navbar3_logo-link-menu {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
    float: none;
  }

  .navbar3_menu-dropdown {
    position: relative;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
  }

  .navbar3_menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    z-index: 1;
    display: block;
    overflow: auto;
    width: 80vw;
    height: 100vh;
    margin-left: 0px;
    padding-right: 5vw;
    padding-bottom: 5rem;
    padding-left: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #000;
    background-color: transparent;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .navbar3_link {
    position: static;
    padding: 0.75rem 0rem;
    font-size: 1.125rem;
  }

  .navbar3_logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar3_menu-background {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: none;
    width: 100vw;
    height: 100vh;
    padding-right: 0rem;
    padding-bottom: 0rem;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .navbar3_dropdown-link {
    padding: 0.75rem 0rem 0.75rem 5%;
  }

  .dropdown-icon {
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    margin-top: 0rem;
    margin-right: 0px;
    margin-bottom: 0rem;
  }

  .menu-icon3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-right: -0.5px;
    padding-right: 0rem;
    padding-bottom: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-icon3_line-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .navbar3_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar3_dropdown-list.w--open {
    position: static;
    padding: 0px;
    border-style: none;
  }

  .heading-2 {
    margin-top: 0px;
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar3_menu {
    width: 90vw;
  }

  .navbar3_logo {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .button.is-navbar3-button {
    padding: 0.25rem;
    font-size: 14px;
  }

  .navbar3_component {
    min-height: 4rem;
  }

  .heading-2 {
    margin-left: 0px;
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .navbar3_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navbar3_menu-button {
    display: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .button.is-navbar3-button {
    width: 100%;
    margin-bottom: 10px;
    border-width: 1px;
    font-size: 18px;
  }
}

#w-node-_41471741-6e5f-3858-9f8f-d785ed812e1c-4aa56e9b {
  -ms-grid-column-align: end;
  justify-self: end;
}

