@font-face {
	font-family: 'fk_roman_standardbold';
	src: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Fonts/FKRomanStandard/fkromanstandard-bold-webfont.woff2") format("woff2"), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Fonts/FKRomanStandard/fkromanstandard-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Fonts/Open_Sans/OpenSans-Regular.woff2') format('woff2'),
		url('https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Fonts/Open_Sans/OpenSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}


/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/
*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

/* 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 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body>, <h1>, <a>, <p>, <button> etc.)
*/
/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }

/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/
/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}



  .hs-search-field__form {
    position: relative;
  }

  .header__search .hs-search-field__label {
    flex-basis: auto;
  }



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



  .header__search .hs-search-field__button {
    padding: 0;
    fill: #000;
    background-color: transparent;
    border: none;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header__search .hs-search-field__button svg {
    height: 25px;
  }


.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
    /* V1 lang switcher updates to keep "in line" w/ v0 mobile styles */
    .header__language-switcher .hs-language-switcher__menu {
        display: block;
        box-shadow:none!important;
        background: transparent;
    }
    .header__language-switcher .hs-language-switcher__menu a {
        font-size: 20px!important;
    }
    .header__language-switcher .hs-language-switcher__button {
        display: none;
    }
  }

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/
/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	/* 1 */
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}


summary {
	display: list-item;
}


template {
	display: none;
}

[hidden] {
	display: none;
}

@font-face {
	font-family: 'fk_roman_standardbold';
	src: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Fonts/FKRomanStandard/fkromanstandard-bold-webfont.woff2") format("woff2"), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Fonts/FKRomanStandard/fkromanstandard-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-display: swap;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Fonts/Open_Sans/OpenSans-Regular.woff2') format('woff2'),
		url('https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Fonts/Open_Sans/OpenSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

html,
body {
	font-family: "Open Sans", serif !important;
	font-size: 16px;
	font-weight: 400;
	color: #464747;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #FFFFFF;
}

#body-wrapper {
	margin: 0 auto;
}

.nowrap {
	white-space: nowrap;
}

.container-responsive {
	width: 100%;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size: clamp(2.375rem, 4.875vw, 3.75rem);
	font-family: "fk_roman_standardbold", sans-serif;
	line-height: 1.1;
	color: #181919;
	margin-bottom: 0.4em;
	margin-top: 0;
}

h2 {
	font-size: clamp(1.75rem, 3.25vw, 2.5rem);
	font-family: "fk_roman_standardbold", sans-serif;
	text-wrap: balance;
	line-height: 1.05;
	color: #181919;
	margin-bottom: 0.2em;
}

h3 {
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	font-weight: 700;
	color: #181919;
}

h4 {
	font-size: clamp(1.2rem, 1.95vw, 1.5rem);
}

h5 {
	font-size: clamp(1.125rem, 1.625vw, 1.25rem);
}

h6 {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
}

p {
	font-size: clamp(1rem, 1.3vw, 1rem);
	line-height: 1.375;
	font-size: inherit;
}

p a {
	color: inherit;
}

p a:hover {
	text-decoration: underline;
	font-weight: bolder;
}

section,
#page-footer {
	padding: 80px;
}

section .container-responsive,
#page-footer .container-responsive {
	max-width: 1140px;
}

@media (max-width: 992px) {

	section,
	#page-footer {
		padding: 60px;
	}
}

@media (max-width: 767px) {

	section,
	#page-footer {
		padding: 20px;
	}
}

a {
	color: inherit;
	transition: color 0.2s;
}

a:hover {
	text-decoration: none;
	color: #87C745;
}

hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

img {
	max-width: 100%;
	height: auto;
}

.serif {
	font-family: "Open Sans", serif;
}

.sans,
.sansserif,
.sans-serif {
	font-family: "fk_roman_standardbold", sans-serif;
}

.bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-bottom: 40%;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fill-right,
.fill-left {
	position: relative;
}

.fill-right:after,
.fill-left:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50vw;
	background: inherit;
}

.fill-right:after {
	left: 100%;
}

.fill-left:before {
	right: 100%;
}

.section-subtitle {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	font-weight: bold;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	color: #68A396;
}

.hero-subtitle {
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	color: #68A396;
	font-weight: 500;
	line-height: 1.2;
}

.section-subtitle {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	font-weight: bold;
	margin-bottom: 1rem;
	text-transform: uppercase;
	color: #68A396;
}

.teal-alt {
	color: #68A396;
	font-size: clamp(1rem, 1.7875vw, 1.375rem);
}

.green-alt {
	color: #87C745;
}

.border-bottom {
	color: #c2dad5;
}

.hero-eyebrow {
	font-size: clamp(1.125rem, 1.7875vw, 1.375rem);
	font-weight: 700;
	text-transform: uppercase;
	color: #87C745;
	line-height: 1.6;
}

.sub-header {
	font-size: clamp(1rem, 1.7875vw, 1.375rem);
	color: #68A396;
	text-wrap: balance;
}

.button-group-container {
	display: flex;
	justify-content: center;
	gap: 1em;
	max-width: 550px;
	width: 100%;
}

.info-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.info-box .image-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info-box .image-container img {
	width: 100%;
}

.oz-border {
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.light-green-text {
	color: #87C745;
	font-weight: 700;
}

.radial-gradient {
	position: relative;
}

.radial-gradient::before,
.radial-gradient::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	z-index: 0;
	filter: blur(30px);
}

.radial-gradient::before {
	width: 200px;
	height: 205px;
	background: radial-gradient(circle, #ffedba, transparent);
	top: -3em;
	left: -5em;
}

.radial-gradient::after {
	width: 410px;
	height: 430px;
	background: radial-gradient(circle, #aee4c3, transparent);
	bottom: 13em;
	right: -13em;
}

.fa-sharp.fa-solid.fa-chevron-right {
	font-size: 18px;
	background-image: linear-gradient(40deg, #3EAF9C 0%, #87C745 100%);
	width: 30px;
	height: 30px;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	transform: none !important;
	font-style: normal !important;
	padding: .8em;
	color: white;
}

.hs-button {
	margin-top: 2em;
}

#body-wrapper .btn,
#body-wrapper .hs-button {
	font-size: 1rem;
	border-radius: 2.063rem;
	padding: 0.725em 1.25em;
	line-height: 1.3em;
	box-shadow: none;
	font-family: "Open Sans", serif;
	font-weight: 700;
	border: 0px solid transparent;
	background-clip: border-box;
	will-change: transform;
	margin-top: 1em;
	width: 100%;
	max-width: 270px;
	background: linear-gradient(40deg, #3EAF9C 0%, #87C745 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: unset;
	background-color: transparent;
	border-color: inherit;
	border: 1px solid;
}

#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: #68A396;
}

#body-wrapper .btn.btn-hollow:hover,
#body-wrapper .hs-button.btn-hollow:hover {
	background-color: #186570;
	border: unset;
}

#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: #FFFFFF;
}

#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: #186570;
}

#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: #87C745;
}

#body-wrapper .btn.btn-large,
#body-wrapper .hs-button.btn-large {
	font-size: 20px;
}

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

header {
	max-width: 1900px;
	margin: 0 auto;
	width: 100%;
}

header#page-header {
	position: relative;
	width: 100%;
	z-index: 10000;
	max-width: 1900px;
	margin: 0 auto;
	background: white;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	height: 115px;
}

header#page-header .nav-link.active {
	font-weight: bold !important;
	color: #186570 !important;
}

header#page-header .nav-link.btn.active {
	font-weight: bold !important;
	color: #FFFFFF !important;
}

@media (min-width: 1200px) {
	header#page-header .nav-link.active {
		color: #186570 !important;
	}
}

.navbar-toggler {
	padding: 0.75rem 0.531rem !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	background: transparent !important;
	border-radius: 0;
	border: 0 !important;
}

.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;
}

.burger-icon,
.burger-icon::before,
.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;
}

.burger-icon::before,
.burger-icon::after {
	position: absolute;
	content: "";
}

.burger-icon::before {
	top: -7px;
}

.burger-icon::after {
	top: 7px;
}

.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;
}

.navbar-toggler:not(.collapsed) .burger-icon,
.navbar-toggler:not(.collapsed) .burger-icon::before,
.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;
}

.navbar-toggler:not(.collapsed) .burger-icon::before,
.navbar-toggler:not(.collapsed) .burger-icon::after {
	position: absolute;
	content: "";
}

.navbar-toggler:not(.collapsed) .burger-icon::before {
	top: -7px;
}

.navbar-toggler:not(.collapsed) .burger-icon::after {
	top: 7px;
}

.navbar-toggler:not(.collapsed) .burger-icon {
	background-color: transparent;
}

.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);
}

.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);
}

.dropdown-item.active,
.dropdown-item:active {
	text-decoration: none;
	background: linear-gradient(40deg, #186570 0%, #3EAF9C 100%);
	color: #FFFFFF !important;
}

.dropdown-menu {
	border: 0px;
	padding: 0 !important;
	border-radius: 15px !important;
}

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

	.navbar-collapse.collapse.show .dropdown-menu {
		background-color: white;
		box-shadow: none;
		border-radius: 0;
		padding-block: 0;
		position: static;
		display: block;
		width: 100%;
	}

	.navbar-toggler.collapsed {
		background-color: transparent;
	}

	.dropdown-item.active,
	.dropdown-item:active,
	.nav-link.active {
		text-decoration: none;
		max-width: fit-content;
		font-weight: 900 !important;
		background: linear-gradient(40deg, #186570 0%, #3EAF9C 100%);
		color: #FFFFFF !important;
		border-radius: 1em;
		max-width: fit-content;
		padding-inline: 1em;
	}

	header#page-header .nav-link.active {
		font-weight: bold !important;
		color: #FFFFFF !important;
	}

	nav:has(button:not(:disabled)) {
		background-color: #F3FAF9;
	}
}

nav.navbar.navbar-expand-xl {
	background-color: transparent;
	z-index: 1;
	margin-bottom: 0;
	padding: 20px;
	position: relative;
}

#primary-nav {
	align-items: end;
	padding-block: 1em;
	width: 100%;
	justify-content: end;
}

@media (min-width: 1200px) {
	#primary-nav .dropdown-menu {
		display: block;
		position: absolute;
		background-color: white;
		border: none;
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		padding: 1em;
		min-width: 200px;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		transform: translateY(10px);
		border-radius: 15px;
		padding: 0;
		pointer-events: none;
	}

	#primary-nav .dropdown-menu.show {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}

	#primary-nav .dropdown {
		position: relative;
	}

	#primary-nav .dropdown:hover .dropdown-menu,
	#primary-nav .dropdown.show .dropdown-menu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		pointer-events: auto;
	}

	#primary-nav .dropdown-toggle::after {
		display: inline-block;
		margin-left: 0.255em;
		vertical-align: 0.255em;
		content: "";
		border-top: 0.3em solid;
		border-right: 0.3em solid transparent;
		border-bottom: 0;
		border-left: 0.3em solid transparent;
	}

	#primary-nav .dropdown-item {
		padding: 0.75em 1.5em;
		color: #68A396;
		font-weight: 600;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}

	#primary-nav .dropdown-item:hover {
		color: #186570;
		background-color: rgba(104, 163, 150, 0.1);
	}
}

@media (max-width: 1199px) {
	#primary-nav .dropdown-menu {
		position: static !important;
		float: none;
		width: 100%;
		margin-top: 0;
		background-color: transparent;
		border: none;
		box-shadow: none;
		padding-left: 1em;
		display: block !important;
	}

	#primary-nav .dropdown-menu .dropdown-item {
		padding: 0.5em 1em;
		color: #68A396;
		font-weight: 600;
	}

	#primary-nav .dropdown-menu .dropdown-item:hover {
		color: #186570;
		background-color: transparent;
	}

	#primary-nav .dropdown-toggle::after {
		display: none !important;
	}
}

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

nav.navbar {
	padding: 40px 20px;
	z-index: 1000;
	position: relative;
	transition: all 0.2s ease;
	background-color: transparent;
	max-width: 1900px;
	margin: 0 auto;
	left: 0;
	left: 50%;
	transform: translateX(-50%);
}

nav.navbar>.container-responsive {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-width: 1230px;
	margin: 0 auto;
	transition: all 0.2s ease;
}

nav.navbar .navbar-brand {
	margin: 0;
	transition: all 0.2s ease;
}

nav.navbar .navbar-nav {
	margin-left: auto;
	transition: all 0.2s ease;
}

nav.navbar .margin-right-auto {
	margin-right: auto;
}

nav.navbar .nav-link:not(.btn) {
	color: #68A396;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.2s ease;
}

nav.navbar .nav-link:not(.btn):hover {
	color: #186570;
}

@media (max-width: 767px) {
	nav.navbar {
		padding: 20px;
	}
}

nav.navbar.fade-out {
	opacity: 0 !important;
	visibility: hidden !important;
	transform: translateY(-100%);
	transition: all 0.2s ease !important;
}

nav.navbar.sticky {
	position: fixed;
	top: 20px;
	width: 90%;
	background-color: white;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	opacity: 1;
	visibility: visible;
	z-index: 10001;
	border-radius: 30px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.2s ease;
}

nav.navbar.sticky>.container-responsive {
	width: 100%;
	max-width: 1230px;
	margin: 0 auto;
	padding: 0 20px;
}

nav.navbar.sticky .navbar-brand {
	transform: scale(0.9);
}

nav.navbar.sticky .nav-link:not(.btn) {
	font-size: 15px;
}

nav.navbar:not(.fade-out) {
	transition: all 0.2s ease;
}

.navbar-collapse {
	transition: all 0.2s ease;
}

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

#body-wrapper:has(navbar:not(.collapsed)) .navbar {
	background-color: white;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#body-wrapper #home-wrapper {
	overflow-x: hidden;
}

#body-wrapper #home-wrapper #header-hero {
	position: relative;
}

@media (max-width: 1199.98px) {
	#primary-nav {
		background-image: linear-gradient(180deg, #FFFFFF 0%, #F3FAF9 100%);
		max-width: 100%;
		border-radius: 0 0 30px 30px;
		filter: drop-shadow(0px 20px 4px rgba(0, 0, 0, 0.25));
	}

	#primary-nav .nav-item {
		width: 100%;
	}

	#primary-nav .nav-link.btn {
		margin-top: unset !important;
		width: 100%;
		max-width: fit-content;
		padding: .5em 2em;
	}

	nav.navbar.sticky {
		background: none;
		box-shadow: none;
	}

	nav.navbar.sticky {
		background-color: white;
		box-shadow: 0px 3px 6px #00000016;
		padding-block: 0;
		height: 105px
	}

	#primary-nav {
		max-width: fit-content;
		padding-left: 20px;
	}
}

@media (max-width: 991px) {
	#primary-nav {
		max-width: fit-content;
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	nav.navbar {
		padding: 15px;
	}
}

#page-footer {
	background-color: #181919;
	color: #FFFFFF;
	overflow-x: hidden;
	padding-top: 60px;
	max-width: 1900px;
	margin: 0 auto;
	width: 100%;
}

#page-footer a {
	text-decoration: none;
	color: #FFFFFF;
	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: #87C745;
}

#page-footer .contact-info a {
	display: inline-block;
}

#page-footer .contact-info a:hover {
	color: #87C745;
}

#page-footer .text-container {
	margin-bottom: 3em;
	max-width: 200px;
	margin-left: auto;
}

#page-footer .text-container a>p {
	font-weight: bold;
	font-size: clamp(1.375rem, 2.4375vw, 1.875rem);
	position: relative;
	padding-right: 10px;
}

#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;
	height: 1em;
	top: 0.1em;
	right: 0em;
	transition: opacity 0.3s ease;
}

#page-footer .text-container a>p::before {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/arrow-right.svg");
	opacity: 1;
	z-index: 1;
}

#page-footer .text-container a>p::after {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/icon-arrow-right-yellow.svg") !important;
	padding-left: 1em;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 1em;
	height: 1em;
	top: 0.1em;
	right: 0em;
	transition: opacity 0.3s ease;
	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://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/linkedin-green.svg");
	opacity: 1;
}

#page-footer .linkedin-icon::after {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/linkedin-yellow.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://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/instagram.svg");
	opacity: 1;
	z-index: 1;
}

#page-footer .instagram-icon::after {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/instagram-yellow.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 .left-container {
		min-height: initial;
	}

	#page-footer .logo-container,
	#page-footer .text-container,
	#page-footer .social,
	#page-footer .year-text {
		margin-inline: auto;
		align-items: center;
	}

	#page-footer .social {
		margin-block: 2em;
	}

	#page-footer .contact-info a {
		display: block;
		margin-top: 1em;
	}

	#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 {
	min-height: 400px;
}

#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 {
	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;
}

.modal-content {
	overflow-y: auto;
	padding-right: 1em;
	scrollbar-width: thin;
	scrollbar-color: #186570 #68A396;
}

.modal-content::-webkit-scrollbar {
	width: 8px;
}

.modal-content::-webkit-scrollbar-track {
	background: #186570;
}

.modal-content::-webkit-scrollbar-thumb {
	background-color: #186570;
	border-radius: 10px;
	border: 2px solid #87C745;
}

#infoModal .modal-body {
	background: white;
	padding: 0;
	gap: 20px;
	border-radius: 10px;
	position: relative;
	flex-wrap: wrap;
}

#infoModal .modal-body .row {
	align-items: center;
	margin-inline: 0;
}

#infoModal .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;
}

#infoModal .modal-body .modal-right {
	flex: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	max-width: 610px;
	width: 100%;
}

#infoModal .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%;
}

#infoModal .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;
}

#infoModal .modal-body .role-info {
	padding-left: 10px;
	border-left: 1px solid #87C745;
}

#infoModal .modal-body .role-info p {
	margin-bottom: 0;
	font-size: 16px;
}

#infoModal .modal-body .role-info #modalFullName {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	font-weight: 600;
	margin-bottom: .33em;
}

#infoModal .modal-body .teal-alt.text-uppercase {
	font-weight: 700;
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
}

#infoModal .modal-body .role-description {
	padding: 4em;
	width: 100%;
	margin: 0 auto;
}

#infoModal .modal-body .role-description p {
	font-size: clamp(0.875rem, 1.3vw, 1rem);
}

#infoModal .modal-body .text-container {
	padding-top: 30px;
	border-top: 2px solid #c2dad5;
}

#infoModal .modal-body #modalButton {
	background: none;
	border: none;
	color: #68A396;
	font-weight: 600;
	font-size: 16px;
}

#infoModal .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;
}

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

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

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

@media (min-width: 992px) {

	#infoModal .modal-lg,
	#infoModal .modal-xl {
		--bs-modal-width: 1000px;
	}
}

@media (max-width: 991px) {
	#infoModal .modal-body {
		flex-direction: column;
		padding: 0;
	}

	#infoModal .modal-body .modal-left {
		border-radius: 10px 10px 0 0 !important;
		flex-direction: row !important;
		align-items: center;
	}

	#infoModal .modal-body .modal-left,
	#infoModal .modal-body .modal-right {
		width: 100%;
		padding: 20px;
		max-width: unset;
	}

	#infoModal .modal-body .role-description {
		padding: 0;
	}

	#infoModal .row {
		flex-direction: column;
	}

	#infoModal .modal-dialog {
		transform: none;
		padding: 1em;
		margin: 1em;
		max-width: unset;
	}
}

.modal {
	background: #18647048 !important;
}

#calc {
	z-index: 4;
	background-color: #F3FAF9;
}

#health-care-marketing #per-year-oz #results-row {
	display: block;
}

#calculator {
	margin: 0 auto;
	overflow: hidden;
}

#calculator #calculator-inner {
	padding: 20px 0;
}

#calculator h2 {
	font-size: 1.5rem;
	font-family: "fk_roman_standardbold", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

#calculator .highlight {
	font-size: 1.125rem;
}

#calculator .position-card {
	background-color: #FFFFFF;
	border-radius: 20px;
	transition: all 0.3s;
}

#calculator .position-card:hover {
	box-shadow: 10px 10px 20px rgba(24, 101, 112, 0.3) !important;
}

#calculator #active-options {
	padding: 2rem 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

#calculator #active-options .position-card {
	display: flex;
	flex-flow: column;
	overflow: hidden;
	position: relative;
	max-width: 250px;
	width: 100%;
	height: auto;
	min-height: 150px;
	display: flex;
	justify-content: start;
	align-items: center;
	cursor: default;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#calculator #active-options .position-card::after {
	content: '×';
	font-size: 1.5rem;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	padding: 0.125em 0.5em;
	color: #c2dad5;
	font-weight: 700;
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.12, 1) 0s, visibility 0s 0s;
}

#calculator #active-options .position-card:not(:hover) .position-salary {
	transform: translatey(1rem);
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.19, 1, 0.12, 1) 0s, visibility 0s 0.4s;
}

#calculator #active-options .position-card:not(:hover)::after {
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.19, 1, 0.12, 1) 0s, visibility 0s 0.4s;
}

#calculator #active-options .position-card:hover {
	border: 1px solid rgba(24, 101, 112, 0.3);
}

#calculator #active-options .position-name {
	padding: 15px 15px 10px;
	color: #186570;
	font-size: clamp(1.125rem, 1.7875vw, 1.375rem);
	font-weight: 500;
	text-wrap: balance;
	max-width: 179px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: start;
	height: 100%;
}

#calculator #active-options .position-salary {
	top: 100%;
	left: 0;
	right: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 6px 16px;
	margin-top: auto;
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.12, 1) 0s, visibility 0s 0s;
	background: linear-gradient(93.9deg, #111111 -40.13%, rgba(17, 17, 17, 0) 96.88%);
}

#calculator #additional-options-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}

#calculator #additional-options {
	display: flex;
	flex-flow: row wrap;
	flex-grow: 1;
	gap: 1rem;
	font-size: 14px;
}

#calculator #additional-options .position-card {
	padding: 4px 12px;
	border: 1px dashed rgba(135, 199, 69, 0.3);
	cursor: pointer;
}

#calculator #additional-options .position-card::before {
	content: '+';
}

#calculator #additional-options .position-card:hover {
	background-color: #87C745;
	background-image: #181919;
}

#calculator #additional-options .position-salary {
	display: none;
}

#calculator #calculator-footer {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

#calculator #calculator-footer .left,
#calculator #calculator-footer .right {
	padding: 20px 40px;
}

#calculator #calculator-footer .left {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 700px;
}

#calculator #calculator-footer .right {
	display: flex;
	align-items: center;
	justify-content: center;
}

#calculator #calculator-footer .right .btn {
	margin-top: 0;
}

#calculator #calculator-footer #calculator-results {
	font-weight: 700;
	font-variant: small-caps;
	font-size: clamp(2.25rem, 3.25vw, 2.5rem);
	color: #68A396;
}

#calculator #calculator-footer .highlight {
	font-size: clamp(1rem, 1.7875vw, 1.375rem);
	font-weight: 500;
}

#calculator #active-options .position-card {
	padding: 15px 20px !important;
}

#calculator #active-options .position-card::after {
	content: '–';
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.12, 1) 0s, visibility 0s 0s;
}

#calculator #active-options .position-card:not(:hover)::after {
	transform: translatey(0);
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.12, 1) 0s, visibility 0s 0s;
}

#calculator #active-options .position-card.active {
	background: linear-gradient(40deg, #3EAF9C 0%, #87C745 100%);
	background-size: 100%;
	background-position: center right -1px;
}

#calculator #active-options .position-card.active .position-name {
	color: #FFFFFF !important;
}

#calculator #active-options .position-card:not(.active) {
	color: rgba(255, 255, 255, 0.75);
}

#calculator #active-options .position-card:not(.active)::after {
	content: '+';
}

#calculator .position-name {
	padding: 0 !important;
}

#calculator #additional-options-wrapper {
	display: none;
}

#calculator .position-salary {
	display: none;
}

@media (max-width: 768px) {
	#calculator #calculator-inner {
		padding: 20px;
	}

	#calculator #active-options {
		grid-template-columns: repeat(2, 1fr);
		padding-bottom: 0;
	}

	#calculator .position-card {
		padding: 10px 15px !important;
		flex-flow: row nowrap;
		align-items: stretch;
		justify-content: space-between;
	}

	#calculator .position-card::after {
		position: static;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 0 0 15px;
	}

	#calculator #calculator-footer {
		flex-flow: column;
		padding: 20px;
	}

	#calculator #calculator-footer .left,
	#calculator #calculator-footer .right {
		padding: 10px;
	}

	#calculator #calculator-footer .left {
		flex-flow: column;
		justify-content: center;
		gap: 10px;
		text-align: center;
	}
}

@media (max-width: 500px) {
	#calculator #active-options {
		grid-template-columns: 1fr;
	}
}

#body-wrapper #home-wrapper {
	overflow-x: hidden;
}

@media (max-width: 767px) {
	#body-wrapper #home-wrapper {
		padding-top: unset;
	}
}

#body-wrapper #home-wrapper #header-hero {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/home-hero-banner-updated.webp");
	background-size: auto 95%;
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 170px;
}

#body-wrapper #home-wrapper #header-hero .header {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}

#body-wrapper #home-wrapper #header-hero .header p:not(.hero-subtitle) {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
}

@media (min-width: 1200px) {
	#body-wrapper #home-wrapper #header-hero .header {
		background: radial-gradient(circle, white 0%, rgba(255, 255, 255, 0.5) 100%);
		border-radius: 10%;
		background-size: cover;
		background-position: center;
	}

	#body-wrapper #home-wrapper #header-hero .row {
		min-height: 650px;
	}
}

@media (max-width: 991px) {
	#body-wrapper #home-wrapper #header-hero {
		background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/home-hero-banner-mobile.webp");
		background-size: contain;
		background-position: right bottom;
		background-repeat: no-repeat;
		padding-bottom: 6em;
		padding-top: 0;
	}

	#body-wrapper #home-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		align-items: end;
	}

	#body-wrapper #home-wrapper #header-hero .row {
		min-height: 750px;
		align-items: start;
	}
}

@media (max-width: 767px) {
	#body-wrapper #home-wrapper #header-hero {
		background-size: contain;
		background-position: right bottom;
		background-repeat: no-repeat;
		padding-bottom: 0em;
		margin-top: unset;
	}

	#body-wrapper #home-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		align-items: end;
		margin-bottom: 20em !important;
	}

	#body-wrapper #home-wrapper #header-hero .row {
		min-height: 650px;
		align-items: start;
	}
}

@media (max-width: 575.98px) {
	#body-wrapper #home-wrapper #header-hero {
		padding-bottom: 160px;
	}

	#body-wrapper #home-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		align-items: start;
		margin-top: 10em;
	}
}

#body-wrapper #home-wrapper #key-actions {
	background-color: #F3FAF9;
}

#body-wrapper #home-wrapper #key-actions .cards-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
	margin-top: -11em;
}

#body-wrapper #home-wrapper #key-actions .card {
	width: 100%;
	max-width: 350px;
	height: auto;
	aspect-ratio: 350 / 409;
	margin: 0em auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 1rem;
}

