/*
Theme Name: DiviChild
Description: Child Theme For Divi
Author: Sinevid Evgenii
Template: Divi
*/

.et_pb_contact_field_3 .et_pb_contact_field_options_title {
    display: none;
}

.data-head-box .et_pb_column {
	margin-right: 0;
}    

.scraping-box {
	display: flex;
    justify-content: center;
}

.scraping-box .et_pb_column {
	margin-right: 20px;
	width: 280px !important;
	height: 250px !important;
}

.img-block-margin .et_pb_image_wrap {
	margin-left: -110px;
}

.bft-custom-hero-image .et_pb_image_wrap,
.bft-custom-hero-image .et_pb_image_wrap img {
	width: 100%;
}

@media screen and (max-width: 1700px) {
	.bft-custom-hero-image {
		right: -20vw !important;
	}
}

@media screen and (max-width: 479px) {
	.bft-counter-item .percent p {
		margin-block: 0.7em;
	}
}

@media screen and (max-width: 1150px) {
	.data-head-box .et_pb_column {
		margin-right: 10px;
	}
	
	.how-works .et_pb_blurb {
		width: auto !important;
	}
}

@media screen and (max-width: 980px) {
	.img-block-margin .et_pb_image_wrap {
		margin-left: -40px !important;
	}
	
	.scraping-box .et_pb_column {
		width: 100%!important;
		display: flex;
		margin: 10px auto !important;
		justify-content: center;
	}
	
	.data-head-box .et_pb_column {
		margin-right: unset!important;
		margin: 20px auto;
		width: 100% !important;
		display: flex;
		justify-content: center;
	}
	
	.scraping-box-mob .et_pb_column .et_pb_module {
    	margin: 0 auto 20px;
	}
	
	.how-works .et_pb_column .et_pb_module {
		margin: 0 auto 40px;
	}
	
	.et-pb-arrow-prev:before {
		content: url('https://adclarity.com/wp-content/uploads/2022/06/arrow-left.svg');
		color: #292D32;
	}
	
	.et-pb-arrow-next:before {
		content: url('https://adclarity.com/wp-content/uploads/2022/06/arrow-right.svg');
		color: #292D32;
	}
}

#logo {
	max-height: 66px;
}

.et_menu_container{
	width: 90%;
	max-width: 1180px;
}

@media screen and (max-width: 575px) {
    div.et_pb_section.et_pb_section_0{
        background-position: center -240px !important;
    }
}

@media screen and (max-width: 424px) {
    div.et_pb_section.et_pb_section_0{
        background-position: center -20% !important;
    }
}

.et_pb_row_5 .et_pb_blurb_description p {
	margin: 0;
}

.card-numbers {
	min-height:183px;
	max-height:183px;
	padding: 23px 48px 20px 25px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 2px 70px 0px #6E82D02E;
}

.card-numbers .et_pb_text_inner,
.card-numbers .et_pb_text_inner p {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}

.card-numbers .et_pb_text_inner br {
	display:none;
}

.card-numbers .et_pb_text_inner p {
	margin: 0;
	padding: 0;
}

.card-numbers .number {
	margin-right: 14px;
	font-size: 44px;
	font-weight: 600;
	line-height: 1;
	color: #8300E9;
}

.card-numbers .title {
	margin-bottom: 17px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.33;
	color: #8300E9;
}

.card-numbers .text {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #272827;
}

@media screen and (max-width:1200px){
	.card-numbers {
		max-height:213px;
	}
}

@media screen and (max-width:768px){
	.card-numbers {
		max-height:unset;
	}
}

.ml-2pr {
	margin-left: -2%;
}

@media screen and (max-width:768px){
	.ml-2pr {
		margin-left: unset;
	}
}

.z-index-0 {
	z-index: 0!important;
}

.comparison-section {
	display: flex;
	flex-wrap: wrap;
	padding: 43px 120px 82px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 2px 70px 0px #6E82D02E;
}

.comparison-section .column {
	flex: 1;
}

.comparison-section .column--table {
	flex: unset;
}

.comparison-section__title {
	margin-bottom: 54px;
	font-family: Roboto;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #333333;
}

div.comparison-section table.comparison-section__table {
	border: none;
	border-bottom: 3px solid #F6F6FC;
}

.comparison-section__table td {
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}

.comparison-section__table tr:nth-child(2n-1) td:nth-child(-n+2) {
	background-color: #F6F6FC;
}

