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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-BdIt.woff2") format("woff2"), url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-BdIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-Cn.woff2") format("woff2"), url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-Cn.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-Bd.woff2") format("woff2"), url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-Hv.woff2") format("woff2"), url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-Hv.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-BlkIt.woff2") format("woff2"), url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-BlkIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-Blk.woff2") format("woff2"), url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-Blk.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-Lt.woff2") format("woff2"), url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-Md.woff2") format("woff2"), url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-Md.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-It.woff2") format("woff2"), url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-It.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-HvIt.woff2") format("woff2"), url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-HvIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-ThIt.woff2") format("woff2"), url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-ThIt.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-MdIt.woff2") format("woff2"), url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-MdIt.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-Th.woff2") format("woff2"), url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-Th.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-Roman.woff2") format("woff2"), url("https://fonts.ocozzio.com/Helvetica-Neue-LT-Std/HelveticaNeueLTStd-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

#body-wrapper {
  margin: 0 auto; }

.nowrap {
  white-space: nowrap; }

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

h1 {
  margin-top: 0; }

#page-content section,
#page-footer {
  padding: 80px; }
  #page-content section .container-responsive,
  #page-footer .container-responsive {
    max-width: 1140px; }
  @media (max-width: 992px) {
    #page-content section,
    #page-footer {
      padding: 60px; } }
  @media (max-width: 767px) {
    #page-content section,
    #page-footer {
      padding: 40px; } }

a {
  color: inherit;
  transition: color 0.2s; }
  a:hover {
    text-decoration: none;
    color: #6F4055; }

p {
  font-size: inherit; }
  p a {
    font-weight: bolder;
    color: #6F4055; }
    p a:hover {
      text-decoration: underline; }

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

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

/*
|---------------
| Helper Classes
|---------------
*/
.serif {
  font-family: "Open Sans", serif; }

.sans,
.sansserif,
.sans-serif {
  font-family: "Helvetica Neue LT Std", 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%; }

#body-wrapper .btn, #body-wrapper .hs-button {
  font-size: 1rem;
  border-radius: 20px;
  padding: 0.6em 1.5em;
  line-height: 1em;
  box-shadow: none;
  font-family: "Helvetica Neue LT Std", sans-serif;
  font-weight: bold;
  border: 1px solid transparent;
  background-clip: border-box;
  will-change: transform;
  display: flex;
  max-width: fit-content;
  align-items: center;
  margin-inline: auto;
  background-color: #6F4055; }
  #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-color: #7f4961; }
    #body-wrapper .btn:hover, #body-wrapper .btn:hover span, #body-wrapper .btn:hover .fl-button-text, #body-wrapper .btn:hover *, #body-wrapper .hs-button:hover, #body-wrapper .hs-button:hover span, #body-wrapper .hs-button:hover .fl-button-text, #body-wrapper .hs-button:hover * {
      color: #FFFFFF; }
  #body-wrapper .btn.btn-hollow, #body-wrapper .hs-button.btn-hollow {
    background-color: transparent;
    border-color: inherit; }
    #body-wrapper .btn.btn-hollow, #body-wrapper .btn.btn-hollow span, #body-wrapper .btn.btn-hollow .fl-button-text, #body-wrapper .btn.btn-hollow *, #body-wrapper .hs-button.btn-hollow, #body-wrapper .hs-button.btn-hollow span, #body-wrapper .hs-button.btn-hollow .fl-button-text, #body-wrapper .hs-button.btn-hollow * {
      color: inherit; }
    #body-wrapper .btn.btn-hollow:hover, #body-wrapper .hs-button.btn-hollow:hover {
      background-color: white;
      border-color: white; }
      #body-wrapper .btn.btn-hollow:hover, #body-wrapper .btn.btn-hollow:hover span, #body-wrapper .btn.btn-hollow:hover .fl-button-text, #body-wrapper .btn.btn-hollow:hover *, #body-wrapper .hs-button.btn-hollow:hover, #body-wrapper .hs-button.btn-hollow:hover span, #body-wrapper .hs-button.btn-hollow:hover .fl-button-text, #body-wrapper .hs-button.btn-hollow:hover * {
        color: #6F4055; }
  #body-wrapper .btn.btn-white, #body-wrapper .hs-button.btn-white {
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    #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: #005e5d; }
    #body-wrapper .btn.btn-white img, #body-wrapper .btn.btn-white svg, #body-wrapper .btn.btn-white .icon, #body-wrapper .hs-button.btn-white img, #body-wrapper .hs-button.btn-white svg, #body-wrapper .hs-button.btn-white .icon {
      margin-left: 10px;
      margin-bottom: 0;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -3px; }
    #body-wrapper .btn.btn-white:hover, #body-wrapper .hs-button.btn-white:hover {
      background-color: #f2f2f2; }
      #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: #005e5d; }
  #body-wrapper .btn.btn-large, #body-wrapper .hs-button.btn-large {
    font-size: 20px; }

