/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url("https://use.typekit.net/htw8vdn.css");

:root {
  --hsElevate--tag__font:'museo-sans-rounded',Nunito,Arial; 
  --hsElevate--h1__font: 'museo-sans-rounded',Nunito,Arial;
  --hsElevate--h2__font: 'museo-sans-rounded',Nunito,Arial;
  --hsElevate--h3__font: 'museo-sans-rounded',Nunito,Arial;
  --hsElevate--h4__font: 'museo-sans-rounded',Nunito,Arial;
  --hsElevate--p__font: 'museo-sans-rounded',Nunito,Arial;
  --hsElevate--button--primary__font: 'museo-sans-rounded',Nunito,Arial;
  --hsElevate--body__font: 'museo-sans-rounded',Nunito,Arial;
  --hsElevate--display2__font: 'museo-sans-rounded',Nunito,Arial;
  
  /* global config */
  --hsf-global__font-family: 'museo-sans-rounded',Nunito,Arial;
  --hsf-global__font-size: 15px;
  --hsf-global__color: #212227;
  /* hs forms */
  --hsf-button__font-family: 'museo-sans-rounded',Nunito,Arial;
  --hsf-button__font-weight: 500;
  --hsf-heading__font-family:'museo-sans-rounded',Nunito,Arial;
  --hsf-progressbar-text__font-family:'museo-sans-rounded',Nunito,Arial;
  --hsf-field-label__font-family: 'museo-sans-rounded',Nunito,Arial;
  --hsf-default-field-label__font-family: 'museo-sans-rounded',Nunito,Arial;
  --hsf-field-description__font-family: 'museo-sans-rounded',Nunito,Arial;
  --hsf-erroralert__font-family: 'museo-sans-rounded',Nunito,Arial;
  --hsf-erroralert__font-size: 15px;
  --hsf-global__error-color: #e05f5f;
}

body {
  background-color: #fff;
}


.hs-elevate-menu .hs-elevate-menu__menu-item-link-container {
  display: flex;  
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}

.hs-elevate-menu .hs-elevate-menu__menu-item-link-container:has(.hs-elevate-menu__arrow) .hs-elevate-menu__menu-item-span {
  --hsElevate--spacing--8: 4px;
  --hsElevate--spacing--24: 14px;
  --hsElevate--spacing--12: 14px;
  padding-inline: 0;
}

.hs-elevate-menu .hs-elevate-menu__menu-item-link-container a{
  /*   padding: 4px 14px; */
  --hsElevate--spacing--8: 4px;
  --hsElevate--spacing--24: 14px;
  --hsElevate--spacing--12: 14px;
  font-size: 15px;
  border-radius:6px;
  /*   transition: color .3s ease-out; */
}
.hs-elevate-menu .hs-elevate-menu__menu-item-link-container:has(.hs-elevate-menu__arrow):hover .hs-elevate-menu__menu-item-span {
  color: #15b79e;
}

.hs-elevate-menu .hs-elevate-menu__menu-item-link-container:has(.hs-elevate-menu__arrow) {
/*   padding-right: 14px;   */
  cursor: pointer;
  padding-inline: var(--hsElevate--spacing--12);
  @media screen and (max-width: 1100px) { 
    --hsElevate--spacing--8: 4px;
    padding: var(--hsElevate--spacing--8, 8px);
  }
}
.hs-elevate-menu .hs-elevate-menu__menu-item-link-container:has(.hs-elevate-menu__arrow):hover {
  /* move the hover highlighting to the container */
  background-color: #e2e7ee !important;
  color: #15b79e;
  border-radius: 6px;
}
.hs-elevate-menu .hs-elevate-menu__menu-item-link-container:has(.hs-elevate-menu__arrow) .hs-elevate-menu__menu-item-link {
  padding-right: 0; /* clear right padding to allow for arrow */
}
.hs-elevate-menu .hs-elevate-menu__menu-item-link-container .hs-elevate-menu__arrow {
  transform: rotate(90deg) !important;
  position: unset; /* disable relative layout for flex to work */
}
.hs-elevate-site-header__main-nav nav ul.hs-elevate-menu{    
  gap: 0;
}

@media screen and (max-width: 1100px) {
  .hs-elevate-menu .hs-elevate-menu__menu-item-link-container .hs-elevate-menu__menu-item-span {
    display: block !important;
  }
}

.hs-elevate-footer {
  --hsElevate--body__fontWeight: 400 !important;
}