.comparison-section__table tr:nth-child(2n-1) td:last-child {
	background-color: #FEE7E7;
}

table.comparison-section__table tr td {
	padding: 14px 0 15px;
	border: none;
}

.comparison-section__table td:first-child {
	line-height: 2;
}

.comparison-section__table td:first-child, .comparison-section__table td:nth-child(2) {
	width: 25%;
}

.comparison-section__table td:last-child {
	width: 50%;
	padding: 14px 46px 15px 99px;
}

.comparison-section__table td span {
	color: #FF7171;
}

@media screen and (max-width:1200px){
	.comparison-section {
		padding: 43px 52px 82px;
	}
}

@media screen and (max-width:768px){
	.comparison-section {
		padding: 32px 24px 48px;
	}
	
	.comparison-section__table td, .comparison-section__table td:last-child {
		padding: 14px 4px 15px;
	}
}

@media screen and (max-width:580px){
	.comparison-table-section .et_pb_code_inner {
		overflow-x: scroll;
	}
	
	div.comparison-section {
		width: 531px;
	}
}
.da-overlay-visible .da-overlay {
  backdrop-filter: unset;
  -webkit-backdrop-filter: unset;
}

.da-overlay {
  background-color: rgba(45, 43, 48, .9);
  box-shadow: 0px 4px 4px 0px #00000040 inset;
}

#free-trial {
  border-radius: 20px;
  box-shadow: 0px 2.19px 21.93px 0px #E7E7F1!important;
}

#free-trial-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 18px;
}

#free-trial-form form .hs-error-msgs {
  padding: 0;
  list-style: none;
}

#free-trial-form form label:not(.hs-error-msg) {
  display: none;
}

#free-trial-form form label.hs-error-msg {
  color: red;
}

#free-trial-form form .input {
  height: unset;
  padding: 0;
  border: none;
}

#free-trial-form form input {
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
}

#free-trial-form form input:not([type="submit"]) {
  width: 100%;
  padding: 19px 24px;
  border-bottom: 1px solid #AFAFD3;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #9B83B6;
}

#free-trial-form form input:not([type="submit"])::placeholder {
  color: #9B83B6;
}

#free-trial-form form .hs-fieldtype-text,
#free-trial-form form .hs_submit {
  width: 100%;
}

#free-trial-form form div.hs-firstname,
#free-trial-form form div.hs-lastname {
  width: calc(50% - 12px);
}

#free-trial-form form .hs_submit {
  margin-top: 39px;
}

#free-trial-form form .hs_submit input {
  width: 100%;
  padding: 16px 16px 18px 16px;
  border-bottom: none;
  background: linear-gradient(90deg, #F82C8D 0%, #B02CD5 100%);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  letter-spacing: 1.6px;
  color: #fff;
}

.report-summary-row > .et_pb_column {
  width: 645px;
  margin-right: 1.771vw;
}

.report-summary-row > .et_pb_column.et-last-child {
  width: 615px;
  margin-top: -94px;
  margin-right: unset;
}

.report-summary-row--sm > .et_pb_column.et-last-child {
  margin-top: -70px;
}

.report-summary-hero__title,
.report-summary-hero__text {
  line-height: 1.2;
  color: #333333;
}

.report-summary-hero__title {
  margin-bottom: 20px;
  font-size: 39px;
	font-weight: 700;
}

.report-summary-hero__title + p {
  margin: 0;
}

.report-summary-hero__card {
  max-width: 583px;
  min-height: 360px;
  padding: 87.5px 39px 16px 96.5px;
  border-radius: 19px;
  background: #fff no-repeat url('/wp-content/uploads/2024/12/hero-card-bg.png');
  box-shadow: 0px 2.09px 20.92px 0px #E7E7F1;
}

.report-summary-hero__card-title {
  margin-top: 11px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-size: 26px;
  line-height: 1.3;
  color: #262626;
}

.report-summary-hero-content h2 {
  margin-bottom: 14px;
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.2;
  color: #333333;
}

.report-summary-hero-content div {
  font-size: 30px;
  line-height: 1.8;
  color: #8300E9;
}

.report-summary-hero-content ul {
  margin: 18px 0 0 0;
  padding: 0 0 0 24px;
  list-style-position: outside;
}

.report-summary-hero-content ul li {
  font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #262626;
}

.report-summary-hero-content ul li::marker {
  color: #8300E9;
}

.report-summary-hero-content ul span {
  color: #8300E9;
}

