.komodo-header {
  background-image: url(https://www.komodohealth.com/hubfs/_2024/header-desktop-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.komodo-header.header-bg-transparent {
  background-image: none;
}

.komodo-header.header-bg-transparent.scrolled {
  background-image: url(https://www.komodohealth.com/hubfs/_2024/header-desktop-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.komodo-header__container {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
  padding: 11.5px 20px;
}

.komodo-header__menu {
  display: flex;
  align-items: center;
}

.komodo-header__menu ul {
  display: flex;
  align-items: center;
/*   gap: 20px; */
  padding: 0;
  margin: 0;
  list-style: none;
}

.komodo-header__menu ul li {
  margin: 0;
  padding: 5px 14px;
  position: relative;
}

.komodo-header__menu ul li a {
  font-size: 20px;
  color: rgba(255,255,255,.6);
  font-weight: 600;
  line-height: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 250ms color ease-in-out;
  text-decoration: none !important;
}

.komodo-header__menu ul li a:hover {
  color: #fff;
}
.komodo-header .hs-item-has-children.hs-menu-depth-1 .hs-menu-children-wrapper {
  display: none;
}
.komodo-header .hs-item-has-children.hs-menu-depth-1 .hs-menu-children-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #344043;
  min-width: 100%;
  width: max-content;
  z-index: 2;
}

.komodo-header .hs-item-has-children .hs-menu-children-wrapper a {
  color: #68cce8;
  display: block;
  font-weight: 400;
  padding: 5px 15px;
  text-transform: none;
  font-size: 20px;
  transition: 250ms background ease-in-out;
}

.komodo-header .hs-item-has-children.hs-menu-depth-1 .hs-menu-children-wrapper a:hover {
  background-color: #485355;
}

.komodo-header .hs-item-has-children .hs-menu-children-wrapper .hs-menu-depth-3 a {
  padding-left: 35px;
}

.komodo-header .hs-item-has-children .hs-menu-depth-2 .hs-menu-children-wrapper {
  position: static;
}

.komodo-header .hs-item-has-children .hs-menu-children-wrapper li {
  padding: 0;
}

.komodo-header .hs-item-has-children {
  position: relative;
}

.komodo-header .hs-menu-depth-2.hs-item-has-children > a {
  padding-right: 45px;
}

.komodo-header .hs-item-has-children:hover .hs-menu-children-wrapper {
  display: block;
}

li.hs-menu-item.hs-menu-depth-3 {
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transition: opacity .2s ease;
}

.hs-menu-depth-2.hs-item-has-children .hs-menu-children-wrapper.expanded li.hs-menu-depth-3 {
  display: block;
  opacity: 1;
  height: auto;
  overflow: hidden;
}

li.hs-menu-depth-2 > ul.hs-menu-children-wrapper {
  position: relative;
}

li.hs-menu-depth-2 > ul.hs-menu-children-wrapper:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 40px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yIDEuNDA2MjVMOCA3LjQwNjI1TDE0IDEuNDA2MjUiIHN0cm9rZT0iIzY4Q0NFOCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+Cjwvc3ZnPgo=);
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 3px;
  cursor: pointer;
  transition: transform .3s ease;
}

li.hs-menu-depth-2 > ul.hs-menu-children-wrapper.expanded:before {
  transform: rotate(180deg);
}

.komodo-header .hs_cos_wrapper_type_logo img {
  width: 150px !important;
}

.komodo-header .hs_cos_wrapper_type_logo a {
  display: flex;
}

.komodo-header .nav-contact-btn {
  background-color: #68cce8;
  border-radius: 20px;
  color: rgba(0, 0, 0, .5);
  padding: 0 19px;
  -webkit-transition: background-color .3s linear, opacity 0.3s ease-in-out;
  transition: background-color .3s linear, opacity 0.3s ease-in-out;
  min-width: 118px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Titillium Web;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  margin-left: 29px;
  text-decoration: none !important;
  opacity: 1;
}