#body-wrapper .btn-icon-arrow::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
  background-image: url("../images/Icon-arrow-right-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px; }

#body-wrapper .btn-icon-arrow__down::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
  background-image: url("../images/Icon-arrow-right-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  transform: rotate(90deg); }

.navbar-toggler {
  padding: 0.75rem 0.531rem !important;
  transition: background 0.2s;
  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: #212121;
    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: #212121;
    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); }

nav.navbar {
  padding: 32px 40px; }
  nav.navbar > .container-responsive {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  nav.navbar .navbar-brand {
    padding: 0;
    margin: 0; }
  nav.navbar .navbar-nav {
    margin-left: auto; }
  nav.navbar .logo {
    padding: 0.5em 0;
    width: 100%;
    max-width: 272px; }
  @media (max-width: 767px) {
    nav.navbar {
      padding: 12px 20px 20px; }
      nav.navbar .logo {
        max-width: 200px; } }

#primary-nav {
  align-items: center; }
  #primary-nav .nav-link:not(.btn) {
    border-right: 1px solid #6F4055;
    padding-block: 0 !important;
    padding-inline: 20px !important;
    font-weight: 700;
    color: #565656; }
    @media (max-width: 768px) {
      #primary-nav .nav-link:not(.btn) {
        display: block;
        border-right: none;
        border-bottom: 1px solid #6F4055;
        padding-block: 10px !important; } }
  #primary-nav .last-link {
    border-right: none !important; }
    @media (max-width: 768px) {
      #primary-nav .last-link {
        border-bottom: none !important; } }

#body-wrapper h2 {
  font-size: clamp(1.7rem, 2.7625vw, 2.125rem);
  line-height: 1.17em;
  font-weight: 700;
  font-size: 34px; }

#body-wrapper h3 {
  font-size: clamp(1.4rem, 2.275vw, 1.75rem);
  font-size: 24px;
  line-height: 1em;
  font-weight: 700; }

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

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

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

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

#body-wrapper h1 {
  font-family: "Open Sans", sans-serif; }

#body-wrapper h2,
#body-wrapper h3,
#body-wrapper h4,
#body-wrapper h5,
#body-wrapper h6,
#body-wrapper p {
  font-family: "Helvetica Neue LT Std", arial; }

#body-wrapper .drop-shadow {
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); }

#body-wrapper .gray-text {
  color: #707070; }

#body-wrapper .lg-text {
  font-size: clamp(1.125rem, 1.625vw, 1.25rem); }

#body-wrapper .intro {
  color: #00968F;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.95vw, 1.5rem);
  line-height: 1.08;
  margin-bottom: 0.3em; }

