



html {
  overflow-x: hidden;
}
body{
  margin: 0;
}
.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;
  }
.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;
}

.items-center{
  justify-items: center;
}
.items-start{
	justify-items: start;
  }
@media(max-width: 450px){
.items-start-mb{
	justify-items: start;
  }
}
.justify-between{
  justify-content: space-between;
}

.justify-evenly{
  justify-content: space-evenly;
}
.gap-15{
  gap: 15px;
}
.gap-20{
  gap: 20px;
}
.gap-40-20{
  column-gap: 20px;
  row-gap: 40px;
}
.gap-30{
  gap: 30px;
}
.gap-40{
  gap: 40px;
}
.gap-0{
  gap: 0;
}
.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;
}

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


@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)
  }
  .gap-md-20{
    gap: 20px;
  }
  .gap-md-40-20{
    column-gap: 20px;
    row-gap: 40px;
  }
  .gap-md-40{
    gap: 40px;
  }
}

@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)
   }
 }
@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)
  }
}

@media(min-width: 1400px){
  .grid-1-column-lg{
  grid-template-columns: repeat(1, 1fr)
  }
  .grid-2-column-lg{
    grid-template-columns: repeat(2, 1fr)
  }
  .grid-3-column-lg{
    grid-template-columns: repeat(3, 1fr)
  }
  .grid-4-column-lg{
    grid-template-columns: repeat(4, 1fr)
  }
  .grid-5-column-lg{
    grid-template-columns: repeat(5, 1fr)
  }
}

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

.bg-cover{
  background-size: cover;
}
.object-cover{
  object-fit: cover;
}
.bg-contain{
  background-size: contain;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.bg-center{
  background-position: center;
}
.bg-transparent{
  background: transparent;
}
.bg-light {
  background: #D3DBFF;
}
.bg-gradient {
  background: linear-gradient(0deg, #F5F9FF, #F5F9FF), linear-gradient(90deg, rgba(245, 249, 255, 0) 22%, #F5F9FF 50%);
}
.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;
  }
   .align-md-end {
    align-items: flex-end;
  }
  .align-md-center{
   align-items: center; 
  }
  .col-md-6{
	flex: 0 0 50%;
	max-width: 50%;
	}
	.d-md-none{
		display: none !important;
	}
	.d-md-block{
		display: block !important;
	}
  	.w-md-40{
		width: 40%;
	}
  	.w-md-50{
		width: 50%;
	}
  .w-md-60{
		width: 60%;
	}
}
.ml-auto{
  margin-left: auto;
}
.mr-auto{
  margin-right: auto;
}
.mt-auto{
  margin-top: auto;
}
.mb-auto{
  margin-bottom: auto;
}
.mr-0{
  margin-right: 0;
}
.ml-0{
  margin-left: 0;
}
.mt-0{
  margin-top: 0;
}
.mb-0{
  margin-bottom: 0;
}
html {
  scroll-behavior: smooth;
}
img{
  height: auto;
  max-width: 100%;
}
.border-radius-5{
  border-radius: 5px;
}
.border-radius-10{
  border-radius: 10px;
}
.border-radius-16{
  border-radius: 16px;
}
.border-radius-24{
  border-radius: 24px;
}
.form-wrapper {
  padding: 40px;
  background: #515258;
  border-radius: 24px;
  overflow: hidden;
}
.form-wrapper form{
  margin-left: auto;
  margin-right: auto;
}
.form-wrapper  h4,
.form-wrapper  p{
  /* max-width: 400px; */
  margin-left: auto;
  margin-right: auto;
}
.form-wrapper .form-title{
	margin-bottom: 24px;
}
.form-wrapper form input {
  border: 1px solid;
  border-color: ;
  border-radius: 12px;
  width: 100%;
  padding-left: 10px;
}
.form-wrapper form .hs-input{
	padding-left: 10px;
}
.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;
}
.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: ;
}
.form-wrapper form input:focus-visible,
.form-wrapper form textarea:focus-visible{
	outline-color: ;
	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;
}

.form-wrapper form .grecaptcha-badge{
	transform: scale(0.7);
    margin-left: -38px;
}
.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{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  height: 44px;
}
.form-wrapper form textarea{
	min-height: 104px;
	width: 100%;
    border: 1px solid rgba(20, 11, 66, 0.25) !important;
    border-radius: 12px;
}
.form-wrapper form .hs-form-field label{
	margin-bottom: 7px;
	display: block;
}
.form-wrapper form .hs-form-field .input select{
	width: 100%;
	border: 1px solid rgba(20, 11, 66, 0.25);
    border-radius: 12px;
}
.form-wrapper form label{
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  color: ;
}
.form-wrapper form .hs_error_rollup label{
	display: none;
}

.form-wrapper form .legal-consent-container .hs-richtext,
.form-wrapper form .hs-dependent-field .inputs-list .hs-form-booleancheckbox label span{
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: ;
}
.form-wrapper form .legal-consent-container .hs-richtext a,
.form-wrapper form .hs-dependent-field .inputs-list .hs-form-booleancheckbox label span a{
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: ;
}

.form-wrapper form .hs_submit{
	width:fit-content;
	margin-top: 10px;
}

.form-wrapper form .hs_submit .actions input{
  background: ;
  color: ;
  border: 1px solid ;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 100px;
  cursor: pointer;
  transition: all ease 0.4s;
  font-weight: 500;
}