.komodo-header__menu .hs-menu-wrapper {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.komodo-header__menu .nav-contact-btn.hide,
.komodo-header__menu .hs-menu-wrapper.hide {
  visibility: hidden;
  opacity: 0;
}

.komodo-header .nav-contact-btn:hover {
  background-color: #fff;
}

.komodo-header__search {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  width: 40px;
  height: 40px;
  text-decoration: none !important;
  transition: 250ms background ease-in-out;
}

.komodo-header__search svg {
  width: 25px;
  height: 25px;
  transition: 250ms transform ease-in-out;
}

.komodo-header__search svg .x-icon,
.komodo-header__search svg .magnify {
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.komodo-header__search svg .x-icon {
  opacity: 0;
  visibility: hidden;
}

.komodo-header__search.closeable svg .magnify {
  opacity: 0;
  visibility: hidden;
}

.komodo-header__search.closeable svg .x-icon {
  opacity: 1;
  visibility: visible;
}

.komodo-header__form {
/*   display: none; */
  position: relative;
}

.komodo-header__menu.active .komodo-header__form {
/*   display: block; */
}

.komodo-header__menu.active .komodo-header__search {
  background: #68CCE8;
}

.komodo-header__menu.active ul {
  display: none;
}

.komodo-header__menu.active .komodo-header__search svg {
/*   width: 19px;
  height: 19px; */
  transform: scale(0.76);
  stroke: #fff;
}

.komodo-header__menu.active .komodo-header__search svg circle,
.komodo-header__menu.active .komodo-header__search svg path {
  stroke: #fff;
}

.komodo-header__menu.active .nav-contact-btn {
  display: none;
}

.komodo-header__form input[type="search"] {
  margin: 0 !important;
  width: 333px !important;
  max-width: 0px;
  outline: none;
  padding: 10px 0 !important;
  transition: 300ms ease-in-out max-width, 300ms padding ease-in-out, 150ms ease opacity;
  opacity: 0;
  visibility: hidden;
  background-color: #fff !important;
}

.komodo-header__menu.active .komodo-header__form input[type="search"] {
  max-width: 333px;
  visibility: visible;
  opacity: 1;
  padding: 10px !important;
/*   transition: 300ms ease-in-out max-width, 300ms padding ease-in-out; */
}

.komodo-health__search-results-for {
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0,0,0,0.5);
  margin-top: 12px;
}

.komodo-header__form__suggestions a {
  color: #000000;
  font-size: 18px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.5);
  display: block;
  font-weight: 600;
}

.result-item:last-of-type {
  margin-bottom: 12px;
}

.komodo-header__form__suggestions {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: auto;
  background: #DEDEDE;
  padding: 0 12px;
  color: #000;
  display: none;
}

.komodo-header__form__suggestions.active {
  display: block;
}

.komodo-header__form__suggestions .komodo-health__search__see-all {
  color: #000;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: flex-end;
  text-decoration: none !important;
  border-bottom: none;
}

.komodo-header__hamburger {
  display: none;
  height: 20px;
  width: 27px;
  margin-left: 7px;
  cursor: pointer;
}

.komodo-header__hamburger span {
  background-color: #fff;
  border-radius: 15px;
  display: block;
  height: 2px;
  margin-bottom: 6px;
  transition: transform .4s cubic-bezier(.3,0,.22,1), opacity .2s cubic-bezier(.3,0,.22,1);
}
.komodo-header__hamburger span:first-of-type {
  transform-origin: top right;
}

.komodo-header__hamburger span:nth-of-type(2) {
  margin: auto 0 6px auto;
}

.komodo-header__hamburger span:last-of-type {
  transform-origin: bottom right;
}

.komodo-header__dropdown {
  display: none;
  height: calc(100vh - 68px);
  overflow-y: auto;
  position: fixed;
  top: 68px;
  width: 100%;
  z-index: 200;
  background: #000;
}

input[type="search"]::-webkit-search-cancel-button {
/*   color: #000;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4081 3.41559C20.189 2.6347 20.189 1.36655 19.4081 0.585663C18.6272 -0.195221 17.359 -0.195221 16.5782 0.585663L10 7.17008L3.41559 0.59191C2.6347 -0.188974 1.36655 -0.188974 0.585663 0.59191C-0.195221 1.37279 -0.195221 2.64095 0.585663 3.42183L7.17008 10L0.59191 16.5844C-0.188974 17.3653 -0.188974 18.6335 0.59191 19.4143C1.37279 20.1952 2.64095 20.1952 3.42183 19.4143L10 12.8299L16.5844 19.4081C17.3653 20.189 18.6335 20.189 19.4143 19.4081C20.1952 18.6272 20.1952 17.359 19.4143 16.5782L12.8299 10L19.4081 3.41559Z' fill='black'/%3E%3C/svg%3E%0A"); */
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.44824 3.57031L16.5517 17.1417M3.44824 17.1417L16.5517 3.57031' stroke='black' stroke-width='2.5'/%3E%3C/svg%3E%0A");
/*   background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4081 3.41559C20.189 2.6347 20.189 1.36655 19.4081 0.585663C18.6272 -0.195221 17.359 -0.195221 16.5782 0.585663L10 7.17008L3.41559 0.59191C2.6347 -0.188974 1.36655 -0.188974 0.585663 0.59191C-0.195221 1.37279 -0.195221 2.64095 0.585663 3.42183L7.17008 10L0.59191 16.5844C-0.188974 17.3653 -0.188974 18.6335 0.59191 19.4143C1.37279 20.1952 2.64095 20.1952 3.42183 19.4143L10 12.8299L16.5844 19.4081C17.3653 20.189 18.6335 20.189 19.4143 19.4081C20.1952 18.6272 20.1952 17.359 19.4143 16.5782L12.8299 10L19.4081 3.41559Z' fill='black'/%3E%3C/svg%3E%0A");   */ */
/*   background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L10 10.25M18 18.5L10 10.25M10 10.25L2 18.5L18 2' stroke='black' stroke-width='3'/%3E%3C/svg%3E%0A"); */
/*   background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2050_1452)'%3E%3Cpath d='M0.251759 23.7438C-0.0722008 23.4199 -0.0722008 22.892 0.251759 22.568L22.569 0.250782C22.8929 -0.0731774 23.4209 -0.0731774 23.7448 0.250782C24.0688 0.574742 24.0688 1.10268 23.7448 1.42664L1.42761 23.7438C1.09165 24.0798 0.575718 24.0798 0.251759 23.7438Z' fill='black'/%3E%3Cpath d='M0.251969 0.250782C0.575928 -0.0731774 1.10386 -0.0731774 1.42782 0.250782L23.757 22.58C24.081 22.9039 24.081 23.4319 23.757 23.7558C23.4331 24.0798 22.9051 24.0798 22.5812 23.7558L0.251969 1.42664C-0.0839895 1.09068 -0.0839895 0.574742 0.251969 0.250782Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2050_1452'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); */
/*   background-image: url("data:image/svg+xml,%3Csvg width='29' height='28' viewBox='0 0 29 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='x-icon' d='M5 5L24 24M5 24L24 5' stroke='%23000' stroke-width='3.5'%3E%3C/path%3E%3C/svg%3E"); */
  background-size: contain;
  background-position: center center;
}

