@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; }
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper{
  z-index: 99999;
  background-color: #fff;
  padding: 60px 30px 40px;
}
.custom-menu-primary li.hs-menu-item.hs-menu-depth-2 {align-self: baseline;margin:0;}
.custom-menu-primary ul.hs-menu-children-wrapper {
    gap: 18px !important;
}



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

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


@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: 45px; right: 15px; 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: -7px; }
  .mobile-trigger i:before, .mobile-trigger i:after { position: absolute; content: ''; }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after { width: 27px; height: 3px; /*     -webkit-border-radius: 1px; */ /*     -moz-border-radius: 1px; */ /*     border-radius: 1px; */ background-color: #93255D; display: inline-block; }
  .mobile-trigger i:before { top: -7px; }
  .mobile-trigger i:after { top: 7px; }
  .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: #93255D !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: 12px; height: 8px; 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; margin: 0; padding-top: 98px; left:0; right:0; }
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .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; display: none; }
  .custom-menu-primary.js-enabled .hs-menu-wrapper { width: 100%; position: absolute; top: 100%; left: 0; padding: 0; background-color:#93255D; }
  .custom-menu-primary .hs-menu-wrapper { background-color:; width: 100%; }
  .custom-menu-primary .hs-menu-wrapper > ul > li { position: relative; }
}


.header-section { width: 100%; display: inline-block; vertical-align: top; padding: 27px 0 28px; }
.header-section .header-inner { width: 100%; display: flex; align-items: center; justify-content: space-between; }
.header-section .header-inner .logo { width: auto; display: inline-block; margin: 0; }
.header-section .header-inner .logo a { width: auto; display: inline-block; }
.header-section .header-inner .logo a img { max-width: 157px; height: 42px; }
.header-section .header-inner .menu { width: auto; display: inline-block; margin: 0; }
.header-section .header-inner .menu ul { width: auto; gap: 73px; align-items: center; justify-content: flex-end; }
.header-section .header-inner .menu ul li { width: auto; display: inline-block; font-size: 16px; font-weight: 400; line-height: 19.5px; text-transform: uppercase; }
.header-section .header-inner .menu ul li a { width: auto; display: inline-block; }
.header-section .header-inner .menu ul li:hover a { color: #93255D; }
.header-section .header-inner .menu ul li:not(.hs-menu-depth-2):last-child a { padding: 8px 29px; border: 1px solid transparent; background: #93255D; color: #ffffff; font-weight: 600; border-radius: 5px; }
/* .header-section .header-inner .menu ul li:last-child:hover a { border: 1px solid #93255D; background: #ffffff; color: #93255D; } */

.header-section .header-inner .menu ul li.hs-menu-item.hs-menu-depth-1.active.active-branch a {font-weight: 700;color: #93255d;position: relative;}
.header-section .header-inner .menu ul li.hs-menu-item.hs-menu-depth-1.active.active-branch a::before{content:"";position:absolute;height: 4px;background:#93255d;width:100%;bottom: -39px;left:0;}
.header-section .header-inner .menu ul li.hs-menu-item.hs-menu-depth-1.active.active-branch:last-child a{color:#fff;}
.header-section .header-inner .menu ul li.hs-menu-item.hs-menu-depth-1.active.active-branch:last-child a:hover {color:#93255d;}
.header-section .header-inner .menu ul li.hs-menu-item.hs-menu-depth-1.active.active-branch:last-child a::before{content:none;}

@media(max-width:991px) {
  .header-section .header-inner .menu ul { gap: 20px; }
}

@media(max-width:767px) {
  .header-section .header-inner .menu { width: 100%; }
  .header-section { 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-inner .menu ul { padding: 0; width: 100%; }
  .header-section .header-inner .menu ul li { width: 100%; border-top: 1px dotted rgba(255, 255, 255, .35);}
  .header-section .header-inner .menu ul li a { padding: 14px 15px; color:#fff; }
  .header-section .header-inner .menu ul li:last-child a { padding: 14px 15px; border: none; font-weight: 400; border-radius: unset; }
}