#body-wrapper .btn-icon-arrow::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
  background-image: url("../images/Icon-arrow-right-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  top: -3px; }

#body-wrapper .btn-icon-arrow__down::after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.12, 1);
  background-image: url("../images/Icon-arrow-right-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  vertical-align: middle;
  position: relative;
  top: -3px; }

#body-wrapper #hero {
  background: rgba(113, 219, 212, 0.42);
  padding: 0;
  overflow-x: none; }
  #body-wrapper #hero .hero-container {
    max-width: 1360px;
    margin-inline: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    @media (max-width: 1200px) {
      #body-wrapper #hero .hero-container {
        flex-direction: column !important;
        align-items: center; }
        #body-wrapper #hero .hero-container .img-wrapper .image {
          max-width: 400px !important; } }
    @media (max-width: 768px) {
      #body-wrapper #hero .hero-container {
        margin-inline: 15px; } }
    #body-wrapper #hero .hero-container .text-container {
      margin-left: 79px;
      max-width: 676px; }
      @media (max-width: 768px) {
        #body-wrapper #hero .hero-container .text-container {
          margin-left: 0; } }
  #body-wrapper #hero h1 {
    font-size: clamp(2.8125rem, 6.25625vw, 4.8125rem);
    font-weight: 900;
    color: #005e5d;
    text-wrap: balance;
    line-height: 0.97;
    font-size: 70px;
    margin: 0 0 25px; }
    @media (max-width: 768px) {
      #body-wrapper #hero h1 {
        font-size: 50px; } }
  #body-wrapper #hero .highlight {
    color: #6f4055;
    font-size: clamp(2rem, 3.25vw, 2.5rem);
    text-transform: uppercase;
    font-weight: 700;
    max-width: fit-content;
    font-size: 62px;
    margin-bottom: 0;
    line-height: 1em;
    margin-top: 113px; }
    @media (max-width: 768px) {
      #body-wrapper #hero .highlight {
        font-size: 40px; } }
  #body-wrapper #hero .hero-container {
    display: flex;
    flex-direction: row; }
  #body-wrapper #hero .img-wrapper img {
    max-width: 676px;
    width: 100%; }
  #body-wrapper #hero .normal-text {
    font-size: 25px;
    font-weight: 500;
    color: #6f4055;
    margin-bottom: 41px; }
  #body-wrapper #hero .committed-wrapper {
    margin-left: 47px;
    border-left: 3px solid #707070;
    max-width: 452px;
    margin-bottom: 31px; }
    #body-wrapper #hero .committed-wrapper p.committed-text {
      color: #565656;
      font-size: 20px;
      padding-left: 22px; }
  #body-wrapper #hero .hero-btn__wrapper {
    margin-bottom: 73px; }
    #body-wrapper #hero .hero-btn__wrapper a {
      margin-left: 0; }
      @media (max-width: 768px) {
        #body-wrapper #hero .hero-btn__wrapper a {
          margin-left: auto; } }
  @media (max-width: 768px) {
    #body-wrapper #hero h1,
    #body-wrapper #hero .normal-text,
    #body-wrapper #hero .highlight {
      text-align: center;
      margin-inline: auto; } }

#body-wrapper #about {
  font-weight: bold;
  padding-top: 83px !important;
  padding-bottom: 60px !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.12); }
  #body-wrapper #about p b {
    color: #005E5D;
    font-weight: 700; }
  #body-wrapper #about p {
    max-width: 600px;
    margin-inline: auto;
    font-weight: light;
    font-family: "Helvetica Neue LT Std", sans-serif;
    color: #707070; }
  #body-wrapper #about .about-container {
    display: flex;
    flex-direction: row;
    margin-inline: auto;
    justify-content: center;
    align-items: center; }
  #body-wrapper #about .about-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 550px; }
  #body-wrapper #about .about-info {
    max-width: 550px;
    min-width: 550px; }
    #body-wrapper #about .about-info__top h3 {
      color: #00968f;
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 0; }
    #body-wrapper #about .about-info__top h2 {
      color: #6f4055;
      font-size: 34px;
      line-height: 1.2em;
      font-weight: 700;
      margin-bottom: 0; }
    #body-wrapper #about .about-info__top .about-text {
      color: #707070;
      font-size: 16px;
      font-weight: 300;
      max-width: 409px;
      margin-left: 0; }
    #body-wrapper #about .about-info__bottom hr {
      border-top: 3px solid #6f4055;
      max-width: 64px;
      margin-top: 124px;
      margin-bottom: 34px;
      opacity: 1; }
    #body-wrapper #about .about-info__bottom .about-text {
      color: #005e5d;
      font-size: 24px;
      line-height: 30px;
      max-width: 414px;
      margin-left: 0; }
  #body-wrapper #about .info-box {
    background-color: #d8d9da;
    padding: 32px 6px 0;
    border-radius: 1.25rem;
    margin-bottom: 1em;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    max-width: 246px;
    width: 100%;
    margin-inline: auto;
    margin-block: 0;
    padding-block: 2em;
    display: flex;
    flex-direction: column;
    gap: 1em;
    align-items: center;
    justify-content: start;
    min-width: 259px;
    min-height: 259px;
    max-width: 259px; }
    #body-wrapper #about .info-box .image-container {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
    #body-wrapper #about .info-box .text-container b {
      font-size: 24px; }
    #body-wrapper #about .info-box .text-container p {
      text-align: center;
      margin-inline: auto; }
    #body-wrapper #about .info-box .text-container .about-card-title {
      line-height: 1.1;
      margin-bottom: 3px; }
    #body-wrapper #about .info-box .text-container .about-card-desc {
      font-weight: 300; }
    #body-wrapper #about .info-box p {
      margin-bottom: 0; }
      #body-wrapper #about .info-box p .text-nowrap {
        display: block; }
  @media (max-width: 991px) {
    #body-wrapper #about .about-container {
      flex-direction: column; }
      #body-wrapper #about .about-container .about-info,
      #body-wrapper #about .about-container .about-cards {
        margin-inline: auto; }
      #body-wrapper #about .about-container .about-info hr {
        margin-top: 30px; }
      #body-wrapper #about .about-container .about-info__top .about-text, #body-wrapper #about .about-container .about-info__bottom .about-text {
        min-width: unset !important; }
      #body-wrapper #about .about-container .about-info .br-desktop {
        display: none; } }
  @media (max-width: 768px) {
    #body-wrapper #about h2 {
      max-width: 300px; }
    #body-wrapper #about .about-info {
      max-width: unset;
      min-width: unset; }
    #body-wrapper #about .about-text {
      width: 100%;
      max-width: 320px !important; } }
  @media (max-width: 550px) {
    #body-wrapper #about .info-box {
      min-width: unset; } }

