/*Fix for fixed header */
.phone-number-outer-box {
  display: flex; 
  align-items: center
}

.phone-number-inner-box {
  margin-right: 8px;
  height: 28px;
  border-radius: 14px;
  background-color: #1b3155;
  width: 28px;
  max-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.phone-number {
  fill: #ffffff; line-height: 1; max-width: 16px; width: 16px
}

.column-header {
  text-align: left;
  padding-left: 10px;
}

.body-container-wrapper {
  padding-top:80px;
}
/*Header settings */

.top-bar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  height:40px;
  background: #f9efe4;
  max-width: 1660px;
  padding: 20px 5%;
}

.top-bar p {
  font-size:14px;
  color:#1b3155!important;
  margin:0;
}

.top-bar a.top-btn {
    background-color: #1b3155;
    border-radius: 6px;
    margin: 0 8px;
    padding: 4px 16px;
    transition: all .3s;
    color:#fff;
    text-decoration:none;
    font-size:14px;
}

.top-phone {
  color: #1b3155 !important;
  text-decoration: none,
}

.top-phone:link { 
  text-decoration: none; 
} 
.top-phone:visited { 
  text-decoration: none; 
} 
.top-phone:hover { 
  text-decoration: none; 
} 
.top-phone:active { 
  text-decoration: none; 
}

.top-bar a.top-btn:hover {
  background-color: hsla(0,0%,100%,1);
  color:#f9efe4;
}

.header .up {
    transform: none!important;
    transition: .1s !important;
}

.header {
  margin: 0 auto;
  font-size: 0;
  position: fixed;
  width: 100%;
  top:0;
  transition: top 0.2s ease-in-out;
  z-index:99;
  background: #EC683C!important;
}
.header.nav-up {
  top: -150px;
}



.header .header__bar {
  padding: 20px 5%;
  background:#EC683C;
  height:80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width:1660px;
}

/* Navbar CSS */

.header .logo {
  display: inline-block;
  width: 113px;
  height:auto;
  margin-top:5px;
}

.header .logo img {
  width:113px;
  height:auto;
  max-width:unset;
}
.header .nav__primary {
  display: inline-block;
  margin-right:auto;
  font-size: 16px;
  margin-left:30px;
}
.header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header a,
.header #menuElem>li>a>span {
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 140%;
  color: #fff;
}
.header #menuElem {
  display: flex;
}
.header #menuElem > li {
  margin:0 3px 0;
}

.header #menuElem > li > a {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height:35px;
  padding:8px 10px;
}
.header #menuElem > li a:hover {
  color:#fff;
}


.header #menuElem > li.activ > a {
   color:#fff;
}
.header .pane .pane-title {
  display:block;
  width:100%;
  flex:1;
  text-align:left;
}

.header .pane {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0; 
  padding:0 5%;
  margin-left: auto; 
  margin-right: auto; 
  width: 100%;
  box-sizing: border-box;
  cursor:auto;
  background-color: transparent;
  max-width:1660px;
}
.header .pane .pane-section {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  background:#fff;
  border-radius:0px 0px 16px 16px;
  filter: drop-shadow(0px 4px 20px rgba(60, 71, 87, 0.16));
}
.header .pane .has-children {
  padding:0;
}
.header .pane a {
  display: flex;
}
.header .pane img {
  border-radius:4px;
}

.header .pane .nav-tile .overline {
  margin:0;
  font-weight: 400;
  font-size: 12.8px;
  line-height: 18px;
  color: #000000;
  padding-bottom:8px;
  padding-top:24px;
}

.header .pane .nav-tile .image-title {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin:0;
  padding-top: 15px;
}
.header .pane .nav-tile a.more {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #A3AAF4;
  display:flex;
  align-items:center;
  gap:5px;
  padding-bottom:20px;
}


.header .integration-items {
  display:flex;
  flex-wrap:wrap;
  width:60%;
  padding:40px 0px;
  gap:12px 20px;
}

.header .integration-items .item {
  width:183px;
  height:76px;
  padding:5px 35px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  background: #FFFFFF;
  border: 1px solid #D6DCE6;
  border-radius: 4px;
  transition:all .5s ease;
}

.header .integration-items .item:hover {
  box-shadow: 0px 4px 10px rgba(60, 71, 87, 0.16);
}

.header .integration-items .item img {
  width:100%;
  height:auto;
}

.header .integration-items .item .new-label {
  position:absolute;
  top:3px;
  right:3px;
  background: #EC683C;
  border-radius: 2px;
  padding:3px;
  font-weight: 700;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
}