.form-wrapper form .hs_submit .actions input:hover{
  color: #FFFFFF;
  background: ;
  border: 1px solid ;
}
.form-wrapper form .hs_submit .actions input:focus{
  background: ;
  color: ;
  border: 1px dashed ;
}
.form-wrapper form .hs_submit .actions input:active{
  background: ;
  color: #FFFFFF;
  border: 1px dashed ;
}
.form-wrapper form .hs_submit .actions input:disabled{
  background: #515258;
  color: ;
  border: 1px dashed #515258;
}
.form-wrapper form .hs-fieldtype-textarea.hs-input{
  border: unset;
}

.form-wrapper form .hs-error-msg,
.form-wrapper form .hs_error_rollup label{
  color: ;
  margin-top: 5px;
}
.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: 10px;
}
.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;
	margin-top: -5px;
}
.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: 20px;
	height: 20px;
	border-radius: 6px;
	background: #FFFFFF;
	position: relative;
}
.form-wrapper form .hs-dateinput input{
	height: 44px;
}
.form-wrapper .fn-date-picker .pika-lendar table{
	min-width: unset;
}


.shadow-hover{
	box-shadow: 0px 4px 10px 0px #5713891F;
}
.shadow-purple-left{
	box-shadow: -75.38px 19.95px 157.76px -21.76px #51228F24;
}
.shadow-purple-right{
	box-shadow: 56.21px 14.87px 117.64px -16.23px #51228F24;
}
.shadow-cards{
  box-shadow: 0px 20px 24px -4px #10182814;
}
.wf-loading * { 
	opacity: 0; 
	}

.swiper-container{
	overflow: hidden;
	position: relative;
}


img.zoom-on-hover:hover,
.card-hovered:hover img.zoom-on-hover{
	transform: scale(1.1); 
}
img.zoom-on-hover,
.card-hovered:hover img.zoom-on-hover{
	transition: transform .2s;
}
.border-radius-12{
	border-radius: 12px;
}
.border-radius-24{
	border-radius: 24px;
}
.border-radius-32{
	border-radius: 32px;
}
.overflow-hidden{
	overflow: hidden;
}

.module-default-padding{
	padding-top: 42px;
	padding-bottom: 42px;
}
@media (min-width: 768px) {
	.module-default-padding{
		padding-top: 60px;
		padding-bottom: 80px;
	}
}



.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: 35px;
  }
  
@media(min-width: 768px){
	.video-container .video-playBtn{
		width: 144px;
		height: 144px;
	}
}
.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%;
}


.content-intro .single-button,
.content-intro .button-group{
	margin-top: 20px;
  }
.content-intro .description{
	margin-top: 15px;
}
.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;
}
.content-intro .headline{
	margin-bottom: 0;
}
*, *: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: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

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

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}
/* 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;
}

/*  Font Families */

@font-face {
   font-family: 'EuclidCircular';
   src: url('https://info.AllSquareDesigns.com/hubfs/Website%20Fonts%202025/TTF/EuclidCircularA-Light.ttf') format('truetype');
   font-weight: 300;
}

@font-face {
   font-family: 'EuclidCircular';
   src: url('https://info.AllSquareDesigns.com/hubfs/Website%20Fonts%202025/TTF/EuclidCircularA-Regular.ttf') format('truetype');
   font-weight: 400;
}

@font-face {
   font-family: 'EuclidCircular';
   src: url('https://info.AllSquareDesigns.com/hubfs/Website%20Fonts%202025/TTF/EuclidCircularA-Medium.ttf') format('truetype');
   font-weight: 500;
}

@font-face {
   font-family: 'EuclidCircular';
   src:url('https://info.AllSquareDesigns.com/hubfs/Website%20Fonts%202025/TTF/EuclidCircularA-Semibold.ttf') format('truetype');
   font-weight: 600;
}

@font-face {
   font-family: 'EuclidCircular';
   src: url('https://info.AllSquareDesigns.com/hubfs/Website%20Fonts%202025/TTF/EuclidCircularA-Bold.ttf') format('truetype');
   font-weight: 700;
}

body{
  font-family: 'Inter' !important;
}

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

.tx-white h1,
.tx-white .h1,
.tx-white h2,
.tx-white .h2,
.tx-white h3,
.tx-white .h3,
.tx-white h4,
.tx-white .h4,
.tx-white h5,
.tx-white .h5,
.tx-white h6,
.tx-white .h6,
{
  color: #FFFFFF
}

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

.content-bullets ul li::marker{
  display: none
}
.content-bullets ul {
  padding-left: 31px;
}
.content-bullets ul li{
  position: relative;
}
.content-bullets ul li{
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.1px;
  text-align: left;
  padding-bottom: 5px;
}

