@keyframes goDown {
  0%{
    top:-47px;
  }
  100% {
    transform: translateY(0px);
  }
}

{% set ulColor       = "" %} /* Set ul background color */
{% set liColor       = "" %} /* Set li background Color */
{% set aColor        = "" %} /* Set link Color */
{% set aColorHover   = "" %} /* Set link Hover Color */

.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}


@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}






.mobile-trigger, .child-trigger{
  display: none; 
}

@media (max-width: 767px){

  {% set menuColorMobile = "#000000" %}  
  {% set aColorMobile = "#ffffff" %}      
  {% set aColorHoverMobile = "#ffffff" %} 

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:;
  }


  .mobile-trigger{
    display: inline-block !important; 
    cursor: pointer; 
    position: absolute; /*******************************************/
    top: -12px;          
    right: 16px;        /*******************************************/
    width: auto;
    height: auto;
    background: transparent; 
    border: unset;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    color: ; 
  }
  .mobile-trigger:hover{
    text-decoration: none; 
    color:;
    background-color: ; 
    border-color: transparent;
  }


  .mobile-open .mobile-trigger{
    color:;
    background-color: ; 
    border-color: transparent;
  }



  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -6px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 18px;
    height: 2px;
    /*     -webkit-border-radius: 1px; */
    /*     -moz-border-radius: 1px; */
    /*     border-radius: 1px; */
    background-color: #000000; 
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; 
  }
  .mobile-trigger i:after{
    top: 6px; 
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #000000 !important; 
  }



  .child-trigger{
    display: block !important;
    cursor: pointer; 
    position: absolute;
    top: 0px;
    right: -20px;
    width: 55px !important; 
    min-width: 55px !important;
    height: 45px !important; 
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20); 
    z-index: 99;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; 
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 18px;
    height: 2px;
    background-color: unset;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6' fill='none'%3E%3Cpath d='M1 1.6875L4 4.67158L7 1.6875' stroke='white' stroke-linecap='square'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
  }
  /*   .child-trigger i:after{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
} */
  /*   .child-trigger.child-open i:after{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
} */
  .child-trigger.child-open i{
    transform: rotate(180deg);
  }

  .custom-menu-primary.js-enabled{
    position: absolute;
    padding-top: 0; 
    margin: 0;
    left:0;
    right:0;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: none;
  }  
  /*   .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
  display: none;
}   */

  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  /*   .custom-menu-primary ul.hs-menu-children-wrapper{
  display: none;
} */

  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    height: calc(100vh - 87px);
    top: 29px;
    bottom: 0;
    background: #FBF8F5;
    padding: 0 16px;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:; 
    width: 100%; 
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
}



