@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  overflow-x: hidden;
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html,
body {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #464747;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FFFFFF;
  scroll-behavior: smooth; }

#body-wrapper {
  margin: 0 auto;
  overflow-x: hidden;
}
  #body-wrapper .nowrap {
    white-space: nowrap; }
  #body-wrapper .container-responsive {
    width: 100%;
    max-width: 1140px;
    overflow-x: hidden;
    margin-right: auto;
    margin-left: auto; }
  #body-wrapper h1 {
    font-size: clamp(2.375rem, 4.875vw, 3.75rem);
    font-family: "Montserrat", sans-serif;
    line-height: 1.05;
    color: #464747;
    margin-bottom: 0.4em;
    margin-top: 0; }
  #body-wrapper h2 {
    font-size: clamp(1.75rem, 3.25vw, 2.5rem);
    font-family: "Montserrat", sans-serif;
    text-wrap: balance;
    line-height: 1.05;
    color: #464747;
    margin-bottom: 0.2em; }
  #body-wrapper h3 {
    font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
    font-weight: 700;
    color: #464747; }
  #body-wrapper h4 {
    font-size: clamp(1.2rem, 1.95vw, 1.5rem); }
  #body-wrapper h5 {
    font-size: clamp(1.125rem, 1.625vw, 1.25rem); }
  #body-wrapper h6 {
    font-size: clamp(1rem, 1.4625vw, 1.125rem); }
  #body-wrapper p {
    font-size: clamp(1rem, 1.3vw, 1rem);
    line-height: 1.375;
    font-size: inherit; }
    #body-wrapper p a {
      color: inherit; }
      #body-wrapper p a:hover {
        text-decoration: underline;
        font-weight: bolder; }
  #body-wrapper section,
  #body-wrapper #page-footer {
    padding: 80px; }
    #body-wrapper section .container-responsive,
    #body-wrapper #page-footer .container-responsive {
      max-width: 1140px; }
    @media (max-width: 991px) {
      #body-wrapper section,
      #body-wrapper #page-footer {
        padding: 60px; } }
    @media (max-width: 767px) {
      #body-wrapper section,
      #body-wrapper #page-footer {
        padding: 20px 10px; } }
  #body-wrapper a {
    color: inherit;
    transition: color 0.2s; }
    #body-wrapper a:hover {
      text-decoration: none;
      color: #68A396; }
  #body-wrapper hr {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  #body-wrapper img {
    height: auto; }
  #body-wrapper .serif {
    font-family: "Nunito", sans-serif; }
  #body-wrapper .sans,
  #body-wrapper .sansserif,
  #body-wrapper .sans-serif {
    font-family: "Montserrat", sans-serif; }
  #body-wrapper .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 40%; }
  #body-wrapper .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  #body-wrapper .embed-container iframe,
  #body-wrapper .embed-container object,
  #body-wrapper .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #body-wrapper .fill-right,
  #body-wrapper .fill-left {
    position: relative; }
  #body-wrapper .fill-right:after,
  #body-wrapper .fill-left:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50vw;
    background: inherit; }
  #body-wrapper .fill-right:after {
    left: 100%; }
  #body-wrapper .fill-left:before {
    right: 100%; }
  #body-wrapper .primary-alt {
    color: "Nunito", sans-serif; }
  #body-wrapper .accent-alt {
    color: #68A396; }
  #body-wrapper .hero-overline {
    font-size: clamp(1rem, 1.95vw, 1.5rem);
    font-weight: 700;
    text-transform: uppercase;
    color: #2ECC71; }
  #body-wrapper .overline {
    font-size: clamp(1rem, 1.7875vw, 1.375rem);
    color: #00BACF;
    text-wrap: balance; }
  #body-wrapper .button-group-container {
    display: flex;
    justify-content: center;
    gap: 1em;
    width: 100%; }
  #body-wrapper .info-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    #body-wrapper .info-box .image-container {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
  #body-wrapper .box-shadow-border {
    border-radius: 0.25rem;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
  #body-wrapper .radial-gradient {
    position: relative; }
    #body-wrapper .radial-gradient::before, #body-wrapper .radial-gradient::after {
      content: "";
      position: absolute;
      border-radius: 50%;
      z-index: 0;
      filter: blur(30px); }
    #body-wrapper .radial-gradient::before {
      width: 200px;
      height: 205px;
      background: radial-gradient(circle, #ffedba, transparent);
      top: -3em;
      left: -5em; }
    #body-wrapper .radial-gradient::after {
      width: 410px;
      height: 430px;
      background: radial-gradient(circle, #aee4c3, transparent);
      bottom: 13em;
      right: -13em; }
  #body-wrapper .fa-sharp.fa-solid.fa-chevron-right {
    font-size: 18px;
    background-image: linear-gradient(40deg, #00c7e2 0%, #00d7a7 100%);
    width: 30px;
    height: 30px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    padding: .8em;
    color: white; }
  #body-wrapper .hs-button {
    margin-top: 2em; }