#body-wrapper #path .path-wrapper {
  background-color: #005e5d;
  color: white;
  border-radius: 24px;
  padding: 51px 60px 50px;
  max-width: 1100px;
  margin-inline: auto; }
  @media (max-width: 768px) {
    #body-wrapper #path .path-wrapper {
      padding-inline: 20px; } }

#body-wrapper #path .path-top__container {
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 991px) {
    #body-wrapper #path .path-top__container {
      flex-direction: column;
      justify-content: center; } }

#body-wrapper #path .path-top img {
  margin-left: 15px;
  margin-bottom: 8px;
  margin-right: 58px;
  margin: 0 58px 8px 15px; }
  @media (max-width: 991px) {
    #body-wrapper #path .path-top img {
      margin-inline: 15px; } }

#body-wrapper #path .path-top__text {
  max-width: 550px; }

#body-wrapper #path .path-top__text h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px; }

#body-wrapper #path .path-bottom__container {
  display: flex;
  flex-direction: column; }
  @media (max-width: 991px) {
    #body-wrapper #path .path-bottom__container {
      max-width: 550px;
      margin-inline: auto; } }

#body-wrapper #path .path-bottom__list {
  display: flex;
  flex-direction: row;
  row-gap: 42px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
  max-width: 997px;
  margin-inline: auto;
  margin-top: 1em; }

#body-wrapper #path .path-bottom__listItem {
  max-width: 443px;
  min-width: 443px;
  display: flex;
  flex-direction: row; }
  #body-wrapper #path .path-bottom__listItem img {
    max-width: 24px;
    max-height: 24px; }
  @media (max-width: 991px) {
    #body-wrapper #path .path-bottom__listItem {
      min-width: unset; } }
  #body-wrapper #path .path-bottom__listItem--centered {
    text-align: center;
    max-width: 870px;
    margin: 0 auto; }

#body-wrapper #path .path-bottom__text {
  margin-left: 17px; }
  #body-wrapper #path .path-bottom__text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px; }
    #body-wrapper #path .path-bottom__text h4.with-bottom-space {
      padding-bottom: 30px; }
  #body-wrapper #path .path-bottom__text p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 0; }

#body-wrapper #path .path-bottom__resources {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 30px; }

#body-wrapper #path .path-bottom .disclaimer {
  font-size: 12px;
  font-weight: 300;
  margin-top:10px; }

