/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700&display=swap');

html {
 font-size: 16px; 
}

body {
  background-color: #e6e6e6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

.header__wrapper .header__wrapper--bottom .header__bottom {
	padding: 0 !important;
}

.header__bottom {
  background: transparent !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0 0 1rem;
	line-height: 1;
  font-family: Barlow,Arial,sans-serif;
  font-weight: 500;
}

h1,
h2,
h3 {
padding-bottom:1rem;
}


h1:before,
h2:before {
	content: "";
	background-color: #06B5C1;
	display: block;
	width: 12vw;
  max-width: 10rem;
	height: 8px;
	margin-bottom: 1vw;
	position: relative;
	top: 0;
}

h1:before {
  content: "";
  background-color: #06b5c1;
  display: block;
  width: 12vw;
  height: 12px;
  margin-bottom: 1vw;
  position: relative;
  top: 0; 
}


h3:before {
	content: "";
	background-color: #06B5C1;
	display: block;
	width: 5rem;
	height: 6px;
	margin-bottom: 1rem;
	position: relative;
	top: 0;
}

.underline-decorator:after {
  content: "";
  background-color: #06b5c1;
  display: block;
  margin: 0 auto;
  width: 50%;
  max-width: 10rem;
  height: 6px;
  position: relative;
  bottom: -0.5rem;
}

.underline-decorator {
 margin-bottom: 2rem; 
}

.speaker-card__speaker-name h3:before,
.underline-decorator:before {
  display: none;
}

.row-fluid-wrapper.dnd_area-row-0-max-width-section-centering.dnd-section.dnd_area-row-0-padding {
	position: relative;
}

.offer-card.card.card--light {
	background-color: #fff;
	float: right;
}

.card--dark,
.card--light {
	padding: 4rem;
	width: 85%;
}

.card--dark {
	background-color: #003d51;
	color: #fff;
}

.speaker-card__content.card.card--light {
	width: 100%;
	border: none;
	background: linear-gradient(180deg, #06b5c1 6px, #fff 0);
	margin-bottom: 1rem;
	border-radius: 8px;
	filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, .25));
	padding: 1.4rem 1.4rem 2rem 1.4rem !important;
}

.speaker-card__speaker-name.title--clean > h3:before,
.speaker-card__speaker-name.title--clean > h2:before,
.speaker-card__speaker-name.title--clean > h1:before {
  display: none !important;
}

.speaker-card__speaker-name {
	color: #003d51 !important;
	padding-bottom: 1rem;
}

blockquote {
	border-left-color: #0eb4c1;
}

.testimonial__module__image {
	border-radius: 50% !important;
	border: 8px solid #0eb4c1;
}

.blog-listing__post.blog-post-listing__post--card {
	background: linear-gradient(180deg, #06b5c1 12px, #fff 0);
	border-radius: 8px;
	filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, .25));
}

.blog-listing__header>h2:before {
display: none !important;
}

.blog-listing__post-content.blog-listing__post-content--card {
	padding: 1rem;
}

.blog-listing__post-image {
	padding-top: 12px;
}

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module.widget-type-rich_text.widget-type-rich_text {
	padding-bottom: 3rem;
}

.blog-listing__post-image-wrapper.blog-post-listing__post-image-wrapper--card {
	height: 300px;
	aspect-ratio: 5/3;
}

.form-title {
	color: #231f20;
	background: #e6e6e6;
	padding: 0 0 3rem 0;
}


.accordion {
	width: 85%;
}

.accordion_group {
	padding: 1rem !important;
}

.offer-card__icon-wrapper>.hs_cos_wrapper_type_icon {
	padding-bottom 1.5rem !important;
}


.card--text {
  border-radius: 8px;
  filter: drop-shadow(3px 3px 10px rgba(0,0,0,.25));
  background-color: #fff;
  padding: 2rem;
  text-align: left;
  min-height: 16vw;
}