#body-wrapper .btn,
#body-wrapper .hs-button {
  font-size: clamp(1rem, 1.625vw, 1.25rem);
  border-radius: 2.063rem;
  padding: 0.7em 1.25em;
  line-height: 1.3em;
  box-shadow: none;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  border: 0px solid transparent;
  background-clip: border-box;
  will-change: transform;
  margin-top: 1em;
  width: 100%;
  max-width: 270px;
  background: linear-gradient(40deg, #00c7e2 0%, #00d7a7 100%); }
  #body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *,
  #body-wrapper .hs-button,
  #body-wrapper .hs-button span,
  #body-wrapper .hs-button .fl-button-text,
  #body-wrapper .hs-button * {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1); }
  #body-wrapper .btn:hover,
  #body-wrapper .hs-button:hover {
    transform: translatey(-0.125rem);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2); }
  #body-wrapper .btn, #body-wrapper .btn span, #body-wrapper .btn .fl-button-text, #body-wrapper .btn *,
  #body-wrapper .hs-button,
  #body-wrapper .hs-button span,
  #body-wrapper .hs-button .fl-button-text,
  #body-wrapper .hs-button * {
    color: #FFFFFF; }
  #body-wrapper .btn:hover,
  #body-wrapper .hs-button:hover {
    background: linear-gradient(40deg, #186570 0%, #3EAF9C 100%); }
    #body-wrapper .btn:hover, #body-wrapper .btn:hover span, #body-wrapper .btn:hover .fl-button-text, #body-wrapper .btn:hover *,
    #body-wrapper .hs-button:hover,
    #body-wrapper .hs-button:hover span,
    #body-wrapper .hs-button:hover .fl-button-text,
    #body-wrapper .hs-button:hover * {
      color: #FFFFFF; }
  #body-wrapper .btn.btn-hollow,
  #body-wrapper .hs-button.btn-hollow {
    background-color: transparent;
    border-color: inherit; }
    #body-wrapper .btn.btn-hollow, #body-wrapper .btn.btn-hollow span, #body-wrapper .btn.btn-hollow .fl-button-text, #body-wrapper .btn.btn-hollow *,
    #body-wrapper .hs-button.btn-hollow,
    #body-wrapper .hs-button.btn-hollow span,
    #body-wrapper .hs-button.btn-hollow .fl-button-text,
    #body-wrapper .hs-button.btn-hollow * {
      color: inherit; }
    #body-wrapper .btn.btn-hollow:hover,
    #body-wrapper .hs-button.btn-hollow:hover {
      background-color: white;
      border-color: white; }
      #body-wrapper .btn.btn-hollow:hover, #body-wrapper .btn.btn-hollow:hover span, #body-wrapper .btn.btn-hollow:hover .fl-button-text, #body-wrapper .btn.btn-hollow:hover *,
      #body-wrapper .hs-button.btn-hollow:hover,
      #body-wrapper .hs-button.btn-hollow:hover span,
      #body-wrapper .hs-button.btn-hollow:hover .fl-button-text,
      #body-wrapper .hs-button.btn-hollow:hover * {
        color: #68A396; }
  #body-wrapper .btn.btn-white,
  #body-wrapper .hs-button.btn-white {
    background: #FFFFFF;
    border-color: inherit; }
    #body-wrapper .btn.btn-white, #body-wrapper .btn.btn-white span, #body-wrapper .btn.btn-white .fl-button-text, #body-wrapper .btn.btn-white *,
    #body-wrapper .hs-button.btn-white,
    #body-wrapper .hs-button.btn-white span,
    #body-wrapper .hs-button.btn-white .fl-button-text,
    #body-wrapper .hs-button.btn-white * {
      color: #68A396; }
    #body-wrapper .btn.btn-white:hover,
    #body-wrapper .hs-button.btn-white:hover {
      background-color: white;
      border-color: white; }
      #body-wrapper .btn.btn-white:hover, #body-wrapper .btn.btn-white:hover span, #body-wrapper .btn.btn-white:hover .fl-button-text, #body-wrapper .btn.btn-white:hover *,
      #body-wrapper .hs-button.btn-white:hover,
      #body-wrapper .hs-button.btn-white:hover span,
      #body-wrapper .hs-button.btn-white:hover .fl-button-text,
      #body-wrapper .hs-button.btn-white:hover * {
        color: #68A396; }
  #body-wrapper .btn.btn-large,
  #body-wrapper .hs-button.btn-large {
    font-size: 20px; }