#body-wrapper #path .path .resource-link {
  padding: 10px 15px;
  display: flex;
  align-items: center; }

#body-wrapper #discover .discover-wrapper {
  background-color: rgba(113, 219, 212, 0.27);
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 77px 16px 57px;
  max-width: 1100px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    #body-wrapper #discover .discover-wrapper {
      flex-direction: column; } }

#body-wrapper #discover .discover-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start; }
  #body-wrapper #discover .discover-text h2 {
    max-width: 478px;
    color: #6f4055;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px; }
  #body-wrapper #discover .discover-text p {
    color: #707070;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px; }
  @media (max-width: 768px) {
    #body-wrapper #discover .discover-text {
      text-align: center; } }

#body-wrapper #discover a.discover-btn {
  margin-left: 0 !important; }
  @media (max-width: 768px) {
    #body-wrapper #discover a.discover-btn {
      margin-left: auto !important;
      margin-bottom: 30px; } }

#body-wrapper #testimonials h2 {
  color: #6f4055;
  text-align: center;
  margin-bottom: 18px; }

#body-wrapper #testimonials .slider-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  margin: auto; }

#body-wrapper #testimonials img {
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  font-size: 24px; }

#body-wrapper #testimonials .slider {
  display: flex;
  width: 674px;
  overflow: hidden;
  position: relative; }

#body-wrapper #testimonials .slides-container {
  display: flex;
  width: max-content;
  transition: transform 0.5s ease-in-out; }

#body-wrapper #testimonials .slide {
  width: 900px;
  flex-shrink: 0;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  padding: 20px 0;
  box-sizing: border-box;
  align-content: center;
  color: #565656;
  max-width: 674px; }

#body-wrapper #testimonials .emphasis {
  font-weight: 700; }

@media (min-width: 1200px) {
  #body-wrapper #testimonials .left-arrow,
  #body-wrapper #testimonials .right-arrow {
    display: none; } }

@media (max-width: 1200px) {
  #body-wrapper #testimonials #left-arrow,
  #body-wrapper #testimonials #right-arrow {
    display: none; }
  #body-wrapper #testimonials .slider-wrapper {
    width: fit-content;
    max-width: 991px;
    margin-inline: auto; }
  #body-wrapper #testimonials .mobile-slideBtns {
    display: flex;
    justify-content: space-between;
    max-width: 600px;
    margin-inline: auto; } }

@media (max-width: 768px) {
  #body-wrapper #testimonials .slide {
    max-width: 100% !important;
    width: 320px; }
  #body-wrapper #testimonials .slider-wrapper {
    width: 100%;
    max-width: 320px;
    margin-inline: auto; }
  #body-wrapper #testimonials .slider {
    width: 100%; } }

@media (max-width: 420px) {
  #body-wrapper #testimonials .slide {
    width: 250px; }
  #body-wrapper #testimonials .slider {
    width: 250px; } }

@media (max-width: 320px) {
  #body-wrapper #testimonials .slide {
    width: 200px; }
  #body-wrapper #testimonials .slider {
    width: 200px; } }

#body-wrapper #portfolio {
  padding-top: 80px !important;
  padding-bottom: 14px !important;
  background-color: #ebebec; }
  #body-wrapper #portfolio h2 {
    color: #6f4055;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px; }
  #body-wrapper #portfolio p {
    max-width: 651px;
    margin-inline: auto;
    color: #707070;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 34px;
    text-align: center; }
  #body-wrapper #portfolio .portfolio-cards {
    max-width: 1100px;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 586px) {
      #body-wrapper #portfolio .portfolio-cards {
        justify-content: center; } }
  #body-wrapper #portfolio .portfolio-card {
    background-color: #005e5d;
    border-radius: 24px;
    max-width: 246px;
    min-height: 275px;
    padding: 33px 18px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px; }
    #body-wrapper #portfolio .portfolio-card img {
      height: 56px; }
    #body-wrapper #portfolio .portfolio-card h3,
    #body-wrapper #portfolio .portfolio-card p {
      text-align: center;
      color: white; }
    #body-wrapper #portfolio .portfolio-card h3 {
      margin-top: 15px;
      margin-bottom: 13px; }
    #body-wrapper #portfolio .portfolio-card p {
      margin-bottom: 0; }
  #body-wrapper #portfolio .checkout {
    margin-top: 30px;
    margin-bottom: 36px;
    font-weight: bold;
    font-size: 16px;
    color: #005e5d; }
  #body-wrapper #portfolio .btn {
    margin-bottom: 29px; }
  #body-wrapper #portfolio .disclaimer {
    max-width: 538px;
    margin-inline: auto;
    font-size: 12px;
    font-weight: 300; }