#body-wrapper #home-wrapper #key-actions .card-body p {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	margin-bottom: 0;
	text-decoration: none;
	font-weight: 700;
}

#body-wrapper #home-wrapper #key-actions .card-body a {
	text-decoration: none;
}

#body-wrapper #home-wrapper #key-actions .card-img-top {
	width: 100%;
	height: auto;
	padding: .5em;
}

#body-wrapper #home-wrapper #key-actions .cta-container {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	margin: 0 auto;
	padding: .2em 1em;
}

#body-wrapper #home-wrapper #key-actions .cta-container:hover {
	transition: 0.3s ease-in-out;
}

#body-wrapper #home-wrapper #key-actions .cta-container:hover .fa-sharp.fa-solid.fa-chevron-right {
	background-image: linear-gradient(40deg, #186570 0%, #3EAF9C 100%);
	transition: background-image 4s ease-in-out;
}

#body-wrapper #home-wrapper #key-actions .btn-cta {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	text-decoration: none;
	font-weight: 700;
}

@media (min-width: 1200px) {
	#body-wrapper #home-wrapper #key-actions {
		margin-top: -185px;
	}
}

@media (max-width: 992px) {
	#body-wrapper #home-wrapper #key-actions .cards-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1em;
		margin-top: 2em !important;
	}
}

#body-wrapper #home-wrapper #who-we-serve p {
	max-width: 1100px;
	width: 100%;
}

#body-wrapper #home-wrapper #who-we-serve .icon-list-container {
	width: 100%;
	margin-block: 2em;
}

#body-wrapper #home-wrapper #who-we-serve .icon-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

#body-wrapper #home-wrapper #who-we-serve .icon-list li {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	font-weight: 700;
	color: #181919;
	display: flex;
	align-items: center;
	max-width: 518px;
	padding: 0.1rem 0rem 1rem;
	width: 100%;
}

@media (min-width: 768px) {
	#body-wrapper #home-wrapper #who-we-serve .icon-list li:not(:nth-last-child(1)):not(:nth-last-child(2)) {
		border-bottom: 1px solid #c2dad5;
	}
}

@media (max-width: 767px) {
	#body-wrapper #home-wrapper #who-we-serve .icon-list li {
		margin: 0 auto;
		max-width: unset;
	}

	#body-wrapper #home-wrapper #who-we-serve .icon-list li:not(:last-child) {
		border-bottom: 1px solid #c2dad5;
	}
}

#body-wrapper #home-wrapper #who-we-serve .icon-list li i {
	font-size: 1.25rem;
	margin-right: 1rem;
}

#body-wrapper #home-wrapper #who-we-serve .info-box-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
	gap: 1rem;
	padding: 1rem;
	justify-items: center;
}

#body-wrapper #home-wrapper #who-we-serve .info-box {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 225px;
	height: auto;
	border: none;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin: 2em auto;
	gap: 1em;
}

#body-wrapper #home-wrapper #who-we-serve .image-container {
	width: 100%;
	height: 70px;
	margin-top: 1em;
}

#body-wrapper #home-wrapper #who-we-serve .image-container img {
	height: 100%;
}

#body-wrapper #home-wrapper #who-we-serve .text-container {
	padding: 0.5rem;
	height: 100%;
}

#body-wrapper #home-wrapper #who-we-serve .text-container h4 {
	font-size: clamp(1.125rem, 1.4625vw, 1.125rem);
	margin-bottom: 0rem;
	color: #186570;
	font-weight: bold;
}

#body-wrapper #home-wrapper #who-we-serve .text-container p {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	color: #186570;
	line-height: 1.2;
	max-width: 180px !important;
	width: 100%;
	margin: 0 auto;
}

#body-wrapper #home-wrapper #who-we-serve .jumbo-button-container {
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	padding: 2em;
}

#body-wrapper #home-wrapper #who-we-serve .jumbo-button-container a {
	font-size: clamp(1.125rem, 2.4375vw, 1.875rem);
	text-decoration: none;
	font-weight: 400;
}

#body-wrapper #home-wrapper #who-we-serve .jumbo-button-container .fa-sharp.fa-solid.fa-chevron-right {
	font-size: 18px;
	background: white;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	padding: .8em;
	color: #87C745;
	margin-left: 2em;
}

#body-wrapper #home-wrapper #who-we-serve .col-12.text-center p {
	max-width: 880px;
	width: 100%;
	margin: 0 auto 1em;
}

#body-wrapper #home-wrapper #who-we-serve .col-12.text-center .btn {
	margin-top: 1em;
}

@media (max-width: 768px) {
	#body-wrapper #home-wrapper #who-we-serve .info-box-container {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		justify-items: center;
	}
}

@media (max-width: 480px) {
	#body-wrapper #home-wrapper #who-we-serve .info-box-container {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	#body-wrapper #home-wrapper #who-we-serve .info-box {
		justify-self: center;
	}
}

@media (max-width: 768px) {
	#body-wrapper #home-wrapper #who-we-serve .icon-list {
		grid-template-columns: 1fr;
	}
}

#body-wrapper #home-wrapper #what-we-know {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/what-we-know-bg-image.webp");
	background-size: 35% auto;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #F3FAF9;
}

#body-wrapper #home-wrapper #what-we-know h3 {
	color: #68A396;
	margin-top: 2em;
}

#body-wrapper #home-wrapper #what-we-know .text-container .btn {
	max-width: 320px;
}

#body-wrapper #home-wrapper #what-we-know .text-inline {
	display: inline-block;
}

#body-wrapper #home-wrapper #what-we-know .info-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

#body-wrapper #home-wrapper #what-we-know .info-box .image-container {
	width: 100%;
	max-width: 100px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	margin-right: 2em;
}

#body-wrapper #home-wrapper #what-we-know .video-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	aspect-ratio: 16/9;
}

#body-wrapper #home-wrapper #what-we-know .video-container .video-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
	transition: opacity 0.3s ease;
	cursor: pointer;
}

#body-wrapper #home-wrapper #what-we-know .video-container .video-thumbnail.hidden {
	opacity: 0;
	pointer-events: none;
}

#body-wrapper #home-wrapper #what-we-know .video-container .video-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #000;
	transition: transform 0.3s ease;
}

#body-wrapper #home-wrapper #what-we-know .video-container .video-player:hover {
	transform: scale(1.02);
}

#body-wrapper #home-wrapper #what-we-know .video-thumbnail.fade-out {
	opacity: 0;
	pointer-events: none;
}

#body-wrapper #home-wrapper #what-we-know .table-list-container {
	width: 100%;
	margin-block: 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#body-wrapper #home-wrapper #what-we-know .left-list,
#body-wrapper #home-wrapper #what-we-know .right-list {
	width: 48%;
}

#body-wrapper #home-wrapper #what-we-know .table-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: .5rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

#body-wrapper #home-wrapper #what-we-know .table-list li {
	font-size: 1rem;
	font-weight: 600;
	color: #181919;
	display: flex;
	align-items: center;
	padding: .2rem 0;
	line-height: 1.3;
	width: 100%;
}

#body-wrapper #home-wrapper #what-we-know .table-list li i {
	font-size: 1.25rem;
	margin-right: 1rem;
}

#body-wrapper #home-wrapper #what-we-know .button-group-container {
	display: flex;
	justify-content: start;
	gap: 1em;
	margin-top: 2em;
	max-width: 550px;
	width: 100%;
}

@media (max-width: 992px) {
	#body-wrapper #home-wrapper #what-we-know .video-container {
		max-width: 750px;
		margin: 0 auto;
		height: auto;
		padding-bottom: 56.25%;
	}

	#body-wrapper #home-wrapper #what-we-know .info-box:has(.video-container) {
		flex-direction: column;
		gap: 1em;
	}

	#body-wrapper #home-wrapper #what-we-know .info-box:has(.video-container) .text-container {
		max-width: unset;
		padding-inline: 17px;
		margin-left: auto;
	}

	#body-wrapper #home-wrapper #what-we-know .table-list {
		grid-template-columns: 1fr;
	}

	#body-wrapper #home-wrapper #what-we-know .button-group-container {
		margin-bottom: 5em;
		width: 100%;
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	#body-wrapper #home-wrapper #what-we-know .table-list-container {
		flex-direction: column;
	}

	#body-wrapper #home-wrapper #what-we-know .info-box {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 1em;
		margin: 0 auto;
	}

	#body-wrapper #home-wrapper #what-we-know .left-list,
	#body-wrapper #home-wrapper #what-we-know .right-list {
		width: 100%;
	}
}

@media (max-width: 480px) {
	#body-wrapper #home-wrapper #what-we-know {
		background-size: contain;
		padding-bottom: 18em;
		text-align: center;
		text-wrap: balance;
	}

	#body-wrapper #home-wrapper #what-we-know li {
		width: unset !important;
		margin-inline: auto;
	}

	#body-wrapper #home-wrapper #what-we-know .button-group-container .btn {
		margin-inline: auto;
	}
}

#body-wrapper #home-wrapper #working-with-ocozzio {
	padding: 3em 0 0 2em;
	overflow-x: hidden;
}

#body-wrapper #home-wrapper #working-with-ocozzio h2 {
	max-width: 500px;
	width: 100%;
	margin-top: .8em;
}

#body-wrapper #home-wrapper #working-with-ocozzio .container-responsive {
	margin-left: auto;
}

#body-wrapper #home-wrapper #working-with-ocozzio .text-container {
	position: relative;
	z-index: 1000;
	background-color: #fff;
	width: 100%;
	max-width: 800px;
	height: 100%;
}

#body-wrapper #home-wrapper #working-with-ocozzio .testimonial-carousel {
	position: relative;
	width: 100%;
	overflow: hidden;
	transform: none;
}

#body-wrapper #home-wrapper #working-with-ocozzio .testimonial-carousel .carousel-container {
	width: 100%;
	padding-block: 1em;
	padding-right: 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

#body-wrapper #home-wrapper #working-with-ocozzio .testimonial-carousel .carousel-wrapper {
	display: flex;
	transition: transform 0.5s ease;
	width: 100%;
	gap: 20px;
	justify-content: center;
	min-height: 400px;
	align-items: stretch;
}

#body-wrapper #home-wrapper #working-with-ocozzio .testimonial-carousel .carousel-card {
	flex: 0 0 calc(33.333% - 14px);
	margin: 0;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	min-width: 355px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: auto;
	min-height: fit-content;
}

#body-wrapper #home-wrapper #working-with-ocozzio .testimonial-carousel .carousel-card p {
	font-size: clamp(1rem, 1.625vw, 1.25rem);
	line-height: 1.3;
	margin-bottom: 10px;
	text-wrap: balance;
	flex: 0 1 auto;
}

#body-wrapper #home-wrapper #working-with-ocozzio .testimonial-carousel .carousel-card .green-alt {
	font-weight: bold;
}

#body-wrapper #home-wrapper #working-with-ocozzio .testimonial-carousel .carousel-card .author {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

#body-wrapper #home-wrapper #working-with-ocozzio .testimonial-carousel .carousel-card:hover {
	box-shadow: 0 6px 12px rgba(0, 128, 0, 0.2);
}

#body-wrapper #home-wrapper #working-with-ocozzio .testimonial-carousel .carousel-button {
	display: none !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	z-index: 10;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#body-wrapper #home-wrapper #working-with-ocozzio .testimonial-carousel .carousel-button.prev {
	left: 10px;
}

#body-wrapper #home-wrapper #working-with-ocozzio .testimonial-carousel .carousel-button.next {
	right: 10px;
}

@media (max-width: 992px) {
	#body-wrapper #home-wrapper #working-with-ocozzio {
		padding-inline: 0;
	}

	#body-wrapper #home-wrapper #working-with-ocozzio h2 {
		max-width: unset;
	}

	#body-wrapper #home-wrapper #working-with-ocozzio .sub-header {
		text-wrap: unset;
		width: 100%;
		max-width: unset;
	}

	#body-wrapper #home-wrapper #working-with-ocozzio .text-container {
		position: relative;
		z-index: 1000;
		background-color: #fff;
		width: 100%;
		max-width: 800px;
		height: 100%;
		min-height: unset;
		padding: 20px;
	}

	#body-wrapper #home-wrapper #working-with-ocozzio .container-responsive {
		margin-left: 0;
	}

	#body-wrapper #home-wrapper #working-with-ocozzio .testimonial-carousel .carousel-card {
		flex: 0 0 calc(50% - 10px);
		padding: 15px;
		min-width: 300px;
	}

	#body-wrapper #home-wrapper #working-with-ocozzio .testimonial-carousel .carousel-container {
		padding-right: 0px;
	}
}

@media (max-width: 575.98px) {
	#body-wrapper #home-wrapper #working-with-ocozzio .text-container {
		padding: 20px 20px 0;
	}

	#body-wrapper #home-wrapper #working-with-ocozzio .testimonial-carousel .carousel-container {
		padding-left: 20px;
	}

	#body-wrapper #home-wrapper #working-with-ocozzio .testimonial-carousel .carousel-wrapper {
		justify-content: flex-start;
	}

	#body-wrapper #home-wrapper #working-with-ocozzio .testimonial-carousel .carousel-card {
		flex: 0 0 calc(100% - 20px);
		padding: 12px;
		min-width: unset;
		margin: 0 auto;
	}
}

#body-wrapper #home-wrapper #hubspot {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/hubspot-bg.webp");
	background-size: 40% auto;
	background-position: left;
	background-repeat: no-repeat;
	overflow: visible;
	position: relative;
}

#body-wrapper #home-wrapper #hubspot h2 {
	text-wrap: unset;
}

#body-wrapper #home-wrapper #hubspot .row {
	justify-content: end;
	align-items: center;
	min-height: 500px;
}

#body-wrapper #home-wrapper #hubspot .btn {
	max-width: 290px;
}

@media (max-width: 768px) {
	#body-wrapper #home-wrapper #hubspot {
		background-size: 400px auto;
		background-position: center top;
		background-repeat: no-repeat;
	}

	#body-wrapper #home-wrapper #hubspot .row {
		min-height: 650px;
		align-items: end;
		margin-bottom: 5em;
	}
}

@media (max-width: 575.98px) {
	#body-wrapper #home-wrapper #hubspot .row {
		min-height: 800px;
		align-items: end;
		margin-bottom: 5em;
	}
}

#body-wrapper #home-wrapper #case-studies {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/home-case-studies-bg.webp");
	background-size: 35% auto;
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 10%;
	margin-top: -8%;
}

#body-wrapper #home-wrapper #case-studies h2 {
	max-width: 800px;
	text-wrap: unset;
}

#body-wrapper #home-wrapper #case-studies .cards-container {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	width: 100%;
	justify-content: center;
}

#body-wrapper #home-wrapper #case-studies .card {
	flex: 1 1 calc(100% - 2em);
	width: 100%;
	max-width: 506px;
	height: 100%;
	margin: 1em auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 1rem;
}

#body-wrapper #home-wrapper #case-studies .card-body {
	padding: 1em .3em .3em;
}

#body-wrapper #home-wrapper #case-studies .card-img-top {
	width: 100%;
	height: auto;
	padding: .6em;
}

#body-wrapper #home-wrapper #case-studies .cta-container {
	margin: 0 auto;
	max-width: 365px;
	width: 100%;
}

#body-wrapper #home-wrapper #case-studies .link-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#body-wrapper #home-wrapper #case-studies .link-container p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

#body-wrapper #home-wrapper #case-studies .link-container .fa-sharp.fa-solid.fa-chevron-right {
	font-size: 22px;
	background: linear-gradient(40deg, #3EAF9C 0%, #87C745 100%);
	width: 40px;
	height: 40px;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	padding: .8em;
	color: white;
	position: relative;
	transform: none !important;
	font-style: normal !important;
	bottom: 0em;
	right: -1em;
}

#body-wrapper #home-wrapper #case-studies .heading {
	display: block;
	font-weight: 700;
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
}

#body-wrapper #home-wrapper #case-studies .description {
	font-size: clamp(1rem, 1.3vw, 1rem);
}

#body-wrapper #home-wrapper #case-studies .fa-sharp.fa-solid.fa-chevron-right {
	font-size: 22px;
	width: 40px;
	height: 40px;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	padding: .8em;
	color: white;
	position: relative;
	bottom: -.5em;
	right: -1em;
}

#body-wrapper #home-wrapper #case-studies .fa-sharp.fa-solid.fa-chevron-right:hover {
	transition: 0.3s ease-in-out;
}

#body-wrapper #home-wrapper #case-studies a {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	text-decoration: none;
}

#body-wrapper #home-wrapper #case-studies a:hover {
	filter: drop-shadow(0 0 0.75rem rgba(0, 128, 0, 0.2));
}

#body-wrapper #home-wrapper #case-studies a:hover .fa-sharp.fa-solid.fa-chevron-right {
	background-image: linear-gradient(40deg, #186570 0%, #3EAF9C 100%);
	transition: background-image 4s ease-in-out;
}

@media (max-width: 767px) {
	#body-wrapper #home-wrapper #case-studies {
		padding-block: 30px;
	}

	#body-wrapper #home-wrapper #case-studies .fa-sharp.fa-solid.fa-chevron-right {
		right: inherit;
	}
}

@media (max-width: 767px) {
	#body-wrapper #home-wrapper #case-studies .cta-container {
		padding-inline: .5em;
	}

	#body-wrapper #home-wrapper #case-studies .link-container p {
		font-size: 16px;
	}

	#body-wrapper #home-wrapper #case-studies .link-container .fa-sharp.fa-solid.fa-chevron-right {
		font-size: 18px;
		width: 24px;
		height: 24px;
		margin-left: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		padding: .8em;
		color: white;
		position: relative;
		bottom: 0;
		right: -.5em;
	}
}

#body-wrapper #home-wrapper #industry-affiliations {
	padding: 0;
	overflow-x: hidden;
}

#body-wrapper #home-wrapper #industry-affiliations .container-responsive {
	background-color: #186570;
	color: #FFFFFF;
	padding: 5em 3em;
	position: relative;
}

#body-wrapper #home-wrapper #industry-affiliations .container-responsive::before {
	content: '';
	position: absolute;
	top: 0;
	left: -70px;
	width: 70px;
	height: 100%;
	background-color: #186570;
	border-radius: 20px 0 0 20px;
}

@media (max-width: 768px) {
	#body-wrapper #home-wrapper #industry-affiliations .container-responsive {
		padding: 2em 1em;
	}

	#body-wrapper #home-wrapper #industry-affiliations .container-responsive::before {
		display: none;
	}

	#body-wrapper #home-wrapper #industry-affiliations .container-responsive::after {
		display: none;
	}

	#body-wrapper #home-wrapper #industry-affiliations .container-responsive .fill-right::after {
		display: none;
	}
}

#body-wrapper #home-wrapper #industry-affiliations .container-responsive h3 {
	color: #FFFFFF;
}

#body-wrapper #home-wrapper #industry-affiliations .container-responsive .row {
	align-items: center;
}

#body-wrapper #home-wrapper #industry-affiliations .container-responsive .row .image-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

#body-wrapper #home-wrapper #industry-affiliations .container-responsive .row .image-container img {
	padding: 0 1em;
}

#body-wrapper #home-wrapper #industry-affiliations .container-responsive .row .image-container .image-left {
	border-right: 1px solid #FFFFFF;
	padding-right: 2em;
}

#body-wrapper #home-wrapper #industry-affiliations .container-responsive .row .image-container .image-right {
	padding-left: 2em;
}

#body-wrapper #home-wrapper #resources #blog-container {
	margin-top: 1em;
	justify-content: center;
}

#body-wrapper #home-wrapper #resources #blog-container a {
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 10px;
	margin-block: 2em;
	max-width: 315px;
	min-width: 345px;
	width: 100%;
	margin-inline: 1em;
}

#body-wrapper #home-wrapper #resources #blog-container a:hover {
	filter: drop-shadow(0 0 5px rgba(24, 101, 112, 0.2));
}

#body-wrapper #home-wrapper #resources #blog-container a:hover h3,
#body-wrapper #home-wrapper #resources #blog-container a:hover p {
	color: #186570 !important;
	font-weight: 600;
}

#body-wrapper #home-wrapper #resources #blog-container .blog-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 10px;
	margin-block: 2em;
	max-width: 315px;
	width: 100%;
	margin-inline: 1em;
	flex: 1;
	height: 100%;
}

#body-wrapper #home-wrapper #resources #blog-container .blog-card .blog-image {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	max-width: 315px;
	max-height: 315px;
	min-height: 315px;
	margin-bottom: 2em;
	filter: drop-shadow(5px 5px 10px rgba(24, 101, 112, 0.15));
}

#body-wrapper #home-wrapper #resources #blog-container .blog-card .blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#body-wrapper #home-wrapper #resources #blog-container .blog-card .meta-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 315px;
	border-bottom: 2px solid #c2dad5;
}

#body-wrapper #home-wrapper #resources #blog-container .blog-card .time {
	color: #186570 !important;
	font-weight: 600;
}

#body-wrapper #home-wrapper #resources #blog-container .blog-card .blog-content {
	max-width: 355px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	align-items: end;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-height: 100%;
}

#body-wrapper #home-wrapper #resources #blog-container .blog-card .blog-content h4 {
	font-size: clamp(1rem, 1.7875vw, 1.375rem);
	font-weight: 700;
	margin-block: 0em 0.9rem;
	color: #181919;
}

#body-wrapper #home-wrapper #resources #blog-container .blog-card .blog-content p:not(.exerpt) {
	color: #68A396;
}

#body-wrapper #home-wrapper #resources #blog-container .blog-card .blog-content p:not(.exerpt) i {
	color: #68A396;
	margin-right: 0.5em;
}

#body-wrapper #home-wrapper #resources #blog-container .blog-card .blog-content .exerpt {
	color: #181919;
}

#body-wrapper #home-wrapper #resources #blog-container .featured {
	flex-direction: column;
	align-items: flex-start;
}

#body-wrapper #home-wrapper #resources #blog-container .featured .blog-image {
	width: 100px;
	height: 100px;
}

#body-wrapper #home-wrapper #resources #blog-container .featured h3 {
	font-size: 1.25rem;
}

#body-wrapper #home-wrapper #resources #blog-container .page-link {
	border: none;
	color: #c2dad5;
}

#body-wrapper #home-wrapper #resources #blog-container .page-link:focus {
	background: #FFFFFF;
	box-shadow: none;
}

#body-wrapper #home-wrapper #resources #blog-container .page-link.active {
	background: linear-gradient(40deg, #3EAF9C 0%, #87C745 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	scale: 1.6;
}

@media (max-width: 767px) {
	#body-wrapper #home-wrapper #resources .row:not(:has(.blog-card)) {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	#body-wrapper #home-wrapper #resources #blog-container {
		align-items: center;
		text-wrap: balance;
	}

	#body-wrapper #home-wrapper #resources #blog-container a {
		flex-direction: column;
		align-items: center;
		margin-block: 1em;
		max-width: 100%;
	}

	#body-wrapper #home-wrapper #resources #blog-container a h4,
	#body-wrapper #home-wrapper #resources #blog-container a p {
		text-align: center;
	}

	#body-wrapper #home-wrapper #resources #blog-container a .blog-image {
		width: 100%;
		height: auto;
		margin-bottom: 1em;
	}

	#body-wrapper #home-wrapper #resources #blog-container a .meta-info {
		max-width: 500px;
		margin: 0 auto;
		gap: 1em;
		justify-content: space-between;
	}

	#body-wrapper #home-wrapper #resources #blog-container a .blog-content {
		max-width: 600px;
	}

	#body-wrapper #home-wrapper #resources #blog-container a .blog-content h3 {
		font-size: 1.25rem;
		margin-block: 0.5rem;
	}
}

#body-wrapper #home-wrapper #resources .cards-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
}

#body-wrapper #home-wrapper #resources .card {
	width: 100%;
	max-width: 350px;
	height: auto;
	aspect-ratio: 350 / 278;
	margin: 2em auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 1rem;
}

#body-wrapper #home-wrapper #resources .card-img-top {
	width: 100%;
	height: auto;
	padding: .5em;
}

#body-wrapper #home-wrapper #resources .cta-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 400px;
	margin: 0 auto;
	padding: .2em 1em;
}

#body-wrapper #home-wrapper #resources .fa-sharp.fa-solid.fa-chevron-right {
	font-size: 18px;
	background-color: green;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	padding: .8em;
	color: white;
}

#body-wrapper #home-wrapper #resources .btn-cta {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	text-decoration: none;
	font-weight: 700;
}

@media (min-width: 768px) {
	#body-wrapper #home-wrapper #resources .card {
		width: 350px;
		height: 278px;
	}
}

#body-wrapper #home-wrapper #contact {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/home-contact-bg.webp");
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	padding-inline: 0;
}

#body-wrapper #home-wrapper #contact .row {
	justify-content: end;
	align-items: center;
	height: 100%;
	min-height: 400px;
}

@media (max-width: 991px) {
	#body-wrapper #home-wrapper #contact {
		background-position: left top !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background: linear-gradient(180deg, #f3faf9af 20%, #181919 90%), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/home-contact-bg.webp");
	}

	#body-wrapper #home-wrapper #contact .row {
		flex-direction: column;
		justify-content: end;
		align-items: center;
		min-height: 700px;
	}
}

@media (max-width: 768px) {
	#body-wrapper #home-wrapper #contact {
		padding: 2em;
		text-align: center;
	}

	#body-wrapper #home-wrapper #contact .form-container,
	#body-wrapper #home-wrapper #contact .hbspt-form {
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 575.98px) {
	#body-wrapper #home-wrapper #contact {
		background-position: bottom !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background: linear-gradient(0deg, #f3faf9af 20%, #181919 55%), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/home-contact-bg.webp");
	}

	#body-wrapper #home-wrapper #contact h2 {
		color: #FFFFFF;
	}

	#body-wrapper #home-wrapper #contact .row {
		flex-direction: column;
		justify-content: start;
		align-items: end;
		min-height: 600px;
	}
}

#hubspot-wrapper {
	overflow-x: hidden !important;
}

#hubspot-wrapper nav.navbar {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	background-color: #FFFFFF;
}

#hubspot-wrapper h1 {
	font-size: clamp(3rem, 4.875vw, 3.75rem);
	font-family: "fk_roman_standardbold", sans-serif;
	line-height: 1.05;
	color: #181919;
	margin-bottom: 0.2em;
}

#hubspot-wrapper h2 {
	font-size: clamp(2rem, 3.25vw, 2.5rem);
	font-family: "fk_roman_standardbold", sans-serif;
	text-wrap: balance;
	line-height: 1.05;
	color: #181919;
	margin-bottom: 0.2em;
}

#hubspot-wrapper h3 {
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	font-weight: 700;
	color: #181919;
}

#hubspot-wrapper h4 {
	font-size: clamp(1.2rem, 1.95vw, 1.5rem);
}

#hubspot-wrapper h5 {
	font-size: clamp(1.125rem, 1.625vw, 1.25rem);
}

#hubspot-wrapper h6 {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	font-weight: 400;
}