.bft-form--report-summary {
  padding: 0 61px 32px 34px;
}

.bft-form--report-summary.bft-form--sm-p {
  max-width: 621px;
	padding: 31px 32px;
}

.bft-form__heading {
  margin-bottom: 24px;
  font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #333333;
}

.bft-form__heading span {
  color: #8300E9;
}

.bft-form__sub-heading {
  max-width: 428px;
  margin: 12.5px auto 0 auto;
  font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  color: #9F9F9F;
}

.bft-form__sub-heading a {
  text-decoration: none;
  color: #7920D6;
}

@media screen and (max-width:1335px) {
  .report-summary-row > .et_pb_column,
  .report-summary-row--two > .et_pb_column {
    width: 49.85%;
    margin-right: 2.63%;
  }
  .report-summary-row > .et_pb_column.et-last-child {
    width: 47.3%;
    margin-top: -4.063vw;
  }
  .report-summary-row--two > .et_pb_column.et-last-child {
    width: 47.27%;
  }
}

@media screen and (max-width:768px) {
  .report-summary-row > .et_pb_column,
  .report-summary-row--two > .et_pb_column {
    width: 100%;
    margin-right: 0%;
  }
  .report-summary-row > .et_pb_column.et-last-child {
    width: 100%;
    max-width: 583px;
    margin: 0 auto;
  }
  .report-summary-row--two > .et_pb_column.et-last-child {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .report-summary-hero__card {
    min-height: 360px;
    padding: 67.5px 36px 16px 36px;
  }
}

.report-summary-tabs h2 {
  margin-bottom: 26px;
}

.report-summary-tabs h2 span {
  color: #8300E9;
}

.report-summary-tabs__sub-heading {
	max-width: 1036px;
  font-size: 30px;
  line-height: 1.2;
  color: #333333;
}

.blurb-head h2 {
  margin-bottom: 18.5px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.285;
  color: #333333;
}

.blurb-head h2 span {
  color: #8300E9;
}

.blurb-head h2 + div  {
  max-width: 691px;
	margin: 0 auto;
}
.custom-blurb .et_pb_column_1_3 {
  width: calc((100% - 92px) / 3);
  margin-right: 46px;
}
.custom-blurb .et_pb_column_1_3:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1400px) {
  .custom-blurb .et_pb_column_1_3 {
    width: 29.6667%;
    margin-right: 5.5%;
  }
}
@media only screen and (max-width: 980px) {
  .custom-blurb .et_pb_column_1_3 {
    width: 100%;
    margin-right: 0;
  }
}
.custom-blurb .et_pb_blurb {
  padding: 50px 34px;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 10px;
  box-shadow: 0px 2px 50px 0px #6E82D02E;
}

.custom-blurb .et_pb_main_blurb_image {
  position: absolute;
  margin-bottom: 0;
}

.custom-blurb .et_pb_module_header {
  margin-bottom: 24px;
  padding: 3px 0 0 53px;
}