#body-wrapper .hs-button {
  margin-top: 1.5em; }

#body-wrapper:has(#hubspot-wrapper) header {
  position: relative;
  background-color: white !important;
  height: 120px;
  z-index: 1; }

header#page-header .navbar-toggler {
  padding: 0.75rem 0.531rem !important;
  transition: background 0.2s;
  background: transparent !important;
  border-radius: 0;
  border: 0 !important; }

header#page-header .nav-item.dropdown:hover .dropdown-menu,
header#page-header .nav-item.dropdown:focus-within .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible; }

header#page-header .burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  header#page-header .burger-icon, header#page-header .burger-icon::before, header#page-header .burger-icon::after {
    display: block;
    width: 23px;
    height: 2px;
    background-color: #464747;
    outline: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  header#page-header .burger-icon::before, header#page-header .burger-icon::after {
    position: absolute;
    content: ""; }
  header#page-header .burger-icon::before {
    top: -7px; }
  header#page-header .burger-icon::after {
    top: 7px; }

header#page-header .navbar-toggler:not(.collapsed) .burger-icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  header#page-header .navbar-toggler:not(.collapsed) .burger-icon, header#page-header .navbar-toggler:not(.collapsed) .burger-icon::before, header#page-header .navbar-toggler:not(.collapsed) .burger-icon::after {
    display: block;
    width: 23px;
    height: 2px;
    background-color: #464747;
    outline: 1px solid transparent;
    border-radius: 10px;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  header#page-header .navbar-toggler:not(.collapsed) .burger-icon::before, header#page-header .navbar-toggler:not(.collapsed) .burger-icon::after {
    position: absolute;
    content: ""; }
  header#page-header .navbar-toggler:not(.collapsed) .burger-icon::before {
    top: -7px; }
  header#page-header .navbar-toggler:not(.collapsed) .burger-icon::after {
    top: 7px; }
  header#page-header .navbar-toggler:not(.collapsed) .burger-icon {
    background-color: transparent; }
  header#page-header .navbar-toggler:not(.collapsed) .burger-icon::before {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg); }
  header#page-header .navbar-toggler:not(.collapsed) .burger-icon::after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 1200px) {
  header#page-header nav.navbar.navbar-expand-xl {
    margin-bottom: 0; } }

header#page-header nav.navbar.navbar-expand-xl {
  background-color: transparent;
  z-index: 1;
  padding: 20px; }

header#page-header #primary-nav {
  align-items: end;
  align-items: end;
  padding-block: 1em; }

header#page-header .nav-link.btn {
  margin-top: unset !important;
  width: 100%;
  max-width: 200px;
  min-width: 200px; }

header#page-header nav.navbar {
  padding: 40px 20px;
  z-index: 1000;
  width: 100%; }
  header#page-header nav.navbar > .container-responsive {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1230px; }
  header#page-header nav.navbar .navbar-brand {
    padding: 0;
    margin: 0; }
  header#page-header nav.navbar .navbar-nav {
    margin-left: auto; }
  header#page-header nav.navbar .margin-right-auto {
    margin-right: auto; }
  header#page-header nav.navbar .nav-link:not(.btn) {
    color: #68A396;
    font-weight: 600;
    font-size: 16px;
    margin-right: 1em; }
    header#page-header nav.navbar .nav-link:not(.btn):hover {
      color: #186570; }
  @media (max-width: 767px) {
    header#page-header nav.navbar {
      padding: 20px; } }

@media (max-width: 1028px) {
  header#page-header .nav-link.btn {
    display: inline-block !important; } }

header#page-header #body-wrapper:has(navbar:not(.collapsed)) .navbar {
  background-color: white;
  transition: background-color 0.3s ease-in-out; }