.content-bullets ul li::before{
  content: "";
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.75' y='1.25' width='22.5' height='22.5' stroke='#4CC88C' stroke-width='1.5'/%3E%3Cpath d='M6.22223 11.6111L10.6667 16.0556L18.2222 8.5' stroke='#4CC88C' stroke-width='1.5'/%3E%3C/svg%3E");
  left: -33px;
  position: absolute;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 3px;
}
.content-bullets.tx-white ul li::before{
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.500061 12.5C0.500061 6.14873 5.64879 1 12.0001 1C18.3513 1 23.5001 6.14873 23.5001 12.5C23.5001 18.8513 18.3513 24 12.0001 24C5.64879 24 0.500061 18.8513 0.500061 12.5Z' stroke='white'/%3E%3Cpath d='M6 12.5L10 16.5L18 8.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.content-bullets ul {
  list-style: none;
  margin: 15px 0;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  word-break: normal;
}


.tx-center{
  text-align: center;
}
.tx-left{
  text-align: left;
}
.tx-inherit{
  color: inherit;
}
@media (max-width: 768px) {
  .tx-center-mb{
    text-align: center;
  }
  .tx-left-mb{
    text-align: left;
  }
}
.italic{
  font-style: italic;
}
.regular{
  font-weight: 400;
}
.medium{
  font-weight: 500;
}
.semiBold{
  font-weight: 600;
}
.bold{
  font-weight: 700;
}

.stats-number{
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
}

.content-intro p{
  /* font-size: 18px; */
  /* font-weight: 400; */
  /* line-height: 26px; */
}


.btn,
.cta a{
  text-align: center;
  font-family: 'Inter' !important;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2%;
  transition: all ease 0.4s;
  display: flex;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 14px;
  padding: 23px 29px;
  position: relative;
  white-space: nowrap;
  align-items: center;
  text-transform: uppercase;
  border-radius: 2px
}
.btn svg{
  margin-left: 8px;  
  width: 11px;
  height: 9px;
  display: flex
}

a{
  font-style: normal;
  letter-spacing: 0px;
  transition: all ease 0.4s;
  text-decoration: none !important;
}

.mint-btn,
.mint-cta a{
  border: 1px solid #4CC88C;
  background: #4CC88C;
  color: #FFFFFF;
}
.mint-btn:hover,
.mint-cta:hover a{
  border: 1px solid #4CC88C;
  background: #FFFFFF;
  color: #4CC88C;
}
.mint-btn svg path{
  stroke: #FFFFFF;
}
.mint-btn:hover svg path{
  stroke: #4CC88C;
}

.purple-btn,
.purple-cta a{
  border: 1px solid #8745E8;
  background: #8745E8;
  color: #FFFFFF;
}
.purple-btn:hover,
.purple-cta:hover a{
  border: 1px solid #8745E8;
  background: #FFFFFF;
  color: #8745E8;
}
.purple-btn svg path{
  stroke: #FFFFFF;
}
.purple-btn:hover svg path{
  stroke: #8745E8;
}

.white-btn,
.white-cta a{
  border: 1px solid #2E3A72;
  background: #FFFFFF;
  color: #2E3A72;
}
.white-btn:hover,
.white-cta:hover a{
  border: 1px solid #2E3A72;
  background: #2E3A72;
  color: #FFFFFF;
}
.white-btn svg path{
  stroke: #2E3A72;
}
.white-btn:hover svg path{
  stroke: #FFFFFF;
}

.text-link-btn,
.text-link-cta a {
  background: transparent;
  color: #2E3A72;
  padding-left: 0;
}
.text-link-btn:hover,
.text-link-cta:hover a{
  background: transparent;
  color: #FFFFFF;
}
.text-link-btn svg path{
  stroke: #2E3A72;
}
.text-link-btn:hover svg path{
  stroke: #FFFFFF;
}
/* No button */

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

.button-group {
  gap: 20px 15px;
}
/* .single-button,.button-group{
  margin-bottom: 30px;
} */
.swiper-button-next::after,
.swiper-button-prev::after{
  content: "" !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 116px !important;
  height: 22px !important;
}
.swiper-button-next,
.swiper-button-prev{
  background-repeat: no-repeat;
  color: unset !important;
  top: unset !important;
  position: relative !important;
  right: unset !important;
  left: unset !important;
  margin-top: 0 !important;
  z-index: 2!important;
}
@media(min-width: 768px){
  .swiper-button-next::after,
  .swiper-button-prev::after{
    content: "" !important;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after{
  transition: all ease 0.2s;
}

.swiper-button-prev::after{
  transform: rotate(180deg);
}
.swiper-button-prev{
  padding: 7px 20px 6px 12px;
}
.swiper-button-next{
  padding: 7px 12px 6px 20px;
}
.swipper-nav{
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 55px !important;
}
.swiper-button::after{
  filter: unset;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTE4JyBoZWlnaHQ9JzI0JyB2aWV3Qm94PScwIDAgMTE4IDI0JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J00wIDEySDE1Nk0xMTYgMTJMMTAzLjc3OCAxTTExNiAxMkwxMDUuNDA4IDIzJyBzdHJva2U9JyMyRTNBNzInIHN0cm9rZS13aWR0aD0nMicvPjwvc3ZnPg==");
}
.swiper-button{
  width: 148px !important;
  height: 35px !important;
}
.swiper-button-next svg, .swiper-button-prev svg{
  display: none;
}
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 */


/*  set footer_font_color = theme.footer.text.color.color */


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




html {
  font-size: 20px;
}

body,p {
  font-family: Inter; font-style: normal; font-weight: normal; text-decoration: none;
  color: #272D37 !important; 
  font-size: 20px;
  line-height: 28px;
}

a{
  color: #2E3A72
}


.preheader{
  font-family: Inter; font-style: normal; font-weight: 500; text-decoration: none;
  color: #272D37;
  font-size: 24px;
  line-height: 32px;
}

/* Headings */

h1,
.h1 {
  font-family: Gabarito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2E3A72;
  font-size: 72px;
  line-height: 77px;
  font-family: Gabarito;
      font-weight: 600;
}

h2,
.h2 {
  font-family: Gabarito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2E3A72;
  font-size: 64px;
  line-height: 68px;
  font-family: Gabarito;
      font-weight: 400;
}

h3,
.h3 {
  font-family: Inter; font-style: normal; font-weight: 400; text-decoration: none;
  color: #2E3A72;
  font-size: 48px;
  line-height: 50px;
  font-family: Gabarito;
      font-weight: 400;
}

h4,
.h4 {
  font-family: Inter; font-style: normal; font-weight: 400; text-decoration: none;
  color: #2E3A72;
  font-size: 40px;
  line-height: 48px;
  font-family: Gabarito;
      font-weight: 400;
}

h5,
.h5 {
  font-family: Inter; font-style: normal; font-weight: 500; text-decoration: none;
  color: #2E3A72;
  font-size: 24px;
  line-height: 32px;
  font-family: Inter;
      font-weight: 600;
}

h6,
.h6 {
  font-family: Inter; font-style: normal; font-weight: 500; text-decoration: none;
  color: #2E3A72;
  font-size: 16px;
  line-height: 24px;
  font-family: Inter;
      font-weight: 500;
}


@media(max-width: 768px){
    h1, .h1{
      font-family: "Lato";
      font-size: 40px;
      line-height: 48px;
      font-weight: 600;
  }

  h2, .h2{
      font-family: "Lato";
    font-size: 36px;
    line-height: 44px;
      font-weight: 600;
  }

  h3, .h3{
      font-family: "Lato";
    font-size: 36px;
    line-height: 40px;
      font-weight: 400;
  }
   h4, .h4{
      font-family: "Lato";
    font-size: 28px;
    line-height: 38px;
      font-weight: 400;
  }
   h5, .h5{
      font-family: "Lato";
    font-size: 24px;
    line-height: 30px;
      font-weight: 400;
  }
   h6, .h6{
      font-family: "Lato";
    font-size: 14px;
    line-height: 18px;
      font-weight: 400;
  }
}

.stats-number{
  font-size: 52px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -1.71px;
}

h1 b, h1 strong{
  color: #8745E8;
  font-weight: 600
}




.footer-container {
  background-color: #FBFAFA;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer div,
.footer span,
.footer li,
.footer a{
  color: ;
}






.bg-mint{
  background-color: #4CC88C;
}
.bg-purple{
  background-color: #8745E8;
}
.bg-navy{
  background-color: #2E3A72;
}
.bg-dusty{  
  background-color: #4C547A;
}
.bg-periwinkle{
  background-color:#8288A2;
}
.bg-charcoal{
  background-color: #515258;
}
.bg-ice{
	background-color: #F8F9F9;
  }
.bg-frost{
	background-color: #F5F9FF;
  }
.bg-white{
  background-color: #FFFFFF
}
.bg-grey{
  background-color: #272D37
}
.bg-pale {
  background-color: #ECF1FF
}





.tx-mint{
  color: #4CC88C;
}

.tx-purple{
  color: #8745E8;
}
.tx-navy{
  color: #2E3A72;
}
.tx-dusty{  
  color: #4C547A;
}
.tx-periwinkle{
  color:#8288A2;
}
.tx-charcoal{
  color: #515258;
}
.tx-ice{
	color: #F8F9F9;
  }
.tx-frost{
	color: #F5F9FF;
  }
.tx-white{
  color: #FFFFFF
}
.tx-grey{
  color: #272D37
}

.swiper-pagination-bullet-active{
  background: #F3EBFA !important;
}
.swiper-pagination-bullet{
  background: #FFFFFF8C !important;
}
.content-bullets ul li strong{
  color: #4C547A;
  font-weight: 500
}

.cards-reveal-effect .card:hover,
.cards-reveal-effect .card.hover-simulation{
  color: #FFFFFF;
  background: ;
}

.cards-image-gallery .card:hover{
  background: #8745E8;
}
.cards-image-gallery .content-intro:not(.tx-white) .headline{
  color: #2E3A72; 
}

.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{
  /* max-width: 820px; */
  /* margin-left: auto; */
  margin-top: 20px;
}
.resource-individual .related-resources {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .resource-individual .content-body .content-body-inner{
    /* max-width: 820px; */
    /* margin-left: auto; */
    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 .resource-container,
.resource-individual .content-container:not(.has-media),
.resource-individual .content-container p,
.resource-individual .content-container h2,
.resource-individual .content-container h3,
.resource-individual .content-container h4,
.resource-individual .content-container h5,
.resource-individual .content-container h6,
.resource-individual .content-container h7,
.resource-individual .content-container h8,
.resource-individual .content-container blockquote,
.resource-individual .content-container ul,
.resource-individual .content-container ol,
.resource-individual .content-container table,
.resource-individual .speakers-container,
.resource-individual #spinnerContainer{
  max-width: 820px;
  margin-left: auto;
}
.resource-individual .content-container.podcast{
  max-width: 820px;
  margin-left: auto;
}
/* .resource-individual .content-container.podcast .hs-embed-content-wrapper >div{
  padding-bottom: 200px !important
} */

.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;
}
/* table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #99acc2;
}

table td {
  padding: 4px;
  border: 1px solid #ddd;
}

@media screen and (max-width: 600px) {
  table tr {
    display: block;
    margin-bottom: 15px;
  }

 table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 50%;
  }

  table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
  }
} */
.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: #515258;
}
.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 #515258; 
  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;
}
.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;
}
@media (max-width: 767px) {
  .resource-library .hero .hero-content {
     align-items: flex-start; 
  }
  .resource-library .hero{
    padding-bottom: 10px;
  }
}
.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);
  padding-bottom: 70px;
  border-radius: 8px;
}