.rs-tabs-section__container {
    max-width: 1285px;
    margin: 0 auto;
    padding: 0;
}
.rs-tabs-section ul.tabs-menu {
    display: flex;
    column-gap: 65px;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
}
.tabs-menu li {
    padding-bottom: 31px;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #333333;
    cursor: pointer;
}
.tabs-menu li.active {
    border-bottom: 3px solid #8300E9;
    color: #8300E9;
}
.rs-tabs-section__line {
    width: 100%;
    height: 2px;
    position: relative;
    top: -3px;
    background-color: #D9D9EB;
    z-index: 1;
}
.rs-tabs-section .tabs-container {
    padding-top: 57px;
}
.tabs-container__tab {
    display: none;
}
.tabs-container__tab.active {
    display: flex;
}
.tabs-container__tab .column {
    width: 50%;
}
.tabs-container__tab-title {
    margin-bottom: 27px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
}
.tabs-container__tab-title span,
.tabs-container__tab-text span {
    color: #8300E9;
}
.tabs-container__tab-text {
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    line-height: 2;
    color: #272827;
}
.tabs-container__tab .column:first-child .tabs-container__tab-text {
    padding-right: 20px;
}
.tabs-container__tab ul {
    margin: 0 0 0 16px;
    padding: 4px 0 4px 8px;
    list-style-position: outside;
}
.tabs-container__tab ul ul {
    padding-left: 24px;
}
.tabs-container__tab ul.ul--purple > li::marker {
    color: #8300E9;
}
.module-card {
    position: relative;
    margin-bottom: 56px;
    padding: 45px 44px 45px 38.5px;
    background: #FAFAFF no-repeat url('https://adclarity.com/wp-content/uploads/2024/12/module-background.png');
    border-radius: 20px;
    box-shadow: 0px 2.61px 26.06px 0px #E7E7F1;
}
.tabs-container__tab:nth-child(3) .module-card {
    padding-bottom: 81px;
}
.module-card__title {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    color: #262626;
}
.tabs-container__tab:nth-child(3) .module-card__title {
    font-size: 27px;
    line-height: 32px;
}
.module-card__text {
    margin-bottom: 11.5px;
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
    font-size: 11px;
    line-height: 15.5px;
    color: #262626;
}
.module-card__logo-img {
    max-width: 97px;
    position: absolute;
    left: 38.5px;
    bottom: 17.5px;
}
.module-card ul.module-card__list {
    margin: 0;
    padding: 0;
    list-style: none!important;
}
.module-card__list li {
    padding-left: 41px;
    font-size: 12.2px;
    line-height: 15.2px;
}
.module-card__list li:not(:last-child) {
    margin-bottom: 15px;
}
.module-card__list li:nth-child(4n+1) {
    background: no-repeat url('https://adclarity.com/wp-content/uploads/2024/12/module-list-icon-1.png') left center;
}
.module-card__list li:nth-child(4n+2) {
    background: no-repeat url('https://adclarity.com/wp-content/uploads/2024/12/module-list-icon-2.png') left center;
}
.module-card__list li:nth-child(4n+3) {
    background: no-repeat url('https://adclarity.com/wp-content/uploads/2024/12/module-list-icon-3.png') left center;
}
.module-card__list li:nth-child(4n+4) {
    background: no-repeat url('https://adclarity.com/wp-content/uploads/2024/12/module-list-icon-4.png') left center;
}
.module-card__list li span {
    font-weight: 600;
}
@media screen and (max-width:1340px) {
    .rs-tabs-section__container {
        padding: 0 16px;
    }
}
@media screen and (max-width:768px) {
    .rs-tabs-section ul.tabs-menu {
        flex-direction: column;
        row-gap: 24px;
        margin-bottom: 16px;
    }
    .tabs-menu li {
        padding-bottom: 16px;
    }
    .rs-tabs-section ul.tabs-menu li br {
        display: none;
    }
    .rs-tabs-section__line {
        top: 0px;
    }
    .tabs-container__tab {
        flex-wrap: wrap;
    }
    .tabs-container__tab .column {
        width: 100%;
    }
}
.lobby-hero .et_pb_column_0 {
    width: 582px;
    margin-right: 65px;
}
.lobby-hero .et_pb_column_1 {
    width: 704px;
}
.lobby-hero__wraper {
    position: relative;
}
.lobby-hero__card {
    max-width: 563.5px;
    font-size: 25.5px;
    line-height: 1.392;
}
.lobby-hero__module-card {
    max-width: 404px;
    position: absolute;
    bottom: -212px;
    right: -6px;
    padding: 23px 36.5px 22.5px 43.5px;
    background: #FAFAFF no-repeat url('https://adclarity.com/wp-content/uploads/2024/12/module-lobby-bg.png');
    z-index: 1;
}
.lobby-hero__module-card .module-card__title {
    margin-bottom: 9.5px;
    font-size: 11px;
    line-height: 18px;
}
.lobby-hero__module-card .module-card__text {
    margin-bottom: 6.5px;
    font-size: 6px;
    line-height: 8.6px;
}
.lobby-hero__module-card .module-card__logo-img {
    max-width: 54.5px
}
@media screen and (max-width:1400px) {
    .lobby-hero .et_pb_column_0 {
        width: 36.313vw;
        margin-right: 3.385vw;
    }
}
@media screen and (max-width:1250px) {
    .lobby-hero .et_pb_column_0 {
        width: 36.313vw;
    }
    .lobby-hero .et_pb_column_1 {
        width: 604px;
    }
    .lobby-hero__module-card {
        right: unset;
        left: 200px;
    }
}
@media screen and (max-width:1084px) {
    .lobby-hero .et_pb_column_1 {
        width: 548px;
    }
}
@media screen and (max-width:990px) {
    .lobby-hero .et_pb_column_0 {
        margin-right: 0;
    }
    .lobby-hero .et_pb_column_0,
    .lobby-hero .et_pb_column_1 {
        width: 100%;
    }
    .lobby-hero__module-card {
        left: 300px;
    }
}
@media screen and (max-width:768px) {
    .lobby-hero__module-card {
        left: 80px;
    }
}
@media screen and (max-width:480px) {
    .lobby-hero__module-card {
        bottom: -260px;
        left: 10px;
    }
}
.posts-categories {
    display: flex;
    justify-content: center;
    column-gap: 81px;
    margin-bottom: 51px;
}
.posts-categories__category {
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.76;
    text-decoration: none;
    color: #333;
}
.posts-categories__category.active {
    color: #8300E9;
}
.posts-list {
    display: flex;
    flex-wrap: wrap;
    gap: 72px 16px;
}
.post-card {
    width: calc(100% / 3 - 10.66px);
}
.post-card__cover {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 340px;
    background: linear-gradient(270deg, #845FDB -4.53%, #2E3987 103.17%);
    box-shadow: 0px 2.19px 21.93px 0px #E7E7F1;
    border-radius: 20px;
}
.post-card__card {
    max-width: 328px;
    min-width: 328px;
    min-height: 203px;
    padding: 1.6vw 0.729vw 0.729vw 2.552vw;
    background: #FAFAFF no-repeat url('https://adclarity.com/wp-content/uploads/2024/12/post-card-bg.png');
    border-radius: 11px;
}
.post-card__card-title {
    margin: 16px 0 0 9.5px;
    font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    color: #262626;
}
.post-card__card-img {
    max-width: 82.5px;
}
.post-card__bottom {
    margin-top: 51px;
}
.post-card__description,
.post-card__read-more {
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px;
    line-height: 2;
}
.post-card__description {
    color: #272827;
}
.post-card__read-more {
    display: block;
    padding-right: 10px;
    background: no-repeat url('https://adclarity.com/wp-content/uploads/2024/12/arrow-right.svg') right center;
    text-decoration: none;
    text-align: right;
    color: #8300E9;
}
@media screen and (max-width:1350px) {
    .post-card {
        width: calc(100% / 3 - 11.5px);
    }
}
@media screen and (max-width:1200px) {
    .post-card__cover {
        padding: 0 16px;
    }
    .post-card__card {
        min-width: unset;
    }
}
@media screen and (max-width:990px) {
    .post-card {
        width: calc(100% / 2 - 8px);
    }
}
@media screen and (max-width:620px) {
    .posts-categories {
        flex-wrap: wrap;
        margin-top: 28px;
    }
    .post-card {
        width: 100%;
    }
    .post-card__card {
        padding-top: 6.8vw;
    }
    .post-card__card-title {
        margin-top: 6px;
    }
}
.text-image-section h2 span,
.text-image-section .et_pb_text_inner span {
  color: #8300E9;
}
.text-image-section .et_pb_row_3 .et_pb_column_5 {
  max-width: 601px;
  margin-right: 63px;
}
.text-image-section .et_pb_row_3 .et_pb_column_6 {
  width: 627px;
}
.text-image-section .et_pb_row_4 .et_pb_column_7 {
  width: 610px;
  margin-right: 43px;
}
.text-image-section .et_pb_row_4 .et_pb_column_8 {
  width: 621px;
}
.text-image-section .et_pb_row_3 .et_pb_column_6 h3,
.text-image-section .et_pb_row_4 .et_pb_column_7 h3 {
  margin-bottom: 17px;
}
@media screen and (max-width:1340px) {
  .text-image-section .et_pb_row_3 .et_pb_column_5,
  .text-image-section .et_pb_row_4 .et_pb_column_7 {
    margin-right: 5.5%;
  }
  .text-image-section .et_pb_row_3 .et_pb_column_5,
  .text-image-section .et_pb_row_3 .et_pb_column_6,
  .text-image-section .et_pb_row_4 .et_pb_column_7,
  .text-image-section .et_pb_row_4 .et_pb_column_8 {
    width: 47.25%;
  }
}
@media screen and (max-width:768px) {
  .text-image-section .et_pb_row_3 .et_pb_column_5,
  .text-image-section .et_pb_row_4 .et_pb_column_7 {
    margin-right: 0;
  }
  .text-image-section .et_pb_row_3 .et_pb_column_5,
  .text-image-section .et_pb_row_3 .et_pb_column_6,
  .text-image-section .et_pb_row_4 .et_pb_column_7,
  .text-image-section .et_pb_row_4 .et_pb_column_8 {
    width: 100%;
  }
}
.bft-form.bft-form--success {
  border: 1px solid #8A10EA;
}
.lead-form .bft-form__wrapper {
  padding: 30px 34px;
}
.lead-form .bft-form__success {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 47px 46px 98.5px 46px;
}
.lead-form .bft-form__success-img {
  max-width: 160px;
  margin-bottom: 8px;
}
.lead-form .bft-form__success-title {
  margin-bottom: 21px;
  font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #333;
}
.lead-form .bft-form__success-title span {
  color: #8A10EA;
}
.lead-form .bft-form__success-text {
  font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.77;
  text-align: center;
  color: #333;
}
.lead-hero__content span:not(.lead-hero__subtitle) {
  color: #8A10EA;
}
.lead-hero__content p {
  margin: 0;
}
.lead-hero__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.lead-hero__subtitle {
	display: block;
  margin: 12px 0 17px;
	font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}
.lead-hero__content ul {
  margin: 0 0 0 16px;
  padding: 0;
}
.lead-hero__content ul.ul--purple li::marker {
  color: #8A10EA;
}
@media screen and (max-width:540px) {
  .lead-form .bft-form__success {
    padding: 22px 16px 40px 16px;
  }
  .lead-form .bft-form__success-title {
    font-size: 28px;
  }
}
#et-boc .area-outer-wrap[data-da-color=light] .da-close {
	background: transparent;
}
.bft-form .input input[type=text], .bft-form .input input[type=email] {
	color: #9B83B6;
}
.bft-form label.hs-error-msg {
	position: static;
}
.bft-form .hs-form-field > label {
	display: none;
}
.hero-divider {
	height: 7.292vw;
}
div.bft-form__wrapper ul.hs-error-msgs,
.bft-form--sm-p ul.hs-error-msgs {
	padding: 0;
	list-style: none;
}
.modal, #free-trial-trigger {
    display: none;
}
.modal[aria-hidden="false"] {
    display: block;
}
.modal__overlay {
    background-color: rgba(45, 43, 48, .9);
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100001;
}
.modal__container {
    position: relative;
    max-width: 526px;
    padding: 69px 32px 24px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2.19px 21.93px 0px #E7E7F1 !important;
    animation: fadeIn 0.3s ease-out;
}
.modal h2 {
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}
.modal__btn {
    display: none;
    position: absolute;
    top: -25px;
    right: -25px;
    background: #0073aa;
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.modal__btn:hover {
    background: #005d8f;
}
#free-trial-form {
    margin: 29px 0;
}
.modal__content-text {

}
.modal__content-text p {
    font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 22.5px;
    color: #9F9F9F;
}
.modal__content-text a {
    font-weight: 600;
    text-decoration: none;
    color: #6F50D9;
}
.modal__content-text a:hover {
    text-decoration: underline;
}