@media(max-width: 1079px) {
  
  li.hs-menu-depth-2 > ul.hs-menu-children-wrapper:before {
    top: -47px;
  }

  .komodo-header .nav-contact-btn {
    display: none;
  }
  
  .komodo-header__menu ul {
    display: none;
  }
  
  .komodo-header__hamburger {
    display: block;
  }
  
  .komodo-header__dropdown {
    display: block;
    max-height: 0px;
    padding-bottom: 0;
    transition: 300ms max-height ease-in-out, 300ms padding-bottom ease-in-out;
  }
  
  .komodo-header__dropdown.active {
    max-height: 1000px;
  }
  
  .komodo-header__hamburger.open span:first-of-type {
    top: -1;
    transform: rotate(-45deg) translateY(-2px);
  }
  
  .komodo-header__hamburger.open span:nth-of-type(2) {
    opacity: 0;
    transform: translateX(100%);
  }
  
  .komodo-header__hamburger.open span:last-of-type {
    bottom: -1;
    transform: rotate(45deg) translateY(2px);
  }
  
  .komodo-header__dropdown .hs_cos_wrapper_type_menu {
    padding: 0 30px;
    display: block;
  }
  
  .komodo-header__dropdown ul {
    padding: 0;
    list-style: none;
    margin: 0;
  }
  
  .komodo-header__dropdown ul li {
    margin-left: 0;
    margin-right: 0;
  }
  .komodo-header__dropdown ul li.hs-menu-depth-1 a:first-child {
    color: hsla(0, 0%, 100%, .5);
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    word-break: keep-all;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  
  .komodo-header__dropdown ul li .hs-menu-children-wrapper a {
    color: #68cce8 !important;
    padding: 4px 20px !important;
    text-transform: none !important;
    width: 100%;
  }
  
  .komodo-header__dropdown ul.hs-menu-children-wrapper {
/*     border-bottom: 1px solid #707070; */
/*     border-top: 1px solid #707070; */
    margin-top: 8px;
  }
  
  .komodo-header__dropdown li.hs-menu-depth-2 ul.hs-menu-children-wrapper {
    border-bottom: none;
    height: 0;
  }
  
  .komodo-header__dropdown li.hs-menu-depth-2 ul.hs-menu-children-wrapper.expanded {
    height: auto;
  }
  
  .komodo-header__dropdown li.hs-menu-depth-1:not(:first-child) {
    border-top: 1px solid #707070;
    padding-top: 8px;
  }
  
  .komodo-header__dropdown li.hs-menu-depth-1.hs-item-has-children {
    border-bottom: none;
    padding-bottom: 0;
  }

  .komodo-header__dropdown li.hs-menu-item.hs-menu-depth-3 {
    padding-left: 18px;
    margin: 4px 0;
  }
  
  .komodo-header__dropdown .nav-contact-btn {
    margin: 40px auto 0;
    display: block;
    width: max-content !important;
    position: relative;
    z-index: 2;
  }
  
  .komodo-header__dropdown p {
    background-color: #68cce8;
    color: #fff;
    display: block;
    margin-top: -15px;
    padding: 30px 50px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .komodo-header__form {
    position: absolute;
    right: 105px; 
  }
  .komodo-header__form input[type=search] {
    width: calc(100vw - 123px) !important;
    height: 44px;
  }
  
  .komodo-header__search {
    height: 44px;
    width: 44px;
  }
}