.menu-left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #2C4A47 !important;
}
.menu-left .has-heading-xs-font-size {
  font-weight: 400 !important;
}
.menu-left .btn-no-fill-light {
  font-weight: 500 !important;
}
.menu-left :where(body .is-layout-flow) > :first-child:first-child {
  margin-block-end: 16px;
}

.menu-right {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #284340 !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: left !important;
}
.menu-right h4 {
  font-weight: 600 !important;
  font-size: 18px !important;
}
.menu-right p {
  font-weight: 300;
  margin-block-start: 4px !important;
}

.haltian-header {
  background-color: #102B29;
  color: #FFFFFF;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  z-index: 3;
}
.haltian-header + .wp-block-group {
  padding-top: 80px !important;
}
.haltian-header .wp-block-columns:not(.is-not-stacked-on-mobile) > .haltian-header__button.wp-block-column {
  flex-basis: auto;
  min-width: auto;
}
.haltian-header .wp-block-columns:not(.is-not-stacked-on-mobile) > .haltian-header__search.wp-block-column {
  flex-basis: auto;
  min-width: auto;
}

#wpadminbar {
  position: fixed !important;
}

.haltian-header-columns {
  align-items: center !important;
}
.haltian-header-columns .wp-block-navigation-item {
  margin-right: 0.5rem;
}