.bft-form .lead-form .bft-form__heading {
  margin-bottom: 12px;
}

.bft-form .lead-form .input input[type=text],
.bft-form .lead-form .input input[type=email],
.bft-form.bft-form--sm-p .input input[type=text],
.bft-form.bft-form--sm-p .input input[type=email] {
  padding: 18px 15px 17px 20.5px;
}

.bft-form .lead-form .hs_submit input[type=submit],
.bft-form.bft-form--sm-p .hs_submit input[type=submit] {
    margin-top: -1.5px;
}
.bft-form .lead-form .hs-fieldtype-text,
.bft-form.bft-form--sm-p .hs-fieldtype-text {
  margin-bottom: 28.5px;
}

/* Old Styles */

.bft-header {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fefdff;
    z-index: 99999;
    color: var(--color-title)
}

.bft-header__secondary {
    transition: visibility .15s ease,opacity .15s ease
}

.bft-header__nav-wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    gap: 20px
}

.bft-header__nav {
    margin-right: 2.9em;
    flex-grow: 1;
    justify-content: end;
    transition: .15s ease;
    display: flex;
    align-items: center
}

.bft-header__nav>.menu-item {
    position: relative;
    padding-inline:2em;
    padding-top: 1.7em
}

.bft-header__nav>.menu-item>a {
    text-decoration: none;
    color: #272827
}