#hubspot-wrapper p {
	font-size: clamp(1rem, 1.3vw, 1rem);
}

#hubspot-wrapper section .container-responsive {
	max-width: 1122px;
}

#hubspot-wrapper .hero-subtitle {
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	color: #68A396;
	font-weight: 500;
	max-width: 430px;
	line-height: 1.2;
}

#hubspot-wrapper .section-subtitle {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	font-weight: bold;
	margin-bottom: 1rem;
	text-transform: uppercase;
	color: #68A396;
}

#hubspot-wrapper .teal-alt {
	color: #68A396;
	font-size: clamp(1rem, 1.7875vw, 1.375rem);
}

#hubspot-wrapper .green-alt {
	color: #87C745;
}

#hubspot-wrapper .sub-header {
	font-size: clamp(1rem, 1.7875vw, 1.375rem);
	color: #68A396;
	text-wrap: balance;
}

#hubspot-wrapper .fa-sharp.fa-solid.fa-chevron-right {
	font-size: 18px;
	background: linear-gradient(40deg, #3EAF9C 0%, #87C745 100%);
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	padding: .8em;
	color: white;
	margin: 0 auto;
}

#hubspot-wrapper .hs_submit.hs-submit {
	margin-top: .5em;
}

#hubspot-wrapper #header-hero {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/hs-hero-banner.webp");
	background-size: 45% auto;
	background-position: right;
	background-repeat: no-repeat;
}

#hubspot-wrapper #header-hero .header {
	width: 100%;
	padding-right: 3em !important;
}

#hubspot-wrapper #header-hero .header p:not(.hero-subtitle) {
	max-width: 512px;
}

#hubspot-wrapper #header-hero .row {
	justify-content: space-between;
}

#hubspot-wrapper #header-hero .btn {
	max-width: 380px;
}

@media (max-width: 991px) {
	#hubspot-wrapper #header-hero {
		background-size: auto 45%;
		background-position: bottom right;
		background-repeat: no-repeat;
	}

	#hubspot-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		align-items: end;
		padding-right: auto;
	}

	#hubspot-wrapper #header-hero .header h1 {
		text-wrap: balance;
	}

	#hubspot-wrapper #header-hero .row {
		align-items: start;
	}
}

@media (max-width: 768px) {
	#hubspot-wrapper #header-hero {
		background-size: auto 40%;
		padding-bottom: 60px;
	}

	#hubspot-wrapper #header-hero .row {
		min-height: 650px;
		align-items: start;
	}

	#hubspot-wrapper #header-hero header {
		padding-top: 4em;
		padding-right: 2em;
	}
}

@media (max-width: 480px) {
	#hubspot-wrapper #header-hero {
		background-size: 60%;
	}

	#hubspot-wrapper #header-hero .row {
		align-items: end;
	}

	#hubspot-wrapper #header-hero header {
		padding-top: 10em;
		padding-right: 0em;
	}
}

#hubspot-wrapper #hubspot-with-ocozzio {
	background-color: #F3FAF9;
	padding-inline: 1.5em;
}

#hubspot-wrapper #hubspot-with-ocozzio .content-container {
	max-width: 570px;
}

@media (max-width: 768px) {
	#hubspot-wrapper #hubspot-with-ocozzio {
		background-color: #FFFFFF;
		text-align: center;
	}

	#hubspot-wrapper #hubspot-with-ocozzio .content-container {
		max-width: 100%;
	}

	#hubspot-wrapper #hubspot-with-ocozzio .button-container {
		flex-direction: column;
		align-items: center;
	}
}

#hubspot-wrapper #accelerate-your-business-growth {
	background: linear-gradient(to bottom, #F3FAF9 75%, #FFFFFF 25%);
}

#hubspot-wrapper #accelerate-your-business-growth .container-responsive {
	background-color: #FFFFFF;
	padding-block: 4em;
	padding-inline: 1em;
	border-radius: 20px;
	box-shadow: 5px 5px 10px rgba(24, 101, 112, 0.15);
}

#hubspot-wrapper #accelerate-your-business-growth .row {
	max-width: 975px;
	margin: 0 auto;
}

#hubspot-wrapper #accelerate-your-business-growth h2 {
	max-width: 600px;
}

#hubspot-wrapper #accelerate-your-business-growth h6 {
	max-width: 950px;
	margin-bottom: 2em;
}

#hubspot-wrapper #accelerate-your-business-growth .info-box:not(.case-study) .image-container img {
	max-width: 75px;
}

#hubspot-wrapper #accelerate-your-business-growth .info-box {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #68A396;
	margin-block: 1em;
}

#hubspot-wrapper #accelerate-your-business-growth .info-box .image-container {
	width: 100%;
	max-width: 340px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: start;
}

#hubspot-wrapper #accelerate-your-business-growth .info-box .image-container img {
	margin-right: 1em;
}

#hubspot-wrapper #accelerate-your-business-growth .info-box .text-container {
	max-width: 565px;
	width: 100%;
	padding-block: 2em;
}

#hubspot-wrapper #accelerate-your-business-growth .info-box.case-study {
	padding-top: 4em;
}

#hubspot-wrapper #accelerate-your-business-growth .info-box.case-study .image-container {
	width: 100%;
	max-width: 450px;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#hubspot-wrapper #accelerate-your-business-growth .info-box.case-study .image-container img {
	margin-right: 2em;
}

#hubspot-wrapper #accelerate-your-business-growth .info-box.case-study .text-container {
	padding-left: .5em;
	max-width: 430px;
	margin-left: auto;
	width: 100%;
}

#hubspot-wrapper #accelerate-your-business-growth .info-box.case-study .text-container h3 {
	max-width: 300px;
	width: 100%;
}

#hubspot-wrapper #accelerate-your-business-growth .info-box.case-study .text-container .sub-header {
	font-size: clamp(1rem, 1.7875vw, 1.375rem);
	color: #68A396;
	text-wrap: unset;
}

#hubspot-wrapper #accelerate-your-business-growth .info-box.case-study a:hover {
	color: #186570;
}

#hubspot-wrapper #accelerate-your-business-growth .info-box.case-study a:hover .fa-sharp.fa-solid.fa-chevron-right {
	background: linear-gradient(40deg, #186570 0%, #3EAF9C 100%);
	color: white;
}

#hubspot-wrapper #accelerate-your-business-growth .info-box.case-study .cta-container {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 1em;
	margin-top: 1em;
}

#hubspot-wrapper #accelerate-your-business-growth .info-box.case-study .cta-container p {
	margin-bottom: 0;
}

#hubspot-wrapper #accelerate-your-business-growth .info-box.case-study .btn-cta {
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	color: #181919;
}

@media (max-width: 768px) {
	#hubspot-wrapper #accelerate-your-business-growth {
		text-align: center;
		padding-inline: 1.5em;
	}

	#hubspot-wrapper #accelerate-your-business-growth .container-responsive {
		padding: 2em 1em;
	}

	#hubspot-wrapper #accelerate-your-business-growth .info-box {
		flex-direction: column;
		gap: 1em;
	}

	#hubspot-wrapper #accelerate-your-business-growth .info-box .image-container {
		max-width: 100%;
		height: auto;
		margin-inline: auto;
		flex-direction: column;
		text-align: center;
		align-items: center;
		padding-top: 2em;
		gap: 1em;
	}

	#hubspot-wrapper #accelerate-your-business-growth .info-box .image-container img {
		margin-right: 0;
	}

	#hubspot-wrapper #accelerate-your-business-growth .info-box .text-container {
		max-width: 100%;
		padding-block: 1em;
	}

	#hubspot-wrapper #accelerate-your-business-growth .info-box .fa-sharp.fa-solid.fa-chevron-right {
		margin-left: auto !important;
		margin-right: unset !important;
	}

	#hubspot-wrapper #accelerate-your-business-growth .info-box.case-study .image-container {
		flex-direction: column;
		gap: 1em;
	}

	#hubspot-wrapper #accelerate-your-business-growth .info-box.case-study .image-container img {
		margin-right: 0;
	}

	#hubspot-wrapper #accelerate-your-business-growth .info-box.case-study .text-container {
		padding-left: 0;
		max-width: 100%;
		margin-left: 0;
	}

	#hubspot-wrapper #accelerate-your-business-growth .info-box.case-study .text-container h3 {
		max-width: 100%;
	}
}

#hubspot-wrapper #do-with-hubspot {
	padding-top: 0;
}

#hubspot-wrapper #do-with-hubspot .row {
	max-width: 980px;
	margin: 0 auto;
}

#hubspot-wrapper #do-with-hubspot .row:last-child {
	border-bottom: 2px solid #c2dad5;
	padding-bottom: 4em;
}

#hubspot-wrapper #do-with-hubspot .sub-header {
	text-wrap: unset;
}

#hubspot-wrapper #do-with-hubspot .btn {
	max-width: fit-content;
	padding-inline: 2.3em;
}

#hubspot-wrapper #do-with-hubspot h6 {
	max-width: 980px;
	margin-inline: auto;
	margin-top: 1em;
	margin-bottom: 3em;
}

#hubspot-wrapper #do-with-hubspot .info-box {
	display: flex;
	justify-content: start;
	align-items: start;
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
}

#hubspot-wrapper #do-with-hubspot .info-box .image-container {
	max-width: 30px;
	width: 100%;
	margin-right: 1.3em;
}

#hubspot-wrapper #do-with-hubspot .info-box p {
	font-weight: 600;
	text-wrap: balance;
	font-size: clamp(0.875rem, 1.3vw, 1rem);
}

@media (max-width: 768px) {
	#hubspot-wrapper #do-with-hubspot {
		padding: 1em;
	}
}

#hubspot-wrapper #hipaa-compliant {
	padding-bottom: 0;
}

#hubspot-wrapper #hipaa-compliant .row {
	margin: 0 auto;
	border-bottom: 2px solid #c2dad5;
	padding-bottom: 4em;
}

#hubspot-wrapper #hipaa-compliant .sub-header {
	text-wrap: unset;
}

#hubspot-wrapper #hipaa-compliant .btn {
	max-width: fit-content;
	padding-inline: 2.3em;
}

#hubspot-wrapper #hipaa-compliant .icon-list-container {
	width: 100%;
	margin-block: 2em;
}

#hubspot-wrapper #hipaa-compliant .icon-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

#hubspot-wrapper #hipaa-compliant .info-box-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 1rem;
	padding: 1rem;
	justify-items: center;
}

#hubspot-wrapper #hipaa-compliant .info-box {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 200px;
	height: auto;
	border: none;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin: 1em auto;
	padding-block: 1em 1em;
}

#hubspot-wrapper #hipaa-compliant .image-container {
	width: 100%;
	height: auto;
	margin-top: 1em;
}

#hubspot-wrapper #hipaa-compliant .image-container img {
	height: 100%;
	object-fit: cover;
	width: 85px;
}

#hubspot-wrapper #hipaa-compliant .text-container {
	padding: 0.5rem;
	height: 40%;
}

#hubspot-wrapper #hipaa-compliant .text-container h4 {
	font-size: clamp(1.125rem, 1.4625vw, 1.125rem);
	margin-bottom: 0rem;
	color: #186570;
	font-weight: bold;
}

#hubspot-wrapper #hipaa-compliant .text-container p {
	text-wrap: balance;
	width: 100%;
	margin: .5em auto;
}

@media (max-width: 768px) {
	#hubspot-wrapper #hipaa-compliant .info-box-container {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		justify-items: center;
	}
}

@media (max-width: 480px) {
	#hubspot-wrapper #hipaa-compliant .info-box-container {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	#hubspot-wrapper #hipaa-compliant .info-box {
		justify-self: center;
	}
}

@media (max-width: 768px) {
	#hubspot-wrapper #hipaa-compliant .icon-list {
		grid-template-columns: 1fr;
	}
}

#hubspot-wrapper #hubspot {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/inhouse-hubspot-bg.webp");
	background-size: 50% auto;
	background-position: right 25%;
	background-repeat: no-repeat;
	overflow: visible;
	position: relative;
}

#hubspot-wrapper #hubspot h3 {
	margin-top: 1em;
}

#hubspot-wrapper #hubspot .info-box {
	display: flex;
	align-items: center;
}

#hubspot-wrapper #hubspot .info-box h2 {
	text-wrap: balance;
}

#hubspot-wrapper #hubspot .info-box .image-container {
	width: 100%;
	max-width: 130px;
	height: 100%;
	margin-right: 1em;
}

#hubspot-wrapper #hubspot h2 {
	text-wrap: unset;
}

#hubspot-wrapper #hubspot .row {
	justify-content: start;
	align-items: center;
	min-height: 500px;
}

#hubspot-wrapper #hubspot .btn {
	max-width: 435px;
	margin-bottom: 2em;
}

@media (max-width: 768px) {
	#hubspot-wrapper #hubspot {
		background-image: linear-gradient(to top, #F3FAF9 0%, #f3faf998 30%, #f3faf947 100%), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/inhouse-hubspot-bg.webp");
		background-size: 100% auto;
		background-position: right bottom;
		background-repeat: no-repeat;
		padding-block: 4em;
	}

	#hubspot-wrapper #hubspot * {
		text-shadow: 0 0 2px rgba(255, 255, 255, 0.3);
	}

	#hubspot-wrapper #hubspot .row {
		align-items: start;
		margin-bottom: 5em;
		min-height: 1070px;
	}
}

#hubspot-wrapper #meet-the-team {
	padding: 0;
}

#hubspot-wrapper #meet-the-team h3 {
	margin-bottom: 2em;
}

#hubspot-wrapper #meet-the-team .container-responsive {
	background-color: #F3FAF9;
	padding: 5em 3em;
	position: relative;
}

#hubspot-wrapper #meet-the-team .container-responsive::before {
	content: '';
	position: absolute;
	top: 0;
	left: -70px;
	width: 70px;
	height: 100%;
	background-color: inherit;
	border-radius: 20px 0 0 20px;
}

#hubspot-wrapper #meet-the-team .info-box {
	max-width: 300px;
	flex-direction: column;
	padding: 0;
	justify-content: center;
}

#hubspot-wrapper #meet-the-team .info-box .text-container {
	display: flex;
	justify-content: space-between;
	padding-left: 1em;
	border-left: 3px solid #bbd7d2;
	margin-top: 2em;
	width: 100%;
	max-width: fit-content;
}

#hubspot-wrapper #meet-the-team .info-box .text-container p {
	margin-bottom: 0;
	text-wrap: balance;
	max-width: 180px;
	width: 100%;
}

#hubspot-wrapper #meet-the-team .info-box .social-link {
	display: flex;
	justify-content: space-between;
	max-width: 22px;
	width: 100%;
	margin-left: auto;
	width: 100%;
}

#hubspot-wrapper #meet-the-team .info-box .image-container {
	border-radius: 20px;
	width: 100%;
	max-width: 258px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 10px 10px 20px rgba(24, 101, 112, 0.2);
}

#hubspot-wrapper #meet-the-team .info-box .image-container img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

@media (max-width: 768px) {
	#hubspot-wrapper #meet-the-team .container-responsive {
		padding: 2em 1em 4em;
	}
}

#hubspot-wrapper #contact {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/hubspot-contact-bg.webp");
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	margin-top: -2em;
}

#hubspot-wrapper #contact .row {
	justify-content: end;
	align-items: center;
	min-height: 450px;
}

#hubspot-wrapper #contact .hs-input {
	padding: 1em;
	border-radius: 5px;
	border: 1px solid #68A396;
	width: 100%;
	transition: border-color 0.3s ease;
}

#hubspot-wrapper #contact .hs-input::placeholder {
	opacity: 1;
	color: #68A396;
	font-weight: 600;
}

#hubspot-wrapper #contact .hs-input:hover {
	border: 2px solid #186570 !important;
}

#hubspot-wrapper #contact .hs-input:focus {
	border: 2px solid #186570 !important;
	outline: 2px solid #186570 !important;
}

@media (max-width: 767px) {
	#hubspot-wrapper #contact {
		background-position: left bottom !important;
		background-size: contain !important;
		background: linear-gradient(180deg, #f3faf9af 20%, #181919 90%), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/hubspot-contact-bg.webp");
		background-repeat: no-repeat;
	}

	#hubspot-wrapper #contact .row {
		flex-direction: column;
		justify-content: start;
		align-items: end;
		min-height: 800px;
	}
}

@media (max-width: 575.98px) {
	#hubspot-wrapper #contact {
		margin-top: 0em;
		padding-top: 2em;
		background-position: top right !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
	}

	#hubspot-wrapper #contact .row {
		flex-direction: column;
		justify-content: end;
		align-items: end;
		min-height: 700px;
	}
}

#resources-wrapper #header-hero {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/what-we-know-hero-banner.webp");
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	z-index: 0;
	background-color: #FFFFFF;
}

#resources-wrapper #header-hero .header {
	max-width: 900px;
	width: 100%;
}

#resources-wrapper #header-hero .header p:not(.hero-subtitle):not(.hero-eyebrow) {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	max-width: 590px;
}

#resources-wrapper #header-hero .btn {
	max-width: 325px;
}

#resources-wrapper #header-hero .hero-subtitle {
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	color: #68A396;
	font-weight: 500;
	text-wrap: balance;
	margin-bottom: 1em;
}

@media (max-width: 991.98px) {
	#resources-wrapper #header-hero {
		background-size: 100%;
		background-position: bottom right;
		background-repeat: no-repeat;
		padding: 0;
		display: flex;
		align-items: center;
	}

	#resources-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		text-align: center;
		margin-bottom: 15em !important;
	}

	#resources-wrapper #header-hero p:not(.hero-subtitle):not(.hero-eyebrow) {
		margin: 0 auto !important;
	}

	#resources-wrapper #header-hero .button-container {
		flex-direction: column;
	}

	#resources-wrapper #header-hero p.hero-eyebrow {
		text-align: center;
		width: 100%;
		margin: 1em auto;
	}
}

@media (max-width: 575.98px) {
	#resources-wrapper #header-hero {
		background-position: top;
		background-size: cover;
	}
}

#resources-wrapper #search-what-you-are-looking-for {
	background-color: #F3FAF9;
}

#resources-wrapper #search-what-you-are-looking-for .button-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	max-width: 860px;
	width: 100%;
	margin-inline: auto;
}

#resources-wrapper #search-what-you-are-looking-for .button-container .btn {
	background: #F3FAF9;
	border: 1px solid #68A396;
	color: #68A396;
}

#resources-wrapper #search-what-you-are-looking-for #search .btn.btn-search {
	border-radius: 5px;
	min-width: 215px;
	width: 100%;
	margin-top: unset;
}

#resources-wrapper #search-what-you-are-looking-for #search .search-wrapper {
	position: relative;
	display: inline-block;
	width: 100%;
}

#resources-wrapper #search-what-you-are-looking-for #search .search-wrapper i {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #68A396;
}

#resources-wrapper #search-what-you-are-looking-for #search .search-wrapper #oz-search {
	padding: 0.6em 3em !important;
	padding-left: 30px;
	border: 1px solid #c2dad5;
}

#resources-wrapper #search-what-you-are-looking-for #search .search-wrapper ::placeholder {
	color: #68A396;
	font-weight: 600;
	font-size: 1rem;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource {
	display: flex;
	gap: 1.5rem;
	align-items: flex-start;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .video-section {
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .video-section .video-badge {
	position: absolute;
	top: 30px;
	left: 0px;
	background: linear-gradient(to right, #F0E76B 0%, #FFBD59 100%);
	color: #333;
	padding: 15px 20px;
	font-weight: bold;
	border-radius: 0px 30px 30px 0px;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	justify-content: space-between;
	filter: drop-shadow(10px 10px 20px rgba(24, 101, 112, 0.2));
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .video-section .video-badge h3 {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	font-weight: 700;
	margin-bottom: 0;
	color: #FFFFFF;
	text-transform: uppercase;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .video-section .video-wrapper {
	position: relative;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .video-section .video-wrapper .video-thumbnail {
	width: 100%;
	display: block;
	border-radius: 10px;
	position: relative;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .video-section .video-info {
	padding: 3rem 1rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 10%, black);
	color: white;
	display: flex;
	justify-content: space-evenly;
	align-items: start;
	position: absolute;
	z-index: 10;
	bottom: 0;
	width: 100%;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .video-section .video-info .post-meta {
	max-width: 500px;
	margin-left: auto;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .video-section .video-info h2 {
	color: #FFFFFF;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .video-section .video-info .play-button {
	background: rgba(0, 0, 0, 0);
	color: white;
	font-size: 1.5rem;
	border: none;
	border-radius: 50%;
	max-width: 150px;
	width: 100%;
	cursor: pointer;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .video-section .video-info .video-title {
	font-size: clamp(1rem, 3.25vw, 2.5rem);
	margin-bottom: 0.5rem;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .video-section .video-info .video-description {
	font-size: 1rem;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .resource-list {
	width: 38%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-inline: 3em 0;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .resource-list a {
	text-decoration: none;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .resource-list a:hover {
	filter: drop-shadow(0 0 1px rgba(24, 101, 112, 0.2));
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .resource-list a:hover h3,
#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .resource-list a:hover p {
	color: #186570;
	font-weight: 600;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .resource-list .resource-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0px 10px 20px;
	border-radius: 10px;
	justify-content: space-between;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .resource-list .resource-item .resource-icon {
	width: 130px;
	height: 130px;
	border-radius: 5px;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .resource-list .resource-item .resource-text {
	max-width: 200px;
	margin-right: auto;
	padding-left: .5em;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .resource-list .resource-item .resource-text h3 {
	font-size: clamp(1.125rem, 1.7875vw, 1.375rem);
	margin-bottom: 5px;
	font-weight: 600;
}

#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .resource-list .resource-item .resource-text p {
	color: #68A396;
	margin-bottom: 0;
}

@media (max-width: 992px) {
	#resources-wrapper #search-what-you-are-looking-for {
		padding-inline: .8em;
	}

	#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .video-section {
		width: 50%;
		margin-bottom: 2em;
	}

	#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .video-wrapper {
		width: 100%;
		margin: 0 auto;
	}

	#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .resource-list {
		width: 50%;
		margin-inline: 0;
		padding: 0 1em;
	}
}

@media (max-width: 767px) {
	#resources-wrapper #search-what-you-are-looking-for .button-container {
		flex-direction: column;
		align-items: center;
		gap: 1em;
	}

	#resources-wrapper #search-what-you-are-looking-for #search .btn.btn-search {
		border-radius: 5px;
		min-width: unset;
		width: 100%;
		margin-top: unset;
	}

	#resources-wrapper #search-what-you-are-looking-for #search .search-wrapper #oz-search {
		padding-left: 25px !important;
		border: 1px solid #c2dad5;
		padding-right: 0 !important;
	}

	#resources-wrapper #search-what-you-are-looking-for #search .search-wrapper i {
		left: 10px;
	}

	#resources-wrapper #search-what-you-are-looking-for #content .featured-resource {
		flex-direction: column;
		align-items: center;
	}

	#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .video-section {
		width: 100%;
	}

	#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .video-section .video-info {
		padding: 1rem 1rem 2rem;
	}

	#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .video-wrapper {
		width: 100%;
	}

	#resources-wrapper #search-what-you-are-looking-for #content .featured-resource .resource-list {
		width: 100%;
	}
}

@media (max-width: 575px) {
	#resources-wrapper #search-what-you-are-looking-for #search {
		flex-direction: column;
		gap: 1em;
	}

	#resources-wrapper #search-what-you-are-looking-for #search .btn.btn-search {
		border-radius: 5px;
		min-width: 300px;
		width: 100%;
		margin-top: 1em;
	}
}

#resources-wrapper #the-calendar {
	padding-block: 2em;
}

#resources-wrapper #the-calendar .btn {
	max-width: 275px;
}

#resources-wrapper #the-calendar p {
	max-width: 450px;
	width: 100%;
}

#resources-wrapper #the-calendar .image-container {
	margin-right: -300px;
	margin-left: -100px;
}

#resources-wrapper #the-calendar .image-container img {
	width: 100%;
	margin-right: -300px;
}

@media (max-width: 767px) {
	#resources-wrapper #the-calendar .row {
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		margin-top: 2em;
		text-align: center;
	}

	#resources-wrapper #the-calendar p {
		max-width: unset;
	}

	#resources-wrapper #the-calendar .image-container {
		margin-right: 0;
		margin-left: 0;
	}

	#resources-wrapper #the-calendar .image-container img {
		width: 100%;
		margin-right: 0;
	}
}

#resources-wrapper #our-case-studies {
	padding-block: 2em 10em;
}

#resources-wrapper #our-case-studies h2 {
	text-wrap: unset;
	max-width: 800px;
	width: 100%;
}

#resources-wrapper #our-case-studies .cards-container {
	margin-top: 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
}

#resources-wrapper #our-case-studies .card {
	width: 100%;
	max-width: 350px;
	height: auto;
	margin: 1em auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 1rem;
}

#resources-wrapper #our-case-studies .card-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: end;
}

#resources-wrapper #our-case-studies .card-img-top {
	width: 100%;
	height: auto;
	padding: .5em;
}

#resources-wrapper #our-case-studies .cta-container {
	display: flex;
	justify-content: center;
	align-items: start;
	height: 100%;
	min-height: 100px;
	width: 100%;
	margin: 0 auto;
}

#resources-wrapper #our-case-studies .cta-container:hover {
	scale: 1.01;
}

#resources-wrapper #our-case-studies .cta-container:hover .btn-cta {
	color: #186570;
	font-weight: 400;
}

#resources-wrapper #our-case-studies .cta-container:hover .fa-sharp.fa-solid.fa-chevron-right {
	background: linear-gradient(40deg, #186570 0%, #3EAF9C 100%);
}

#resources-wrapper #our-case-studies .fa-sharp.fa-solid.fa-chevron-right {
	font-size: 18px;
	background-image: linear-gradient(40deg, #3EAF9C 0%, #87C745 100%);
	width: 30px;
	height: 30px;
	margin-left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	padding: .8em;
	color: white;
}

#resources-wrapper #our-case-studies .btn-cta {
	font-size: clamp(1rem, 1.3vw, 1rem);
	text-decoration: none;
	line-height: 1.375;
	width: 100%;
	pointer-events: bounding-box;
	display: flex;
	justify-content: space-between;
	align-items: start;
	max-width: 300px;
	width: 100%;
	margin-right: 10px;
}

@media (min-width: 992px) {
	#resources-wrapper #our-case-studies .cards-container {
		margin-bottom: -7em;
	}
}

@media (max-width: 991px) {
	#resources-wrapper #our-case-studies h2 {
		text-align: center;
	}

	#resources-wrapper #our-case-studies .section-subtitle {
		text-align: center;
	}

	#resources-wrapper #our-case-studies .cards-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1em;
	}
}

#resources-wrapper #blog-series .btn {
	min-width: 272px;
	margin-right: 0;
}

#resources-wrapper #blog-series .row:has(h2) {
	border-bottom: 1px solid #c2dad5;
}

#resources-wrapper #blog-series #blog-container {
	margin-top: 1em;
}

