body {
    position: relative;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

/* form */
label.nolabel {
    display: none;
}

/* header */
body:not(.body-header__scroll) .header {
   top: -1px !important;
   position: relative !important;
}

.floating-header.body-header__scroll header.header,
.body-header__scroll [data-global-resource-path*=header] {
  position: absolute !important;
}

.header .top-navigation {
    background-color: #3d4045;
    padding-bottom: 0;
    display: block;
    padding-right: 20px;
    padding-left: 20px;
}

.header .top-navigation .header__container {
    justify-content: flex-start;
    align-items: stretch;
    padding: 0;
    flex-direction: row;
}

.header .top-navigation .menu__link, 
.header .hs-language-switcher__current-language {
    color: #fff;
    font-size: 12px;
    text-transform: none;
    line-height: 10px;
    font-weight: normal;
}

.header .hs-language-switcher__current-language svg {
    margin-right: 5px;
    height: 16px !important;
    position: relative;
    top: 4px;
}

.header .hs-language-switcher {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
  cursor: pointer;
}

.header .top-navigation .menu__item--depth-1 {
    padding: 7.8px .6rem;
  border: none;
  width: auto;
}

.header .top-navigation .menu__item--depth-1>.menu__link {
  padding: 0;
}


.header .header-middle .menu__child-icon {
    position: relative;
    top: 3px;
    right: 3px;
}

.header .hs-language-switcher__current-language {
    padding-left: 10px;
    margin-bottom: 7px;
    display: block; 
}

.header .hs-language-switcher__menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    top: 100%;
    width: 134px;
    list-style-type: none;
    padding: 5px 0;
    margin: 0;
    left: 8px;
    display: none;
}

.header .hs-language-switcher:hover .hs-language-switcher__menu  {
   display: block;
}

.header .hs-language-switcher__menu a {
    text-transform: uppercase;
    display: block;
    margin: 5px 0;
    padding: 6px 12px 6px 12px;
    min-width: 120px;
    color: #666;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
}

.header .hs-language-switcher__menu a img {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.header .hs-language-switcher__menu a:hover {
    background-color: rgba(0, 0, 0, .05);
}

.header .header-middle .menu__link > svg {
    margin-right: 5px;
}

.header.header-scroll .header__container {
    padding-top: 0;
  padding-bottom: 0;
}



.header .header__cta.cta_primary:hover {
    box-shadow: rgba(60, 64, 67, 0.2) 0px 1px 2px 0px, rgba(60, 64, 67, 0.0) 0px 2px 6px 2px, rgba(50, 50, 93, 0.1) 0px 30px 60px -0px inset, rgba(0, 0, 0, 0.15) 0px 18px 36px -0px inset !important;
    background: var(--cta-primary-bg-color);
    color: var(--cta-primary-color);
}

@media(min-width: 1025px) {
  
 
  .header.header-scroll {
    top: -37px !important;
  }
  
  .header .top-navigation .menu__item--depth-1:first-child {
    padding-left: 0;
  }
  
  .header .header__logo {
    max-width: 100%;
    padding-top: 0;
  }
  
  .header.header-scroll .header__logo {
    max-width: 244px;
  }

  .header .header__logo img {
    transition: opacity .2s ease;
  }
  
  .header__column {
    margin-right: -14px;
    margin-top: 5px;
  }
  
  .header .header__column .menu__item--depth-1 {
    padding: .7rem 20px;
  }
  
  .header__cta--wrapper, .header__search-parent {
    margin-left: 0;
  }
  
  .header .menu__submenu {
    border-top: 2px solid #df2773;
    width: 270px;
    left: 13px;
  }
  
  .header .menu__submenu .menu__item {
    border: none;
  }
  .header .menu__submenu--level-2 .menu__item .menu__link {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
  }
  
  .header .desktop-hidden {
     display: none;
  }
  

  .header .menu__item--depth-1.menu__item--has-submenu > button {
    display: none;
  }


  
  .header .header-middle .menu__item--depth-1 {
    transition: height .25s ease, line-height .25s ease;
    -webkit-transition: height .25s ease, line-height .25s ease;
    -moz-transition: height .25s ease, line-height .25s ease;
    -ms-transition: height .25s ease, line-height .25s ease;
    -o-transition: height .25s ease, line-height .25s ease;
  }

  .header .header-middle .menu__item--depth-1 > .menu__link {
    transition: color .1s ease-out, background .1s ease-out, border .1s ease-out, height .35s ease, line-height .35s ease;
    -webkit-transition: color .1s ease-out, background .1s ease-out, border .1s ease-out, height .35s ease, line-height .35s ease;
    -moz-transition: color .1s ease-out, background .1s ease-out, border .1s ease-out, height .35s ease, line-height .35s ease;
    -ms-transition: color .1s ease-out, background .1s ease-out, border .1s ease-out, height .35s ease, line-height .35s ease;
    -o-transition: color .1s ease-out, background .1s ease-out, border .1s ease-out, height .35s ease, line-height .35s ease;
    position: relative;
  }

  .header .header-middle .menu__item--depth-1 > .menu__link:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    transition: all .15s ease-out;
    filter: alpha(opacity =@ opacity* 100);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-color: #fff;
    background-color: #222 !important;
  }

  .header .header-middle  .menu__item--depth-1:hover > .menu__link:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: alpha(opacity =@ opacity* 100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
  }

}