.bft-header__nav>.menu-item.bft-menu-active>.sub-menu {
    opacity: 1;
    visibility: visible
}

.bft-header__nav .sub-menu {
    padding: 1em;
    width: 240px;
    background-color: #fefdff;
    transition: .15s ease
}

.bft-header__nav .sub-menu .menu-item {
    padding-bottom: .5em
}

.bft-header__mob-toggle {
    margin-left: 35px
}

.page-template-free-trial .bft-header {
    background-color: initial
}

.menu-toggler {
    font-size: 10px;
    width: 2.4em;
    height: 1.6em;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer
}

.menu-toggler span {
    border-radius: .25em;
    display: block;
    position: absolute;
    height: .25em;
    width: 100%;
    background: currentColor;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transform-origin: left center;
    transition: .25s ease-in-out
}

.menu-toggler span:nth-child(1) {
    top: 0
}

.menu-toggler span:nth-child(2) {
    top: .7em
}

.menu-toggler span:nth-child(3) {
    top: 1.4em
}

.menu-toggler.active span:nth-child(1) {
    transform: rotate(45deg);
    top: -0.2em;
    left: .3em
}

.menu-toggler.active span:nth-child(2) {
    width: 0;
    opacity: 0
}

.menu-toggler.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 1.5em;
    left: .3em
}

