.hello-bar {
  align-items: flex-start;
  gap: 53px;
  justify-content: center;
}

.hello-link {
  min-width: 100px;
}

@media (max-width: 1200px) and (min-width: 769px) {
  body .nav ul {
    align-items: stretch;
  }
  body .nav-container .hs-menu-wrapper {
    margin: 0 auto;
  }
  .header-nav .logo, .header-nav .nav-button-wrapper {
    padding-bottom: unset;
  }
  body .header-nav .nav ul li a,
  .header-nav .button-cta {
    font-size: 12px !important;
  }
}

@media (max-width: 768px) {
  .hello-bar {
    gap: 15px;
  }
}

nav ul li a:not(.button-cta),
nav a:not(.button-cta):not(.button-primary) {
  color: white;
}

.header-nav .logo,
.header-nav .nav-button-wrapper {
  padding-bottom: 15px;
}

.sticky-nav {
  position: sticky;
  top: 0;
  z-index: 1500;
}

nav.header-nav {
  box-shadow: 0px 0px 34px 0px #0000000D;
  position: relative;
  width: 100%;
  z-index: 15000;
}

nav.header-nav .nav-inner {
  display: flex;
  justify-content: center;
  width: 100%;
}

.nav-container {
    padding-top: 15px;
    padding-bottom: 0px;
    margin: auto;
}

nav.header-nav .header.container {
  max-width: unset !important;
}

.header-nav .nav {
    flex-basis: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 25px;
}
.nav-container .container .nav-inner-wrapper {
  width: 100%;
}
.nav-container .nav-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.nav-button-wrapper {
  display: flex;
  gap: 20px;
  min-width: 215px;
}
.nav-button-wrapper .btn-container {
  margin-left: auto;
}
a.nav-button-secondary {
  font-size: 18px;
}
.header-nav .nav ul li a {
  font-size: 14px !important;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.3s ease-out, background-color 0.3s ease-out;
}
.nav-container .hs-menu-wrapper {
    position: relative;
/*     margin: 0 auto -25px auto; */
}
.hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2:last-child{
    padding-bottom: 0px;
}  
//.hs-item-has-children {
    //display: flex;
    //align-items: center;
//}
/* .hs-item-has-children > a:after {
    content: url('');
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s;
} */
@media screen and (min-width: 991px) {
  .header .hs-item-has-children > .hs-menu-children-wrapper {
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  }
}
.hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2:last-child:hover {
    text-decoration: underline;
}
.nav-mobile {
    display: none;
}
.nav-toggle {
  display: none;
  position: absolute;
  right: 1rem;
  cursor: pointer;
}
.nav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
}

ul.hs-menu-children-wrapper li {
  padding:0px;
}

.nav ul li:hover {
    text-decoration: underline;
} 

.nav .hs-menu-depth-1 {
   --border-width: 2px;
    --bottom-distance: 1px;
    background-image: linear-gradient(var(--primary-blue),var(--primary-blue));
    background-position: 0 calc(71% - var(--bottom-distance));
    background-repeat: no-repeat;
    background-size: 0 var(--border-width);
    transition: background-size .2s ease-out;
}
.nav .hs-menu-depth-1:hover {
  text-decoration: none;
}
.nav .hs-menu-depth-1:hover > a {
    color: var(--purple);
  }
.nav-container .hs-menu-children-wrapper {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
/*     top: 80px; */
/*     margin-left: -30px; */
    visibility: hidden;
    padding: 20px 35px;
    gap: 20px;
    transition: all 0.2s ease-out;
    overflow: hidden;
    max-height: 0px;
}
.hs-item-has-children > .hs-menu-children-wrapper {
    transition: max-height 0.3s ease-out;
}
.hs-item-has-children:hover > .hs-menu-children-wrapper {
    max-height: 500px;
    visibility: visible;
}
  
.nav-mobile .hs-menu-children-wrapper {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    position: relative ;
    top: 0;
    margin-left: 15px;
    background: transparent;
    visibility: visible;
    padding: 0px;
    box-shadow:none;
}

.nav-mobile .hs-item-has-children > a::after {
    margin-left: 10px;
    transition: transform 0.3s ease-out;
    display: inline-block;
}

.nav-mobile .hs-item-has-children.active > .hs-menu-children-wrapper {
    height: auto;
    padding: 10px 0; /* Add padding as needed */
}