#body-wrapper #success {
  padding-bottom: 26px !important; }
  #body-wrapper #success .success-wrapper {
    background-color: rgba(113, 219, 212, 0.27);
    border-radius: 24px;
    display: flex;
    padding: 86px 61px 79px 43px;
    justify-content: center;
    align-items: flex-start;
    max-width: 1100px;
    margin-inline: auto; }
    @media (max-width: 991px) {
      #body-wrapper #success .success-wrapper {
        flex-direction: column-reverse;
        padding: 30px 20px 40px; } }
    #body-wrapper #success .success-wrapper img {
      max-width: 466px;
      max-height: 466px;
      margin-right: 41px;
      width: 100%; }
      @media (max-width: 991px) {
        #body-wrapper #success .success-wrapper img {
          margin-top: 30px;
          margin-inline: auto; } }
    @media (max-width: 991px) {
      #body-wrapper #success .success-wrapper .success-info {
        margin-inline: auto; } }
    #body-wrapper #success .success-wrapper h2 {
      color: #6f4055;
      font-size: 34px;
      line-height: 40px;
      font-weight: 700;
      margin-bottom: 3px;
      max-width: 434px; }
    #body-wrapper #success .success-wrapper p {
      margin-bottom: 30px;
      color: #565656;
      font-weight: 300;
      max-width: 413px;
      margin-right: auto; }
      @media (max-width: 768px) {
        #body-wrapper #success .success-wrapper p {
          margin-inline: auto; } }
    #body-wrapper #success .success-wrapper h3 {
      font-size: 24px;
      font-weight: 700;
      color: #005e5d;
      margin-bottom: 20px;
      margin-top: 0; }
    #body-wrapper #success .success-wrapper ul {
      color: #565656;
      max-width: 464px; }
      @media (max-width: 768px) {
        #body-wrapper #success .success-wrapper ul {
          margin-inline: auto; } }
      #body-wrapper #success .success-wrapper ul li {
        margin-bottom: 8px; }
  @media (min-width: 768px) {
    #body-wrapper #success .btn {
      margin-left: 0; } }

#body-wrapper #firstStepForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(113, 219, 212, .27); }
  #body-wrapper #firstStepForm h2 {
    font-size: 34px;
    font-weight: 700;
    color: #6f4055;
    margin-bottom: 3px; }
    @media (max-width: 768px) {
      #body-wrapper #firstStepForm h2 {
        text-align: center; } }
  #body-wrapper #firstStepForm p {
    max-width: 641px;
    margin-inline: auto;
    font-size: 16px;
    color: #707070;
    font-weight: 300;
    text-align: center;
    margin-bottom: 35px; }
  #body-wrapper #firstStepForm label:not(.hs-main-font-element) {
    display: none; }
  #body-wrapper #firstStepForm .hs-input {
    background-color: #fff;
    min-width: 579px;
    border: 1px solid #ebebec;
    padding: 6px 0 0 11px;
    margin-bottom: 15px; }
    #body-wrapper #firstStepForm .hs-input::placeholder {
      color: #b8babc;
      font-size: 14px;
      font-weight: light; }
    @media (max-width: 630px) {
      #body-wrapper #firstStepForm .hs-input {
        min-width: 100%; } }
  #body-wrapper #firstStepForm #hbspt-form-87ccc1e7-4834-460f-ab48-6f6dfa7b9755 {
    display: flex;
    flex-direction: column;
    align-items: center; }
  #body-wrapper #firstStepForm .hs_submit.hs-submit {
    margin-top: 45px; }