.bft-button {
    background: linear-gradient(90deg, #F82C8D 0%, #B02CD5 100%);
    max-width: 260px;
    font-weight: 600;
    text-transform: uppercase;
    text-wrap: nowrap;
    color: #fff;
    padding: 1.063em 2em;
    border-radius: 4px;
    letter-spacing: .1em;
    align-self: baseline
}

.bft-form {
    padding-inline:2em;padding-bottom: 3em;
    padding-top: 3.7em;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 2.1927709579px 21.9277076721px 0 #e7e7f1
}

.bft-form__title {
    margin-bottom: 1em;
    font-size: 1.875em;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center
}

.bft-form__ftr {
    margin-top: 2em;
    color: #9f9f9f;
    font-size: .875em;
    line-height: 1.6em;
    font-weight: 400
}

.bft-form__ftr a {
    color: #6f50d9;
    font-weight: 600
}

.bft-form form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline
}

.bft-form .hs-fieldtype-text {
    position: relative;
    width: 100%;
    margin-bottom: .9em
}

.bft-form .hs_firstname,.bft-form .hs_lastname {
    width: 47%
}

.bft-form .input {
    border: none;
    padding: 0;
    height: initial
}

.bft-form .input input[type=text],.bft-form .input input[type=email] {
    padding: 1.8em 1em 1.1em 1.4em;
    border-radius: 4px;
    border: none;
    border-bottom: 1px solid #afafd3;
    width: 100%
}

.bft-form .input input[type=text]::-webkit-input-placeholder,.bft-form .input input[type=email]::-webkit-input-placeholder {
    color: #9b83b6
}

.bft-form .input input[type=text]::-moz-placeholder,.bft-form .input input[type=email]::-moz-placeholder {
    color: #9b83b6
}

.bft-form .input input {
    font-size: 1rem
}

.bft-form .hs_submit {
    width: 100%
}

