#header-en {
  background: #fff;
  width: 100%;
  z-index: 99999999;
}

.fixed-header {
  position: fixed;
}

#header-en .container {
  margin: 16px auto;
}

#header-en .container {
  margin: 0px auto;
}

#header-en .logo-sec {

}

#header-en .menu-sec {

}

#header-en .cta-sec {
  display: flex;
  width: -webkit-fill-available;
  margin: auto 0;
  justify-content: flex-end;
}

#header-en .cta-sec .language-sec{
  margin: auto 0;
}

#header-en .cta-sec .language-sec img {
  border-radius: 30px;
  width: 25px;
  margin-right: 8px;
}

#header-en .cta-sec .language-sec span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #212121; 
}

#header-en .cta-sec .cta_sec {
  margin-right: 2%;
}

#header-en .cta-sec .pink_cta {
  position:relative;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
  padding: 12px 28px;
  background: #EF5B72;
  border-radius: 6px;
  text-decoration: none;
  width: fit-content;
  margin: 0 auto;
  transition: all 0.22s ease-out; 
}

#header-en .cta-sec .pink_cta .icon {
  position: absolute;
  top:4px;
  right:5px;
}

#header-en .cta-sec .pink_cta  a {
  color: #FFFFFF;
  text-decoration: none;
}

#header-en .menu-sec ul.navbar-nav{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
} 

.menu-sec .hs-menu-wrapper > ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#header-en .menu-sec ul.navbar-nav li , .menu-sec .hs-menu-wrapper > ul > li {  
  padding: 0 10px;
}



#header-en .menu-sec ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #212121;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 5px 0px;
}

#header-en .menu-sec ul li:hover a {
  color: #EF5B72;
}

#header-en .menu-sec ul li.dropdown ul.navbar-nav li.nav-item.dropdown ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #212121 !important;
  text-decoration: none;
}

#header-en .menu-sec ul li.dropdown ul.navbar-nav li.nav-item.dropdown ul li:hover a {
  color: #EF5B72  !important;
}

#header-en .menu-sec ul li.dropdown ul li.dropdown ul.show-sub-child {
  display: block;
  top: 0;
  left: 100%;
  margin: 0 !important;
  position: absolute;
  z-index: 99999;
}
#header-en .menu-sec ul li.dropdown ul li.dropdown ul {
  display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  display: none;
}
.language-sec {
  display: block;
}

.lang-click {
  font-size: 16px;
  cursor: pointer;
}

.lang-click img {
  max-height: 26px;
  width: auto !important;
}

.language-sec {
  margin-left: 10px !important;
  position: relative;
}

ul#language-menu {
  display: block !important;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 140%;
  list-style: none;
  min-width: 80px;
  left: -5px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0px 5px 10px #0000004a;
  transition: 0.3s all ease-out;
  opacity: 0;
  visibility: hidden;
  padding: 0 5px;
}


ul#language-menu li img {
  max-height: 23px;
  width: auto !important;
}

ul#language-menu li {
  padding: 5px;
}

ul#language-menu li a {
  font-size: 16px;
  text-decoration: none;
}

.language-sec:hover ul#language-menu {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  /* desktop Device and small devices */

  #header-en .cta-sec .pink_cta {
    padding: 12px 20px;
  }

  #header-en .cta-sec .pink_cta .icon {
    margin-left: 5px;
  }

}



@media only screen and (max-width: 992px) {

  #header-en .cta-sec {
    display: flex;
    margin: auto 0;
    justify-content: normal;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #header-en .cta-sec .pink_cta {
    width: max-content;
  }

  #header-en .cta-sec .cta_sec {
    margin-right: 2%;
  }

  #header-en .menu-sec ul.navbar-nav {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #header-en .menu-sec ul.navbar-nav.hs-menu-children-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  #header-en .menu-sec ul li.dropdown ul li a {
    color: #EF5B72;
  }

  #header-en .navbar-collapse{
    position: absolute;
    background-color: #f2f2f2;
    z-index: 9;
    top: 90%;
    margin-right: 0px;
    padding: 10px;
    border-radius: 16px;
    overflow-y: auto !important;
  }

}