@media (min-width: 1440px) {
  .haltian-header-columns {
    width: 1440px;
    justify-content: center;
  }
  .haltian-header {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 960px) {
  .haltian-header-columns {
    display: none !important;
  }
}
.haltian-header-menu-2-columns {
  display: flex;
  justify-content: flex-end;
}

.two-column-is-right {
  justify-content: flex-end;
}

.animated-underline {
  text-decoration: none !important;
  color: inherit;
  display: inline-flex;
  gap: 8px;
  border: none;
  box-sizing: border-box;
  border-bottom: 2px solid transparent;
  position: relative;
  padding-bottom: 2px;
}
.animated-underline.is-hovered::after {
  transform: scaleX(1);
}
.animated-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #73F9C1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
  box-sizing: border-box !important;
  will-change: transform;
}
.animated-underline a {
  text-decoration: none !important;
  position: relative;
}
.animated-underline a:focus {
  outline: 2px solid #007BFF !important;
}
.animated-underline a:focus::after {
  transform: scaleX(1) !important;
}
.animated-underline a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #73F9C1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
  box-sizing: border-box !important;
}
.animated-underline:hover::after, .icon-trigger:hover + .animated-underline::after {
  transform: scaleX(1);
}
.animated-underline:focus {
  outline: 2px solid #007BFF !important;
}
.animated-underline:focus::after {
  transform: scale(1);
}
.animated-underline:active::after {
  background-color: #FF8862 !important;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #102B29 !important;
  padding: 64px 60px 32px 32px;
  color: #FFFFFF !important;
  margin: 0;
  background-image: url("footer-mountain.png");
  background-repeat: no-repeat;
}
footer .wp-block-columns {
  width: 100%;
  max-width: 1440px;
}
footer .footer-nav-blocks {
  display: flex !important;
}
footer .footer-nav-blocks-left {
  margin-right: auto !important;
  align-items: flex-start;
}
footer .footer-nav-blocks-right {
  margin-left: auto !important;
  align-items: start !important;
}
footer .footer-newsletter {
  background-color: pink !important;
}
footer .footer-policy-menus {
  color: #D8DCDC;
  font-size: 0.875rem !important;
}
@media (min-width: 960px) {
  footer {
    background-position-y: 100%;
    background-position-x: 100%;
    background-size: auto 80%;
  }
  footer .footer-nav-blocks-left {
    min-width: 756px !important;
  }
}
@media (min-width: 760px) and (max-width: 959px) {
  footer {
    background-position: bottom center;
  }
  footer .footer-nav-blocks {
    flex-direction: column !important;
  }
  footer .footer-nav-blocks-right {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-top: 64px !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  footer .footer-nav-blocks-left {
    width: 756px;
  }
}
@media (min-width: 451px) and (max-width: 759px) {
  footer {
    background-position: bottom center;
    padding-bottom: 355px;
    background-size: auto 301px;
  }
  footer .footer-nav-blocks {
    flex-direction: column !important;
  }
  footer .footer-nav-blocks-right {
    margin-right: 0 !important;
    margin-left: 0 !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  footer .footer-nav-blocks-left {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  footer .footer-nav-blocks-left > * {
    padding-bottom: 75px !important;
  }
  footer .footer-policy-menus {
    width: 233px !important;
  }
}
@media (max-width: 450px) {
  footer {
    background-position: bottom center;
    padding-bottom: 355px;
    background-size: auto 301px;
  }
  footer .footer-nav-blocks {
    flex-direction: column !important;
  }
  footer .footer-nav-blocks-right {
    margin-right: 0 !important;
    margin-left: 0 !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  footer .footer-nav-blocks-left {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
  }
  footer .footer-nav-blocks-left > * {
    padding-bottom: 50px !important;
  }
  footer .footer-policy-menus {
    width: 160px !important;
  }
}

/* import button styles from the block.scss file. Use relative path */
.btn-full {
  width: 100%;
}

.haltian-btn button, div[data-hs-forms-root=true] input[type=submit] button, input[type=submit] {
  /* Body/M bold */
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  font-size: 1rem !important;
  font-weight: 600;
  font-style: normal;
  line-height: 160%;
  outline: 2px solid transparent;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-top: 8px;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  gap: 8px;
  text-decoration: none;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

.btn-light, input[type=submit] {
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  background-color: #73F9C1 !important;
  color: #081F1D !important;
  padding: 10px 20px;
}
.btn-light svg, input[type=submit] svg {
  fill: #081F1D !important;
}
.btn-light:hover, input[type=submit]:hover {
  background-color: #FF8862 !important;
  color: #143633 !important;
}
.btn-light:hover svg, input[type=submit]:hover svg {
  fill: #143633 !important;
}
.btn-light:focus, input[type=submit]:focus {
  background-color: #FF8862 !important;
  color: #143633 !important;
  outline: 2px solid #007BFF;
}
.btn-light:focus svg, input[type=submit]:focus svg {
  fill: #143633 !important;
}
.btn-light:active, input[type=submit]:active {
  background-color: #496361 !important;
}

.btn-dark {
  color: #FFFFFF;
  background-color: #143633;
  padding: 10px 20px;
}
.btn-dark svg {
  fill: #FF8862;
}
.btn-dark:hover {
  background-color: #73F9C1;
  color: #143633 !important;
}
.btn-dark:hover svg {
  fill: #143633;
}
.btn-dark:focus {
  background-color: #73F9C1;
  color: #143633;
  outline: 2px solid #007BFF;
}
.btn-dark:focus svg {
  fill: #143633;
}
.btn-dark:active {
  background-color: #FF8862;
  color: #143633;
}

.haltian-btn button span, div[data-hs-forms-root=true] input[type=submit] button span {
  display: inline-flex;
  align-items: center;
}

.haltian-btn svg, div[data-hs-forms-root=true] input[type=submit] svg {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
}

.btn-only-arrow {
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
}

.btn-no-fill-dark {
  background-color: transparent !important;
  color: #081F1D !important;
  padding: 0px !important;
}
.btn-no-fill-dark svg {
  fill: #143633;
}
.btn-no-fill-dark:focus {
  outline: 2px solid #007BFF;
}

.btn-no-fill-light {
  background-color: transparent !important;
  color: #FFFFFF !important;
  padding: 0px !important;
}
.btn-no-fill-light svg {
  fill: #FFFFFF !important;
}
.btn-no-fill-light:focus {
  outline: 2px solid #007BFF;
}

.btn-filled {
  gap: 8px;
  display: inline-flex;
}

div[data-hs-forms-root=true] {
  font-size: 12px;
  padding-bottom: 48px;
  padding-top: 10px;
  /*remove list styling*/
}
div[data-hs-forms-root=true] .hs-form {
  display: grid;
  gap: 16px;
}
div[data-hs-forms-root=true] .hs-form-required {
  color: #FF8862;
}
div[data-hs-forms-root=true] .actions {
  display: flex;
  justify-content: center;
}
div[data-hs-forms-root=true] .hs-input {
  border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #E7EBEB;
  background: #FFF;
  line-height: 25px;
}
div[data-hs-forms-root=true] input[type=submit] {
  width: fit-content;
  align-self: center;
}
div[data-hs-forms-root=true] ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
div[data-hs-forms-root=true] .hs-form-booleancheckbox {
  display: flex;
  align-items: center;
}
div[data-hs-forms-root=true] .hs-form-booleancheckbox input[type=checkbox] {
  width: 22px !important;
  height: 22px !important;
  border-radius: 4px;
  border: 1px solid #E7EBEB;
  background: #FFF;
  margin-right: 8px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
div[data-hs-forms-root=true] .hs-form-booleancheckbox-display {
  font-weight: 400;
}

.rank-math-breadcrumb {
  color: #8FFACD;
  background-color: #143633;
  padding-left: 36px;
  padding-right: 36px;
  padding-top: 32px;
  padding-bottom: 24px;
  /* Heading/Overline - XXS bold */
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 15px */
  text-transform: uppercase;
}
.rank-math-breadcrumb a {
  text-decoration: none;
}

.lwptoc_i {
  padding: 0;
  margin-bottom: 32px;
}
.lwptoc_i .lwptoc_items {
  margin-left: 20px;
}
.lwptoc_i .lwptoc_itemWrap .lwptoc_item .lwptoc_item_label {
  font-weight: 500;
}
.lwptoc_i .lwptoc_itemWrap .lwptoc_item .lwptoc_itemWrap {
  margin-left: 24px !important;
}
.lwptoc_i .lwptoc_itemWrap .lwptoc_item .lwptoc_itemWrap .lwptoc_item_label {
  font-weight: 400;
  font-size: 18px;
}
.lwptoc_i .lwptoc_itemWrap .lwptoc_item .lwptoc_itemWrap .lwptoc_item {
  margin-top: 0px !important;
  list-style: disc !important;
}
.lwptoc_i .lwptoc_itemWrap .lwptoc_item .lwptoc_itemWrap .lwptoc_item .lwptoc_itemWrap .lwptoc_item {
  list-style: circle !important;
}

html, body {
  overflow-x: hidden;
}

.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.light-button-style button {
  font-weight: 350;
}

main {
  flex: 1;
}

footer {
  flex-shrink: 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

/* Darken screen when mega menu is open.

Initial state */
.wp-site-blocks {
  position: relative;
  transition: background-color 0.3s ease;
}
.wp-site-blocks::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

/* Darken overlay when menu is expanded */
body.menu-expanded .wp-site-blocks::before,
body.search-expanded .wp-site-blocks::before {
  opacity: 1;
  z-index: 2;
}

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