#resources-wrapper #blog-series #blog-container a {
	text-decoration: none;
}

#resources-wrapper #blog-series #blog-container a:hover {
	filter: drop-shadow(0 0 5px rgba(24, 101, 112, 0.2));
}

#resources-wrapper #blog-series #blog-container a:hover h3,
#resources-wrapper #blog-series #blog-container a:hover p {
	color: #186570 !important;
	font-weight: 600;
}

#resources-wrapper #blog-series #blog-container .blog-card {
	display: flex;
	align-items: center;
	border-radius: 10px;
	margin-block: 1.5em;
	height: 100%;
	max-height: 140px;
}

#resources-wrapper #blog-series #blog-container .blog-card .blog-image {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	max-width: 175px;
	filter: drop-shadow(5px 5px 10px rgba(24, 101, 112, 0.15));
}

#resources-wrapper #blog-series #blog-container .blog-card .blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#resources-wrapper #blog-series #blog-container .blog-card .blog-content {
	flex: 1;
	margin-left: 1rem;
}

#resources-wrapper #blog-series #blog-container .blog-card .blog-content h3 {
	font-size: 1rem;
	font-weight: 600;
	margin-block: 0.9rem;
	color: #181919;
}

#resources-wrapper #blog-series #blog-container .blog-card .blog-content .blog-date {
	font-weight: bold;
	margin-bottom: .5rem;
	text-transform: uppercase;
	color: #68A396;
}

#resources-wrapper #blog-series #blog-container .blog-card .blog-content p {
	color: #68A396;
}

#resources-wrapper #blog-series #blog-container .blog-card .blog-content p i {
	color: #68A396;
	margin-right: 0.5em;
}

#resources-wrapper #blog-series #blog-container .featured {
	flex-direction: column;
	align-items: flex-start;
}

#resources-wrapper #blog-series #blog-container .featured .blog-image {
	width: 100px;
	height: 100px;
}

#resources-wrapper #blog-series #blog-container .featured h3 {
	font-size: 1.25rem;
}

@media (max-width: 767px) {
	#resources-wrapper #blog-series .row:not(:has(.blog-card)) {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	#resources-wrapper #blog-series #blog-container {
		padding: 1em;
	}

	#resources-wrapper #blog-series #blog-container .blog-card {
		flex-direction: column;
		align-items: start;
		margin-block: 1em;
		max-height: unset;
		max-width: 500px;
		margin-inline: auto;
	}

	#resources-wrapper #blog-series #blog-container .blog-card .blog-image {
		width: 100%;
		max-width: 600px;
		margin-inline: auto;
		height: auto;
		margin-bottom: 1em;
	}

	#resources-wrapper #blog-series #blog-container .blog-card .blog-content {
		margin-left: 0;
	}

	#resources-wrapper #blog-series #blog-container .blog-card .blog-content h3 {
		font-size: 1.25rem;
		margin-block: 0.5rem;
	}
}

#resources-wrapper #events {
	padding-top: 1em;
}

#resources-wrapper #events #event-container .cards-container {
	margin-top: 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5em;
}

#resources-wrapper #events #event-container .card {
	width: 100%;
	max-width: 360px;
	height: auto;
	margin: 1em auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 1rem;
	position: relative;
}

#resources-wrapper #events #event-container .card:nth-child(3n + 1) .date-container {
	background: linear-gradient(to right, #186570 0%, #3EAF9C 100%);
}

#resources-wrapper #events #event-container .card:nth-child(3n + 2) .date-container {
	background: linear-gradient(to right, #FFBD59 0%, #F0E76B 100%);
}

#resources-wrapper #events #event-container .card:nth-child(3n + 3) .date-container {
	background: linear-gradient(to right, #87C745 0%, #3EAF9C 100%);
}

#resources-wrapper #events #event-container .card .date-container {
	position: absolute;
	top: 0;
	right: 20px;
	color: #333;
	padding: 15px 30px 15px;
	font-weight: bold;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.1rem;
	color: #FFFFFF;
	text-align: center;
	border-radius: 0px 0px 20px 20px;
}

#resources-wrapper #events #event-container .card .date-container .day,
#resources-wrapper #events #event-container .card .date-container .date,
#resources-wrapper #events #event-container .card .date-container .month {
	text-transform: uppercase;
	margin-bottom: 0;
}

#resources-wrapper #events #event-container .card .date-container .date {
	font-size: clamp(2rem, 3.25vw, 2.5rem);
	margin-bottom: 0;
	font-family: "fk_roman_standardbold", sans-serif;
	font-weight: 700;
}

#resources-wrapper #events #event-container .card-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}

#resources-wrapper #events #event-container .card-img-top {
	width: 100%;
	height: auto;
	padding: .5em;
}

#resources-wrapper #events #event-container .event-content {
	flex: 1;
}

#resources-wrapper #events #event-container .event-content h3 {
	font-size: clamp(1.125rem, 1.7875vw, 1.375rem);
	font-weight: 600;
	margin-block: 0.3rem;
	color: #181919;
}

#resources-wrapper #events #event-container .event-content .event-date {
	font-weight: bold;
	margin-bottom: .5rem;
	text-transform: uppercase;
	color: #68A396;
}

#resources-wrapper #events #event-container .event-content p {
	color: #68A396;
}

#resources-wrapper #events #event-container .event-content p i {
	color: #68A396;
	margin-right: 0.5em;
}

#resources-wrapper #events #event-container .cta-container {
	display: flex;
	justify-content: start;
	align-items: start;
}

#resources-wrapper #events #event-container .cta-container:hover {
	scale: 1.01;
}

#resources-wrapper #events #event-container .cta-container:hover .btn-cta {
	color: #186570;
	font-weight: 600;
}

#resources-wrapper #events #event-container .cta-container:hover .fa-sharp.fa-solid.fa-chevron-right {
	background: linear-gradient(40deg, #186570 0%, #3EAF9C 100%);
}

#resources-wrapper #events #event-container .fa-sharp.fa-solid.fa-chevron-right {
	font-size: 18px;
	background-image: linear-gradient(40deg, #3EAF9C 0%, #87C745 100%);
	width: 30px;
	height: 30px;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	padding: .8em;
	color: white;
}

#resources-wrapper #events #event-container .btn-cta {
	font-size: clamp(1rem, 1.3vw, 1rem);
	text-decoration: none;
	line-height: 1.375;
	pointer-events: bounding-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 300px;
	width: 100%;
	margin-right: 10px;
	font-weight: 700;
}

@media (min-width: 992px) {
	#resources-wrapper #events #event-container .cards-container {
		margin-bottom: -7em;
	}
}

@media (max-width: 991px) {
	#resources-wrapper #events #event-container h2 {
		text-align: center !important;
	}

	#resources-wrapper #events #event-container .section-subtitle {
		text-align: center;
	}

	#resources-wrapper #events #event-container .cards-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1em;
	}
}

@media (max-width: 991px) {
	#resources-wrapper #events h2 {
		text-align: center !important;
	}
}

#resources-wrapper #contact {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/what-we-know-contact-bg.webp");
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

#resources-wrapper #contact .row {
	justify-content: end;
	align-items: center;
	height: 100%;
	min-height: 400px;
}

#resources-wrapper #contact .hs-input {
	padding: 1em;
	border-radius: 5px;
	border: 1px solid #68A396;
	width: 100%;
}

#resources-wrapper #contact ::placeholder {
	opacity: 1;
	color: #68A396;
	font-weight: 600;
}

@media (max-width: 767px) {
	#resources-wrapper #contact {
		background-position: center top !important;
		background: linear-gradient(180deg, #ffffffaf 0%, #181919 90%), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/what-we-know-contact-bg.webp");
		background-size: contain !important;
		background-repeat: no-repeat !important;
	}

	#resources-wrapper #contact .row {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		min-height: 500px;
		max-height: 1000px;
	}
}

#body-wrapper #contact-wrapper #header-hero {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/contact-hero-banner.webp");
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	z-index: 0;
	padding-top: 10%;
	background-color: #FFFFFF;
	padding-bottom: 0;
}

#body-wrapper #contact-wrapper #header-hero .header {
	max-width: 600px;
	width: 100%;
	margin-bottom: 12em;
}

#body-wrapper #contact-wrapper #header-hero .header p:not(.hero-subtitle) {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	max-width: 620px;
}

#body-wrapper #contact-wrapper #header-hero .row {
	min-height: 400px;
	height: 100%;
	margin-top: 2em;
	display: flex;
	align-items: center;
}

#body-wrapper #contact-wrapper #header-hero .btn {
	max-width: 275px;
}

#body-wrapper #contact-wrapper #header-hero .hero-subtitle {
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	color: #68A396;
	font-weight: 500;
	text-wrap: balance;
}

@media (max-width: 991.98px) {
	#body-wrapper #contact-wrapper #header-hero {
		background-position: top right;
		background-repeat: no-repeat;
		padding: 0;
		display: flex;
		align-items: flex-end;
	}

	#body-wrapper #contact-wrapper #header-hero h1 {
		margin-bottom: 0;
		padding-bottom: .3em;
	}

	#body-wrapper #contact-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		padding: 5em 1em 0;
		min-height: 200px;
		text-align: center;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffffe7 60%, #ffffff 100%);
	}

	#body-wrapper #contact-wrapper #header-hero .row {
		height: 100%;
		margin-top: 2em;
		display: flex;
		align-items: flex-end;
	}

	#body-wrapper #contact-wrapper #header-hero .button-container {
		flex-direction: column;
	}

	#body-wrapper #contact-wrapper #header-hero p.hero-eyebrow {
		text-align: center;
		width: 100%;
		margin: 1em auto;
	}
}

@media (max-width: 575.98px) {
	#body-wrapper #contact-wrapper #header-hero {
		background-size: 150%;
		background-position: bottom right;
	}

	#body-wrapper #contact-wrapper #header-hero .col-12 {
		height: 60dvh !important;
	}

	#body-wrapper #contact-wrapper #header-hero .header {
		text-align: center;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 10%);
	}
}

#body-wrapper #contact-wrapper #get-started {
	margin-block: 0 2em;
	position: relative;
	z-index: 1;
	background-color: #F3FAF9;
}

#body-wrapper #contact-wrapper #get-started .row {
	align-items: start;
}

#body-wrapper #contact-wrapper #get-started h2 {
	margin-top: .5em;
}

#body-wrapper #contact-wrapper #get-started .map-image {
	margin-top: -13em;
}

#body-wrapper #contact-wrapper #get-started .image-container:has(.map-image) {
	margin-left: -3em;
	max-width: 600px;
}

#body-wrapper #contact-wrapper #get-started .info-box {
	justify-content: space-around;
	align-items: start;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}

#body-wrapper #contact-wrapper #get-started .info-box p {
	margin-bottom: 0.2em;
}

#body-wrapper #contact-wrapper #get-started .info-box b {
	color: #181919;
}

#body-wrapper #contact-wrapper #get-started .info-box .image-container {
	max-width: 60px;
	padding: 0 .5em;
}

#body-wrapper #contact-wrapper #get-started .info-box .address {
	max-width: 250px;
}

#body-wrapper #contact-wrapper #get-started .info-box .text-container {
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
}

#body-wrapper #contact-wrapper #get-started .info-box a {
	color: #68A396;
	font-weight: 600;
	text-decoration: none;
	align-items: center;
	gap: 0.5em;
}

#body-wrapper #contact-wrapper #get-started .info-box .links {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#body-wrapper #contact-wrapper #get-started .info-box .linkedin {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 200px;
	width: 100%;
}

#body-wrapper #contact-wrapper #get-started .hs-input {
	padding: 1em;
	border-radius: 5px;
	border: 1px solid #68A396;
	width: 100%;
}

#body-wrapper #contact-wrapper #get-started ::placeholder {
	opacity: 1;
	color: #68A396;
	font-weight: 600;
}

@media (max-width: 991.98px) {
	#body-wrapper #contact-wrapper #get-started .map-image {
		margin: 0 auto;
	}

	#body-wrapper #contact-wrapper #get-started .row {
		align-items: center;
	}

	#body-wrapper #contact-wrapper #get-started .image-container:has(.map-image) {
		max-width: unset;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
}

@media (max-width: 575.98px) {
	#body-wrapper #contact-wrapper #get-started .info-box {
		flex-direction: column;
		gap: 1em;
		align-items: center;
		text-align: center;
		max-width: 300px;
		margin: 0 auto;
	}

	#body-wrapper #contact-wrapper #get-started .info-box .image-container {
		max-width: 50px;
	}

	#body-wrapper #contact-wrapper #get-started .info-box .address {
		max-width: 200px;
		margin: 0 auto;
	}

	#body-wrapper #contact-wrapper #get-started .info-box .text-container {
		max-width: 250px;
	}

	#body-wrapper #contact-wrapper #get-started .info-box .links {
		flex-direction: column;
		gap: 1em;
		max-width: 200px;
		width: 100%;
		margin: 1em auto 0;
	}
}

#body-wrapper #contact-wrapper #key-actions .cards-container {
	margin-top: 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
}

#body-wrapper #contact-wrapper #key-actions .card {
	width: 100%;
	max-width: 350px;
	height: auto;
	margin: 0em auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 1rem;
}

#body-wrapper #contact-wrapper #key-actions .card p {
	margin-bottom: 0;
}

#body-wrapper #contact-wrapper #key-actions .card:hover {
	transition: 0.3s ease-in-out;
	box-shadow: 10px 10px 20px rgba(24, 101, 112, 0.3);
}

#body-wrapper #contact-wrapper #key-actions .card:hover p {
	color: #87C745;
}

#body-wrapper #contact-wrapper #key-actions .card:hover .fa-sharp.fa-solid.fa-chevron-right {
	background-image: linear-gradient(40deg, #186570 0%, #3EAF9C 100%);
	transition: background-image 4s ease-in-out;
}

#body-wrapper #contact-wrapper #key-actions .card-img-top {
	width: 100%;
	height: auto;
	padding: .5em;
}

#body-wrapper #contact-wrapper #key-actions .cta-container {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	margin: 0 auto;
	padding: .2em 1em;
}

#body-wrapper #contact-wrapper #key-actions .fa-sharp.fa-solid.fa-chevron-right {
	font-size: 18px;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	padding: .8em;
	color: white;
}

#body-wrapper #contact-wrapper #key-actions .btn-cta {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	text-decoration: none;
	font-weight: 700;
}

@media (max-width: 992px) {
	#body-wrapper #contact-wrapper #key-actions h2 {
		text-align: center;
	}

	#body-wrapper #contact-wrapper #key-actions .cards-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1em;
	}
}

#body-wrapper #who-we-serve-wrapper #header-hero {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/who-we-are-hero-banner.webp");
	background-size: auto 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	z-index: 0;
	background-color: #FFFFFF;
	padding-bottom: 0;
	min-height: 600px;
}

#body-wrapper #who-we-serve-wrapper #header-hero .header {
	max-width: 700px;
	width: 100%;
	min-height: 530px;
	padding-bottom: 5em;
}

#body-wrapper #who-we-serve-wrapper #header-hero .header p:not(.hero-subtitle):not(.hero-eyebrow) {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	max-width: 570px;
}

#body-wrapper #who-we-serve-wrapper #header-hero .btn {
	max-width: 325px;
}

#body-wrapper #who-we-serve-wrapper #header-hero .hero-subtitle {
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	color: #68A396;
	font-weight: 500;
	text-wrap: balance;
}

@media (max-width: 991.98px) {
	#body-wrapper #who-we-serve-wrapper #header-hero {
		background: linear-gradient(to top, #ffffff00 0%, #ffffff00 50%, #ffffff00 100%), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/who-we-are-hero-banner.webp");
		background-size: 60% auto;
		background-position: bottom right;
		background-repeat: no-repeat;
		padding: 0;
		height: 100%;
		display: flex;
		align-items: flex-end;
	}

	#body-wrapper #who-we-serve-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		align-items: start;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 10%);
		padding: 3em 1em;
		min-height: 300px;
		text-align: center;
	}

	#body-wrapper #who-we-serve-wrapper #header-hero p:not(.hero-subtitle):not(.hero-eyebrow) {
		margin: 0 auto !important;
	}

	#body-wrapper #who-we-serve-wrapper #header-hero .row {
		min-height: 800px;
		height: 100%;
		margin-bottom: 2em;
		display: flex;
		align-items: flex-start;
	}

	#body-wrapper #who-we-serve-wrapper #header-hero .button-container {
		flex-direction: column;
	}

	#body-wrapper #who-we-serve-wrapper #header-hero p.hero-eyebrow {
		text-align: center;
		width: 100%;
		margin: 1em auto;
	}
}

@media (max-width: 768px) {
	#body-wrapper #who-we-serve-wrapper #header-hero {
		background-size: 100%;
		display: flex;
		align-items: flex-start;
	}

	#body-wrapper #who-we-serve-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		align-items: end;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff00 50%, #ffffff 100%);
		padding-top: 0em;
	}

	#body-wrapper #who-we-serve-wrapper #header-hero .row {
		min-height: 600px;
		height: 100%;
		margin-top: 0em;
		display: flex;
		align-items: flex-start;
	}
}

@media (max-width: 575.98px) {
	#body-wrapper #who-we-serve-wrapper #header-hero {
		padding-bottom: 60px;
	}
}

#body-wrapper #who-we-serve-wrapper #just-results {
	background-color: #f3faf9;
}

#body-wrapper #who-we-serve-wrapper #just-results p {
	color: #181919;
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	line-height: 1.2;
	max-width: 1000px;
	margin: 0 auto;
}

#body-wrapper #who-we-serve-wrapper #how-we-help {
	color: #186570;
}

#body-wrapper #who-we-serve-wrapper #how-we-help h2 {
	max-width: 800px;
	width: 100%;
}

#body-wrapper #who-we-serve-wrapper #how-we-help ul {
	padding-left: 1rem;
}

#body-wrapper #who-we-serve-wrapper #how-we-help ul li {
	margin-left: -1rem;
}

#body-wrapper #who-we-serve-wrapper #how-we-help ul ::marker {
	font-size: 12px;
}

#body-wrapper #who-we-serve-wrapper #how-we-help .row:has(.info-box) {
	justify-content: space-around;
	gap: 10px;
}

#body-wrapper #who-we-serve-wrapper #how-we-help .info-box {
	flex-direction: column;
	max-width: 250px;
	height: auto;
	min-height: 326px;
	width: 100%;
	flex: 1 0 50%;
	justify-content: start;
	filter: drop-shadow(5px 5px 10px rgba(24, 101, 14, 0.15));
	border-radius: 20px;
	padding: 25px 40px 25px 40px;
	background-color: #FFFFFF;
	margin: 1em;
}

#body-wrapper #who-we-serve-wrapper #how-we-help .heading {
	width: 100%;
}

#body-wrapper #who-we-serve-wrapper #how-we-help .heading p {
	text-align: left;
	font-size: clamp(1.1rem, 1.7875vw, 1.375rem);
	color: #186570;
	font-weight: 700;
}

#body-wrapper #who-we-serve-wrapper #how-we-help .list {
	font-size: 16px;
}

#body-wrapper #who-we-serve-wrapper #how-we-help .btn {
	max-width: 325px;
}

#body-wrapper #who-we-serve-wrapper #case-studies {
	padding-block: 0;
}

#body-wrapper #who-we-serve-wrapper #case-studies h2 {
	font-family: "fk_roman_standardbold", sans-serif;
	max-width: 400px;
	text-wrap: unset;
}

#body-wrapper #who-we-serve-wrapper #case-studies h4 {
	font-size: clamp(1rem, 1.7875vw, 1.375rem);
}

#body-wrapper #who-we-serve-wrapper #case-studies .teal-alt {
	color: #68A396;
	font-size: clamp(1rem, 1.7875vw, 1.375rem);
	font-weight: 400;
}

#body-wrapper #who-we-serve-wrapper #case-studies .container-responsive {
	background: #F3FAF9;
	max-width: 1243px;
	margin: 0 auto;
	padding: 60px 95px;
	border-radius: 20px;
}

#body-wrapper #who-we-serve-wrapper #case-studies .cards-container {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	width: 100%;
	justify-content: space-evenly;
}

#body-wrapper #who-we-serve-wrapper #case-studies .card {
	flex: 1 1 calc(100% - 2em);
	width: 100%;
	max-width: 506px;
	height: auto;
	margin: 1em auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 1rem;
}

#body-wrapper #who-we-serve-wrapper #case-studies .card-img-top {
	width: 100%;
	height: auto;
	padding: .6em;
}

#body-wrapper #who-we-serve-wrapper #case-studies .cta-container {
	margin: 0 auto;
	padding: 0em 1em 0;
	max-width: 430px;
	width: 100%;
	position: relative;
}

#body-wrapper #who-we-serve-wrapper #case-studies .heading {
	display: block;
	font-weight: 700;
}

#body-wrapper #who-we-serve-wrapper #case-studies .link-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#body-wrapper #who-we-serve-wrapper #case-studies .link-container p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}

#body-wrapper #who-we-serve-wrapper #case-studies .link-container .fa-sharp.fa-solid.fa-chevron-right {
	font-size: 22px;
	background: linear-gradient(40deg, #3EAF9C 0%, #87C745 100%);
	width: 40px;
	height: 40px;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	padding: .8em;
	color: white;
	position: relative;
	bottom: 0em;
	right: -1em;
}

#body-wrapper #who-we-serve-wrapper #case-studies a {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	text-decoration: none;
}

#body-wrapper #who-we-serve-wrapper #case-studies a:hover {
	filter: drop-shadow(0 0 0.75rem rgba(0, 128, 0, 0.2));
}

#body-wrapper #who-we-serve-wrapper #current-marketing img {
	max-width: 134px;
	height: auto;
}

#body-wrapper #who-we-serve-wrapper #current-marketing p {
	font-size: 18px;
	max-width: 932px;
	line-height: 26px;
}

#body-wrapper #who-we-serve-wrapper #contact {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/smiling-blue-top-lady.webp");
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

#body-wrapper #who-we-serve-wrapper #contact .row {
	justify-content: end;
	align-items: center;
	height: 100%;
	min-height: 400px;
}

#body-wrapper #who-we-serve-wrapper #contact .hs-input {
	padding: 1em;
	border-radius: 5px;
	border: 1px solid #68A396;
	width: 100%;
}

#body-wrapper #who-we-serve-wrapper #contact ::placeholder {
	opacity: 1;
	color: #68A396;
	font-weight: 600;
}

@media (max-width: 767px) {
	#body-wrapper #who-we-serve-wrapper #contact {
		background-position: left top !important;
		background: linear-gradient(180deg, #f3faf9af 20%, #181919 90%), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/what-we-do-contact-bg.webp");
	}

	#body-wrapper #who-we-serve-wrapper #contact .row {
		flex-direction: column;
		justify-content: center;
		align-items: end;
		min-height: 800px;
	}
}

@media (max-width: 575.98px) {
	#body-wrapper #who-we-serve-wrapper #contact {
		background-position: bottom !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background: linear-gradient(0deg, #f3faf9af 20%, #181919 55%), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/what-we-do-contact-bg.webp");
	}

	#body-wrapper #who-we-serve-wrapper #contact h2 {
		color: #FFFFFF;
	}

	#body-wrapper #who-we-serve-wrapper #contact .row {
		flex-direction: column;
		justify-content: start;
		align-items: end;
		min-height: 600px;
	}
}

#who-we-are-wrapper #header-hero {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/who-we-serve-hero-banner.webp");
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	z-index: 0;
	background-color: #FFFFFF;
	padding-bottom: 0;
	min-height: 600px;
	overflow-x: hidden;
}

#who-we-are-wrapper #header-hero .header {
	max-width: 600px;
	width: 100%;
	min-height: 480px;
}

#who-we-are-wrapper #header-hero .header p:not(.hero-subtitle) {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	max-width: 620px;
}

#who-we-are-wrapper #header-hero .btn {
	max-width: 275px;
}

#who-we-are-wrapper #header-hero .hero-subtitle {
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	color: #68A396;
	font-weight: 500;
	text-wrap: balance;
}

@media (max-width: 991.98px) {
	#who-we-are-wrapper #header-hero {
		background-size: contain;
		background-position: bottom;
		background-repeat: no-repeat;
		padding: 0;
		height: 100%;
		display: flex;
		align-items: flex-end;
	}

	#who-we-are-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		align-items: end;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff7a 60%);
		padding: 5em 1em 0;
		height: 100vh;
		text-align: center;
	}

	#who-we-are-wrapper #header-hero .row {
		min-height: 800px;
		height: 100%;
		display: flex;
		align-items: start;
	}

	#who-we-are-wrapper #header-hero .button-container {
		flex-direction: column;
	}

	#who-we-are-wrapper #header-hero p.hero-eyebrow {
		text-align: center;
		width: 100%;
		margin: 1em auto;
	}
}

@media (max-width: 768px) {
	#who-we-are-wrapper #header-hero {
		min-height: 700px;
		background-position: bottom;
		display: flex;
		align-items: flex-end;
		padding-bottom: 60px;
	}

	#who-we-are-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		align-items: end;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff7a 60%);
		padding-top: 7em;
	}

	#who-we-are-wrapper #header-hero .row {
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 575.98px) {
	#who-we-are-wrapper #header-hero {
		background-position: bottom right;
		background-size: 60%;
		height: 100%;
		display: flex;
	}

	#who-we-are-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff7a 60%);
		padding: 3em 1em 3em;
	}

	#who-we-are-wrapper #header-hero .row {
		min-height: unset;
		height: 100%;
		display: flex;
	}
}

#who-we-are-wrapper #something-better {
	padding-block: 0;
	margin-block: 0;
	position: relative;
	z-index: 1;
	background-color: #F3FAF9;
}

#who-we-are-wrapper #something-better h2 {
	text-wrap: unset;
}

#who-we-are-wrapper #something-better p {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	max-width: 510px;
	width: 100%;
}

#who-we-are-wrapper #something-better img {
	width: 100%;
	height: auto;
}

#who-we-are-wrapper #something-better .row {
	align-items: center;
	position: relative;
}

#who-we-are-wrapper #something-better .text-container {
	max-width: 650px;
	margin-left: auto;
	position: relative;
	display: inline-block;
}

#who-we-are-wrapper #something-better .text-container .wrap-image {
	float: left;
	width: 150px;
	height: auto;
	shape-outside: circle();
	clip-path: circle(100% at 50% 50%);
	margin-right: 20px;
	position: relative;
	z-index: 1;
}

@media (min-width: 1200px) {
	#who-we-are-wrapper #something-better {
		background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/something-better.svg");
		background-size: 30% auto;
		background-position: left;
		background-repeat: no-repeat;
	}
}

@media (min-width: 992px) {
	#who-we-are-wrapper #something-better .row {
		min-height: 450px;
	}
}

@media (max-width: 991px) {
	#who-we-are-wrapper #something-better {
		margin-block: unset;
		padding-block: 2.5em 1.5em;
	}

	#who-we-are-wrapper #something-better .row {
		min-height: unset;
	}
}

