









/* Forms */





/* Buttons */












































.content-wrapper {
  max-width: 1280px;
}

.dnd-section {
  padding-top: 90px;
  padding-bottom: 90px;  
}

@media (max-width: 767px) {
  .dnd-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.dnd-section > .row-fluid {
  max-width: 1280px;
}

.body-container-wrapper {
  background-color: rgba(255, 255, 255, 1.0);
}

.body-container .dnd-section:nth-child(odd) {
  
  background-color: rgba(250, 250, 250, 1.0);
  
}






html {
  font-size: 16px;
}

body {
  color: #454545;
  font-family: Poppins;
  font-size: 16px;
}

p {
  font-family: Poppins;
}

a {
  color: #F4898E;
}

a:hover,
a:focus {
  color: #cc6166;
}

a:active {
  color: #ffb1b6;
}

h1 {
  
  color: #494a52;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

@media(max-width: 1150px) {
  h1 {
    font-size: 11.9px;
  }
}

h2 {
  color: #494a52;
  font-family: Belleza;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

@media(max-width: 1150px) {
  h2 {
    font-size: 34.0px;
  }
}

h3 {
  color: #454545;
  font-family: Belleza;
  font-size: 32px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

@media(max-width: 1150px) {
  h3 {
    font-size: 27.2px;
  }
}

h4 {
  color: #454545;
  font-family: Belleza;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
}

@media(max-width: 1150px) {
  h4 {
    font-size: 18.7px;
  }
}

h5 {
  color: #454545;
  font-family: Belleza;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h6 {
  color: #454545;
  font-family: Belleza;
  font-size: 14.4px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

blockquote {
  border-left: 10px solid #FAFAFA;;
}






.form--style-1 form {
  padding: 40px;
  background: #FFFFFF;
}

@media (min-width: 1150px) {
  .form--style-1 {
    margin-left: 80px;
  }
}

@media (max-width: 1150px) {
  .form--style-1 form {
    padding: 20px;
  }
}

@media (max-width: 1150px) {
  .form--style-1 form {
    padding: 20px;
  }
}


.form--style-1 h3 {  
  color: rgba(69, 69, 69, 1.0);  
  padding: 20px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  background-color: rgba(255, 255, 255, 1.0);
}

form,
.submitted-message {
  border-color: rgba(250, 250, 250, 1.0) ;
  font-family: Poppins;
}

/* Form Submit Button Styles */



  form input[type=submit],
  form .hs-button {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(244, 137, 142, 1.0)

;
    border: 2px solid #F4898E;
    border-radius: 8px;
    color: #FFFFFF;
    fill: #FFFFFF;
    padding: 20px 48px;
    text-transform: none;
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(242, 114, 120, 1.0)

;
    border: 2px solid #f27278;
    color: #FFFFFF;
  }

  form input[type=submit]:active,
  form .hs-button:active {
    font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(255, 194, 200, 100);
    border: 2px solid #f27278;
    border-color: #ffc2c8;
}





  form input[type=submit],
  form .hs-button {
    font-size: 16px;
    padding: 20px 48px;
  }











/* Primary Button */

button,
.button {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(244, 137, 142, 1.0)

;
  border: 2px solid #F4898E;
  border-radius: 8px;
  color: #FFFFFF;
  fill: #FFFFFF;
  font-size: 16px;
  padding: 20px 48px;
  text-transform: none;
}

button:disabled,
.button:disabled {
  background-color: ;
  color: ;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(242, 114, 120, 1.0)

;
  border: 2px solid #f27278;
  color: #FFFFFF;
  fill: #FFFFFF;
}

button:active,
.button:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(255, 194, 200, 100);
  background-color: #ffc2c8;
  border: 2px solid #f27278;
  border-color: #ffc2c8;
}

/* Secondary Button */

.button.button--secondary {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(244, 137, 142, 0.0)

;
  border: 2px solid #F4898E;
  border-radius: 8px;
  color: #F4898E;
  fill: #F4898E;
  padding: 20px 48px;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(244, 137, 142, 1)

;
  border: 2px solid #F4898E;
  color: #FFFFFF;
  fill: #FFFFFF;
}

.button.button--secondary:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(255, 217, 222, );
  border: 2px solid #F4898E;
  border-color: #ffd9de;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple Button */

.button.button--simple {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #454545 !important;
  fill: #454545 !important;
  text-transform: none;
}



  .button.button--simple:after {
    content: none;
  }



.button.button--simple:hover,
.button.button--simple:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: none;
  color: #f4898e !important;
  fill: #f4898e !important;
}



  .button.button--simple:hover:after,
  .button.button--simple:focus:after,
  .button.button--simple:active:after {
    content: none;
  }



.button.button--simple:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  border: none;
  color: #ffd9de;
  fill: #ffd9de;
}

/* Button Sizing */

.button.button--small {
  font-size: 14px;
  padding: 18px 40px;
}

.button.button--large {
  font-size: 18px;
  padding: 20px 48px;
}

form label {
  color: rgba(69, 69, 69, 1.0);
}

form legend {
  color: rgba(69, 69, 69, 1.0);
}

form input,
form .hs-input,
form select,
form textarea {
  border-color: rgba(231, 234, 243);
  color: #454545;
}

form input:focus,
form .hs-input:focus,
form select:focus,
form textarea:focus {
  border-color: rgba(69, 69, 69, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #454545;
}

.hs-richtext {
  font-size: 16px;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Poppins;
}

.fn-date-picker td.is-today .pika-button {
  color: #454545;
}

.fn-date-picker td.is-selected .pika-button {
  background: #F4898E;
}

.fn-date-picker td .pika-button:hover {
  background-color: #F4898E !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(69, 69, 69, 1.0);
  color: rgba(69, 69, 69, 1.0);
}

thead th,
thead td {
  background-color: rgba(69, 69, 69, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(69, 69, 69, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(69, 69, 69, 1.0);
}





/* Top Menu Bar
 ------------------------------------------- */
.header__top {
  background-color: #FDF8F0;
}

.header__top-menu .menu-link {
  font-size: 0.8rem;
}

.header__top-menu .submenu.level-1 {
  background: transparent;
}

.header__top p, .header__top a {
  font-weight: 600 !important; 
}

@media (max-width: 1150px) {
  header.header .header__top-menu .submenu.level-1 {
    padding: 0 !important;
  }
  .header__top-menu .submenu.level-1 > li {
    display: inline-block;
    width: auto;
  }
  .submenu.level-1 > li > a {
    padding: 0 !important;
  }
}


/* General
 ------------------------------------------- */
.header {
  background-color: rgba(255, 255, 255, 1.0);
  z-index: 9999999999;
}

.header__container {
  max-width: 1280px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 3em;
  padding-right: 3em;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(69, 69, 69, 1.0);
}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: rgba(29, 29, 29, 1.0);
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(109, 109, 109, 1.0);
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #454545;
}


body .submenu.level-1,
body .submenu.level-2,
body .header__language-switcher .lang_list_class,
.header__cta--mobile {
  background-color: rgba(255, 255, 255, 1.0);
}

body .submenu.level-2 {
  box-shadow: 0 2px 9px 0 rgba(69, 69, 69, 0.2);
  -webkit-box-shadow: 0 2px 9px 0 rgba(69, 69, 69, 0.2);
}

body .submenu.level-2 > li:last-of-type {
  border-bottom: none;
}

.header__language-switcher .lang_list_class:after, .lang_list_class:before {
  display: none !important;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Poppins;
}

.header__language-switcher--toggle:before {
  color: rgba(69, 69, 69, 1.0);
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(69, 69, 69, 1.0);
}

body .header__navigation--toggle {
  display: none;
  color: rgba(69, 69, 69, 1.0);
}

.header__navigation.open {
  background-color: rgba(255, 255, 255, 1.0);
}

body .header__search--toggle {
  color: rgba(69, 69, 69, 1.0);
}

body .header__menu {
  display: block
}

body .header__search--wrapper {
  display: none
}




  .header__cta.header__cta--secondary {
    display: none;
  }


body .header__search.open {
  background-color: rgba(255, 255, 255, 1.0);
}

body .menu-arrow-bg {
  color: rgba(69, 69, 69, 1.0);
}

@media (min-width: 1150px) {
  
  body .submenu.level-2 > li,
  .header__language-switcher .lang_list_class li {
    border-bottom: 1px solid rgba(73, 74, 82, 1.0);
  }

  body .header.header--transparent .submenu.level-1 {
    background-color: transparent !important;
  }
}

@media (max-width: 1150px) {
  
  body .header__navigation--toggle, body .menu-arrow-bg {
    display: block;    
  }
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow-bg {
    fill: red;
  }
}





.footer {
  background-color: rgba(249, 248, 250, 1.0);
}

.footer__container {
  width: 88%;
  max-width: 1280px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-top: 3em;
  
}

.footer .social-links__icon {
  background-color: rgba(244, 137, 142, 1.0);
}

.footer .social-links__icon:hover,
.footer .social-links__icon:focus {
  background-color: rgba(244, 137, 142, 8.799999999999999);
}

.footer .social-links__icon:active {
  background-color: rgba(244, 137, 142, 1.0);
}

.footer .social-links__icon svg {
  fill: #FFFFFF;
}

.footer .social-links__icon:hover svg,
.footer .social-links__icon:focus svg,
.footer .social-links__icon:active svg {
 /* fill: #FFFFFF;*/
  fill: #fff;
}


/* CUSTOM
 ------------------------------------------------------ */
.footer__columns {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 50px 50px 1fr;
    text-align: left;
    justify-content: space-between;
    gap: 20px;
}

.footer__column {
  padding: 0;
}

.footer__column:first-child .button {
  margin-top: 2em;
}

.footer__column p:not(first-child) {
  margin-bottom: 0.5em; 
}

.footer__copyright {
  margin-top: 1em;
}


.footer__colophon {
  display: flex;
  justify-content: space-between;
  align-content: flex-end;
  margin-top: 45px;
}

.footer__copyright p {
  margin-bottom: 0;
}

.footer__social {
  display: flex;
  align-items: flex-end;
}

.footer .social-links__icon {
  width: 24px;
  height: 24px;
}


@media (min-width: 983px) {
  .footer__copyright {
    text-align: left;
  }
}

@media (min-width: 1000px) {
  .footer__column:first-child {
    /*flex: 0 0 50%;*/
    grid-column: 1 / span 2;
    grid-row: 1 / span 3;
  }
  .footer__column:not(:first-child) {
    /*flex: 0 0 15%;*/
    grid-column: 4;
    grid-row: 2 / span 2;
  }
  .footer__column:last-child {
    /*flex: 0 0 35%;*/
    grid-column: 5;
    grid-row: 2 / span 1;
  }
}



@media (max-width: 979px) {
  .footer__columns {
    display: flex;
    text-align: left;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .footer__column:first-child {
    width: 100%;
  }
}


@media (max-width: 767px) {  
  .footer__column {
    width: 100%;
  }
  .footer__colophon {
    flex-direction: column-reverse;
  }
  .footer__copyright {
    text-align: left;
  }
}










.hs-blog-listing, .hs-blog-post {
  background-color: rgba(255, 255, 255, 1.0);  
}

.blog-post__date {
  border-color: #454545;
}

.blog-header__back a,
.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #454545;
}

.blog-header__back a:hover,
.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #1d1d1d;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #6d6d6d;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #454545;
}

.blog-pagination__link {
  color: #454545;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #454545;
}

.blog-post__title {
  color: #494a52;
  font-family: Belleza;
  font-size: 40px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.blog-post__author {
  background-color: #FAFAFA;
}

#comments-listing .comment-reply-to {
  color: rgba(244, 137, 142, 1.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(204, 97, 102, 1.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(255, 177, 182, 1.0);
}

.blog-index__post-content a {
  color: #494a52;
}

.blog-recent-posts__post {
  color: #494a52 !important;
}










body .icon svg {
  fill: #454545;
}

body .tns-nav button.tns-nav-active {
  background-color: #454545;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #454545;
}

body .team-member__description {
  background-color: #FAFAFA;
}





.no-scroll {
  overflow: hidden;
}

.hidden {
  display: none;
}

.p-fixed {
  position: fixed;
}

.drop-shadow {
  box-shadow: 0px 3px 15px rgba(69, 69, 69, 0.2);
}

.transition-3d-hover {
  transition: all 0.2s ease-in-out;
}

.transition-3d-hover:hover {
  transform: translateY(-3px);
  box-shadow: 0px 10px 40px 10px rgba(69, 69, 69, 0.2);
}

.shadow-lg {
    box-shadow: 0px 3px 15px rgba(140, 152, 164, 0.2);
}

.shadow-dark {
  box-shadow: 0px 3px 15px rgb(181, 181, 181);
}

.no-shadow {
  box-shadow: initial !important;
}

.auto-margin {
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.header-max-width {
  max-width: 800px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(250, 250, 250, 1.0);
  background-clip: border-box;
}

.text-subheader {
  opacity: 0.7;
}

.text-center {
  text-align: center;
}

.text-cap {
  text-transform: uppercase;
}

.text-small {
  font-size: 0.8rem;
}

.text-bold {
  font-weight: bold;
}

.image--rounded {
  border-radius: 50%;
}

.module-library__header {
  max-width: 800px;
  padding: 100px 20px 20px 100px;
}

.module-library__header h2 {
  font-size: 24px;
}

.module-library__header p {
  font-size: 0.9rem;
}


.button.button--large {
    margin-top: 1.5em;
}

form fieldset {
  max-width: none !important;
}

form .input {
 margin-right: 
}


.js-stickyNav {
  position: fixed;
  top: 0;
  background: #ffffff;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

@media (max-width: 767px) {
  .js-stickyNav {
    padding: 15px 1em !important;
  }
}


/* General
 ------------------------------------------------- */
@media (max-width: 600px) {
  .body-container-wrapper {
    margin-top: 105px !important;
  }
}




/* --------  FONT SIZING  -------- */
/*
h1 { font-size: clamp(32px, 4vw, 56px) !important; }
h2 { font-size: clamp(24px, 3.5vw, 32px) !important; }
h3 { font-size: clamp(16px, 2.5vw, 22px) !important; }
h4 { font-size: clamp(16px, 2.5vw, 18px) !important; }
p  { font-size: clamp(16px, 2.5vw, 18px) !important; }
ul { font-size: clamp(18px, 2.5vw, 21px) !important; }
*/



/* --- Header Top Bar --- */
.header__content-phone a,
.header__content-email a {
  color: #000;
  font-size: 0.9rem;
  font-weight: 700;
}

.header__content-phone a:hover,
.header__content-email a:hover {
  text-decoration: none;
}

.header__social .social-links__icon {
  background-color: #fff;
  height: 15px;
}

.header__social .social-links__icon svg {
  fill: #000;
  margin-top: 3px;
}


/* --- Header --- */
.header__menu, .header__navigation--toggle {
  margin-top: 0;
  margin-left: 2em;
}

.header__cta--desktop .header__cta--main, .header__cta--desktop .header__cta--secondary {
  margin-left: 15px;
}

.header__navigation .navigation-primary .menu-link {
  font-weight: 700;
}

.header__content-left {
  display: flex;
  align-items: center;
}

.header__content-right {
  display: flex;
  align-items: center;
}

 
.navigation-primary .submenu.level-1 > li > a.active-item:after {
  display: none;
}


.navigation-primary .submenu.level-2 li a {
  color: #494a52;
  transition: 0.3s all ease;
}

.navigation-primary .submenu.level-2 li:hover a {
  color: #494a52;
}


.header__search--wrapper {
  margin-top: 6px;
}

.header__social .social-links__icon:hover, .header__social .social-links__icon:focus {
  background: none !important;
}


.header__container .submenu.level-1 > li:nth-child(5),
.header__container .submenu.level-1 > li:nth-child(6) {
  display: none;
}


/* Buttons
 ------------------------------------------------- */
.header__content-right .header__cta--desktop a {
  padding: 16px 40px;
}


/* header phone cta */
.header__cta--phone .button.button--secondary {
  padding: 16px 24px;
  border: 2px solid transparent;
} 




@media (min-width: 768px) {
  .header__cta--desktop {
    display: flex;
  }
}

@media (max-width: 1150px) {
  .header {
    background: unset;
  }
  .header__navigation.open {
    top: 75px !important;
    left: unset !important;
    height: auto !important;
    max-width: 15em;
    overflow: unset !important;
  }
  .header .submenu.level-1 {
    padding: 1.5em 1em !important;   
  }  
  
  body .navigation-primary a {
    color: #494a52;
  }
  
  body .navigation-primary .submenu.level-2 li:hover a {
    color: rgba(215,215,215,1.0);
  }
 body .navigation-primary .menu-arrow-bg {
  color: #494a52;
  }
  body .submenu.level-2 {
    box-shadow: 0 0 !important;
  }
  }


@media (max-width: 1150px) {
  .header__top-container .header__content-right {
    display: none;
  }
  
  .header__container .navigation-primary {
    padding: 1.5em 1.25em;
    box-shadow: -4px 4px 8px rgb(0 0 0 / 10%);
  }
  
  .header__container .submenu.level-1 {
    padding: 0 !important;
  }
  
  .header__container .submenu.level-1 > li {
    padding-bottom: 1em;
  }
  .header__container .submenu.level-1 > li .menu-link {
    font-size: 1.3rem;
  }
  
  .header__container .submenu.level-1 > li:nth-child(5) ,
  .header__container .submenu.level-1 > li:nth-child(6) {
    display: block;
  }
  
  .header__container .submenu.level-1 > li:nth-child(5) {
    padding-top: 1.5em;
    padding-bottom: 0.5em;
  }
  
  .header__container .submenu.level-1 > li:nth-child(5) .menu-link,
  .header__container .submenu.level-1 > li:nth-child(6) .menu-link {
    font-size: 1rem;
  }
  
  .header__container .header__cta--mobile {
    padding-bottom: 1em;
  }
  
  .header__container .header__cta--phone {
    padding-bottom: 0;
  }
  
  .header__container .header__cta--main {
    padding-top: 1em;
  }
  
  .header__cta--main,
  .header__cta--main .button--right,
  .header__cta--phone {
    text-align: left;
  }
  
  .header__cta--main .button {
    padding: 20px 16px;
  }
  
  #button_header-phone {
    padding: 0;
  }
}
 


@media (max-width: 767px) {
  .header__container {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  
  .header__logo img {
    width: 110px !important;
  }
  .header__container .header__content-left {
    width: 100% !important;
  }
}



@media (max-width: 650px) {
  .header__top-container {
    display: none !important;
  }
}

 



/* -------- Section: Hero -------- */
.section__hero {
  position: relative;
  overflow: hidden;
}


/* custom background gradient - if gradient selected */
.dnd_area-row-0-background-gradient.section__hero {
    background-image: linear-gradient(90deg, #FEEAE3 0%, #FFF8F6 64%, #FEEAE3 100%)  !important;
}


/* temp h2 sizing */
#hs_cos_wrapper_module_16472069117315 h2 {
  font-size: 48px;
  line-height: 1.1;
}


/*  Hero (homepage)
 -------------------------------------------- */
.section__hero > .row-fluid {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.section__hero > .row-fluid .dnd-column {
  position: relative;
}

@media (min-width: 768px) {
  .section__hero > .row-fluid {
    flex-direction: row;
  }
  #hs_cos_wrapper_widget_1647206988707 img {
    position: relative;
    bottom: 0;
    left: 5vh;
    max-width: 40vh !important;
    transform: scale(1.05);
  }
}

@media (min-width: 1050px) {
  #hs_cos_wrapper_widget_1647206988707 img {
    left: 10vh;
  }
}

@media (min-width: 1350px) {
  #hs_cos_wrapper_widget_1647206988707 img {
    max-width: 45vh !important;
    transform: scale(1.15);
  }
}

@media (max-width: 767px) {
  #hs_cos_wrapper_widget_1647206988707 img {
    max-width: 70% !important;
}


 @media (max-width: 767px) {
  .section__hero > .row-fluid {
  flex-direction: column;
 }
   .section__hero .cell_1647206911731-padding {
     padding-top: 65px !important;
     padding-bottom: 45px !important;
   }
}





/* -------- Section: Main & Sidebar -------- */

/* remove overflow for sticky functionality */
* {
  overflow: unset;
}

.section__col-main-sidebar > .row-fluid > .dnd-column:last-child .row-fluid {
  background: #000;
}
.section__col-main-sidebar > .row-fluid > .dnd-column:last-child .dnd-row:first-child .row-fluid {
  padding: 3em 2em 0;
}
.section__col-main-sidebar > .row-fluid > .dnd-column:last-child .dnd-row:last-child .row-fluid {
  padding: 0 2em 3em;
}

.section__col-main-sidebar form {
  margin-top: 25px;
}

.section__col-main-sidebar .hs-form-field label {
  display: none;
}

.section__col-main-sidebar form input:not(input[type=submit]), .section__col-main-sidebar form .hs-input, .section__col-main-sidebar form select, .section__col-main-sidebar form textarea {
  background-color: #fff !important;
  border-color: #fff !important;
}



@media (min-width: 768px) {
  .section__col-main-sidebar > .row-fluid > .dnd-column:last-child {
      position: sticky;
      top: 90px;
      align-self: flex-start;
      margin-top: -275px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  /* Sidebar Form */
  .section__col-main-sidebar > .row-fluid > .dnd-column:last-child h3 {
    font-size: 18px;
  }
  
  .section__col-main-sidebar > .row-fluid > .dnd-column:last-child input:not(input[type=submit]) {
    height: 32px;
  }
  
   .section__col-main-sidebar > .row-fluid > .dnd-column:last-child h3 {
    font-size: 18px;
  }
  
  .section__col-main-sidebar > .row-fluid > .dnd-column:last-child input[type=submit] {
    font-size: 12px !important;
    padding: 1em 1.5em !important;
  }
  
  .section__col-main-sidebar > .row-fluid > .dnd-column:last-child p {
    font-size: 11px !important; 
  }
  
  .section__col-main-sidebar > .row-fluid > .dnd-column:last-child span {
    font-size: inherit !important;
  }
  
  .section__col-main-sidebar > .row-fluid > .dnd-column:last-child a {
    font-size: 16px; 
  }
}

@media (max-width: 767px) {
  .section__col-main-sidebar > .row-fluid > .dnd-column:last-child h3 {
    font-size: 1.4em !important;
  } 
}