.section__main-header, .section__alt-header {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.section__main-header {
    padding: 6rem 0;
}

.section__alt-header {
    padding: 6rem 3rem;
}


.section__main-header:after {
  content: "";
	background: linear-gradient(90deg, #00d5c8 0%, #06b5c1 100%);
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 65%;
	height: 100%;
	z-index: -1; 
  border-radius: 4px;
}

.section__alt-header:after {
  content: "";
	background: #fff;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1; 
  border-radius: 4px;
}

.section__main-header h1, 
.section__alt-header h1 {
  max-width: 20ch
}


.section--hero-alt .section__subtitle, 
.section--hero .section__subtitle {
  max-width: 20ch
}

.font-l {
  font-size: clamp(2.4rem, 4vw ,3.);
  line-height: 1;
  font-weight: 500;
}

.font-sm {
  font-size: clamp(1rem, 2vw, 1.5rem);
}

h3, .font-m {
  font-size: clamp(1.3rem, 5vw, 2rem);
  font-weight: 500;
  line-height: 1; 
}

h2, .font-ml {
  font-size: clamp(1.3rem, 5vw, 2.5rem);
  font-weight: 500;
  line-height: 1; 
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent linear-gradient(180deg, #E6E6E6 60%, rgba(230, 230, 230, 0.00) 100%);
}

#main-content {
 margin-top: 8vw; 
}

.header .container-fluid {
  padding: 1rem 8rem;
  @media (max-width: 80rem) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.dnd-section {
  padding: 4rem 8rem;
  
  @media (max-width: 80rem) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.section__simple-body {
width: 80%;
}


@media (max-width: 650px) {
  
  h1:before,
  h2:before {
      width: 32vw;
      height: 8px;
  }
  
  .section__simple-body {
    width: 100%;
  }
  
  .section__main-header:after {
    display: none;
  }
  
  .section__main-header {
    padding: 0;
  }
  
  .dnd-section {
    padding: 2rem 2rem;
  }
}


@media (min-width: 1440px) {
  .card {
    min-height: 16rem;
  }
}

.pricing-card__content.card.card--light {
    background-color: #fff;
    border-radius: 5px;
}

.pricing-card__heading {
    background-color: transparent;
}

.pricing-card__button-wrapper {
  padding-top: 2rem;
}


.testimonial__content {
  padding-bottom: 2rem;
}

.testimonial__author-image {
   border: 5px solid #0eb4c1;
   border-radius: 50%;
}

.testimonial__author-content {
  padding-top: 0.5rem;
  max-width: 70%;
}


.hs-blog-listing .blog-listing__post .blog-listing__post-tags .blog-listing__post-tag {
  color: #06B5C1;
  font-size: 1rem;
}

.hs-blog-listing .blog-listing__post-title-link {
  font-weight: bold;
  font-size: 2rem;
}

.hs-blog-post .widget-type-form {
  border: 1px none #00d5c8;
  padding: 45px;
  background-color: rgba(0, 213, 200, 1.0);
  border-radius: 0px;
}

.widget-type-form input[type='submit'], 
.widget-type-form input[type='submit'], 
.widget-type-form .hs-button, 
.widget-type-form .hs-button {
  transition: color 0.4s ease;
  max-width: 20rem;
  font-size: 18px;
  margin-top: 1rem;
  border: 2px;
}

form input[type='submit']:hover, 
form input[type='submit']:focus, 
form .hs-button:hover, 
form .hs-button:focus {
  background: #173D50 !important;
  color: rgba(255,255,255,0.6) !important;
}

form .hs-fieldtype-text label,
form .hs-fieldtype-select label {
   font-size: 16px;
   margin-bottom: 0.35rem;
   display: block;
}

form .hs-fieldtype-select select {
  padding-top: 0.4rem; 
}

form .inputs-list>li.hs-form-checkbox {
  margin: 0;
}

.widget-type-form {
  width: 83.333%;
  background: transparent !important;
  
  @media (max-width: 831px) {
     width: 100%;
  }
}

.widget-type-form .hs-richtext,
.widget-type-form .hs-richtext a{
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    color: #231f20;
    font-size: 14px; 
}

.widget-type-form .hs-richtext a {
  color: #262626;
  text-decoration: underline;
}