
.top-wrapper {
  background-color: #50154b;
  padding: 9px 20px;
}

.top-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-contact ul li {
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 100%
}


.header-wrapper {
  position: relative;
}
.top-contact ul li a svg,.top-contact ul li a svg path {
  fill: #fff;
  color: #fff;
}

.top-contact ul {
  gap: 10px;
  justify-content: center;
  line-height: 100%;
}

.top-contact,.top-contact ul {
  align-items: center;
  display: flex;
}

span.main_svg_circle.svg_small.svg_white {
    background: #fff;
    border-color: #fff;
    padding: 3px;
}
.main_svg_circle.svg_small svg {
    height: 12px;
    width: auto;
    overflow: hidden;
    color: white;
}
.main_svg_circle.svg_fill_purple svg * {
    fill: #50154b;
}
span.main_svg_circle {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background: #32A56B;
    border: 1px solid #32A56B;
    border-radius: 100%;
    height: min-content;
    width: min-content;
}

.top-contact {
  gap: 10px;
}

.top-contact p,.top-contact p a,.top-country a {
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.top-contact p a,.top-country a {
  color: #fff;
  text-decoration: underline;
  font-weight: 300;
}

.top-contact ul li a {
  display: inline-block;
  line-height: 100%;
}

.top-section {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.top-country {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.banner-wrapper {
  position: relative;
}

.banner-left,.banner-wrapper {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.logo-wrap {
  height: 54px;
  width: 266px;
}

.bottom-wrapper {
  box-shadow: 0 4px 4px 0 #00000040;
  padding: 10px 20px 0px;
}

.menu-wrap li a {
  color: #333;
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.banner-right {
  align-items: center;
  display: flex;
  flex: 0 100px;
  justify-content: space-between;
  margin-top: 10px;
}

.banner-search svg {
  height: 18px;
  width: 18px;
}

.banner-sidemenu p {
  margin: 0;
  padding: 10px 20px;
}

.sidemenu-wrap {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  display: none;
  z-index: 99;
}

.banner-sidemenu>p:hover {
  background-color: #50154b;
}

.banner-sidemenu>p:hover svg,.banner-sidemenu>p:hover svg path {
  color: #fff;
  fill: #fff;
  cursor: pointer;
}
.menu-wrap .hs-menu-wrapper>ul {
  position: relative;
  bottom: -10px;
}

.menu-wrap .hs-menu-wrapper>ul>li {
  line-height: 24px;
  font-size: 14px;
}

.menu-wrap .hs-menu-wrapper>ul li.hs-item-has-children {
  background-image: url(https://25237899.fs1.hubspotusercontent-eu1.net/hubfs/25237899/IVE-2025/Blog/arrow.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  padding-right: 20px;
}

.menu-wrap .hs-menu-wrapper>ul>li a {
  padding: 12px 21px;
}

.menu-wrap .hs-menu-wrapper>ul>li:hover {
  background-color: #ECECEC;
}
.menu-wrap ul.hs-menu-children-wrapper li a:hover {
  color: #ffffff;
  background-color: #5787b5;
}
.menu-wrap .hs-menu-wrapper>ul>li li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
  display: inline-block;
  position: absolute;
  right: 10px;
  color: #333333;
}
.menu-wrap li.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
  background: none !important;
  padding-right: 0px !important;
}
.menu-wrap .hs-menu-wrapper>ul>li li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>a:hover:after {
  color: #ffffff;
}
.banner-left {
  align-items: flex-end;
  margin-bottom: 10px;
}

.logo-wrap a {
  display: inline-block;
}

.logo-wrap img {
  width: 100% !important;
  height: auto !important;
}


/* .menu-wrap .hs-menu-wrapper>ul>li:hover>a {
font-weight: 600;
} */
.sidemenu-outer {
  box-shadow: 0 4px 4px 0 #00000040;
  display: flex;
  padding: 10px 15px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  border-top: 5px solid #50154b;
}

.sidemenu-inner p {
  color: #50154b;
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
}

.sidemenu-inner ul {
  flex-direction: column;
}

.sidemenu-inner ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  display: inline-block;
  padding: 10px;
}
.sidemenu-inner ul li:hover {
  color: #ffffff;
  background-color: #5787b5;
}

.sidemenu-inner ul li:hover a {
  color: #ffffff;
  background-color: #5787b5;
}

.sidemenu-inner ul li {
  line-height: 20px;
}

.banner-sidemenu:hover .sidemenu-wrap {
  display: block;
  cursor: pointer;
}
.menu-wrap .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  background-color: #fff;
  box-shadow: 0 4px 4px 0 #00000040;
  min-width: 210px;
}

.menu-wrap .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  text-align: left;
}

.menu-wrap li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover ul.hs-menu-children-wrapper {
  left: 100% !important;
  top: 0px;
}
.header-mob-wrapper{
  display:none;
}

@media(max-width:900px){
  .header-wrapper{
    display:none;
  }
  .header-mob-wrapper{
    display:block;
  }
  .header-mob-logo {
    width: 248px;
  }

  .header-mob-section {
    display: flex;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
  }

  .header-mob-right {
    display: flex;
    gap: 20px;
  }

  .header-mob-search svg {
    height: 18px;
    width: 18px;
  }
  .header-mob-wrapper {
    box-shadow: 0px 4px 4px 0px #00000040;
  }
  .hs-menu-children-wrapper {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
  }

  .mobile-menu .hs-item-has-children.active > .hs-menu-children-wrapper {
    /* max-height will be set by JS dynamically */
  }
}

/* ==========================================================================
cstm Menu Primary
========================================================================== */


{% set ulColor       = "" %} /* Set ul background color */
{% set liColor       = "" %} /* Set li background Color */
{% set aColor        = "#000000" %} /* Set link Color */
{% set aColorHover   = "#000000" %} /* Set link Hover Color */
{% set uldropColor   = "#1a353e" %} /*Set dropdown menu background color */

/* Parent List */
.cstm-menu-primary .hs-menu-wrapper > ul{ 
  background:; 
}
.cstm-menu-primary .hs-menu-wrapper > ul > li{
  background:;
  float: left;
  list-style-type: none;
}
.cstm-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  margin: 0;
  text-align: center;  
}
.cstm-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.cstm-menu-primary .hs-menu-wrapper > ul ul{
  background:; 
  margin: 0;
  min-width: 240px;
  border: 0px solid rgba(0,0,0,0.17);
  border-top: none;
  border-radius: 2px;
}
.cstm-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
  border: none;
  border-top: 0px solid rgba(0, 0, 0, 0.17);
}
.cstm-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
  padding: 15px;
  line-height: 1;
  font-size: 0.938rem;
  font-weight: 500;
  text-decoration: none;
}
.cstm-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

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