@media (max-width: 1200px) {
  header#page-header #primary-nav {
    margin-top: 1em;
    background-image: linear-gradient(180deg, #ffffffe4 0%, #ffffff 100%);
    max-width: fit-content;
    padding: 1em;
    border-radius: 30px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
    header#page-header #primary-nav .nav-item {
      width: 100%;
      margin-top: 1em; }
    header#page-header #primary-nav .nav-link.btn {
      margin-top: unset !important;
      width: 100%;
      max-width: unset;
      padding: .5em; } }

#page-footer {
  background: linear-gradient(40deg, #00c7e2 0%, #00d7a7 100%);
  color: #FFFFFF;
  overflow-x: hidden; }
  #page-footer a, #page-footer p {
    text-decoration: none;
    color: #363D57 !important;
    margin-bottom: 0;
    font-weight: 400; }
  #page-footer .logo-container {
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 3em;
    gap: 2em; }
  #page-footer .left-container {
    display: flex;
    flex-direction: column;
    gap: 1em;
    justify-content: space-between;
    min-height: 400px; }
  #page-footer ul {
    padding: 0;
    list-style-type: none;
    margin-bottom: 1em; }
  #page-footer .footer-menu > li > a {
    font-weight: bold;
    color: #FFFFFF; }
  #page-footer .footer-menu .submenu {
    margin-left: 0px;
    padding: 0;
    list-style-type: none; }
  #page-footer .footer-menu .submenu li a {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 0.9em; }
  #page-footer .footer-menu .submenu li a:hover {
    color: #68A396; }
  #page-footer .contact-info a {
    display: block; }
    #page-footer .contact-info a:hover {
      color: #68A396; }
  #page-footer .text-container {
    margin-bottom: 3em;
    max-width: 200px;
    margin-left: auto; }
    #page-footer .text-container a > p {
      font-weight: bold;
      font-size: 30px !important;
      position: relative; }
      #page-footer .text-container a > p::after, #page-footer .text-container a > p::before {
        content: '';
        position: absolute;
        display: block;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 1em;
        /* Adjust to fit arrow size */
        height: 1em;
        top: 0.1em;
        right: 0em;
        transition: opacity 0.3s ease; }
      #page-footer .text-container a > p::before {
        background-image: url("https://21368849.fs1.hubspotusercontent-na1.net/hubfs/21368849/Web/arrow-right.svg");
        opacity: 1;
        z-index: 1; }
      #page-footer .text-container a > p::after {
        background-image: url("https://21368849.fs1.hubspotusercontent-na1.net/hubfs/21368849/Web/icon-arrow-right-yellow.svg");
        opacity: 0;
        z-index: 2; }
      #page-footer .text-container a > p:hover::before {
        opacity: 0; }
      #page-footer .text-container a > p:hover::after {
        opacity: 1; }
  #page-footer .year-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2em;
    max-width: 350px; }
  #page-footer .social {
    display: flex;
    justify-content: start;
    max-width: 180px;
    align-items: center;
    gap: 1em; }
    #page-footer .social p {
      font-weight: bold;
      margin-bottom: 0; }
  #page-footer .linkedin-icon {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px; }
    #page-footer .linkedin-icon::before, #page-footer .linkedin-icon::after {
      content: "";
      position: absolute;
      inset: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: opacity 0.3s ease; }
    #page-footer .linkedin-icon::before {
      background-image: url("https://21368849.fs1.hubspotusercontent-na1.net/hubfs/21368849/Web/linkedin-brands.svg");
      opacity: 1; }
    #page-footer .linkedin-icon::after {
      background-image: url("https://21368849.fs1.hubspotusercontent-na1.net/hubfs/21368849/Web/linkedin-brands.svg");
      opacity: 0; }
    #page-footer .linkedin-icon:hover::after {
      opacity: 1; }
    #page-footer .linkedin-icon:hover::before {
      opacity: 0; }
  #page-footer .instagram-icon {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px; }
    #page-footer .instagram-icon::before, #page-footer .instagram-icon::after {
      content: "";
      position: absolute;
      inset: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      transition: opacity 0.3s ease; }
    #page-footer .instagram-icon::before {
      background-image: url("https://21368849.fs1.hubspotusercontent-na1.net/hubfs/21368849/Web/instagram-brands.svg");
      opacity: 1;
      z-index: 1; }
    #page-footer .instagram-icon::after {
      background-image: url("https://21368849.fs1.hubspotusercontent-na1.net/hubfs/21368849/Web/instagram-brands.svg");
      opacity: 0;
      z-index: 2; }
    #page-footer .instagram-icon:hover::before {
      opacity: 0; }
    #page-footer .instagram-icon:hover::after {
      opacity: 1; }
  @media (max-width: 768px) {
    #page-footer {
      text-align: center; }
      #page-footer .logo-container,
      #page-footer .text-container,
      #page-footer .social,
      #page-footer .year-text {
        margin-inline: auto;
        align-items: center; }
        #page-footer .logo-container a > p,
        #page-footer .text-container a > p,
        #page-footer .social a > p,
        #page-footer .year-text a > p {
          margin-left: -3em; }
      #page-footer .social {
        margin-block: 2em; }
      #page-footer .text-container a > p::after {
        width: 1em;
        right: 0; }
      #page-footer .row {
        flex-direction: column-reverse;
        align-items: center; } }