@media (max-width: 992px){
  .resources-listing{
    padding: 0 20px 50px 20px;
  }
}
.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('');
  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 ;
  padding: 10px 18px 12px 35px;
  border-radius: 10px;
  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: ;
  cursor: pointer;
  outline: 0;
  background-color: #FFFFFF;
  border: 1px solid ;
  border-radius: 10px;
  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;
}
@media (min-width: 992px) {
 .resources-group-container{
  gap: 35px 15px;
 }
}
.resource-card{
  /* max-width: 450px; */
  width: 100%;
}
@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);
  }
}
@media (min-width: 992px){
   .resource-card,.filter-container-lg, .filter-container-sm{
    flex: 1 0 33.3333333333%;
    max-width: calc(33.3333333333% - 10px);
  }
}
.resource-card{
  transition: all 400ms ease-in-out;
  border-radius: 10px;
  display: flex;
  flex-direction: column; 
  width: 100%;
  overflow: hidden;
}

 .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;
  padding-top: 7px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
@media (min-width: 992px) {
  .resources-group-container .resource-card .resource-card-content{
    padding-top: 15px;
  }
}
.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: 14px
}

.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 ;
}
.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: rotate(180deg);
  top: 14px;
}
.resources-group-container .resource-card .resource-card-content .resource-card-info p{
  margin-bottom: 5px;
}
.resources-group-container .resource-card .resource-card-content .btn,
.resources-listing .featured-resources-list .individual-featured-resource-inner .featured-resource-content .featured-resource-button .btn{
  font-size: 14px;
  font-size: .875rem;
  font-weight: 600;
  background-color: #fff;
  color: #524fef !important;
  border: 2px solid #524fef;
  text-transform: none !important;
  padding: 6px 18px;
  border-radius: 24px;
}
.resources-group-container .resource-card .resource-card-content .btn:hover,
.resources-listing .featured-resources-list .individual-featured-resource-inner .featured-resource-content .featured-resource-button .btn:hover{
  background-color: #524fef;
  color: #fff !important;
  font-weight: 400 !important;
}
.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%;
}
@media (min-width: 768px) {
  .resources-listing .featured-resources-list .individual-featured-resource-inner{
    gap: 40px
  }
  .resources-listing .featured-resources-list .individual-featured-resource-inner .featured-resource-image{
    /* max-width: 38%;
    flex: 0 0 38%; */
  }
}

