/*!
 * General Element
 */
*, ::after, ::before {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
body {
	position: relative;
	height:100%;
	overflow-x: hidden;
	font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #000000;
	background: #fff;
	letter-spacing: -0.1px;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
strong,b {
	font-weight: 700
}
a,
a:hover {
	text-decoration: none;
	color: #000;
}
img.img-fluid {
	max-width: 100%;
	height: auto;
	display: block;
}
button {
	border: none;
}
.square {
	border-radius: 0 !important;
}
.bc__grid{
	display:-ms-grid;
	display:grid;
	-ms-grid-rows: ;
	grid-template-rows: repeat(var(--bc-rows,1),var(--bc-col-height,1fr));
	-ms-grid-columns: ;
	grid-template-columns: repeat(var(--bc-columns,12),var(--bc-col-width,1fr));
	gap: var(--bc-gap-v,1rem) var(--bc-gap-h,1rem);
	margin-left:auto;
	margin-right:auto
}
.one__col > * {
	grid-column: auto/span 12;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.ratio {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.ratio::before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: "";
}
.ratio__square::before {
	--bs-aspect-ratio: 100%;
}
.ratio__vertical::before {
	--bs-aspect-ratio: 125%;
}
.ratio__wide::before {
	--bs-aspect-ratio: 56.25%;
}
.ratio__wide2::before {
	--bs-aspect-ratio: 60%;
}
.ratio>* {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ratio > * {
	border-radius: 16px;
}
.bc__button > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 14px 30px;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 8px;
	min-width: 160px;
	max-width: 280px;
	color: #fff;
	border-radius: 72px;
	background: #000;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	font-weight: 500;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.bc__button {
	text-align: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px 0;
	margin: 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bc__header .bc__button a {
	width: -webkit-fill-available;
	max-width: none;
}
.bc__button > span {
	font-size: 14px;
	line-height: 1;
}
.bc__button > a::before {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background: #01A0C6;
	-webkit-transition: width 0.1s linear;
	-o-transition: width 0.1s linear;
	transition: width 0.1s linear;
}
.bc__button > a:before {
	--size: 0;
	content: '';
	position: absolute;
	left: var(--x);
	top: var(--y);
	width: var(--size);
	height: var(--size);
	background: -o-radial-gradient(center,circle,rgba(140, 100, 255,.8) 0,rgba(140, 100, 255,0) 50%) no-repeat;
	background: radial-gradient(circle at center,rgba(140, 100, 255,.8) 0,rgba(140, 100, 255,0) 50%) no-repeat;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transition: width 0.2s ease, height 0.2s ease, left 0.25s linear, top 0.25s linear;
	-o-transition: width 0.2s ease, height 0.2s ease, left 0.25s linear, top 0.25s linear;
	transition: width 0.2s ease, height 0.2s ease, left 0.25s linear, top 0.25s linear;
}
.bc__button > a:hover:before {
	--size: 120px;
}
.bc__button > a:hover::before {
	width: 100%;
}
.bc__button a span {
	position:relative;
}
.bc__button > a:hover {
	background-image: -o-linear-gradient(left bottom, #140eb4, #3810c2, #5111d0, #6812de, #7e12eb) !important;
	background-image: -webkit-gradient(linear, left bottom, right top, from(#140eb4), color-stop(#3810c2), color-stop(#5111d0), color-stop(#6812de), to(#7e12eb)) !important;
	background-image: linear-gradient(to right top, #140eb4, #3810c2, #5111d0, #6812de, #7e12eb) !important;
}
.button__badge a {
	font-size: 90%;
	line-height: 100%;
}
.link_with_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 0 6px;
}
.bc__video {
	overflow: hidden;
	padding: 4px;
	border-radius: 16px;
	background: transparent;
	position: relative;
}
.sep {
	height: 6px;
}
p {
	margin-bottom: 10px;
}

/*! Site Navigation */
.bc__nav {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #FFF;
	padding: 10px 20px;
	z-index: 999;
	border-bottom: 1px solid #e8e8e8;
}
.bc__nav.scrolled {
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-bottom: 1px solid #f5f5f5;
}
.bc__nav.open {
	background: #fff;
}
.bc__dark .bc__nav.open {
	background: #121212;
}
.bc__nav .bc__grid {
	--bc-columns: 2;
	--bc-col-width: auto;
	--bc-gap-h: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	--bc-gap-v: 0;
}
.bc__logo a {
	display: block;
	width: 120px;
	height: 30px;
}
.bc__logo svg {
	max-width: 100%;
	height: auto;
}
.bc__grid.bc__menu {
	--bc-columns: 3;
	display: none;
}
.bc__nav.open .bc__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: calc(100vh - 50px);
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	padding: 20px;
	background: #ffffff;
	z-index: 8;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bc__dark .bc__nav.open .bc__menu {
	background: #121212
}
.bc__menu a {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 4px;
	padding: 16px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 100%;
}
.bc__menu a:hover {
	color: #01a0c6 !important;
	text-decoration: underline
}
.bc__menu a:hover svg path {
	stroke: #01a0c6 !important;
}
.bc__menu a svg {
	display: none;
}
/*! Site Header */
.bc__header {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 20px;
	display: -ms-grid;
	display: grid;
	gap: 10px;
	padding: 80px 20px 16px;
}
.bc__header .bc__grid {
	--bc-columns: 1;
	text-align: center;
	--bc-gap-v: 16px;
	max-width: 1020px;
}
.bc__header h1, .big.section__title {
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 110%;
	letter-spacing: -1px;
	margin-bottom: 0;
}
.bc__header h1 {
	font-size: 34px;
}
.bc__header h2 {
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.1px;
	font-size: 22px;
	display: none;
}
.bc__video_wrapper {
	max-width: 85%;
	margin: 0 auto;
	width: 100%;
}
.bc__header h1 span {
	position: relative;
}
.bc__header h1 span::after {
	content: '';
	position: absolute;
	width: 42px;
	height: 42px;
	background: url('../images/confetti.png') no-repeat;
	background-size: cover;
	left: -4px;
	top: -10px;
}
.platformList__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 24px auto;
	grid-template-columns: repeat(2, auto);
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 0 24px;
	justify-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.platformList__wrapper span {
	-ms-grid-column: 1;
		grid-column-start: 1;
	-ms-grid-column-span: 2;
	grid-column-end: 3;
	display: -ms-grid;
	display: grid;
	margin-bottom: 10px;
}
.platformList__wrapper .platform__logo {
	width: 106px;
	height: 40px;
	background-image: url('../images/sprite-lightbg.svg');
	background-repeat: no-repeat;
	background-size: 320px 800px;
	background-position: -160px -470px;
	-ms-grid-row: 2;
		grid-row-start: 2;
}
.bc__dark .platformList__wrapper .platform__logo {
	background-image: url('../images/sprite-darkbg.svg');
	background-repeat: no-repeat;
	
}
.platformList__wrapper .platform__logo.ig {
	-ms-grid-row: 2;
		grid-row-start: 2;
	width: 136px;
	background-position: -160px -510px;
}
.platformList__wrapper .platform__logo.tiktok {
	-ms-grid-row: 3;
		grid-row-start: 3;
	width: 92px;
	background-position: -160px -550px;
}
.platformList__wrapper .platform__logo.linkedin {
	-ms-grid-row: 3;
		grid-row-start: 3;
	width: 102px;
	background-position: -160px -590px;
}
/*! Section */
section {
	padding: 30px 20px;
}
.section__title {
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 900;
	line-height: 110%;
	letter-spacing: -1px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.section__title_wrapper {
	grid-column: auto/span 12;
	text-align: center;
}
.section__title_wrapper .emoji__headline {
	font-size: 40px;
	margin-bottom: 10px;
	display: block;
	line-height: 100%;
}
.section__title_wrapper .section__title {
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.section__title + p {
	text-align: center;
	margin-bottom: 0;
	padding: 0 30px;
	font-size: 18px;
}
.bc__trust > .bc__grid {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #f7f7f7;
}
.bc__dark .bc__trust > .bc__grid {
	border-bottom-color: #f7f7f712
}
.bc__trust .bc__grid {
	--bc-columns: 3;
	--bc-rows: 2;
	--bc-gap-h: 0.5rem;
	--bc-col-width: auto;
	--bc-col-height: auto;
}
.bc__trust .section__title {
	-ms-grid-column: 1;
	-ms-grid-column-span: 3;
	grid-column: 1/span 3;
}
.bc__trust .number {
	font-size: 26px;
	font-weight: 900;
	line-height: 1.1;
}
.bc__trust .bc__grid > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 2px;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	line-height: 1;
}
.trustpilot__stat > span:last-child {
	line-height: 1;
	font-size: 16px;
	gap: 6px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.trustpilot__stat > span:last-child span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 2px;
}
.trustpilot__stat > span:last-child > span:last-child {
	display: none;
}
.star__unfill,
.star__fill {
	width: 20px;
	height: 20px;
	background: url('../images/sprite-lightbg.svg') no-repeat;
	background-position: -80px -180px;
	background-size: 160px 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.star__fill {
	background-position: -100px -180px
}
.star__unfill + span {
	padding-top: 3px;
}
.best__app span {
	background: url('../images/sprite-lightbg.svg') no-repeat;
}
.best__app span:first-child {
	width: 110px;
	height: 30px;
	background-position: -120px -300px;
	background-size: 240px 600px;
}
.best__app span:last-child {
	width: 94px;
	height: 18px;
	background-position: -120px -330px;
	background-size: 240px 600px;
}
.swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-wrapper {
	position: relative;
	-webkit-transition-timing-function:linear!important;
	-o-transition-timing-function:linear!important;
	transition-timing-function:linear!important;
}
.bc__brands {
	margin: 0px -20px 0;
	position: relative;
}
.bc__brands ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important;
	padding: 0 16px;
}
.bc__dark .bc__brands ul {
	border-color: #ffffff12;
}
.bc__brands h5 {
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}
.bc__brands [class*="__brand"] {
	height: 40px;
	background: url('../images/sprite-lightbg.svg') no-repeat;
	background-size: 320px 800px;
	display: block;
}
.bc__brands .disney__brand {
	width: 94px;
	background-position: 0 -40px;
}
.bc__brands .marvel__brand {
	width: 72px;
	background-position: 0 -80px;
}
.bc__brands .redbull__brand {
	width: 108px;
	background-position: 0% -120px;
}
.bc__brands .twitter__brand {
	width: 96px;
	background-position: 0 -160px;
}
.bc__brands .loreal__brand {
	width: 96px;
	background-position: 0 -200px;
}
.bc__brands .seattle__brand {
	width: 107px;
	background-position: 0 -240px;
}
.bc__brands .ae__brand {
	width: 84px;
	background-position: 0 -280px;
}
.bc__brands .lego__brand {
	width: 72px;
	background-position: 0 -320px;
}
.bc__brands .wb__brand {
	width: 110px;
	background-position: 0 -360px;
}
.bc__brands .disney__brand:hover {
	background-position: 0 -400px;
}
.bc__brands .marvel__brand:hover {
	background-position: 0 -440px;
}
.bc__brands .redbull__brand:hover {
	background-position: 0 -480px;
}
.bc__brands .twitter__brand:hover {
	background-position: 0 -520px;
}
.bc__brands .loreal__brand:hover {
	background-position: 0 -560px;
}
.bc__brands .seattle__brand:hover {
	background-position: 0 -600px;
}
.bc__brands .ae__brand:hover {
	background-position: 0 -640px
}
.bc__brands .lego__brand:hover {
	background-position: 0 -680px;
}
.bc__brands .wb__brand:hover {
	background-position: 0 -720px;
}
.bc__ideas {
	text-align: center;
}
.slide__desc h4, .list__testimonial h5, .bc__step h4, .bc__feat h4 {
	font-family: Inter;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.3px;
	margin-bottom: 0;
}
.bc__dark .slide__desc h4 {
	color: #fff;
}
.bc__feat h4 {
	margin-bottom: 4px;
	font-size: 20px;
	font-weight: 800;
}
.slide__desc p {
	line-height: 130%;
	margin-bottom: 0;
}

.bc__howitworks .details {
	text-align: left;
	max-width: 90%;
}
ol > li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
	position: absolute;
	left: 0;
	top: 0;
}
ol {
	counter-reset: item;
}
ol > li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}
ol > li:last-of-type {
	margin-bottom: 0;
}
.bc__howitworks ol {
	padding: 0px 10px 16px;
}
.bc__howitworks p {
	text-align: center;
	margin-bottom: 20px;
}
.bc__video .badge {
	text-align: center;
	font-size: 16px;
	padding: 12px 68px;
	font-weight: 600;
	background: #ffeb00;
	position: absolute;
	z-index: 2;
	color: #000;
	border-radius: 0;
	top: 32px;
	left: -54px;
	-webkit-box-shadow: 0 8px 10px #030d260f;
			box-shadow: 0 8px 10px #030d260f;
	-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
	line-height: 1;
}
.bc__platform .bc__grid {
	--bc-gap-v: 20px;
	--bc-gap-h: 20px;
}
.platform {
	grid-column: auto/span 4;
	border: 1px solid #eee;
	border-radius: 16px;
}
.bc__platform .bc__button {
	grid-column: auto/span 12;
	margin-top: 10px;
}
.platform:nth-of-type(4) {
	-ms-grid-column: 9;
		grid-column-start: 9;
}
.platform:nth-of-type(5) {
	-ms-grid-column: 3;
		grid-column-start: 3;
}
.platform a > span:last-of-type {
	display: none;
}
.platform a {
	position: relative;
}
.platform span[class*="icon"] {
	width: 40px;
	height: 40px;
	background: url('../images/sprite-lightbg.svg') no-repeat;
	background-position: -160px 0;
	background-size: 320px 800px;
	z-index: 2;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
	-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	border-radius: 0;
}
.platform span.instagram__icon {
	background-position: -200px 0;
}
.platform span.tiktok__icon {
	background-position: -240px 0;
}
.platform span.linkedin__icon {
	background-position: -280px 0;
}
.platform span.twitter__icon {
	background-position: -160px -80px;
}
.platform__box .ratio {
	background: #fff;
	z-index: 22;
	border-radius: 16px;
}
.platform a:hover::after {
	content:'';
	position: absolute;
	width: calc(100% + 8px);
	height: calc( 100% + 8px);
	top: -4px;
	left: -4px;
	z-index: 1;
	border-radius: 20px;
	background: var(--Border-color, linear-gradient(147deg, #01A0C6 8.41%, #480CAB 39.58%, #1F40B4 74.21%, #01C6BA 98.95%));
}

.bc__uses {
	text-align: center;
}
.bc__uses .section__title {
	grid-column: auto/span 12;
}
.bc__uses .bc__grid:nth-of-type(n+2) {
	--bc-columns: 1;
}
.bc__uses .ratio > * {
	border-radius: 0;
}
.bc__uses .bc__video img:first-of-type {
	border-radius: 12px 12px 0 0;
}
.bc__uses p {
	margin-bottom: 0;
}
.bc__uses .bc__video img:last-of-type {
	border-radius: 0 0 12px 12px;
}
.post__stats_wrapper {
	display: grid;
	gap: 30px;
}
.post__stats {
	display: -ms-grid;
	display: grid;
	text-align: center;
	gap: 10px 10px;
	-ms-grid-columns: auto 10px auto 10px auto;
	grid-template-columns: minmax(max-content, 1fr) minmax(max-content, 1fr);
	position: relative;
}
.post__stats > div:not(.arrow__icon) {
    background-color: #f8febc;
    border: 1px solid #00000008;
    width: 100%;
    padding: 14px 16px 14px;
    border-radius: 20px;
    box-shadow: 0px 10px 15px -3px #dfdfdfa8;
    display: flex;
    gap: 2px;
    align-items: center;
    flex-direction: column;
}
.post__stats > div:not(.arrow__icon):nth-child(2) {
    background-color: #99ffbd;
}
.post__stats > div:not(.arrow__icon):nth-child(3) {
    background-color: #c0a4fa;
}
.post__stats > div:not(.arrow__icon):nth-child(4) {
    background-color: #ffaeae;
}
.post__stats > div:not(.arrow__icon):nth-child(5) {
    background-color: #acd5ff;
}
.post__stats > div:not(.arrow__icon):nth-child(6) {
    background-color: #aba6f8;
}
.bc__dark .post__stats > div:not(.arrow__icon) {
	box-shadow: none;
	color: #000;
}
.post__stats_number {
	font-weight: 800;
	font-size: 24px;
	line-height: 1;
	display: inline-block;
	position: relative;
}
.post__stats span {
	font-size: 16px;
	display: block;
	line-height: 1.3;
	position: relative;
}
.post__stats_number::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 6px;
	background: #fce300;
	left: 0;
	bottom: 1px;
	z-index: -1;
	border-radius: 0;
}
.post__stats .arrow__icon {
	display:none;
	border: none;
	background-color: transparent;
}
.bc__uses .bc__grid:nth-of-type(2) {
	margin-bottom: 20px;
}

.quote__icon {
	display: block;
	width: 48px;
	margin: 0 auto 16px;
}
.quote__icon svg {
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
}
.testimonial__logo {
	width: 124px;
	height: 40px;
	background: url(../images/sprite-lightbg.svg) no-repeat;
	background-position: -160px -120px;
	background-size: 320px 800px;
	margin: 0 auto;
}
.bc__testimonials .section__title + p {
	margin-bottom: 0;
}

.swiper--templates .swiper-wrapper .swiper-slide {
	position: relative;
	width: 110px;
	border-radius: 20px;
}
.swiper--templates .swiper-slide div::before {
	display: block;
	padding-top: 125%;
	content: "";
}
.swiper--templates .swiper-slide div::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../images/templates.png') no-repeat;
	background-position: 0 0;
	border-radius: 20px;
	background-size: 550px 687.5px;
}
.swiper--templates .template__2 div::after {
	background-position: 25% 0;
}
.swiper--templates .template__3 div::after {
	background-position: 50% 0;
}
.swiper--templates .template__4 div::after {
	background-position: 75% 0;
}
.swiper--templates .template__5 div::after {
	background-position: 100% 0;
}
.swiper--templates .template__6 div::after {
	background-position: 0 25%;
}
.swiper--templates .template__7 div::after {
	background-position: 25% 25%;
}
.swiper--templates .template__8 div::after {
	background-position: 50% 25%;
}
.swiper--templates .template__9 div::after {
	background-position: 75% 25%;
}
.swiper--templates .template__10 div::after {
	background-position: 100% 25%;
}
.swiper--templates .template__11 div::after {
	background-position: 75% 50%;
}
.swiper--templates .template__12 div::after {
	background-position: 0 50%;
}
.swiper--templates .template__13 div::after {
	background-position: 25% 50%;
}
.swiper--templates .template__14 div::after {
	background-position: 0% 75%;
}
.swiper--templates .template__15 div::after {
	background-position: 25% 75%;
}
.swiper--templates .template__16 div::after {
	background-position: 50% 75%;
}
.swiper--templates .template__17 div::after {
	background-position: 75% 75%;
}
.swiper--templates .template__18 div::after {
	background-position: 0% 100%;
}
.swiper--templates .template__19 div::after {
	background-position: 25% 100%;
}
.swiper--templates .template__20 div::after {
	background-position: 50% 100%;
}
.bc__templates .section__title_wrapper .section__title {
	margin-bottom: 0;
}
.bc__templates .swiper-container::before {
	content:'';
	position: absolute;
	width: 50px;
	height: 100%;
	background: rgb(255,255,255);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 41%, rgba(255,255,255,0.5102634803921569) 84%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(41%, rgba(255,255,255,1)), color-stop(84%, rgba(255,255,255,0.5102634803921569)), to(rgba(255,255,255,0)));
	background: linear-gradient(90deg, rgba(255,255,255,1) 41%, rgba(255,255,255,0.5102634803921569) 84%, rgba(255,255,255,0) 100%);
	top: 0;
	left: 0;
	z-index: 99;
}
.bc__templates .swiper-container::after {
	content:'';
	position: absolute;
	width: 50px;
	height: 100%;
	background: rgb(255,255,255);
	background: -o-linear-gradient(right, rgba(255,255,255,1) 41%, rgba(255,255,255,0.5102634803921569) 84%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, right top, left top, color-stop(41%, rgba(255,255,255,1)), color-stop(84%, rgba(255,255,255,0.5102634803921569)), to(rgba(255,255,255,0)));
	background: linear-gradient(-90deg, rgba(255,255,255,1) 41%, rgba(255,255,255,0.5102634803921569) 84%, rgba(255,255,255,0) 100%);
	top: 0;
	right: 0;
	z-index: 99;
}
.swiper--templates {
	margin: 0 -20px !important;
	width: calc(100% + 40px);
}
.bc__bottom_testimonials .block__wrapper.bc__grid {
	--bc-columns: 4;
	--bc-rows: 1;
	--bc-col-width: 1fr;
	--bc-gap: 16px;
}
.block__wrapper.bc__grid div {
	grid-column: auto/span 1;
}
.bc__testimonial_block {
	border: 1px solid #eee;
	padding: 20px;
	border-radius: 20px;
}
.bc__testimonial_block .avatar {
	width: 46px;
	height: 46px;
	background: url('../images/avatar.png') no-repeat;
	margin-right: 10px;
}
.bc__testimonial_block .user__name {
	font-weight: 700;
}
.bc__testimonial_block p {
	margin-top: 10px;
	margin-bottom: 0;
}
.avatar.user__alesandro {
	background-position: 0 0;
}
.avatar.user__macy {
	background-position: 0 -46px;
}
.avatar.user__samuel {
	background-position: 0 -92px;
}
.avatar.user__christopher {
	background-position: 0 -138px;
}
.avatar.user__tina {
	background-position: 0 -184px;
}
.avatar.user__adam {
	background-position: 0 -230px;
}
.avatar.user__john {
	background-position: 0 -276px;
}
.avatar.user__sandy {
	background-position: 0 -322px;
}
.avatar.user__lin {
	background-position: 0 -368px;
}
.avatar.user__paul {
	background-position: -46px -368px;
}
.avatar.user__joanne {
	background-position: 0 -460px;
}
.avatar.user__denise {
	background-position: 0 -506px;
}
.avatar.user__nick {
	background-position: 0 -552px;
}
.avatar.user__mirella {
	background-position: 0 -598px;
}
.avatar.user__grady {
	background-position: -46px -46px;
}
.avatar.user__kurt {
	background-position: -46px -92px;
}
.avatar.user__robert {
	background-position: -46px -138px;
}
.avatar.user__damon {
	background-position: -46px -184px;
}
.avatar.user__dan {
	background-position: -46px -230px;
}
.avatar.user__russel {
	background-position: -46px -276px;
}
.avatar.user__matt {
	background-position: -46px -322px;
}
.avatar.user__cyltie {
	background-position: -46px -414px;
}
.testimonials__scroller_wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
	grid-template-columns: repeat(5, 1fr);
	width: 1760%;
	text-align: left;
	gap: 0 16px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 4px;
}
.bc__bottom_testimonials .trustpilot__stat {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto;
	grid-template-columns: repeat(1, auto);
	justify-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	gap: 4px 40px;
}
.bc__bottom_testimonials .trustpilot__stat div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 0 10px;
}
.bc__bottom_testimonials .trustpilot__stat div span:last-of-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.bc__bottom_testimonials > .bc__grid {
	margin-bottom: 20px;
}
.bc__bottom_testimonials .section__title, .bc__calendar .section__title {
	padding-left: 40px;
	padding-right: 40px;
}
.bc__testimonial_block div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.testimonials__scroller {
	max-width: 1050px;
	overflow: hidden;
	margin: 0 -20px;
}
.os-scrollbar {
	opacity: 0;
	display: none;
}
.os-scrollbar {
	left: 20px !important;
	right: 20px !important;
}
.os-scrollbar-track {
	background: #00000017 !important;
}
.testimonials__outer_wrapper {
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
}
.button__next, .button__prev {
	width: 40px;
	height: 36px;
	position: relative;
	left: 50%;
	margin-left: -40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background: url('../images/sprite-lightbg.svg') no-repeat;
	background-size: 320px 800px;
	background-position: -160px -322px;
	cursor: pointer;
	bottom: -20px;
}
.button__prev {
	margin-left: 4px;
	background-position: -200px -322px;
}
.button__scroll.disabled {
	opacity: 0.2;
}
.faq a {
	color: #01A0C6;
	text-decoration: underline;
}
.faq {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	width: 100%;
	text-align: left;
}
.answer {
	display: none;
	padding-top: 10px;
}
.ask {
	position: relative;
	cursor: pointer;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0 30px;
}
.ask::after {
	content: '+';
	width: 20px;
	height: 100%;
	cursor: pointer;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
}
.ask.opened::after {
	content: '-';
}

.bc__footer {
	font-size: 16px;
	padding: 30px 20px 20px;
}
.bc__footer > .bc__grid:first-of-type {
	--bc-columns: 2;
	--bc-rows: 2;
	--bc-col-width: auto;
	--bc-col-height: auto;
	--bc-gap-v: 20px;
	--bc-gap-h: 36px;
}
.widget__content.bc__grid {
	--bc-columns: 1;
	--bc-rows: auto;
	--bc-gap-v: 16px;
	line-height: 1.3;
}
.widget__content.widget__social {
	--bc-gap-h: 6px;
	--bc-rows: auto !important;
	-ms-grid-columns: (24px)[3];
	grid-template-columns: repeat(3, 24px);
}
.bc__widget:nth-child(2) {
	display: none;
}
.widget__title {
	font-weight: 600;
	margin-bottom: 16px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.bc__social {
	display: block;
	width: 24px;
	height: 24px;
	background: url('../images/sprite-lightbg.svg') no-repeat;
	background-position: -96px -144px;
	background-size: 192px 480px;
}
.bc__social:hover {
	background-position: -96px -168px;
}
.bc__instagram {
	background-position: -120px -144px;
}
.bc__instagram:hover {
	background-position: -120px -168px;
}
.bc__linkedin {
	background-position: -144px -144px;
}
.bc__linkedin:hover {
	background-position: -144px -168px;
}
.bc__footer > .bc__grid:last-of-type {
	--bc-columns: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bc__legal {
	-ms-grid-row: 1;
		grid-row-start: 1;
	-ms-grid-row-align: center;
		align-self: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: repeat(1, 1fr);
	justify-items: center;
	gap: 10px;
}
.bc__copyright p {
	text-align: center;
	margin-bottom: 0;
}
.bc__footer a:hover {
	color: #01A0C6;
}
span.bubble {
	font-size: 13px;
	padding: 4px 7px;
	display: none;
	background: #baffca;
	border-radius: 8px;
	border: 1px solid #6ebf81;
	line-height: 1.2;
	width: 114px;
	font-weight: 300;
}
.bc__advantages {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	max-width: 940px;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.ratio__5by4::before {
	--bs-aspect-ratio: 80%;
}
.answer ul {
	list-style: disc;
	margin: 16px 0 16px;
	gap: 4px !important;
	padding: 0 0 0 24px;
}
.answer ul li {
	margin: 0;
	position: relative;
}
.section__title_wrapper .img__emoji {
	height: 48px;
	margin: 0 auto;
}
.advantages {
	text-align: left;
	padding: 10px 16px;
	margin-bottom: 16px;
	line-height: 1.3;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.advantages::before,.advantages::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: var(--bg);
	z-index: -1;
	left: 0;
	top: 0;
	border-radius: 4px;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.advantages::before {
	background: #f7f7f7;
}
.advantages::after {
	width: 3px;
}
.advantages:hover::after {
	width: 100%;
}
.bc__dark .advantages::before {
	background: #171717;
}
.bc__dark .advantages:hover {
	color: #000;
}
.bc__steps video {
	border-radius: 0 !important;
}
.bc__dark .bc__steps video {
	border-radius: 30px !important;
}
.align__top {
	-webkit-box-align: start !important;
		-ms-flex-align: start !important;
			align-items: start !important;
}
.bc__feats {
	--bc-gap-v: 20px;
}
.bc__feat {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	-webkit-box-align: center !important;
		-ms-flex-align: center !important;
			align-items: center !important;
	grid-column: auto / span 12;
	--bc-gap-v: 10px;
}
body:not(.bc__dark) .bc__feat {
	padding: 20px;
	background: #fff;
	border-radius: 30px;
	border: 4px solid rgb(0 0 0 / 5%);
}
#carousel1:not(.carousel__loaded) {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 58% 10px 58% 10px 58% 10px 58% 10px 58% 10px 58% 10px 58% 10px 58%;
	grid-template-columns: repeat(8, 58%);
	gap: 10px;
	padding: 0 30px;
}
.bc__features, .bc__tim_case {
	background: #f5f5f5;
	margin: 30px 15px 29px;
	border-radius: 30px;
	padding: 30px 15px 30px;
}
.bc__dark .bc__features {
	background: #111
}
ul#carousel2 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important;
	padding: 0 16px;
}
ul#carousel3 li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	width: -webkit-max-content !important;
	width: -moz-max-content !important;
	width: max-content !important;
	padding: 0 10px;
}
.bc__video .bc__button {
	position: absolute;
	bottom: 30px;
	width: -webkit-fill-available;
	left: 15px;
	right: 15px;
	opacity: 0;
}
.bc__video .bc__button a {
	padding: 6px 24px;
	font-size: 16px;
	width: 100%;
}
.button__badge span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	font-size: 18px;
	gap: 0 6px;
}
.button__badge span svg {
	max-width: 24px;
	height: auto;
}
.button__badge {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.button__badge a:hover {
	text-decoration: underline;
}
.button__badge svg {
	max-width: 22px;
}
.bc__brands .bx-wrapper{
	max-width: 100% !important;
}

.feat__videos_wrapper .ratio {
	display: none;
}

.feat__videos_wrapper .ratio:first-child {
	display: block;
}

.bc__case_study .section__title_wrapper {
    max-width: 880px;
}
.bc__case_study .section__title_wrapper .section__title,
.bc__case_study .section__title + p {
	padding: 0;
}
.case__wrapper {
    grid-template-columns: 1fr;
    display: grid;
    align-items: center;
    gap: 20px 30px;
}
.case__post {
    border-radius: 30px;
    border: 1px solid #ececec;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 4px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 4px -3px rgba(0, 0, 0, 0.25);
}
.bc__dark .case__post {
	border: none;
}

/*!
 * Media Queries
 */

.light__or_dark {
	position: fixed;
	bottom: 86px;
	width: 60px;
	height: 60px;
	background: rgb(237 237 237);
	border-radius: 60px;
	right: 20px;
	cursor: pointer;
	z-index: 99999;
}
.light__or_dark svg {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
.light__icon {
	display: none;
}
.light__or_dark:hover {
	background: rgb(204 204 204);
}

.bc__dark {
	color: #ffffff;
	background: #101010;
}
.bc__dark nav.bc__nav {
	background: rgb(16 16 16 / 60%);
	border-bottom: none;
}
.bc__dark .bc__logo svg path.color_def_scheme {
	fill: #fff
}
.bc__dark .bc__menu a {
	color: #fff;
}
.bc__dark .bc__menu a svg path {
	stroke: #b7b7b7;
}
.bc__dark .best__app span,
.bc__dark .bc__brands [class*="__brand"],
.bc__dark span[class*="icon"],
.bc__dark .arrow__icon,
.bc__dark .testimonial__logo,
.bc__dark .bc__social,
.bc__dark .button__next,
.bc__dark .button__prev{
	background-image: url('../images/sprite-darkbg.svg');
}
.bc__dark .bc__button > a {
	background: #01A0C6;
	color: #fff;
}
.bc__dark .bc__nav.scrolled {
	border-color: transparent;
}
.bc__dark a {
	color: #fff;
}
.bc__dark .platform a span:last-of-type svg path {
	stroke: #b7b7b7;
}
.bc__dark .platform__box .ratio {
	background: #1b1b1b;
	z-index: 22;
	border-radius: 16px;
}
.bc__dark .quote__icon svg path {
	fill: #ffffff;
}
.bc__dark .platform {
	border: none;
	background: #1b1b1b;
}
.bc__dark .bc__templates .swiper-container::before {
	background: -o-linear-gradient(left, rgb(16 16 16) 41%, rgba(16, 16, 16, 0.5102634803921569) 84%, rgba(16, 16, 16, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(41%, rgb(16 16 16)), color-stop(84%, rgba(16, 16, 16, 0.5102634803921569)), to(rgba(16, 16, 16, 0)));
	background: linear-gradient(90deg, rgb(16 16 16) 41%, rgba(16, 16, 16, 0.5102634803921569) 84%, rgba(16, 16, 16, 0) 100%);
}
.bc__dark .bc__templates .swiper-container::after {
	background: -o-linear-gradient(right, rgb(16 16 16) 41%, rgba(16,16,16,0.5102634803921569) 84%, rgba(16,16,16,0) 100%);
	background: -webkit-gradient(linear, right top, left top, color-stop(41%, rgb(16 16 16)), color-stop(84%, rgba(16,16,16,0.5102634803921569)), to(rgba(16,16,16,0)));
	background: linear-gradient(-90deg, rgb(16 16 16) 41%, rgba(16,16,16,0.5102634803921569) 84%, rgba(16,16,16,0) 100%);  
}
.bc__dark .bc__testimonial_block {
	border: none;
	background: #1b1b1b;
}
.bc__dark .faq {
	border-color: #ffffff14;
}
.bc__dark .post__stats_number::after {
	background: #01A0C6;
}
.bc__dark .ask::after {
	border-color: #d4d4d4;
}
.bc__dark .bc__footer {
	background: #161616;
}
.bc__dark .bc__footer > .bc__grid:last-of-type {
	border-color: #ffffff0d;
}
.bc__dark span.bubble {
	color: #101010;
}
.bc__dark .light__or_dark {
	background: rgb(43 43 43);
}
.bc__dark .dark__icon {
	display: none;
}
.light__icon {
	display: none;
}
.bc__dark .light__icon {
	display: block;
}
.bc__dark .light__or_dark:hover {
	background: #484848;
}
.bc__dark .bc__brands .bc__grid {
	border-color: #191919;
}

/*! FakeBeacon */
.js-beacon,.js-beacon button {
	height: 60px;
	z-index: 999;
	cursor: pointer
}
.js-beacon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 60px
}
.js-beacon button,.lds-dual-ring {
	-webkit-appearance: none;
		 -moz-appearance: none;
			appearance: none;
	bottom: 0;
	display: block;
	margin: 0;
	outline: 0;
	padding: 0;
	position: relative;
	-webkit-user-select: none;
		 -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	color: #fff;
	min-width: 60px;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	-o-transition: transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	-webkit-tap-highlight-color: transparent;
	background-color: #05a0c7;
	-webkit-transform-origin: calc(100% - 30px) center;
		-ms-transform-origin: calc(100% - 30px) center;
			transform-origin: calc(100% - 30px) center;
	-webkit-animation-duration: 250ms;
			animation-duration: 250ms;
	-webkit-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden
}
.js-beacon button {
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
	border-radius: 200px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
		justify-content: center;
	border: none
}
.js-beacon button:hover {
	background-color: #0098bf;
	-webkit-box-shadow: rgb(0 0 0 / 6%) 0 0 0 30px inset;
			box-shadow: rgb(0 0 0 / 6%) 0 0 0 30px inset
}
.lds-dual-ring {
	width: 60px;
	height: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
		align-items: center;
	border-radius: 200px;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	border: none
}
.lds-dual-ring:after {
	content: " ";
	position: absolute;
	top: 15px;
	left: 15px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 3px solid #fff;
	border-color: #fff transparent;
	-webkit-animation: 1.2s linear infinite lds-dual-ring;
			animation: 1.2s linear infinite lds-dual-ring
}
.hsds-beacon .fbuCts {
	bottom: 20px !important;
}
.hsds-beacon .cXSNAR.BeaconContainer-enter-done {
	-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
			transform: translateY(-5px);
}
.js-beacon button span {
	width: 40px;
	height: 40px;
	display: -ms-inline-grid;
	display: inline-grid;
	justify-items: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
@-webkit-keyframes lds-dual-ring {
	0% {
		-webkit-transform: rotate(0);
				transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg)
	}
}
@keyframes lds-dual-ring {
	0% {
		-webkit-transform: rotate(0);
				transform: rotate(0)
	}

	100% {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg)
	}
}
.calendar__wrapper img {
	margin: 0 auto;
}
#beacon-container .BeaconFabButtonFrame {
	bottom: 20px !important;
}
#beacon-container .BeaconContainer {
	--hs-beacon-window-v-offset: 90px !important;
}

/*! New added CSS */
.bc__introduction .bc__inner_wrapper {
	max-width: 1030px;
	margin: 0 auto;
}
.bc__introduction .bc__inner_wrapper .section__title_wrapper {
	max-width: 840px;
}
.bc__introduction .bc__inner_wrapper .section__title_wrapper:nth-child(2) {
	margin-top: 60px;
}
.bc__title_badge {
	background: #f5f5f5;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 6px 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	letter-spacing: -0.3px;
}
.bc__grid ul {
	grid-column: auto/span 12;
	gap: 16px;
	display: -ms-grid;
	display: grid;
	margin-bottom: 10px;
}
.bc__grid ul li.list__rotated {
	display: block;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 30px;
	-webkit-transform: rotate(-1deg);
	    -ms-transform: rotate(-1deg);
	        transform: rotate(-1deg);
	background: var(--bg, #F5f5f5);
}
.bc__grid ul li.list__rotated:nth-child(2) {
	-webkit-transform: rotate(0.5deg);
	    -ms-transform: rotate(0.5deg);
	        transform: rotate(0.5deg);
}
.bc__grid ul li.list__rotated:nth-child(3n) {
	-webkit-transform: rotate(-0.5deg);
	    -ms-transform: rotate(-0.5deg);
	        transform: rotate(-0.5deg);
}
.bc__introduction {
	padding-bottom: 0;
}
.bc__steps {
	grid-column: auto / span 12;
	-ms-grid-column: 1;
		grid-column-start: 1;
}
.bc__step {
	grid-column: auto / span 12;
	display: -ms-grid;
	display: grid;
	gap: 6px;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: start;
	border: 4px solid #f7f7f7;
	padding: 30px 30px 24px;
	border-radius: 30px;
}
.bc__dark .bc__step {
	background: #ffffff05;
	border: none;
}
.list__testimonial span {
	font-weight: 400;
}
.bc__step .bc__illustration {
	background: #f7f7f7;
	min-height: 180px;
	border-radius: 30px;
}
.slide__desc {
	height: auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	position: relative;
	-webkit-transform: none;
		-ms-transform: none;
			transform: none;
	bottom: auto;
	left: auto;
}
.bc__button_next, .bc__button_prev {
	width: 48px;
	height: 48px;
	background: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-line-pack: center;
		align-content: center;
}
.bc__slider_examples {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	overflow: hidden;
}
.bc__button_prev svg path,
.bc__button_next svg path {
	stroke: #141414;
}
.bc__button_prev svg, .bc__button_next svg {
	width: 36px;
	height: 36px;
}
.slide__desc h4 {
	font-size: 20px;
}
.bc__bottom_cta .bc__grid .section__title_wrapper > .font__emoji {
	font-size: 44px;
	margin-bottom: 16px;
	display: block;
	line-height: 100%;
}
.bc__bottom_cta ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 10px auto;
	grid-template-columns: repeat(2, auto);
	gap: 10px;
}
.bc__bottom_cta ul li {
	background: var(--bg, #ebebeb);
	border-radius: 16px;
	padding: 16px;
	font-weight: 600;
	grid-column: auto / span 12;
}
.bc__bottom_cta ul li:nth-child(3) {
	grid-column: auto / span 12;
}
.bc__grid ul li.list__rotated.list__testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	width: 100%;
	padding: 14px 16px;
	gap: 0px;
	border-radius: 30px;
	border: 4px solid hsl(0deg 0% 0% / 1%);
}
.list__testimonial p {
	font-weight: 400;
	margin-bottom: 0;
}
.list__testimonial h5 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.3;
}
.list__testimonial span {
	font-size: 15px;
}
.bc__dark .bc__grid ul li.list__rotated.list__testimonial {
	background: #ffffff05;
	color: #fff;
}
.bc__dark .bc__title_badge {
	background: #ffffff12;
}
.bc__dark ul li.list__rotated {
	color: #000;
}
.bc__dark .bc__bottom_cta ul li {
	color: #000;
}
.bc__dark .bc__illustration {
	background: #ffffff08;
}
.bc__dark .bc__video {
	background: #ffffff05;
}
.bc__dark .bc__button_next, .bc__dark .bc__button_prev {
	background: #101010;
}
.bc__dark .bc__button_next svg path, .bc__dark .bc__button_prev svg path {
	stroke: #fff;
}
.swiper__navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	margin-top: 10px;
}
.bc__slider_examples .bx-wrapper {
	max-width: 100% !important;
}