#body-wrapper .form-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2em;
  width: 100%; }
  #body-wrapper .form-container ::placeholder {
    opacity: 1;
    color: #68A396;
    font-weight: 600; }
  #body-wrapper .form-container .form-columns-2,
  #body-wrapper .form-container .form-columns-1 {
    max-width: 100% !important; }
  #body-wrapper .form-container input[type="text"], #body-wrapper .form-container input[type="email"], #body-wrapper .form-container textarea,  .hs-custom-style fieldset input:not([type="image"]):not([type="submit"]):not([type="button"]):not([type="radio"]):not([type="checkbox"]):not([type="file"]) {
    padding: 1em;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #c2dad5; }
    #body-wrapper .form-container input[type="text"]::placeholder, #body-wrapper .form-container input[type="email"]::placeholder, #body-wrapper .form-container textarea::placeholder {
      opacity: 1;
      color: #68A396;
      font-weight: 600; }
    #body-wrapper .form-container input[type="text"]:hover, #body-wrapper .form-container input[type="email"]:hover, #body-wrapper .form-container textarea:hover {
      border: 2px solid #186570 !important; }
    #body-wrapper .form-container input[type="text"]:focus, #body-wrapper .form-container input[type="email"]:focus, #body-wrapper .form-container textarea:focus {
      border: 1px solid #186570 !important;
      outline: 1px solid #186570 !important; }
  #body-wrapper .form-container .hs-error-msg.hs-main-font-element, #body-wrapper .form-container ul {
    margin-bottom: 0 !important;
    text-align: start !important;
    font-size: 0.9em !important;
    color: red;
    font-weight: 400 !important; }
  #body-wrapper .form-container .hs-form .form-columns-0 .input,
  #body-wrapper .form-container .hs-form .form-columns-1 .input,
  #body-wrapper .form-container .hs-form .form-columns-2 .input {
    margin-right: 0 !important; }
  #body-wrapper .form-container .hs-form .form-columns-2 .hs-form-field {
    width: calc(100% / 2 - 0.5rem) !important;
    float: left; }
  @media screen and (max-width: 650px) {
    #body-wrapper .form-container .hs-form .form-columns-2 .hs-form-field {
      width: 100% !important; } }
  #body-wrapper .form-container .hs-form .form-columns-2 .hs-form-field:last-child {
    float: right !important; }
  #body-wrapper .form-container fieldset.form-columns-1 .hs-input {
    width: 100%; }
  #body-wrapper .form-container .actions {
    text-align: start; }

#modalForm h2, #modalForm p {
  text-align: center !important;
  text-wrap: balance;
  max-width: 600px;
  margin: 0 auto; }

#modalForm .modal-header {
  border: none;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 2em; }