/* Ensure menu dropdown shows above other content */
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover>.hs-menu-children-wrapper {
  z-index: 99;
}

/* Fix menu disappearing on desktop after toggling mobile menu */

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




/* ==========================================================================
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 cstm styling on any element when the menu is in the open position.                     
*/

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

@media (max-width: 900px){


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

  {% set menuColorMobile = "#000000" %}   /* Set Mobile Menu Background Color */
  {% set aColorMobile = "#ffffff" %}      /* Set Link Color */
  {% set aColorHoverMobile = "#fff" %} /* Set Link Hover Color */

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

  .cstm-menu-primary,
  .cstm-menu-primary .hs-menu-wrapper > ul,
  .cstm-menu-primary .hs-menu-wrapper > ul li,
  .cstm-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
  ========================================================================== */

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

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


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

  .mob-trigger i{
    display: inline;
    position: relative;
    top: 5px;
  }
  .mob-trigger i:before, .mob-trigger i:after{
    position: absolute;
    content: '';
  }
  .mob-trigger i, .mob-trigger i:before, .mob-trigger i:after{
    width: 20px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #1a353e; /* Icon color */
    display: inline-block;
  }
  .mob-trigger i:before{
    top: -7px; /* Position top line */
  }
  .mob-trigger i:after{
    top: 7px; /* Position bottom line */
  }

  .mob-open .mob-trigger i:before {
    top: 0px;
    transform: rotate(45deg);
    width: 25px;
  }

  .mob-open .mob-trigger i:after {
    top: 0px;
    transform: rotate(134deg);
    width: 25px;
  }

  .mob-open .mob-trigger i { 
    height: 0px;
  }

  .mob-trigger:hover i, .mob-trigger:hover i:before, .mob-trigger:hover i:after,  
  .mob-open .mob-trigger i, .mob-open .mob-trigger i:before, .mob-open .mob-trigger i:after{
    background-color: #1a353e; /* Icon color */
  }


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

  .chld-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width:100% !important; /* Button width */
    min-width: 65px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 0px dotted rgba(255, 255, 255, .20);
    background-image: url(https://go.rocketfuellabs.com/hubfs/Rocket_fuel_labs_2023/Images/Bottom.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 13px;
  }

  .chld-trigger.chld-open {
    background-image: url(https://go.rocketfuellabs.com/hubfs/Rocket_fuel_labs_2023/Images/Top.png);
  }

  .chld-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; 
  height: 1px;
  background-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
  ========================================================================== */  

  .cstm-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .cstm-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;
  }
  .cstm-menu-primary .hs-menu-wrapper{
    background-color: #fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .cstm-menu-primary .hs-menu-wrapper > ul > li{
    position: relative; 
  }
  .cstm-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 16px; /* Font size of top level list items */
    line-height: 35px;
    overflow: visible;
    padding: 10px 20px !important;
  }

  /* Level 1 and Higher Menu List Styles */
  .cstm-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px solid rgba(0, 0, 0, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .cstm-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:; /* link color set by global mobile-aColor variable */
  }
  .cstm-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 */
  .cstm-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .cstm-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 1rem; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .cstm-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .cstm-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}