@media (max-width: 768px) {
	#who-we-are-wrapper #something-better .row {
		align-items: end;
		flex-direction: column;
	}

	#who-we-are-wrapper #something-better .image-container {
		margin: 0 auto 3em;
		max-width: 500px;
	}

	#who-we-are-wrapper #something-better .text-container {
		margin-left: unset;
		width: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 0 .5em;
	}

	#who-we-are-wrapper #something-better .text-container h2 {
		margin: .3em auto;
		text-wrap: balance;
	}

	#who-we-are-wrapper #something-better .text-container p {
		margin: 0 auto;
		max-width: unset;
		text-wrap: wrap;
	}
}

#who-we-are-wrapper #quote {
	margin-top: -2em;
	padding-top: 0;
	position: relative;
	z-index: 0;
	background: linear-gradient(180deg, #f3faf9fe 0%, #f3faf9 10%, #F3FAF9 35%, #F3FAF9 40%, #fff 100%);
}

#who-we-are-wrapper #quote .teal-alt {
	font-weight: bold;
	font-size: clamp(1rem, 1.3vw, 1rem);
	text-transform: uppercase;
}

#who-we-are-wrapper #quote .green-alt {
	font-weight: bold;
}

#who-we-are-wrapper #quote p:not(.teal-alt) {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	max-width: 711px;
	width: 100%;
	margin: 1em auto;
}

#who-we-are-wrapper #quote .info-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1100px;
	background-color: #FFFFFF;
	box-shadow: 10px 10px 20px rgba(24, 101, 112, 0.3);
	padding: 2em;
	margin-block: 2em;
	border-radius: 20px;
	gap: 1em;
}

#who-we-are-wrapper #quote .info-box .image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 135px;
	min-height: 114px;
	height: 100%;
	text-align: center;
	margin: 0 auto;
}

#who-we-are-wrapper #quote .info-box .image-container img {
	height: auto;
}

#who-we-are-wrapper #quote .info-box .text-container {
	flex: 1;
	padding: 1em;
	max-width: fit-content;
}

#who-we-are-wrapper #quote .row {
	justify-content: center;
}

@media (max-width: 1024px) {
	#who-we-are-wrapper #quote {
		margin-top: unset;
		padding-top: 0;
		background: linear-gradient(180deg, #F3FAF9 50%, #ffffff 100%);
	}
}

@media (max-width: 575.98px) {
	#who-we-are-wrapper #quote .info-box {
		flex-direction: column;
		padding-inline: 0;
	}
}

#who-we-are-wrapper #our-guiding-principles {
	position: relative;
}

#who-we-are-wrapper #our-guiding-principles .sticky {
	position: sticky;
	top: 10vh;
}

#who-we-are-wrapper #our-guiding-principles h2 {
	margin-bottom: 2em;
}

#who-we-are-wrapper #our-guiding-principles #principles-image {
	position: sticky;
	contain: layout paint;
	top: 5vh;
}

#who-we-are-wrapper #our-guiding-principles #principles-image img {
	max-width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 768px) {
	#who-we-are-wrapper #our-guiding-principles #principles-image img {
		margin-inline: auto;
	}
}

#who-we-are-wrapper #our-guiding-principles .col-12:not(#principles-image) {
	flex: 1;
	margin-left: auto;
}

#who-we-are-wrapper #our-guiding-principles .col-12:not(#principles-image) .principles-container .principle {
	display: flex;
	padding: 1em 0;
	border-top: 2px solid #c3dad5;
}

#who-we-are-wrapper #our-guiding-principles .col-12:not(#principles-image) .principles-container .principle .icon-container {
	flex-shrink: 0;
	display: flex;
	align-items: start;
	justify-content: start;
	font-weight: 700;
	font-family: "fk_roman_standardbold", sans-serif;
}

#who-we-are-wrapper #our-guiding-principles .col-12:not(#principles-image) .principles-container .principle .icon-container p {
	font-size: clamp(3rem, 4.875vw, 3.75rem);
	color: #c3dad5;
	margin: 0;
}

#who-we-are-wrapper #our-guiding-principles .col-12:not(#principles-image) .principles-container .principle .text-container {
	margin-left: 1rem;
	padding: .5em;
}

#who-we-are-wrapper #our-guiding-principles .col-12:not(#principles-image) .principles-container .principle .text-container h5 {
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	font-weight: 700;
}

#who-we-are-wrapper #our-guiding-principles .col-12:not(#principles-image) .principles-container .principle .text-container p {
	margin: 0 0 1rem;
}

@media (max-width: 768px) {
	#who-we-are-wrapper #our-guiding-principles {
		padding: 20px;
	}

	#who-we-are-wrapper #our-guiding-principles .row {
		flex-direction: column-reverse;
	}

	#who-we-are-wrapper #our-guiding-principles #principles-image {
		order: 2;
	}

	#who-we-are-wrapper #our-guiding-principles .col:not(#principles-image) {
		order: 1;
		max-width: 100%;
	}
}

#who-we-are-wrapper #our-leadership-team {
	position: relative;
	background-color: #F3FAF9;
}

#who-we-are-wrapper #our-leadership-team h2 {
	margin-bottom: 1em;
}

#who-we-are-wrapper #our-leadership-team h5 {
	font-size: clamp(1.125rem, 1.625vw, 1.25rem);
	font-weight: 700;
	color: #181919;
}

#who-we-are-wrapper #our-leadership-team .row {
	align-items: start;
	justify-content: start;
	gap: 2em;
}

#who-we-are-wrapper #our-leadership-team .col:has(h2) {
	width: 100%;
}

#who-we-are-wrapper #our-leadership-team .teal-alt {
	font-weight: bold;
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
}

#who-we-are-wrapper #our-leadership-team .info-box {
	max-width: 238px;
	min-width: 238px;
	flex-direction: column;
	padding: 0;
}

#who-we-are-wrapper #our-leadership-team .info-box .text-container {
	display: flex;
	justify-content: space-between;
	padding-left: 1em;
	border-left: 3px solid #bbd7d2;
	margin-top: 2em;
	min-width: 230px;
	max-width: 230px;
	width: 100%;
}

#who-we-are-wrapper #our-leadership-team .info-box .text-container p {
	margin-bottom: 0;
	text-wrap: balance;
	max-width: 180px;
	width: 100%;
}

#who-we-are-wrapper #our-leadership-team .info-box .social-link {
	display: flex;
	justify-content: space-between;
	max-width: 22px;
	width: 100%;
	margin-left: auto;
	width: 100%;
}

#who-we-are-wrapper #our-leadership-team .info-box .image-container {
	background-color: #FFFFFF;
	border-radius: 20px;
	width: 100%;
	max-width: 238px;
	height: 100%;
	min-height: 238px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}

#who-we-are-wrapper #our-leadership-team .info-box .image-container img {
	width: 100%;
	height: auto;
}

@media (max-width: 1200px) {
	#who-we-are-wrapper #our-leadership-team .col:has(h2) {
		width: 100%;
		text-align: center;
		max-width: unset;
	}

	#who-we-are-wrapper #our-leadership-team .col.info-box {
		margin: 1em .5em;
	}

	#who-we-are-wrapper #our-leadership-team .row {
		justify-content: center;
	}
}

@media (max-width: 992px) {
	#who-we-are-wrapper #our-leadership-team .row {
		justify-content: space-around;
	}
}

@media (max-width: 767px) {
	#who-we-are-wrapper #our-leadership-team #ready-to-talk .info-box {
		max-width: 100%;
	}

	#who-we-are-wrapper #our-leadership-team #ready-to-talk .info-box .text-container {
		border-left: none;
		padding-left: 0;
		margin-top: 1em;
	}
}

#who-we-are-wrapper #what-sets-ocozzio-apart .cards-container {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	width: 100%;
	justify-content: center;
}

#who-we-are-wrapper #what-sets-ocozzio-apart .card {
	flex: 1 1 calc(100% - 2em);
	width: 100%;
	max-width: 350px;
	height: auto;
	aspect-ratio: 350 / 409;
	margin: 1em auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 1rem;
}

#who-we-are-wrapper #what-sets-ocozzio-apart .card-body {
	padding: .5em 1em 1em;
}

#who-we-are-wrapper #what-sets-ocozzio-apart .card-img-top {
	width: 100%;
	height: auto;
	padding: .6em;
}

#who-we-are-wrapper #what-sets-ocozzio-apart .cta-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0em 1em 0;
	max-width: 400px;
	width: 100%;
	position: relative;
}

#who-we-are-wrapper #what-sets-ocozzio-apart .heading {
	display: block;
	font-weight: 700;
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	margin: 0;
}

#who-we-are-wrapper #what-sets-ocozzio-apart .fa-sharp.fa-solid.fa-chevron-right {
	font-size: 18px;
	background: linear-gradient(40deg, #3EAF9C 0%, #87C745 100%);
	width: 30px;
	height: 30px;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	padding: .8em;
	color: white;
	position: absolute;
	top: 0em;
	right: 0em;
}

#who-we-are-wrapper #what-sets-ocozzio-apart .text-container {
	max-width: 560px;
	width: 100%;
}

#who-we-are-wrapper #what-sets-ocozzio-apart a {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	text-decoration: none;
}

#who-we-are-wrapper #what-sets-ocozzio-apart a:hover {
	filter: drop-shadow(0 0 0.75rem rgba(0, 128, 0, 0.2));
}

#who-we-are-wrapper #what-sets-ocozzio-apart a:hover .fa-sharp.fa-solid.fa-chevron-right {
	background: linear-gradient(40deg, #186570 0%, #3EAF9C 100%);
}

#who-we-are-wrapper #what-sets-ocozzio-apart a:hover h4 {
	color: #186570;
}

@media (max-width: 768px) {
	#who-we-are-wrapper #what-sets-ocozzio-apart .row {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#who-we-are-wrapper #what-sets-ocozzio-apart .cards-container {
		margin: 0 auto;
	}

	#who-we-are-wrapper #what-sets-ocozzio-apart .card {
		flex: 1 1 100%;
		max-width: 100%;
	}

	#who-we-are-wrapper #what-sets-ocozzio-apart .col.text-container {
		margin: 1em auto;
		text-align: center;
	}
}

#who-we-are-wrapper #join-the-oz-squad {
	padding: 0;
	position: relative;
	margin-bottom: -2em;
	overflow-x: hidden !important;
}

#who-we-are-wrapper #join-the-oz-squad .section-subtitle {
	color: #9bbec2 !important;
}

#who-we-are-wrapper #join-the-oz-squad .jumbo-text {
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	font-weight: 700;
	color: #FFFFFF;
	max-width: 940px;
	width: 100%;
	margin: 1em auto;
}

#who-we-are-wrapper #join-the-oz-squad .container-responsive {
	background-color: #186570;
	color: #FFFFFF;
	padding: 5em 3em;
	position: relative;
}

#who-we-are-wrapper #join-the-oz-squad .container-responsive::before {
	content: '';
	position: absolute;
	top: 0;
	left: -70px;
	width: 70px;
	height: 100%;
	background-color: #186570;
	border-radius: 20px 0 0 20px;
}

@media (max-width: 768px) {
	#who-we-are-wrapper #join-the-oz-squad .container-responsive::before {
		display: none;
	}
}

#who-we-are-wrapper #join-the-oz-squad .container-responsive h3 {
	color: #FFFFFF;
}

#who-we-are-wrapper #join-the-oz-squad .container-responsive .row {
	align-items: center;
}

#who-we-are-wrapper #join-the-oz-squad .btn {
	color: #186570;
}

#who-we-are-wrapper #join-the-oz-squad .btn:hover {
	color: #FFFFFF !important;
}

#who-we-are-wrapper #contact {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/who-we-are-contact-bg.webp");
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

#who-we-are-wrapper #contact .row {
	justify-content: end;
	align-items: center;
	height: 100%;
	min-height: 400px;
}

#who-we-are-wrapper #contact .hs-input {
	padding: 1em;
	border-radius: 5px;
	border: 1px solid #68A396;
	width: 100%;
}

#who-we-are-wrapper #contact ::placeholder {
	opacity: 1;
	color: #68A396;
	font-weight: 600;
}

@media (max-width: 767px) {
	#who-we-are-wrapper #contact {
		background-position: left top !important;
		background: linear-gradient(180deg, #f3faf9af 20%, #181919 90%), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/who-we-are-contact-bg.webp");
	}

	#who-we-are-wrapper #contact .row {
		flex-direction: column;
		justify-content: center;
		align-items: end;
		min-height: 600px;
	}
}

@media (max-width: 575.98px) {
	#who-we-are-wrapper #contact {
		background-position: left !important;
		background-size: cover !important;
		background-repeat: no-repeat !important;
	}

	#who-we-are-wrapper #contact .row {
		flex-direction: column;
		justify-content: center;
		align-items: end;
		min-height: 600px;
	}
}

#services-wrapper {
	overflow-x: hidden;
}

#services-wrapper #header-hero {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/what-we-do-hero-banner.webp");
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	z-index: 0;
	background-color: #FFFFFF;
	padding-bottom: 0;
	min-height: 600px;
}

#services-wrapper #header-hero .header {
	max-width: 700px;
	width: 100%;
	min-height: 530px;
	padding-bottom: 5em;
}

#services-wrapper #header-hero .header p:not(.hero-subtitle):not(.hero-eyebrow) {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	max-width: 570px;
}

#services-wrapper #header-hero .btn {
	max-width: 325px;
}

#services-wrapper #header-hero .hero-subtitle {
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	color: #68A396;
	font-weight: 500;
	text-wrap: balance;
}

@media (max-width: 991.98px) {
	#services-wrapper #header-hero {
		background-size: 60%;
		background-position: bottom right;
		background-repeat: no-repeat;
		padding: 0;
		height: 100%;
		display: flex;
		align-items: flex-end;
	}

	#services-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		align-items: end;
		padding: 3em 1em;
		min-height: 400px;
		text-align: center;
	}

	#services-wrapper #header-hero p:not(.hero-subtitle):not(.hero-eyebrow) {
		margin: 0 auto !important;
	}

	#services-wrapper #header-hero .row {
		min-height: 800px;
		height: 100%;
		margin-top: 2em;
		display: flex;
		align-items: flex-start;
	}

	#services-wrapper #header-hero .button-container {
		flex-direction: column;
	}

	#services-wrapper #header-hero p.hero-eyebrow {
		text-align: center;
		width: 100%;
		margin: 1em auto;
	}
}

@media (max-width: 575.98px) {
	#services-wrapper #header-hero {
		background-position: bottom;
		background-size: contain;
		display: flex;
		align-items: flex-end;
	}

	#services-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		align-items: end;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 10%);
		padding: 0em 1em 2em;
	}

	#services-wrapper #header-hero .row {
		height: 100%;
		margin-block: 0em 5em;
		display: flex;
		align-items: flex-start;
	}
}

#services-wrapper #ocozzio-capabilities {
	padding-top: 0;
	background-color: #F3FAF9;
}

#services-wrapper #ocozzio-capabilities .teal-alt.text-uppercase {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	font-weight: 700;
}

#services-wrapper #ocozzio-capabilities .border-bottom {
	border-bottom: 2px solid #c2dad5 !important;
}

#services-wrapper #ocozzio-capabilities #info-row {
	padding: 3em 3em 5em;
	border-radius: 20px;
}

#services-wrapper #ocozzio-capabilities .info-box {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding-block: 3em;
	padding-inline: 0;
}

#services-wrapper #ocozzio-capabilities .info-box .text-container {
	max-width: 640px;
	width: 100%;
	margin-inline: 3em;
}

#services-wrapper #ocozzio-capabilities .info-box .image-container {
	max-width: 140px;
	width: 100%;
}

#services-wrapper #ocozzio-capabilities #oz-wheel svg {
	width: 100%;
	height: auto;
	display: block;
}

#services-wrapper #ocozzio-capabilities #oz-wheel g[data-role] {
	cursor: pointer;
}

#services-wrapper #ocozzio-capabilities #oz-wheel g[data-role] text {
	transition: fill 0.3s ease-in-out;
	pointer-events: bounding-box;
	width: 100%;
}

#services-wrapper #ocozzio-capabilities #oz-wheel g[data-role]:hover text {
	fill: #186570;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators {
	margin-top: 2em;
	padding-bottom: 2em;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .teal-alt.text-uppercase {
	padding-top: 2em;
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	font-weight: 700;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators p {
	text-wrap: balance;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators #roleTitle {
	font-size: clamp(1.2rem, 1.95vw, 1.5rem);
	line-height: 1.1;
	font-weight: 700;
	margin-top: 1.3em;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .row {
	min-height: 290px;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .role-left {
	margin-block: 1em;
	border-bottom: 1px solid #c2dad5;
	padding-bottom: 2em;
	border-radius: 0px !important;
	padding-inline: 1em;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .carousel-inner {
	max-width: 500px;
	width: 100%;
	margin-inline: auto;
	background: white;
	padding-inline: 30px;
	gap: 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 10px 3px rgba(24, 101, 112, 0.2);
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .carousel-item.active {
	transition: transform .6s ease-in-out;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .role-left {
	display: flex;
	align-items: center;
	border-radius: 20px;
	width: 100%;
	margin-bottom: 1em;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .image-container {
	box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.08);
	height: auto;
	border-radius: 20px;
	max-width: max-content;
	width: 100%;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .image-container img {
	width: 100%;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators #roleImage {
	max-width: 180px;
	width: 100%;
	height: auto;
	margin: 0;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators #roleTitle,
#services-wrapper #ocozzio-capabilities #carouselExampleIndicators #roleFullName {
	font-weight: 700 !important;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .role-info {
	padding-left: 1em;
	margin-left: 1em;
	border-left: 1px solid #87C745;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .role-info p {
	margin-bottom: 0;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .role-info #modalFullName {
	font-weight: 600;
	margin-bottom: .33em;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators p {
	font-size: clamp(0.875rem, 1.3vw, 1rem);
}

#services-wrapper #ocozzio-capabilities .carousel-control-next-icon,
#services-wrapper #ocozzio-capabilities .carousel-control-prev-icon {
	background-color: #186570;
	border-radius: 50%;
	color: #FFFFFF;
	padding: 1em;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .carousel-control-next,
#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .carousel-control-prev {
	height: fit-content;
	position: absolute;
	top: 27px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #186570 !important;
	text-align: center;
	background: 0 0;
	border: 0;
	opacity: 1;
	transition: opacity .15s ease;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .carousel-control-next {
	right: 15%;
}

#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .carousel-control-prev {
	left: 15%;
}

@media (max-width: 767px) {
	#services-wrapper #ocozzio-capabilities {
		padding: 0 1.3em;
	}

	#services-wrapper #ocozzio-capabilities #info-row {
		padding: 0em;
	}

	#services-wrapper #ocozzio-capabilities .info-box {
		flex-direction: column;
		padding-block: 2em 0;
	}

	#services-wrapper #ocozzio-capabilities .info-box .text-container {
		margin-inline: 0;
		padding-block: 2em;
		text-align: center;
	}

	#services-wrapper #ocozzio-capabilities .info-box .image-container {
		max-width: 130px;
		width: 100%;
	}

	#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .carousel-control-next {
		right: 0;
	}

	#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .carousel-control-prev {
		left: 0;
	}

	#services-wrapper #ocozzio-capabilities #carouselExampleIndicators .row {
		min-height: 390px;
	}

	#services-wrapper #ocozzio-capabilities #oz-wheel {
		margin-top: 2em;
	}

	#services-wrapper #ocozzio-capabilities .teal-alt.text-uppercase {
		text-align: center;
	}
}

@media (max-width: 575.98px) {
	#services-wrapper #ocozzio-capabilities #roleImage {
		max-width: 90px !important;
	}
}

#services-wrapper #advanced-marketing-services {
	background: linear-gradient(to bottom, #F3FAF9 20%, white 20%, white 100%);
}

#services-wrapper #advanced-marketing-services h2 {
	max-width: 532px;
	width: 100%;
}

#services-wrapper #advanced-marketing-services .container-responsive {
	border-radius: 20px;
	background-color: #FFFFFF;
	max-width: 1285px;
	padding: 40px;
	filter: drop-shadow(10px 10px 20px rgba(24, 101, 112, 0.2));
	overflow-x: hidden;
}

#services-wrapper #advanced-marketing-services .hands-on {
	max-width: 371px;
	width: 100%;
	margin-inline: auto;
	filter: drop-shadow(50px -20px 30px #9fcfb084);
}

#services-wrapper #advanced-marketing-services .info-heading {
	display: flex;
	align-items: center;
	padding-bottom: 2em;
}

#services-wrapper #advanced-marketing-services .info-heading h3 {
	padding-left: 30px;
	margin-bottom: 0;
}

#services-wrapper #advanced-marketing-services .info-container {
	padding-top: 2em;
	margin-top: 1em;
	padding-bottom: 2em;
	border-top: 1px solid #c2dad5;
}

#services-wrapper #advanced-marketing-services .image-container {
	text-align: center;
}

#services-wrapper #advanced-marketing-services .container-responsive {
	padding-inline: 1em;
}

#services-wrapper #advanced-marketing-services .btn {
	max-width: fit-content;
	padding-inline: .5em;
	max-width: 290px;
}

@media (max-width: 1200px) {
	#services-wrapper #advanced-marketing-services {
		text-align: center;
	}

	#services-wrapper #advanced-marketing-services h2 {
		max-width: 100%;
	}

	#services-wrapper #advanced-marketing-services .row {
		flex-direction: column;
	}

	#services-wrapper #advanced-marketing-services .info-container {
		margin-inline: auto;
		padding-block: 2em;
	}

	#services-wrapper #advanced-marketing-services .info-heading {
		justify-content: center;
		margin-top: 2em;
	}
}

@media (min-width: 992px) {
	#services-wrapper #advanced-marketing-services .container-responsive {
		padding: 80px;
	}

	#services-wrapper #advanced-marketing-services .info-container {
		max-width: 550px !important;
		width: 100%;
	}
}

@media (max-width: 991px) {
	#services-wrapper #advanced-marketing-services h2 {
		text-align: center;
	}

	#services-wrapper #advanced-marketing-services .btn {
		max-width: fit-content;
		padding-inline: .5em;
		max-width: 390px;
	}

	#services-wrapper #advanced-marketing-services p {
		text-wrap: balance;
	}
}

@media (max-width: 767px) {
	#services-wrapper #advanced-marketing-services {
		text-align: center;
		padding: 15px;
	}

	#services-wrapper #advanced-marketing-services .hands-on {
		padding-right: 0em;
		filter: drop-shadow(0px -20px 30px #9fcfb084);
	}

	#services-wrapper #advanced-marketing-services .info-heading {
		flex-direction: column;
		text-align: center;
	}

	#services-wrapper #advanced-marketing-services .info-heading h3 {
		padding-left: 0;
		padding-top: 1em;
	}
}

#services-wrapper #ocozzio-savings-calculator .content-container {
	width: 100%;
	margin: 0 auto;
}

#services-wrapper #ocozzio-savings-calculator .video-container {
	position: relative;
	cursor: pointer;
	max-width: 1100px;
	margin: 0 auto;
}

#services-wrapper #ocozzio-savings-calculator .video-thumbnail {
	width: 100%;
	display: block;
	max-width: 620px;
	margin: 0 auto;
}

#services-wrapper #ocozzio-savings-calculator .video-player {
	display: none;
	width: 100%;
	max-width: 1100px;
	aspect-ratio: 16 / 9;
}

#services-wrapper #ocozzio-savings-calculator .btn {
	max-width: 280px;
}

@media (min-width: 768px) {
	#services-wrapper #ocozzio-savings-calculator .content-container {
		max-width: 460px;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#services-wrapper #ocozzio-savings-calculator {
		padding: 1.25em;
	}

	#services-wrapper #ocozzio-savings-calculator .content-container {
		padding: 5em 0 2em;
		text-align: center;
	}

	#services-wrapper #ocozzio-savings-calculator .video-container {
		padding-bottom: 56.25%;
		/* 16:9 Aspect Ratio */
		height: 0;
	}

	#services-wrapper #ocozzio-savings-calculator .video-player {
		display: block;
		top: 0;
		left: 0;
	}
}

#services-wrapper #testimonials {
	padding: 0;
}

#services-wrapper #testimonials h2 {
	margin-block: 1em .5em;
}

#services-wrapper #testimonials .teal-alt {
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
}

#services-wrapper #testimonials .col.text-center {
	padding-inline: 1.5em;
}

#services-wrapper #testimonials #testimonials-container {
	overflow: hidden;
	max-height: 750px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#services-wrapper #testimonials .scrolling-container {
	position: relative;
	overflow-y: hidden;
}

#services-wrapper #testimonials .scrolling-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
	z-index: 10;
}

#services-wrapper #testimonials .scrolling-container::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
	z-index: 10;
}

#services-wrapper #testimonials .scrolling-row {
	display: flex;
	gap: 20px;
	flex: 1;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	height: 100%;
}

#services-wrapper #testimonials .column {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 32%;
	height: fit-content;
	animation: scroll-up 90s linear infinite;
}

#services-wrapper #testimonials .scrolling-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	overflow: auto;
	height: auto;
	margin: 5em 0;
}

#services-wrapper #testimonials .left,
#services-wrapper #testimonials .right {
	margin-top: 8em;
}

#services-wrapper #testimonials .middle {
	margin-bottom: 8em;
}

#services-wrapper #testimonials .card {
	background: #fff;
	padding: 20px;
	box-shadow: 5px 5px 10px rgba(24, 101, 112, 0.15);
	border-radius: 30px;
	text-align: center;
	min-width: 280px;
	max-width: 335px;
	width: 100%;
	border: none;
	margin-block: 20px;
}

#services-wrapper #testimonials .card .teal-alt {
	max-width: 860px;
	width: 100%;
	margin: 0 auto;
	font-size: clamp(0.875rem, 1.3vw, 1rem);
	font-weight: 700;
}

@keyframes scroll-up {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-50%);
	}
}

@media (max-width: 767px) {
	#services-wrapper #testimonials #testimonials-container {
		overflow: hidden;
		max-height: 750px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#services-wrapper #testimonials .scrolling-container {
		flex-wrap: nowrap;
		height: min-content;
		gap: unset;
		margin: unset;
	}

	#services-wrapper #testimonials .column {
		display: flex;
		flex-direction: column;
		animation: scroll-up 70s linear infinite;
		width: 100%;
	}

	#services-wrapper #testimonials .card {
		min-width: 230px;
		margin-inline: auto;
		width: 100%;
		max-width: 240px;
		box-shadow: 0px 3px 9px rgba(24, 101, 112, 0.33);
	}
}

#services-wrapper #key-actions .cards-container {
	margin-top: 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
}

#services-wrapper #key-actions .card {
	width: 100%;
	max-width: 350px;
	height: auto;
	margin: 0em auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 1rem;
}

#services-wrapper #key-actions .card-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: end;
}

#services-wrapper #key-actions .card-img-top {
	width: 100%;
	height: auto;
	padding: .5em;
}