#modalForm .modal-body {
  background: white;
  padding: 0;
  gap: 20px;
  border-radius: 10px;
  position: relative;
  flex-wrap: wrap; }
  #modalForm .modal-body .row {
    align-items: center;
    margin-inline: 0; }
  #modalForm .modal-body .modal-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    padding: 5em 2em;
    width: 100%;
    margin: 0 auto;
    background-color: #F3FAF9;
    height: 100%;
    border-radius: 10px; }
  #modalForm .modal-body .modal-right {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 610px;
    width: 100%; }
  #modalForm .modal-body .btn-close {
    position: absolute;
    top: 1em;
    right: 1em;
    background: transparent;
    cursor: pointer;
    border: 2px solid #c2dad5;
    color: #c2dad5;
    --bs-btn-close-color: $white-mint-border !important;
    --bs-btn-close-opacity: 1 !important;
    --bs-btn-close-bg: transparent !important;
    border-radius: 50%; }
  #modalForm .modal-body .image-container {
    box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.08);
    height: auto;
    border-radius: 20px;
    max-width: fit-content; }
  #modalForm .modal-body .role-info {
    padding-left: 10px;
    border-left: 1px solid #2ECC71; }
    #modalForm .modal-body .role-info p {
      margin-bottom: 0;
      font-size: 16px; }
    #modalForm .modal-body .role-info #modalFullName {
      font-size: clamp(1rem, 1.4625vw, 1.125rem);
      font-weight: 600;
      margin-bottom: .33em; }
  #modalForm .modal-body .teal-alt.text-uppercase {
    font-weight: 700;
    font-size: clamp(1rem, 1.4625vw, 1.125rem); }
  #modalForm .modal-body .role-description {
    padding: 4em;
    width: 100%;
    margin: 0 auto; }
    #modalForm .modal-body .role-description p {
      font-size: clamp(0.875rem, 1.3vw, 1rem); }
  #modalForm .modal-body .text-container {
    padding-top: 30px;
    border-top: 2px solid #c2dad5; }
  #modalForm .modal-body #modalButton {
    background: none;
    border: none;
    color: #68A396;
    font-weight: 600;
    font-size: 16px; }
    #modalForm .modal-body #modalButton::after {
      content: "";
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      line-height: 1em;
      border: 0;
      margin-left: 0;
      padding-left: 1em;
      color: #c2dad5; }

#modalForm #modalImage {
  max-width: 238px;
  width: 100%;
  height: auto;
  margin: 0; }

#modalForm .modal-info h3 {
  margin: 0;
  text-wrap: balance; }

#modalForm .modal-info p {
  margin: 5px 0 15px; }

@media (min-width: 992px) {
  #modalForm .modal-lg, #modalForm .modal-xl {
    --bs-modal-width: 1000px; } }

@media (max-width: 991px) {
  #modalForm .modal-body {
    flex-direction: column;
    padding: 0; }
    #modalForm .modal-body .modal-left {
      border-radius: 10px 10px 0 0 !important;
      flex-direction: row !important;
      align-items: center; }
    #modalForm .modal-body .modal-left,
    #modalForm .modal-body .modal-right {
      width: 100%;
      padding: 20px;
      max-width: unset; }
    #modalForm .modal-body .role-description {
      padding: 0; }
  #modalForm .row {
    flex-direction: column; }
  #modalForm .modal-dialog {
    transform: none;
    padding: 1em;
    margin: 1em;
    max-width: unset; } }

.modal {
  background: #18647048 !important; }

.modal-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease; }