/* @media (min-width: 1200px) {
  .resources-listing .featured-resources-list .individual-featured-resource-inner .featured-resource-image{
    max-width: 49%;
    flex: 0 0 49%;
  }
} */
.resources-listing .featured-resources-list .individual-featured-resource-inner .featured-resource-content{
  padding: 15px 20px;
}
/* .featured-resources-list{
  min-height: 450px;
  height: 100%;
} */
.resources-listing .featured-resources-list .individual-featured-resource-inner{
  height: 100%;
}
@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%;
  aspect-ratio: 4 / 3;
}
.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: #FFFFFF;
  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;
  }
  .pagination-nav .pagination-nav-inner .previous-posts-link, .pagination-nav .pagination-nav-inner .next-posts-link {
    max-width: 44px;
    max-height: 44px;
    padding: 10px 14px;
    display: block;
  }
}
.pagination-nav .pagination-nav-inner .previous-posts-link:hover svg path, .pagination-nav .pagination-nav-inner .next-posts-link:hover svg path{
  fill: #FFFFFF;
}
@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;
}
.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; 
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font: inherit;
    margin: 0;
    overflow: visible;
    padding: 15px;
    text-transform: none;
    transition-duration: .15s;
    transition-property: opacity,filter;
    transition-timing-function: linear
}

.hamburger.is-active:hover,.hamburger:hover {
    opacity: .7
}

.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before {
    background-color: var(--gray-400)
}

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

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

.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before {
    background-color: #000;
    border-radius: 4px;
    height: 4px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 2rem
}

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

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

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

.hamburger--3dx .hamburger-box {
    perspective: 80px
}

.hamburger--3dx .hamburger-inner {
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent!important;
    transform: rotateY(180deg)
}

.hamburger--3dx.is-active .hamburger-inner:before {
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent!important;
    transform: rotateY(-180deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
    perspective: 80px
}

.hamburger--3dy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent!important;
    transform: rotateX(-180deg)
}