.hs-elevate-site-header__logo {
  max-width: 170px !important;
  max-height: 56px !important;
}
.hs-elevate-menu .hs-elevate-menu__menu-item-link-container a:hover{
  background-color: #e2e7ee;
  color: #15b79e;
}
.hs-elevate-menu .hs-elevate-menu__menu-item-link-container .hs-elevate-menu__menu-item-span{
  font-size: 15px;
}

.hs-elevate-footer .footer-column .footer-title{
    font-weight: 700;
    color: #363e59;
    font-size: 16px;
    margin-bottom: 16px;
}

.hs-elevate-footer .footer-column ul{
  list-style:none;
  padding-left: 0;
}

.hs-elevate-footer .footer-column ul li{
  margin-bottom: 20px;
  line-height: 1;
}
.hs-elevate-footer .hs-elevate-social-follow__link{
  background: none;
  padding: 5px;
}
.hs-elevate-footer .hs-elevate-social-follow__link:hover{
  background: none;
  padding: 5px;
}
.hs-elevate-footer .footer-bottom{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    font-size:12px;
}

.hs-elevate-footer .row-number-1 {
  --hsElevate--contentWrapper--wide__maxWidth: 1240px !important;
  padding-bottom: 44px !important; 
  background-color:  #F6F7F9 !important;
  background-image: unset !important;
}
.hs-elevate-footer .footer-bottom a{
  --hsElevate--body__fontWeight: 400 !important;
  color:#ffffff!important;
  text-decoration:none!important;
}
.hs-elevate-footer .footer-column {
 font-size: 0.875rem !important;
}
.hs-elevate-footer .footer-bottom p{
  margin-bottom:0;
}

@media screen and (max-width:1100px){
  .hs-elevate-menu .hs-elevate-menu__menu-item-link-container .hs-elevate-menu__menu-item-span{
    display:none;
  }
}

@media screen and (max-width:767px){
  .hs-landing-page .hs-elevate-header .hs-elevate-button-container{
    justify-content:flex-start;
    align-items:flex-start;
    margin-top:20px;
  }
  .hs-elevate-footer .footer-column .footer-title{
    margin-top:20px;
  }
  .hs-elevate-footer .footer-bottom{
    flex-direction:column;
  }
  .hs-elevate-footer .footer-bottom .copyright-block{
    margin-bottom:20px;
  }
}

.hs-elevate-site-header {
  padding-top: 16px;
}
 
.hs-elevate-site-header__header-container {
  --hsElevate--contentWrapper--wide__maxWidth: 1240px;
}


/* Free Demo Styling*/
.hs-elevate-site-header .hs-elevate-button {
 padding: 10px 13px;
 min-width: 0;
}


/* === Shrink & center HubSpot hsfc form submit button (no extra class needed) === */

/* 1) Set renderer variables (auto width + centering + styling) */
[data-hsfc-id="Renderer"] {
  --hsf-button__width: auto;                       /* key: stop full-width */
  --hsf-default-navigationrow-buttons__justify-content: center;
  --hsf-default-navigationrow-buttons-single__justify-content: center;

  /* Optional brand look */
  --hsf-default-button__padding: 12px 28px;
  --hsf-default-button__border-radius: 12px;
  --hsf-default-button__background-color: #F2B800;
  --hsf-default-button__color: #000;
  --hsf-default-button--hover__background-color: #e2a800;
}

/* 2) Ensure the buttons row is centered */
[data-hsfc-id="Renderer"] .hsfc-NavigationRow--buttons,
[data-hsfc-id="Renderer"] .hsfc-NavigationRow--buttons-single {
  justify-content: center !important;
  text-align: center !important;
}

/* 3) Beat the renderer’s display:block so the button shrinks to its text */
[data-hsfc-id="Renderer"] .hsfc-Button,
[data-hsfc-id="Renderer"] button.hsfc-Button,
[data-hsfc-id="Renderer"] input[type="submit"].hsfc-Button {
  display: inline-block !important;   /* shrink to content */
  width: auto !important;
  max-width: none !important;
  text-align: center !important;
  border: none !important;
  box-shadow: none !important;
}

/* Safety: if a child in the row is forced to full width, neutralize it */
[data-hsfc-id="Renderer"] .hsfc-NavigationRow--buttons > *,
[data-hsfc-id="Renderer"] .hsfc-NavigationRow--buttons-single > * {
  width: auto !important;
  max-width: none !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  align-self: center !important;
}

/* Hover (optional) */
[data-hsfc-id="Renderer"] .hsfc-Button:hover,
[data-hsfc-id="Renderer"] button.hsfc-Button:hover,
[data-hsfc-id="Renderer"] input[type="submit"].hsfc-Button:hover {
  filter: brightness(0.9);
}

.hs-elevate-menu__menu-item-link-container