.header #menuElem > li a.more:hover {
  color:#9C21ED;
}
.header .pane li:hover > a {
  color: #416b83;
}
.header .pane ul ul {
  display: flex;
  flex-direction: column;
}

.header .pane .submenu-icon {
  width:32px;
}

.header .pane .sub-title {
  display: block;
  padding-right:15px;
  max-width:200px;
  text-align: left;
}


.header .pane .top-image {
  width:100%;
  height:122px;
  border-radius: 8px;
}

.header .pane .top-image img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.header .pane .submenu-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  position:relative;
  display:flex;
  align-items:center;
  gap:10px;
}

.header .pane .submenu-title .submenu-arrow {
  margin-left:auto;
  margin-right:0;
}


.header .pane .col-description {
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
}

.header .pane .left-description {
  width:40%;
}

.header .pane .left-description .content-block {
  padding: 40px 60px;
  max-width:570px;
  text-align:left;
  color:#000;
}
.header .pane .left-description .content-block p {
  line-height:144%;
}

.header .pane .inner-cols {
  width:30%;
  padding:40px 10px;
}
.header .pane .pane-children a {
  display:flex;
  flex-direction:column;
  padding:15px;
  transition:all .4s ease;
}

.header .pane .pane-children a:hover {
  background: #F5F5F5;
  border-radius: 8px; 
}

.header .pane .pane-children a:hover .submenu-title {
  color:#CA01CB;
}

.header .pane .inner-cols .cols {
  display:flex;
  text-align:left;
}

.header .pane .inner-cols .submenu-col {
  display:flex;
  flex-direction:column;
  gap:10px;
}

.header .pane .inner-cols .submenu-col.wide {
  min-width:520px;
}

.header .pane .inner-cols .submenu-col .split {
  width:50%;
  padding-right:20px;
} 

.header .pane .inner-cols .cols .has-children {
  padding-right:16px;
  margin-right:16px;
  border-right:1px solid #F2F2F2;
  width:auto;
}

.header .pane .inner-cols .cols .has-children:last-of-type {
  padding-right:0;
  margin-right:0;
}

.header .pane .inner-cols .cols .has-children:last-of-type {
  border:none;
}

.header .nav-tile {
  display: flex;
  flex-direction: column;
  width:30%;
  position: relative;
  z-index: 7;
  border-top-right-radius:16px;
  border-bottom-right-radius:16px;
  padding: 32px 24px 44px;
  text-align:left;
  margin-left:-15px;
}

.header h3 {
  margin-top: 0;
}
.header p {
  margin-top: 0;
}
.header .tile-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
 .header .mobile-trigger {
    display:none;
  }

.header .bottom-mobile {
  display:none;
}

.header .link.purple {
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0.01em;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #582C83;
      display: flex;
    align-items: center;
}
.header #menuElem>li a.link:hover {
  color:#FF00D9;
}

.header .link.purple:after {
  content:"";
  display:inline-block;
  width:24px;
  height:24px;
  background: url(https://8614665.fs1.hubspotusercontent-na1.net/hubfs/8614665/Menu-Icons/More-Right.svg);
  background-repeat:no-repeat;
  margin-left:15px;
  transition:all .4s ease;
}

.header .link.purple:hover:after {
  transform: translateX(10px);
  background:url(https://8614665.fs1.hubspotusercontent-na1.net/hubfs/8614665/Menu-Icons/Pink-ArrowRight.svg)
}

.header .cta-right {
  display:flex;
  align-items:center;
  gap:12px;
}


  .header .mobile-arrow {
    display:block;
    width:10px;
    height:10px;
    margin-left:5px;
    margin-right:0px;
    transition:all .4s ease;
  }


@media (min-width:1100px) {
  .header #menuElem > li:hover > .pane {
    display: block;
  }
  
  .header #menuElem>li>a.mainmenu {
    position:relative;
  }
  
  .header #menuElem>li.has-children:hover a.mainmenu:after,
  .header #menuElem>li.menu-link:hover a.mainmenu:after {
    content:"";
    position:absolute;
    bottom:-23px;
    height:5px;
    left:0;
    width:100%;
    background-color: #1B3155;
  }
  
  .header #menuElem>li.has-children:hover .mobile-arrow {
    transform: rotate(180deg);
  }
  
  
  .header #menuElem>li.has-children,
  .header #menuElem>li.menu-link {
    margin-bottom:-25px;
    padding-bottom:25px;
    cursor:pointer;
  }
}


@media (max-width:1360px) {
  .header .pane {
    padding:0 2%;
  }
  .header .header__bar {
    padding:20px 2%;
  }
  .header #menuElem>li>a {
    padding:8px 5px; 
  }
} 