#services-wrapper #key-actions .cta-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	min-height: 100px;
	max-width: 230px;
	width: 100%;
	margin: 0 auto;
}

#services-wrapper #key-actions .cta-container:hover {
	scale: 1.01;
}

#services-wrapper #key-actions .cta-container:hover .btn-cta {
	color: #186570;
	font-weight: 400;
}

#services-wrapper #key-actions .cta-container:hover .fa-sharp.fa-solid.fa-chevron-right {
	background: linear-gradient(40deg, #186570 0%, #3EAF9C 100%);
}

#services-wrapper #key-actions .fa-sharp.fa-solid.fa-chevron-right {
	font-size: 18px;
	background-image: linear-gradient(40deg, #3EAF9C 0%, #87C745 100%);
	width: 30px;
	height: 30px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	padding: .8em;
	color: white;
}

#services-wrapper #key-actions .btn-cta {
	font-size: clamp(1rem, 1.3vw, 1rem);
	text-decoration: none;
	line-height: 1.375;
	max-width: 180px;
	width: 100%;
	pointer-events: bounding-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 230px;
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 992px) {
	#services-wrapper #key-actions .cards-container {
		margin-bottom: -7em;
	}
}

@media (max-width: 991px) {
	#services-wrapper #key-actions h2 {
		text-align: center;
	}

	#services-wrapper #key-actions .section-subtitle {
		text-align: center;
	}

	#services-wrapper #key-actions .cards-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1em;
	}
}

#services-wrapper #contact {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/what-we-do-contact-bg.webp");
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

#services-wrapper #contact .row {
	justify-content: end;
	align-items: center;
	height: 100%;
	min-height: 400px;
}

#services-wrapper #contact .hs-input {
	padding: 1em;
	border-radius: 5px;
	border: 1px solid #68A396;
	width: 100%;
}

#services-wrapper #contact ::placeholder {
	opacity: 1;
	color: #68A396;
	font-weight: 600;
}

@media (max-width: 767px) {
	#services-wrapper #contact {
		background-position: left top !important;
		background: linear-gradient(180deg, #f3faf9af 20%, #181919 90%), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/what-we-do-contact-bg.webp");
	}

	#services-wrapper #contact .row {
		flex-direction: column;
		justify-content: center;
		align-items: end;
		min-height: 800px;
	}
}

@media (max-width: 575.98px) {
	#services-wrapper #contact {
		background-position: bottom !important;
		background-size: contain !important;
		background-repeat: no-repeat !important;
		background: linear-gradient(0deg, #f3faf9af 20%, #181919 55%), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/what-we-do-contact-bg.webp");
	}

	#services-wrapper #contact h2 {
		color: #FFFFFF;
	}

	#services-wrapper #contact .row {
		flex-direction: column;
		justify-content: start;
		align-items: end;
		min-height: 600px;
	}
}

body:has(.modal-overlay.active) {
	overflow: hidden;
}

#body-wrapper #hubspot-implementation-wrapper {
	overflow-x: hidden;
}

#body-wrapper #hubspot-implementation-wrapper #header-hero {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/hubspot-implementation-hero-header.webp");
	background-position: bottom right;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	z-index: 10;
	padding-bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
}

#body-wrapper #hubspot-implementation-wrapper #header-hero .header {
	max-width: 600px;
	width: 100%;
	margin-bottom: 8em;
}

#body-wrapper #hubspot-implementation-wrapper #header-hero .header p:not(.hero-subtitle) {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	max-width: 620px;
}

#body-wrapper #hubspot-implementation-wrapper #header-hero .row {
	min-height: 400px;
	height: 100%;
	display: flex;
	align-items: center;
}

#body-wrapper #hubspot-implementation-wrapper #header-hero .btn {
	max-width: 275px;
}

#body-wrapper #hubspot-implementation-wrapper #header-hero .header {
	max-width: 600px;
	width: 100%;
	padding-bottom: 5em;
}

#body-wrapper #hubspot-implementation-wrapper #header-hero .header p:not(.hero-subtitle) {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	max-width: 620px;
}

#body-wrapper #hubspot-implementation-wrapper #header-hero .row {
	min-height: 400px;
	height: 100%;
	display: flex;
	align-items: center;
}

#body-wrapper #hubspot-implementation-wrapper #header-hero .btn {
	max-width: 275px;
}

#body-wrapper #hubspot-implementation-wrapper #header-hero header {
	width: 100%;
}

#body-wrapper #hubspot-implementation-wrapper #header-hero header p:not(.hero-subtitle) {
	max-width: 512px;
}

#body-wrapper #hubspot-implementation-wrapper #header-hero .row {
	justify-content: space-between;
}

#body-wrapper #hubspot-implementation-wrapper #header-hero .btn {
	max-width: 380px;
}

@media (max-width: 1200px) {
	#body-wrapper #hubspot-implementation-wrapper #header-hero {
		background-size: auto 70%;
		background-position: bottom 20% right 0%;
		background-repeat: no-repeat;
	}
}

@media (max-width: 991px) {
	#body-wrapper #hubspot-implementation-wrapper #header-hero {
		background-position: bottom -10% right 0%;
		padding-bottom: unset;
	}

	#body-wrapper #hubspot-implementation-wrapper #header-hero header {
		margin: unset;
		max-width: unset;
		align-items: end;
	}

	#body-wrapper #hubspot-implementation-wrapper #header-hero header h1 {
		text-wrap: balance;
	}

	#body-wrapper #hubspot-implementation-wrapper #header-hero .row {
		align-items: start;
		min-height: 700px;
	}
}

@media (max-width: 570px) {
	#body-wrapper #hubspot-implementation-wrapper #header-hero {
		background-size: contain !important;
	}

	#body-wrapper #hubspot-implementation-wrapper #header-hero header {
		padding-right: 0em;
	}
}

#body-wrapper #hubspot-implementation-wrapper #quote {
	margin-top: -8.8em;
	padding-top: 0;
	top: 0;
	position: relative;
	background: linear-gradient(180deg, #F3FAF9 70%, #fff 30%);
}

#body-wrapper #hubspot-implementation-wrapper #quote .container-responsive {
	position: relative;
	z-index: 9;
}

#body-wrapper #hubspot-implementation-wrapper #quote .teal-alt {
	font-weight: 400;
	font-size: clamp(1.125rem, 1.7875vw, 1.375rem);
}

#body-wrapper #hubspot-implementation-wrapper #quote .green-alt {
	font-weight: bold;
}

#body-wrapper #hubspot-implementation-wrapper #quote p:not(.teal-alt) {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	max-width: 711px;
	width: 100%;
	color: #444646;
}

#body-wrapper #hubspot-implementation-wrapper #quote #white-box .info-box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1100px;
	background-color: #FFFFFF;
	box-shadow: 10px 10px 20px rgba(24, 101, 112, 0.3);
	padding: 2em;
	margin-block: 2em;
	border-radius: 20px;
	gap: 1em;
}

#body-wrapper #hubspot-implementation-wrapper #quote #white-box .info-box .text-container {
	padding: 1em;
}

#body-wrapper #hubspot-implementation-wrapper #quote #white-box .info-box p {
	max-width: 800px;
	width: 100%;
	margin-inline: auto;
}

#body-wrapper #hubspot-implementation-wrapper #quote #info-row .info-box {
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: center;
	padding-block: 3em;
	padding-inline: 0;
}

#body-wrapper #hubspot-implementation-wrapper #quote #info-row .info-box .image-container {
	max-width: 140px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#body-wrapper #hubspot-implementation-wrapper #quote #info-row .info-box .text-container {
	max-width: 750px;
	width: 100%;
	margin-inline: 3em;
}

#body-wrapper #hubspot-implementation-wrapper #quote .row {
	justify-content: center;
}

@media (max-width: 991px) {
	#body-wrapper #hubspot-implementation-wrapper #quote {
		margin-top: 0em;
		padding-top: 0;
		top: 0;
		position: relative;
		background: linear-gradient(180deg, #F3FAF9 70%, #fff 30%);
	}
}

#body-wrapper #hubspot-implementation-wrapper #case-studies {
	padding-top: 2em;
}

#body-wrapper #hubspot-implementation-wrapper #case-studies .cards-container {
	display: flex;
	flex-wrap: wrap;
	gap: 2em;
	width: 100%;
	justify-content: space-around;
}

#body-wrapper #hubspot-implementation-wrapper #case-studies .card {
	flex: 1 1 calc(100% - 2em);
	width: 100%;
	max-width: 506px;
	height: 100%;
	margin: 1em auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 1rem;
}

#body-wrapper #hubspot-implementation-wrapper #case-studies .card-body {
	padding: 1em 2.5em;
}

#body-wrapper #hubspot-implementation-wrapper #case-studies .card-img-top {
	width: 100%;
	height: auto;
	padding: .6em;
}

#body-wrapper #hubspot-implementation-wrapper #case-studies .cta-container {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 400px;
	width: 100%;
	position: relative;
	margin-top: 2em;
}

#body-wrapper #hubspot-implementation-wrapper #case-studies .cta-container p {
	margin-bottom: 0;
}

#body-wrapper #hubspot-implementation-wrapper #case-studies .heading {
	display: block;
	font-weight: 700;
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
}

#body-wrapper #hubspot-implementation-wrapper #case-studies .description {
	font-size: clamp(1rem, 1.3vw, 1rem);
}

#body-wrapper #hubspot-implementation-wrapper #case-studies .fa-sharp.fa-solid.fa-chevron-right {
	font-size: 22px;
	width: 30px;
	height: 30px;
	margin-left: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	padding: .8em;
	color: white;
	position: relative;
	bottom: -.5em;
	right: -1em;
}

#body-wrapper #hubspot-implementation-wrapper #case-studies .fa-sharp.fa-solid.fa-chevron-right:hover {
	transition: 0.3s ease-in-out;
}

#body-wrapper #hubspot-implementation-wrapper #case-studies a {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	text-decoration: none;
}

#body-wrapper #hubspot-implementation-wrapper #case-studies a:hover {
	filter: drop-shadow(0 0 0.75rem rgba(0, 128, 0, 0.2));
}

#body-wrapper #hubspot-implementation-wrapper #case-studies a:hover .fa-sharp.fa-solid.fa-chevron-right {
	background-image: linear-gradient(40deg, #186570 0%, #3EAF9C 100%);
	transition: background-image 4s ease-in-out;
}

@media (max-width: 767px) {
	#body-wrapper #hubspot-implementation-wrapper #case-studies {
		padding-block: 30px;
	}

	#body-wrapper #hubspot-implementation-wrapper #case-studies .fa-sharp.fa-solid.fa-chevron-right {
		right: inherit;
	}
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot {
	padding-bottom: 0;
	position: relative;
	z-index: 1;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .image-container-icon {
	background-color: #FFFFFF;
	border-radius: 100%;
	box-shadow: 5px 5px 10px rgba(24, 101, 112, 0.15);
	padding: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-block: .5em;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .row.info-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: 3em;
	border-radius: 20px;
	box-shadow: 10px 10px 20px rgba(24, 101, 112, 0.2);
	min-height: 215px;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .row.info-container .col-12:has(h3) {
	border-right: 2px solid #c2dad5;
	padding-right: 1em;
	min-height: 115px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .row.info-container h3 {
	padding-right: 2em;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .row.info-container .list {
	display: flex;
	justify-content: space-evenly;
	align-items: start;
	margin-left: auto;
	max-width: 550px;
	padding-left: 1em;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .row.info-container .list-container {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	margin-left: auto;
	max-width: 550px;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .row.info-container .info-box-list {
	display: flex;
	gap: 1em;
	max-width: 260px;
	min-width: 250px;
	margin-inline: auto;
	width: 100%;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .row.info-container .info-box-list .image-container {
	max-width: 65px;
	height: auto;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .row.info-container .text-container {
	max-width: 100%;
	width: 100%;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .row.info-container .text-container p {
	font-weight: 600 !important;
	color: #181919;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot #implementation-and-onboarding {
	margin-block: 1em 3em;
	padding-block: 1em;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot #implementation-and-onboarding .info-box-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
	gap: 1rem;
	justify-items: center;
	text-align: center;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot #implementation-and-onboarding .info-box {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 250px;
	border: 1px solid #c2dad5;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin: 2em auto;
	padding: 1em;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot #implementation-and-onboarding .image-container {
	width: 100%;
	height: 70px;
	margin-top: 1em;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot #implementation-and-onboarding .image-container img {
	height: 100%;
	box-shadow: 5px 5px 10px rgba(24, 101, 112, 0.15);
	border-radius: 50%;
	max-width: fit-content;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot #implementation-and-onboarding .text-container {
	padding: 0.5rem;
	height: 40%;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot #implementation-and-onboarding .text-container h4 {
	font-size: clamp(1.125rem, 1.4625vw, 1.125rem);
	margin-bottom: 0rem;
	color: #186570;
	font-weight: bold;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot #implementation-and-onboarding .text-container p {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	line-height: 1.2;
	max-width: 180px;
	width: 100%;
	margin: .5em auto 0;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot #implementation-and-onboarding .button-container {
	margin-block: 1em;
	gap: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot #implementation-and-onboarding .button-container .btn {
	max-width: 400px;
}

@media (max-width: 991.98px) {
	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .row.info-container {
		flex-direction: column;
		gap: 1em;
		padding-block: 2em;
		min-height: unset;
	}

	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .row.info-container .col-12:has(h3) {
		border-right: unset;
		padding-right: unset;
		min-height: unset;
	}

	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .row.info-container .col-12:has(.list) {
		border-left: unset;
	}

	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .list {
		margin-inline: auto;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .row.info-container {
		margin-block: 2em;
	}

	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .row.info-container .col-12:has(h3) {
		padding-right: unset;
	}

	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .list {
		flex-direction: column;
		justify-content: start;
		align-items: start;
	}

	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .list-container {
		max-width: unset !important;
		width: 100% !important;
		margin-left: unset !important;
	}

	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .info-box-list {
		max-width: unset !important;
		width: 100% !important;
		margin-inline: auto;
		min-width: unset !important;
	}

	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .button-container {
		flex-direction: column;
	}
}

@media (max-width: 575.98px) {
	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .image-container-icon {
		padding: .5em;
		max-width: 45px;
	}

	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .row.info-container {
		padding-block: 1em;
		padding-inline: .1em;
	}

	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .row.info-container .col-12:has(h3) {
		padding-right: unset;
	}

	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .list {
		flex-direction: column;
		justify-content: start;
		align-items: start;
	}

	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .list-container {
		max-width: unset !important;
		width: 100% !important;
		margin-left: unset !important;
	}

	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .info-box-list {
		max-width: unset !important;
		width: 100% !important;
		margin-inline: auto;
		min-width: unset !important;
	}

	#body-wrapper #hubspot-implementation-wrapper #what-you-get-with-hubspot .button-container {
		flex-direction: column;
	}
}

#body-wrapper #hubspot-implementation-wrapper #hubspot-pbm {
	padding-block: 0 4em;
}

#body-wrapper #hubspot-implementation-wrapper #hubspot-pbm .info-box {
	padding: 2em 1em;
	position: relative;
	z-index: 10;
	background-color: #FFFFFF;
}

#body-wrapper #hubspot-implementation-wrapper #hubspot-pbm h3 {
	margin-bottom: 1em;
}

#body-wrapper #hubspot-implementation-wrapper #hubspot-pbm .image-container {
	max-width: 185px;
	padding: 1em;
	width: 100%;
	margin: 0 auto;
}

#body-wrapper #hubspot-implementation-wrapper #hubspot-pbm .text-container {
	text-align: center;
	max-width: 960px;
	padding-block: 1em;
	margin-inline: auto;
}

#body-wrapper #hubspot-implementation-wrapper #hubspot-pbm .text-container p {
	font-size: clamp(1rem, 1.3vw, 1rem);
	font-weight: 500;
	color: #181919;
}

#body-wrapper #hubspot-implementation-wrapper #hubspot-pbm .text-container .name {
	color: #87C745;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-top: 1em;
}

#body-wrapper #hubspot-implementation-wrapper #hubspot-pbm .radial-gradient::after {
	width: 410px;
	height: 430px;
	background: radial-gradient(circle, #aee4c3, transparent);
	bottom: -10em;
	right: -13em;
}

@media (max-width: 992px) {
	#body-wrapper #hubspot-implementation-wrapper #hubspot-pbm .info-box {
		padding: 1em 2em;
		flex-direction: column;
	}
}

#body-wrapper #hubspot-implementation-wrapper #hubspot-platinum-partner .content-container {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

#body-wrapper #hubspot-implementation-wrapper #hubspot-platinum-partner p {
	max-width: 700px;
	width: 100%;
}

#body-wrapper #hubspot-implementation-wrapper #hubspot-platinum-partner .btn {
	max-width: 297px;
}

#body-wrapper #hubspot-implementation-wrapper .modal {
	background: #18647048 !important;
}

#body-wrapper #hubspot-implementation-wrapper #modal-image {
	height: 100%;
	box-shadow: 5px 5px 10px rgba(24, 101, 112, 0.15);
	border-radius: 50%;
	max-width: fit-content;
}

#body-wrapper #hubspot-implementation-wrapper .modal-overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

#body-wrapper #hubspot-implementation-wrapper .modal-body {
	background: white;
	width: 1222px;
	display: flex;
	padding: 4em 1em;
	gap: 20px;
	border-radius: 10px;
	position: relative;
	flex-wrap: wrap;
}

#body-wrapper #hubspot-implementation-wrapper .modal-left {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-width: 300px;
	padding: 2em;
	width: 100%;
	margin: 0 auto;
}

#body-wrapper #hubspot-implementation-wrapper .modal-image {
	width: 80px;
	height: auto;
}

#body-wrapper #hubspot-implementation-wrapper .modal-info h3 {
	margin: 0;
	text-wrap: balance;
}

#body-wrapper #hubspot-implementation-wrapper .modal-info p {
	margin: 5px 0 15px;
}

#body-wrapper #hubspot-implementation-wrapper .modal-right {
	flex: 2;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

#body-wrapper #hubspot-implementation-wrapper .modal-content,
#body-wrapper #hubspot-implementation-wrapper .modal-body {
	max-width: 1221px;
	width: 100%;
}

#body-wrapper #hubspot-implementation-wrapper .modal-list {
	list-style: none;
	padding: 0;
	margin: 0;
	flex: 1;
	font-size: 16px;
	max-width: 665px;
	width: 100%;
	margin: 0 auto;
}

#body-wrapper #hubspot-implementation-wrapper .list-item-icon {
	width: 24px;
	height: 20px;
	margin-right: 1em;
	vertical-align: middle;
	margin-top: .3em;
}

#body-wrapper #hubspot-implementation-wrapper .modal-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	max-width: 380px;
	font-size: clamp(0.625rem, 1.1375vw, 0.875rem);
}

#body-wrapper #hubspot-implementation-wrapper .modal-list li span {
	font-weight: bold;
}

#body-wrapper #hubspot-implementation-wrapper .modal-list li .subtext {
	color: #181919;
	margin-top: 5px;
	margin-bottom: 0;
}

#body-wrapper #hubspot-implementation-wrapper .modal-list li .subtext i {
	margin-top: 1em;
	display: block;
}

#body-wrapper #hubspot-implementation-wrapper .modal-close {
	display: none;
}

#body-wrapper #hubspot-implementation-wrapper .modal-overlay.active {
	opacity: 1;
	visibility: visible;
	overflow-x: hidden;
	overflow-y: auto;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal,
#body-wrapper #hubspot-implementation-wrapper #modal {
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-dialog,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-dialog,
#body-wrapper #hubspot-implementation-wrapper #modal .modal-dialog {
	max-width: 1221px;
	width: 100%;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-right,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-right,
#body-wrapper #hubspot-implementation-wrapper #modal .modal-right {
	flex: 2;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-body,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-body,
#body-wrapper #hubspot-implementation-wrapper #modal .modal-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1221px;
	width: 100%;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-content,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-content,
#body-wrapper #hubspot-implementation-wrapper #modal .modal-content {
	background: white;
	max-width: 1221px;
	width: 100%;
	display: flex;
	padding: 1em 2em;
	gap: 20px;
	border-radius: 10px;
	position: relative;
	flex-wrap: wrap;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-left,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-left,
#body-wrapper #hubspot-implementation-wrapper #modal .modal-left {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-width: 350px;
	padding: 2em;
	width: 100%;
	margin: 0 auto;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-image,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-image,
#body-wrapper #hubspot-implementation-wrapper #modal .modal-image {
	width: 80px;
	height: auto;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal h4,
#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal h5,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal h4,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal h5,
#body-wrapper #hubspot-implementation-wrapper #modal h4,
#body-wrapper #hubspot-implementation-wrapper #modal h5 {
	color: #181919;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal h5,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal h5,
#body-wrapper #hubspot-implementation-wrapper #modal h5 {
	font-weight: 600;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal h3,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal h3,
#body-wrapper #hubspot-implementation-wrapper #modal h3 {
	margin: 0;
	text-wrap: balance;
	max-width: 200px;
	margin: 0 auto .5em;
	width: 100%;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-info p,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-info p,
#body-wrapper #hubspot-implementation-wrapper #modal .modal-info p {
	margin: 5px 0 15px;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-right,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-right,
#body-wrapper #hubspot-implementation-wrapper #modal .modal-right {
	flex: 2;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-list,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-list,
#body-wrapper #hubspot-implementation-wrapper #modal .modal-list {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	flex: 1;
	font-size: 16px;
	max-width: 665px;
	width: 100%;
	margin: 0 auto;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .list-item-icon,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .list-item-icon,
#body-wrapper #hubspot-implementation-wrapper #modal .list-item-icon {
	width: 24px;
	height: 20px;
	margin-right: 1em;
	vertical-align: middle;
	margin-top: .3em;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-overlay.active,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-overlay.active,
#body-wrapper #hubspot-implementation-wrapper #modal .modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal {
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-dialog,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-dialog {
	max-width: 1221px;
	width: 100%;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-right,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-right {
	flex: 2;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-body,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1221px;
	width: 100%;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-content,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-content {
	background: white;
	max-width: 1221px;
	width: 100%;
	display: flex;
	padding: 1em 2em;
	gap: 20px;
	border-radius: 10px;
	position: relative;
	flex-wrap: wrap;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-left,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-left {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 15px;
	justify-content: center;
	align-items: center;
	text-align: center;
	max-width: 350px;
	padding: 2em;
	width: 100%;
	margin: 0 auto;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-image,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-image {
	width: 80px;
	height: auto;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal h4,
#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal h5,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal h4,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal h5 {
	color: #181919;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal h5,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal h5 {
	font-weight: 600;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal h3,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal h3 {
	margin: 0;
	text-wrap: balance;
	max-width: 100px;
	margin: 0 auto .5em;
	width: 100%;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-info p,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-info p {
	margin: 5px 0 15px;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-right,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-right {
	flex: 2;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-list,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-list {
	list-style: none;
	padding: 0;
	margin: 0 !important;
	flex: 1;
	font-size: 16px;
	max-width: 665px;
	width: 100%;
	margin: 0 auto;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .list-item-icon,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .list-item-icon {
	width: 24px;
	height: 20px;
	margin-right: 1em;
	vertical-align: middle;
	margin-top: .3em;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-list ul,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-list li,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-list li {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/check-icon.svg");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 0 .2em;
	padding-left: 2.5em;
	margin-bottom: 0 !important;
	font-weight: 700;
	display: flex;
	align-items: flex-start;
	margin-bottom: 12px;
	max-width: 380px;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-list li span,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-list li span {
	font-weight: bold;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .image-container,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2em auto 1em;
	min-width: 75px;
	height: 100%;
	min-height: 74px;
	width: 100%;
	border-radius: 50%;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	max-width: max-content;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-list li .subtext,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-list li .subtext {
	color: #181919;
	margin-top: 5px;
	margin-bottom: 0;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-list li .subtext i,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-list li .subtext i {
	margin-top: 1em;
	display: block;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal li,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal li {
	color: #181919;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .teal-alt,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .teal-alt {
	text-align: center;
	font-size: 16px;
	max-width: 550px;
	margin: 2em auto;
}

#body-wrapper #hubspot-implementation-wrapper #hsRetainerModal .modal-close,
#body-wrapper #hubspot-implementation-wrapper #revOpsModal .modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent;
	border: none;
	font-size: 24px;
	cursor: pointer;
}

@media (max-width: 992px) {
	#body-wrapper #hubspot-implementation-wrapper .row.row-cols-auto.align-items-center {
		text-align: center;
		justify-content: center;
		align-items: center;
	}

	#body-wrapper #hubspot-implementation-wrapper #additional-hubspot-services {
		text-align: center;
	}

	#body-wrapper #hubspot-implementation-wrapper #additional-hubspot-services .info-box {
		min-width: 350px;
		width: 100%;
		padding: 1em;
		margin: 1em auto;
	}
}

@media (max-width: 767px) {
	#body-wrapper #hubspot-implementation-wrapper #implementation-and-onboarding .info-box-container {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		justify-items: center;
	}

	#body-wrapper #hubspot-implementation-wrapper #additional-hubspot-services {
		text-align: center;
	}

	#body-wrapper #hubspot-implementation-wrapper #additional-hubspot-services .info-box {
		min-width: unset;
		max-width: 350px;
		width: 100%;
		padding: 1em;
		margin: 1em auto;
	}

	#body-wrapper #hubspot-implementation-wrapper #additional-hubspot-services .info-box .info-container {
		flex-direction: column !important;
	}

	#body-wrapper #hubspot-implementation-wrapper #additional-hubspot-services .info-box .text-container,
	#body-wrapper #hubspot-implementation-wrapper #additional-hubspot-services .info-box .image-container {
		width: 100%;
	}

	#body-wrapper #hubspot-implementation-wrapper .modal-body,
	#body-wrapper #hubspot-implementation-wrapper .modal-content {
		flex-direction: column !important;
		overflow-y: initial !important;
		padding: 1em 0;
		position: relative;
		max-width: 90vw;
		width: 100%;
		margin: 0 auto !important;
	}

	#body-wrapper #hubspot-implementation-wrapper .modal-content {
		height: 97vh !important;
		overflow-y: auto !important;
		padding: .5em !important;
	}

	#body-wrapper #hubspot-implementation-wrapper .modal-overlay {
		align-items: flex-start;
		padding-top: 0em;
	}

	#body-wrapper #hubspot-implementation-wrapper .modal-left {
		max-width: 100%;
		margin: 0 auto;
		padding: 0 !important;
	}

	#body-wrapper #hubspot-implementation-wrapper .modal-right {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}

	#body-wrapper #hubspot-implementation-wrapper .modal-close {
		display: none;
	}

	#body-wrapper #hubspot-implementation-wrapper .list-item-icon {
		scale: 0.6;
		margin-top: -.5em !important;
	}
}

#hubspot-revops-wrapper .btn {
	max-width: max-content;
	min-width: 250px;
}