#page-footer {
  background-color: #ebebec; }
  #page-footer ul {
    margin: 0;
    list-style: none;
    align-items: center; }
    #page-footer ul li {
      font-weight: bold;
      color: #565656 !important; }
      #page-footer ul li a {
        text-decoration: none;
        margin-right: 1em; }
        #page-footer ul li a:hover {
          text-decoration: underline; }
  @media (max-width: 576px) {
    #page-footer ul {
      flex-wrap: wrap;
      padding: 0;
      margin-top: 2em;
      padding-inline: 2em; }
      #page-footer ul li {
        margin-bottom: 1em; }
        #page-footer ul li a:has(img) {
          display: inline-block; } }

#page-footer .footer-policy-terms {
  margin: 24px 0 0;
  padding-left: 1rem;
  padding-right: 1rem; }
#page-footer .footer-policy-terms a {
  color: #565656; 
  text-decoration: none; }
#page-footer .footer-policy-terms a:hover {
  text-decoration: underline; }

#body-wrapper .btn-icon-arrow:after {
  background-image: url(//43841672.fs1.hubspotusercontent-na1.net/hubfs/43841672/raw_assets/public/MMP-NutureCampaign-Education-LP2025/images/Icon-arrow-right-circle.svg); }
#body-wrapper .btn-icon-arrow::after {
  top: -2px; }
#body-wrapper .btn, #body-wrapper .hs-button {
  padding-top: 0.8em;
  padding-bottom: 0.6em; }

#body-wrapper #portfolio .content-box {
  margin-inline: auto;
  max-width: 1100px;
  padding: 51px 60px 30px;
  background: #fff;
  border-radius: 24px;
  margin-top: 24px;
  margin-bottom: 3rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16); }
  @media (max-width: 768px) {
    #body-wrapper #portfolio .content-box {
      padding-inline: 20px; } }
#body-wrapper #portfolio .content-box ul {
  padding-left: 1rem; }
#body-wrapper #portfolio .content-box strong {font-weight: bold;}
#body-wrapper #portfolio .content-box p {
  text-align: left;
  margin-bottom: 1rem; }
#body-wrapper #portfolio .content-box h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #005e5d;
  margin-bottom: 2rem; }
    
#body-wrapper #resources {
  padding-bottom: 0; }
#body-wrapper #resources .resources-top h2 {
  color: #6f4055;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px; }
#body-wrapper #resources .resources-top p {
  max-width: 651px;
  margin-inline: auto;
  color: #707070;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 34px;
  text-align: center; }
#body-wrapper #resources .resources-cards {
  display: grid;
  row-gap: 36px;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
  max-width: 1100px;
  padding-top: 24px;
  column-gap: 48px; }
  @media (max-width: 991px) {
    #body-wrapper #resources .resources-cards {
      grid-template-columns: 1fr;
      max-width: 530px;} }
#body-wrapper #resources .resources-card {
  display: flex;
  gap: 24px;
  width: 100%;
  border-radius: 24px;
  border: 2px solid #6f4055;
  padding: 16px 24px;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 479px) {
    #body-wrapper #resources .resources-card {
      justify-content: center; }}
#body-wrapper #resources .resources-card-text {
  padding-top: 12px;
  flex: 0 0 calc(67% - 24px);
  max-width: calc(67% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (max-width: 479px) {
    #body-wrapper #resources .resources-card-text {
      flex: 0 0 100%;
      max-width: 100%; }}
#body-wrapper #resources .resources-card-text h4 {
  color: #707070;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px; }
#body-wrapper #resources .resources-card-text p {
  color: #707070;
  font-size: 16px;
  font-weight: 300; }
#body-wrapper #resources .resources-card-link {
  text-decoration: none;
  font-weight: bold;
  color: #005e5d; }
#body-wrapper #resources .resources-card-link:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(//43841672.fs1.hubspotusercontent-na1.net/hubfs/43841672/raw_assets/public/MMP-NutureCampaign-Education-LP2025/images/Icon-feather-arrow-down-circle.svg) center no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
  margin-bottom: -5px;
  margin-left: 7px; }
#body-wrapper #resources .resources-card-img {
  flex: 0 0 33%;
  max-width: 33%; }
  @media (max-width: 479px) {
    #body-wrapper #resources .resources-card-img {
      flex: 0 0 100%;
      max-width: 180px; }}