.bft-form .hs_submit input[type=submit] {
    width: 100%;
    margin-top: 2.2em;
    padding: 1.063em 2.375em;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 4px;
    background: linear-gradient(90deg, #F82C8D 0%, #B02CD5 100%);
    align-self: baseline
}

.bft-form .hs-main-font-element {
    color: red
}

.bft-form .hs-error-msg {
    position: absolute;
    bottom: -2.7em;
    padding-bottom: .75em;
    color: red;
    font-size: .75em
}

.bft-form--horizontal {
    padding-inline:5em;padding-bottom: 2.4em;
    padding-top: 2.1em
}

.bft-form--horizontal .bft-form__title {
    margin-bottom: .2em;
    font-size: 1.25em
}

.bft-form--horizontal .hs-company,.bft-form--horizontal .hs-email {
    width: 47%
}

.bft-form--horizontal .hs_submit .actions {
    text-align: center
}

.bft-form--horizontal .hs_submit input[type=submit] {
    width: 54%;
    margin-top: 1.4em
}

.bft-form--horizontal .hs-fieldtype-text {
    margin-bottom: .35em
}

.bft-form--horizontal .input input[type=text] {
    padding-top: 1.4em
}

.bft-form--horizontal .hs_error_rollup .hs-main-font-element {
    transform: translateY(7px);
    display: block
}

.two-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.two-blocks__item {
    width: 50%;
    flex-wrap: wrap
}

.two-blocks__item--30 {
    width: 30%
}

.two-blocks__item--40 {
    width: 40.65%
}

.two-blocks__item--56 {
    width: 56%
}

.two-blocks__item--58 {
    width: 58%
}

.compliance {
    margin-top: 2.563em;
    margin-bottom: 2.9em
}

.medium-title {
    text-transform: uppercase;
    text-wrap: nowrap;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.8em
}

.violet {
    background: linear-gradient(90deg, #8724E1 0%, #4D10B6 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0,0,0,0)
}

@media screen and (min-width: 769px) {
    .bft-header__nav .menu-item-has-children>a:first-child:after {
        font-family:"ETmodules";
        content: "3";
        font-size: 1em;
        position: absolute;
        right: 0;
        top: 50%;
        font-weight: 800;
        transform: translateY(-50%)
    }

    .bft-header__nav>.menu-item>a {
        height: 100%;
        display: block;
        padding-bottom: 1.8em
    }

    .bft-header__nav .sub-menu {
        position: absolute;
        top: 83px;
        visibility: hidden;
        opacity: 0;
        border-top: 3px solid #2ea3f2
    }

    .bft-header .bft-button {
        align-self: center
    }
}

@media screen and (min-width: 992px) {
    .bft-header__inner {
        min-height:80px
    }
}

@media screen and (max-width: 1599px) {
    .bft-header {
        margin-right:0
    }
}

@media screen and (max-width: 1199px) {
    .bft-header__nav {
        margin-right:0
    }
}

@media screen and (max-width: 991px) {
    .bft-header__nav>.menu-item {
        padding-inline:0;
        width: 130px;
        text-align: center
    }
}

@media screen and (max-width: 768px) {
    .bft-header {
        padding-bottom:12px;
        padding-top: 12px
    }

    .bft-header__secondary {
        background: #fff;
        color: #191919;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: calc(100vh - 70px);
        padding: 0 16px;
        overflow: auto
    }

    .bft-header__secondary.opened {
        visibility: visible;
        opacity: 1
    }

    .bft-header__secondary-inner {
        flex-direction: column;
        gap: 0;
        padding-bottom: 30px;
        width: 100%;
        overflow: auto
    }

    .bft-header__nav {
        flex-direction: column;
        flex-grow: initial;
        align-items: initial
    }

    .bft-header__nav>.menu-item {
        padding-top: .5em;
        padding-bottom: .5em;
        text-align: left
    }

    .bft-form .hs_firstname,.bft-form .hs_lastname {
        width: 100%
    }

    .bft-form--horizontal {
        padding-inline:2em}

    .bft-form--horizontal .hs-company,.bft-form--horizontal .hs-email {
        width: 100%
    }

    .bft-form--horizontal .hs_submit input[type=submit] {
        width: 100%;
        padding-inline:2em}

    .two-blocks {
        flex-direction: column
    }

    .two-blocks__item {
        width: 100%;
        flex-direction: column
    }
}




.faq-wrapper {
	font-family: 'Poppins', sans-serif;
	max-width: 800px;
	margin: 0px auto;
	border: 1px solid #E4E4E7;
	border-radius: 5px;
}

.faq-item {
	border-bottom: 1px solid #E4E4E7;
}

.faq-question {
	padding: 20px;
	color: #2A1454;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	transition: background 0.3s ease;
	font-size: 24px;
	line-height: 1.6;
	font-weight: 600;
}

.faq-item.open .faq-question {
	background-color: #ffffff;
}

.faq-answer {
	padding: 20px 20px;
	color: #5C5F6E;
	font-size: 15px;
	display: none;
}

.faq-item.open .faq-answer {
	display: block;
	background: #f9f7ff;
}

.faq-icon {
	color: #6F4C9C;
	font-size: 22px;
	transition: transform 0.2s ease;
	font-weight: 500;
	padding-left: 15px;
}

.faq_title {
	color: #2A1454;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0;
	font-weight: 600;
	font-size: 50px;
	line-height: 1;
}

.faq-item:last-child{
	border: none;
}

.faq-question h3{
	color: #2A1454;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 600;
}
    

@media only screen and (max-width: 600px) {
	.faq_title {
		margin-bottom: 20px;
        font-size: 30px;
        line-height: 1.3;
	}
	.faq-question{
		font-size: 16px;
	}
}
