/******************************************************************************************************************************************/
/*                                                          VARIABLES                                                                      /
/******************************************************************************************************************************************/

/********************  CORES  *******************/






/* Background */




/* Títulos */



/* Textos */



/* Inputs */
 /*  */
 /*  */

/***************  FONTES  **************/



/***************  WIDTH  **************/




/* --- Custom Menu Primary --- */   
 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

.menu *:after,
.menu *::after,
.menu *:before,
.menu *::before {
  display:none!important;
}
#hs_menu_wrapper_module_1696964243697113_ > ul > li:nth-child(7) > a{
  margin-top: 10px;
}
#hs_menu_wrapper_module_1696964243697113_ > ul > li:nth-child(7) > ul{
  border: none;
  margin-top: 10px;
}
#hs_menu_wrapper_module_1696964243697113_ > ul > li:nth-child(7) > ul > li:nth-child(1){
  background: #27348B!important;
  border-bottom: 1px solid #FFF !important;
}
#hs_menu_wrapper_module_1696964243697113_ > ul > li:nth-child(7) > ul > li:nth-child(2){
  background: #27348B!important;
  border-bottom: 1px solid #FFF !important;
}
#hs_menu_wrapper_module_1696964243697113_ > ul > li:nth-child(7) > ul > li:nth-child(3){
  background: #27348B!important;
  border-bottom: 1px solid #FFF !important;
}#hs_menu_wrapper_module_1696964243697113_ > ul > li:nth-child(7) > ul > li:nth-child(4){
  background: #27348B!important;
  border-bottom: 1px solid #FFF !important;
}
#hs_menu_wrapper_module_1696964243697113_ > ul > li:nth-child(7) > ul > li:nth-child(5){
  background: #27348B!important;
  border-bottom: 1px solid #FFF !important;
}
#hs_menu_wrapper_module_1696964243697113_ > ul > li:nth-child(7) > ul > li:nth-child(6){
  background: #27348B!important;
  border-bottom: 1px solid #FFF !important;
}
#hs_menu_wrapper_module_1696964243697113_ > ul > li:nth-child(7) > ul > li:nth-child(7){
  background: #27348B!important;
  border-bottom: 1px solid #FFF !important;
}
#hs_menu_wrapper_module_1696964243697113_ > ul > li:nth-child(7) > ul > li:nth-child(8){
  background: #27348B!important;
  border-bottom: 1px solid #FFF !important;
}
#hs_menu_wrapper_module_1696964243697113_ > ul > li:nth-child(7) > ul > li:nth-child(9){
  background: #27348B!important;
  border-bottom: 1px solid #FFF !important;
}
/*  .menu {
position: absolute;
left: 0;
background: rgba(255,255,255,0);
min-height: 100px!important;
z-index: 999999;
}  */
.menu .menu__container .logo {
  position: absolute;
  top: 20px;
  left: 0;
  width: 200px;
}
#hs_menu_wrapper_module_1696964243697113_ > ul > li:nth-child(7) > img{
  display: none !important;
}

@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .menu {
    position: absolute;
    top: 0!important;
    left: 0;
    right: 0;
    z-index: 999999;
  }
  .menu .menu__container .logo {
    position: absolute;
    top: 20px;
    left: 0;
    width: 200px;
  }
}

/* Parent List */
.custom-menu-primary .hs-menu-wrapper ul,
.custom-menu-primary .hs-menu-wrapper li {
  list-style: none!important;
}
.custom-menu-primary .hs-menu-wrapper,
.custom-menu-primary .hs-menu-wrapper > ul {
  z-index: 999999999!important;
}
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:rgba(255,255,255,0);
}
.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:;
}

/* Child List */
.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:;
}