#body-wrapper {
  max-width: 2000px;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%; }
  #body-wrapper h1, #body-wrapper h2, #body-wrapper h3, #body-wrapper h4, #body-wrapper h5, #body-wrapper h6 {
    font-family: "Nunito", sans-serif;
    color: #363D57;
    font-weight: 700; }
  #body-wrapper [id] {
    scroll-margin-top: 80px; }
  #body-wrapper h1 {
    font-size: clamp(2rem, 3.25vw, 2.5rem);
    color: #00BACF; }
  #body-wrapper h2 {
    font-size: clamp(1.7rem, 3.4125vw, 2.625rem);;
    text-transform: uppercase; }
  #body-wrapper h3 {
    font-size: clamp(1.4rem, 2.925vw, 2.25rem); }
  #body-wrapper h4 {
    font-size: clamp(1.2rem, 1.95vw, 1.5rem); }
  #body-wrapper h5 {
    font-size: clamp(1.125rem, 1.625vw, 1.25rem); }
  #body-wrapper h6 {
    font-size: clamp(1rem, 1.4625vw, 1.125rem); }
  #body-wrapper p {
    font-size: clamp(1rem, 1.3vw, 1rem); }
  #body-wrapper #hero .image-container {
    text-align: center;
        max-width: 400px;   /* Change to your desired width */
    height: 350px;  /* Change to your desired height */
    overflow: hidden;
    position: relative;
     border-radius: 20px;
    filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.25));
    margin-block: 2em; }

    #body-wrapper #hero .image-container img {

      max-width: 100%;
          width: 100%;
    height: auto;
    display: block;
      height: auto; }
  #body-wrapper #hero .row {
    justify-content: space-between;
    align-items: center; }
  #body-wrapper #what-we-do .row {
    align-items: stretch !important;
}
  #body-wrapper #what-we-do .info-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.25));
    background-color: #FFFFFF;
   max-width: 450px;
    border-radius: 20px;
    margin: 3em auto;
    text-align: center;
    padding: 0;
    height: 100%;
}
    #body-wrapper #what-we-do .info-box .text-container {
      padding: 2em 2em;
  text-align: center;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
      #body-wrapper #what-we-do .info-box .text-container h3 {
        margin-bottom: 1em;
        min-height: 6rem;
      }
      #body-wrapper #what-we-do .info-box .text-container p {
        margin-bottom: 1em; }
    #body-wrapper #what-we-do .info-box h3 {
      margin-bottom: 0 !important; }
    #body-wrapper #what-we-do .info-box .cta-container {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      gap: 1em;
      width: 100%;
      background-color: #F3F3F3;
      padding: 2em;
      height: auto;
      border-radius: 0 0 20px 20px;
      min-height: 260px;
  text-wrap: balance;
}
    #body-wrapper #what-we-do .info-box .image-container {
      text-align: center;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.25));
  margin-inline: auto; }
      #body-wrapper #what-we-do .info-box .image-container img {
            width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
         }
  #body-wrapper #what-we-do .row {
    justify-content: space-between;
    max-width: 1300px;
  width: 100%;
  margin-inline: auto;
    align-items: center; }
  #body-wrapper #what-we-do .container-responsive {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1em; }
  #body-wrapper #brand-services .info-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Changed from space-between */
    align-items: stretch;
    width: 100%;
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
    background-color: #FFFFFF;
    max-width: 450px;
    min-height: 440px;
    border-radius: 20px;
    margin: 3em auto;
    padding: 0;
    height: auto;
    border: 1px solid #00bacf;
  }
  #body-wrapper #brand-services .info-box .text-container {
    padding: 2em;
    text-align: start;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  #body-wrapper #brand-services .info-box .text-container h3 {
    margin-bottom: 1em;
  }
  #body-wrapper #brand-services .info-box .text-container p {
    margin-bottom: 1em;
  }
  #body-wrapper #brand-services .info-box .image-container {
    text-align: left;
    margin-right: auto !important;
  }
  #body-wrapper #brand-services .info-box .image-container img {
    margin-right: auto !important;
    margin-bottom: 1em;
    width: 60px;
    height: 60px;
  }
    #body-wrapper #brand-services .info-box h3 {
      margin-bottom: 0 !important;
      font-size: clamp(1.2rem, 1.95vw, 1.5rem);
      text-transform: uppercase; }
    #body-wrapper #brand-services .info-box .cta-container {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 1em;
      width: 100%;
      background-color: #F3F3F3;
      padding: 2em;
      border-radius: 0 0 20px  20px; }
  #body-wrapper #brand-services .row {
    justify-content: space-between;
    align-items: center; }
  #body-wrapper #brand-services .container-responsive {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1em; }
  #body-wrapper #about-us {
    position: relative; }
    #body-wrapper #about-us .video-container {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      /* 16:9 aspect ratio */
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
      margin-bottom: 10em; }
    #body-wrapper #about-us .video,
    #body-wrapper #about-us .video-thumbnail {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #body-wrapper #about-us .video-thumbnail {
      z-index: 2;
      transition: opacity 0.4s ease; }
    #body-wrapper #about-us .video-container.playing .video-thumbnail {
      opacity: 0;
      pointer-events: none; }
    #body-wrapper #about-us::after {
      content: "";
      position: absolute;
      top: -50%;
      left: -5%;
      width: 20%;
      height: 100%;
      background-image: url("https://21368849.fs1.hubspotusercontent-na1.net/hubfs/21368849/Web/blob.webp");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    #body-wrapper #about-us::before {
      content: "";
      position: absolute;
      top: -100%;
      right: -20%;
      width: 30%;
      height: 100%;
      background-image: url("https://21368849.fs1.hubspotusercontent-na1.net/hubfs/21368849/Web/blob.webp");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }

.btn-icon-star::before {
  content: "";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1em;
  border: 0;
  margin-left: 0;
  padding-right: 1em; }

