@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("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23363D57'%3E%3Cpath d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'/%3E%3C/svg%3E");
      opacity: 1; }
    #page-footer .linkedin-icon::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23363D57'%3E%3Cpath d='M100.28 448H7.4V148.9h92.88zM53.79 108.1C24.09 108.1 0 83.5 0 53.8a53.79 53.79 0 0 1 107.58 0c0 29.7-24.1 54.3-53.79 54.3zM447.9 448h-92.68V302.4c0-34.7-.7-79.2-48.29-79.2-48.29 0-55.69 37.7-55.69 76.7V448h-92.78V148.9h89.08v40.8h1.3c12.4-23.5 42.69-48.3 87.88-48.3 94 0 111.28 61.9 111.28 142.3V448z'/%3E%3C/svg%3E");
      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("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23363D57'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
      opacity: 1;
      z-index: 1; }
    #page-footer .instagram-icon::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23363D57'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
      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;
}
/*--------------------
-------------MBP CSS*/
.acf-subpage-main{--acfsp-cyan:#00bad0;--acfsp-cyan-deep:#008da3;--acfsp-navy:#28324d;--acfsp-ink:#465063;--acfsp-muted:#70798b;--acfsp-ice:#f4fafb;--acfsp-line:#dce8eb;--acfsp-white:#fff;--acfsp-shadow:0 18px 55px rgba(40,50,77,.10)}.acf-subpage-main *{box-sizing:border-box}.acf-subpage-main{color:var(--acfsp-ink);background:#fff;font:400 16px/1.65 Nunito,Arial,sans-serif}.acf-subpage-main h1,.acf-subpage-main h2,.acf-subpage-main h3,.acf-subpage-main p{overflow-wrap:break-word}.acfsp-wrap{width:min(1180px,calc(100% - 48px));margin-inline:auto}.acf-btn{display:inline-flex;align-items:center;gap:12px;margin-top:14px;padding:15px 24px;border-radius:8px;background:var(--acfsp-cyan);color:#fff;text-decoration:none;font-weight:900;box-shadow:0 12px 30px rgba(0,186,208,.28);transition:transform .2s,background .2s}.acf-btn:hover{background:var(--acfsp-cyan-deep);transform:translateY(-2px)}.acf-subpage-main small,.acf-subpage-main .acfsp-proof-kicker{display:block;margin:0 0 12px;color:var(--acfsp-cyan-deep);font-size:12px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.acfsp-hero{position:relative;min-height:760px;display:flex;align-items:center;background:#eef6f7}.acfsp-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(90deg,#f9fcfc 0%,rgba(249,252,252,.96) 38%,rgba(249,252,252,.48) 64%,rgba(249,252,252,.05) 100%),var(--acfsp-hero);background-size:cover;background-position:center}.acfsp-hero-layout{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:70px;align-items:center;padding-block:76px}.acfsp-hero-copy{max-width:660px}.acfsp-hero h1{margin:0 0 22px;color:var(--acfsp-navy);font-size:clamp(44px,5vw,68px);line-height:1.02;letter-spacing:-.045em}.acfsp-hero-copy>p{max-width:610px;margin:0 0 14px;font-size:18px;line-height:1.65}.acfsp-hero-copy>p:first-of-type{color:var(--acfsp-navy);font-size:20px;font-weight:700}.acfsp-hero-proof{padding:34px 34px 30px;border:1px solid rgba(255,255,255,.6);border-radius:18px;background:rgba(40,50,77,.94);color:#fff;box-shadow:0 25px 70px rgba(40,50,77,.28);backdrop-filter:blur(12px)}.acfsp-hero-proof .acfsp-proof-kicker{color:#77dce6}.acfsp-hero-proof h2{margin:0 0 17px;font-size:25px;line-height:1.2}.acfsp-hero-proof ul{margin:0;padding:0;list-style:none}.acfsp-hero-proof li{position:relative;padding:8px 0 8px 29px;border-bottom:1px solid rgba(255,255,255,.12);font-size:15px;line-height:1.45}.acfsp-hero-proof li:last-child{border:0}.acfsp-hero-proof li:before{content:"\2713";position:absolute;left:0;top:8px;display:grid;place-items:center;width:19px;height:19px;border-radius:4px;background:var(--acfsp-cyan);color:#fff;font-size:12px;font-weight:900}
.acfsp-trust{padding:48px 0;border-bottom:1px solid var(--acfsp-line);background:#fff}.acfsp-trust-layout{display:grid;grid-template-columns:310px 1fr;gap:50px;align-items:center}.acfsp-trust-copy h2{margin:0;color:var(--acfsp-navy);font-size:27px;line-height:1.2}.acfsp-badges{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:20px;align-items:center}.acfsp-badges img{display:block;width:100%;aspect-ratio:1;object-fit:contain}
.acfsp-section{padding:96px 0}.acfsp-section.acfsp-tint{background:var(--acfsp-ice)}.acfsp-section-heading{max-width:820px;margin:0 auto 46px;text-align:center}.acfsp-section-heading h2{margin:0;color:var(--acfsp-navy);font-size:clamp(34px,4vw,50px);line-height:1.08;letter-spacing:-.03em}.acfsp-content{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px;align-items:start}.acfsp-content>p{grid-column:3/11;margin:0;text-align:center;font-size:18px}.acfsp-content>.acf-btn{grid-column:1/-1;justify-self:center}.acfsp-card{grid-column:span 6;height:100%;padding:30px;border:1px solid var(--acfsp-line);border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(40,50,77,.06)}.acfsp-card h3{margin:0 0 13px;color:var(--acfsp-navy);font-size:22px;line-height:1.2}.acfsp-card p{margin:9px 0}.acfsp-card ul,.acfsp-content>ul{margin:14px 0 0;padding:0;list-style:none}.acfsp-card li,.acfsp-content>ul li{position:relative;padding:8px 0 8px 28px;border-bottom:1px solid #edf3f4}.acfsp-card li:before,.acfsp-content>ul li:before{content:"\2713";position:absolute;left:0;color:var(--acfsp-cyan);font-weight:900}.acfsp-content>ul{grid-column:3/11}.acfsp-slot{grid-column:span 6;min-height:190px;display:grid;place-items:center;padding:28px;border:1px dashed #9fcbd1;border-radius:16px;background:rgba(255,255,255,.65);color:var(--acfsp-navy);font-weight:800;text-align:center}.acfsp-content blockquote{grid-column:2/12;margin:0;padding:40px;border-radius:18px;background:var(--acfsp-navy);color:#fff;font-size:21px;text-align:center}.acfsp-form{grid-column:2/12;padding:38px;border:1px solid var(--acfsp-line);border-radius:18px;background:#fff;box-shadow:var(--acfsp-shadow)}
.acfsp-testimonial-section{background:var(--acfsp-navy)!important;color:#fff}.acfsp-testimonial-section .acfsp-section-heading h2{color:#fff}.acfsp-testimonial-section small{color:#6bd7e1}.acfsp-testimonial-section .acfsp-card{color:var(--acfsp-ink)}.acfsp-faq-section .acfsp-card{grid-column:span 4}.acfsp-quote-section{background:linear-gradient(135deg,#eef9fa,#fff)!important}.acfsp-quote-section .acfsp-section-heading{margin-bottom:32px}.acfsp-quote-section .acfsp-content>p{text-align:left}.acfsp-quote-section .acfsp-card{grid-column:4/10}.acfsp-quote-section .acf-btn{font-size:17px}
@media(max-width:980px){.acfsp-hero-layout{grid-template-columns:1fr;gap:35px}.acfsp-hero-copy{max-width:700px}.acfsp-hero-proof{max-width:700px}.acfsp-hero:before{background-image:linear-gradient(90deg,rgba(249,252,252,.98),rgba(249,252,252,.72)),var(--acfsp-hero)}.acfsp-trust-layout{grid-template-columns:1fr;text-align:center}.acfsp-badges{grid-template-columns:repeat(4,1fr);max-width:760px;margin:auto}.acfsp-content>p,.acfsp-content>ul{grid-column:2/12}.acfsp-faq-section .acfsp-card{grid-column:span 6}.acfsp-quote-section .acfsp-card{grid-column:3/11}}
@media(max-width:680px){.acfsp-wrap{width:min(100% - 28px,1180px)}.acfsp-hero{min-height:auto}.acfsp-hero-layout{padding-block:58px}.acfsp-hero h1{font-size:40px}.acfsp-hero-copy>p{font-size:16px}.acfsp-hero-copy>p:first-of-type{font-size:18px}.acfsp-hero-proof{padding:27px 23px}.acfsp-trust{padding:40px 0}.acfsp-badges{grid-template-columns:repeat(3,1fr);gap:12px}.acfsp-section{padding:70px 0}.acfsp-section-heading{margin-bottom:32px;text-align:left}.acfsp-section-heading h2{font-size:34px}.acfsp-content{grid-template-columns:1fr}.acfsp-content>*{grid-column:1!important}.acfsp-content>p{text-align:left}.acfsp-card,.acfsp-slot,.acfsp-form{padding:24px}.acfsp-faq-section .acfsp-card{grid-column:1}.acfsp-content blockquote{padding:30px 24px}.acf-btn{justify-self:start!important}}
@media(prefers-reduced-motion:reduce){.acf-subpage-main .acf-btn{transition:none}}
.acfsp-group-title{grid-column:1/-1;margin:12px 0 -4px;color:var(--acfsp-navy);font-size:20px;text-align:center}
.acfsp-cards-1>.acfsp-card{grid-column:4/10}.acfsp-cards-3>.acfsp-card{grid-column:span 4}.acfsp-cards-5>.acfsp-card{grid-column:span 4}.acfsp-cards-5>.acfsp-card:nth-of-type(4){grid-column:3/span 4}.acfsp-cards-5>.acfsp-card:nth-of-type(5){grid-column:7/span 4}.acfsp-testimonial-section .acfsp-cards-1>.acfsp-card{grid-column:3/11}.acfsp-testimonial-section .acfsp-slot{min-height:120px;background:#fff;color:var(--acfsp-navy)}.acfsp-quote-section .acfsp-form{grid-column:3/11}.acfsp-quote-section .acfsp-content>.acf-btn{margin-top:4px}.acfsp-section{padding-top:84px;padding-bottom:84px}
.acfsp-cards-7>.acfsp-card,.acfsp-cards-8>.acfsp-card,.acfsp-cards-9>.acfsp-card{grid-column:span 4}.acfsp-cards-7>.acfsp-card:nth-of-type(7){grid-column:5/span 4}.acfsp-cards-8>.acfsp-card:nth-of-type(7){grid-column:3/span 4}.acfsp-cards-8>.acfsp-card:nth-of-type(8){grid-column:7/span 4}
@media(max-width:980px){.acfsp-cards-1>.acfsp-card,.acfsp-testimonial-section .acfsp-cards-1>.acfsp-card,.acfsp-quote-section .acfsp-form{grid-column:2/12}.acfsp-cards-3>.acfsp-card,.acfsp-cards-5>.acfsp-card,.acfsp-cards-7>.acfsp-card,.acfsp-cards-8>.acfsp-card,.acfsp-cards-9>.acfsp-card,.acfsp-cards-5>.acfsp-card:nth-of-type(4),.acfsp-cards-5>.acfsp-card:nth-of-type(5),.acfsp-cards-7>.acfsp-card:nth-of-type(7),.acfsp-cards-8>.acfsp-card:nth-of-type(7),.acfsp-cards-8>.acfsp-card:nth-of-type(8){grid-column:span 6}}
@media(max-width:680px){.acfsp-cards-1>.acfsp-card,.acfsp-cards-3>.acfsp-card,.acfsp-cards-5>.acfsp-card,.acfsp-cards-7>.acfsp-card,.acfsp-cards-8>.acfsp-card,.acfsp-cards-9>.acfsp-card,.acfsp-cards-5>.acfsp-card:nth-of-type(4),.acfsp-cards-5>.acfsp-card:nth-of-type(5),.acfsp-cards-7>.acfsp-card:nth-of-type(7),.acfsp-cards-8>.acfsp-card:nth-of-type(7),.acfsp-cards-8>.acfsp-card:nth-of-type(8),.acfsp-testimonial-section .acfsp-cards-1>.acfsp-card,.acfsp-quote-section .acfsp-form{grid-column:1!important}.acfsp-section{padding-top:64px;padding-bottom:64px}}
.acf-subpage-main .acf-btn{display:inline-block;width:100%;max-width:270px;margin-top:1em;padding:14px 25px;border:0 solid transparent;border-radius:33px;background:linear-gradient(40deg,#00c7e2 0%,#00d7a7 100%);box-shadow:none;color:#fff;text-align:center;text-decoration:none;font:800 20px/26px Nunito,Arial,sans-serif;transition:.5s cubic-bezier(.19,1,.12,1);will-change:transform}.acf-subpage-main .acf-btn span{display:none}.acf-subpage-main .acf-btn:hover,.acf-subpage-main .acf-btn:focus-visible{background:linear-gradient(40deg,#186570 0%,#3eaf9c 100%);box-shadow:0 .25rem .5rem rgba(0,0,0,.2);color:#fff;transform:translateY(-.125rem)}.acf-subpage-main .acf-btn:focus-visible{outline:3px solid rgba(0,199,226,.3);outline-offset:3px}
.acfsp-quote-section .acfsp-card{text-align:center}.acfsp-quote-section .acfsp-card h3,.acfsp-quote-section .acfsp-card p{text-align:center}
.acfsp-testimonial-grid{grid-column:1/-1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px}.acfsp-testimonial-card{grid-column:span 2!important;display:flex;flex-direction:column;min-height:285px;margin:0!important;padding:28px!important;border:1px solid rgba(255,255,255,.14);border-radius:16px!important;background:rgba(255,255,255,.08)!important;color:#fff!important;text-align:left!important;box-shadow:none}.acfsp-testimonial-card:nth-child(4){grid-column:2/span 2!important}.acfsp-testimonial-card:nth-child(5){grid-column:4/span 2!important}.acfsp-testimonial-card .acfsp-stars{color:#ffd15c;font-size:18px;letter-spacing:.12em}.acfsp-testimonial-card>p{margin:18px 0 24px;font-size:17px;line-height:1.6}.acfsp-testimonial-card footer{margin-top:auto}.acfsp-testimonial-card footer strong,.acfsp-testimonial-card footer span{display:block}.acfsp-testimonial-card footer strong{color:#fff;font-size:16px}.acfsp-testimonial-card footer span{margin-top:2px;color:#a9dfe3;font-size:14px}
@media(max-width:980px){.acfsp-testimonial-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.acfsp-testimonial-card,.acfsp-testimonial-card:nth-child(4),.acfsp-testimonial-card:nth-child(5){grid-column:span 1!important}.acfsp-testimonial-card:last-child{grid-column:1/-1!important;min-height:auto}}
@media(max-width:680px){.acfsp-testimonial-grid{grid-template-columns:1fr}.acfsp-testimonial-card,.acfsp-testimonial-card:nth-child(4),.acfsp-testimonial-card:nth-child(5),.acfsp-testimonial-card:last-child{grid-column:1!important;min-height:auto}}