@media(max-width: 1024px) {
  .body-header__scroll [data-global-resource-path*=header-no-navigation] .body-header__scroll header.header.header--no-navigation, .body-header__scroll [data-global-resource-path*=header], .body-header__scroll header.header {
    position: relative;
  }
  
  .header .header__logo {
    max-width: 270px;
  }
  
  .header .top-navigation:not(.active) {
    display: none;
  }
  
  .top-navigation .header--element {
    display: block;
  }
  
  .header .top-navigation .menu__item--depth-1>.menu__link {
    padding: 5px 0;
}
  
  .header .mk-toolbar-resposnive-icon {
    text-align: center;
  }
  
  .header .mk-toolbar-resposnive-icon svg {
    cursor: pointer;
  }
  
  .header:not(.header--no-navigation) .header-middle .header__container {
     padding-top: 0;
  }
  
  .header__navigation--toggle {
    width: 18px;
    height: 18px;
    top: 16px;
    right: 50px;
  }
  .header__navigation--toggle span {
    height: 3px;
  }
  
  .header__navigation--toggle span:nth-child(2), .header__navigation--toggle span:nth-child(3) {
    top: 6px;
  }
  
  .header__navigation--toggle span:nth-child(4) {
    top: 12px;
  }
  
  body .header__navigation__mobile_group {
    transform: none;
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    height: 50vh;
    position: absolute;
    z-index: 99999;
    padding: 0;
    display: none;
  }
  
    body .header__navigation__mobile_group.open {
      transform: translateY(0);
      top: 69px;
      display: block;
    }
  
  body  .header .menu__item--depth-1>.menu__link {
    padding: 12.5px 20px;
    font-size: 13px !important;
    width: 100%;
  }
  
  body .header .header-middle .menu__child-toggle-icon:before {
    display: none;
  }
  
  body .header .header-middle .menu__child-toggle-icon {
    margin-right: 20px;
    top: -5px;
    position: relative;
  }
  
  body .header .header-middle .menu__child-toggle-icon svg {
    display: block;
    
  }
  
  body .menu__submenu--level-2 .menu__item {
    border: none;
  }
  body .menu__submenu--level-2 .menu__item a {
    font-size: 13px;
    line-height: 13px;
    text-transform: none;
    font-weight: normal;
  }
  
  body .header .header-middle .menu__item a:hover {
        background-color: rgba(0, 0, 0, .03);
  }
  
  body .header__cta--wrapper {
    margin-top: 0;
  }
  
  body .header__cta--wrapper a {
    width: 100%;
    text-align: left;
  }
  
}