@media (max-width: 767px) {
  #body-wrapper #what-we-do .info-box .text-container {
    padding: 2em 2em;
    text-align: center;
    min-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .btn,
  .hs-button {
    min-height: 44px;
    padding: 0.9em 1.5em;
  }
}




/* Testimonials Section */
#testimonials h2 {
    margin-bottom: 1em; /* Increased space */
}

#testimonials {
    background-color: #FFFFFF;
    padding: 80px 0;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.testimonial-content {
    background-color: #F3F3F3;
    padding: 2rem;
    border-radius: 15px;
    border: 1px solid #EAEAEA;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.testimonial-quote-icon {
    display: none;
}

.testimonial-content p {
    font-style: italic;
    margin: 1rem 0;
    flex-grow: 1;
}

.testimonial-rating {
    color: #FFC107;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.testimonial-content cite {
    font-weight: 700;
    font-style: normal;
}

.testimonial-content span {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Trust Bar Section */
#trust-bar .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#trust-bar img {
    height: 150px; /* Further increased logo size */
    transition: transform 0.3s ease;
    margin: 20px;
}

#trust-bar img:hover {
    transform: scale(1.1);
}

@media (max-width: 767px) {
    #trust-bar .row > div {
        flex-basis: 25%; /* 4 logos per row */
        padding: 15px;
    }
    #trust-bar img {
        height: 80px; /* Adjusted logo size for mobile */
    }
}

@media (max-width: 576px) {
    #trust-bar .row > div {
        flex-basis: 33.33%; /* 3 logos per row */
        padding: 10px;
    }
    #trust-bar img {
        height: 60px; /* Further adjust logo size for smaller screens */
    }
}

/* WE BUILD BRANDS Section Update */
#brand-services .info-box .text-container {
    min-height: 180px; /* Adjusted for more consistent card heights */
}

#brand-services .info-box h3 {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

#brand-services .info-box .image-container {
    margin-bottom: 1em;
}

#brand-services .info-box .cta-container ul {
    list-style: disc;
    padding-left: 20px;
    text-align: left;
}

/* --- V2: Elegant Alternating Feature Layout --- */
#brand-services h2 .highlight {
    color: #00BACF; /* Brand's teal color */
}

#brand-services .intro-paragraph {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.alternating-features-v2 .feature-card {
    background-color: #F3F3F3;
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 2rem;
    border: 1px solid #EAEAEA;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.alternating-features-v2 .feature-row {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.alternating-features-v2 .feature-card:nth-child(even) .feature-row {
    flex-direction: row-reverse;
}

.alternating-features-v2 .feature-icon-title {
    flex: 1;
    text-align: center;
}

.alternating-features-v2 .icon-bg {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.alternating-features-v2 .feature-icon-title h3 {
    font-size: clamp(1.4rem, 2.925vw, 2.25rem);
    margin-bottom: 0;
}

.alternating-features-v2 .feature-details {
    flex: 2;
}

.alternating-features-v2 .feature-details h4 {
    font-size: clamp(1.2rem, 1.95vw, 1.5rem);
    font-style: italic;
    color: #6c757d;
}

.alternating-features-v2 .feature-details ul {
    list-style: disc;
    padding-left: 20px;
    text-align: left;
    margin-top: 1em;
}

@media (max-width: 768px) {
    .alternating-features-v2 .feature-row,
    .alternating-features-v2 .feature-card:nth-child(even) .feature-row {
        flex-direction: column;
        text-align: center;
        gap: 1.5rem;
    }
    .alternating-features-v2 .feature-details ul {
        display: inline-block;
        margin: 1em auto 0;
    }
    .alternating-features-v2 .feature-card {
        padding: 2rem;
    }
}

/* Product Capabilities Section */
#product-capabilities {
    background-color: #F3F3F3;
}

.capability-tile {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
    border: 1px solid #EAEAEA;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.capability-tile .image-container {
    margin-bottom: 1.5rem;
    height: 200px;
    overflow: hidden;
    border-radius: 15px;
}

.capability-tile .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.capability-tile h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    min-height: 3.6rem;
}

.capability-tile p {
    flex-grow: 1;
}

.square-image-container {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    filter: drop-shadow(0px 6px 9px rgba(0, 0, 0, 0.25));
    margin-inline: auto;
    max-width: 240px;
}

.square-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}