.nav-mobile .hs-item-has-children.active > a::after {
    transform: rotate(180deg);
}
.nav-mobile ul li a {
    color:#ffffff;
    text-decoration:none;
    padding: 15px 0;
}
.hidden {
  display: none;
}
.nav-mobile-menu-wrapper .nav-button-wrapper a {
  text-align:center;
  justify-content:center;
}

/**
* Mobile
*/
@media screen and (max-width: 991px) {
  .nav-button-wrapper {
    flex-direction: column;
  }
  .nav-container {
    padding: 0px;
  }
  .nav-container .nav-inner-wrapper {
        padding: 24px 48px;
    }
  .header-nav .nav, .nav-button-wrapper {
    display: none;
  }
  .nav-mobile {
    background-color: var(--dark-purple);
    display: block;
  }
  .nav-mobile ul {
    padding-left: 0px;
  }
  .nav-mobile .hs-item-has-children > .hs-menu-children-wrapper {
    margin-left: 0px;
  }
  .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav-mobile {
    height: 0;
    padding:0px 30px;
    overflow: hidden;
     transition: 250ms all ease-in;
  }

  .nav-mobile li {
    display: block;
    padding: 20px 28px 20px 0;
    min-height: 48px;
  }
  .nav-mobile li.hs-menu-item.hs-menu-depth-1 {
    border-bottom: 1px solid #fff;
    padding: 0;
    margin: 20px 0;
  }

  .header-nav li a {
    font-size: 14px;
    color: #fff;
  }

  .nav-toggle {
    display: block;
  }
  .hs-item-has-children {
  display: block;
    align-items: center;
  }
  .logo img{
    width: 196px;
  }
  .nav-mobile .hs-menu-depth-1 > a {
    font-size: 14px;
    padding: 20px 0;
  }
  .hs-menu-item.hs-menu-depth-1.hs-item-has-children.active > a {
    color: var(--purple);
  }
  .nav-mobile .hs-item-has-children > a:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    height: 10px;
    margin-left: 5px;
    width: 18px;
    transition: all 0.2s ease-out;
    transform: rotate(180deg);
  }
  .nav-mobile .hs-item-has-children.active > a:after {
    transform: rotate(0deg);
  }

  .nav-mobile .nav-button-wrapper a {
    background-color: var(--yellow);
    border-color: var(--yellow);
    color: black;
    margin: 12px 0;
  }
  
  .nav-mobile .nav-button-wrapper a:after {
    content: url("data:image/svg+xml,%3Csvg width='10' height='14' viewBox='0 0 10 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.90625 7.53125L2.84375 13.625C2.53125 13.9062 2.0625 13.9062 1.78125 13.625L1.0625 12.9062C0.78125 12.625 0.78125 12.1562 1.0625 11.8438L5.875 7L1.0625 2.1875C0.78125 1.875 0.78125 1.40625 1.0625 1.125L1.78125 0.40625C2.0625 0.125 2.53125 0.125 2.84375 0.40625L8.90625 6.5C9.1875 6.78125 9.1875 7.25 8.90625 7.53125Z' fill='#1F1F1F'/%3E%3C/svg%3E");
  }

  .nav-mobile-menu-wrapper .hs-menu-children-wrapper .hs-menu-depth-2 {
    line-height:40px;
  }
  .header-nav .open {
    height: 100%;
    padding: 16px 30px;
  }

  .hamburger .line {
    width: 36px;
    height: 5px;
    background-color: var(--primary-blue);
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 40px;
      border-radius: 5px;
  }

  .hamburger:hover{
    cursor: pointer;
  }

  .hamburger.is-active .line:nth-child(2){
    opacity: 0;
  }

  .hamburger.is-active .line:nth-child(1){
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
  }

  .hamburger.is-active .line:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }

  .nav ul {
      margin: 0px;
  }
}
@media screen and (min-width: 991px) {
  nav .nav-container .hs-menu-children-wrapper {
      gap: 0px;
      padding: 10px 0px 10px 20px;
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 250px;
      z-index: 10;
  }
  nav .nav-container .hs-menu-children-wrapper li a {
      padding: 15px;
  }
  .nav ul, ul.hs-menu-children-wrapper li {
      margin: 0 auto 0 0;
      width: 100%;
  }
  ul.hs-menu-children-wrapper li a {
      border-radius: 5px;
      transition: background-color 0.2s ease-out;
  }
  .nav ul li.hs-item-has-children:after {
      background-repeat: no-repeat;
      background-position: center;
      content: '';
      display: inline-block;
      height: 10px;
      margin: auto 5px;
      transform: rotate(180deg);
      width: 14px;
      transition: all 0.2s ease-out;
  }
  .nav .hs-menu-depth-1:hover:after {
      transform: rotate(180deg);
  }
  ul.hs-menu-children-wrapper li.hs-menu-depth-2:hover,
  ul.hs-menu-children-wrapper li.hs-menu-depth-2:hover a {
      text-decoration: none !important;
  }
  .hs-menu-children-wrapper {
    display: flex !important;
  }
}
@media screen and (max-width: 500px) {
  .nav-container .nav-inner-wrapper {
    gap: 20px;
  }
  .nav-button-wrapper .arrow {
    display: none;
  }
}