.bc__header + .bc__slider_examples .swiper-container.slider__loaded {
	padding: 0;
}
.bc__step span {
	font-size: 90%;
}
.plan__switch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 4px;
	background: #f5f5f5;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	font-size: 15px;
	border-radius: 4px;
	overflow: hidden;
	-webkit-box-align: stretch;
		-ms-flex-align: stretch;
			align-items: stretch;
	gap: 4px;
	letter-spacing: 0.3px;
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.bc__dark .plan__switch {
	background: #2e2e2e;
}
.plan__switch input {
	position: absolute;
	top: -1100%;
	visibility: hidden;
	opacity: 0;
}
.plan__switch input + label {
	padding: 4px;
	cursor: pointer;
	border-radius: 4px;
	line-height: 110%;
	font-weight: 500;
}
.plan__switch input:checked + label,
.plan__switch input + label:hover {
	background: #fff;
}
.bc__dark .plan__switch input:checked + label,
.bc__dark .plan__switch input + label:hover {
	background: #272727
}
.plan__packages {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
	margin-bottom: 30px;
}
.plan__package {
	border-radius: 12px;
	position: relative;
	z-index: 1;
	background: #fff;
	height: 100%;
	-webkit-box-shadow: 0 0 0 2px #f7f7f7;
	        box-shadow: 0 0 0 2px #f7f7f7;
}
.pro__wrapper .plan__package {
	background: #203be0;
	color: #fff;
}
.bc__dark .plan__package {
	background: #151515;
	-webkit-box-shadow: 0 0 0 2px #222222;
	        box-shadow: 0 0 0 2px #222222;
}
.bc__dark .plan__details {
	border-color: #1c1c1c;
}
.save-badge {
	background: #21c16b;
	padding: 0 2px;
	border-radius: 4px;
	font-size: 12px;
	color: #fff;
}
.bc__dark .save-badge {
	background: #272727;
}
.bc__dark label:hover .save-badge, 
.bc__dark input:checked + label .save-badge {
	background: #2e2e2e;
}
.plan__details {
	display: -ms-grid;
	display: grid;
	padding: 20px 20px 0;
	gap: 4px;
	position: relative;
}
.pro__wrapper .plan__details {
	border-color: #ffffff0f;
	padding-left: 10px;
	padding-right: 10px;
}
.plan__name {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 146%; /* 24.82px */
}
.plan__price {
	font-size: 46px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 44px */
	letter-spacing: -2px;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 2px;
}
.plan__description {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 146%; /* 17.52px */
	letter-spacing: -0.1px;
	margin-bottom: 10px;
}
.plan__details .bc__button {
	width: 100%;
}
.plan__details .bc__button a {
	width: 100%;
	max-width: 100%;
	border-radius: 7px;
	padding: 10px;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 18.2px */
}
.pro__wrapper .plan__details .bc__button a {
	background: #1fc16b !important;
}
.plan__features {
	padding: 20px;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	gap: 6px;
}
.pro__wrapper .plan__features {
	padding: 20px 10px;
}
.plan__features span {
	font-size: 16px;
	font-weight: 400;
}
.plan__features h6 {
	font-weight: 700;
	font-size: 16px
}
.plan__features ul li {
	position: relative;
	font-size: 15px;
	line-height: 136%;
	margin-bottom: 6px;
	padding: 0 0 0 20px;
}
.plan__features ul li strong {
	font-weight: 600;
}
.plan__features ul li::before {
	content: '';
	position: absolute;
	width: 13px;
	height: 7px;
	border-left: 2px solid;
	border-bottom: 2px solid;
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg);
	left: 0;
	top: 4px;
}
.periodic {
	font-size: 15px;
	letter-spacing: 0;
	font-weight: 400;
	position: absolute;
	bottom: 6px;
	line-height: 100%;
	left: 100%;
	margin-left: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 6px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.billed {
	display: none;
}
.plan__badge,
.plan__features .feat__badge {
	position: absolute;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 2px 4px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	background: #ffeb03;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	top: 20px;
	right: 20px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	color: #000;
}
.plan__features .feat__badge {
	position: relative;
	right: auto;
	top: -2px;
	text-transform: uppercase;
	font-size: 10px;
}
.pro__wrapper {
	position: relative;
}
#pro__plan::before {
	content:'';
	position: absolute;
	left: -10px;
	right: -10px;
	bottom: -10px;
	top: -10px;
	background: #203be0;
	border-radius: 14px;
	-webkit-box-shadow: 0 4px 20px #0000004f;
	        box-shadow: 0 4px 20px #0000004f;
}
.package__badge {
	position: absolute;
	top: -52px;
	background: #ffeb03;
	color: #000;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 14px 15px;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	left: 0;
	right: 0;
	font-weight: 700;
}
#pro__plan .bc__button a::before {
	background: -o-radial-gradient(center, circle, rgb(190 244 155) 0, rgba(140, 100, 255, 0) 50%) no-repeat;
	background: -o-radial-gradient(center, circle, rgb(85 181 0) 0, rgba(140, 100, 255, 0) 50%) no-repeat;
	background: radial-gradient(circle at center, rgb(85 181 0) 0, rgba(140, 100, 255, 0) 50%) no-repeat;
}
.mainfeat__grid {
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	--bc-gap-h: 20px;
	--bc-gap-v: 20px;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: start;
	-ms-flex-align: start;
}
.mainfeat {
	border-radius: 20px;
	background: #F5F5F5;
	padding: 20px 20px 20px 20px;
	text-align: left;
	position: relative;
	display: -ms-grid;
	display: grid;
	overflow: hidden;
	-ms-grid-columns: (1fr)[1];
	grid-template-columns: repeat(1, 1fr);
	height: 100%;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.feat__title {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 28.6px */
	letter-spacing: -0.5px;
	margin-bottom: 4px;
}
.mainfeat .emoji {
	font-size: 30px;
	display: none;
	margin-bottom: 10px;
}
.mainfeat p {
	margin-bottom: 0;
	padding: 0;
	line-height: 146%;
}
.feat__details {
	margin-top: 16px;
}
.mainfeat video {
	border-radius: 12px;
}
.feat__video .ratio {
	max-height: 100%;
	max-width: 100px;
	margin: 0 auto;
}
.bc__dark .mainfeat {
	background: #ffffff05;
}
.feat__title .label {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	background: #b9ffc2;
	color: #000000;
	padding: 4px 10px;
	font-size: 14px;
	line-height: 100%;
	border-radius: 30px;
	margin-bottom: 10px;
	font-weight: 500;
	letter-spacing: 0.3px;
}
.new__feat::before {
	content: 'BRAND NEW';
	position: absolute;
	z-index: 99;
	background: #FFEB3B;
	right: -58px;
	padding: 1px 60px 0;
	font-size: 12px;
	font-weight: 700;
	-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
			transform: rotate(45deg);
	top: 26px;
	letter-spacing: 0.2px;
}
.bc__dark .new__feat::before {
	color: #000;
}
.bc__pricing .bc__header {
	padding-bottom: 0;
}
.pro__wrapper {
	margin-top: 34px;
}


.testimonial__avatars {
	width: 60px;
	height: 60px;
	background: url('../images/testimonial-avatars.png') no-repeat;
	background-position: 0 0;
	background-size: auto 100%;
	border-radius: 50%;
	margin: 16px auto 10px;
}
.supportsAvif .testimonial__avatars {
	background-image: url('../images/testimonial-avatars.avif')
}
.list__testimonial:nth-child(2) .testimonial__avatars {
	background-position: -60px 0;
}
.list__testimonial:nth-child(3) .testimonial__avatars {
	background-position: -120px 0;
}

.pre__headline {
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 16px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 6px;
	border-radius: 40px;
	border: 1px solid #ECECEC;
	background: #FFF;
	-webkit-box-shadow: 0 1px 4px -3px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 1px 4px -3px rgba(0, 0, 0, 0.25);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 20.8px */
}
.bc__dark .pre__headline,
.bc__dark .howto__list li {
	background: #ffffff12;
	border-color: #ffffff0d;
}
.bc__dark .bc__comparison li {
	background: transparent;
	border: none;
}
.pre__headline::before {
	content:'';
	width: 8px;
	height: 8px;
	background: #00b82c;
	border-radius: 50%;
}

.bc__howto {
	-ms-grid-column-span: 12;
	grid-column: span 12;
	display: -ms-grid;
	display: grid;
	gap: 16px 30px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.bc__dark .howto__video {
	background: #ffffff12;
}
.bc__grid .howto__list ul, .bc__comparison .bc__grid ul {
	display: -ms-grid;
	display: grid;
	gap: 16px;
}
.bc__grid .howto__list ul {
	margin-bottom: 20px;
}
.howto__list li,
.bc__comparison li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 16px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 10px;
	border-radius: 40px;
	border: 1px solid #ECECEC;
	background: #FFF;
	-webkit-box-shadow: 0 1px 4px -3px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 1px 4px -3px rgba(0, 0, 0, 0.25);
	font-family: Inter;
	font-weight: 600;
	line-height: 130%; /* 23.4px */
}
.bc__header h1 .glitch {
	position: relative;
	font-weight: 900;
	display: inline-block;
	background-image: -webkit-gradient(linear, left top, right top, from(#0044fd), color-stop(#28bbe4), to(#00dc4b));
	background-image: -o-linear-gradient(left, #0044fd, #28bbe4, #00dc4b);
	background-image: linear-gradient(to right, #0044fd, #28bbe4, #00dc4b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.bc__dark .bc__header h1 .glitch {
	background-image: -webkit-gradient(linear, left top, right top, from(#ff0013), color-stop(#fdff47), to(#53ff09));
	background-image: -o-linear-gradient(left, #ff0013, #fdff47, #53ff09);
	background-image: linear-gradient(to right, #ff0013, #fdff47, #53ff09);
}
.bc__header h1 .glitch::before, .bc__header h1 .glitch::after {
	color: white;
	content: "AI";
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	overflow: hidden;
	top: 0;
}
.bc__header h1 .glitch::before {
  left: 3px;
  text-shadow: -2px 0 red;
  -webkit-animation-name: glitch-animation-1;
		  animation-name: glitch-animation-1;
  -webkit-animation-duration: 1s;
		  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
		  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
		  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
		  animation-iteration-count: infinite;
  -webkit-animation-direction: reverse-alternate;
		  animation-direction: reverse-alternate;
}
.bc__header h1 .glitch::after {
  left: -3px;
  text-shadow: -2px 0 #7dff00;
  -webkit-animation-name: glitch-animation-2;
		  animation-name: glitch-animation-2;
  -webkit-animation-duration: 3s;
		  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
		  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
		  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
		  animation-iteration-count: infinite;
  -webkit-animation-direction: reverse-alternate;
		  animation-direction: reverse-alternate;
}
@-webkit-keyframes glitch-animation-1 {
  0% {
	clip: rect(106px, 380px, 34px, 0px);
  }
  5% {
	clip: rect(118px, 380px, 77px, 0px);
  }
  10% {
	clip: rect(122px, 380px, 54px, 0px);
  }
  15% {
	clip: rect(56px, 380px, 40px, 0px);
  }
  20% {
	clip: rect(26px, 380px, 54px, 0px);
  }
  25% {
	clip: rect(149px, 380px, 98px, 0px);
  }
  30% {
	clip: rect(146px, 380px, 8px, 0px);
  }
  35% {
	clip: rect(105px, 380px, 97px, 0px);
  }
  40% {
	clip: rect(89px, 380px, 7px, 0px);
  }
  45% {
	clip: rect(62px, 380px, 102px, 0px);
  }
  50% {
	clip: rect(29px, 380px, 91px, 0px);
  }
  55% {
	clip: rect(111px, 380px, 123px, 0px);
  }
  60% {
	clip: rect(114px, 380px, 77px, 0px);
  }
  65% {
	clip: rect(92px, 380px, 10px, 0px);
  }
  70% {
	clip: rect(140px, 380px, 9px, 0px);
  }
  75% {
	clip: rect(104px, 380px, 104px, 0px);
  }
  80% {
	clip: rect(121px, 380px, 99px, 0px);
  }
  85% {
	clip: rect(62px, 380px, 85px, 0px);
  }
  90% {
	clip: rect(76px, 380px, 39px, 0px);
  }
  95% {
	clip: rect(135px, 380px, 22px, 0px);
  }
  100% {
	clip: rect(140px, 380px, 103px, 0px);
  }
}

@keyframes glitch-animation-1 {
  0% {
	clip: rect(106px, 380px, 34px, 0px);
  }
  5% {
	clip: rect(118px, 380px, 77px, 0px);
  }
  10% {
	clip: rect(122px, 380px, 54px, 0px);
  }
  15% {
	clip: rect(56px, 380px, 40px, 0px);
  }
  20% {
	clip: rect(26px, 380px, 54px, 0px);
  }
  25% {
	clip: rect(149px, 380px, 98px, 0px);
  }
  30% {
	clip: rect(146px, 380px, 8px, 0px);
  }
  35% {
	clip: rect(105px, 380px, 97px, 0px);
  }
  40% {
	clip: rect(89px, 380px, 7px, 0px);
  }
  45% {
	clip: rect(62px, 380px, 102px, 0px);
  }
  50% {
	clip: rect(29px, 380px, 91px, 0px);
  }
  55% {
	clip: rect(111px, 380px, 123px, 0px);
  }
  60% {
	clip: rect(114px, 380px, 77px, 0px);
  }
  65% {
	clip: rect(92px, 380px, 10px, 0px);
  }
  70% {
	clip: rect(140px, 380px, 9px, 0px);
  }
  75% {
	clip: rect(104px, 380px, 104px, 0px);
  }
  80% {
	clip: rect(121px, 380px, 99px, 0px);
  }
  85% {
	clip: rect(62px, 380px, 85px, 0px);
  }
  90% {
	clip: rect(76px, 380px, 39px, 0px);
  }
  95% {
	clip: rect(135px, 380px, 22px, 0px);
  }
  100% {
	clip: rect(140px, 380px, 103px, 0px);
  }
}
@-webkit-keyframes glitch-animation-2 {
  0% {
	clip: rect(93px, 380px, 48px, 0px);
  }
  5% {
	clip: rect(120px, 380px, 25px, 0px);
  }
  10% {
	clip: rect(72px, 380px, 101px, 0px);
  }
  15% {
	clip: rect(71px, 380px, 43px, 0px);
  }
  20% {
	clip: rect(76px, 380px, 14px, 0px);
  }
  25% {
	clip: rect(144px, 380px, 12px, 0px);
  }
  30% {
	clip: rect(33px, 380px, 14px, 0px);
  }
  35% {
	clip: rect(87px, 380px, 127px, 0px);
  }
  40% {
	clip: rect(64px, 380px, 94px, 0px);
  }
  45% {
	clip: rect(52px, 380px, 1px, 0px);
  }
  50% {
	clip: rect(126px, 380px, 66px, 0px);
  }
  55% {
	clip: rect(49px, 380px, 54px, 0px);
  }
  60% {
	clip: rect(132px, 380px, 69px, 0px);
  }
  65% {
	clip: rect(23px, 380px, 35px, 0px);
  }
  70% {
	clip: rect(103px, 380px, 19px, 0px);
  }
  75% {
	clip: rect(52px, 380px, 7px, 0px);
  }
  80% {
	clip: rect(143px, 380px, 49px, 0px);
  }
  85% {
	clip: rect(73px, 380px, 30px, 0px);
  }
  90% {
	clip: rect(113px, 380px, 53px, 0px);
  }
  95% {
	clip: rect(92px, 380px, 57px, 0px);
  }
  100% {
	clip: rect(36px, 380px, 114px, 0px);
  }
}
@keyframes glitch-animation-2 {
  0% {
	clip: rect(93px, 380px, 48px, 0px);
  }
  5% {
	clip: rect(120px, 380px, 25px, 0px);
  }
  10% {
	clip: rect(72px, 380px, 101px, 0px);
  }
  15% {
	clip: rect(71px, 380px, 43px, 0px);
  }
  20% {
	clip: rect(76px, 380px, 14px, 0px);
  }
  25% {
	clip: rect(144px, 380px, 12px, 0px);
  }
  30% {
	clip: rect(33px, 380px, 14px, 0px);
  }
  35% {
	clip: rect(87px, 380px, 127px, 0px);
  }
  40% {
	clip: rect(64px, 380px, 94px, 0px);
  }
  45% {
	clip: rect(52px, 380px, 1px, 0px);
  }
  50% {
	clip: rect(126px, 380px, 66px, 0px);
  }
  55% {
	clip: rect(49px, 380px, 54px, 0px);
  }
  60% {
	clip: rect(132px, 380px, 69px, 0px);
  }
  65% {
	clip: rect(23px, 380px, 35px, 0px);
  }
  70% {
	clip: rect(103px, 380px, 19px, 0px);
  }
  75% {
	clip: rect(52px, 380px, 7px, 0px);
  }
  80% {
	clip: rect(143px, 380px, 49px, 0px);
  }
  85% {
	clip: rect(73px, 380px, 30px, 0px);
  }
  90% {
	clip: rect(113px, 380px, 53px, 0px);
  }
  95% {
	clip: rect(92px, 380px, 57px, 0px);
  }
  100% {
	clip: rect(36px, 380px, 114px, 0px);
  }
}



.bc__feature {
	display: -ms-grid;
	display: grid;
	-ms-grid-column-span: 12;
	grid-column: span 12;
	border-radius: 30px;
	border: 1px solid #ECECEC;
	background: #FFF;
	-webkit-box-shadow: 0 1px 4px -3px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 1px 4px -3px rgba(0, 0, 0, 0.25);
	padding: 20px;
	gap: 16px 0;
}
.bc__dark .bc__feature, .bc__dark .bc__tim_case {
	border-color: #1d1d1d;
	background: #ffffff08;
	box-shadow: 0 5px 8px 0px rgb(0 0 0 / 10%);
}
.feature__title,
.benefit__box h4 {
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 130%; /* 31.2px */
	letter-spacing: -0.5px;
	margin-bottom: 4px;
}
.feature__details p {
	margin-bottom: 0;
}
.bc__comparison .section__title_wrapper h3 {
	padding: 0;
}
.bc__comparison .section__title_wrapper p {
	margin: 0 auto;
	padding: 0;
}
.comparison__cons, .comparison__pros {
	width: 50%;
	float: left;
	text-align: left;
}
.comparison__cons li, .comparison__pros li {
	padding: 0px 24px 0 0;
	border-radius: 10px;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.inactive {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.examples__wrapper {
	border-radius: 40px;
}
.comparison__example {
	padding: 10px 0px;
	margin-bottom: 20px;
}
.bc__benefits .bc__grid {
	max-width: 920px;
	--bc-gap-h: 20px;
	--bc-gap-v: 16px;
}
.bc__benefits .section__title {
	padding-left: 40px;
	padding-right: 40px;
}
.bc__benefits .section__title_wrapper p {
	padding: 0;
}
.benefits__boxes {
	display: -ms-grid;
	display: grid;
	gap: 16px 20px;
}

.benefit__box {
	background: var(--background, #f7f7f7);
	padding: 20px;
	border-radius: 30px;
}
.benefit__box h4 {
	margin-bottom: 6px;
	color: #000;
}
.benefit__box img {
	margin: 0 auto 10px;
	max-height: 36px;
}
.benefit__box p {
	margin-bottom: 0;
	color: #000;
}
.bc__bottom_cta > .bc__grid {
	background: #f7f7f7;
	padding: 20px 20px 20px 20px;
	border-radius: 40px;
	text-align: left;
	--bc-gap-v: 0;
	--bc-gap-h: 0;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
.bc__dark .bc__bottom_cta > .bc__grid {
	background: #181818;
}
.bc__bottom_cta .section__title {
	font-size: 28px;
	text-align: left;
	margin-bottom: 14px;
	line-height: 120%;
}
.bc__bottom_cta p {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 23.4px */
	text-align: left;
}
.bc__bottom_cta .bc__button {
	margin: 16px 0 0;
	width: 100%;
}
.bc__bottom_cta .cta__details {
	-ms-grid-column-span: 12;
	grid-column: span 12
}
.bc__dark .bc__bottom_cta .video__wrapper {
	margin-bottom: 20px;
}
.examples__wrapper {
	position: relative;
	margin: 0 auto;
	overflow: visible;
}
.examples__wrapper .background,
.examples__wrapper .foreground {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: 0 !important;
}
.examples__wrapper .foreground {
	width: 50%;
	overflow: hidden;
	left: -1px;
	top: 0px;
}
.slider {
	position: absolute;
	appearance: none;
	width: 100%;
	height: 100%;
	background: transparent;
	outline: none;
	margin: 0;
	top: 0;
	padding: 0;
	-webkit-appearance: none; /* Removes default Safari styling */
	  appearance: none; /* Standard property for removing default styling */
	  box-shadow: none !important; /* Explicitly removes any box-shadow */
}
.slider:hover {
	background: transparent;
}
.slider::-webkit-slider-thumb {
	background: transparent;
	-webkit-appearance: none;
	appearance: none;
	width: 6px;
	height: 520px;
	box-shadow: none !important; /* Explicitly removes any box-shadow */
	cursor: pointer;
}
.slider::-moz-range-thumb {
	background: transparent;
	width: 6px;
	height: 100%;
	box-shadow: none !important; /* Explicitly removes any box-shadow */
	cursor: pointer;
}
.slider__button {
	pointer-events: none;
	position: absolute;
	width: 30px;
	height: calc(100% + 20px);
	left: calc(50% - 15px);
	top: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}
.slider__button:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 100%;
	background: #000;
	border-radius: 6px;
}
.bc__dark .slider__button:before {
	background: #fff;
}
.bc__dark .slider__button svg rect {
    fill: white;
    stroke: white;
}
.bc__dark .slider__button svg path {
    stroke: black;
}

.menu-toggle {
	display: none; /* Hide toggle button on desktop */
}

.bc__tim_case .post__stats {
    grid-template-columns: 1fr;
}
.bc__tim_case .post__stats > div {
    background: #fff !important;
    box-shadow: none;
    border: 2px solid #000;
    flex-direction: row;
    justify-content: space-between;
}
.bc__dark .bc__tim_case .post__stats > div {
	background: rgb(255 255 255 / 3%) !important;
	border-color: transparent;
	color: #fff;
}
.tim__case_post {
    display: grid;
    gap: 10px 20px;
}
.tim__case_post .case__post {
    grid-column-start: auto;
    height: fit-content;
}
.tim__case_do h5, .tim__case_cta h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}
.tim__case_do ul {
    display: grid;
    gap: 10px;
    margin-bottom: 0;
}
.tim__case_do li {
    display: grid;
    grid-template-columns: 24px 1fr;
    text-align: left;
    gap: 0 4px;
    line-height: 130%;
}
.tim__case_cta h5 {
    margin-bottom: 10px;
}
.tim__case_cta p {
    margin: 0 0 16px;
}
.bc__tim_case .section__title_wrapper .section__title, .bc__tim_case .section__title + p {
    padding: 0;
}
.case__step {
	position: relative
}
.bc__dark .case__step {
	color: #000;
}
.case__step h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
}
.case__step > div:first-child {
    display: flex;
    flex-direction: column;
    padding: 16px 10px;
    background: #FFF3C3;
    border-radius: 30px;
    gap: 4px;
    margin-bottom: 10px;
    position: relative;
}
.case__step p {
    font-size: 85%;
    margin-bottom: 0;
    line-height: 120%;
}
.post__wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
    position: relative;
}
.post__wrapper h4 {
    font-weight: 700;
    position: relative;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 24px;
    letter-spacing: -0.3px;
}
.post__wrapper h4:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    background: #fce300;
    left: 0;
    bottom: -5px;
    z-index: 0;
    border-radius: 0;
}
.post__wrapper h4 span {
    position: relative;
}
@media (max-width: 767px) {
.menu-toggle {
	display: block;
	background: none;
	border: none;
	cursor: pointer;
	padding: 2px;
	position: relative;
	z-index: 22;
}
.bar {
	width: 14px;
	height: 2px;
	background-color: #000000;
	margin: 3px 0;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.bc__dark .bar {
	background: #fff;
}
.bc__nav.open .menu-toggle .bar:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-3px, 6px);
	    -ms-transform: rotate(-45deg) translate(-3px, 6px);
	        transform: rotate(-45deg) translate(-3px, 6px);
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
}
.bc__nav.open .menu-toggle .bar:nth-child(2) {
	opacity: 0;
}
.bc__nav.open .menu-toggle .bar:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-1px, -4px);
	    -ms-transform: rotate(45deg) translate(-1px, -4px);
	        transform: rotate(45deg) translate(-1px, -4px);
	-webkit-transform-origin: center;
	    -ms-transform-origin: center;
	        transform-origin: center;
}
}
@media (min-width:768px){
.bc__grid {
	max-width: 700px;
}
.bc__features .bc__grid, .bc__tim_case .bc__grid {
	max-width: 600px;
	margin: 0 auto;
}
.bc__nav .bc__grid {
	display: -ms-grid;
	display: grid;
	--bc-gap-h: 2rem;
}
.bc__menu a {
	padding: 0;
}
.bc__menu a svg {
	display: inline;
}
.bc__menu {
	--bs-columns: 2;
	--bs-col-width: auto;
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: end;
}
.bc__header {
	padding-top: 90px;
	text-align: left;
}
.bc__header h1 {
	font-size: 38px;
	max-width: 60%;
	margin: 0 auto;
}
.bc__header h2 {
	padding: 0;
}
.bc__header .bc__video_wrapper {
	-ms-grid-row-span: 3;
	grid-row-end: 4;
	-ms-grid-column: 2;
		grid-column-start: 2;
	-ms-grid-row: 1;
		grid-row-start: 1;
	padding-left: 20px;
	padding-right: 0;
}
.bc__header .bc__video {
	max-width: 100%;
}
.bc__trust .section__title {
	-ms-grid-column: 1;
	-ms-grid-column-span: 6;
	grid-column: 1/span 6;
	margin-bottom: 0;
	text-align: left;
}
.bc__trust .bc__grid {
	--bc-columns: 12;
	--bc-grid: 1;
	--bc-col-width: 1fr;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	--bc-rows: 1;
}
.trustpilot__stat {
	-ms-grid-column: 9;
	-ms-grid-column-span: 2;
	grid-column: 9/span 2;
}
.bc__trust .bc__grid > div {
	-ms-grid-column-span: 2;
	grid-column-end: span 2;
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: start;
	gap: 10px;
}
.bc__ideas .section__title + p {
	-ms-grid-column: 3;
	-ms-grid-column-span: 8;
	grid-column: 3/span 8;
	-ms-grid-row: 2;
		grid-row-start: 2;
}
.bc__ideas .bc__video_wrapper {
	grid-column: auto/span 4;
}
.slide__desc p {
	margin-bottom: 0;
	line-height: 150%;
}
.bc__whoitfor .slide__desc p {
	margin-bottom: 0;
}
.bc__howitworks .bc__grid {
	--bc-columns: 2;
	--bc-rows: 2;
	--bc-col-height: auto;
	--bc-gap-v: 0;
}
.bc__howitworks .bc__video_wrapper {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1 /span 1;
	-ms-grid-row: 1;
		grid-row-start: 1;
	-ms-grid-row-span: 2;
	grid-row-end: 3;
}
.bc__howitworks .section__title {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/span 1;
	margin: 0;
	text-align: left;
	-ms-grid-row-align: end;
		align-self: end;
	margin-bottom: 20px;
}
.bc__howitworks .details {
	-ms-grid-row-align: start;
		align-self: start;
	grid-column: auto/span 1;
	max-width: 100%;
}
.bc__howitworks {
	text-align: left;
}
.bc__howitworks ol {
	padding: 0;
	background: none;
	margin-bottom: 10px;
}
.bc__howitworks p {
	text-align: left;
}
.bc__howitworks .bc__button {
	margin: 0;
}
.bc__uses .bc__grid {
	--bc-columns: 12;
	margin-bottom: 30px;
}
.bc__whoitfor .section__title + div {
	-ms-grid-column: 2;
	-ms-grid-column-span: 10;
	grid-column: 2/span 10;
	padding: 0 30px;
}
.bc__whoitfor .bc__video_wrapper {
	grid-column: auto/span 4;
}
.bc__whoitfor .bc__button {
	-ms-grid-row: 4;
		grid-row-start: 4;
	-ms-grid-column: 4;
	-ms-grid-column-span: 6;
	grid-column: 4/span 6;
}
.bc__whoitfor .section__title + div + .bc__video_wrapper {
	-ms-grid-column: 2;
		grid-column-start: 2;
}
.bc__platform .bc__grid {
	--bc-columns: 12;
	margin-bottom: 20px;
}
.bc__platform .section__title {
	-ms-grid-column-span: 12;
	grid-column-end: span 12;
	display: -ms-inline-grid;
	display: inline-grid;
}
.platform:nth-of-type(1) {
	-ms-grid-column: 2;
		grid-column-start: 2;
}
.platform:nth-of-type(4) {
	-ms-grid-column: auto;
		grid-column-start: auto;
}
.bc__uses .bc__video_wrapper {
	-ms-grid-column: 2;
	-ms-grid-column-span: 5;
	grid-column: 2/span 5;
	-ms-grid-row: 1;
		grid-row-start: 1;
	-ms-grid-row-span: 2;
	grid-row-end: 3;
}
.bc__uses .bc__grid > div:not(.bc__video_wrapper) {
	-ms-grid-column: 7;
	-ms-grid-column-span: 5;
	grid-column: 7 /span 5;
	padding: 40px 0;
	position: relative;
}
.bc__uses .bc__grid > div:not(.bc__video_wrapper) p {
	text-align: left;
}
.bc__uses .bc__grid:nth-of-type(n+2) {
	--bc-columns: 12;
	--bc-rows: 2;
	--bc-col-height: 1fr;
}
.bc__video_wrapper {
	max-width: 100%;
}
.bc__uses .post__stats {
	-ms-flex-item-align: end;
		-ms-grid-row-align: end;
		align-self: end;
}
.bc__uses .section__title {
	-ms-grid-column: 3;
	-ms-grid-column-span: 8;
	grid-column: 3/span 8;
}
.bc__uses .bc__grid:last-of-type .bc__video_wrapper {
	-ms-grid-column: 7;
	-ms-grid-column-span: 5;
	grid-column: 7/span 5
}
.bc__uses .bc__grid:last-of-type > div:not(.bc__video_wrapper) {
	-ms-grid-column:2;
		grid-column-start:2;
}
.bc__uses .bc__grid:last-of-type > div:not(.bc__video_wrapper) p {
	text-align: right;
}
.arrow__icon {
	width: 120px;
	height: 120px;
	background: url('../images/sprite-lightbg.svg') no-repeat;
	background-position: -480px -480px;
	background-size: 960px 2400px;
	position: absolute;
	-webkit-transform: scale(0.8) rotate(-3deg);
	-ms-transform: scale(0.8) rotate(-3deg);
	transform: scale(0.8) rotate(-3deg);
	display: none;
}
.right__stats .arrow__icon {
	transform: scale(0.75) scaleX(-1) rotate(100deg);
}
.bc__uses .bc__grid:last-of-type .arrow__icon {
	-webkit-transform: scale(0.8) rotate(-20deg) scaleX(-1);
		-ms-transform: scale(0.8) rotate(-20deg) scaleX(-1);
			transform: scale(0.8) rotate(-20deg) scaleX(-1);
	left: auto;
	right: 0px;
	bottom: 0;
}
.bc__uses .bc__grid:last-of-type .post__stats .arrow__icon {
	-webkit-transform: scale(0.8) rotate(100deg) scaleX(-1);
		-ms-transform: scale(0.8) rotate(100deg) scaleX(-1);
			transform: scale(0.8) rotate(100deg) scaleX(-1);
	right: 0px;
}
.bc__templates .section__title {
	width: 60%;
}
.testimonials__scroller {
	max-width: 720px;
	margin: 0 auto;
}
.testimonials__scroller_wrapper {
	width: 980%;
}
.bc__bottom_testimonials .block__wrapper.bc__grid {
	max-width: 100%;
}
.bc__bottom_testimonials .trustpilot__stat {
	grid-template-columns: repeat(2, auto);
	gap: 0 12px;
}
.big.section__title {
	font-size: 38px;
	margin-bottom: 10px;
	max-width: 100%;
}
.bc__faqs .bc__grid {
	max-width: 540px;
}
.bc__legal {
	grid-template-columns: repeat(3, auto);
	gap: 0 20px;
}
span.bubble {
	display: inline-table;
}
.bc__step {
	grid-column: auto / span 4;
	display: block;
}
.bc__widget:nth-child(4) {
	display: none;
}
.bc__advantages {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: start;
}
.bc__feat {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}
.plan__packages {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
}
.mainfeat__grid {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(12, 1fr);
}
.mainfeat {
	-ms-grid-columns: 30% 70%;
	grid-template-columns: minmax(30%, 162px) 70%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-column: 2;
	-ms-grid-column-span: 10;
	grid-column: 2/ span 10;
}
.feat__details {
	text-align: left;
	margin-top: 0;
	padding-left: 20px;
}
.feat__details p {
	padding-right: 30px;
}
.bc__feats {
	--bc-gap-v: 30px;
}
.order__first {
	-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
			order: -1;
}
.bc__grid ul li.list__rotated.list__testimonial {
	padding: 20px 24px;
}
.bc__howto {
	max-width: 640px;
	margin: 0 auto;
}
.comparison__slide {
	max-width: 540px;
}
.comparison__slide ul li {
	border: 1px solid #ECECEC;
	-webkit-box-shadow: 0 1px 4px -3px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 1px 4px -3px rgba(0, 0, 0, 0.25);
	border-radius: 40px;
	padding: 8px 16px;
	gap: 0 10px;
}
.comparison__cons ul {
	padding-right: 10px;
}
.comparison__pros ul {
	padding-left: 10px;
}
.bc__bottom_cta .cta__details {
	-ms-grid-column-span: 7;
	grid-column: span 7;
}
.bc__bottom_cta .section__title {
	text-align: left;
	margin-bottom: 20px;
	line-height: 120%;
}
.bc__bottom_cta .bc__button {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
.bc__bottom_cta .ratio {
	position: absolute;
	width: 54%;
	right: 20px;
	bottom: 100px;
}
.case__wrapper {
	grid-template-columns: 1fr 35%;
	max-width: 480px;
}
.case__post {
	grid-column-start: 2
}
.post__stats_wrapper {
	order: -1;
}
.left__stats {
	order: -1;
	text-align: right;
}
.left__stats > div:not(.arrow__icon) {justify-self: end;}
.right__stats {
	text-align: left;
}
.bc__tim_case .post__stats > div {
    flex-direction: column;
}
.bc__tim_case .post__stats {
    grid-template-columns: repeat(3, 1fr);
}
.tim__case_post {
    grid-template-columns: repeat(2, 1fr);
}
.tim__case_do ul {
    grid-template-columns: repeat(2, 1fr);
}
.tim__case_do ul li:nth-child(2),
.tim__case_do ul li:nth-child(3) {
	grid-column-start: 1;
}
.tim__case_do ul li:nth-child(4),
.tim__case_do ul li:nth-child(5) {
	grid-column-start: 2;
}
.tim__case_do ul li:nth-child(4) {
	grid-row-start: 1;
}
.tim__case_do ul li:nth-child(5) {
	grid-row-start: 2;
}
.tim__case_do h5, .tim__case_cta h5 {
    margin-bottom: 16px;
}
.bc__features, .bc__tim_case {
	width: -webkit-fill-available;
	padding-top: 30px;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 40px;
}
.bc__feature {
	-ms-grid-columns: 1fr 40px 1fr;
	grid-template-columns: repeat(2, 1fr);
	border-radius: 40px;
	padding: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 260px;
	gap: 0 40px;
}
.feature__title,
.benefit__box h4 {
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 130%; /* 31.2px */
	letter-spacing: -0.5px;
	margin-bottom: 10px;
}
.feature__details {
	text-align: left;
}
.benefits__boxes {
	-ms-grid-column-span: 6;
	grid-column: span 6;
	display: -ms-grid;
	display: grid;
	gap: 20px;
}
.benefit__box {
	background: var(--background, #f7f7f7);
	padding: 40px;
	border-radius: 30px;
	text-align: left;
}
.benefit__box h4 {
	margin-bottom: 6px;
	font-size: 22px;
}
.benefit__box img {
	margin-bottom: 16px;
	max-height: 72px;
	margin-left: 0;
}
.benefit__box:hover img {
	transform: scale(1.8);
	transition: transform 0.6s ease-in-out;
	transform-origin: bottom center;
}
.bc__bottom_cta > .bc__grid {
	padding: 40px;
}
}
@media (min-width:992px){
.bc__grid {
	max-width: 920px;
}
.bc__nav {
	border-bottom: none;
	padding-top: 16px;
	padding-bottom: 16px;
}
.bc__nav .bc__grid {
	--bc-gap-h: 3rem;
}
.bc__header h1 {
	font-size: 60px;
	line-height: 100%;
}
.bc__header h2 {
	font-size: 20px;
}
.bc__button > a {
	font-size: 18px;
}
.section__title {
	font-size: 36px;
}
.bc__trust .section__title {
	-ms-grid-column: 1;
	-ms-grid-column-span: 5;
	grid-column: 1/span 5;
}
.bc__trust .number {
	font-size: 34px;
}
.bc__trust .number + span {
	font-size: 18px;
}
.bc__trust .bc__grid {
	--bc-columns: 11;
}
.trustpilot__stat {
	-ms-grid-column: 8;
		grid-column-start: 8;
}
.bc__ideas .section__title + p {
	grid-column: auto/span 12
}
.bc__uses .bc__grid:last-of-type .arrow__icon {
	right: -20px;
	bottom: 50px;
}
.bc__uses .bc__grid:last-of-type .post__stats .arrow__icon {
	right: -20px;
}
.swiper--templates .swiper-slide div::after{
	background-size: 800px 1012px;
}
.swiper--templates .swiper-wrapper .swiper-slide {
	width: 160px
}
.big.section__title {
	font-size: 60px;
}
.bc__faqs .bc__grid {
	max-width: 640px;
}
.bc__widget:nth-child(2), .bc__widget:nth-child(3) {
	display: inline-table;
}
.platform {
	grid-column: auto / span 2;
}
.bc__platform .bc__grid {
	--bc-columns: 10;
}
.bc__platform .bc__button {
	grid-column: auto/span 10;
}
.bc__platform .section__title_wrapper {
	grid-column: auto/span 10;
}
.platform:nth-of-type(5) {
	-ms-grid-column: 7;
		grid-column-start: 7;
}
.platformList__wrapper span {
	-ms-grid-column-span: 1;
	grid-column-end: 1;
	margin-bottom: 0;
	-ms-grid-row: 1 !important;
		grid-row-start: 1 !important;
	font-size: 18px;
}
.platformList__wrapper .platform__logo {
	-ms-grid-row: 1 !important;
		grid-row-start: 1 !important;
}
.bc__grid ul {
	gap: 30px;
	margin-bottom: 0;
}
.bc__grid ul li.list__rotated.list__testimonial {
	width: 100%;
}
.bc__bottom_cta .bc__grid ul {
	gap: 20px
}
.bc__bottom_testimonials .bc__grid {
	max-width: 730px;
}
.bc__bottom_cta ul li {
	grid-column: auto / span 6;
}
.slide__desc h4 {
	font-size: 24px;
}
.feat__details p {
	padding-right: 60px;
}
.bc__feats {
	margin-top: 10px;
	--bc-gap-v: 20px;
}
.bc__feat h4 {
	font-size: 28px;
	margin-bottom: 10px;
}
.bc__feat {
	padding: 40px !important;
	border-radius: 40px !important;
}
.bc__bottom_cta ul li:hover {
	-webkit-transform: rotate(-1deg) scale(1.2);
		-ms-transform: rotate(-1deg) scale(1.2);
			transform: rotate(-1deg) scale(1.2);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bc__bottom_cta ul li:nth-child(2n):hover {
	-webkit-transform: rotate(1deg) scale(1.2);
		-ms-transform: rotate(1deg) scale(1.2);
			transform: rotate(1deg) scale(1.2);
}
.button__badge {
	gap: 0 0;
	padding: 0 24px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
.platformList__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 24px auto 24px auto 24px auto 24px auto;
	grid-template-columns: repeat(5, auto);
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 0 24px;
	justify-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}
.platformList__wrapper img {
	max-height: 38px;
}
.bc__widget:nth-child(4) {
	display: block;
}
.plan__packages {
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}
.mainfeat {
	-ms-grid-column-span: 6;
	grid-column: span 6;
}
.mainfeat:first-child {
	-ms-grid-column-span: 12;
	grid-column: span 12;
}
.mainfeat:first-child .feat__videos_wrapper {
	-ms-grid-column-span: 12;
	grid-column: span 12
}
.feat__videos_wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
	grid-template-columns: repeat(6, 1fr);
	gap: 0 10px;
}
.feat__details {
	padding-left: 20px;
	margin-top: 0;
}
.mainfeat:first-child .feat__details {
	-ms-grid-column-span: 12;
	grid-column: span 12;
	padding: 0;
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	margin-bottom: 16px;
}
.feat__videos_wrapper .ratio {
	display: block;
}
.bc__bottom_cta .ratio {
	bottom: 30px;
}
.bc__features, .bc__tim_case {
	padding: 40px;
}
.case__wrapper {
	grid-template-columns: 1fr 320px;
	max-width: 640px;
}
.case__step > div:first-child {
	margin-bottom: 0;
}
.case__step > div:first-child {
	animation-name: scaleUpDown;
	animation-duration: 2s; /* Adjust duration as desired */
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out; /* Optional: for smoother transitions */
}
.case__step h5 {
	font-size: 20px;
}
.bc__features .bc__grid, .bc__tim_case .bc__grid {
	max-width: 920px;
}
}
@media (min-width:1200px){
body {
	font-size: 20px;
	line-height: 160%;
}
.bc__grid {
	--bc-gap-h: 40px;
	--bc-gap-v: 40px;
}
.ratio > * {
	border-radius: 26px;
}
.bc__video {
	border-radius: 30px;
}
.bc__grid {
	max-width: 1180px;
}
.bc__nav {
	padding-top: 20px;
	padding-bottom: 20px;
}
.bc__nav .bc__grid {
	--bc-gap-h: 4rem;
}
.bc__logo a {
	width: 160px;
	height: 40px;
}
.bc__menu a {
	font-size: 18px;
}
.bc__header {
	padding-top: 120px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	gap: 20px;
}
.bc__header h1 {
	font-size: 100px;
	letter-spacing: -3px;
}
.bc__pages .bc__header h1 {
	font-size: 76px;
	max-width: 70%;
	margin: 0 auto 16px;
}
.bc__pricing .bc__header h1 {
	font-size: 74px;
	letter-spacing: -2px;
}
.bc__header h2 {
	font-size: 22px;
}
.bc__button > a {
	font-size: 20px;
}
.bc__button > span {
	font-size: 16px;
	margin-top: 10px;
}
.bc__header .bc__video_wrapper {
	-ms-grid-column: 4;
		grid-column-start: 4;
	grid-column: 6/span 5;
	-ms-grid-row-span: 4;
	grid-row-end: 4;
}
section {
	padding: 60px 0 80px;
}
.bc__trust .bc__grid {
	--bc-columns: 10;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.bc__trust .section__title {
	-ms-grid-column: 1;
	-ms-grid-column-span: 4;
	grid-column: 1/span 4;
	padding-right: 40px;
}
.trustpilot__stat {
	-ms-grid-column: 7;
		grid-column-start: 7;
}
.bc__trust .number {
	font-size: 36px;
}
.best__app span:first-child {
	height: 40px;
	width: 146px;
	background-size: 320px 800px;
	background-position: -160px -400px;
}
.bc__trust .bc__grid > div {
	gap: 4px 0;
}
.bc__step .slide__desc {
	padding: 0;
}
.bc__whoitfor .slide__desc {
	padding-left: 20px;
	padding-right: 20px;
}
.bc__ideas .section__title + p {
	padding: 0 40px;
}
.bc__howitworks .bc__grid, .bc__platform .bc__grid, .bc__uses .bc__grid, .bc__calendar .bc__grid {
	width: calc(9/12*1240px);
	width: 880px;
}
.bc__howitworks .section__title {
	margin-bottom: 20px;
}
.bc__howitworks .bc__button {
	margin-top: 30px;
}
.bc__video_wrapper {
	max-width: 100%;
}
.bc__whoitfor .section__title + div + .bc__video_wrapper {
	-ms-grid-column: 1;
		grid-column-start: 1;
}
.bc__whoitfor .section__title + div {
	-ms-grid-column: 3;
	-ms-grid-column-span: 8;
	grid-column: 3/span 8;
	margin-bottom: 30px;
}
.platform a > span:last-of-type {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 4px;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	font-size: 16px;
}
.bc__platform .bc__grid {
	--bc-columns: 10;
	--bc-gap-h: 30px;
	--bc-gap-v: 48px;
}
.platform:nth-of-type(1) {
	-ms-grid-column: 1;
		grid-column-start: 1;
}
.post__stats .arrow__icon {
	display: block;
	top: -90px;
	right: -36px;
	transform: scale(0.75) scaleY(-1) rotate(60deg);
}
.bc__uses .bc__video img:first-of-type {
	border-radius: 26px 26px 0 0;
}
.bc__uses .bc__video img:last-of-type {
	border-radius: 0 0 26px 26px;
}
.bc__uses .bc__grid:last-of-type .arrow__icon {
	right: -20px;
	bottom: -90px;
}
.bc__uses .bc__grid:last-of-type .post__stats .arrow__icon {
	right: -20px;
}
.bc__uses .bc__grid {
	gap: 0 48px;
	margin-bottom: 48px;
}
.bc__uses .bc__video_wrapper {
	-ms-grid-column: 1;
	-ms-grid-column-span: 6;
	grid-column: 1/span 6;
}
.bc__uses .bc__grid:last-of-type .bc__video_wrapper {
	-ms-grid-column: 7;
	-ms-grid-column-span: 6;
	grid-column: 7/span 6;
}
.bc__uses .bc__grid > div:not(.bc__video_wrapper) {
	padding: 0;
	-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
}
.bc__uses .post__stats {
	-webkit-box-pack: start;
		-ms-flex-pack: start;
			justify-content: start;
	gap: 0 26px;
}
.bc__uses .bc__grid:last-of-type .post__stats {
	-webkit-box-pack: end;
		-ms-flex-pack: end;
			justify-content: end;
}
.post__stats_number {
	font-size: 30px;
}
.quote__icon {
	width: 90px;
	margin-bottom: 20px;
}
.testimonials__scroller {
	max-width: 1050px;
}
.testimonials__scroller_wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(5, 1fr);
	gap: 0 30px;
	width: 496%;
	padding-bottom: 10px;
}
.bc__bottom_testimonials .block__wrapper.bc__grid {
	--bc-columns: 2;
	--bc-rows: 2;
	--bc-gap-h: 30px;
	--bc-gap-v: 30px;
}
.bc__testimonial_block {
	padding: 30px 34px;
}
.section__title_wrapper  .section__title {
	font-size: 44px;
	line-height: 126%;
}
.big.section__title {
	font-size: 70px;
	max-width: 100%;
}
.bc__ai .section__title {
	max-width: 78%;
}
.bc__faqs .bc__grid {
	max-width: 780px;
}
.faq {
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.bc__footer > .bc__grid:last-of-type {
	--bc-columns: 2;
	display: -ms-grid;
	display: grid;
	justify-items: start;
	justify-content: space-between;
}
.bc__legal {
	-ms-grid-column: 2;
		grid-column-start: 2;
	justify-self: flex-end;
	justify-items: end;
	gap: 0 40px;
}
.bc__footer {
	padding: 60px 0 40px;
	font-size: 18px;
}
.button__next, .button__prev {
	position: absolute;
	left: -70px;
	top: 50%;
	margin-top: -20px;
	
}
.button__next {
	margin-left: 0;
}
.button__prev {
	margin-left: 0;
	left: auto;
	right: -70px;
}
.testimonials__outer_wrapper {
	padding-bottom: 0;
}
.bc__bottom_testimonials > .bc__grid {
	margin-bottom: 40px;
}
.bc__header h1 span::after {
	width: 80px;
	height: 80px;
	top: -6px;
	left: -5px;
}
.bc__calendar .section__title + p {
	padding-left: 120px;
	padding-right: 120px;
}
.bc__brands {
	margin: 0;
	padding: 0;
}
.bc__brands .bc__grid {
	--bc-columns: 9;
	--bc-col-width: auto;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-top: 24px;
}
.bc__brands::before {
	display: none;
}
.bc__footer > .bc__grid:first-of-type {
	--bc-gap-h: 64px
}
.swiper__navigation {
	margin-top: 30px;
}
.slide__desc h4 {
	font-size: 38px;
	font-weight: 800;
}
.bc__step {
	text-align: left;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: start;
}
.bc__steps.bc__grid {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: start;
		-ms-flex-align: start;
			align-items: start;
	max-width: 980px;
	--bc-gap-h: 30px;
}
.bc__step span {
	margin-top: 10px;
}
.bc__bottom_cta .bc__grid ul {
	grid-column: auto / span 10;
	-ms-grid-column: 2;
		grid-column-start: 2;
}
.bc__widget:nth-child(4) {
	display: block;
}
.bc__grid ul li.list__rotated {
	font-size: 20px;
}
.bc__advantages {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	max-width: 940px;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}
.advantages + .bc__button {
	margin-top: 30px;
	margin-left: 0;
}
.section__title_wrapper .img__emoji {
	height: 64px;
	margin-bottom: 24px;
}
.bc__slider_examples .swiper-slide {
	margin-bottom: 50px;
}
#carousel1:not(.carousel__loaded)  {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 24% 30px 24% 30px 24% 30px 24% 30px 24% 30px 24% 30px 24% 30px 24%;
	grid-template-columns: repeat(7, 22%);
	gap: 12px;
	padding: 0 30px;
}
#carousel2 {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 30px auto 30px auto 30px auto 30px auto 30px auto 30px auto 30px auto 30px auto;
	grid-template-columns: repeat(9, auto);
	justify-items: center;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-between;
	max-width: 1180px;
	margin-left: auto;
	gap: 0 30px;
	margin-right: auto;
}
ul#carousel2 li {
	padding: 0;
}
ul#carousel3 li {
	padding: 0 30px;
}
.bc__video {
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear
}
.bc__video:hover {
	background: #000;
	-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
			transform: scale(1.05);
	-webkit-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear
}
.bc__dark .bc__video:hover {
	background: #01A0C6;
}
.bc__video.cta__hovered:hover {
	background: var(--Border-color, linear-gradient(147deg, #01A0C6 8.41%, #480CAB 39.58%, #1F40B4 74.21%, #01C6BA 98.95%));
}
.bc__video .bc__button {
	bottom: -60px;
	opacity: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.bc__video:hover .bc__button {
	opacity: 1;
	bottom: 15px;
}
.bc__slider_examples .bx-viewport {
	padding-top: 60px;
	padding-bottom: 60px;
}
.plan__packages {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: 1fr 1fr 28% 1fr;
	margin-bottom: 60px;
	max-width: 1360px;
	margin-top: 20px;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.pro__wrapper {
	margin-top: 0;
	padding: 0 10px;
}
.bc__howto {
	-ms-grid-columns: 1fr -webkit-max-content;
	-ms-grid-columns: 1fr max-content;
	grid-template-columns: 1fr -webkit-max-content;
	grid-template-columns: 1fr max-content;
	max-width: 100%;
	width: 100%;
}
.howto__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	height: 100%;
	gap: 16px;
}
.bc__howto .bc__button {
	margin-left: 0;
}
.howto__list li, .bc__comparison li {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-size: 18px;
}
.bc__howto .bc__button {
	margin-left: 0;
}
.section__title_wrapper .emoji__headline {
	font-size: 64px;
}
.comparison__slide {
	max-width: -webkit-fill-available;
}
.comparison__cons, .comparison__pros {
	-ms-flex: 25%;
	-webkit-box-flex: 0;
	        flex: 0 0 25%;
	max-width: 25%;
}
.comparison__example {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	        flex: 0 0 50%;
	max-width: 50%;
	padding: 20px 40px;
}
.comparison__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.comparison__cons ul, .comparison__pros ul {
	padding: 0;
}
.comparison__cons li {
	justify-self: flex-end;
}
.bc__comparison .section__title_wrapper p {
	max-width: 58%;
}
.bc__bottom_cta > .bc__grid {
	background: #f7f7f7;
	padding: 60px 20px 60px 60px;
	border-radius: 40px;
}
.bc__bottom_cta .section__title {
	font-size: 44px;
	margin-bottom: 20px;
	line-height: 120%;
}
.bc__bottom_cta p {
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 130%; /* 23.4px */
	text-align: left;
}
.bc__bottom_cta .bc__button {
	margin: 30px 0 0;
}
.bc__bottom_cta .ratio {
	position: absolute;
	width: 50%;
	right: 60px;
	bottom: 50px;
}
.bc__benefits .bc__grid {
	max-width: 920px;
	--bc-gap-v: 40px;
}
.bc__benefits .section__title_wrapper p {
	margin-left: 100px;
	margin-right: 100px;
}
.pre__headline {
	font-size: 18px;
}
.button__badge a {
	font-size: 80%;
}
.section__title + p {
	font-size: 20px;
}
.list__testimonial h5 {
	font-size: 22px;
}
.bc__features .bc__grid {
	max-width: 1180px;
}
.bc__tim_case .bc__grid {
	max-width: 780px
}
.case__wrapper {
	grid-template-columns: 1fr 390px;
	max-width: 800px;
	gap: 40px;
}
.tim__case_do h5, .tim__case_cta h5 {
    font-size: 24px;
    margin-bottom: 24px;
}
.tim__case_cta h5 {
    margin-bottom: 10px;
}
.tim__case_cta p {
    margin: 0 70px 30px;
}
.tim__case_do ul {
    gap: 24px 30px;
}
.tim__case_post .arrow__icon {
	display: block;
}
.tim__case_post .post__wrapper:first-child .arrow__icon {
    top: -90px;
    transform: scaleX(-1) rotate(-50deg) scale(0.75);
    left: -70px;
}
.tim__case_post .post__wrapper:last-child .arrow__icon {
    top: -80px;
    transform: rotate(-50deg) scale(0.75);
    right: -80px;
}
.bc__features, .bc__tim_case {
    padding: 60px;
    margin-top: 50px;
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.bc__feature {
    padding: 80px;
    min-height: 400px;
}
.feature__details {
    padding-right: 120px;
}
.post__wrapper h4:before {
    bottom: 4px;
}
}
@media (max-width: 1199px) {
#carousel2:not(.carousel__loaded) {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 30px auto 30px auto 30px auto 30px auto 30px auto 30px auto 30px auto 30px auto;
	grid-template-columns: repeat(9, auto);
	justify-items: center;
	-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
			justify-content: space-evenly;
	max-width: 1180px;
	margin: 0 auto;
	gap: 0 30px;
}
}
@media (min-width:1600px) {
#carousel1:not(.carousel__loaded)  {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 20% 20px 20% 20px 20% 20px 20% 20px 20% 20px 20% 20px 20% 20px 20%;
	grid-template-columns: repeat(8, 20%);
	gap: 20px;
	padding: 0 30px;
}
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                -webkit-min-device-pixel-ratio: 2),
only screen and (                -o-min-device-pixel-ratio: 2/1),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
.bc__testimonial_block .avatar {
	background-image: url('../images/avatar@2x.png');
	background-size: 92px 644px;
}
}
span.green__highlight {
    display: inline-block;
    background: #99ffbd;
    font-weight: 600;
}
.bc__dark span.green__highlight {
	background: #1ec387;
}
@keyframes scaleUpDown {
	0% {
		transform: scale(0.95);
	}
	50% {
		transform: scale(1); /* Adjust scale value as desired */
	}
	100% {
		transform: scale(0.95);
	}
}