body:has(header.section) {
  padding-top: calc(var(--wp-admin--admin-bar--height, 0px) + 0px);
}

header.section {
  color: var(--wp--preset--color--text);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80px;
  top: var(--wp-admin--admin-bar--height, 0px);
  z-index: 1000;
  box-sizing: border-box;
}
header.section * {
  box-sizing: border-box;
}
header.section ul {
  margin: 0px;
}
header.section .container {
  height: 100%;
}
header.section .container nav {
  height: 100%;
  padding: 10px 0px;
}
header.section .button {
  margin: 0px;
}
header.section .site-logo {
  height: 100%;
}
header.section .site-logo img {
  height: 100%;
  object-fit: contain;
}
header.section .hamburger {
  display: flex;
  flex-direction: column;
  gap: 7px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  header.section .hamburger {
    display: none;
  }
}
header.section .hamburger .hamburger-line {
  height: 2px;
  width: 35px;
  background-color: var(--wp--preset--color--dark);
  display: block;
  transition: all 0.3s ease-in-out;
}
header.section.is-open .hamburger .hamburger-line {
  background-color: var(--wp--preset--color--dark);
  display: block;
  cursor: pointer;
}
header.section.is-open .hamburger .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(2px, 9px);
}
header.section.is-open .hamburger .hamburger-line:nth-child(2) {
  opacity: 0;
  transform: translateX(-35px);
}
header.section.is-open .hamburger .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -11px);
}
header.section .container {
  width: var(--wp--style--global--wide-size);
  margin: auto;
}
@media screen and (max-width: 768px) {
  header.section .container .wp-block-button {
    display: none;
  }
}
header.section .container .wp-block-button .wp-element-button.phone {
  display: flex;
  gap: 8px;
  flex-direction: row-reverse;
}
header.section .container .wp-block-button .wp-element-button.phone:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M16.675%2013.3167C15.65%2013.3167%2014.6583%2013.15%2013.7333%2012.85C13.4417%2012.75%2013.1167%2012.825%2012.8917%2013.05L11.5833%2014.6917C9.225%2013.5667%207.01667%2011.4417%205.84167%209L7.46667%207.61667C7.69167%207.38333%207.75833%207.05833%207.66667%206.76667C7.35833%205.84167%207.2%204.85%207.2%203.825C7.2%203.375%206.825%203%206.375%203H3.49167C3.04167%203%202.5%203.2%202.5%203.825C2.5%2011.5667%208.94167%2018%2016.675%2018C17.2667%2018%2017.5%2017.475%2017.5%2017.0167V14.1417C17.5%2013.6917%2017.125%2013.3167%2016.675%2013.3167Z%22%20fill%3D%22%2300182E%22%2F%3E%3C%2Fsvg%3E");
}
header.section .container nav.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header.section .container nav.navbar {
    justify-content: center;
  }
}
header.section .container nav.navbar .menu {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
header.section .container nav.navbar .menu ul {
  margin-left: 0px;
  padding-left: 0px;
  display: flex;
  align-items: center;
  gap: 40px;
}
header.section .container nav.navbar .menu ul li {
  list-style: none;
  position: relative;
}
header.section .container nav.navbar .menu ul li a {
  text-decoration: none;
  color: var(--wp--preset--color--text);
  font-family: var(--wp--preset--font-family--content);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
}
header.section .container nav.navbar .menu ul li.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--wp--preset--color--dark);
  cursor: pointer;
}
header.section .container nav.navbar .menu ul li:hover ul.sub-menu {
  top: 75px;
  opacity: 1;
  pointer-events: all;
}
header.section .container nav.navbar .menu ul li ul.sub-menu {
  position: absolute;
  background-color: var(--wp--preset--color--light);
  flex-direction: column;
  gap: 5px;
  padding: 10px 0px;
  border-top: none;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: -1;
  top: -50px;
  left: 0px;
  transform: translateX(-35%);
  min-width: 100px;
  width: fit-content;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
header.section .container nav.navbar .menu ul li ul.sub-menu:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--wp--preset--color--light);
  z-index: -1;
}
header.section .container nav.navbar .menu ul li ul.sub-menu li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  padding: 10px 20px;
  display: block;
  width: 100%;
  text-align: left;
  color: var(--wp--preset--color--dark);
  transition: all 0.3s ease-in-out;
}
header.section .container nav.navbar .menu .cta-container {
  display: flex;
  align-items: center;
}