//nav ul li:hover a:not(.button-primary),
//nav a:hover:not(.button-primary) {
    //color: black;
//}

.nav ul li.hs-menu-depth-1:after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.53125 1.09375L13.625 7.15625C13.9063 7.46875 13.9063 7.9375 13.625 8.21875L12.9063 8.9375C12.625 9.21875 12.1563 9.21875 11.8438 8.9375L7 4.125L2.1875 8.9375C1.875 9.21875 1.40625 9.21875 1.125 8.9375L0.40625 8.21875C0.125 7.9375 0.125 7.46875 0.40625 7.15625L6.5 1.09375C6.78125 0.8125 7.25 0.8125 7.53125 1.09375Z' fill='white'/%3E%3C/svg%3E");
}

.nav-mobile .hs-item-has-children > a:after {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.53125 1.09375L13.625 7.15625C13.9063 7.46875 13.9063 7.9375 13.625 8.21875L12.9063 8.9375C12.625 9.21875 12.1563 9.21875 11.8438 8.9375L7 4.125L2.1875 8.9375C1.875 9.21875 1.40625 9.21875 1.125 8.9375L0.40625 8.21875C0.125 7.9375 0.125 7.46875 0.40625 7.15625L6.5 1.09375C6.78125 0.8125 7.25 0.8125 7.53125 1.09375Z' fill='white'/%3E%3C/svg%3E");
  }

@media (min-width: 992px) {
  .header .hs-item-has-children > .hs-menu-children-wrapper {
      background: var(--purple);
      width: unset;
  }

  .nav ul li.hs-menu-depth-1 {
    align-items: center;
    border-radius: 5px 5px 0 0;
    display: flex;
    padding: 0 11px;
    position: relative;
    transition: all 0.3s ease-out;
  }

  .nav ul li.hs-menu-depth-1:hover {
    background-color: var(--purple);
  }
  
  nav ul li:hover a:not(.button-primary),
  nav a:hover:not(.button-primary),
  body nav.header-nav .nav ul li.hs-menu-depth-1:hover a {
    color: black;
  }

  .nav ul li.hs-menu-depth-1 a {
      padding: 15px 0;
  }

  .header ul.hs-menu-children-wrapper li.hs-menu-depth-2 a {
    border-radius: 5px 0 0 5px;
    border-top: transparent solid 3px;
    border-left: transparent solid 3px;
    border-bottom: transparent solid 3px;
    color: black;
    display: inline-block;
    padding: 15px;
    width: 100%;
  }

  body nav.header-nav .nav ul li.hs-menu-depth-1 ul li.hs-menu-depth-2:hover a {
      background-color: var(--dark-purple);
      border-color: var(--grape);
      color: white;
  }

  .nav ul li.hs-menu-depth-1:hover:after {
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.53125 1.09375L13.625 7.15625C13.9063 7.46875 13.9063 7.9375 13.625 8.21875L12.9063 8.9375C12.625 9.21875 12.1563 9.21875 11.8438 8.9375L7 4.125L2.1875 8.9375C1.875 9.21875 1.40625 9.21875 1.125 8.9375L0.40625 8.21875C0.125 7.9375 0.125 7.46875 0.40625 7.15625L6.5 1.09375C6.78125 0.8125 7.25 0.8125 7.53125 1.09375Z' fill='black'/%3E%3C/svg%3E");
    transform: rotate(0deg);
  }
}