@media (max-width:1142px) {
  
  .header #menuElem > li.activ > .pane {
    display:block;
    padding:0;
  }
    .header .mobile-arrow {

    margin-right:30px;

  }
  .header .logo {
    width:80px;
  }
  
.header .nav__primary{
    display:none;
  }
  .header .pane .col-description {
    max-width:100%;
  }
  
  .search-bar {
    display:none;
  }
  
  .mobile-search {
    display:block;
    padding-bottom:20px;
  }
  .mobile-search form input[type=text] {
    border:none;
    background-color: #F0F0F0;
    border-radius: 50px;
    position:relative;
    background-repeat:no-repeat;
    background-position:95%;
    height:45px;
    background-image:url("https://8614665.fs1.hubspotusercontent-na1.net/hubfs/8614665/Menu-Icons/MagnifyingGlass.svg")
  }
  
  .header .pane .submenu-title {
    min-width:unset;
    white-space: wrap;
  }
  .header.nav-up {
    top: -81px;
  }
  /*Fix for fixed header */
  .body-container-wrapper {
    padding-top:80px;
  }
  
  .header .nav__primary.mobile-open {
    display:block;
    position: fixed;
    top: 80px;
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: scroll;
    padding-bottom:200px;
  }
  .header .cta-right {
    margin-right:30px;
    margin-left:auto;
  }
  
  .header .cta-right a {
    padding:15px 25px;
  }
  
 .header .mobile-trigger {
    display:block;
    margin-right: 20px;
    margin-top: -8px;
  }
  .header .mobile-trigger img {
    width:32px;
    height:32px;
  }
  
  .header .pane .left-description {
    width: 100%;
   }
  .header .pane .left-description .content-block {
    max-width:100%;
    padding:12px 20px 0;
  }
  .header .pane .left-description .content-block h3 {
    font-size: 16px;
    line-height: 23px;
    color:#1B3155;
  }
  .header .pane .left-description .content-block p {
    display:none;
  }
  .header .pane .left-description .content-block a {
    display:none;
  }
  
  .btn.white {
    border: 1px solid #1b3155;
  }
  .btn.link {
    color: #fff;
    padding: 0 0 29px 0;
  }
  
  .header .mobile-arrow {
    filter: contrast(1) invert(1);
  }
  
  .header .header__bar {
    justify-content:space-between;
    position: relative;
    padding:0;
    
  }
  .header #menuElem {
    flex-direction:column;
    align-items: flex-start;
  }
  .header {
    padding:0;
  }
  .header .logo {
    margin-top:15px;
    margin-left:20px;
  }
  .header #menuElem>li>a {
    font-size: 23px;
    line-height: 28px;
    color:#000;
    font-weight:300;
    height: 55px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:0;
    padding:0;
    position:relative;
  }
  
  .header #menuElem > li > a > span {
    padding-left:20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #1B3155;
  }
  
  .header #menuElem>li {
    width:100%;
  }

  .header .pane {
    position:relative;
    top:0;
  }
  .header .nav-tile {
    display:none;
  }
  .header .pane .pane-section {
    background: #F2F4F8;
    border-radius: 0px;
    display: flex;
    filter: unset;
    flex-direction: column;
    width: 100%;
  }
  .header .pane .inner-cols .cols {
    flex-direction:column;
  }
  .header .pane .inner-cols {
    width:100%;
    padding:10px 20px 0;
  }
  .header .pane .inner-cols .submenu-col {
    min-width: unset;
    width: 100%;
    display: block;
  }
  .header .pane .pane-children a {
    max-width:unset;
    padding:10px 10px 10px 0;
  }
  .header .integration-items {
    width:100%;
    justify-content:space-between;
    padding: 10px 20px;
    gap:10px;
  }
  .header .integration-items .item img {
    max-width:140px;
  }
  .header .integration-items .item {
    width:45%;
  }
  
  .header .pane .col-description {
    display:none;
  }
  
  .header .pane .inner-cols .cols .has-children {
    border-right:0;
    border-bottom: 1px solid #999999;
    margin-bottom:20px;
  }
  .header #menuElem>li.activ {
    background: #fff;

  }
  .header #menuElem>li.activ>a:after{
    content:"";
    width:100%;
    height:2px;
    background:#1B3155;
    position:absolute;
    bottom:0;
  }
  
  .header .pane .pane-title {
    display:none;
  }
  .header #menuElem>li {
    margin:0;
  }
  .header #menuElem>li.activ>a {
    color:#1B3155;
  }
  .header #menuElem>li a:hover {
    color:#1B3155;
  }
  
  .header .bottom-mobile {
    display:block;
    text-align:left;
    padding:10px 20px 50px;
  }
  
  .header .contact-mobile {
    color: #9C21ED;
    font-size: 12px;
    font-weight:600;
    line-height: 12px;  
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-bottom:25px;
  }
  .header .contact-arrow {
    width:18px;
    height:18px;
    margin-left:10px;
  }
  .header .social-links-mobile {
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    justify-content:center;
  }
  .header .social-icon {
    width:32px;
    height:32px;
  }
  
  .header .top-bar {
    display:none;
  }
  
  /* Animations */
  .header #menuElem>li.activ>a .mobile-arrow {
  transition: all 250ms ease-out;
  }
  
  .header #menuElem>li.activ>a .mobile-arrow {
    transform: rotate(180deg);
  }
  
 .header .burger {
  display: flex;
  outline: none;
  position:relative;
  height: 32px;
  width: 32px;
  border: 0px;
  padding: 0px;
  background: transparent;
  transition: all 250ms ease-out;
  cursor: pointer;
  border-bottom: 3px solid #fff;
  }
  
  .header .burger.activ {
    border-bottom:0;
  }

  .header .burger:before, 
  .header .burger:after {
    content: '';
    width: 32px;
    height: 3px;
    position: absolute;
    background: #fff;
    transition: all 250ms ease-out;
    will-change: transform;
  }

  .header .burger:before {
    transform: translateY(10px);
  }

  .header .burger:after {
    transform: translateY(20px);
  } 

  .header .activ.burger:before {
    transform: translateY(15px) rotate(45deg);
  }

  .header .activ.burger:after {
    transform: translateY(15px) rotate(-45deg);
  } 
  
}