@media only screen and (min-width: 1200px) {
  .menu {
    /*     position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    z-index: 999999;
  }
  .menu .menu__container > .row-fluid-wrapper > .row-fluid {
    position: relative;
    display: grid;
    grid-template-columns: 322px 1fr;
    grid-template-rows: 70px;
    align-items: center;
    justify-items: center;
    grid-gap: 30px;
    box-sizing: border-box;
    padding: 15px 10px;
    grid-template-areas: ". menu";
  }
  .menu .menu__container > .row-fluid-wrapper > .row-fluid > .widget-span:last-child {
    grid-area: menu;
  }
  @media only screen and (max-width: 1200px) {
    .menu .menu__container > .row-fluid-wrapper > .row-fluid {
      grid-template-columns: 1fr;
    }
  }
  .menu .menu__container > .row-fluid-wrapper > .row-fluid > .widget-span {
    width: 100%!important;
    margin: 0 !important;
  }
  .menu .menu__container > .row-fluid-wrapper:last-child {
    justify-self: flex-end;
  }

  .menu .menu__container .logo {
    width: 180px;
  }

  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 1rem;
    list-style: none!important;
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li {
    cursor: pointer;
    transition: all .3s ease-in-out;
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li,
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font: 400 normal 1rem/115% 'myriad-pro', sans-serif!important;
    color: #F7F9F9;
    text-decoration: none!important;
    white-space: nowrap;
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1) { 
    /*     position: absolute; */
    /*     right: 0; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background: #0095D9;
    border-radius: 0.5rem;
    border: 1px solid #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font: 700 normal .9rem/115% 'myriad-pro', sans-serif!important;
    color: #FFFFFF;
    text-transform: uppercase;
    min-height: 40px;
    padding: 0 40px;
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1) a {
    font: 700 oblique 1rem/115% 'myriad-pro', sans-serif!important;
    color: #FFFFFF!important;
  }

  /* Submenu */
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    grid-gap: 5px;
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper {
    position: absolute;
    top: 18px;
    left: 0;
    display: none;
    background: rgba(255,255,255,1)!important;
    border: 1px solid #2c2276;
    list-style: none!important;
    padding:0!important;
    visibility: hidden;
    opacity: 0;
    min-width: 250px!important;
    z-index: 999999999;
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2 {
    background: rgba(255,255,255,1)!important;
    border-bottom: 1px solid #2c2276;
    list-style: none;
    transition: all .3s ease-in-out;
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2:last-child {
    border-bottom: 0;
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2 > a {
    display: flex;
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: #2c2276;
    padding: 10px;
}
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    display:block!important;
    visibility: visible!important;
    opacity: 1!important;
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2:hover {
    background: #2C2276!important;
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children,
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul > li {
    position: relative;
  }
  /*   .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover {
  padding: 10px 0 0;
} */
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2:hover > a {
    color: rgba(255,255,255,1)!important;
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover > a {
    margin: 0 10px;
  }


  /* Sub Submenu */
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children > ul {
    display:none;
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > ul.hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children:hover > ul {
    position: absolute;
    left: -300px;
    top: 0;
    display: block!important;
    background: rgba(255,255,255,1);
    color: #FFFFFF!important;
    border-bottom: 1px solid #2c2276;
    list-style: none;
    transition: all .3s ease-in-out;
    width: 300px;
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children > ul > li.hs-menu-item.hs-menu-depth-3 {
    border: 1px solid #2c2276;
    border-bottom: 0;
    transition: all .3s ease-in-out;
/*     padding: 10px; */
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children > ul > li.hs-menu-item.hs-menu-depth-3 > a {
    display: flex;
    font: 400 normal 1rem/115% 'myriad-pro', sans-serif!important;
    color: #2c2276!important;
    text-decoration: none;
    padding: 10px;
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children > ul > li.hs-menu-item.hs-menu-depth-3:hover {
    background: rgba(44,34,118,.9)!important;
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul.hs-menu-children-wrapper > li.hs-menu-depth-2.hs-item-has-children > ul > li.hs-menu-item.hs-menu-depth-3:hover > a {
    color: #ffffff!important; 
  }





  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li:hover {
    /*     filter: brightness(1) blur(.3px) !important; */
    transform: scale(1.05);
  }
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li a:after,
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li a::after {
    display: block!important;
    visibility: hidden;
    position: absolute;
    bottom: -5px;
    left: 0;
    content: ' ';
    background: rgba(0,0,0,1);
    border-radius: 2px;
    transition: all .3s ease-in-out;
    height: 0;
    width: 0;
  }
  /*   .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li:hover a:after,
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li:hover a::after {
  visibility: visible;
  height: 2px;
  width: calc(100% - 20px);
  left: 10px;
}
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1):hover a:after,
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1):hover a::after {
  width: 0;
} */
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(1):hover a,
  .menu .menu__container .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2):hover a {
    text-decoration: none!important;    
  }


  .menu .menu__container .translate {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 100%;  
  }
  .menu .menu__container .translate .row-fluid:after, 
  .menu .menu__container .translate .row-fluid::after,
  .menu .menu__container .translate .row-fluid:before,
  .menu .menu__container .translate .row-fluid::before {
    display: block!important;
  }
  .menu .menu__container .translate .globe_class {
    filter: invert(1)!important;
  }
  .menu .menu__container .translate .globe_class ul {
    min-width: 200px;
    left: calc(50% - 80px);
  }
}



/* Override max width on menu links */
.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;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1199px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block;
  }
}




/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 1199px){
  .menu__container {
    position: relative;
  }
  .menu__container .custom-menu-primary.js-enabled,
  .menu__container > .row-fluid-wrapper:last-child {
    min-height: 0px!important;
    height: 0px!important;
  }

  .menu .menu__container .translate {
    position: absolute;
    top: 33px;
    right: 0;
    margin: 0;
  }
  .globe_class {
    filter: invert(1)!important;
  }
  .globe_class ul {
    right: -100px;
    width: 200px;
    left: initial;
  }


  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

  .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:#ffffff;
    z-index: 99999999;
  }

  /*logotipo*/
  #hs_cos_wrapper_module_1666876383806237_ > img {
    padding:25px !important;
  }
  /* Toggle Button
  ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 27px;          /* Position Button at right of screen  */
    /*     right: 65px;        /*******************************************/ 
    right: 0;
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #2c2276;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #2c2276; 
  }
  /*   @media only screen and (max-width: 500px) {
  .mobile-trigger{
  right: 35px;
}
} */
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #2c2276;
    background-color: #FFF; 
    border-color: #2c2276;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #2c2276;
    background-color: #FFF; 
    border-color: #2c2276;
  }


  /* Toggle Button Icon
  ========================================================================== */
  .mobile-trigger i:after, 
  .mobile-trigger i:before,
  .mobile-trigger i::after, 
  .mobile-trigger i::before,
  .child-trigger i:after,
  .child-trigger i::after,
  .child-trigger i:before,
  .child-trigger i::before {
    display: block!important;
  }

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

  .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: #2c2276; /* Icon color */
  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    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: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    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{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  
  /* 
  .custom-menu-primary.js-enabled{

  padding-top: 44px; 
  margin: 10px 0 10px 0;
}*/

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

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: absolute;
    top: 56px;
    left: 0px;
    padding: 0;
    width: 100%!important;
    z-index: 999999;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #2c2276; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px solid rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#fff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    position: relative;
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li {
    position: relative;
    background-color: rgba(255, 255, 255, .06);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}