




body{
  margin: 0;
}
html {
  scroll-padding-top: 130px;
}
.wf-loading body {
	visibility: hidden;
}
.d-flex{
  display: flex;
}
.justify-center{
   justify-content: center;
}
.justify-start{
   justify-content: flex-start;
}
.justify-end{
   justify-content: flex-end;
}
.flex-column{
  flex-direction: column;
}
.flex-column-reverse{
	flex-direction: column-reverse;
  }

.gap-12{
  column-gap: 12px;
  row-gap: 12px;
}
.gap-16{
  column-gap: 16px;
  row-gap: 16px;
}
.gap-24{
  column-gap: 24px;
  row-gap: 24px;
}
.gap-30{
  gap: 30px;
}
.gap-26{
  column-gap: 26px;
  row-gap: 26px;
}

.relative{
  position: relative;
}

.wrap{
  flex-wrap:wrap;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.align-start{
  align-items: flex-start;
}

.align-end{
  align-items: flex-end;
}
.align-center{
  align-items: center;
}
.align-strech{
  align-items: stretch;
}
.items-center{
  justify-items: center;
}
.items-start{
	justify-items: start;
  }

.justify-between{
  justify-content: space-between;
}

.justify-evenly{
  justify-content: space-evenly;
}

.d-block{
  display: block;
}
.d-inline-block{
  display: inline-block;
}
.d-inline-flex{
	display: inline-flex;
  }
  .d-contents{
	display: contents;
  }
.d-none {
  display: none;
}

.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.absolute {
  position: absolute;
}
.top-0{
  top: 0;
}
.bottom-0{
  bottom: 0;
}
.left-0{
  left: 0;
}
.right-0{
  right: 0;
}
.d-grid{
  display: grid;
}
.grid-1-column-mb{
  grid-template-columns: repeat(1, 1fr)
}
.grid-2-column-mb{
  grid-template-columns: repeat(2, 1fr)
}
.grid-3-column-mb{
  grid-template-columns: repeat(3, 1fr)
}
.grid-4-column-mb{
  grid-template-columns: repeat(4, 1fr)
}
.grid-5-column-mb{
  grid-template-columns: repeat(5, 1fr)
}
.grid-6-column-mb{
  grid-template-columns: repeat(6, 1fr)
}


@media(min-width: 768px){
   .grid-1-column-tb{
  grid-template-columns: repeat(1, 1fr)
  }
  .grid-2-column-tb{
    grid-template-columns: repeat(2, 1fr)
  }
  .grid-3-column-tb{
    grid-template-columns: repeat(3, 1fr)
  }
  .grid-4-column-tb{
    grid-template-columns: repeat(4, 1fr)
  }
  .grid-5-column-tb{
    grid-template-columns: repeat(5, 1fr)
  }
  .grid-6-column-tb{
    grid-template-columns: repeat(6, 1fr)
  }
  .flex-row-tb{
    flex-direction: row;
  }
}

@media(min-width: 992px){
	.grid-1-column-tb-l{
   grid-template-columns: repeat(1, 1fr)
   }
   .grid-2-column-tb-l{
	 grid-template-columns: repeat(2, 1fr)
   }
   .grid-3-column-tb-l{
	 grid-template-columns: repeat(3, 1fr)
   }
   .grid-4-column-tb-l{
	 grid-template-columns: repeat(4, 1fr)
   }
   .grid-5-column-tb-l{
	 grid-template-columns: repeat(5, 1fr)
   }
   .grid-6-column-tb-l{
	 grid-template-columns: repeat(6, 1fr)
   }
 }
@media(min-width: 1024px){
  .grid-1-column{
  grid-template-columns: repeat(1, 1fr)
  }
  .grid-2-column{
    grid-template-columns: repeat(2, 1fr)
  }
  .grid-3-column{
    grid-template-columns: repeat(3, 1fr)
  }
  .grid-4-column{
    grid-template-columns: repeat(4, 1fr)
  }
  .grid-5-column{
    grid-template-columns: repeat(5, 1fr)
  }
  .grid-6-column{
    grid-template-columns: repeat(6, 1fr)
  }
  .flex-row-dt{
    flex-direction: row;
  }
}

.w-100{
  width: 100%;
}
.h-100{
  height: 100%;
}
.h-auto{
  height: auto;
}
.h-fit-content{
  height: fit-content;
}
.w-auto{
  width: auto;
}
.w-fit-content{
  width: fit-content;
}
.cursor-pointer{
  cursor: pointer;
}

.bg-cover{
  background-size: cover;
}
.bg-contain{
  background-size: contain;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.bg-center{
  background-position: center;
}
.bg-bottom{
  background-position: bottom;
}
.bg-top{
  background-position: top;
}
.mb-0{
  margin-bottom: 0
}
.mt-0{
  margin-top: 0
}
.ml-auto{
  margin-left: auto;
}
.mr-auto{
  margin-right: auto;
}
.pl-0{
  padding-left: 0
}
.pr-0{
  padding-right: 0
}
.row-fluid {
	width: 100%;
	*zoom: 1;
}
.row-fluid:before, .row-fluid:after {
	display: table;
	content: "";
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	float: left;
	width: 100%;
	min-height: 1px;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846382977%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}

.row-fluid .span12 {
	width: 99.99999998999999%;
	*width: 99.94680850063828%;
}

.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.4361702036383%;
}

.row-fluid .span10 {
	width: 82.97872339599999%;
	*width: 82.92553190663828%;
}

.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.4148936096383%;
}

.row-fluid .span8 {
	width: 65.95744680199999%;
	*width: 65.90425531263828%;
}

.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.3936170156383%;
}

.row-fluid .span6 {
	width: 48.93617020799999%;
	*width: 48.88297871863829%;
}

.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.3723404216383%;
}

.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.8617021246383%;
}

.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.3510638276383%;
}

.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.8404255306383%;
}

.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.329787233638298%;
}

.container-fluid {
	*zoom: 1;
}

.container-fluid:before, .container-fluid:after {
	display: table;
	content: "";
}

.container-fluid:after {
	clear: both;
}

@media (max-width: 767px) {
	.row-fluid {
		width: 100%;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: none;
		width: auto;
		margin-left: 0;
	}
}

@media (min-width: 768px) and (max-width: 1139px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}

	.row-fluid:before, .row-fluid:after {
		display: table;
		content: "";
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 1px;
		margin-left: 2.762430939%;
		*margin-left: 2.709239449638298%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 99.999999993%;
		*width: 99.9468085036383%;
	}

	.row-fluid .span11 {
		width: 91.436464082%;
		*width: 91.38327259263829%;
	}

	.row-fluid .span10 {
		width: 82.87292817100001%;
		*width: 82.8197366816383%;
	}

	.row-fluid .span9 {
		width: 74.30939226%;
		*width: 74.25620077063829%;
	}

	.row-fluid .span8 {
		width: 65.74585634900001%;
		*width: 65.6926648596383%;
	}

	.row-fluid .span7 {
		width: 57.182320438000005%;
		*width: 57.129128948638304%;
	}

	.row-fluid .span6 {
		width: 48.618784527%;
		*width: 48.5655930376383%;
	}

	.row-fluid .span5 {
		width: 40.055248616%;
		*width: 40.0020571266383%;
	}

	.row-fluid .span4 {
		width: 31.491712705%;
		*width: 31.4385212156383%;
	}

	.row-fluid .span3 {
		width: 22.928176794%;
		*width: 22.874985304638297%;
	}

	.row-fluid .span2 {
		width: 14.364640883%;
		*width: 14.311449393638298%;
	}

	.row-fluid .span1 {
		width: 5.801104972%;
		*width: 5.747913482638298%;
	}
}

@media (min-width: 1280px) {
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}

	.row-fluid:before, .row-fluid:after {
		display: table;
		content: "";
	}

	.row-fluid:after {
		clear: both;
	}

	.row-fluid [class*="span"] {
		display: block;
		float: left;
		width: 100%;
		min-height: 1px;
		margin-left: 2.564102564%;
		*margin-left: 2.510911074638298%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}

	.row-fluid .span12 {
		width: 100%;
		*width: 99.94680851063829%;
	}

	.row-fluid .span11 {
		width: 91.45299145300001%;
		*width: 91.3997999636383%;
	}

	.row-fluid .span10 {
		width: 82.905982906%;
		*width: 82.8527914166383%;
	}

	.row-fluid .span9 {
		width: 74.358974359%;
		*width: 74.30578286963829%;
	}

	.row-fluid .span8 {
		width: 65.81196581200001%;
		*width: 65.7587743226383%;
	}

	.row-fluid .span7 {
		width: 57.264957265%;
		*width: 57.2117657756383%;
	}

	.row-fluid .span6 {
		width: 48.717948718%;
		*width: 48.6647572286383%;
	}

	.row-fluid .span5 {
		width: 40.170940171000005%;
		*width: 40.117748681638304%;
	}

	.row-fluid .span4 {
		width: 31.623931624%;
		*width: 31.5707401346383%;
	}

	.row-fluid .span3 {
		width: 23.076923077%;
		*width: 23.0237315876383%;
	}

	.row-fluid .span2 {
		width: 14.529914530000001%;
		*width: 14.4767230406383%;
	}

	.row-fluid .span1 {
		width: 5.982905983%;
		*width: 5.929714493638298%;
	}
}

@media(min-width: 768px){
  .flex-md-row {
    flex-direction: row;
  }
   .flex-md-row-reverse {
    flex-direction: row-reverse;
  }
   .flex-md-column {
    flex-direction: column;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse;
  }
  .col-md-6{
	flex: 0 0 50%;
	max-width: 50%;
	}
	.d-none-md{
		display: none !important;
	}
	.d-block-md{
		display: block !important;
	}
  .align-md-start{
    align-items: flex-start;
  }
  .align-md-end{
    align-items: flex-end;
  }
  .align-md-center{
    align-items: center;
  }
  .items-md-center{
    justify-items: center;
  }
  .items-md-start{
    justify-items: start;
    }

  .justify-md-between{
    justify-content: space-between;
  }

  .justify-md-evenly{
    justify-content: space-evenly;
  }
}
@media (min-width: 1200px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
   .flex-lg-row {
    flex-direction: row;
  }
   .flex-lg-row-reverse {
    flex-direction: row-reverse;
  }
   .flex-lg-column {
    flex-direction: column;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse;
  }
  .align-lg-center{
    align-items: center;
  }
}
html {
  scroll-behavior: smooth;
}
img{
  height: auto;
  max-width: 100%;
  border-radius: 30px;
}