@media (max-width:680px) {
  .header .cta-right {
    display:none;
  }
    .btn.link,
    .btn.link:hover {
    color: #1b3155;
  }
}


.header__bar .hs-search-field {
  position: relative;
}
.header__bar .search-bar {
  padding-right:20px;
}
.header__bar .hs-search-field__bar .hs-search-field__input {
  width:8px;
  height:25px;
  background:none;
  border-radius:0px;
  border:none!important;
  box-sizing:border-box;
  outline:none;
  transition: width 0.4s ease-in-out,
    border-radius 0.8s ease-in-out,
    padding 0.2s;
  transition-delay:0.4s;
  color:#582c83;
  font-size:20px;
}

.header__bar .hs-search-field__bar .inclicked {
  width:260px;
  padding:0 15px;
  padding-right:40px;
  height:40px;
  border-bottom:1px solid #582c83!important;
}
.header__bar .hs-search-field__suggestions.hidden {
  display:none;
}

.header__bar .btn-search {
  position:absolute;
  width:40px;
  height:40px;
  top:0;
  right:0;
  box-sizing:border-box;
  background:none;
  border:none;
  outline:none;
  cursor:pointer;
}
.header__bar .btn-search:hover,
.header__bar .btn-search:focus,
.header__bar .btn-search:active{
  background:none;
}

.header__bar .hs-search-field__bar .close::before,
.header__bar .hs-search-field__bar .close::after{
  content:"";
  width:2px;
  height:14px;
  background:#582c83;
  position:absolute;
  bottom:12px;
  right:14px;
}
.header__bar .hs-search-field__bar .close img {
  display:none;
}

.header__bar .hs-search-field__bar .close::before{
  transform:rotate(-45deg);
}
.header__bar .hs-search-field__bar .close::after{
  transform:rotate(45deg);
}

.header__bar .hs-search-field__bar button img {
    top: -14px;
    position: relative;
    right: -29px;
}

.header__bar .hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__bar .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid purple;
  position: absolute;
  padding: 10px;
  margin-top: 5px;
  border-radius: 8px;
  width: 100%;
  background:#fff;
  text-align:left;
}

.header__bar .hs-search-field__suggestions a,
.header__bar .hs-search-field__suggestions a:hover {
  color:#582c83;
}

.header__bar .hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}

.header__bar .hs-search-field__suggestions #results-for {
  font-weight: bold;
}

.header__bar .hs-search-field__suggestions a,
.header__bar .hs-search-field__suggestions #results-for {
  display: block;
}

.header__bar .hs-search-field__suggestions a:hover,
.header__bar .hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}

/* Force top bar phone number to navy */
.top-bar a[href^="tel:"],
.top-bar a[href^="tel:"] span {
  color: #1b3155 !important;