.header.header--no-navigation .header__container {
    align-items: center;
    flex-direction: row;
}


@media(max-width: 800px) {
  .header.header--no-navigation .header__container  .header__side-cta {
    display: none;
  }
}


/* footer */

.footer h6 {
  margin-bottom: 26px;
}

.footer .hs-menu-wrapper.hs-menu-flow-vertical ul li {
    padding-bottom: 10.7px;
}

.footer .hs-menu-flow-vertical ul>li.hs-menu-item {
    margin: 0 6px;
}

.footer .hs-menu-flow-vertical ul > li.hs-menu-item > a {
  position: relative;
  padding-left: 12px;
}

.footer .hs-menu-flow-vertical ul > li.hs-menu-item > a:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg class='mk-svg-icon' data-name='mk-icon-angle-right' data-cacheid='icon-66863f45d27ed' style=' height:14px; width: 5px; ' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 1792' fill='%23fff'%3E%3Cpath d='M595 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z'%3E%3C/path%3E%3C/svg%3E");
      height: 14px;
    width: 5px;
  display: block;
  position: absolute;
  top: 4px;
}

.footer .hs-menu-flow-vertical ul > li.hs-menu-item > a:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg class='mk-svg-icon' data-name='mk-icon-angle-right' data-cacheid='icon-66863f45d27ed' style=' height:14px; width: 5px; ' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 1792' fill='%23df2773'%3E%3Cpath d='M595 960q0 13-10 23l-466 466q-10 10-23 10t-23-10l-50-50q-10-10-10-23t10-23l393-393-393-393q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l466 466q10 10 10 23z'%3E%3C/path%3E%3C/svg%3E"); 
}

.footer span#hs_cos_wrapper_bottom_footer-module-5_ p {
    margin: 0;
    font-size: 11px;
    letter-spacing: 1px;
}

.footer .bottom-footer .hs-menu-flow-horizontal ul li.hs-menu-depth-1 {
    margin: 0;
}

.footer .bottom-footer .hs-menu-flow-horizontal ul li.hs-menu-depth-1 a {
    margin: 25px 13px 20px;
}

.footer .social-links__icon {
    width: 32px;
  height: 32px;
  margin: 0 14px 0 0;
}

@media(min-width: 768px) {
  .bottom-footer .hs-menu-wrapper {
    float: right;
  }
}

@media(max-width: 767px) {
  .footer .bottom-footer {
    text-align: center;
  }
  
  .footer span#hs_cos_wrapper_bottom_footer-module-5_ p {
    margin-bottom: 10px;
  }
  
  .footer h6 {
    font-size: 14px;
  }
}

/* system pages */
.system-page {
  background: transparent;
  color: initial;
}

.email-prefs .item {
  background: none; 
  padding: 10px 0;
}

.systems-page .header {
  color: #fff;
}

.error-page h1, .error-page h2 {
    color: initial;
}
/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Form label reset */
.form label {
  padding: 0px !important;
  margin: 0px !important;
}

/* Hide specific error labels */
#hs_cos_wrapper_widget_1721198518862 label:not(.hs-error-msg) {
  display: none !important;
}

/* Error message styling */
.hs-error-msg {
  color: #fff !important;
}

/* Form field spacing */
.hs-form-field {
  margin-bottom: 1.0rem !important;
}