.form-wrapper {
  padding: 50px;
  overflow: hidden;
}
.form-wrapper form{
  margin-left: auto;
  margin-right: auto;
}
.form-wrapper  h4,
.form-wrapper  p{
  margin-left: auto;
  margin-right: auto;
}
.form-wrapper .form-title{
	margin-bottom: 24px;
  color: #fff;
}
.form-wrapper form input, 
.subscribe-form form input{
  border: 1px solid;
  border-radius: 4px;
  width: 100%;
  padding-left: 10px;
}
.form-wrapper form .hs-input{
	padding-left: 20px;
}
.form-wrapper .cookie-reset-container{
  color: #fff
}
.form-wrapper form .hs-fieldtype-text .hs-input,
.form-wrapper form .hs-fieldtype-phonenumber .hs-input,
.form-wrapper form .hs-fieldtype-date .hs-input,
.form-wrapper form .hs-fieldtype-textarea .hs-input{
	width: 100% !important;
  border-radius: 30px;
  padding-left: 20px;
}
.form-wrapper form .hs-fieldtype-textarea textarea.hs-input{
  padding-top: 15px;
}
.form-wrapper form fieldset.form-columns-1 .input,
.form-wrapper form fieldset.form-columns-2 .hs-form-field:nth-of-type(2) .input {
	margin-right: 0!important;
}
.form-wrapper form fieldset{
	max-width: 100%!important;
}
.form-wrapper form input.error{
 	border-color: #CE0E2D;
}
.form-wrapper form input:focus-visible,
.form-wrapper form textarea:focus-visible{
	outline-color: #000000;
	outline-width: 1.5px;
}
.form-wrapper form .hs-form-field{
	margin-bottom: 20px;
}
.form-wrapper form  .legal-consent-container .hs-richtext p{
	font-size: 14px;
	line-height: 1.4;
  color: #fff
}
.form-wrapper form .grecaptcha-badge{
	transform: scale(0.7);
  margin-left: -38px;
}
.form-wrapper form .hs_submit .actions input,
.subscribe-cta .subscribe-cta-form .actions input {
  padding-right: 50px !important;
  text-transform: uppercase !important;
}
.form-wrapper form .hs_submit .actions,
.subscribe-cta .subscribe-cta-form .actions{
  position: relative;
}
.form-wrapper form .hs_submit .actions:after,
.subscribe-cta .subscribe-cta-form .actions:after{
  content: "" !important;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 7L7 17M17 7H8M17 7V16' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  position: absolute;
  top: 10px;
  right: 23px;
}
.subscribe-cta .subscribe-cta-form .actions input{
  font-size: 16px;
  line-height: 22.5px;;
  font-weight: 500;
}
.subscribe-cta .subscribe-cta-form .actions:after{
  top: 13px;
  right: 20px;
  filter: invert(100%);
}
.form-wrapper form input[type=email],.form-wrapper form input[type=file],.form-wrapper form input[type=number],.form-wrapper form input[type=password],.form-wrapper form input[type=search],.form-wrapper form input[type=tel],.form-wrapper form input[type=text],.form-wrapper form select,.form-wrapper form textarea, .subscribe-form form input[type=email],.subscribe-form form input:not(.hs-button){
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  text-align: left;
  height: 46px;
  border: 1px solid #000000;
  color: #000;
  padding-left: 19px;
  border-radius: 30px;
  border: 1px solid #000;
}
.subscribe-cta .subscribe-cta-form form input{
 font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  text-align: left;
  height: 46px;
  border: 1px solid #000000;
  color: #000;
  padding-left: 19px;
  border-radius: 30px;
  border: 1px solid #000;
}
.form-wrapper form textarea{
	min-height: 126px;
	width: 100%;
  border-radius: 4px;
  border: 1px solid #000000
}
.form-wrapper form .hs-form-field label{
	margin-bottom: 13px;
	display: block;
}
.form-wrapper form .hs-form-field .input select{
	width: 100%;
  border-radius: 4px;
  border: 1px solid #000000;
  border-radius: 30px;
  border: 1px solid #000;
  color: #757575;
}
.form-wrapper form label{
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.form-wrapper form .hs_error_rollup label{
	display: none;
}
.form-wrapper form input:placeholder{
  color: #000000;
}

.form-wrapper form .legal-consent-container .hs-richtext,
.form-wrapper form .hs-dependent-field .inputs-list .hs-form-booleancheckbox label span,
.form-wrapper form .legal-consent-container .hs-richtext a{
  font-weight: 400;
  color: #fff;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.form-wrapper form .legal-consent-container .hs-richtext a{
  text-decoration: underline
}
.form-wrapper form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input{
  padding-left: 0;
}
.form-wrapper form .hs_submit{
	width:fit-content;
	margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.subscribe-form form .hs_submit{
	width:fit-content;
}

.form-wrapper form .hs-fieldtype-textarea.hs-input{
  border: unset;
}

.form-wrapper form .hs-error-msg,
.form-wrapper form .hs_error_rollup label,
.subscribe-form form .hs_error_rollup label,
.subscribe-form form .hs-error-msg{
  margin-top: 5px;
  margin-bottom: 0 !important;
  font-size: 13px;
}
.form-wrapper form .hs-fieldtype-text .hs-input.invalid.error, .form-wrapper form .hs-fieldtype-phonenumber .hs-input.invalid.error, .form-wrapper form .hs-fieldtype-date .hs-input.invalid.error, .form-wrapper form .hs-fieldtype-textarea.hs-input.invalid.error,
.form-wrapper form .hs-fieldtype-select .hs-input.invalid.error,.form-wrapper .hs-fieldtype-checkbox ul.invalid.error .hs-input{
  border: 2px solid #CE0E2D
  
}
.form-wrapper form .legal-consent-container .hs-dependent-field ul,
.form-wrapper form .hs-form-field.hs-fieldtype-booleancheckbox ul,
.form-wrapper .hs-fieldtype-checkbox ul,
.form-wrapper .hs-fieldtype-radio ul{
	list-style: none;
  margin: 0;
  padding-left: 0;
}

.form-wrapper form .hs-fieldtype-checkbox input,
.form-wrapper .hs-fieldtype-radio input{
	width: unset;
}

.form-wrapper form .legal-consent-container .hs-dependent-field .hs-form-booleancheckbox label,
.form-wrapper form .hs-form-field .hs-form-booleancheckbox label,
.form-wrapper form .hs-fieldtype-checkbox label,
.form-wrapper .hs-fieldtype-radio label{
	display: flex;
}
.form-wrapper form .legal-consent-container .hs-form-booleancheckbox-display>span,
.form-wrapper form .hs-form-field .hs-form-booleancheckbox-display>span,
.form-wrapper form .hs-fieldtype-checkbox .hs-form-checkbox-display>span,
.form-wrapper form .hs-fieldtype-radio .hs-form-radio-display>span{
	margin-left: 7px;
}
.form-wrapper form .legal-consent-container .hs-dependent-field .hs-form-booleancheckbox {
	margin-top: 15px;
	margin-bottom: 10px;
}
.form-wrapper form .hs-form-field .input select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
}
.form-wrapper form .hs-fieldtype-select .input{
	position: relative;
}
.form-wrapper form .hs-fieldtype-select .input::after{
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0233 7.14828L9.39828 12.7733C9.34604 12.8256 9.284 12.8671 9.21572 12.8954C9.14743 12.9237 9.07423 12.9383 9.00031 12.9383C8.92639 12.9383 8.8532 12.9237 8.78491 12.8954C8.71662 12.8671 8.65458 12.8256 8.60234 12.7733L2.97734 7.14828C2.8718 7.04273 2.8125 6.89958 2.8125 6.75031C2.8125 6.60105 2.8718 6.45789 2.97734 6.35234C3.08289 6.2468 3.22605 6.1875 3.37531 6.1875C3.52458 6.1875 3.66773 6.2468 3.77328 6.35234L9.00031 11.5801L14.2273 6.35234C14.2796 6.30008 14.3417 6.25863 14.4099 6.23034C14.4782 6.20206 14.5514 6.1875 14.6253 6.1875C14.6992 6.1875 14.7724 6.20206 14.8407 6.23034C14.909 6.25863 14.971 6.30008 15.0233 6.35234C15.0755 6.40461 15.117 6.46665 15.1453 6.53493C15.1736 6.60322 15.1881 6.6764 15.1881 6.75031C15.1881 6.82422 15.1736 6.89741 15.1453 6.96569C15.117 7.03398 15.0755 7.09602 15.0233 7.14828Z' fill='%23140B42'/%3E%3C/svg%3E");
	content: "";
	width: 18px;
	height: 18px;
	right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.form-wrapper form .hs-form-field .hs-form-booleancheckbox-display>span{
	font-weight: 400;
	line-height: 22px;
	font-size: 14px;
	flex: 1;
}
.form-wrapper form .hs-form-field .hs-form-booleancheckbox-display .hs-input,
.form-wrapper form .hs-fieldtype-checkbox .hs-form-checkbox-display .hs-input{
	width: 17px;
	height: 17px;
  border-radius: 0;
	background: #fff;
	position: relative;
  border: unset;
  border-radius: 50%
}
.form-wrapper form .hs-dateinput input{
	height: 44px;
}
.form-wrapper .fn-date-picker .pika-lendar table{
	min-width: unset;
}

@media(max-width: 450px){
  .form-wrapper form input:placeholder{
    font-size: 14px;
    line-height: 1
  }
  .form-wrapper {
    padding: 50px 25px;
  }
}
.shadow{
	box-shadow: 0px 15px 15px 0px #0000001A;
}
.wf-loading * { 
	opacity: 0; 
	}

.swiper-container{
	overflow: hidden;
	position: relative;
}
.swiper-pagination-bullet{
  background-color: #BBB !important;
}
.swiper-pagination-bullet-active{
  background-color: #000000 !important;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
  width: 15px;
  height: 15px;
}
.border-radius-0{
  border-radius: 0;
}
.border-radius-4{
  border-radius: 4px;
}
.border-radius-10{
  border-radius: 10px;
}
.border-radius-12{
	border-radius: 12px;
}
.border-radius-15{
	border-radius: 15px;
}
.border-radius-16{
	border-radius: 15px;
}
.border-radius-24{
	border-radius: 24px;
}
.border-radius-30{
  border-radius: 30px;  
}
.border-radius-32{
	border-radius: 32px;
}
.border-radius-36{
	border-radius: 36px;
}
.border-radius-48{
	border-radius: 48px;
}
.border-radius-50{
	border-radius: 50px;
}
.overflow-hidden{
	overflow: hidden;
}

.module-default-padding{
	padding-top: 52px;
	padding-bottom: 52px;
}
@media (min-width: 768px) {
	.module-default-padding{
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
.hs_cos_wrapper_type_linked_image img{
  border-radius: 0
}
.object-cover{
  object-fit: cover
}
.object-top{
  object-position: top
}
.object-center{
  object-position: center
}
@media(max-width: 768px){
  .border-radius-50:has(.oembed_container),
  .thumbnail_image{
    border-radius: 10px
  }
}


.video-container .video-playBtn{
    cursor: pointer;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 3;
      display: flex;
	  width: 60px;
	height: 60px;
}
.content-intro {
	margin-bottom: 40px;
  }
  
/* @media(min-width: 768px){
	.video-container .video-playBtn{
		width: 144px;
		height: 144px;
	}
	.content-intro {
		margin-bottom: 48px;
	  }
}
.video-container.vid-played .video-playBtn{
    display: none;
}
.video-container .video-playBtn{
    display: flex;
}
.video-container .video-playBtn .video-play{
    display: block;
}
.video-container .video-playBtn:hover .video-play{
    display: none;
}
.video-container .video-playBtn .video-playHover{
    display: none;
}
.video-container .video-playBtn:hover .video-playHover{
    display: block;
}
.video-container {
    position: relative;
}
.video-container{
  max-width: 100% !important;
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
} */
/* @media(max-width: 768px){
	.video-container{
		border-radius: 24px;
	  }
} */
#main-content{
  padding-top: 100px; 
}

.content-intro .single-button,
.content-intro .button-group{
	margin-top: 30px;
  }
.content-intro .description{
/* 	margin-top: 35px; */
  margin-bottom: 0;
}
.content-intro .description p,
.content-intro .description h1,
.content-intro .description h2,
.content-intro .description h3,
.content-intro .description h4,
.content-intro .description h5,
.content-intro .description h6{
	margin-bottom: 0;
}

.circle-arrow-white::after{
  position: absolute;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49.5 25C49.5 11.469 38.531 0.5 25 0.5C11.469 0.5 0.5 11.469 0.5 25C0.5 38.531 11.469 49.5 25 49.5C38.531 49.5 49.5 38.531 49.5 25Z' stroke='white'/%3E%3Cpath d='M30 20L20 30M30 20H21M30 20V29' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	content: "";
	width: 50px;
	height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
.circle-arrow-black::after{
  position: absolute;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.75 14.5C28.75 6.62994 22.3701 0.25 14.5 0.25C6.62994 0.25 0.25 6.62994 0.25 14.5C0.25 22.3701 6.62994 28.75 14.5 28.75C22.3701 28.75 28.75 22.3701 28.75 14.5Z' stroke='black' stroke-width='0.5'/%3E%3Cpath d='M17.3996 11.5996L11.5996 17.3996M17.3996 11.5996H12.1796M17.3996 11.5996V16.8196' stroke='black' stroke-width='1.16' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	content: "";
	width: 50px;
	height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
.circle-plus-black::after{
  position: absolute;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='82' height='82' viewBox='0 0 82 82' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.209 30.3789V50.7956' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31 40.5879H51.4167' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='41' cy='41' r='40.375' stroke='black' stroke-width='1.25'/%3E%3C/svg%3E");
	content: "";
	width: 82px;
	height: 82px;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-extra-info{
  background: linear-gradient(269.54deg, #F1F1F1 0.4%, #FFFFFF 128.42%);
  padding-bottom: 32px;
}
.footer-extra-info .hs_cos_wrapper_type_text{
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; 
  letter-spacing: -0.32px;
}
*, *:before, *:after {
  box-sizing: border-box;
	-webkit-font-smoothing: subpixel-antialiased;
}
/*! 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: bold;
}

/**
 * 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;
}
/* 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 {
  overflow-wrap: break-word;
  color: #000000;
}
ul.no-list, .no-list ul, .no-list ol {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

ul, ol{
 padding-left: 30px;
}
/* Anchors */



h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
h7,
.h7,
h8,
.h8,
p{
  margin: 0 0 0.8rem;
}

p+p{
  margin-top: 10px;
}

/* Blockquotes */

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

ol {
  padding-left: 25px;
}
ol li::marker,
ul li::marker{
  color: #CE0E2D;
}
ol li, ul li{
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}
/* Horizontal rules */

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

/* Image alt text */

img {
  word-break: normal;
}

.tx-center{
  text-align: center;
}
.tx-left{
  text-align: left;
}
@media (max-width: 768px) {
  .tx-center-mb{
    text-align: center;
  }
  .tx-left-mb{
    text-align: left;
  }
}
.italic{
  font-style: italic;
}
.extra-light{
  font-weight: 275 !important;
}
.light{
  font-weight: 300 !important;
}
.regular,
.resources-group-container .resource-card .resource-card-content .resource-title{
  font-weight: 400;
}
.medium{
  font-weight: 500;
}
.semiBold{
  font-weight: 600;
}
.bold{
  font-weight: 700;
}
.resource-tag{
  gap: 5px;
}
.footnote{
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}
.content-bullets ul{
  list-style: none;
  padding-left: 0;
}
.content-bullets ul li{
  position: relative;
  padding-left: 64px;
  margin-bottom: 40px;
}
.content-bullets ul li:before{
  position: absolute;
  content: "";
  background-image: url('https://www.rapidai.com/hubfs/bullet.png');
  width: 44px;
  height: 44px;
  left: 0;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.content-intro.tx-white .content-bullets ul li:before,
.tx-white.content-bullets ul li:before,
.description.tx-white .content-bullets ul li:before{
  background-image: url('https://www.rapidai.com/hubfs/Frame%201000003903.webp');
}
.content-bullets ul li,
.content-bullets ul li p,
.content-bullets ul li span{
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; 
}
sup{
  font-size: 40%;
  top: -1.5em;
}


.btn,
.cta a,
.form-wrapper form .hs_submit .actions input,
.subscribe-form form .hs_submit .actions input{
  text-align: center;
  font-family: Poppins; font-style: normal; font-weight: 500; text-decoration: none;
  font-style: normal;
  border-radius: 50px;
  padding: 10px 32px 11px 32px;
  transition: all ease 0.4s;
  display: block;
  font-size: 16px;
  line-height: 22.5px;
  cursor: pointer;
  width: fit-content;
  position: relative;
}
.form-wrapper form .hs_submit .actions input, .subscribe-form form .hs_submit .actions input{
  background: #fff;
  color: #000000;
}
.form-wrapper form .hs_submit .actions:hover input, .subscribe-form form .hs_submit .actions:hover input{
  background: #000000;
  color: #fff;
}
.form-wrapper form .hs_submit .actions:hover:after{
  filter: brightness(1.2) contrast(0.8) saturate(0) invert(1);
}
.btn{
  display: flex;
  flex-wrap: nowrap;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
  text-transform:uppercase
}
.btn svg path{
  transition: all ease 0.4s;
}
.red-btn,
.red-cta a,
.subscribe-cta .subscribe-cta-form form .hs_submit input,
.subscribe-form form .hs_submit .actions input{
  background: #CE0E2D;
  color: #fff;
  border: #CE0E2D solid 1px;
}
.red-btn svg path,
.transparent-white-btn svg path,
.black-btn svg path{
  stroke: #fff
}
.red-btn:hover,
.red-cta:hover a,
.subscribe-cta .subscribe-cta-form form .hs_submit input:hover{
  border: #fff solid 1px;
  background: #000000;
  color: #fff;
}
.red-btn:hover svg path{
  color: #fff;
}

.transparent-black-btn,
.transparent-black-cta a{
  border: #000000 solid 1px;
  color: #000000;
  background: transparent;
}
.transparent-black-btn:hover,
.transparent-black-cta:hover a{
  background: #000000;
  color: #fff;
  border-color: #000000;
}
.transparent-black-btn:hover svg path{
  stroke: #fff;
}
.transparent-white-btn,
.transparent-white-cta a{
  border: #fff solid 1px;
  color: #fff;
  background: transparent;
}
.transparent-white-btn:hover,
.transparent-white-cta:hover a{
  background: #fff;
  color: #000000;
  border-color: #fff;
}
.transparent-white-btn:hover svg path{
  stroke: #000000;
}
.black-btn,
.black-cta a,
.white-btn:hover,
.white-cta:hover a{
  border: #000000 solid 1px;
  color: #fff;
  background: #000000;
}
.black-btn:hover,
.black-cta:hover a,
.white-btn,
.white-cta a{
  background: #fff;
  color: #000000;
  border: #000000 solid 1px;
}
.black-btn:hover svg path,
.white-btn svg path{
  stroke: #000000;
}
.white-btn:hover svg path{
  stroke: #fff;
}

.semi-transparent-btn,
.semi-transparent-cta a{
  border: none;
  color: #fff;
  background: #FFFFFF3D;
}
.semi-transparent-btn:hover,
.semi-transparent-cta:hover a{
  background: #fff;
  color: #000000;
}
.semi-transparent-btn svg path{
  stroke: #FFFFFF3D;
}
.semi-transparent-btn:hover svg path{
  stroke: #000000;
}
.semi-transparent-btn svg{
  transform: rotate(90deg);
}

.btn-arrow::after{
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.25 1C23.1201 1 29.5 7.37994 29.5 15.25C29.5 23.1201 23.1201 29.5 15.25 29.5C7.37994 29.5 1 23.1201 1 15.25C1 7.37994 7.37994 1 15.25 1Z' stroke='white' stroke-width='0.5'/%3E%3Cpath d='M18.1496 12.3496L12.3496 18.1496M18.1496 12.3496V17.5696M18.1496 12.3496H12.9296' stroke='white' stroke-width='1.16' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0px;
  height: 25px;
  right: 0px;
  width: 25px;
  background-repeat: no-repeat;
  transition: all ease 0.4s;
}
.btn-arrow:hover::after{
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.25 1C23.1201 1 29.5 7.37994 29.5 15.25C29.5 23.1201 23.1201 29.5 15.25 29.5C7.37994 29.5 1 23.1201 1 15.25C1 7.37994 7.37994 1 15.25 1Z' fill='white' stroke='white' stroke-width='0.5'/%3E%3Cpath d='M18.1496 12.3496L12.3496 18.1496M18.1496 12.3496V17.5696M18.1496 12.3496H12.9296' stroke='black' stroke-width='1.16' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.btn-arrow{
  padding-right: 32px;
  position: relative;
}
.button-group {
  gap: 20px 15px;
}
.no-button{
  background: transparent;
  border: unset;
}
/* .single-button,.button-group{
  margin-bottom: 30px;
} */
.swiper-button-next::after,
.swiper-button-prev::after{
  content: "" !important;
  width: 8px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-button-next,
.swiper-button-prev{
  width: 60px !important;
  height: 60px !important;
  background-repeat: no-repeat;
  color: unset !important;
  top: unset !important;
  border-radius: 50% !important;
  position: relative !important;
  right: unset !important;
  left: unset !important;
  margin-top: 0 !important;
  z-index: 2!important;
}

.swiper-button-next::after,
.swiper-button-prev::after{
  transition: all ease 0.2s;
}
.swiper-button-prev:after,.swiper-button-next:after{
  background-image: url('https://www.rapidai.com/hubfs/tabler_arrow-up-right.png');
  height: 60px;
  width: 60px;
  border: 1px solid #000000;
  border-radius: 50%;
  top: 10px;
  right: 25px;
}

.swiper-button-next::after{
  transform: rotate(180deg);
}
.swiper-button-prev:hover,.swiper-button-next:hover{
  background: #000000
}
.swiper-button-prev:hover:after,.swiper-button-next:hover:after{
  border: 1px solid #000000;
  filter: brightness(0) saturate(100%) invert(95%) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(106%) contrast(105%);
}
.swipper-nav{
  display: flex;
}

.swipper-nav.tx-white .swiper-button-prev:after,.swipper-nav.tx-white .swiper-button-next:after{
  border: 1px solid #000000;
  filter: brightness(0) saturate(100%) invert(95%) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(106%) contrast(105%);
}
.swipper-nav.tx-white .swiper-button-prev:hover:after,.swipper-nav.tx-white .swiper-button-next:hover:after{
  border: 1px solid #fff;
  filter: unset
}
.swipper-nav.tx-white .swiper-button-prev:hover,.swipper-nav.tx-white .swiper-button-next:hover{
  background: #fff
}
@media(max-width: 500px){
  .content-intro .button-group .btn{
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
table {
	display: table;
	width: 100%;
	min-width: 992px;
	border-collapse: collapse;
	border-spacing: 0px;
	overflow: hidden;
}
table tbody tr {
	border-bottom: 1px solid #e2e7ea;
	border-left: 1px solid #e2e7ea;
	border-right: 2px solid #e2e7ea;
}
@media (max-width:991px) {
	.table-wrapper {
		overflow-x: scroll;
	}
}
div[data-hs-responsive-table] table tr {
	background-color: #fff;
	border-bottom: 1px solid #d2d6dc;
}
div[data-hs-responsive-table] table tr:first-child {
	background-color: rgba(244, 245, 247, 1);
	border-color: #d2d6dc;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: bold;
}
div[data-hs-responsive-table] table tr:last-child {
	border-bottom: 0px;
}
table th,
table td {
	padding: 0.75rem 1.5rem;
}









/* 1a. Containers */




/* 1b. Colors */











/* 1c. Typography */









































/* 1g. Website footer */













.container {
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
  max-width: 1500px;
  box-sizing: border-box;
 }

.container-sm {
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
  max-width: 1136px;
  box-sizing: border-box;
 }

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording a{
  color: #CE0E2D !important;  
  text-decoration: underline !important;
  font-weight: 500 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording p,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording a{
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 16px !important;
  line-height: 24px !important;
}





html {
  font-size: 24px;
}

body, p, .base {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 24px;
  line-height: 36px;
}
body{
  color: black
}
p{
  color: inherit
}
p.x-sm, 
.base-x-sm{
  font-size: 14px;
  line-height: 24px;
}
p.sm, 
.base-sm{
  font-size: 16px;
  line-height: 24px;
}

p.md, 
.accordion-faqs .accordion-container .accordion-container .accordion-item.active .accordion-content .content-wrapper p,
.base-md,
.resource-individual .video-content p,
.resource-individual .video-content p span,
.hero-content-hub .hero-media .featured-resources-list .featured-resource-content .resource-card-info .resource-date{
  font-size: 20px;
  line-height: 30px;
}

.resource-individual .video-content.content-bullets ul li,
.resource-individual.press-release-individual .resource-post-info{
  font-size: 18px;
  line-height: 24px;
}
.hero-content-hub .hero-media .featured-resources-list .featured-resource-content .resource-card-info p{
  font-size: 18px;
  line-height: 26px;
}

a {
  ;
  color: inherit;
  font-size: ;
  text-decoration: none;
}


/* Headings */

h1,
.h1 {
  font-family: Poppins; font-style: normal; font-weight: 300; text-decoration: none;
  /* color: #272D37; */
  color: inherit;
  font-size: 68px;
  line-height: 86px;
}

h2,
.h2 {
  font-family: Poppins; font-style: normal; font-weight: 300; text-decoration: none;
  /* color: #000000; */
  color: inherit;
  font-size: 56px;
  line-height: 68px;
}

h3,
.h3 {
  font-family: Poppins; font-style: normal; font-weight: 300; text-decoration: none;
  /* color: #272D37; */
  color: inherit;
  font-size: 44px;
  line-height: 50px;
}

h4,
.h4,.form-wrapper h3,
.resource-individual .video-content h2{
  font-family: Poppins; font-style: normal; font-weight: 300; text-decoration: none;
  /* color: #272D37; */
  color: inherit;
  font-size: 36px;
  line-height: 42px;
}

h5,
.h5,
.resource-individual .video-content h3{
  font-family: Poppins; font-style: normal; font-weight: 300; text-decoration: none;
  /* color: #272D37; */
  color: inherit;
  font-size: 24px;
  line-height: 36px;
}

h6,
.h6 {
  font-family: Poppins; font-style: normal; font-weight: normal; text-decoration: none;
  /* color: #272D37; */
  color: inherit;
  font-size: 20px;
  line-height: 30px;
}

.preheader{
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #FFDAC1;
  font-size: 18px;
  line-height: 24px;
}

.resource-individual h1.resource-title{
  font-size: 42px;
  line-height: 52px;
} 
.resource-individual .resource-content h2{
  font-size: 36px;
  line-height: 48px; 
}
.resource-individual .resource-content h3{
  font-size: 32px;
  line-height: 42px; 
}
.resource-individual .resource-content h4{
  font-size: 24px;
  line-height: 22px; 
}
.resource-individual .resource-content h5{
  font-size: 22px;
  line-height: 32px; 
}
.resource-individual .resource-content h6{
  font-size: 18px;
  line-height: 28px; 
}

@media(max-width: 768px){
    h1, .h1, .resource-individual h1.resource-title, .request-a-demo h1{
      font-size: 34px;
      line-height: 46px;
  }

  h2, .h2, .resource-individual .resource-content h2{
    font-size: 32px;
    line-height: 42px;
  }

  h3, .h3, .resource-individual .resource-content h3 {
    font-size: 28px;
    line-height: 38px;
  }
  
  h4, .h4, .form-wrapper h3, .resource-individual .resource-content h4{
      font-size: 24px;
      line-height: 36px;
  }

  h5, .h5, .resource-individual .resource-content h5{
    font-size: 22px;
    line-height: 30px;
  }

  h6, .h6, .resource-individual .resource-content h6{
    font-size: 18px;
    line-height: 24px;
  }
  .preheader{
  font-size: 14px;
  line-height: 20px;
  }
  body, p, .base {
    font-size: 20px;
    line-height: 1.5
  }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1300px) { 
   h2, .h2{
    font-size: 50px;
    line-height: 1;
  }
}






.footer {
  background: linear-gradient(269.54deg, #F1F1F1 0.4%, #FFFFFF 128.42%);
}

footer .footer-module .footer-wrapper .footer-menu ul .hs-menu-depth-1 a{
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 21px;
}
footer .footer-module .footer-description{
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: inherit;
  font-size: 16px;
  line-height: 24px;
}

footer .footer-module .footer-links,
footer .footer-module .footer-socials-title,
footer .footer-module .footer-privacy-text{
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: inherit;
  font-size: 16px;
  line-height: 24px;
}
footer .footer-module .footer-wrapper .footer-menu ul .hs-menu-depth-1>a{
  color: #CE0E2D;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase
}
footer .footer-module .footer-wrapper .footer-menu ul .hs-menu-depth-1 > a {
  position: relative;
  padding-bottom: 12px;
}





.bg-red{
  background-color: #CE0E2D;
}

.bg-black{
  background-color: #000000
}
.bg-white{
  background-color: #fff
}
.bg-dark-red{
  background-color: #5A1126
}

.bg-gray{
  background-color: #BBB;
}

.bg-dark-blue{  
  background-color: #005E86;
}

.bg-light-gray{
  background-color:#F6F6F6
}

.bg-light-blue{
  background-color:#A3C6E1;
}

.bg-peach{
  background-color: #FFDAC1
}

.bg-black-red-gradient{
  background: var(--Gradients-red-to-black-gradient, linear-gradient(303deg, #000 -3.47%, #36040C 39.79%, #720819 71.17%, #CE0E2D 115.92%));
}

.bg-red-black-gradient{
  background: var(--lineral-red, linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(257deg, #CE0E2D -7.75%, #720819 32.94%, #36040C 61.46%, #000 100.79%));
}

.bg-light-gray-lr-gradient{
    background: linear-gradient(270deg, #EBEBEB 0%, #FFFFFF 100%);
  }

.bg-blur{
  backdrop-filter: blur(14px); 
}
.bg-white-transparent{
  background: #FFFFFF0D; 
}

@media(min-width: 768px){
  .bg-light-gray-lr-gradient{
    background: linear-gradient(90deg, #EBEBEB 0%, #FFFFFF 100%);
  }
}
.bg-light-gray-rl-gradient{
  background: linear-gradient(90deg, #FFFFFF 0%, #EBEBEB 100%);
}

.bg-blue-red-gradient{
  background: linear-gradient(90deg, #005DAB 0%, #CC112E 100%);
}

.bg-light-gray-card{
  background: #8989890D;  
}
.bg-dark-card{
  background: #FFFFFF33;
  border: 1px solid #FFFFFF17;
}





.tx-red{
  color: #CE0E2D;
}

.tx-black{
  color: #000000
}
.tx-white{
  color: #fff
}
.tx-dark-red{
  color: #5A1126
}

.tx-gray{
  color: #BBB;
}
.tx-black{
  color: black;
}

.tx-dark-blue{  
  color: #005E86;
}

.tx-light-blue{
  color:#A3C6E1;
}

.tx-peach{
  color: #FFDAC1
}

.border-red{
  border-color: #CE0E2D !important;  
}
.border-white{
  border-color: #fff !important;  
}

.gradient-border,
.gradient-border-hover{
  position: relative;
  z-index: 0;
  border: none !important;
  overflow: visible !important;
  padding: 0 !important; 
}
.gradient-border::before{
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(to left top, #000000 0%, #36040C 36%, #720819 63%, #CE0E2D 100%);
  border-radius: 16px;
  z-index: -1;
}
.gradient-border::after{
   content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  background: white;
  border-radius: 16px;
  z-index: -1;
}
.gradient-border-hover{
  padding: 1.5px !important;  
}
/* .gradient-border::before{
  background: linear-gradient(to right, #000000 0%, #36040C 36%, #720819 63%, #CE0E2D 100%);
} */
.gradient-border-hover:hover{
  background: linear-gradient(302.92deg, #000000 -3.47%, #36040C 39.79%, #720819 71.17%, #CE0E2D 115.92%);
}



.form-wrapper h3{
  color: #fff;
  text-align: center
}

.hero-homepage .hero-headline::after {
  background: #CE0E2D;
}

.horizontal-tabs .tabs-container .tab-list.tabs-container-inner .tab-list-item.active .tab-name{
  color: #CE0E2D;
  background: rgba(206, 14, 45, 0.03);
  border-bottom: 4px solid var(--Primary-red, #CE0E2D);
}

.leadership .tab.active {
  background-color: #fff;
  color: #CE0E2D
}
.leadership .members-list .member-card.active .member-card-inner{
  border-bottom: 5px solid #CE0E2D  
}


.leadership-container-wrapper .tab:hover h2{
  color: #000;
}
.leadership-container-wrapper .tab {
  border-bottom: 5px solid transparent;
  transition: border-color 0.3s ease;
}

.leadership-container-wrapper .tab.active {
  border-bottom: 5px solid #CE0E2D;
}
.leadership-container-wrapper .tab.active *{
  color: #000000;
}

.accordion-faqs .accordion-container .accordion-tabs-wrapper  .tab-link.active {
  color: #CE0E2D;
  border-bottom: 4px solid #CE0E2D;
}
.accordion-container .accordion-wrapper .accordion-tab-content .accordion-individual .accordion .categories-container .category.active{
  color: #CE0E2D;
  background: #fff;
}
.cards-with-images .content-intro .preheader{
  color: #fff
}
.subscribe-form form .hs_submit .actions input {
  border-color: #CE0E2D;
}
.subscribe-form form .hs_submit .actions input:hover {
  border-color: #000000;
}
.form-wrapper .submitted-message{
  color: #fff;
  text-align: center;
}
.resources-list .pagination-nav .nav-item.active,
.events-container .pagination-nav .nav-item.active{
  color: #CE0E2D
}
.vertical-nested-tabs .tabs-wrapper .main-tabs .main-tab.active{
  border-bottom: 4px solid #CE0E2D;
}
.vertical-nested-tabs .tabs-wrapper .main-tabs .main-tab{
  border-bottom: 4px solid #BBB;
}
.vertical-nested-tabs .tabs-wrapper .main-tabs .main-tab.active h4,
.vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel .nested-tabs .nested-tab.active{
  color: #CE0E2D;
}
.vertical-nested-tabs .tabs-wrapper .main-tabs .main-tab h4{
  color: #BBB;
}
.vertical-nested-tabs .tabs-wrapper .main-tab-content .main-tab-panel .nested-tabs .nested-tab.active{
  background: #fff
}

.horizontal-tabs-multiple-cards .tabs-container .tab-list .tab-list-item.active .tab-name{
  color: #CE0E2D !important;
  border-bottom: 4px solid #CE0E2D;
  background: rgba(206, 14, 45, 0.03) !important
}

.accordion-arrow.rotated path, .accordion-arrow.rotated circle,.accordion-arrow.rotated svg rect {
  stroke: #CE0E2D;
}
.content-with-accordion-link .accordion-container .accordion-container .accordion-item.active .accordion-title.tx-black{
  color: #CE0E2D; 
}

.vert-tabs-with-content .tab{
  border-left: 5px solid transparent; 
}
.vert-tabs-with-content .tab.active,
.vert-tabs-with-content .tab:hover{
  border-left: 5px solid #CE0E2D;
}

.featured-resources-list .swiper-pagination-bullet{
  border: 1px solid #FFFFFF59;
  background-color: #FFFFFF33 !important;
  opacity: 1;
  height: 15px;
  width: 15px;
  margin: 0px 5px;
}
.featured-resources-list .swiper-pagination-bullet.swiper-pagination-bullet-active{
  border: 1px solid #CE0E2D;
  background-color: #CE0E2D !important;
  opacity: 1;
}
.resources-cards-listing .resources-list .pagination-nav .nav-item,
.events-container .pagination-nav .nav-item,
.search-results-container .pagination-nav .nav-item,
.hs-search-results__pagination .hs-search-results__pagination__link{
  color: #CE0E2D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resources-cards-listing .resources-list .pagination-nav .nav-item:not(.next-posts-link):not(.previous-posts-link),
.events-container .pagination-nav .nav-item:not(.next-posts-link):not(.previous-posts-link),
.search-results-container .pagination-nav .nav-item:not(.next-posts-link):not(.previous-posts-link),
.hs-search-results__pagination .hs-search-results__pagination__link:not(.hs-search-results__pagination__link--prev):not(.hs-search-results__pagination__link--next){
  width: 40px;
  height: 40px;
  border-radius: 20px;
}
.resources-cards-listing .resources-list .pagination-nav .nav-item.active,
.events-container .pagination-nav .nav-item.active,
.search-results-container .pagination-nav .nav-item.hs-search-results__pagination__link--active,
.hs-search-results__pagination .hs-search-results__pagination__link.hs-search-results__pagination__link--active{
  color: #fff;
  background-color: #CE0E2D;
}
.resources-cards-listing .resources-list .pagination-nav .pagination-nav-inner .next-posts-link, 
.resources-cards-listing .resources-list .pagination-nav .pagination-nav-inner .previous-posts-link,
.events-container .pagination-nav .pagination-nav-inner .next-posts-link, 
.events-container .pagination-nav .pagination-nav-inner .previous-posts-link,
.search-results-container .pagination-nav .pagination-nav-inner .next-posts-link,
.search-results-container .pagination-nav .pagination-nav-inner .previous-posts-link{
  visibility: visible;  
}
.accordion-faqs .accordion-container .accordion-container .accordion-item.active .accordion-arrow svg .cls-1, .accordion-faqs .accordion-container .accordion-container .accordion-item.active .accordion-arrow svg .cls-2 {
  stroke: #CE0E2D
}
.rapid-blog-post .blog-post-content-body a,
.rapid-blog-post .blog-post-content-body a span{
  color: #CE0E2D !important;  
}
.cards-with-images-container  .card-inner.blurred-bg {
  color: #fff;
  border: 1px solid #fff;
  backdrop-filter: blur(10px);
  border: 1px solid var(--Stroke-line-gradient, #FFF);
  background: var(--gradient-white, linear-gradient(113deg, rgba(255, 255, 255, 0.17) 0%, rgba(255, 255, 255, 0.00) 110.84%));
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.newsroom-featured .headline{
  color: #CE0E2D
}
.request-a-demo .content-intro .description a{
  color: #CE0E2D;
  text-decoration: none
}
.request-a-demo .content-intro .description a:hover{
  text-decoration: underline
}
.horizontal-tabs-multiple-cards .tabs-container .tab-list.tabs-container-inner .tab-list-item .tab-name:hover,
.horizontal-tabs .tabs-container .tab-list.tabs-container-inner .tab-list-item .tab-name:hover,
.tabs-with-images .tabs-title:hover{
  color: #CE0E2D
}
.tabs-with-images .tabs-description a{
  color: #CE0E2D;
  text-decoration: none
}
.subscribe-cta .subscribe-cta-form form input.invalid.error{
  border: 2px solid #CE0E2D;
}
.members-list .member-linkedIn svg:hover  path {
  fill: #CE0E2D
}
.accordion-faqs .accordion-container .accordion-tabs-wrapper .tab-link:hover h3{
  color: #CE0E2D;
}
.accordion-faqs .accordion-container .accordion-item-container .accordion-item:hover .accordion-title,
.accordion-faqs .accordion-container .accordion-container .accordion-item.active .accordion-title{
  color: #CE0E2D;
}
.content-with-accordion-link .accordion-container .accordion-container .accordion-item .accordion-title:hover{
  color: #CE0E2D;
  opacity: 1
}
.content-with-accordion-link .accordion-container .accordion-item-container .accordion-item:hover .accordion-arrow path{
  stroke: #FFFFFF;
}
.content-with-accordion-link .accordion-container .accordion-item-container .accordion-item:hover .accordion-arrow circle{
   fill: #CE0E2D;
}

.bg-red-wave-diagonal-img>div {
    background-image: url("https://www.rapidai.com/hubfs/wave-red-background.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header-2024 .header-wrapper .container{
  gap: 40px;
  padding-top: 30px;
}

@media(max-width: 1200px){
  .header-menu .menu__item--depth-1 .menu__submenu--level-2{
    z-index: 2;
    display: none
  }
}

@media(min-width: 1200px){
  .header-menu .menu__item--depth-1:hover .menu__submenu--level-2{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .header-menu .menu__item--depth-1.hover-out .menu__submenu--level-2,
  .header-menu .menu__item--depth-1 .menu__submenu--level-2{
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 2;
  }
  .header-menu .menu__item--depth-1:hover >.menu__child-toggle svg{
    transform: rotate(180deg);
  }
  .header-container{
    display: flex;
  }
  .mobile-trigger{
    display: none;
  }

  .header-menu .menu__item--depth-1 >a{
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
  }
  .header-2024 .header-menu .menu__item--depth-1{
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3:hover >a{
    border-radius: 40px;
    background: rgba(0, 0, 0, 0.40);
    color: white;
    opacity: 1;
    position: relative;
  } 

  .header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3:hover >a::after{
    content: "";
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url('https://www.rapidai.com/hubfs/Wireframe%20%20Button.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    top: calc(50% - 29px);
  }

  .header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-3{
    margin-top: 24px;
  }

}
.header-2024 .header-menu .menu__submenu--level-2{
  top: 140px 
}
.header-2024.scrolled .header-menu .menu__submenu--level-2{
  top: 82px;
}
.header-2024 .header-menu .menu__item--depth-1{
  padding-bottom: 20px;
}
@media(min-width: 1200px){
  .header-menu .menu__item--depth-1 >a{
    font-size: 15px;
    font-weight: 500;
    line-height: 22.5px;
  }
  .header-2024 .header-menu .menu__item--depth-1{
    padding: 5px 20px 40px;
  }
  .header-2024 .header-menu .menu__submenu--level-2{
    top: 138px;
  }
}

.header-2024 .header__logo{
  max-width: 175px;
  width: 100%;
}
.header-menu .menu--desktop >.menu__wrapper{
  display: flex
}



.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 >.menu__item{
  max-width: 1103px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 55px 49px 61px 60px;
  background: var(--2, linear-gradient(303deg, #000 -3.47%, #36040C 39.79%, #720819 71.17%, #CE0E2D 115.92%));
  filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.10));
  border-radius: 50px;
  border: 1px solid #CE0E2D;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item{
  color: white;
}
.menu-cta-group .cta-group .cta-group-title{
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2em;
  text-align: left;
  text-transform: uppercase;
  padding-left: 8px;
  margin-bottom: 0
}
.menu-cta-group.multiple-ctas .cta-group .menu-item-ctas{
  display: grid;
}
.menu-cta-group.multiple-ctas .cta-group .cta-image img,
.menu-cta-group.triple-cta .cta-group .cta-image img{
  max-width: 166px;
}
.menu-cta-group.multiple-ctas .cta-group .custom-cta-title,
.menu-cta-group.triple-cta .cta-group .custom-cta-title{
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.menu-cta-group.multiple-ctas .cta-group .learn-more,
.menu-cta-group.triple-cta .cta-group .learn-more{
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
.menu-cta-group.multiple-ctas .cta-group .custom-cta-category,
.menu-cta-group.triple-cta .cta-group .custom-cta-category{
  font-size: 10px;
  font-weight: 300;
  line-height: 26px;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__item--depth-2 > a,
.header-2024 .header-menu .menu__item--depth-1 .menu__item--depth-3 > a {
  max-width: 297px;
  display: inline-block;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__item--depth-2 .menu__child-toggle,
.header-2024 .header-menu .menu__item--depth-1 .menu__item--depth-3 .menu__child-toggle {
  display: none;
}



.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-4 .menu__link{
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  color: #000000;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-2 > .menu__link{
  font-size: 14px;
  font-weight: 300;
  line-height: 125%;
}

.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 >.menu__link{
  padding: 12px 12px 12px 20px;
  width: 100%;
  position: relative;
  display: block;
  opacity: 0.7;
  max-width: 297px;
}
/* .header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3:hover >a{
color: #000000;
box-shadow: 0px 15px 15px 0px #0000001A;
background: #f4f4f4;
}  */
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3.active-menu >a{
  border-radius: 5px;
  position: relative;
  color: white;
  border-left: 5px solid #CE0E2D;
  max-width: 23% !important;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group{
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  border-radius: 30px;
  gap: 10px;  
  width: 350px;
  right: 67px;
  top: 25px;
}
.header-2024 .header-menu .menu__item--depth-1:hover .menu__submenu--level-2 .menu__item--depth-3.active-menu .menu-group{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  height: calc(100% - 40px);
}
.header-2024 .header-menu .menu__item--depth-1:hover .menu__submenu--level-2 .menu__item--depth-3.active-menu:not(:first-of-type) .menu-group{
  transition: all 0.3s ease;
}

.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-4 {
  padding: 15px 20px 15px 63px;
  position: relative;
  cursor: default !important;
}
.header-2024 .menu__link[href="#"] {
  cursor: default !important;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-4:hover {
  background: #F4F4F499;
  border-radius: 5px;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-4 >a{
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-4 .menu__submenu--level-5 span{
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-4 .menu__submenu--level-5 li{
  line-height: 1;
  margin-bottom: 0px;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-4 .menu__link img{
  position: absolute;
  left: 13px;
  width: 40px;
  height: 40px;
  border-radius: 0;
}
.header__skip {
  height: 1px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -40px;
  width: 1px;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group .menu__submenu--level-4 .menu-cta-group{
  display: flex;
  flex-direction: column;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3  .learn-more{
  padding: 0 22px 0 0;
  width: fit-content;
  margin-bottom: 0;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group .menu-cta-group.single-cta .individual-menu-cta{
  flex-direction: column;
  max-width: 256px;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group .menu-cta-group.single-cta .individual-menu-cta{
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group .menu-cta-group.double-cta .individual-menu-cta,
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group .menu-cta-group.triple-cta .individual-menu-cta,
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group .menu-cta-group.multiple-ctas .individual-menu-cta{
  flex-direction: row;
  gap: 20px;
  padding: 20px 10px;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group .menu-cta-group:not(.single-cta) .individual-menu-cta:hover{
  background: #F8F8F8;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group .menu-cta-group.double-cta .individual-menu-cta .cta-image,
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group .menu-cta-group.triple-cta .individual-menu-cta .cta-image,
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group .menu-cta-group.multiple-ctas .individual-menu-cta .cta-image{
  flex: 1 0 40%
}
.header-2024{
  position: fixed;
  z-index: 999;
  -webkit-box-shadow: 0 0 30px 0 rgba(135, 154, 197, 0.31);
  box-shadow: 0 0 30px 0 rgba(135, 154, 197, 0.31);
  transition: all 0.4s ease;
  background: white;
  width: 100%;
  border-radius: 0 0 50px 50px;
}

body{
  position: relative;
}

.menu--desktop,.header-button{
  display: none;
}
@media(min-width: 1200px){
  .menu--desktop,.header-button{
    display: flex;
  }
}
.mobile-open .menu--desktop,.mobile-open .header-button{
  display: flex;
}

.hamburger {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  position: absolute;
  right: 20px;
  top: 23px;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transition: transform 0.15s ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/* Animation */
.hamburger--squeeze .hamburger-inner {
  transition: transform 0.3s ease;
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.3s ease 0.3s, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.3s ease 0.3s, transform 0.3s ease;
}

/* Active state */
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition: transform 0.3s ease 0.3s;
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.3s ease, opacity 0.1s ease 0.3s;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.3s ease, transform 0.3s ease 0.3s;
}
.mobile-open .header-container{
  display: flex;
  flex-direction: column;
  overflow: scroll;
  height: calc(100vh - 190px);
}
.mobile-open .notification-bar-active .header-container{
  display: flex;
  flex-direction: column;
  overflow: scroll;
  height: calc(100vh - 300px);
}
.mobile-open .header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-3{
  min-height:100vh;
  min-height:100dvh;
}
/* @supports (-webkit-touch-callout: none) {
  .mobile-open .header-container{
    height: 100dvh;
  }
} */
.mobile-open .header-container .header-menu-inner .menu__submenu--level-3{
  flex-direction: column;
}
.mobile-open .header-wrapper .container{
  flex-direction: column;
}
.mobile-open .menu__item--depth-2 .menu__submenu--level-2 .menu-group{
  display: none;
}
.mobile-open .header-menu .menu--desktop>.menu__wrapper{
  flex-direction: column
}
.mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element .menu__submenu--level-2{
  display: flex;
}
.mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element .menu__submenu--level-2{
  color:#fff;
  padding: 10px;
  margin-top: 18px;
}
.mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element .menu__submenu--level-2 .menu__item--depth-2 .menu__link{
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  max-width: 100%;
  padding-left: 40px;
}
.mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element .menu__submenu--level-2 .menu__item--depth-2 .menu__link:hover{
  background: #FFFFFF;
  color: #000000;
}
.mobile-open .header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-3{
  margin-top: 0
}
.mobile-open .header-2024 .header-menu .menu__item--depth-1 >a{
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element .menu__submenu--level-2 .menu__item--depth-2>a{
  display: none;
}
.mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element .menu__submenu--level-2 .menu__item--depth-2 {
  margin-left: unset;
  margin-right: unset;
  padding: 0;
  width: 100%;
}
.mobile-open .header-menu-container,
.mobile-open .header-menu-container .header-menu,
.mobile-open .header-menu-container .header-menu .menu--desktop,
.mobile-open .header-menu-container .header-menu .menu--desktop .menu__wrapper{
  width: 100%
}
.mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element >a{
  color: #CE0E2D;
  position: relative;
}
.mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element >a::after{
  position: absolute;
  content: "";
  background: #CE0E2D;
  height: 4px;
  left: 0;
  width: 100%;
  bottom: 0;
}
.mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element{
  padding-bottom: 0
}
.mobile-open .header-2024 .header-menu .menu__item--depth-1{
  border-bottom: 1px solid #E1E1E1;
  padding: 15px 0;
  cursor: pointer;
}
.mobile-open .header-2024 .header-menu .menu__item--depth-1 >a{
  margin: 0 30px;
  padding-bottom: 20px
}

.mobile-open .header-2024 .header-menu .menu__item--depth-1 .menu__child-toggle{
  position: absolute;
  right: 23px;
  cursor: pointer;
}
.mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element .menu__child-toggle svg{
  transform: rotate(180deg);
}
.mobile-open .header-button{
  justify-content: center;
  margin-top: 35px;
}
@media(max-width: 1200px){
  .header-2024 .header-wrapper .container{
    padding: 0;
    gap: 0;
    padding-bottom: 0 !important;
    /*     background: white; */
  }
  .header-2024 .header-wrapper{
    position: relative;
    /*     height: 84px; */
    display: flex;

    align-items: center;
  }
  .header-2024 .header__logo{
    padding-left: 20px;
    padding-top: 20px !important;
    padding-bottom: 4px;
  }
}


.header-top-nav .container{
  gap: 20px;
}
.header-top-nav .header__search .site-search{
  max-width: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95);
  transition: max-width 0.5s ease-out,
    /*               opacity 0.2s ease-out, */
    transform 0.4s ease-out,
    visibility 0.4s ease-out;
  height: 28px;
}
.header-top-nav.search-active .header__search .site-search{
  max-width: 500px;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header-top-nav .search-button{
  cursor: pointer;
  margin-top: 15px
}
.header-top-nav.search-active .search-button{
  display: none;
}
.header-top-nav.search-active .header__search .site-search form .hs-search-field__button {
  background: transparent;
  border: unset;
  padding-top: 3px;
}
.header-top-nav.search-active .header__search .site-search form{
  border: 1px solid #E1E1E1;
  border-radius: 10px;
  padding: 2px 4px 4px 4px;
}
.header-top-nav.search-active .header__search .site-search form input::placeholder{
  font-size: 13px;
  font-weight: 400;
  line-height: 9px;
  vertical-align: middle
}
.header-top-nav.search-active .header__search .site-search form .hs-search-field__button  svg{
  height: 15px;
}
.header-top-nav.search-active .header__search .site-search form input{
  border: unset;
  background: black;
}
.header-top-nav .header-top-menu ul{
  display: flex;
  list-style: none;
  gap: 25px;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 8px
}
.header-top-nav .header-top-menu ul .hs-menu-depth-1 a{
  font-size: 11px !important;
  font-weight: 400;
  line-height: 18px;
  display: flex;
  gap: 5px;
}



.menu-cta-group.single-cta{
  max-width: 266px;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group > a:first-child{
  display: none
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group .menu-cta-group.triple-cta .individual-menu-cta{
  padding: 5px 10px;
}

.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group .menu__submenu--level-4.menu-grid{
  display: grid;
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group:has(.menu-grid){
  align-items: flex-start;
  top: 25px;
  /*   height: calc(100% - 25px); */
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group .menu__submenu--level-4.menu-grid + .menu-cta-group{
  flex: 0 0 40%;
  width: 266px;
}
.header-2024 .menu-cta-group.single-cta{
  padding-left: 40px
}

.menu__item--depth-3.active-menu .menu-group:has(.menu-grid){
  width: 100%;
  max-width: 72%;
}
@media(min-width: 1500px){
  .menu__item--depth-3.active-menu .menu-group:has(.menu-grid){
    width: 100%;
    max-width: 960px;
  }
  .header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group .menu-cta-group.triple-cta .individual-menu-cta{
    padding: 5px 10px;
  }
}
.header-2024 .header__logo img{
  border-radius: 0;
}

.header-2024.scrolled .header-top-nav{
  transform: translateY(-100PX);
  height: 0;
  opacity: 0;
  transition: transform 0.7s ease, height 0.7s ease;
}
.header-2024.scrolled .header-wrapper .container {
  padding-top: 17px;
  padding-bottom: 10px;
}

.header-2024{
  background: black;
  color: white;
  box-shadow: unset;
  -webkit-box-shadow: unset;
}

.header-2024.header-scrolled-add-border { 
  border-radius: 0 0 50px 50px;
}

.hero-homepage:not(.half-gradient-activated) .hero-homepage-inner{
  padding-top: 130px;
}
.header-2024 .header-button .btn{
  padding: 14px 28px;
}
.header-2024 .header-wrapper .container{
  padding-top: 0;    
}
@media (min-width: 1200px) {
  .header-2024 .header-menu .menu__item--depth-1 {
    padding: 28px 10px !important;
  }
}

.menu__child-toggle-icon svg path {
  fill: transparent;
  stroke: white;
}
@media (min-width: 1200px) {
  .header-2024 .header-menu .menu__item--depth-1 {
    padding: 28px 20px;
  }
}
.header-menu-inner{
  margin-right: 40px
}
.header-2024 .header__logo{
  padding-top: 17px;
}
.header-2024 #hs-link-site_logo_hs_logo_widget{
  /*     background-image: url("https://www.rapidai.com/hubfs/RAI%20Logo.svg"); */
  /*     background-repeat: no-repeat; */
  /*     background-size: contain; */
  /*     background-position: center; */
  max-width: 219px;
  width: fit-content;
  display: block;
}
.header-2024 #hs-link-site_logo_hs_logo_widget img{
  opacity: 1;
  width: 219px;
  max-width: unset;
}
.header-2024 .header-wrapper .container{
  padding-bottom: 20px;
}
.header-2024 .header-button>div{
  display: flex;
}
body{
  background: linear-gradient(90deg, #FFFFFF 0%, #EBEBEB 100%);
  overflow-x: hidden;
}
.hero-homepage:not(.half-gradient-activated) .hero-homepage-inner{
  padding-top: 80px;
}
.header-top-nav .search-button svg path{
  fill: white;
}

.header-top-nav{
  position: relative
}
.menu-cta-group .custom-cta-title{
  font-size: 18px;
  font-weight: 400;
  line-height: 26px; 
  letter-spacing: -0.36px;
  margin-bottom: 10px
}
.menu-cta-group .custom-cta-description{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; 
  letter-spacing: -0.28px;
}
.menu-cta-group .custom-cta-category{
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.28px;
  margin-bottom: 10px;
  width: fit-content;
  padding: 2px 6px;
  border-radius: 4px;
}
.header-top-nav.search-active .header__search .site-search form .hs-search-field__button svg path{
  fill: white
}


/* Search mobile */
.mobile-search .hs-search-field {position: unset}

.mobile-search .hs-search-field__bar button svg {
  height: 25px;
}

.mobile-search .hs-search-field__bar button svg path {
  fill: white;
}

.mobile-search .hs-search-field__button  {
  display: none;
}

.mobile-search .search-button {
  position: absolute;
  top: 23px;
  top: 25px;
  right: 70px;
}

.mobile-search .search-button svg {
  width: 25px;
  height: 25px;
}
.mobile-search .search-button svg path {
  fill: black;
  stroke: white;
}

.mobile-search .search-button svg path:last-of-type {
  fill: white;
  stroke: white;
}

.mobile-search .search-input-wrapper {
  padding: 17px 10px;
  position: absolute;
  left: 0;
  top: 84px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: var(--2, linear-gradient(303deg, #000 -3.47%, #36040C 39.79%, #720819 71.17%, #CE0E2D 115.92%));
}

.mobile-search.search-active .search-input-wrapper {
  opacity: 1;
  visibility: visible;
}
.mobile-search.search-active .search-input-wrapper input {
  height: 50px;
  border-radius: 50px;
  padding-inline-start: 15px;
  border: none;
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-search.search-active .search-input-wrapper input::placeholder {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.mobile-search .hs-search-field__suggestions-container {
  position: absolute;
  width: 96%;
  left: 2%;
  top: 170px;
  color: black;
}

.menu__child-toggle-icon .desktop{
  display: block;
}


.menu__child-toggle-icon .mobile{
  display: none;
}

@media(max-width: 1200px){
  /*   .menu__wrapper .menu__item--depth-1 {
  position: relative;
}
  .header-menu .menu__item--depth-1 .menu__child-toggle {
  left: 28px;
  width: fit-content;
  top: -21px;
  display: none;
}

  .menu__item--open.menu__item--depth-1.active-element .menu__child-toggle {
  display: block;
} */
  .header-2024 .header-menu .menu__item--depth-1 .menu__item--depth-2 .menu__child-toggle,
  .header-2024 .header-menu .menu__item--depth-1 .menu__item--depth-3 .menu__child-toggle {
    display: block;
  }

  .menu__item--depth-3 {
    width: fit-content;
  }

  .menu-wrapper-active .menu__item--depth-1 {
    display: none;
  }

  .menu-wrapper-active .menu__item--depth-1.active-element {
    display: block;
    position: relative;
  }

  .menu-wrapper-active .menu__item--depth-1.active-element > a {
    display: none;
  }

  .menu__item--depth-1 > button {
    display: none;
  }

  .menu-wrapper-active .menu__item--depth-1.active-element > button {
    display: block;
    left: 31px;
    top: 21px;
  }
  .mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element .menu__child-toggle svg {
    transform: none;
  }

  .menu-wrapper-active .menu__item--depth-1.active-element .menu__item--depth-2 > a {
    display: block !important;
  }

  .menu__child-toggle-icon .desktop{
    display: none;
  }

  .menu__child-toggle-icon .mobile{
    display: block;

  }

  .menu__child-toggle-icon .mobile.tx-white {
    margin-left: 4px;
  }

  .menu__child-toggle-icon {
    align-items: center
  }

  .header-menu-inner {
    margin-right: 0;
  }


  .header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 >.menu__item {
    background: unset;
    border: none;
    filter: none;
  }
  .header-2024 .header-menu .menu__item--depth-1 .menu__item--depth-2 .menu__child-toggle {
    display: none;
  }
  .header-2024 .header-menu .menu__item--depth-1 .menu__item--depth-3 .menu__child-toggle {
    display: block;
  }

  .menu__item--depth-3 {
    width: 100%;
    position: relative;
  }

  .menu__item--depth-3 > a  {
    width: 90%;
  }
  .menu__item--depth-3 .menu__child-toggle {
    top: 16px;
    right: 6% !important;
    transform: rotate(180deg);
    transition: transform 0.3s ease;
    width: 40px;
    height: 40px;
    z-index: 99;
    align-items: center;
    justify-content: center;
    display: flex !important;
  }

  .menu__item--depth-3 .menu__child-toggle svg path {
    fill: transparent !important;
    stroke: rgba(206, 14, 45, 1)
  }

  .menu__item--depth-3.active-menu .menu-group {
    position: relative;
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .menu__item--depth-3.active-menu .menu-group .menu__submenu {
    flex: 0 0 100% !important;
  }

  .menu__item--depth-3.active-menu .menu-group .menu-cta-group {
    display: none;
  }

  .menu__submenu.menu__submenu--level-4 .menu__child-toggle.no-button {
    display: none;
  }
  .mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element .menu__submenu--level-2 .menu__item--depth-2 .menu__link {
    padding-left: 26px;
  }

  .mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element .menu__submenu--level-2 .menu__item--depth-2 > .menu__link {
    color: #FFF !important;
    font-family: Poppins !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 125% !important;
  }

  .mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element .menu__submenu--level-2 .menu__item--depth-2 .menu__link h5 {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 109.091% */
    letter-spacing: 0.44px;
    text-transform: capitalize;
    padding-bottom: 14px;
    padding-top: 14px;
    position: relative;
    margin-bottom: 0px;
  }

  .mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element .menu__submenu--level-2 .menu__item--depth-2 .menu__link h5::after {
    content: '';
    position: absolute;
    width: 84px;
    height: 3px;
    background: #CE0E2D;
    left: 0;
    bottom: 0;
  }

  .menu__child-toggle-icon svg path {
    fill: white;
  }

  .mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element .menu__submenu--level-2 .menu__item--depth-2 .menu__link {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 120% */
    letter-spacing: -0.4px;
  }

  .header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3.active-menu >a {
    max-width: 100% !important;
    border-left: none;
  }
  .header-menu {
    overflow-y: auto;
    overflow-x: hidden;
  }

  .menu__item--depth-3 {
    padding: 12px 0 20px 0;
  }

  .menu__item--depth-3.active-menu .menu__child-toggle {
    transform: rotate(0deg);
  }

  .header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group {
    border: none;
    top: 20px;

  }

  .menu__item.menu__item--depth-3.active-menu {
    border-radius: 50px;
    background: #FFF;
  }

  .menu__item.menu__item--depth-3.active-menu a,
  .menu__item.menu__item--depth-3.active-menu span {
    color: black !important;
  }

  .header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group .menu__submenu--level-4 {
    border-right: none;
  }

  .menu__submenu--level-4 .menu__child-toggle.no-button {
    display: none !important;
  }
  .menu__submenu--level-4 .menu__item {
    background: #F8F8F8;
    border-radius: 10px;
    margin-bottom: 21px;
  }

  .header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group {
    transform: none;
  }

  .menu__submenu--level-4 .menu__item > a {
    color: #000 !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    padding-left: 0 !important;
  }

  .menu__submenu--level-5 .menu__item > a {
    line-height: 16px !important;
  }

  .menu__item--depth-4 {
    padding: 10px 27px 15px 61px !important;
  }

  .menu__item--depth-5 {
    line-height: 1 !important;
  }
  .menu__item--depth-5 span {
    color: #000 !important;
    font-family: Poppins !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 125% !important;
    text-align: left !important;
    padding-left: 0 !important;
  }

  .menu__submenu--level-4 {
    padding-right: 7px !important;
    padding-left: 7px !important;
  }
  .mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element .menu__submenu--level-2 .menu__item--depth-2 .menu__link:hover {
    background: none !important;
    color: white;
  }

  .header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group {
    padding-bottom: 0;
    width: 100%;
  }

  .header-container.search-active {
    margin-top: 84px;
  }

  #hs_cos_wrapper_site_logo_hs_logo_widget {
    display: block;
  }

  #hs_cos_wrapper_logo_mobile {
    display: block;
    max-width: 177px;
  }

  .header-2024 {
    background: black;
    color: white;
  }

  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: white;
  }

  .mobile-open .header-2024 {
    height: 100%;
  }

  .mobile-open .header-2024 .header-menu .menu__item--depth-1 {
    border: none;
  }

  .mobile-open .header-2024 .header-menu .menu__item--depth-1 >a {
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .mobile-open .header-2024 .header-menu .menu__item--depth-1 >a:hover {
    color: #CE0E2D;
  }

  .submenu-open header {
    background: var(--2, linear-gradient(303deg, #000 -3.47%, #36040C 39.79%, #720819 71.17%, #CE0E2D 115.92%));
    filter: drop-shadow(0px 15px 15px rgba(0, 0, 0, 0.10));
  }

  .submenu-open .header-button {
    display: none;
  }

  .header-top-nav {
    background: black;
  }

  .header__logo.header__logo--main {
    width: 100%;
    max-width: 100%;
    background: black;
  }

  .header-top-nav .header-top-menu ul .hs-menu-depth-1 a {
    color: #ffff;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; 
  }
  .header-2024 #hs-link-site_logo_hs_logo_widget img {
    max-width: 175px;
    padding-top: 7px;
  }

  .header-2024.scrolled .header-wrapper .container {
    padding-top: 0;
  }

  body.mobile-open {
    overflow: hidden;
  }

  .menu__submenu.menu-grid.menu__submenu--level-4 {
    display: flex !important;
    flex-direction: column;
  }


  .menu__item--depth-3.active-menu .menu-group:has(.menu-grid) {
    max-width: 100%;
  }

  .mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element .menu__submenu--level-2 {
    padding: 10px 0;
  }
  .mobile-open .header-2024 .header-menu .menu__item--depth-1.active-element .menu__submenu--level-2 .menu__item--depth-2 .menu__link{
    padding-left: 36px;
    padding-right: 36px;

  }
}

@media(min-width: 1200px){
  #hs_cos_wrapper_site_logo_hs_logo_widget {
    display: none;
  }

  #hs_cos_wrapper_logo_mobile {
    display: block;
  }
}

@media(max-width: 1200px){
  .header-2024 {
    top: -1px;
  }

  .header-top-nav > div {
    width: 100%;
    justify-content: center;
    padding-left: 11px;
    padding-right: 11px;
  }
  .header-top-nav .header-top-menu {
    width: 100%;
  }
  .header-top-nav .header-top-menu ul {
    justify-content: space-between;
    gap: 0;
    margin-bottom: 12px !important;
    margin-top: 12px !important;
  }
  .header-top-nav .header-top-menu ul li svg {
    width: 22px;
    height: 20px;
  }

  .header-top-nav .header-top-menu ul li:first-of-type svg path:first-of-type {
    stroke: white;
  }

  .header-top-nav .header-top-menu ul li:nth-of-type(2) svg path:nth-of-type(1),
  .header-top-nav .header-top-menu ul li:nth-of-type(2) svg path:nth-of-type(2) {
    stroke: white;
    fill: white;
  }

  .header-top-nav .header-top-menu ul li:nth-of-type(3) svg path:nth-of-type(1) {
    fill: white;
  }

  .header-top-nav .header__search.header--element {
    display: none;
  }

  .menu__item--depth-1:not(.menu__item--has-submenu){
    padding-left: 30px;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 30px !important;
  }
  .menu__item--depth-1:not(.menu__item--has-submenu):hover{
    color: #CE0E2D;
  }

  .header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 >.menu__link {
    opacity: 1;
  }

  .header-2024 {
    border-radius: 0;
  }
  .header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-3 .menu-group {
    top: 0;
  }

  .mobile-open .body-wrapper {
    overflow: hidden;
  }

  .header-2024.scrolled .mobile-search .search-button,
  .header-2024.scrolled .hamburger {
    top: 26px;
  }
  .header-top-nav {

  }
}

@media(max-width: 420px){

  .header-top-nav .header-top-menu ul .hs-menu-depth-1 a{
    font-size: 12px;
  }
  .menu__item--depth-1:nth-of-type(4) .menu__submenu--level-3 li:last-of-type{
    margin-left: 31px;
  }

}

@media(min-width: 1200px){
  .mobile-search {
    display: none;
  }

  .header-top-nav .header__search .site-search {
    max-width 10s ease-out, transform 10s ease-out, visibility 10s ease-out;
  }
  .header-top-nav.search-active .header__search .site-search form {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .header-top-nav.search-active .header__search .site-search form .hs-search-field__button {
    position: absolute;
    right: 0;
  }

  .header-top-nav.search-active .header__search .site-search form input {
    color: white;
    font-size: 16px;
    outline: none;
  }

  .header-top-nav.search-active {
    z-index: 9
  }

  .hs-search-field__suggestions .results-for, .hs-search-field__suggestions a {
    display: block !important;
    line-height: 28px !important;
    padding: 0 10px !important;
    color: black !important;
    font-size: 12px !important;
  }

  .hs-search-field__suggestions .results-for, .hs-search-field__suggestions .results-for {
    font-size: 14px !important;
  }

  .header-top-menu ul li:nth-of-type(2) svg path:nth-of-type(2) {
    fill: white;
  }
  .header-top-menu svg path:first-of-type {
    fill: white;
  }

}

/* .header-2024.scrolled{border-radius: 0 0 50px 50px; transition: border-radius 0.4s ease;} */
.header-2024.scrolled .header-wrapper .container {
  padding-bottom: 10px;
}

.menu__item--depth-1:nth-of-type(4) .menu__submenu--level-3 li:last-of-type{
  width: fit-content;
  border-radius: 50px;
  border: 1px solid #FFF;
  padding: 10px 54px 10px 32px;
  margin-top: 25px;
  position: relative;
  cursor: pointer
}

.menu__item--depth-1:nth-of-type(4) .menu__submenu--level-3 li:last-of-type:hover a{
  background: none !important;
}
.menu__item--depth-1:nth-of-type(4) .menu__submenu--level-3 li:last-of-type:hover{
  background: #000000;
  border: 1px solid #000000
}

.menu__item--depth-1:nth-of-type(4) .menu__submenu--level-3 li:last-of-type:hover a::after{
  content: none !important;
}
.menu__item--depth-1:nth-of-type(4) .menu__submenu--level-3 li:last-of-type a{
  padding: 0 !important;
  font-size:16px;
  opacity: 1 !important;
}

.menu__item--depth-1:nth-of-type(4) .menu__submenu--level-3 li:last-of-type::after{
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url('https://www.rapidai.com/hubfs/tabler_arrow-up-right%20%282%29.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  right: 26px;
  top: calc(50% - 13px);
}
.menu__item--depth-1:nth-of-type(4) .menu__submenu--level-3 li:last-of-type:hover::after{
}
.header-2024 .header-menu .menu__item--depth-1 .menu__submenu--level-2 .menu__item--depth-2 > .menu__link >div{
  line-height: 1.25
}

@media(min-width: 360px){
  .header-top-nav .header-top-menu ul .hs-menu-depth-1 a {
    font-size: 10px;
  }
}
.header-top-nav.search-active .header__search .site-search form input{
  display: flex
}

/*
.resource-individual .resource-individual-inner .resource-individual-hero {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
.resource-individual .resource-individual-inner .resource-individual-hero-container{
  padding-left: 20px;
  padding-right: 20px;
}
.resource-individual {
  padding-top: 100px !important;
  padding-bottom: 20px !important;
}
.resource-individual .resource-individual-inner .resource-individual-hero img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.resource-individual
  .resource-individual-inner
  .resource-individual-hero
  img:hover {
  transform: unset;
}

.resource-individual .content-body .content-body-inner .resource-tag-container{
  border-top: 1px solid ;
  padding-top: 20px;
}
.resource-individual .content-body .content-body-inner{
  margin-top: 20px;
}
.resource-individual .related-resources {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .resource-individual .content-body .content-body-inner{
    margin-top: 40px;
  }
  .resource-individual .related-resources {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.resource-individual .content-body .content-body-inner .resource-tag{
  margin-bottom: 15px;
  display: inline-block;
  padding: 8px 12px;
  border-radius: 100px;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
}
.resource-individual .content-body .content-body-inner .resource-date{
  /* padding-bottom: 12px; */
  padding-top: 15px;
  font-weight: 500;
}
.resource-individual .content-body .content-body-inner .resource-date-time{
  gap: 15px 40px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.resource-individual .content-body .content-body-inner .resource-date-time .resource-date-info,
.resource-individual .content-body .content-body-inner .resource-date-time .resource-time-info{
  gap: 12px
}
.resource-individual .content-body .content-body-inner .resource-date-time .resource-date-info svg{
  flex: 0 0 44px;
}
.resource-individual .content-body .content-body-inner .resource-date-time .h6{
  margin-bottom: 0;
}
.resource-individual .content-body .content-body-inner .resource-content-wrapper .content-buttons{
  gap: 12px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.resource-individual .content-body .content-body-inner .resource-content-wrapper .content-buttons .share-button{
  display: flex !important;
  cursor: pointer;
  position: relative;
  transition: unset;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  border-radius: 100px;
  transition: all ease 0.4s;
  text-decoration: none !important;
  border: 1px solid #C8CBCA;
  background: transparent;
  color: #140B42;
}

.resource-individual .content-container p:has(img),
.resource-individual .content-container h1:has(img),
.resource-individual .content-container h2:has(img),
.resource-individual .content-container h3:has(img),
.resource-individual .content-container h4:has(img),
.resource-individual .content-container h5:has(img),
.resource-individual .content-container h6:has(img),
.resource-individual .content-container h7:has(img),
.resource-individual .content-container h8:has(img),
.resource-individual .content-container ul:has(img),
.resource-individual .content-container img:not(.speaker-img),
.resource-individual .content-container .hs-embed-wrapper,
.resource-individual .content-container .hs-video-widget{
  max-width: 926px;
  margin-left: auto;
}
.resource-individual .content-container img:not(.speaker-img){
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 24px;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.resource-individual .content-container blockquote{
  padding-left: 0;
  border-left: unset;
  border-top: 1px solid ;
  padding-top: 14px;
  margin-top: 30px;
  position: relative;
}
.resource-individual .content-container .resource-content-wrappe blockquote img{
  height: auto;
  object-fit: cover;
  width: 140px !important;
  border-radius: 18px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  height: 140px !important;
}
.resource-individual .content-container .resource-content-wrapper blockquote p:first-of-type{
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.5px;
  text-align: left;
  margin-bottom: 7px;
}
.resource-individual .content-container .resource-content-wrapper blockquote p:nth-of-type(2){
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  margin-bottom: 7px;
}
.resource-individual .content-container blockquote p:nth-of-type(3){
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.10000000149011612px;
  text-align: left;
}
.resource-individual .content-container blockquote p+p{
  margin-top: 0;
}
@media (min-width: 820px) {
  .resource-individual .content-container .resource-content-wrapper blockquote{
    padding-right: 200px;
  }
  .resource-individual .content-container blockquote img{
    position: absolute;
    right: 0;
    top: 14px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .resource-individual .content-container blockquote p:first-of-type{
    margin-bottom: 5px;
  }
  .resource-individual .content-container blockquote p:nth-of-type(2){
    margin-bottom: 0;
    margin-top: 15px;
  }
  .resource-individual .content-container blockquote p:nth-of-type(3){
    margin-bottom: 0;
    margin-top: 5px;
  }
}

.resource-individual .resources-form{
  margin-top: 40px;
}
.resource-individual .content-container table{
  border: unset !important;
  margin-top: 30px;
}
@media(min-width: 820px){
  .resource-individual .content-container table{
    min-width: 100%;
  }
}
.resource-individual .content-container table tr{
  border: unset !important;
  background-color: transparent !important;
}
.resource-individual .content-container  table tr:first-child{
  border-top: 1px solid  !important;
  text-transform: capitalize;
}
.resource-individual .content-container  table tr{
  border-top: 1px solid  !important;
}
.resource-individual .content-container table tr td{
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  vertical-align: sub;
  padding: 9px 4px !important;
}
.resource-individual .content-container table tr:first-of-type td{
  font-weight: 600;
}
.resource-individual .content-container .hs-embed-wrapper,
.resource-individual .content-container .hs-video-widget{
  border-radius: 24px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
.resource-individual .content-container .hs-embed-wrapper{
  max-width: 926px !important;
  margin-left: auto !important;
  min-width: unset !important;
  margin-right: unset !important ;
  margin-top: 30px !important ;
  margin-bottom: 30px !important ;
}
@media (max-width: 768px) {
  .resource-individual fieldset.form-columns-2 .hs-form-field{
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .resources-group-container{
    row-gap: 25px !important;
  }
}
.resource-individual .related-resources .related-resources-section-title{
  margin-bottom: 30px;
}
.resource-individual .content-body .content-body-inner .resource-content-wrapper .content-buttons .share-button .dropdown{
  position: absolute;
  top: 28px;
  padding-left: 0;
  list-style: none;
  border: 1px solid #C8CBCA;
  background: transparent;
  border-radius: 12px;
  width: calc(100% + 2px);
  left: 0;
  background: white;
  overflow: hidden;
  padding: 5px 0;
  z-index: 1;
}
.resource-individual .content-body .content-body-inner .resource-content-wrapper .content-buttons .share-button .dropdown li{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 7px 15px;
}
.resource-individual .content-body .content-body-inner .resource-content-wrapper .content-buttons .share-button .dropdown li span{
  font-size: 11px;
}
.resource-individual .content-body .content-body-inner .resource-content-wrapper .content-buttons .share-button .dropdown li a{
  display: flex;
  align-items: center;
}
.resource-individual .content-body .content-body-inner .resource-content-wrapper .content-buttons .share-button .dropdown li svg{
  margin-right: 5px;
}
.resource-individual .content-body .dropdown{
  max-height: 0;
  position: absolute;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.resource-individual .content-body .content-body-inner .resource-content-wrapper .content-buttons .share-button:hover .dropdown li{
  color:#140B42;
}
.resource-individual .content-body .dropdown.show {
  max-height: 500px;
  opacity: 1;
  transform: translateY(0);
}
.resource-individual .content-body .share-button {
  position: relative;
}
.resource-individual .content-body .content-body-inner .resource-content-wrapper .content-buttons .share-button .dropdown li:hover{
  background: ;
}
.resource-individual .button-container {
  padding: 30px 40px;
  margin-top: 35px;
}
.resource-individual .button-container h4{
  margin-bottom: 18px;
}
.resource-individual .button-container a{
  display: inline-block;
}

.resource-individual .spinner {
  border: 16px solid ; 
  border-top: 16px solid ; 
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.resource-individual .gated-content-container  .submitted-message .btn.btn-md{
  margin-top: 20px;
  display: inline-flex;
}
.resource-individual .content-body .content-body-inner .resource-content-wrapper .resource-first-content{
  padding-top: 20px;
}
.resource-individual .content-body .content-body-inner .speakers-wrapper{
  display: flex;
  list-style: none;
  gap: 40px 30px;
  padding-left: 0;
  flex-wrap: wrap;
}
.resource-individual .content-body .content-body-inner .speakers-wrapper .speaker{
  flex: 0 0 100%;
}
@media (min-width: 470px) {
  .resource-individual .content-body .content-body-inner .speakers-wrapper .speaker{
    flex: 0 0 calc(50% - 30px);
  }
}
@media (min-width: 820px) {
  .resource-individual .content-body .content-body-inner .speakers-wrapper .speaker{
    flex: 0 0 calc(100%/3 - 20px)
  }
}
.resource-individual .content-body .content-body-inner .speakers-wrapper .speaker p{
  margin: 0;
}
.resource-individual .content-body .content-body-inner .speakers-wrapper .speaker-image{
  margin-bottom: 10px;
}

.resource-individual .content-body .content-body-inner .speakers-wrapper .speaker-image img{
  object-fit: cover;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.resource-individual .content-body .content-body-inner .speakers-wrapper{
  margin-top: 20px;
}
.resource-individual .content-body .content-body-inner .speakers-container {
  margin-top: 30px;
  gap: 30px
}
.resource-individual .spotlight-hero .spotlight-hero-container{
  gap: 20px 40px;
}
.resource-individual .spotlight-hero .spotlight-hero-container .featured-resource-image{
  align-items: center;
  flex: 1;
  width: 100%;
}
.resource-individual .spotlight-hero .spotlight-hero-container .featured-resource-image img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.resource-individual .spotlight-hero .spotlight-hero-container .featured-resource-content{
  padding: 15px 20px;
}
.resource-individual .spotlight-hero .featured-resource-content .resource-card-info h2{
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .resource-individual .spotlight-hero .spotlight-hero-container .featured-resource-content{
    flex: 0 0 51%;
    padding: 50px 50px 50px 15px;
  }
  .resource-individual .content-body.gated-resources .content-body-inner{
    flex: 0 0 51%;
    margin-left: auto;
  }
  .resource-individual .spotlight-hero .spotlight-hero-container{
    min-height: 425px;
  }
  .resource-individual .spotlight-hero .featured-resource-content .resource-card-info h2{
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .resource-individual .spotlight-hero .spotlight-hero-container .featured-resource-content,
  .resource-individual .content-body.gated-resources .content-body-inner{
    flex: 0 0 775px;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .resource-individual .spotlight-hero .spotlight-hero-container .featured-resource-image{
    flex: unset;
    height: 240px;
    width: auto;
  }
}
.thank-you .resource-second-content a{
  font-weight: 500;
  text-decoration: underline !important;
}
.thank-you .resource-individual .content-body .content-body-inner .resource-content-wrapper .content-buttons .transcript-button{
  text-decoration: underline !important;
}
.content-body.gated-resources{
  gap: 20px 40px;
}
.gated-content-container{
  flex: 1
}
.resource-individual .content-body .content-body-inner.blog-type .resource-second-content img{
  border-radius: 0;
}
.thank-you .resource-individual .content-body .content-body-inner .resource-title{
  font-size: 43px;
  line-height: 1.2;
}

.form-wrapper h3{
  color: black;
}
*/
.resources-container-wrapper .resources-list {
  padding-bottom: 87px;
  padding-top: 100px;
}
.resources-container-wrapper .resource-listing-hero{
  padding-top: 150px !important;
  top: -50px;
  position: relative;
  width: 100%;
  min-height: 576px;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
}
.resources-container-wrapper #hs_cos_wrapper_module_17325483551977 {
  position: absolute;
}
.resources-container-wrapper .resource-listing-hero .hero-content-hub{
  max-width: 1523px;
  margin: 0px auto;
}
.resources-container-wrapper .resource-listing-hero .hero-wave{
  top: -162px !important;
}
.resources-container-wrapper .resources-list .resources-group-container{
  gap: 45px 32px;  
}
.resources-container-wrapper .resources-list .resource-card .resource-card-image {
  border-radius: 10px;
  margin-bottom: 23px;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.resources-container-wrapper .resources-list .resource-card .resource-card-image img {
  position: absolute;
  top: 0;
  object-fit: cover;
  height: 100%;
}
.resources-container-wrapper .resources-list .resource-card .circle-arrow-black:after {
  height: 29px;
  min-height: 29px;
  min-width: 29px;
  position: relative;
  width: 29px;
}
.resources-container-wrapper .resources-list .resource-card .resource-description{
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 104px;
}
.resources-container-wrapper .resources-list .resource-card .tag {
  padding: 6px;
}
.resources-container-wrapper .resources-list .hs-search-field__input,
.resources-container-wrapper .resources-list .hs-search-field__button{
  background: unset;
  padding: unset;
  border: unset;
}
.resources-container-wrapper .resources-list .resources-list-container .resources-filters .resources-filter .dropbtn,
.resources-container-wrapper .resources-list #searchInput::placeholder
.resources-container-wrapper .resources-list .hs-search-field__input::placeholder{
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.resources-container-wrapper .resources-list .resources-list-container .resources-filters .search .search-container #searchButton,
.resources-container-wrapper .resources-list .hs-search-field__button{
  left: unset;
  right: 23px;
}
.resources-container-wrapper .resources-list .resources-list-container .resources-filters .search .search-container #searchButton svg path
.resources-container-wrapper .resources-list .hs-search-field__button svg path{
  stroke-width: 2px;  
}
.resources-container-wrapper .resources-list .dropdown-content {
  background-color: #fff;
  border-radius: 0px 0px 30px 30px;
  border: 1px solid;
  box-shadow: 0px 4px 6px -2px #10182808, 0px 12px 16px -4px #10182814;
  margin-top: 0px;
  max-height: 350px;
  padding: 15px 0 20px;
  position: absolute;
  z-index: 9;
}
.resources-container-wrapper .resources-list .dropdown-content div{
  cursor: pointer;
}
.resources-container-wrapper .resources-list .dropdown-content div[selected],
.resources-container-wrapper .resources-list .dropdown-content div:hover{
  background: #000;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .resources-container-wrapper .resources-list .resource-card {
    max-width: calc(33.33333% - 21.34px) !important;
  }
}
@media screen and (min-width: 768px){
  .resources-container-wrapper .resources-list .resources-list-container .resources-filters .resources-filter,
  .resources-container-wrapper .resources-list .resources-list-container .search.resources-filter{
    max-width: 340px;
  }
  .resources-container-wrapper .resources-list .resource-card {
    max-width: calc(50% - 16px);
  }
}


.resources-list{
  padding-top: 60px;
  padding-bottom: 30px;
}
.resource-library .hero .hero-content{
  border-top: 1px solid;
  padding-top: 23px;
  max-width: 610px;
}
.resource-library .hero{
  padding-bottom: 20px;
}
.resource-library .hero .hero-content .hero-description{
  max-width: 100%;
}
.resources-list .resources-group-container{
  position: relative;
}
.resources-listing{
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
}


.resources-list .dropdown {
    position: relative;
    display: inline-block;
}

.resources-list .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 9;
  padding: 12px 15px;
  border-radius: 10px;
  box-shadow: 0 8px 19px -5px #d9d5c0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  max-height: 350px;
  overflow-y: auto;
  margin-top: 7px;
}

.resources-list .dropdown-content label {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  color: #212529;
  font-weight: 400;
  text-align: inherit;
  clear: both;
  width: 100%;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 3px 0;
  gap: 7px;
  align-items: center;
}
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  border: 1px solid ;
  border-radius: 0.5rem;
  width: 20px;
  height: 20px;
  align-items: center;
  cursor:pointer;
  position: relative;
}
input[type="checkbox"]::before {
  content: "";
  transform: scale(0);
  background-image: url('https://www.dmdconnects.com/hubfs/IQVIA-2024/checkmark-iqvia.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  height: 9px;
  background-position: center center;
  left: 2px;
  position: absolute;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
input[type="checkbox"]:hover {
  color: black;
}
.resources-list .dropdown-content .apply-btn {
  margin-top: 10px;
}
.resources-list .dropdown-content .apply-btn .btn{
  cursor: pointer;
}
.resources-list .dropdown-content {
    display: none;
}
.resources-list #searchForm {
    margin-top: 20px;
}
.resources-list #searchInput {
  color: #000;
  border: 1px solid #000000;
  padding: 10px 18px 12px 35px;
  border-radius: 5px;
  text-transform: none;
  width: 100%;
  height: 44px;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.10000000149011612px;
  text-align: left;
}

.resources-list .resources-list-container .resources-filters{
  gap: 15px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.resources-list .resources-list-container .resources-filters{
  padding-bottom: 20px
}
.resources-list .resources-list-container .resources-filters .resources-filter{
  width: 100%;
}
.resources-list .resources-list-container .resources-filters .resources-filter .dropdown,
.resources-list .resources-list-container .resources-filters .resources-filter .dropbtn,
.resources-list .resources-list-container .resources-filters .resources-filter .dropdown-content{
  width: 100%;
}
.resources-list .resources-list-container .resources-filters .resources-filter .dropbtn{
  display: block;
  position: relative;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  outline: 0;
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 12px;
  height: 44px;
  width: 100%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
}
.resources-list .resources-list-container .resources-filters .search .search-container{
  position: relative;
  max-height: 47px;
  border-radius: 0;
  
}
.resources-list .resources-list-container .resources-filters .search .search-container #searchButton{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  border: unset;
  background: transparent;
  display: flex;
}
.resources-list .resources-list-container .resources-filters .search .search-container #searchButton svg{
  width: 18px;
  height: 18px;
}
.resources-list .resources-list-container .resources-filters .search .search-container #searchButton svg path{
  stroke: ;
  stroke-width: 0.5;
}

.resources-list .resources-list-container .resources-filters .filter-container-sm{
  height: 44px;
  position: relative;
  width: 100%;
}
.resources-list .resources-list-container .resources-filters .search.resources-filter{
  height: 44px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .featured-resources-list{
    max-height: 450px;
    height: 100%;
  }
}
 .resources-group-container{
  display: flex;
  gap: 12px 15px;
  margin-top: 20px;
  justify-items: start;
}
.resource-card{
  width: 100%;
}

.resource-card{
  transition: all 400ms ease-in-out;
  border-radius: 10px;
  display: flex;
  flex-direction: column; 
  width: 100%;
  overflow: hidden;
  padding: 25px 20px;
}

 .resource-card .resource-image img{
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.resources-group-container .resource-card .resource-card-content{
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.resources-group-container .resource-card .resource-card-content .resource-card-info{
  margin-top: 10px;
}
.resources-list .clear {
    cursor: pointer;
    margin-left: 5px;
    color: red;
}

.resources-list .clear {
    display: none;
}

.resources-list .dropbtn.active .clear, .search-container.active .clear {
    display: inline; 
}
.resources-list #searchInput::placeholder{
  color: #999;
  line-height: 1;
}
.resources-list #clearFilters{
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  border: none;
  background: transparent;
  text-decoration: underline;
}


.resources-list .pagination-nav .nav-item:hover{
  text-decoration: underline;
}
.resources-list .pagination-nav .nav-item.active{
  cursor: unset;
  text-decoration: none;
}

.resources-list .pagination-nav{
  margin-top: 3rem;
  margin-bottom: 3em;
}

.resources-list .resources-list-container .resources-filters .arrow{
  position: absolute;
  right: 15px;
  width: 18px;
  display: flex;
  height: 18px;
  z-index: 8;
  top: 18px
}
.resources-list .resources-filter .dropdown.open .dropdown-content{
  display: block
}
.resources-list .resources-list-container .resources-filters .resources-filter.filter-active .dropbtn{
  background: #06122F;
}

.resources-list .resources-list-container .resources-filters .resources-filter.dropdown-open .dropbtn{
  border: 1px solid #000;
  border-radius: 25px 25px 0px 0px;
  border-bottom: 0px;
}
.resources-list .resources-list-container .resources-filters .resources-filter .arrow{
  transition: transform 0.2s linear;
}

.resources-list .resources-list-container .resources-filters .resources-filter.dropdown-open .arrow{
  transform: scaleY(-1);
  top: 14px;
}
.resources-group-container .resource-card .resource-card-content .resource-card-info p{
  margin-bottom: 5px;
}

.resources-listing .featured-resources-list .individual-featured-resource-inner{
  gap: 20px
}
.resources-listing .featured-resources-list .individual-featured-resource-inner .featured-resource-image{
  width: 100%;
  align-items: center;
  flex: 1;
  max-height: 450px;
}
.resources-listing .featured-resources-list .individual-featured-resource-inner .featured-resource-image img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.resources-listing .featured-resources-list .individual-featured-resource-inner .featured-resource-content{
  padding: 0px 0px 30px;
}

.resources-listing .featured-resources-list .individual-featured-resource-inner{
  height: 100%;
  padding: 30px 30px 70px 30px;
}
@media (min-width: 768px) {
  .resources-listing .featured-resources-list .individual-featured-resource-inner .featured-resource-content{
    flex:  0 0 51%;
    padding: 50px 50px 50px 15px;
  }
}
.resources-listing .featured-resources-list .featured-resources-slider .slick-dots{
  display: flex;
  justify-content: center;
  padding-top: 70px
}
.resources-listing .featured-resources-list .featured-resources-slider .slick-dots li{
  background-color: #fff;
  border: 2px solid #0bdad2;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  margin: 0 8px;
  cursor: pointer
}
.resources-listing .featured-resources-list .featured-resources-slider .slick-dots li.slick-active{
  background-color: #0bdad2;
}
.resources-listing .featured-resources-list .featured-resources-slider .slick-dots li::marker{
  content: none;
}
.resources-listing .featured-resources-list .featured-resources-slider .slick-dots li button{
  display: none;
}


.row{
  display: flex;
  flex-wrap: wrap;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px){
  .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%;
  }
  .col-md-4{
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-2{
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-12{
     flex: 0 0 100%;
     max-width: 100%;
  }
}
@media (min-width: 992px){
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-3{
    flex: 0 0 25%;
    max-width: 25%;
  }
}


.resource-card-info h7{
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
  padding: 4px 10px;
  border-radius: 10px;
}
.resource-card .resource-card-content .resource-card-info h5,
.resource-card-info h2{
  padding-top: 14px
}
@media(min-width: 992px){
    .resource-card .resource-card-content .resource-card-info h5,
  .resource-card-info h2{
    padding-top: 16px
  }
}

.resource-card .resource-image{
  width: 100%;
  max-height: 220px;
}
.featured-resource-content .resource-card-info h2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-bottom: 70px;
  padding-bottom: 0.14em;
}
@media (max-width: 768px) {
  .featured-resource-image {
    border-radius: 20px;
  }
  
}
.swiper-navigation-container{
  position: absolute;
    bottom: 20px;
    width: 100%;
    right: 0;
    padding-right: 15px;
    justify-content: space-between;
    padding-left: 15px;
}
.swiper-navigation-container .swiper-pagination{
  position: relative;
  width: fit-content !important;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .swiper-navigation-container{
      bottom: 50px;
      flex: 0 0 51%;
      max-width: 51%;
  }
  .featured-resource-content .resource-card-info h2{
    margin-bottom: 100px;
  }
  .swiper-navigation-container{
      padding-right: 50px;
  }
}

.featured-resources-list .swiper-slide{
  height: auto;
}

.swiper-navigation-container .swiper-pagination .swiper-pagination-bullet{
  width: 10px;
  background-color: #140B42;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}
.swiper-navigation-container .swiper-pagination .swiper-pagination-bullet-active{
  width: 16px;
  background-color: ;
  border-radius: 50px;
}


.remove-filters .selected-filters-container .selected-filter{
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  padding: 9px 19px;
  border-radius: 20px;
  margin-bottom: 0;
  position: relative;
  padding-right: 35px;
}
.remove-filters .selected-filters-container .selected-filter .remove-filter{
  cursor: pointer;
  display: inline-grid;
  margin-top: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  margin-top: 1px;
}
.remove-filters .selected-filters-container p+p{
  margin-top: 0;
}
.remove-filters .selected-filters-container {
  gap: 7px;
  padding-top: 8px;
}
.remove-filters{
  gap: 15px;
}
.no-results{
  margin-top: 30px;
}
.pagination-nav .pagination-nav-inner .page-nav{
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: ;
}
.pagination-nav .pagination-nav-inner .page-nav.active{
  padding: 11px 15px 11px 15px;
  gap: 8px;
  border-radius: 50%;
  background: ;
  color: ;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
}

.pagination-nav .pagination-nav-inner .navigation-pages{
  gap: 10px 22px;
  padding-left: 20px;
  padding-right: 20px;
}
.pagination-nav .pagination-nav-inner .previous-posts-link,
.pagination-nav .pagination-nav-inner .next-posts-link{
  visibility: hidden;
}
.pagination-nav .pagination-nav-inner .previous-posts-link.visible,
.pagination-nav .pagination-nav-inner .next-posts-link.visible{
  visibility: visible;
}
.resources-listing .swiper-pagination {
  z-index: 8;
}
.pagination-nav{
  padding-top: 30px;
}
@media (max-width: 768px) {
  .resources-list .resources-list-container .resources-filters .search .search-container #searchButton{
    left: 2px;
  }
  .resources-list #searchInput{
    padding-left: 40px;
  }
  .pagination-nav .pagination-nav-inner .previous-posts-link span, .pagination-nav .pagination-nav-inner .next-posts-link span{
    display: none;
  }
}
@media (min-width: 768px) {
  .pagination-nav .pagination-nav-inner .previous-posts-link svg{
    margin-right: 5px;
    margin-bottom: -2px;
  }
  .pagination-nav .pagination-nav-inner .next-posts-link svg{
    margin-left: 5px;
    margin-bottom: -2px;
  }
}

.news-library{
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .resources-listing .featured-resources-list .individual-featured-resource-inner .featured-resource-image,
  .resources-listing .featured-resources-list{
    border-radius: 18px;
  }
  .swiper .swiper-slide {
    height: auto;
  }
  .resources-listing .featured-resources-list .individual-featured-resource-inner .featured-resource-image{
    height: 240px;
    width: auto;
    flex: unset;
  }
}
.search-container {
  position: relative;
  display: flex;
  align-items: center;
}

.search-container #clearSearch {
  position: absolute;
  right: 10px; 
  background: none;
  border: none;
  cursor: pointer;
}
.resource-card .resource-card-content .resource-card-info h5{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.resources-list .dropdown-content label{
  user-select: none;
  cursor: pointer;
}
.resources-list .dropdown-content label input[type="checkbox"] {
  cursor: pointer; 
}

.resources-list .swiper-container {
  opacity: 0;
  transition: opacity 0.5s ease-in-out; 
}

.resource-listing-hero >.hs_cos_wrapper{
  width: 100%
}
.resource-listing-hero{
  margin-top: 130px;
}
.resources-group-container .resource-card .resource-card-content .resource-button{
  margin-top: 5px;
}
 .hero-content .hero-media .featured-resources-list{
    margin-bottom: 30px;
  }
@media (min-width: 768px){
  .resource-card,.filter-container-lg, .filter-container-sm{
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  max-width: calc(50% - 10px);
  }
  .hero-content .hero-media .featured-resources-list{
    width: 65% !important;
  }
  .hero-content .hero-media .featured-resources-list{
     max-height: 350px;
    margin-bottom: 0;
  }
}
.resources-listing .swiper-pagination {
  bottom: -6px !important;
}
@media (min-width: 992px){
   .resource-card,.filter-container-lg, .filter-container-sm{
    flex: 1 0 33.3333333333%;
    max-width: calc(33.3333333333% - 10px);
  }
  .resources-group-container{
  gap: 35px 15px;
 }
}

.resources-list .pagination-nav .nav-item{
  padding: 0 15px
}

.stats-container .stats--item {
  max-width: 337px;
  position: relative;
  width: 100%;
  padding: 40px 36px;
}
.stats-container {
  gap: 20px;
}
.stats .single-button {
  margin-top: 40px;
}
.stats-container .stats--item .stat-number{
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px; 
  letter-spacing: -2.16px;
  margin-top: 0;
}
.stats-container .stats--item .stats--info{
  margin-bottom: 0;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .stats-container .stats--item .stat-number {
    font-size: 52px;
    line-height: 65px; 
  }
  .stats .content-intro{
    margin-bottom: 50px;
  }
}
.stats-container .stats--item span:not(.stat-number){
  margin-bottom: 4px;
}
.stats-container .stats--item .stat-unit-before{
  margin-right: 8px;
}
.stats-container .stats--item .stat-unit-after{
  margin-left: 8px;
}