header { line-height: 0; }
.header-section { background: #FBF8F5; width: calc(100% + 16px); margin-left: -8px; display: inline-block; vertical-align: top; }
.header-section .header-top { width: 100%; display: inline-block; background: #000000; padding: 7px 0 6px; }
.header-section .header-top .top-inner { width: 100%; display: inline-block; text-align: center; }
.header-section .header-top .top-inner p { width: 100%; display: inline-block; color: rgb(255 255 255 / 90%); font-size: 12px; font-style: normal; font-weight: 400; line-height: 16.8px; }
.header-section .header-top .top-inner p a { width: auto; display: inline-block; color: rgb(255 255 255 / 90%); text-decoration-line: underline; text-underline-position: from-font; }
.header-section .header-bottom { width: 100%; display: inline-block; vertical-align: top; padding: 16px 0; }
.header-section .header-bottom .header-inner { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.header-section .header-bottom .header-inner .left { width: auto; display: flex; align-items: center; justify-content: flex-start; gap: 20px; margin: 0; }
.header-section .header-bottom .header-inner .left .logo { width: auto; display: inline-block; margin: 0; }
.header-section .header-bottom .header-inner .left .logo a { width: auto; display: inline-block; }
.header-section .header-bottom .header-inner .left .logo a img { max-width: 143px; height: 26px; display: inline-block; }
.header-section .header-bottom .header-inner .left .text { width: auto; display: inline-block; margin: 0; }
.header-section .header-bottom .header-inner .left .text span { width: auto; display: inline-block; font-size: 14px; font-style: normal; font-weight: 400; line-height: 19.6px; }
.header-section .header-bottom .header-inner .header-menu { margin: 0; width: auto; display: flex; align-items: center; justify-content: flex-end; }
.header-section .header-bottom .header-inner .header-menu .menu { margin: 0; width: auto; display: inline-block; margin: 0; }
.header-section .header-bottom .header-inner .header-menu .menu ul { width: auto; }
.header-section .header-bottom .header-inner .header-menu .menu ul li { margin: 0; width: auto; display: inline-block; padding: 0 10px; }
.header-section .header-bottom .header-inner .header-menu .menu ul li a { padding-top: 6px; position: relative; width: auto; display: inline-block; color: #000; font-size: 14px; line-height: 19.6px; text-decoration: none; }
.header-section .header-bottom .header-inner .cta { width: auto; display: flex; align-items: center; gap: 20px; justify-content: flex-end; margin: 0; }
.header-section .header-bottom .header-inner .cta a { width: auto; display: inline-block; color: #000; font-size: 14px; text-decoration: none; line-height: 19.6px; }
.header-section .header-bottom .header-inner .header-menu .menu ul li.hs-item-has-children { padding-right: 17px; }
.header-section .header-bottom .header-inner .header-menu .menu ul li.hs-item-has-children > a:after { content: ""; width: 8px; height: 5px; background-image: url("https://46100905.fs1.hubspotusercontent-na1.net/hubfs/46100905/Hunter_2025/Images/arrow.svg"); background-color: unset; background-repeat: no-repeat; background-size: cover; background-position: center; display: inline-block; top: 61%; transform: translateY(-50%); right: -11px; position: absolute; }
.header-section .header-bottom .header-inner .header-menu .menu ul li.hs-item-has-children:hover ul { background: #000000; border-bottom-left-radius: 11px; border-bottom-right-radius: 11px; gap: 10px; z-index: 1; padding: 9px; right: 0; }
.header-section .header-bottom .header-inner .header-menu .menu ul li.hs-item-has-children:hover ul li a { color: #FBF8F5; }
.header-section .header-bottom .header-inner .header-menu .menu ul li.hs-item-has-children:hover { background: #000000; border-top-left-radius: 11px; border-top-right-radius: 11px; }
.header-section .header-bottom .header-inner .header-menu .menu ul li.hs-item-has-children:hover > a { color: rgb(255 255 255 / 90%); }
.header-section .header-bottom .header-inner .header-menu .menu ul li.hs-item-has-children:hover ul li { padding: 0; }
.header-section .header-bottom .header-inner .header-menu .menu ul li.hs-item-has-children:hover ul li:hover a { text-decoration: underline; text-underline-offset: 5px; }
.header-section .header-bottom .header-inner .header-menu .menu ul li.hs-item-has-children:hover > a:after { background-image: url(https://46100905.fs1.hubspotusercontent-na1.net/hubfs/46100905/Hunter_2025/Images/white-arrow.svg); }
.header-section .header-bottom .header-inner .header-menu .mobile-menu { display: none; }


@media(max-width:1199px) {
  .header-section .header-bottom .header-inner .left .text { display: none; }
}
@media(max-width:767px) {
  .header-section .header-bottom .header-inner .header-menu { width: 100%; }
  .header-section { width: calc(100% + 20px); margin-left: -10px; position: relative; z-index: 99; }
  body .mobile-trigger i, body .mobile-trigger i:before, body .mobile-trigger i:after { -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */ }
  body.mobile-open .mobile-trigger i { background: transparent !important; }
  body.mobile-open .mobile-trigger i:before, .body.mobile-open .mobile-trigger i:after { top: 0; }
  body.mobile-open .mobile-trigger i:before { transform: rotate(45deg); }
  body.mobile-open .mobile-trigger i:after { transform: translateY(-10px) rotate(-45deg); top: 10px; }
  .header-section .header-bottom .header-inner .header-menu .mobile-menu { display: inline-block; }
  .header-section .header-bottom .header-inner .header-menu .menu.desktop { display: none; }
  .header-section .header-bottom .header-inner .cta { display: none; }
  .custom-menu-primary .hs-menu-wrapper > ul { border-top: 1px solid #000; padding-top: 20px; }
  .custom-menu-primary .hs-menu-wrapper > ul > li { margin: 0 0 60px; }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) { margin: 0; }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child { position: fixed; bottom: 0; margin: 0; width: 100%; display: inline-block; left: 0; padding: 0 16px; }
  .custom-menu-primary .hs-menu-wrapper > ul >li.hs-item-has-children > a { color: #000; font-family: "Scto Grotesk A"; font-size: 14px; font-style: normal; font-weight: 400; line-height: 19.6px; width: auto; display: inline-block; margin: 0 0 10px; }
  .custom-menu-primary .hs-menu-wrapper > ul ul { gap: 24px; }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a { color: #000; font-size: 48px; font-style: normal; font-weight: 400; line-height: 48px; letter-spacing: -1.44px; }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a { opacity: 0; width: 100% !IMPORTANT; display: inline-block; padding: 24px; border-radius: 80px; color: rgb(255 255 255 / 90%); background: #000000; text-align: center; font-size: 18px; font-weight: 400; line-height: 12px; text-transform: capitalize; letter-spacing: -0.36px; text-decoration: none; transition: all 0.4s ease-in-out; }
  body.mobile-open .custom-menu-primary .hs-menu-wrapper > ul > li:last-child a { opacity: 1; transition-delay: 0.3s; }
}