#hubspot-revops-wrapper #header-hero {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/revops-hero-banner.webp");
	background-size: 50% auto;
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	z-index: 0;
	background-color: #FFFFFF;
	padding-bottom: 0;
	min-height: 600px;
}

#hubspot-revops-wrapper #header-hero .header {
	max-width: 600px;
	width: 100%;
	min-height: 480px;
}

#hubspot-revops-wrapper #header-hero .header p:not(.hero-subtitle) {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	max-width: 620px;
}

#hubspot-revops-wrapper #header-hero .btn {
	max-width: 275px;
}

#hubspot-revops-wrapper #header-hero .hero-subtitle {
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	color: #68A396;
	font-weight: 500;
	text-wrap: balance;
}

@media (max-width: 991.98px) {
	#hubspot-revops-wrapper #header-hero {
		background-size: 60%;
		background-position: bottom right;
		background-repeat: no-repeat;
		padding: 0;
		height: 100%;
		display: flex;
		align-items: start;
		padding-bottom: 60px;
	}

	#hubspot-revops-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		align-items: start;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 10%);
		padding: 5em 1em 0;
		min-height: 400px;
		text-align: center;
	}

	#hubspot-revops-wrapper #header-hero .header p {
		margin-inline: auto;
	}

	#hubspot-revops-wrapper #header-hero .row {
		min-height: 800px;
		height: 100%;
		margin-top: 2em;
		display: flex;
		align-items: start;
	}

	#hubspot-revops-wrapper #header-hero .button-container {
		flex-direction: column;
	}

	#hubspot-revops-wrapper #header-hero p.hero-eyebrow {
		text-align: center;
		width: 100%;
		margin: 1em auto;
	}
}

@media (max-width: 768px) {
	#hubspot-revops-wrapper #header-hero {
		background-size: 50%;
		min-height: 700px;
		display: flex;
	}

	#hubspot-revops-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
	}

	#hubspot-revops-wrapper #header-hero .row {
		min-height: 300px;
		height: 100%;
		margin-top: 2em;
		display: flex;
		align-items: flex-end;
	}
}

@media (max-width: 575.98px) {
	#hubspot-revops-wrapper #header-hero {
		background-size: contain;
		display: flex;
	}

	#hubspot-revops-wrapper #header-hero .header {
		margin-bottom: 10em;
	}
}

#hubspot-revops-wrapper #hands-on-support {
	background-color: #f3faf9;
}

#hubspot-revops-wrapper #hands-on-support .sub-header {
	max-width: 930px;
	margin-inline: auto;
	margin-top: 1em;
	text-wrap: unset;
}

#hubspot-revops-wrapper #hands-on-support .info-box {
	flex-direction: column;
	max-width: 200px;
	margin-inline: auto;
	margin-block: 2em;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	gap: 1em;
	background-color: #FFFFFF;
	padding: 2em;
	border-radius: 20px;
	box-shadow: 10px 10px 20px rgba(24, 101, 112, 0.2);
}

#hubspot-revops-wrapper #hands-on-support .info-box .image-container {
	max-width: 65px;
	height: auto;
}

#hubspot-revops-wrapper #hands-on-support .info-box .text-container {
	max-width: 100%;
	width: 100%;
}

#hubspot-revops-wrapper #hands-on-support .info-box .text-container p {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	font-weight: bold;
	color: #186570;
}

#hubspot-revops-wrapper #what-you-get-with-hubspot {
	padding-bottom: 0;
	position: relative;
	z-index: 1;
}

#hubspot-revops-wrapper #what-you-get-with-hubspot .image-container-icon {
	background-color: #FFFFFF;
	border-radius: 100%;
	box-shadow: 5px 5px 10px rgba(24, 101, 112, 0.15);
	padding: 1em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-block: .5em;
}

#hubspot-revops-wrapper #what-you-get-with-hubspot .row.info-container {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-block: 3em;
	border-radius: 20px;
	box-shadow: 10px 10px 20px rgba(24, 101, 112, 0.2);
	min-height: 215px;
}

#hubspot-revops-wrapper #what-you-get-with-hubspot .row.info-container .col-12:has(h3) {
	border-right: 2px solid #c2dad5;
	padding-right: 1em;
	min-height: 115px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#hubspot-revops-wrapper #what-you-get-with-hubspot .row.info-container h3 {
	padding-right: 2em;
}

#hubspot-revops-wrapper #what-you-get-with-hubspot .row.info-container .list {
	display: flex;
	justify-content: space-evenly;
	align-items: start;
	margin-left: auto;
	max-width: 550px;
	padding-left: 1em;
}

#hubspot-revops-wrapper #what-you-get-with-hubspot .row.info-container .list-container {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
	margin-left: auto;
	max-width: 550px;
}

#hubspot-revops-wrapper #what-you-get-with-hubspot .row.info-container .info-box-list {
	display: flex;
	gap: 1em;
	max-width: 260px;
	min-width: 250px;
	margin-inline: auto;
	width: 100%;
}

#hubspot-revops-wrapper #what-you-get-with-hubspot .row.info-container .info-box-list .image-container {
	max-width: 65px;
	height: auto;
}

#hubspot-revops-wrapper #what-you-get-with-hubspot .row.info-container .text-container {
	max-width: 100%;
	width: 100%;
}

#hubspot-revops-wrapper #what-you-get-with-hubspot .row.info-container .text-container p {
	font-weight: 600 !important;
	color: #181919;
}

#hubspot-revops-wrapper #what-you-get-with-hubspot .row.outro h3 {
	max-width: 1000px;
	margin-inline: auto;
	margin-top: 1em;
}

#hubspot-revops-wrapper #what-you-get-with-hubspot .row.outro .green-text {
	color: #87C745;
}

@media (max-width: 991.98px) {
	#hubspot-revops-wrapper #what-you-get-with-hubspot .row.info-container {
		flex-direction: column;
		gap: 1em;
		padding-block: 2em;
		min-height: unset;
	}

	#hubspot-revops-wrapper #what-you-get-with-hubspot .row.info-container .col-12:has(h3) {
		border-right: unset;
		padding-right: unset;
		min-height: unset;
	}

	#hubspot-revops-wrapper #what-you-get-with-hubspot .row.info-container .col-12:has(.list) {
		border-left: unset;
	}

	#hubspot-revops-wrapper #what-you-get-with-hubspot .list {
		margin-inline: auto;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	#hubspot-revops-wrapper #what-you-get-with-hubspot .row.info-container {
		margin-block: 2em;
	}

	#hubspot-revops-wrapper #what-you-get-with-hubspot .row.info-container .col-12:has(h3) {
		padding-right: unset;
	}

	#hubspot-revops-wrapper #what-you-get-with-hubspot .list {
		flex-direction: column;
		justify-content: start;
		align-items: start;
	}

	#hubspot-revops-wrapper #what-you-get-with-hubspot .list-container {
		max-width: unset !important;
		width: 100% !important;
		margin-left: unset !important;
	}

	#hubspot-revops-wrapper #what-you-get-with-hubspot .info-box-list {
		max-width: unset !important;
		width: 100% !important;
		margin-inline: auto;
		min-width: unset !important;
	}

	#hubspot-revops-wrapper #what-you-get-with-hubspot .button-container {
		flex-direction: column;
	}
}

@media (max-width: 575.98px) {
	#hubspot-revops-wrapper #what-you-get-with-hubspot .image-container-icon {
		padding: .5em;
		max-width: 45px;
	}

	#hubspot-revops-wrapper #what-you-get-with-hubspot .row.info-container {
		padding-block: 1em;
		padding-inline: .1em;
	}

	#hubspot-revops-wrapper #what-you-get-with-hubspot .row.info-container .col-12:has(h3) {
		padding-right: unset;
	}

	#hubspot-revops-wrapper #what-you-get-with-hubspot .list {
		flex-direction: column;
		justify-content: start;
		align-items: start;
	}

	#hubspot-revops-wrapper #what-you-get-with-hubspot .list-container {
		max-width: unset !important;
		width: 100% !important;
		margin-left: unset !important;
	}

	#hubspot-revops-wrapper #what-you-get-with-hubspot .info-box-list {
		max-width: unset !important;
		width: 100% !important;
		margin-inline: auto;
		min-width: unset !important;
	}

	#hubspot-revops-wrapper #what-you-get-with-hubspot .button-container {
		flex-direction: column;
	}
}

#hubspot-revops-wrapper #lets-talk {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/lets-talk.webp");
	background-size: 42% auto;
	background-position: 90% 100%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
	padding-top: 8em;
}

#hubspot-revops-wrapper #lets-talk .btn {
	margin-bottom: 3em;
}

#hubspot-revops-wrapper #lets-talk .text-container {
	max-width: 530px;
}

@media (max-width: 767px) {
	#hubspot-revops-wrapper #lets-talk {
		background-size: 70%;
		background-position: top center;
		background-repeat: no-repeat;
		padding-block: 0 3em;
		height: 100%;
		display: flex;
		align-items: flex-end;
		text-align: center;
	}

	#hubspot-revops-wrapper #lets-talk .row {
		min-height: 700px;
		height: 100%;
		margin-top: 2em;
		display: flex;
		align-items: flex-end;
	}

	#hubspot-revops-wrapper #lets-talk .text-container {
		max-width: 100%;
		margin-inline: auto;
	}
}

@media (max-width: 575.98px) {
	#hubspot-revops-wrapper #lets-talk {
		background-size: 80% auto;
		background-position: top;
		background-repeat: no-repeat;
		padding-block: 6em .5em;
		height: 100%;
		display: flex;
		align-items: flex-end;
		text-align: center;
	}

	#hubspot-revops-wrapper #lets-talk .row {
		min-height: 700px;
		height: 100%;
		margin-top: 2em;
		display: flex;
		align-items: flex-end;
	}

	#hubspot-revops-wrapper #lets-talk .text-container {
		max-width: 100%;
		margin-inline: auto;
	}
}

#body-wrapper #blog-wrapper {
	overflow-x: hidden;
}

#body-wrapper #blog-wrapper #header-hero {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/what-we-know-hero-banner.webp");
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	z-index: 0;
	background-color: #FFFFFF;
	overflow-x: hidden;
}

#body-wrapper #blog-wrapper #header-hero .header {
	max-width: 900px;
	width: 100%;
}

#body-wrapper #blog-wrapper #header-hero .header p:not(.hero-subtitle):not(.hero-eyebrow) {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	max-width: 590px;
}

#body-wrapper #blog-wrapper #header-hero .btn {
	max-width: 325px;
}

#body-wrapper #blog-wrapper #header-hero .hero-subtitle {
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	color: #68A396;
	font-weight: 500;
	text-wrap: balance;
	margin-bottom: 1em;
}

@media (max-width: 991.98px) {
	#body-wrapper #blog-wrapper #header-hero {
		background-size: 100%;
		background-position: bottom right;
		background-repeat: no-repeat;
		padding: 0;
		height: 100%;
		display: flex;
		align-items: center;
	}

	#body-wrapper #blog-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		padding: 3em 1em;
		text-align: center;
		margin-bottom: 10em !important;
	}

	#body-wrapper #blog-wrapper #header-hero p:not(.hero-subtitle):not(.hero-eyebrow) {
		margin: 0 auto !important;
	}

	#body-wrapper #blog-wrapper #header-hero .row {
		height: 100%;
	}

	#body-wrapper #blog-wrapper #header-hero .button-container {
		flex-direction: column;
	}

	#body-wrapper #blog-wrapper #header-hero p.hero-eyebrow {
		text-align: center;
		width: 100%;
		margin: 1em auto;
	}
}

@media (max-width: 575.98px) {
	#body-wrapper #blog-wrapper #header-hero {
		background-position: top;
		background-size: cover;
	}
}

#body-wrapper #blog-wrapper #blog-featured-resource {
	background-color: #F3FAF9;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource {
	display: flex;
	gap: 1.5rem;
	align-items: flex-start;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .video-section {
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .video-section .video-badge {
	position: absolute;
	top: 30px;
	left: 0px;
	background: linear-gradient(to right, #F0E76B 0%, #FFBD59 100%);
	color: #333;
	padding: 15px 20px;
	font-weight: bold;
	border-radius: 0px 30px 30px 0px;
	z-index: 10;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	justify-content: space-between;
	filter: drop-shadow(10px 10px 20px rgba(24, 101, 112, 0.2));
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .video-section .video-badge h3 {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	font-weight: 700;
	margin-bottom: 0;
	color: #FFFFFF;
	text-transform: uppercase;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .video-section .video-wrapper {
	position: relative;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .video-section .video-wrapper .video-thumbnail {
	width: 100%;
	display: block;
	border-radius: 10px;
	position: relative;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .video-section .video-info {
	padding: 3rem 1rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 10%, black);
	color: white;
	display: flex;
	justify-content: space-evenly;
	align-items: start;
	position: absolute;
	z-index: 10;
	bottom: 0;
	width: 100%;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .video-section .video-info .post-meta {
	max-width: 500px;
	margin-left: auto;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .video-section .video-info h2 {
	color: #FFFFFF;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .video-section .video-info .play-button {
	background: rgba(0, 0, 0, 0);
	color: white;
	font-size: 1.5rem;
	border: none;
	border-radius: 50%;
	max-width: 150px;
	width: 100%;
	cursor: pointer;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .video-section .video-info .video-title {
	font-size: clamp(1rem, 3.25vw, 2.5rem);
	margin-bottom: 0.5rem;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .video-section .video-info .video-description {
	font-size: 1rem;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .resource-list {
	width: 38%;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-inline: 3em 0;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .resource-list a {
	text-decoration: none;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .resource-list a:hover {
	filter: drop-shadow(0 0 1px rgba(24, 101, 112, 0.2));
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .resource-list a:hover h3,
#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .resource-list a:hover p {
	color: #186570;
	font-weight: 600;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .resource-list .resource-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 0px 10px 20px;
	border-radius: 10px;
	justify-content: space-between;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .resource-list .resource-item .resource-icon {
	width: 130px;
	height: 130px;
	border-radius: 5px;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .resource-list .resource-item .resource-text {
	max-width: 200px;
	margin-right: auto;
	padding-left: .5em;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .resource-list .resource-item .resource-text h3 {
	font-size: clamp(1.125rem, 1.7875vw, 1.375rem);
	margin-bottom: 5px;
	font-weight: 600;
}

#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .resource-list .resource-item .resource-text p {
	color: #68A396;
	margin-bottom: 0;
}

@media (max-width: 556px) {
	#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .resource-list .resource-item {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		margin-bottom: 1em;
	}

	#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .resource-list .resource-item .resource-text {
		max-width: 100%;
		margin-inline: auto;
	}
}

@media (max-width: 992px) {
	#body-wrapper #blog-wrapper #blog-featured-resource {
		padding-inline: .8em;
	}

	#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .video-section {
		width: 50%;
		margin-bottom: 2em;
	}

	#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .video-wrapper {
		width: 100%;
		margin: 0 auto;
	}

	#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .resource-list {
		width: 50%;
		margin-inline: 0;
		padding: 0 1em;
	}
}

@media (max-width: 767px) {
	#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource {
		flex-direction: column;
		align-items: center;
	}

	#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .video-section {
		width: 100%;
	}

	#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .video-section .video-info {
		padding: 1rem 1rem 2rem;
	}

	#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .video-wrapper {
		width: 100%;
	}

	#body-wrapper #blog-wrapper #blog-featured-resource #content .featured-resource .resource-list {
		width: 100%;
	}
}

#body-wrapper #blog-wrapper #ocozzio-blogs {
	padding-inline: 20px;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container {
	margin-bottom: 1em;
	justify-content: center;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container a {
	text-decoration: none;
	flex: 1 1 315px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container a:hover {
	filter: drop-shadow(0 0 5px rgba(24, 101, 112, 0.2));
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container a:hover h4,
#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container a:hover p {
	color: #186570 !important;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 10px;
	margin-block: 2em;
	max-width: 315px;
	width: 100%;
	margin-inline: 1em;
	flex: 1;
	height: 100%;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card .blog-image {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	max-width: 315px;
	max-height: 315px;
	margin-bottom: 2em;
	filter: drop-shadow(5px 5px 10px rgba(24, 101, 112, 0.15));
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card .blog-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card .meta-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 315px;
	border-bottom: 2px solid #c2dad5;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card .time {
	color: #186570 !important;
	font-weight: 600;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card .blog-content {
	max-width: 355px;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-height: 100%;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card .blog-content h4 {
	font-size: clamp(1rem, 1.7875vw, 1.375rem);
	font-weight: 700;
	margin-block: 0em 0.9rem;
	color: #181919;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card .blog-content p:not(.exerpt) {
	color: #68A396;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card .blog-content p:not(.exerpt) i {
	color: #68A396;
	margin-right: 0.5em;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card .blog-content .exerpt {
	color: #181919;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .featured {
	flex-direction: column;
	align-items: flex-start;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .featured .blog-image {
	width: 100px;
	height: 100px;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .featured h3 {
	font-size: 1.25rem;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .page-link {
	border: none;
	color: #c2dad5;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .page-link:focus {
	background: #FFFFFF;
	box-shadow: none;
}

#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .page-link.active {
	background: linear-gradient(40deg, #3EAF9C 0%, #87C745 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	scale: 1.6;
}

@media (max-width: 1056px) {
	#body-wrapper #blog-wrapper #ocozzio-blogs h2 {
		text-align: center;
	}
}

@media (max-width: 767px) {
	#body-wrapper #blog-wrapper #ocozzio-blogs {
		text-wrap: balance;
		padding-block: 4em;
	}

	#body-wrapper #blog-wrapper #ocozzio-blogs .row:not(:has(.blog-card)) {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container {
		padding-inline: .3em;
	}

	#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card {
		flex-direction: column;
		align-items: center;
		margin-block: 4em 2em;
		max-width: 400px;
	}

	#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card h4,
	#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card p {
		text-align: center;
	}

	#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card .blog-image {
		width: 100%;
		max-width: 200px;
		height: auto;
		margin-bottom: 1em;
	}

	#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card .meta-info {
		max-width: 500px;
		margin: 0 auto;
		gap: 1em;
		justify-content: space-between;
	}

	#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card .blog-content {
		max-width: 600px;
	}

	#body-wrapper #blog-wrapper #ocozzio-blogs #blog-container .blog-card .blog-content h3 {
		font-size: 1.25rem;
		margin-block: 0.5rem;
	}
}

#body-wrapper #blog-wrapper #ocozzio-blogs .cards-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
}

#body-wrapper #blog-wrapper #ocozzio-blogs .card {
	width: 100%;
	max-width: 350px;
	height: auto;
	aspect-ratio: 350 / 278;
	margin: 2em auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 1rem;
}

#body-wrapper #blog-wrapper #ocozzio-blogs .card-img-top {
	width: 100%;
	height: auto;
	padding: .5em;
}

#body-wrapper #blog-wrapper #ocozzio-blogs .cta-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 400px;
	margin: 0 auto;
	padding: .2em 1em;
}

#body-wrapper #blog-wrapper #ocozzio-blogs .fa-sharp.fa-solid.fa-chevron-right {
	font-size: 18px;
	background-color: green;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	padding: .8em;
	color: white;
}

#body-wrapper #blog-wrapper #ocozzio-blogs .btn-cta {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	text-decoration: none;
	font-weight: 700;
}

@media (min-width: 768px) {
	#body-wrapper #blog-wrapper #ocozzio-blogs .card {
		width: 350px;
		height: 278px;
	}
}

#body-wrapper #blog-wrapper #contact {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/what-we-know-contact-bg.webp");
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

#body-wrapper #blog-wrapper #contact .row {
	justify-content: end;
	align-items: center;
	height: 100%;
	min-height: 400px;
}

@media (max-width: 767px) {
	#body-wrapper #blog-wrapper #contact {
		background-position: center top !important;
		background: linear-gradient(180deg, #ffffffaf 0%, #181919 90%), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/what-we-know-contact-bg.webp");
		background-size: contain !important;
		background-repeat: no-repeat !important;
	}

	#body-wrapper #blog-wrapper #contact .row {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		min-height: 500px;
		max-height: 1000px;
	}
}

#blog-post .image-container.box-shadow {
	filter: drop-shadow(5px 5px 100px #18647016);
}

#blog-post .container-responsive {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

#blog-post .row {
	align-items: center;
}

#blog-post .green-pro {
	color: #87C745;
	font-weight: 700;
}

#blog-post h2 {
	font-size: clamp(1.125rem, 1.7875vw, 1.375rem);
	font-weight: 700;
	font-family: "Open Sans", serif;
	margin-block: 1.5em .5em;
}

#blog-post h3 {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	font-weight: 700;
	font-family: "Open Sans", serif;
	margin-block: 1.5em .5em;
}

#blog-post p,
#blog-post ul {
	color: #181919;
}

#blog-post ul {
	margin-left: -1em;
}

#blog-post li {
	margin-bottom: .5em;
	padding-left: .5em;
}

#blog-post ::marker {
	font-size: 12px !important;
}

#blog-post .blog-post-image img {
	border-radius: 10px;
}

@media (min-width: 992px) {
	#blog-post .blog-post-image {
		margin-left: -10em;
	}
}

#blog-post .blog-post-header {
	max-width: 770px;
	width: 100%;
	margin: 0 auto;
	min-width: 770px;
}

@media (max-width: 1200px) {
	#blog-post .blog-post-header {
		min-width: 100%;
	}
}

#blog-post .date {
	font-size: clamp(1.25rem, 2.4375vw, 1.875rem);
	color: #68A396;
	font-weight: 400;
}

#blog-post .post-content {
	margin-top: 2em;
}

#blog-post .post-content a {
	color: #68A396;
	font-weight: 700;
}

#blog-post .post-content a:hover {
	color: #186570;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
}

#blog-post .post-content a:hover i {
	transition: color 0.2s;
	color: #186570;
}

#blog-post .cta-container {
	background: linear-gradient(220deg, #3EAF9C 0%, #87C745 100%);
	padding: 3em 2em;
	border-radius: 20px;
	width: 100%;
	margin: 2em auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #FFFFFF;
}

#blog-post .cta-container .btn {
	max-width: 400px;
}

#blog-post .cta-container .button-container {
	max-width: 800px;
	width: 100%;
	gap: 1em;
}

#blog-post .cta-container h2 {
	line-height: 1.36;
	margin-top: 0;
	color: inherit;
}

#blog-post .cta-container p {
	padding-inline: 2em;
	color: #FFFFFF !important;
}

@media (min-width: 992px) {
	#blog-post .cta-container {
		min-width: 735px;
	}
}

#blog-post #blog-post-navigation a {
	text-decoration: none;
}

#blog-post #blog-post-navigation a:hover {
	color: #186570;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}

#blog-post #blog-post-navigation a:hover i {
	transition: color 0.2s;
	color: #186570;
}

#blog-post #blog-post-navigation a:hover .post-direction,
#blog-post #blog-post-navigation a:hover p {
	transition: color 0.2s;
}

#blog-post #blog-post-navigation .post-direction {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	color: #186570;
	font-weight: 600;
	font-size: 1.2em;
}

#blog-post #blog-post-navigation .post-name {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	margin-top: 1em;
}

#blog-post #blog-post-navigation .post-name p {
	margin: 0;
}

#blog-post #blog-post-navigation .post-name i {
	font-size: 22px;
	color: #c2dad5;
}

@media (max-width: 776px) {
	#blog-post .row {
		flex-direction: column-reverse;
		align-items: center;
		margin-block: 2em;
	}

	#blog-post .blog-post-header {
		text-align: center;
	}

	#blog-post #blog-post-navigation .post-name p {
		display: none;
	}
}

.policy-container ul {
	list-style-type: square;
}

.policy-container ul>li>ul {
	list-style-type: circle;
}

.policy-container ul>li>ul>li>ul {
	list-style-type: square;
}

.policy-container ol li {
	font-family: Arial;
}

.policy-container u {
	text-decoration: none;
	font-weight: 700;
	color: #87C745;
}

.policy-container a {
	text-decoration: none;
	color: #68A396;
	font-weight: 700;
}

.policy-container a:hover {
	color: #186570;
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
}

.policy-container a:hover i {
	transition: color 0.2s;
	color: #186570;
}

.policy-container [data-custom-class='body'],
.policy-container [data-custom-class='body'] * {
	background: transparent !important;
}

.policy-container [data-custom-class='title'],
.policy-container [data-custom-class='title'] * {
	font-size: 26px !important;
}

.policy-container [data-custom-class='subtitle'],
.policy-container [data-custom-class='subtitle'] * {
	font-size: 18px !important;
}

.policy-container [data-custom-class='heading_1'],
.policy-container [data-custom-class='heading_1'] * {
	font-size: 24px !important;
}

.policy-container [data-custom-class='heading_2'],
.policy-container [data-custom-class='heading_2'] * {
	font-size: 20px !important;
}

.policy-container [data-custom-class='link'],
.policy-container [data-custom-class='link'] * {
	word-break: break-word !important;
}

#savings-calculator-wrapper #header-hero {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/calculator-hero-banner-alt.webp");
	background-size: 45% auto;
	background-position: bottom right;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	z-index: 0;
	background-color: #FFFFFF;
	padding-bottom: 0;
	min-height: 600px;
}

#savings-calculator-wrapper #header-hero .header {
	max-width: 700px;
	width: 100%;
	min-height: 530px;
	padding-bottom: 2em;
}

#savings-calculator-wrapper #header-hero .header p:not(.hero-subtitle):not(.hero-eyebrow) {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	max-width: 570px;
}

#savings-calculator-wrapper #header-hero .btn {
	max-width: 275px;
}

#savings-calculator-wrapper #header-hero .hero-subtitle {
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	color: #68A396;
	font-weight: 500;
	text-wrap: balance;
}

@media (max-width: 991.98px) {
	#savings-calculator-wrapper #header-hero {
		background-size: 35%;
		background-position: bottom right;
		background-repeat: no-repeat;
		height: 100%;
		display: flex;
		align-items: flex-start;
	}

	#savings-calculator-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		align-items: start;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 10%);
		padding: 5em 1em 0;
		min-height: 400px;
		text-align: center;
	}

	#savings-calculator-wrapper #header-hero .header p:not(.hero-subtitle):not(.hero-eyebrow) {
		font-size: clamp(1rem, 1.4625vw, 1.125rem);
		max-width: 570px;
		margin-inline: auto;
	}

	#savings-calculator-wrapper #header-hero .row {
		min-height: 700px;
		height: 100%;
		display: flex;
		align-items: flex-start;
	}

	#savings-calculator-wrapper #header-hero .button-container {
		flex-direction: column;
	}

	#savings-calculator-wrapper #header-hero p.hero-eyebrow {
		text-align: center;
		width: 100%;
		margin: 1em auto;
	}
}

@media (max-width: 575.98px) {
	#savings-calculator-wrapper #header-hero {
		background-size: 100%;
		padding-bottom: 90px;
	}

	#savings-calculator-wrapper #header-hero .header {
		max-width: unset;
		align-items: center;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff1c 50%, #ffffff00 100%);
	}

	#savings-calculator-wrapper #header-hero .row {
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