/* Red gradient button */
.redcolor {
  background: linear-gradient(135deg, #C5416A 0%, #D94856 50%, #E9514B 100%) !important;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
   margin:10px;
}

.redcolor:hover {
  filter: brightness(1.1);
}

/* White bordered button */
.whitecolor {
  border: solid 1px #111926;
  border-radius: 8px;
  background-color: #fff;
  color: #111926;
  transition: background-color 0.3s ease, transform 0.2s ease;
   margin:10px;
}

.whitecolor:hover {
  background-color: #111926;
  color: #fff;
  border: solid 1px #111926;
}

/* Testimonial Card */
.testimonial-card {
  background: #fff;
  padding: 40px 25px; /* Reduced horizontal padding */
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  margin: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  font-family: 'Inter', sans-serif;
}

.testimonial-card-2 {
    background:#efefef;
    padding: 15px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    margin: 5px;
    margin-top: 60px;
    box-shadow: 10px 10px 30px #111926;
    font-family: 'Inter', sans-serif;
}
.testimonial-text-2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
}

.testimonial-text-2::after {
  content: "”";
  font-size: 60px;
  position: absolute;
  font-weight: bold;
  right: 0;
  color:#fff;
}
.testimonial-author-2 img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  object-fit: cover;
}

.author-details-2 {
  display: flex;
  flex-direction: column;
   color:#202f47;
}

.author-name-2 {
  font-size: 12px;
  font-weight: bold;
  color:#111926;
}

.author-title-2 {
  font-size: 12px;
  font-weight: bold;
  color:#111926;
}
/* Testimonial Text */
.testimonial-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
  position: relative;
}
.underline {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #d15270;
  z-index: 0;
}

.underline::before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: 10px;
  height: 50%;
  background: #ffdf43;
  transform: skewX(-10deg);
  border-radius: 5px;
  z-index: -1;
  mix-blend-mode: multiply; /* makes it blend on dark/light backgrounds */
}
.testimonial-text::after {
  content: "”";
  font-size: 80px;
  position: absolute;
  font-weight: bold;
  right: 0;
}

/* Author Section */
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial-author img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  object-fit: cover;
}

.author-details {
  display: flex;
  flex-direction: column;
}

.author-name {
  font-size: 20px;
  font-weight: bold;
}

.author-title {
  font-size: 16px;
}

.hs_cos_wrapper_header-cta-custom .button.button--custom {
border-radius:8px !important;
}

/* HubSpot form button styling */
form .hs-button,
form input[type=submit] {
  background: linear-gradient(135deg, #C5416A 0%, #D94856 50%, #E9514B 100%) !important;
  border-radius: 8px;
  cursor: pointer;
  border: none !important;
  transition: background-color 0.4s ease, transform 0.2s ease, filter 0.4s ease-in-out;
}

form .hs-button:hover,
form input[type=submit]:hover {
  filter: brightness(1.2);
}
.compact-container {
    max-width: 100% !important;
  min-width: 100% !important; 
}
 
form label {
    margin:0px !important;
  padding: 0px !important;
}
.form label {
    margin:0px !important;
  padding: 0px !important;
}
.form .label {
    margin:0px !important;
  padding: 0px !important;
}
form .label {
  margin:0px !important;
  padding: 0px !important;
}

.widget-type-cell:has(.dnd-module){
  border-radius: 30px !important;
}

.hs-input {
  background-color: #efefef !important;
  height:54px !important; 
}

H1 {
font-size:48px !important;}

H2 {
font-size:30px !important; }

.sharepointcolor {
  background: linear-gradient(135deg, #036564, #1E7F7F, #33BEBE);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.microsoftcolor {
  background: linear-gradient(90deg, #1DA1F2, #6E5ED6, #FF6EC4, #FF9A3E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.involvred {
    background: linear-gradient(90deg, #C5416A, #E9514B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 
}
.footer a:not(.button):focus, .footer a:not(.button):hover {
    color: #E9514B !important;
}

.header__button .button   .left { background: linear-gradient(135deg, #C5416A 0%, #D94856 50%, #E9514B 100%) !important;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
   margin:10px;}
.hs-kb-search-input-wrapper {
   
    background-color: linear-gradient(90deg, #111926, #202F47);
}
</style>