/******** Mobile Styling *********/

@media (max-width: 900px) {

  .header-wrap { 
    padding: 15px 0px; 
  }

  .header-menu ul ul { 
    display: block;  
  }

  .header-menu ul ul li {
    margin: 0px;
    margin-bottom: 0px !important;
  }

  .header-menu ul { 
    display: inline-block ; 
    padding: 0;
  }

  .header-menu.cstm-menu-primary.js-enabled ul {
    background: #f8f7f7;
    padding: 10px 0px 20px; 
  }

  .header-menu.cstm-menu-primary.js-enabled ul ul {
    padding: 0px !important;
    border: 0px !important;
    background-color: transparent !important;
    width: 100% !important;
  }

  .header-menu .hs-menu-wrapper>ul>li.active a:before {
    display: none !important;
  }

  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    font-size: 15px;
    font-weight: 700;
    margin: 0px 0px;
    padding: 7px 10px 0px;
    border-bottom: 0px solid #211f21;
    color: #211f21; 
  }

  .header-menu {
    width: 100% !important;
    float: left !important;
  }

  .header-col2 {
    width: 100%;
    position: relative;
  }

  .header-col1 {
    width: 100%;
  }

  .cstm-menu-primary {
    position: absolute !important; 
    top: 0px !important;
    right: 0 !important;
    width: 100% !important;
    padding: 0px !important;
    min-height: 0 !important;
    margin: 0 !important;
  }

  .cstm-menu-primary.js-enabled .hs-menu-wrapper {
    top: 78px !important;
  } 

  .header-menu li.hs-item-has-children:after {
    display: none;
  }

  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-item-has-children>ul.hs-menu-children-wrapper {
    left: 0;
    -webkit-transform: translateX(0) translatey(0);
    -moz-transform: translateX(0) translatey(0);
    -o-transform: translateX(0) translatey(0);
    -ms-transform: translateX(0) translatey(0);
    transform: translateX(0) translatey(0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }

  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li:not(:first-child) {
    margin: 0 0 0 0px !important;
  }

  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li {
    margin: 0 0 0 0px;
  }

  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 10px 10px !important;
    color: #211f21; 
  }

  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li { 
    border: 0px; 
  }

  .header-menu.cstm-menu-primary ul:before {
    content: '';
    position: absolute; 
    top: -10px;
    right: 0px;
    width: 43px;
    background-repeat: no-repeat;
  }

  .header-menu.cstm-menu-primary ul {
    position: relative;
  }  

  .header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover{ background: transparent; color: #000; }

  .header-menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.active-branch>a {
    color: #000;
  }


  .header-menu ul li a { 
    padding: 5px 15px !important;
  }

  .header-right {
    width: 100%;
    position: relative; 
  }

  .header-left {
    width: 100%;  
  }

  .header-menu ul ul li a { 
    font-size: 14px !important; 
  } 

  .header-wrap .page-center { 
    padding: 0 0px!important;
  }


  .header-menu ul li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a img {
    display: none;
  }

  .header-menu ul li.hs-menu-item.hs-menu-depth-1:last-child a {
    background-color: transparent;
    color: #211f21;
    border-radius: 0px;
    padding: 7px 15px 10px !important;
    margin-right: 0px;
  }

  .header-menu ul ul li { 
    width: 100%; 
  }

  .header-menu ul ul li.hs-menu-item.hs-menu-depth-2:nth-child(1):before ,
  .header-menu .hs-item-has-children>a:after { 
    display: none !important;
  }
  .main-nav .hs-menu-flow-horizontal .hs-menu-item.hs-menu-depth-1:last-child a {
    border: none;
    background-position: center left 200px;
  }
  .header-mob-search {
    margin-right: 30px;
  }

  .mobile-menu.cstm-menu-primary .hs-menu-wrapper > ul {
    background-color: #ffffff;
  }
  .mobile-menu.main-nav a {
    color: #333333;
  }
  .mobile-menu li.hs-item-has-children a {
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 10px 20px !important;
  }

  .mobile-menu.main-nav.cstm-menu-primary.js-enabled {
    z-index: 9;
  }
  body.mob-open .cstm-menu-primary ul.hs-menu-children-wrapper {
    overflow: visible !important;
    max-height: 100% !important;
  }

  .footer-privacy .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
    align-items: center;
    z-index: 99;
    position: relative;
  }

  .footer-privacy .hs-menu-wrapper {
    overflow: visible !important;
    max-height: 100% !important;
    transition: none !important;
  }

  .footer-links-wrap {
    justify-content: center !important;
  }

}