#savings-calculator-wrapper #calc {
	background-color: #F3FAF9;
}

@media (max-width: 778px) {
	#savings-calculator-wrapper #calc {
		padding: 40px 20px;
	}
}

#savings-calculator-wrapper #health-care-marketing {
	overflow: hidden;
}

#savings-calculator-wrapper #health-care-marketing h3 {
	text-wrap: balance;
}

#savings-calculator-wrapper #health-care-marketing .text-container {
	max-width: 493px;
}

#savings-calculator-wrapper #health-care-marketing .row {
	justify-content: center;
	align-items: center;
	height: 100%;
	min-height: 400px;
}

#savings-calculator-wrapper #health-care-marketing #oz-rings {
	position: relative;
	z-index: 100;
}

#savings-calculator-wrapper #health-care-marketing #oz-rings::before {
	content: '';
	display: block;
	width: 170%;
	/* Adjust size as needed */
	height: 200%;
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/OZRings.svg");
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

#savings-calculator-wrapper #health-care-marketing #per-year-oz {
	background-color: #FFFFFF;
	padding: 1em;
	border-radius: 1rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	margin-top: 2em;
	margin-inline: auto;
	align-items: center;
	justify-content: center;
}

#savings-calculator-wrapper #health-care-marketing #per-year-oz #savings-row p {
	text-transform: uppercase;
	font-weight: 700;
	color: #87C745;
}

#savings-calculator-wrapper #health-care-marketing #per-year-oz #calculator-savings {
	font-size: clamp(2.5rem, 6.5vw, 5rem);
	line-height: 1.2;
	margin-block: .33 .13em;
}

#savings-calculator-wrapper #health-care-marketing #per-year-oz .icon {
	margin-block: -4em 2em;
	background-color: white;
	max-width: 108px;
	width: 100%;
}

@media (max-width: 991px) {
	#savings-calculator-wrapper #health-care-marketing .row {
		flex-direction: column-reverse;
	}

	#savings-calculator-wrapper #health-care-marketing .col-12:first-of-type {
		margin-top: 4em;
		padding-top: 2em;
		background: white;
		position: relative;
		z-index: 10000;
	}

	#savings-calculator-wrapper #health-care-marketing .text-container {
		max-width: unset;
	}
}

@media (max-width: 575.98px) {
	#savings-calculator-wrapper #health-care-marketing #oz-rings {
		padding-top: 60px;
	}
}

#savings-calculator-wrapper #oz-video {
	padding: 0;
}

#savings-calculator-wrapper #oz-video h2 {
	color: #FFFFFF;
	margin: 0;
}

#savings-calculator-wrapper #oz-video .video-section {
	position: relative;
	width: 100%;
	max-height: 958px;
	height: auto;
	overflow: hidden;
}

@media (max-width: 768px) {
	#savings-calculator-wrapper #oz-video .video-section {
		min-height: auto;
	}
}

#savings-calculator-wrapper #oz-video .video-overlay {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
}

#savings-calculator-wrapper #oz-video .video-overlay .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#savings-calculator-wrapper #oz-video .video-overlay .video-content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #FFFFFF;
}

#savings-calculator-wrapper #oz-video .video-overlay .video-content p {
	margin: 0 0 10px 0;
}

#savings-calculator-wrapper #oz-video .video-overlay .video-content .play-button {
	background: none;
	border: none;
	cursor: pointer;
}

#savings-calculator-wrapper #oz-video .video-overlay .video-content .play-button img {
	width: 80px;
	height: 80px;
	transition: transform 0.3s ease;
}

#savings-calculator-wrapper #oz-video .video-overlay .video-content .play-button img:hover {
	transform: scale(1.1);
}

#savings-calculator-wrapper #oz-video #vimeoContainer {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

#savings-calculator-wrapper #oz-video #vimeoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#savings-calculator-wrapper #key-actions {
	background-color: #FFFFFF;
	margin-bottom: -7em;
	padding-top: 5em;
}

#savings-calculator-wrapper #key-actions .cards-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
}

#savings-calculator-wrapper #key-actions .card {
	width: 100%;
	max-width: 350px;
	height: auto;
	aspect-ratio: 350 / 409;
	margin: 0em auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 1rem;
}

#savings-calculator-wrapper #key-actions .card-img-top {
	width: 100%;
	height: auto;
	padding: .5em;
}

#savings-calculator-wrapper #key-actions .cta-container {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	margin: 0 auto;
	padding: .2em 1em;
}

#savings-calculator-wrapper #key-actions .cta-container:hover .fa-sharp.fa-solid.fa-chevron-right {
	background: linear-gradient(40deg, #186570 0%, #3EAF9C 100%);
}

#savings-calculator-wrapper #key-actions .fa-sharp.fa-solid.fa-chevron-right {
	font-size: 18px;
	background: linear-gradient(40deg, #3EAF9C 0%, #87C745 100%);
	width: 30px;
	height: 30px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	padding: .8em;
	color: white;
}

#savings-calculator-wrapper #key-actions .btn-cta {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	text-decoration: none;
	font-weight: 700;
}

@media (max-width: 991px) {
	#savings-calculator-wrapper #key-actions .cards-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1em;
	}
}

#savings-calculator-wrapper #contact {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/savings-calculator-contact-bg.webp");
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
}

#savings-calculator-wrapper #contact .row {
	justify-content: end;
	align-items: center;
	height: 100%;
	min-height: 500px;
}

#savings-calculator-wrapper #contact .hs-input {
	padding: 1em;
	border-radius: 5px;
	border: 1px solid #68A396;
	width: 100%;
}

#savings-calculator-wrapper #contact ::placeholder {
	opacity: 1;
	color: #68A396;
	font-weight: 600;
}

@media (max-width: 767px) {
	#savings-calculator-wrapper #contact {
		background-position: left top !important;
		background: linear-gradient(180deg, #f3faf9af 20%, #181919 90%), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/savings-calculator-contact-bg.webp");
	}

	#savings-calculator-wrapper #contact .row {
		flex-direction: column;
		justify-content: center;
		align-items: end;
		min-height: 600px;
	}
}

@media (max-width: 575.98px) {
	#savings-calculator-wrapper #contact {
		background-repeat: no-repeat !important;
		background-position: top !important;
		background-size: 170% auto !important;
		background: linear-gradient(180deg, #f3faf9af 10%, #181919 80%), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/savings-calculator-contact-bg.webp");
	}

	#savings-calculator-wrapper #contact .row {
		flex-direction: column;
		justify-content: center;
		align-items: end;
		min-height: 600px;
	}
}

#careers-wrapper #header-hero {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/career-hero-banner.webp");
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	z-index: 0;
	padding-top: 10%;
	background-color: #FFFFFF;
	padding-bottom: 0;
	min-height: 600px;
}

#careers-wrapper #header-hero .header {
	max-width: 600px;
	width: 100%;
	min-height: 530px;
	padding-bottom: 2em;
}

#careers-wrapper #header-hero .header p:not(.hero-subtitle):not(.hero-eyebrow) {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	max-width: 520px;
}

#careers-wrapper #header-hero .btn {
	max-width: 275px;
}

#careers-wrapper #header-hero .hero-subtitle {
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	color: #68A396;
	font-weight: 500;
	text-wrap: balance;
}

@media (max-width: 991.98px) {
	#careers-wrapper #header-hero {
		background-size: 60%;
		background-position: bottom right;
		background-repeat: no-repeat;
		padding: 0 0 60px;
		height: 100%;
		display: flex;
		text-align: center;
	}

	#careers-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		align-items: start;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 10%);
		padding: 5em 1em 0;
		margin-bottom: 2em;
		min-height: 400px;
		text-align: center;
	}

	#careers-wrapper #header-hero p {
		max-width: 100%;
		width: 100%;
		margin-inline: auto;
	}

	#careers-wrapper #header-hero .row {
		min-height: 1000px;
		height: 100%;
		margin-top: 2em;
		display: flex;
		align-items: start;
	}

	#careers-wrapper #header-hero .button-container {
		flex-direction: column;
	}

	#careers-wrapper #header-hero p.hero-eyebrow {
		text-align: center;
		width: 100%;
		margin: 1em auto;
	}
}

@media (max-width: 768px) {
	#careers-wrapper #header-hero {
		background-size: 60%;
		min-height: 900px;
		display: flex;
		align-items: start;
	}

	#careers-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		align-items: end;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 30%);
		padding-top: 7em;
	}

	#careers-wrapper #header-hero .row {
		min-height: 300px;
		height: 100%;
		margin-top: 2em;
		display: flex;
		align-items: start;
	}
}

@media (max-width: 575.98px) {
	#careers-wrapper #header-hero {
		height: 100%;
		display: flex;
		align-items: flex-end;
	}

	#careers-wrapper #header-hero .header {
		margin: unset;
		max-width: unset;
		align-items: end;
		background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff32 10%);
		padding: 3em 1em 2em;
	}

	#careers-wrapper #header-hero .row {
		min-height: unset;
		height: 100%;
		margin-top: 2em;
		display: flex;
		align-items: flex-end;
	}
}

#careers-wrapper #oz-video {
	padding: 0;
}

#careers-wrapper #oz-video h2 {
	color: #FFFFFF;
	margin: 0;
}

#careers-wrapper #oz-video .video-section {
	position: relative;
	width: 100%;
	max-height: 958px;
	height: auto;
	overflow: hidden;
}

@media (max-width: 768px) {
	#careers-wrapper #oz-video .video-section {
		min-height: auto;
	}
}

#careers-wrapper #oz-video .video-overlay {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	/* Text Content and Play Button */
}

#careers-wrapper #oz-video .video-overlay .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#careers-wrapper #oz-video .video-overlay .video-content {
	position: relative;
	z-index: 2;
	text-align: center;
	color: #FFFFFF;
}

#careers-wrapper #oz-video .video-overlay .video-content p {
	margin: 0 0 10px 0;
}

#careers-wrapper #oz-video .video-overlay .video-content .play-button {
	background: none;
	border: none;
	cursor: pointer;
}

#careers-wrapper #oz-video .video-overlay .video-content .play-button img {
	width: 80px;
	height: 80px;
	transition: transform 0.3s ease;
}

#careers-wrapper #oz-video .video-overlay .video-content .play-button img:hover {
	transform: scale(1.1);
}

#careers-wrapper #oz-video #vimeoContainer {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

#careers-wrapper #oz-video #vimeoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#careers-wrapper #key-actions {
	background-color: #F3FAF9;
}

#careers-wrapper #key-actions .cards-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
	margin-top: -11em;
}

#careers-wrapper #key-actions .card {
	width: 100%;
	max-width: 350px;
	height: auto;
	aspect-ratio: 350 / 409;
	margin: 0em auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 1rem;
}

#careers-wrapper #key-actions .card-img-top {
	width: 100%;
	height: auto;
	padding: .5em;
}

#careers-wrapper #key-actions .cta-container {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	margin: 0 auto;
	padding: .2em 1em;
}

#careers-wrapper #key-actions .cta-container:hover {
	transition: 0.3s ease-in-out;
}

#careers-wrapper #key-actions .cta-container:hover .fa-sharp.fa-solid.fa-chevron-right {
	background-image: linear-gradient(40deg, #186570 0%, #3EAF9C 100%);
	transition: background-image 4s ease-in-out;
}

#careers-wrapper #key-actions .fa-sharp.fa-solid.fa-chevron-right {
	font-size: 18px;
	background-color: green;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	padding: .8em;
	color: white;
}

#careers-wrapper #key-actions .btn-cta {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	text-decoration: none;
	font-weight: 700;
}

@media (max-width: 992px) {
	#careers-wrapper #key-actions .cards-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 1em;
		margin-top: -5em !important;
	}
}

#careers-wrapper #who-we-serve p {
	max-width: 1100px;
	width: 100%;
}

#careers-wrapper #who-we-serve .icon-list-container {
	width: 100%;
	margin-block: 2em;
}

#careers-wrapper #who-we-serve .icon-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

#careers-wrapper #who-we-serve .icon-list li {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	font-weight: 700;
	color: #181919;
	display: flex;
	align-items: center;
	max-width: 518px;
	padding: 0.1rem 0rem 1rem;
	width: 100%;
}

@media (min-width: 768px) {
	#careers-wrapper #who-we-serve .icon-list li:not(:nth-last-child(1)):not(:nth-last-child(2)) {
		border-bottom: 1px solid #68A396;
	}
}

@media (max-width: 767px) {
	#careers-wrapper #who-we-serve .icon-list li {
		margin: 0 auto;
		max-width: unset;
	}

	#careers-wrapper #who-we-serve .icon-list li:not(:last-child) {
		border-bottom: 1px solid #68A396;
	}
}

#careers-wrapper #who-we-serve .icon-list li i {
	font-size: 1.25rem;
	margin-right: 1rem;
}

#careers-wrapper #who-we-serve .fa-sharp.fa-solid.fa-chevron-right {
	font-size: 18px;
	background-color: #68A396;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	padding: .8em;
	color: white;
	margin-right: 2em;
}

#careers-wrapper #who-we-serve .info-box-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
	gap: 1rem;
	padding: 1rem;
	justify-items: center;
}

#careers-wrapper #who-we-serve .info-box {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 225px;
	height: 220px;
	border: none;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin: 2em auto;
}

#careers-wrapper #who-we-serve .image-container {
	width: 100%;
	height: 70px;
	margin-top: 1em;
}

#careers-wrapper #who-we-serve .image-container img {
	height: 100%;
}

#careers-wrapper #who-we-serve .text-container {
	padding: 0.5rem;
	height: 40%;
}

#careers-wrapper #who-we-serve .text-container h4 {
	font-size: clamp(1.125rem, 1.4625vw, 1.125rem);
	margin-bottom: 0rem;
	color: #186570;
	font-weight: bold;
}

#careers-wrapper #who-we-serve .text-container p {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	color: #186570;
	line-height: 1.2;
	max-width: 180px;
	width: 100%;
	margin: 0 auto;
}

#careers-wrapper #who-we-serve .col-12.text-center p {
	max-width: 880px;
	width: 100%;
	margin: 0 auto 1em;
}

#careers-wrapper #who-we-serve .col-12.text-center .btn {
	margin-top: 1em;
}

@media (max-width: 768px) {
	#careers-wrapper #who-we-serve .info-box-container {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		justify-items: center;
	}
}

@media (max-width: 480px) {
	#careers-wrapper #who-we-serve .info-box-container {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	#careers-wrapper #who-we-serve .info-box {
		justify-self: center;
	}
}

@media (max-width: 768px) {
	#careers-wrapper #who-we-serve .icon-list {
		grid-template-columns: 1fr;
	}
}

#careers-wrapper #what-we-know {
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/what-we-know-bg-image.webp");
	background-size: 45% auto;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #F3FAF9;
}

#careers-wrapper #what-we-know h3 {
	color: #68A396;
	margin-top: 2em;
}

#careers-wrapper #what-we-know .text-inline {
	display: inline-block;
}

#careers-wrapper #what-we-know .info-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}

#careers-wrapper #what-we-know .info-box .image-container {
	width: 100%;
	max-width: 100px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1em;
	margin-right: auto;
}

#careers-wrapper #what-we-know .info-box:has(.video-container) .text-container {
	max-width: 305px;
	padding-inline: 17px;
	margin-left: auto;
}

#careers-wrapper #what-we-know .video-container {
	position: relative;
	width: 100%;
	padding-bottom: 40.25%;
	height: 0;
	overflow: hidden;
}

#careers-wrapper #what-we-know .video-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 750px;
	height: 100%;
	max-height: 422px;
	aspect-ratio: 750 / 422;
	background-image: url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/home-what-we-know-video-thumbnail.webp");
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	cursor: pointer;
}

#careers-wrapper #what-we-know .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 750px;
	height: 100%;
	max-height: 422px;
	display: none;
	aspect-ratio: 750 / 422;
}

#careers-wrapper #what-we-know .video-thumbnail.fade-out {
	opacity: 0;
	pointer-events: none;
}

#careers-wrapper #what-we-know .table-list-container {
	width: 100%;
	margin-block: 2em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#careers-wrapper #what-we-know .left-list,
#careers-wrapper #what-we-know .right-list {
	width: 48%;
}

#careers-wrapper #what-we-know .table-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: .5rem;
	padding: 0;
	margin: 0;
	list-style: none;
}

#careers-wrapper #what-we-know .table-list li {
	font-size: 1rem;
	font-weight: 600;
	color: #181919;
	display: flex;
	align-items: center;
	padding: .2rem 0;
	line-height: 1.3;
	width: 100%;
}

#careers-wrapper #what-we-know .table-list li i {
	font-size: 1.25rem;
	margin-right: 1rem;
}

#careers-wrapper #what-we-know .button-group-container {
	display: flex;
	justify-content: center;
	gap: 1em;
	margin-top: 2em;
	max-width: 550px;
	width: 100%;
}

@media (max-width: 992px) {
	#careers-wrapper #what-we-know .video-container {
		max-width: 750px;
		margin: 0 auto;
		height: auto;
		padding-bottom: 56.25%;
	}

	#careers-wrapper #what-we-know .info-box:has(.video-container) {
		flex-direction: column;
		gap: 1em;
	}

	#careers-wrapper #what-we-know .info-box:has(.video-container) .text-container {
		max-width: unset;
		padding-inline: 17px;
		margin-left: auto;
	}

	#careers-wrapper #what-we-know .table-list {
		grid-template-columns: 1fr;
	}

	#careers-wrapper #what-we-know .button-group-container {
		margin-bottom: 5em;
		width: 100%;
		flex-direction: column;
	}
}

@media (max-width: 768px) {
	#careers-wrapper #what-we-know .table-list-container {
		flex-direction: column;
	}

	#careers-wrapper #what-we-know .left-list,
	#careers-wrapper #what-we-know .right-list {
		width: 100%;
	}
}

#careers-wrapper #working-with-ocozzio h2 {
	margin-top: .8em;
	max-width: 240px;
	width: 100%;
	text-wrap: balance;
	word-wrap: normal;
}

#careers-wrapper #working-with-ocozzio .container-responsive {
	margin-left: auto;
}

#careers-wrapper #working-with-ocozzio .sub-header {
	max-width: 220px;
	text-wrap: unset;
}

#careers-wrapper #working-with-ocozzio .text-container {
	position: relative;
	z-index: 1000;
	background-color: #fff;
	width: 100%;
	max-width: 800px;
	height: 100%;
	min-height: 400px;
}

#careers-wrapper #working-with-ocozzio .testimonial-info-box {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 1em;
}

#careers-wrapper #working-with-ocozzio .testimonial-carousel {
	position: relative;
	width: 100%;
	overflow: visible;
	transform: translateX(48%);
}

#careers-wrapper #working-with-ocozzio .testimonial-carousel .carousel-container {
	width: 100%;
}

#careers-wrapper #working-with-ocozzio .testimonial-carousel .carousel-wrapper {
	display: flex;
	transition: transform 0.5s ease;
}

#careers-wrapper #working-with-ocozzio .testimonial-carousel .teal-alt {
	color: #a4c8c0;
}

#careers-wrapper #working-with-ocozzio .testimonial-carousel .carousel-card {
	flex: 0 0 calc(66.333% - 20px);
	margin: 10px;
	padding: 30px 20px;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 20px;
	max-width: 365px;
	min-height: 380px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#careers-wrapper #working-with-ocozzio .testimonial-carousel .carousel-card p {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	line-height: 1.3;
	max-width: 307px;
	width: 100%;
	margin: 0 auto;
}

#careers-wrapper #working-with-ocozzio .testimonial-carousel .carousel-card .green-alt {
	font-weight: bold;
}

#careers-wrapper #working-with-ocozzio .testimonial-carousel .carousel-card .author {
	display: block;
	font-size: 16px;
	font-weight: bold;
}

#careers-wrapper #working-with-ocozzio .testimonial-carousel .carousel-card:hover {
	box-shadow: 0 6px 12px rgba(0, 128, 0, 0.2);
}

#careers-wrapper #working-with-ocozzio .testimonial-carousel .carousel-button {
	display: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: none;
	padding: 10px 15px;
	cursor: pointer;
	z-index: 10;
}

#careers-wrapper #working-with-ocozzio .testimonial-carousel .carousel-button.prev {
	left: 10px;
}

#careers-wrapper #working-with-ocozzio .testimonial-carousel .carousel-button.next {
	right: 10px;
}

#careers-wrapper #working-with-ocozzio .testimonial-carousel .image-container {
	background: #F3FAF9;
	max-width: 75px;
	border-radius: 50%;
}

@media (max-width: 992px) {
	#careers-wrapper #working-with-ocozzio {
		padding: 2em;
	}

	#careers-wrapper #working-with-ocozzio h2 {
		max-width: unset;
	}

	#careers-wrapper #working-with-ocozzio .sub-header {
		text-wrap: unset;
		width: 100%;
		max-width: unset;
	}

	#careers-wrapper #working-with-ocozzio .text-container {
		position: relative;
		z-index: 1000;
		background-color: #fff;
		width: 100%;
		max-width: 800px;
		height: 100%;
		min-height: unset;
	}

	#careers-wrapper #working-with-ocozzio .container-responsive {
		margin-left: 0;
	}

	#careers-wrapper #working-with-ocozzio .testimonial-carousel {
		transform: unset;
	}

	#careers-wrapper #working-with-ocozzio .testimonial-carousel .carousel-card {
		flex: 0 0 calc(33.333% - 20px);
		min-width: unset;
		max-width: unset;
		width: 100%;
		margin: 0 auto 0 1em;
	}

	#careers-wrapper #working-with-ocozzio .testimonial-carousel .carousel-card p {
		max-width: unset;
	}

	#careers-wrapper #working-with-ocozzio .carousel-card {
		flex: 0 0 calc(33.333% - 20px);
	}
}

@media (max-width: 767px) {
	#careers-wrapper #working-with-ocozzio .testimonial-carousel {
		transform: unset;
	}

	#careers-wrapper #working-with-ocozzio .testimonial-carousel .carousel-card {
		flex: 0 0 calc(100% - 20px);
		min-height: unset;
		gap: 2em;
	}

	#careers-wrapper #working-with-ocozzio .testimonial-carousel .carousel-card p {
		max-width: unset;
	}
}

#careers-wrapper #perks {
	padding-top: 0;
}

#careers-wrapper #perks .container-responsive {
	background-color: #F3FAF9;
	padding: 5em 3em;
	position: relative;
}

#careers-wrapper #perks .container-responsive::before {
	content: '';
	position: absolute;
	top: 0;
	left: -70px;
	width: 70px;
	height: 100%;
	background-color: #F3FAF9;
	border-radius: 20px 0 0 20px;
}

#careers-wrapper #perks .container-responsive h3 {
	color: #68A396;
}

#careers-wrapper #perks .container-responsive p {
	max-width: 550px;
}

#careers-wrapper #perks .container-responsive #perks-list .info-list {
	padding: 0;
}

#careers-wrapper #perks .container-responsive #perks-list .info-list p {
	font-size: clamp(1rem, 1.4625vw, 1.125rem);
	font-weight: 600;
	color: #181919;
	padding-block: .5em;
}

#careers-wrapper #perks .container-responsive #perks-list .info-list :nth-child(2) {
	border-top: 2px solid #c2dad5;
	border-bottom: 2px solid #c2dad5;
}

#careers-wrapper #perks .container-responsive .row {
	align-items: center;
}

#careers-wrapper #perks .container-responsive .row .image-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

#careers-wrapper #perks .container-responsive .row .image-container img {
	padding: 0 1em;
}

#careers-wrapper #perks .container-responsive .row .image-container .image-left {
	border-right: 1px solid #FFFFFF;
	padding-right: 2em;
}

#careers-wrapper #perks .container-responsive .row .image-container .image-right {
	padding-left: 2em;
}

@media (max-width: 992px) {
	#careers-wrapper #perks .container-responsive {
		padding: 2em !important;
		text-align: center;
	}

	#careers-wrapper #perks .container-responsive p {
		max-width: 800px;
		text-wrap: balance;
		width: 100%;
		margin: 0 auto;
	}

	#careers-wrapper #perks #perks-list {
		flex-direction: column;
		max-width: 700px;
		text-align: center;
		margin-inline: auto;
	}

	#careers-wrapper #perks #perks-list .info-list {
		padding-block: .7em;
		border-top: 0px solid #c2dad5;
		border-bottom: 2px solid #c2dad5;
		margin-inline: auto;
	}

	#careers-wrapper #perks #perks-list .info-list:last-of-type {
		border-bottom: 0px solid !important;
	}

	#careers-wrapper #perks p {
		width: 100% !important;
	}

	#careers-wrapper #perks .info-box p {
		font-size: clamp(1rem, 1.4625vw, 1.125rem);
		font-weight: 600;
		color: #181919;
		border-bottom: 2px solid #c2dad5 !important;
		margin: 0 auto;
		padding-block: .5em !important;
		width: 100% !important;
		max-width: 600px;
	}

	#careers-wrapper #perks .info-box :nth-child(2) {
		padding-block: 0;
		border-top: unset !important;
	}

	#careers-wrapper #perks .info-box .end-border {
		border: unset !important;
	}
}

#careers-wrapper #apply-today p {
	max-width: 460px;
	width: 100%;
}

#careers-wrapper #apply-today .open-positions p {
	font-size: clamp(1.5rem, 2.4375vw, 1.875rem);
	font-weight: 700;
	color: #181919;
}

@media (max-width: 768px) {
	#careers-wrapper #apply-today {
		text-align: center;
	}

	#careers-wrapper #apply-today p {
		max-width: 600px;
		width: 100%;
		margin: .75em auto;
	}
}

body {
	overflow-x: clip;
	background-color: #18647000;
	background-image: linear-gradient(#f3faf9b5 100%), url("https://6276953.fs1.hubspotusercontent-na1.net/hubfs/6276953/Website/something-better.svg");
	background-size: 280px auto;
	background-position: center;
	background-attachment: fixed;
}

#body-wrapper main {
	max-width: 1900px;
	width: 100%;
	margin-inline: auto;
	background-color: white;
	box-shadow: 0px 10px 20px #68a396cf;
	overflow-x: hidden;
}

#body-wrapper main#who-we-are-wrapper {
	overflow: visible !important;
}

@media (max-width: 768px) {
	#body-wrapper main#who-we-are-wrapper {
		overflow: hidden !important;
	}
}

#body-wrapper a:has(i):hover .link-container {
	color: #186570;
}

#body-wrapper a:has(i):hover .fa-sharp.fa-solid.fa-chevron-right {
	background-image: linear-gradient(40deg, #186570 0%, #3EAF9C 100%);
	transition: background-image 4s ease-in-out;
}

@media (max-width: 576px) {
	#body-wrapper #header-hero .col-12 {
		height: 100dvh !important;
		display: flex !important;
		justify-content: center !important;
		flex-direction: column !important;
		align-items: center !important;
	}

	#body-wrapper #header-hero .header {
		max-width: unset;
		padding: 3em 1em !important;
		text-align: center;
		margin-bottom: 15em !important;
	}
}