.hamburger--3dy.is-active .hamburger-inner:before {
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent!important;
    transform: rotateX(180deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent!important;
    transform: rotateX(180deg) rotateY(180deg)
}

.hamburger--3dxy.is-active .hamburger-inner:before {
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
    perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before {
    transition: transform 0s cubic-bezier(.645,.045,.355,1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent!important;
    transform: rotateX(180deg) rotateY(180deg) rotate(-180deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
    transform: translate3d(0,-10px,0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
    transform: translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
    transform: translate3d(-8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
    transform: translate3d(8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
    transform: translate3d(8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
    transition: top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt .hamburger-inner:after {
    transition: bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
    top: 0;
    transform: translate3d(-8px,-10px,0) rotate(-45deg) scaleX(.7);
    transition: top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
    bottom: 0;
    transform: translate3d(-8px,10px,0) rotate(45deg) scaleX(.7);
    transition: bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s
}

.hamburger--arrowalt-r .hamburger-inner:before {
    transition: top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
    transition: bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
    top: 0;
    transform: translate3d(8px,-10px,0) rotate(45deg) scaleX(.7);
    transition: top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: translate3d(8px,10px,0) rotate(-45deg) scaleX(.7);
    transition: bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s
}

.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
    transform: translate3d(8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
    transform: translate3d(8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
    transform: translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
    transform: translate3d(-8px,0,0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before {
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
    opacity: 0;
    top: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
    bottom: 0;
    top: auto;
    transition-delay: .13s;
    transition-duration: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0,-10px,0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    opacity: 0;
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s
}

.hamburger--collapse-r .hamburger-inner {
    bottom: 0;
    top: auto;
    transition-delay: .13s;
    transition-duration: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse-r .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0,-10px,0) rotate(45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
    opacity: 0;
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s
}

.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: .275s;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(135deg);
    transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner:before {
    opacity: 0;
    transition-delay: 0s
}

.hamburger--elastic.is-active .hamburger-inner:after {
    transform: translate3d(0,-20px,0) rotate(-270deg);
    transition-delay: 75ms
}

.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: .275s;
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic-r .hamburger-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68,-.55,.265,1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(-135deg);
    transition-delay: 75ms
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
    opacity: 0;
    transition-delay: 0s
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
    transform: translate3d(0,-20px,0) rotate(270deg);
    transition-delay: 75ms
}

.hamburger--emphatic {
    overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
    right: 0;
    top: 10px;
    transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner {
    background-color: transparent!important;
    transition-delay: 0s;
    transition-timing-function: ease-out
}

.hamburger--emphatic.is-active .hamburger-inner:before {
    left: -80px;
    top: -80px;
    transform: translate3d(80px,80px,0) rotate(45deg);
    transition: left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s
}

.hamburger--emphatic.is-active .hamburger-inner:after {
    right: -80px;
    top: -80px;
    transform: translate3d(-80px,80px,0) rotate(-45deg);
    transition: right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s
}

.hamburger--emphatic-r {
    overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
    transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
    right: 0;
    top: 10px;
    transition: transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
    background-color: transparent!important;
    transition-delay: 0s;
    transition-timing-function: ease-out
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
    left: -80px;
    top: 80px;
    transform: translate3d(80px,-80px,0) rotate(-45deg);
    transition: left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
    right: -80px;
    top: 80px;
    transform: translate3d(-80px,-80px,0) rotate(45deg);
    transition: right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s
}

.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before {
    transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before {
    opacity: 0;
    transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s
}

.hamburger--minus.is-active .hamburger-inner:before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 2px
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
    transition-duration: .15s;
    transition-property: transform,opacity;
    transition-timing-function: ease
}

.hamburger--slider .hamburger-inner:after {
    top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px,-6px,0)
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0,-20px,0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
    top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
    top: 10px;
    transition-duration: .15s;
    transition-property: transform,opacity;
    transition-timing-function: ease
}

.hamburger--slider-r .hamburger-inner:after {
    top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0,10px,0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
    opacity: 0;
    transform: rotate(45deg) translate3d(5.71429px,-6px,0)
}

.hamburger--slider-r.is-active .hamburger-inner:after {
    transform: translate3d(0,-20px,0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin .hamburger-inner:before {
    transition: top .1s ease-in .25s,opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin.is-active .hamburger-inner:before {
    opacity: 0;
    top: 0;
    transition: top .1s ease-out,opacity .1s ease-out .12s
}

.hamburger--spin.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s
}

.hamburger--spin-r .hamburger-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin-r .hamburger-inner:before {
    transition: top .1s ease-in .25s,opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
    transition: bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
    opacity: 0;
    top: 0;
    transition: top .1s ease-out,opacity .1s ease-out .12s
}

.hamburger--spin-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
    top: 10px;
    transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring .hamburger-inner:after {
    top: 20px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring.is-active .hamburger-inner {
    background-color: transparent!important;
    transition-delay: .22s
}

.hamburger--spring.is-active .hamburger-inner:before {
    top: 0;
    transform: translate3d(0,10px,0) rotate(45deg);
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s
}

.hamburger--spring.is-active .hamburger-inner:after {
    top: 0;
    transform: translate3d(0,10px,0) rotate(-45deg);
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s
}

.hamburger--spring-r .hamburger-inner {
    bottom: 0;
    top: auto;
    transition-delay: 0s;
    transition-duration: .13s;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring-r .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
    transition: top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)
}

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0,-10px,0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
    opacity: 0;
    top: 0;
    transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s
}

.hamburger--spring-r.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s
}

.hamburger--stand .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
    transition: top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}

.hamburger--stand .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
    background-color: transparent!important;
    transform: rotate(90deg);
    transition: transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s
}

.hamburger--stand.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s
}

.hamburger--stand.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s
}

.hamburger--stand-r .hamburger-inner {
    transition: transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
    transition: top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
    transition: bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
    background-color: transparent!important;
    transform: rotate(-90deg);
    transition: transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s
}

.hamburger--stand-r.is-active .hamburger-inner:before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s
}

.hamburger--stand-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s,opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
    opacity: 0;
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s
}

.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s
}

.hamburger--vortex .hamburger-inner {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before {
    transition-delay: .1s;
    transition-duration: 0s;
    transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner:before {
    transition-property: top,opacity
}

.hamburger--vortex .hamburger-inner:after {
    transition-property: bottom,transform
}

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
    opacity: 0;
    top: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before {
    transition-delay: .1s;
    transition-duration: 0s;
    transition-timing-function: linear
}

.hamburger--vortex-r .hamburger-inner:before {
    transition-property: top,opacity
}

.hamburger--vortex-r .hamburger-inner:after {
    transition-property: bottom,transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before {
    transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
    opacity: 0;
    top: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}
.header{left:0;top:0;width:100% !important;z-index:30 !important;-webkit-transition:all ease-in-out 400ms;transition:all ease-in-out 400ms;position:fixed;}
.header .dnd-section>.row-fluid{max-width:100%}
.header .header-top-row-0-padding{padding:0 !important}
.header .header-wrapper .header-top-bar-wrapper .header-top-bar{padding-bottom:10px}
.header .header-wrapper .header-top-bar-wrapper .header-top-bar .hs-menu-wrapper ul{grid-gap:12px;margin-top:10px}
.header .header-wrapper .header-top-bar-wrapper .header-top-bar .hs-menu-wrapper ul .hs-menu-item a{color:#013a53;text-align:center;font-family:"Inter";font-size:14px;font-style:normal;line-height:1;background:white;border-radius:30px;padding:9px 14px 7px 14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.header .header-wrapper .header-top-bar-wrapper .header-top-bar .hs-menu-wrapper ul .hs-menu-item a svg{margin-right:5px;margin-bottom: 2px;}
.header .header-wrapper .header-menu{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:20px;padding-bottom:20px}
.header .header-wrapper .header-menu .hs-menu-wrapper ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1{position:relative}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1>a{color: rgba(81, 82, 88, 1);font-family:"Inter";font-size:16px;font-weight:600;line-height:24px;padding: 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:3px solid transparent}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1:hover .hs-menu-children-wrapper{background:white}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1 .hs-menu-children-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;border-radius:6px;visibility:hidden;opacity:0}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2 a{
  display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color: rgba(46, 58, 114, 1);font-family:"Inter";font-size:16px;font-weight:600;line-height:22px;white-space:nowrap;padding:12.5px 0}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2 a svg{max-width:23px;height:auto;max-height:24px;margin-right:8px}
.header.scrolled{-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);background-color:#fff}
.header.scrolled .header-menu>.hs-menu-wrapper>ul>li>.hs-menu-children-wrapper{top:100%}
.header.scrolled .header-menu>.hs-menu-wrapper>ul>li:hover>a:after{bottom:27px}
.header .hamburger.is-active .hamburger-inner:after,.header .hamburger.is-active .hamburger-inner:before{background-color:black !important;opacity:1}
.hamburger{position:absolute;right:32px;padding:0 !important;outline:none !important;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;top: 32px}
.hamburger-box{width:2rem}
.hamburger-inner{width:2rem !important;height:1.5px !important}
.hamburger-inner:after,.hamburger-inner:before{width:2rem !important;height:1.5px !important}
.hamburger.is-active .hamburger-inner{background-color:#fff !important}
.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#fff !important}
.mobile-open .header:before{content:unset}
.child-trigger{display:block !important;cursor:pointer;position:absolute;top:12px;right:-18px;width:55px !important;min-width:55px !important;height:3rem !important;padding:0 !important;border-left:1px dotted rgba(255,255,255,0.2)}
.header .hs-menu-item.hs-menu-depth-2 .child-trigger{top:2px}
.child-trigger:hover{text-decoration:none}
.child-trigger i{position: relative;
/*     top: 50%; */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);}
.child-trigger i:after{position:absolute;content:'';    width: 15px;
    height: 14px;background: url(https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/arrow-dropdown.png);    }
.child-trigger.child-open i:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}
@media(min-width:992px){.header .header-wrapper .header-menu{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:0;padding-bottom:0}
.header .header-wrapper .header-menu .hs-menu-wrapper ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1:hover>a{border-bottom:2px solid #8745E8}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1:hover .hs-menu-children-wrapper{-webkit-filter:drop-shadow(0 9px 24px rgba(0,0,0,0.16));filter:drop-shadow(0 9px 24px rgba(0,0,0,0.16));visibility:visible;opacity:1;min-width:260px}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1 .hs-menu-children-wrapper{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.header.scrolled{padding-top:0}
.header.scrolled .header-menu>.hs-menu-wrapper>ul>li>a{padding:35px 25px}
.hamburger{display:none}
.child-trigger{display:none !important}
}@media(max-width:992px){.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1>a .arrow-down-icon{display:none}
.header .header-wrapper .header-menu{max-height: 100%;}
.mobile-open .header-menu{max-height:100%}
.header-menu{overflow:scroll}
  .mobile-open .header-menu>.hs-menu-wrapper{display: block !important; }
.mobile-open .header-menu .hs-menu-depth-1 .hs-menu-children-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap}
.header .header-wrapper .header-menu .header-button{opacity: 0;
    visibility: hidden; height: 0}
  .header .header-wrapper .header-menu>.hs-menu-wrapper{display: none}
.header .header-wrapper .header-menu .hs-menu-wrapper{width:100%}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1>a{padding-left:0}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1:hover .hs-menu-children-wrapper{display:none}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1 .hs-menu-children-wrapper{padding-left:0;visibility:visible;opacity:1;padding-top:0;margin-left: 20px}
.mobile-open .header{height: 100%}
.mobile-open .header .hs_cos_wrapper:nth-of-type(2){height: 100%}
.mobile-open .header .header-wrapper .header-menu{justify-content: flex-start;background: white;}
  .header .header-wrapper .header-menu {justify-content: flex-start;}
  .mobile-open .header-menu .header-button{opacity: 1 !important;
    visibility: visible!important;-webkit-transition:all ease-in-out 1000ms;transition:all ease-in-out 1000ms!important; height: auto!important}
  body.mobile-open{    position: fixed; 
    width: 100%;}
  .mobile-open .header-wrapper {height:100%; background: white}
  .header-wrapper{background: white}
  .header .header-wrapper .header-top-bar-wrapper .header-top-bar .hs-menu-wrapper ul .hs-menu-item a{font-size: 12px; line-height: 10px;}
  .header .header-wrapper .header-top-bar-wrapper .header-top-bar{justify-content: flex-start}
}

@media only screen and (max-width: 1162px) and (min-width: 992px) {
  .header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1>a{
    font-size: 14px;
  }
  .header .header-wrapper .header-menu{padding-top: 10px;padding-bottom: 10px;}
  .header .header-wrapper .header-menu .hs-menu-wrapper ul{margin-top: 0;}
}

@media(max-width:992px){
.header .header-wrapper .header-top-bar-wrapper .header-top-bar .hs-menu-wrapper ul .hs-menu-item a svg{
      max-height: 9px;
  }
  .header .header-wrapper .header-menu .hs-menu-wrapper ul {
   margin-top: 15px;
}
}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1>a .arrow-down-icon{
  width: unset;
  height: unset;
}
.header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1>a .arrow-down-icon::before{
  width: unset;
  height: unset;
  top: -7px;
  transform: unset;
  left: 2px;
}

@media(max-width: 500px){
  
  .header .header-wrapper .header-menu .hs-menu-wrapper ul .hs-menu-depth-1 .hs-menu-children-wrapper .hs-menu-depth-2 a{
    white-space: wrap
  }
}


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

.hs-menu-item a {
    display: block;
    padding: .5rem 1rem;
    text-decoration: none
}

.hs-menu-item:focus>a,.hs-menu-item:hover>a {
    color: rgba(0,0,0,.7);
    text-decoration: none
}

.hs-menu-item.active a {
    color: rgba(0,0,0,.9)
}

.inline-menu .hs-menu-item a {
    color: inherit;
    padding: 0
}

.inline-menu .hs-menu-item a:hover {
    color: #4f6475
}

.inline-menu .hs-menu-item+.hs-menu-item {
    margin-left: 1rem
}

.header-top-bar-wrapper {
  display: none;
}

.hs-menu-wrapper ul{
  margin-top: 0px;
}

@media (min-width: 992px){
  header .header-menu {
    height: 90px;
  }
  
      .hs-menu-item.hs-menu-depth-2 {
        padding: 0 30px;
        min-height: 56px;
        display: flex;
    }
  .hs-menu-item.hs-menu-depth-2:hover {
    background: rgba(245, 249, 255, 1)
  }
  header .hs-menu-item.hs-menu-depth-1 > a::after {
  content: "";
  background-image: url('https://49311175.fs1.hubspotusercontent-na1.net/hubfs/49311175/646343df6afc95b84af2d360_Vector.svg%20fill.svg');
  background-size: contain; /* or cover, depending on your needs */
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 15px;
  width: 15px;
  margin-left: 7px;
}

.hs-menu-item.hs-menu-depth-1:hover >a::after {
  transform: rotate(180deg)
}
}

header .header-menu {
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.header-button a{
    padding: 13px 22px;
    font-size: 14px;
    line-height: 14px;
}

/* @media (min-width: 992px) {
  .header .header-wrapper .header-menu {
    justify-content: flex-start
  }
  .header .header-wrapper .header-menu .hs-menu-wrapper{
    margin-left: 100px
  }
} */
.form-wrapper {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.form-wrapper .form-title {
  font-family: Inter;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color:#FFFFFF;
}

.form-wrapper .field {
  margin-bottom: 24px;
}

.form-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]), 
.form-wrapper .hs-input, 
.form-wrapper .hs-search-field__input{
  background-color: rgba(243, 245, 245, 1);
  font-size: 16px;
  line-height: 24px;
  padding: 19px;
  border: 1.5px solid #F5F9FF;
  color: #4C547A;
  border-radius: 2px;
  height: 62px;
  max-width: 490px !important;
}

.form-wrapper .hs-input::placeholder {
  color: #4C547A;
  opacity: 1; /* Firefox */
}

.form-wrapper .hs-input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #4C547A;
}

.form-wrapper input.invalid:not([type=checkbox]):not([type=radio]):not([type=submit]) {
	border-color: #FF0000;
}
.form-wrapper .inputs-list.multi-container{
  display: grid;
  gap: 10px;
  
}

.form-wrapper .hs-fieldtype-select {
  position: relative;
}

.form-wrapper .hs-fieldtype-select:before {
  content: " ";
  background-image: url(https://8341689.fs1.hubspotusercontent-na1.net/hubfs/8341689/Icon-1.png/preview.png?t=1691964449971);
  position: absolute;
  width: 10px; 
  height: 5px;
  bottom: 19px;
  right: 23px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.form-wrapper textarea {
  min-height: 126px;
}

.form-wrapper .legal-consent-container .hs-richtext {
  font-size: 14px;
  color:  rgba(114, 133, 145, 1);
  font-weight: 400;
  line-height: 16px;
}

.form-wrapper .legal-consent-container label {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
}  

.form-wrapper input[type=checkbox] {
  margin-right: 5px;
  margin-top: 0;
}

.form-wrapper .actions {
  text-align: center;
  margin-top: 24px
}

.form-wrapper .actions input[type="submit"]{
  border-radius: 2px !important;
  background: #8745E8;
  color: white;
}
.form-wrapper .actions input[type="submit"]:hover{
  background: #8745E8;
  color: white;
}

.form-wrapper form .legal-consent-container .hs-richtext {
  font-family: Inter;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.5%;
color: #F5F9FF;

}

@media (max-width: 768px){ 
  .form-wrapper {
    padding: 0;
   }
  
  .form-wrapper .form-title {
    margin-bottom: 20px;
  }
  
  .form-wrapper .field {
    margin-bottom: 15px;
  }
}

.form-wrapper .inputs-list label{
  display: flex;
}
.form-wrapper .inputs-list label span{
  line-height: 1.3;
}

.form-wrapper .legal-consent-container .hs-richtext p{
  font-size: 14px;
  line-height: 1.25;
}

.form-wrapper form .hs-fieldtype-select label,
.form-wrapper form .hs-fieldtype-text label,
.form-wrapper form .hs-fieldtype-phonenumber label,
.form-wrapper form .hs-fieldtype-textarea label{
  display: none;  
}

.content-with-form-case-studies .form-wrapper form .hs-fieldtype-checkbox label{
/*   color: white; */
}


.form-wrapper .hs-fieldtype-checkbox label{
  color: #4f6475;
}

.form-wrapper .hs-fieldtype-booleancheckbox label{
  color: #4f6475;
}

.form-wrapper .legal-consent-container .hs-richtext p{
      color: #4f6475;
}