@media only screen and (min-width: 992px) {

  /* Tablet and desktop Device */

  #header-en .menu-sec ul li.dropdown ul.hide-submenu {  
    display: none;
  }

  /*   #header-en .menu-sec ul li.dropdown::after{
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 0;
  height: 0;
  margin-left: .255em;
  content: "";
} */
  .child-trigger i {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .child-trigger {
    display: block !important;
    margin-left: 10px;
  }
  #header-en .menu-sec ul.navbar-nav li.dropdown {
    display: flex;
    position: relative;
  }
  #header-en .menu-sec ul li.dropdown ul {
    top: 100%;
    margin-top: 10px;
  }
  #header-en .menu-sec ul li.dropdown::after {}
  #header-en .menu-sec > ul > li.dropdown-link::after {
    display: inline-block;
    padding: 3px;
    width: 11px;
    height: 0;
    margin-left: .255em;
    content: "";
    background: url(https://f.hubspotusercontent10.net/hubfs/8804313/Bubble%20Bridge/Vector%201.svg);
    background-repeat: no-repeat;
  }

  #header-en .menu-sec ul li.dropdown ul {
    display: block;
    position: absolute;
    width: max-content;
    background-color: #fff;
    box-shadow: 0px 4px 24px rgb(0 0 0 / 8%); 
    margin-top: 15px; 
    z-index:9;
  }

  #header-en .menu-sec ul li.dropdown:hover ul li a {
    color: #000 !important;
  }

  #header-en .menu-sec ul li.dropdown ul li:hover a {
    color: #EF5B72 !important;
  }

  #header-en .menu-sec ul li.dropdown ul li {
    text-align: center;
    padding: 16px 26px;
    border-bottom: 1px solid #e7dfdf;
  }
  #header-en .menu-sec .hs-menu-wrapper > ul > li.dropdown ul ul {
    left: 100%;
    top: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  /* Medium Desktop Device */

  #header-en .menu-sec ul.navbar-nav li {
    padding: 0 6px;
  }

}


/* ******************* Media Query ******************* */
/*  ipad pro Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  /* #header-en .menu-sec ul li.dropdown ul li.dropdown ul {
  display: block;
} */
}

/* ipad Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  #header-en .menu-sec ul li.dropdown ul li.dropdown ul {
    display: block;
  }
  #header-en .menu-sec ul li.dropdown ul li.dropdown ul.show-sub-child.hide-submenu {
    display: none;
  }
  #header-en .menu-sec ul li.dropdown ul li.dropdown ul.show-sub-child {
    top: 0;
    left: 0;
    margin: 0 !important;
    position: relative;
    z-index: 99999;
  }
  #header-en .menu-sec ul li.dropdown ul.hs-menu-children-wrapper.navbar-nav.hide-submenu {
    display: none;
  }
  #header-en .menu-sec ul li.dropdown ul.hs-menu-children-wrapper.navbar-nav.show-sub-child {
    display: block !important;
  }
  #header-en .navbar-collapse {
    position: absolute;
    background-color: #F2F2F2;
    z-index: 9;
    top: 90%;
    margin-right: 0px;
    padding: 10px;
    border-radius: 16px;
    max-height: 500px;
    overflow-y: auto !important;
    padding-bottom: 50px;
  }
  #header-en .navbar-collapse{
    width: 100%;
  }
}
@media (max-width:991px){
.col-sm-9.menu-sec {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
div#navbarNavDropdown {
    width: 100%;
}
}
/* Landscape iphones 6 and portrait tablets */
@media (max-width: 767px) {
  #header-en .menu-sec ul li.dropdown ul li.dropdown ul {
    display: block;
  }
  #header-en .menu-sec ul li.dropdown ul li.dropdown ul.show-sub-child.hide-submenu {
    display: none;
  }
  #header-en .menu-sec ul li.dropdown ul li.dropdown ul.show-sub-child {
    top: 0;
    left: 0;
    margin: 0 !important;
    position: relative;
    z-index: 99999;
  }
  #header-en .menu-sec ul li.dropdown ul.hs-menu-children-wrapper.navbar-nav.hide-submenu {
    display: none;
  }
  #header-en .menu-sec ul li.dropdown ul.hs-menu-children-wrapper.navbar-nav.show-sub-child {
    display: block !important;
  }
  #header-en .navbar-collapse {
    position: absolute;
    background-color: #F2F2F2;
    z-index: 9;
    top: 90%;
    margin-right: 0px;
    padding: 10px;
    border-radius: 16px;
    max-height: 500px;
    overflow-y: auto !important;
    padding-bottom: 30px;
  }

  #header-en .cta-sec {
    margin-bottom: 20px;
  }
}

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

@media (max-width: 767px){


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

  {% set menuColorMobile = "#000000" %}   /* Set Mobile Menu Background Color */
  {% set aColorMobile = "#ffffff" %}      /* Set Link Color */
  {% set aColorHoverMobile = "#ffffff" %} /* 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:;
  }


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

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

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:;
    background-color: ; 
    border-color: transparent;
  }


  /* Toggle Button Icon
  ========================================================================== */

  .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: ; /* 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: ; /* 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: 30px !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:#000; /* 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{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    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{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:; /* 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 dotted 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:; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:; /* 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{
    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 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 */
  }
  #header-en .navbar-collapse {
    margin: 0 auto;
  }
  #header-en .cta-sec {
    flex-wrap: wrap;
  }
  div#navbarNavDropdown .cta_sec {
    margin-bottom: 5px;
  }
  #header-en .menu-sec ul.navbar-nav li.dropdown > a {
    width: auto;
  }
  #header-en .menu-sec ul.navbar-nav li.dropdown > a + .child-trigger {
    position: absolute;
    width: 100% !important;
    text-align: right;
    z-index: 2;
  }
  #header-en .menu-sec ul.navbar-nav li.dropdown > a + .child-trigger i {
    display: inline-block;
    top: 0;
  }
  #header-en .navbar-collapse {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}

