/*--------------------------------------------------------------
# Custom ACF Blocks SCSS
--------------------------------------------------------------*/

/*@media all and (max-width: 991px) {
	.navbar .navbar-nav > li:not(:first-child) > [data-toggle="dropdown-grid"] + .dropdown-menu {
		display: none !important;
	}
}*/

/* Rating Values */
@import "blocks/acf-block-rating-values.css";

/* Pricing Values */
@import "blocks/acf-block-pricing-values.css";

/* Events header */
@import "blocks/acf-block-events-header.css";

/* Upcoming events */
@import "blocks/acf-block-upcoming-events.css";

/* Past events */
@import "blocks/acf-block-past-events.css";

/* Event about */
@import "blocks/acf-block-event-about.css";

/* Job list with filters */
@import "blocks/acf-block-job-list-with-filters.css";

/* Button with arrow */
@import "blocks/acf-block-button-with-arrow.css";

/* Search Form */
@import "blocks/acf-block-search-form.css";

/* Support grid items */
@import "blocks/acf-block-support-grid-items.css";

/* Featured guides */
@import "blocks/acf-block-featured-guides.css";

/* Exclude page */
@import "blocks/acf-block-exclude-page.css";

/* New Support Menu*/
@import "blocks/acf-block-new-support-menu.css";

/* Documentation List*/
@import "blocks/acf-block-documentation-list.css";

/* Featured Case Studies */
@import "blocks/acf-block-featured-case-studies.css";

/* Case Studies Items */
@import "blocks/acf-block-case-studies-items.css";

/* Case Studies */
@import "blocks/acf-block-case-studies.css";

/* Custom block with image */
@import "blocks/acf-block-custom-block-with-image.css";

/* Custom Video */
@import "blocks/acf-block-custom-video.css";

/* Custom Featured Article */
@import "blocks/acf-block-featured-article.css";

/* Custom Article Items */
@import "blocks/acf-block-article-items.css";

/* Custom Guides Header */
@import "blocks/acf-block-guides-header.css";

/* Custom Modal button */
@import "blocks/acf-block-modal-button.css";

/* Custom Gallery Slider */
@import "blocks/acf-block-custom-gallery-slider.css";

/* Carousel Partners Cards */
@import "blocks/acf-block-carousel-partners-cards.css";

/* Partners Cards */
@import "blocks/acf-block-partners-cards.css";

/* Carousel in Page Testimonials */
@import "blocks/acf-block-carousel-in-page-testimonials.css";

/* Custom post types list */
@import "blocks/acf-block-custom-post-types-list.css";

/* Carousel Image + Title */
@import "blocks/acf-block-carousel-image-title.css";

/* Custom Sign-up Form */
@import "blocks/acf-block-custom-sign-up-form.css";

/* Testimonials Slider */
@import "blocks/acf-block-testimonials-slider.css";

/* Blog Posts */
@import "blocks/acf-block-blog-posts.css";

/* Countdown widget */
@import "blocks/countdown-widget.css";

.block-events-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
}

.block-events-list-item {
	padding: 0 8px 60px;
}

.block-events-loadmore {
	line-height: 0;
	padding: 19px 0 0;
	text-align: center;
}

.block-events-loadmore-link {
	display: inline-block;
	border-radius: 40px;
	background-color: #1dabaf;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.5;
	text-align: center;
	min-width: 200px;
	padding: 15px;
	overflow: hidden;
	position: relative;
}

.block-events-loadmore-link:hover,
.block-events-loadmore-link:focus {
	color: rgb(0, 0, 0) !important;
	outline: none;
}

.block-events-loadmore-link.ajax-proccessing:before {
	right: auto;
}

.speakers-list {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	list-style: none;
	padding: 17px 17px 8px;
	margin-bottom: 0;
}

.speakers-list-item {
	padding: 3px;
}

.speakers-list-item-container {
	display: block;
}

.speakers-list-item-photo {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 76px;
	height: 76px;
	overflow: hidden;
}

.speakers-list-item-photo img {
	width: 100%;
}

.simple-text h1,
.simple-text h2,
.simple-text h3,
.simple-text h4,
.simple-text .h1,
.simple-text .h2,
.simple-text .h3,
.simple-text .h4,
.simple-text .display-1,
.simple-text .display-2,
.simple-text .display-3,
.simple-text .display-4 {
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 0;
}

.simple-text h1 strong,
.simple-text h2 strong,
.simple-text h3 strong,
.simple-text h4 strong,
.simple-text .h1 strong,
.simple-text .h2 strong,
.simple-text .h3 strong,
.simple-text .h4 strong {
	font-weight: bold;
}

.simple-text h1 {
	font-weight: bold;
}

@media all and (max-width: 599px) {
	.simple-text h1 {
		font-size: 40px !important;
	}

	.simple-text h1[class] {
		font-size: 30px !important;
		line-height: 1.45 !important;
	}
}

@media all and (min-width: 600px) and (max-width: 991px) {
	.simple-text h1[class] {
		line-height: 1.45 !important;
	}
}

.simple-text h2 {
	color: #1D5881;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}

@media all and (max-width: 599px) {
	.simple-text h2 {
		font-size: 30px !important;
		line-height: 1.43 !important;
	}
}

@media all and (min-width: 600px) {
	.simple-text h2 {
		font-size: 40px;
	}
}

.simple-text p:not([class]),
.simple-text p[class*="has-"],
.simple-text ul:not([class]),
.simple-text ul[class*="has-"] {
	font-size: 18px;
	letter-spacing: normal;
	line-height: 1.67;
}

@media all and (max-width: 599px) {
	.simple-text p:not([class]),
	.simple-text p[class*="has-"],
	.simple-text ul:not([class]),
	.simple-text ul[class*="has-"] {
		line-height: 1.55 !important;
		font-weight: 400 !important;
	}
}

@media all and (min-width: 600px) {
	.simple-text p:not([class]),
	.simple-text p[class*="has-"],
	.simple-text ul:not([class]),
	.simple-text ul[class*="has-"] {
		font-size: 20px;
		letter-spacing: normal;
		line-height: normal;
	}
}

.simple-text p:not([class]) *,
.simple-text p[class*="has-"] *,
.simple-text ul:not([class]) *,
.simple-text ul[class*="has-"] * {
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
}

.simple-text p.has-normal-font-size,
.simple-text p.has-normal-font-size *,
.simple-text ul.has-normal-font-size,
.simple-text ul.has-normal-font-size * {
	font-size: 16px;
}

.simple-text ul:not([class]),
.simple-text ul[class*="has-"] {
	list-style-position: outside;
	padding: 0 0 0 25px;
	margin-bottom: 0;
}

.simple-text p:not([class]) span > strong,
.simple-text p:not([class]) strong > span,
.simple-text p[class*="has-"] span > strong,
.simple-text p[class*="has-"] strong > span {
	font-weight: bold;
}

.class-for-hidden-block {
	display: none !important;
}

@media all and (min-width: 576px) {
	.simple-text ul:not([class]),
	.simple-text ul[class*="has-"] {
		padding: 0;
	}
}

.simple-text p:not([class]),
.simple-text p[class*="has-"] {
	margin-bottom: 10px;
}

@media all and (min-width: 600px) {
	.simple-text p:not([class]),
	.simple-text p[class*="has-"] {
		margin-bottom: 20px;
	}
}

.wp-block-group.has-background {
	padding: 0;
}

.wp-block-group.no-inner-padding,
.wp-block-group.no-inner-padding > .container,
.wp-block-group.no-inner-padding > .wp-block-group__inner-container.is-layout-flow,
.wp-block-group.no-inner-padding > .wp-block-group__inner-container.is-layout-constrained,
.wp-block-group.no-inner-padding > .container > .row > div[class*="col-"] {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.wp-block-group.no-inner-padding > .container > .row 
.wp-block-group.no-inner-padding > .wp-block-group__inner-container.is-layout-flow,
.wp-block-group.no-inner-padding > .wp-block-group__inner-container.is-layout-constrained {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

@media all and (max-width: 781px) {
	.wp-block-columns.reverse-mobile-columns {
		flex-direction: column-reverse;
	}
}

@media all and (min-width: 600px) and (max-width: 781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
		flex-basis: 100% !important;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		margin-left: 0 !important;
	}
}


.simple-text .block-event-speakers-list-item-description-more p:not([class]),
.simple-text .block-event-speakers-list-item-description-more p[class*="has-"] {
	margin-bottom: 10px;
}

.select-styled {
	display: inline-block;
	position: relative;
}

.select-styled select {
	display: block;
	cursor: pointer;
	background-color: #fff;
	border-radius: 40px;
	border: 1px solid #e4e4e4;
	font-size: 20px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	padding: 15px 59px 15px 20px;
	min-width: 200px;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

.select-styled select + .select-styled-arrow {
	display: block;
	background-image: url("../imgs/icons/icon_arrow-down.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	position: absolute;
	right: 26px;
	top: 30px;
	transform: translateY(-50%);
	width: 19px;
	height: 11px;
	transition: transform 100ms linear 0s;
}

.select-styled select:active + .select-styled-arrow {
	transform: rotateZ(180deg);
	transform-origin: center 2px;
}

.input-styled input + .search-icon {
	display: block;
	background-image: url("../imgs/icons/icon-search.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	position: absolute;
	right: 26px;
	top: 30px;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	transition: transform 100ms linear 0s;
	color: #000;
}

@media all and (max-width: 599px) {
	.wp-block-group.has-background:not([class*="custom-group-style-"]) > .container > .row > .col-12 > .wp-block-spacer[style*="height:60px"]:first-child,
	.wp-block-group.has-background:not([class*="custom-group-style-"]) > .container > .row > .col-12 > .wp-block-spacer[style*="height:60px"]:last-child {
		height: 40px !important;
	}
}

.wp-block-image img,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item,
.wp-block-cover,
.wp-block-cover-image {
	border-radius: 20px !important;
}

.wp-block-image img {
	border-radius: initial !important;
}

.wp-block-buttons.alignright {
	text-align: right;
}

.wp-block-image figure.aligncenter {
	margin-top: 0;
}

.wp-block-image.is-style-default img {
	border-radius: 0 !important;
}

*[class*="custom-border-radius-"] {
	overflow: hidden;
}

.custom-border-radius-10 {
	border-radius: 10px;
}

.custom-border-radius-20 {
	border-radius: 20px;
}

.custom-border-radius-50perc,
*[class].custom-border-radius-50perc {
	border-radius: 50% !important;
}

.custom-min-height-483 {
	min-height: 483px;
}

.custom-min-height-474 {
	min-height: 474px;
}

.custom-min-height-no {
	min-height: initial !important;
}

.custom-group-slider-holder {
	overflow: hidden;
}

.wp-block-group__additonal-decoration-1,
.wp-block-group__additonal-decoration-2,
.wp-block-group__additonal-decoration-3 {
	position: absolute;
}

*[class*="custom-group-style-"] {
	position: relative;
	overflow: hidden;
}

.custom-group-style-49 {
	overflow: initial;
}

.custom-group-style-46 {
	z-index: 2;
	overflow: initial;
}

/* What was this used for? It breaks the modal bg z-index. 
*[class*="custom-group-style-"] > .container, */
.custom-group-style-10 > .container > .row,
.custom-group-style-14 > .container > .row,
.custom-group-style-20 > .block-event-about-container,
.custom-group-style-33 > .container > .row,
.custom-group-style-37 > .container > .row,
.custom-group-style-40 > .container > .row,
.custom-group-style-41 > .container > .row,
.custom-group-style-42 > .container > .row {
	position: relative;
	z-index: 2;
}

*[class*="custom-group-style-"]:after,
*[class*="custom-group-style-"]:before,
.custom-group-style-10 > .container:after,
.custom-group-style-14 > .container:after,
.custom-group-style-33 > .container:after,
.custom-group-style-33 > .container:before {
	content: '';
	display: block;
	position: absolute;
}

@media all and (min-width: 600px) and (max-width: 781px) {
	.wp-block-column:not(:empty) {
		flex: 1;
	}

	.wp-block-column:empty {
		display: none;
	}

	.wp-block-columns.custom-columns-gallery-slider-1 > .wp-block-column > .wp-block-columns > .wp-block-column:empty,
	.wp-block-columns.custom-columns-gallery-slider-1 > .flickity-viewport > .flickity-slider > .wp-block-column > .wp-block-columns > .wp-block-column:empty {
		display: block;
	}
}

@media all and (max-width: 781px) {
	.wp-block-columns.custom-columns-gallery-slider-1 figure.wp-block-image {
		margin-bottom: 20px;
	}
}

@media all and (max-width: 599px) {
	.custom-group-style-44 > .container > .row > .col-12 > .wp-block-spacer:first-of-type {
		height: 20px !important;
	}
	.custom-group-style-44 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-image > img {
		width: 168px;
	}
	.custom-group-style-44 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-image + .wp-block-spacer {
		display: none;
	}
	.custom-group-style-44 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .item-with-inline-carousel-text + .wp-block-spacer {
		height: 20px !important;
	}
	.custom-group-style-44 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .item-with-inline-carousel-text + .wp-block-spacer + p + .wp-block-spacer {
		height: 10px !important;
	}
	.custom-group-style-44 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons + .wp-block-spacer {
		height: 40px !important;
	}
}

@media all and (max-width: 599px) {
	.custom-group-style-45 > .container > .row > .col-12 > .wp-block-spacer:first-of-type {
		height: 20px !important;
	}
	.custom-group-style-45 > .container > .row > .col-12 > .wp-block-spacer:first-of-type + h2 + .wp-block-spacer {
		height: 10px !important;
	}
}

@media all and (max-width: 599px) {
	.custom-group-style-46 > .container > .row > .col-12 > .wp-block-spacer:first-of-type {
		height: 20px !important;
	}
	.custom-group-style-46 > .container > .row > .col-12 > .wp-block-spacer:first-of-type + h2 + .wp-block-spacer,
	.custom-group-style-46 > .container > .row > .col-12 > .wp-block-spacer:last-of-type {
		height: 10px !important;
	}
}

@media all and (max-width: 599px) {
	.custom-group-style-47 > .container > .row > .col-12 > .wp-block-spacer:first-of-type {
		height: 20px !important;
	}
	.custom-group-style-47 > .container > .row > .col-12 > .wp-block-spacer:last-of-type {
		display: none !important;
	}
}

@media all and (max-width: 599px) {
	.custom-group-style-48 > .container > .row > .col-12 > .wp-block-columns {
		flex-direction: column-reverse;
		position: relative;
		padding-bottom: 100px;
	}
	.custom-group-style-48 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons {
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 100%;
	}
	.custom-group-style-48 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons > .wp-block-button:last-of-type {
		margin-bottom: 0;
	}
	.custom-group-style-48 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-spacer:first-of-type {
		height: 20px !important;
	}
	.custom-group-style-48 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-spacer:first-of-type + h2 + .wp-block-spacer {
		height: 10px !important;
	}
	.custom-group-style-48 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > p:last-of-type {
		margin-bottom: 20px;
	}
	.custom-group-style-48 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > p:last-of-type + .wp-block-spacer,
	.custom-group-style-48 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons + .wp-block-spacer {
		display: none !important;
	}
	.custom-group-style-48 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > figure.wp-block-image,
	.custom-group-style-48 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-image figure {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media all and (max-width: 599px) {
	.custom-group-style-49 > .container > .row > .col-12 > .wp-block-spacer:first-of-type + h2 + .wp-block-spacer {
		height: 20px !important;
	}
	.custom-group-style-49 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column:first-of-type > .wp-block-spacer:first-of-type {
		height: 10px !important;
	}
	.custom-group-style-49 > .container > .row > .col-12 > .wp-block-spacer:last-of-type {
		display: none !important;
	}

	.custom-group-style-50 ~ .custom-group-style-49 > .container > .row > .col-12 > .wp-block-columns {
		flex-direction: column-reverse;
		position: relative;
		padding-bottom: 100px;
	}
	.custom-group-style-50 ~ .custom-group-style-49 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons {
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 100%;
	}
	.custom-group-style-50 ~ .custom-group-style-49 > .container > .row > .col-12 > .wp-block-spacer:first-of-type {
		height: 20px !important;
	}
	.custom-group-style-50 ~ .custom-group-style-49 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons > .wp-block-button:last-of-type {
		margin-bottom: 0;
	}
	.custom-group-style-50 ~ .custom-group-style-49 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > h2 + .wp-block-spacer {
		height: 10px !important;
	}
	.custom-group-style-50 ~ .custom-group-style-49 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > p:last-of-type {
		margin-bottom: 20px;
	}
	.custom-group-style-50 ~ .custom-group-style-49 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > p:last-of-type + .wp-block-spacer {
		height: 2em !important;
	}
	.custom-group-style-50 ~ .custom-group-style-49 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons + .wp-block-spacer {
		display: none !important;
	}
	.custom-group-style-50 ~ .custom-group-style-49 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > figure.wp-block-image,
	.custom-group-style-50 ~ .custom-group-style-49 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-image figure {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

@media all and (max-width: 599px) {
	.custom-group-style-50 > .container > .row > .col-12 > .wp-block-columns {
		position: relative;
		padding-bottom: 100px;
	}
	.custom-group-style-50 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons {
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 100%;
	}
	.custom-group-style-50 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons > .wp-block-button:last-of-type {
		margin-bottom: 0;
	}
	.custom-group-style-50 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-spacer:first-of-type {
		height: 20px !important;
	}
	.custom-group-style-50 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-spacer:first-of-type + h2 + .wp-block-spacer {
		height: 10px !important;
	}
	.custom-group-style-50 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > p:last-of-type {
		margin-bottom: 20px;
	}
	.custom-group-style-50 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > p:last-of-type + .wp-block-spacer,
	.custom-group-style-50 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons + .wp-block-spacer {
		display: none !important;
	}
	.custom-group-style-50 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > figure.wp-block-image,
	.custom-group-style-50 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-image figure {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.custom-group-112{
	border-radius: 20px;
	box-shadow: 0 30px 60px #345CB21A;
}

.custom-group-style-131:before {
	background-image: url('../imgs/element_1.svg');
	background-repeat: no-repeat;
	top: -374px;
	left: -764px;
	width: 1180px;
	height: 1013px;
}

.custom-group-style-131:after {
	background-image: url('../imgs/element_2.svg');
	background-repeat: no-repeat;
	top: -375px;
	left: 1515px;
	width: 836px;
	height: 803px;
}

.custom-group-style-132:before {
	background-image: url('../imgs/element_3.svg');
	background-repeat: no-repeat;
	top: 308px;
	left: -394.9999694824219px;
	width: 836px;
	height: 803px;
}

.custom-group-style-132:after {
	background-image: url('../imgs/element_3.svg');
	background-repeat: no-repeat;
	top: -375px;
	left: 1468px;
	width: 836px;
	height: 803px;
}

.custom-group-style-132 .wp-block-group__additonal-decoration-1{
	background-image: url('../imgs/element_4.svg');
	background-repeat: no-repeat;
	top: 0;
	left: 37px;
	width: 549px;
	height: 527px;
	background-color: unset;
    border-radius: unset;
}

.custom-group-style-132 .block-carousel-image-title-content .flickity-prev-next-button,
.custom-group-style-132 .block-carousel-image-title-content .flickity-prev-next-button.next{
	display: none;
}

.custom-group-style-136:after {
	background-color: #fff;
	-webkit-mask-image: url('../imgs/wave-bg-1.svg');
	mask-image: url('../imgs/wave-bg-1.svg');
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	width: 100%;
	height: 344px;
	left: 0;
	bottom: -2px;
}

.custom-group-style-137:before,
.custom-group-style-137 .wp-block-group__additonal-decoration-1 {
	background-color: #f0f6ff;
	-webkit-mask-image: url('../imgs/element_5.svg');
	mask-image: url('../imgs/element_5.svg');
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	width: 274px;
	height: 276px;
	left: 28px;
	top: 96px;
	z-index: 1;
}

.custom-group-style-137 .wp-block-group__additonal-decoration-1 {
	border-radius: 0;
	left: auto;
	right: 98px;
	top: 382px;
}

.custom-group-style-139:before {
	background-image: linear-gradient(180deg, #e3f1ff 0%, #f6fafe 100%);
	border-radius: 100px;
	width: 1166px;
	height: 400px;
	top: 105px;
	right: -506px;
}
.custom-group-style-139 .wp-block-column {
  z-index: 0;
}

.custom-group-style-140 {
	background-size: 0 !important;
	background-repeat: no-repeat;
/*	min-height: 787px; */
}

.custom-group-style-140:before {
	background-image: inherit;
	/*clip-path: polygon(0 0, 100% 0, 100% 64%, 0% 74.2%);*/
	clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 100%);
	width: 100%;
	height: 100%;
	/* height: 787px; */
}

.custom-group-style-145 {
	min-height: 781px;
}

.custom-group-style-145:before {
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 147px), 0% 100%);
	height: 100%;
}

.custom-group-style-147 {
	min-height: 929px;
}

.custom-group-style-147:before {
	clip-path: polygon(0 146px, 100% 0, 100% calc(100% - 147px), 0% 100%);
	height: 100%;
}

@media all and (max-width: 781px) {
	.custom-group-style-145,
	.custom-group-style-147 {
		background-image: linear-gradient(180deg, #1e5793 0%, #10243e 100%) !important;
		min-height: initial;
	}

	.custom-group-style-145 {
		background-size: initial !important;
		padding: 25px 17px 50px 17px !important;
	}

	.custom-group-style-145:before {
		clip-path: initial;
		height: auto;
	}

	.custom-group-style-147:before {
		clip-path: polygon(0 49px, 100% 0, 100% calc(100% - 49px), 0% 100%);
	}
}

.custom-group-style-149 {
	min-height: initial;
}

.custom-group-style-149:before {
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 136px), 0% calc(100% - 136px));
	height: 100%;
}

@media all and (max-width: 781px) {
	.custom-group-style-151 {
		background-image: linear-gradient(180deg, #1e5793 0%, #10243e 100%) !important;
		background-size: 0 !important;
		background-repeat: no-repeat;
		min-height: initial;
	}

	.custom-group-style-151:before {
		clip-path: polygon(0 49px, 100% 0, 100% calc(100% - 49px), 0% 100%);
		background-image: inherit;
		width: 100%;
		height: 100%;
	}
}

.custom-group-style-150:before {
/* 	background: linear-gradient(180deg, #0a2440 0%, #113c6a 100%);
	-webkit-mask-image: url('../imgs/wave-bg-3.svg'); */
	mask-image: url('../imgs/wave-bg-3.svg');
	-webkit-mask-position: 0 bottom;
	mask-position: 0 bottom;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: auto 100%;
	mask-size: auto 100%;
	width: 100%;
	height: 987px;
	left: 0;
	top: -280px;
}

.custom-group-style-141 > .container > .row > div[class^="col-"] > .wp-block-columns > .wp-block-column:not([class*="custom-column-style-"]) {
	position: relative;
	z-index: 2;
}

.custom-group-style-142 {
	z-index: 3;
}

.custom-group-style-142 + * {
	margin-top: -45px;
}

.custom-group-style-142 + *:before {
	background-color: inherit;
	width: 100%;
	height: 100vh;
	left: 0;
	bottom: 100%;
}

.custom-group-style-146:before {
	background-color: #134274;
	-webkit-mask-image: url('../imgs/bubles.svg');
	mask-image: url('../imgs/bubles.svg');
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	width: 156px;
	height: 156px;
	left: 39px;
	bottom: 99px;
	z-index: 4;
}

.custom-group-style-146:after {
	background-color: #134274;
	border-radius: 50%;
	width: 200px;
	height: 201px;
	top: 131px;
	right: -108px;
	z-index: 4;
}

@media all and (max-width: 781px) {
	.custom-group-style-146:before,
	.custom-group-style-146:after {
		display: none;
	}
}

.custom-group-style-148:after {
	background-color: #134274;
	border-radius: 50%;
	width: 200px;
	height: 201px;
	bottom: 242px;
	right: -108px;
	z-index: 4;
}

@media all and (max-width: 781px) {
	.custom-group-style-148:after {
		display: none;
	}
}

.custom-group-style-143,
.custom-group-style-144 {
	overflow: visible;
}

.custom-group-style-144 {
	z-index: 3;
}

.custom-group-style-144-2 {
	z-index: 4;
}

.custom-group-style-144-2 .custom-block-decoration-2 {
	top: 27px;
}

.wp-block-embed.custom-embed-style-1 {
	margin-bottom: 0;
}

.wp-block-embed.custom-embed-style-1 iframe {
	border: 1px solid #707070;
	height: 302px;
}

.custom-group-with-float-image-1 {
	overflow: hidden;
}

@media all and (min-width: 600px) and (max-width: 1199px) {
	.custom-group-with-float-image-1 h1,
	.custom-group-with-float-image-1 h2 {
		font-size: 70px !important;
	}
}

@media all and (min-width: 782px) and (max-width: 991px) {
	.custom-group-with-float-image-1 .wp-block-columns,
	.custom-group-mobile-reverse-991 .wp-block-columns,
	.wp-block-columns.custom-columns-11 {
		flex-wrap: wrap;
	}
}

@media all and (min-width: 600px) and (max-width: 991px) {
	.custom-group-with-float-image-1 .wp-block-columns .wp-block-column,
	.custom-group-mobile-reverse-991 .wp-block-columns .wp-block-column,
	.wp-block-columns.custom-columns-11 > .wp-block-column {
		flex-basis: 100%!important;
		margin-left: 0 !important;
	}
}

@media all and (max-width: 991px) {
	.custom-group-mobile-reverse-991 .wp-block-columns {
		flex-direction: column-reverse;
	}
}

.custom-group-relative-1 {
	position: relative;
	z-index: 2;
}

@media all and (max-width: 576px){
	.custom-group-style-136 .wp-block-group .container {
		padding-right: 0;
		padding-left: 0;
	}
}

.wp-block-columns.custom-columns-width-1{
	justify-content: space-between;
}

.wp-block-columns.custom-columns-width-1 .wp-block-column{
	width:100%;
	max-width: 309px;
	position: relative;
}

.wp-block-columns.custom-columns-width-1 .wp-block-column:last-child:before{
	display: none;
}

.wp-block-columns.custom-columns-width-1 .wp-block-column:before{
	content: '';
	background-color: #1DABAF;
	-webkit-mask-image: url('../imgs/icons/custom-line.svg');
	mask-image: url('../imgs/icons/custom-line.svg');
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	width: 118px;
	height: 72px;
	position: absolute;
	top: 100px;
    right: -106px;
    z-index: 1;
}

.wp-block-columns.custom-columns-width-1 .wp-block-column:hover:before{
	background-color: #F8A646;
}

.custom-group-style-126 .mobile-block{
	display: none;
}

@media all and (max-width:599px){
	.custom-group-style-100:before,
	.custom-group-style-100:after,
	.custom-group-style-8:before,
	.custom-group-style-8:after,
	.custom-group-style-100 + .wp-block-group > .container > .row > .col-12 > .wp-block-spacer,
	.custom-group-style-120 + .wp-block-group > .container > .row > .col-12 > .wp-block-spacer,
	.custom-group-style-100 .wp-block-spacer,
	.custom-group-style-8 .wp-block-spacer,
	.custom-group-style-120,
	.custom-group-style-52 .wp-block-spacer,
	.custom-group-style-52:before,
	.custom-group-style-52:after,
	.custom-group-style-53:before,
	.custom-group-style-53:after,
	.custom-group-style-102:after,
	.custom-group-style-102:before,
	.custom-group-style-102 .wp-block-spacer,
	.custom-group-style-53 .wp-block-spacer,
	.custom-group-style-54:before,
	.custom-group-style-54:after,
	.custom-group-style-54 .wp-block-spacer,
	.custom-group-style-55:before,
	.custom-group-style-55:after,
	.custom-group-style-55 .wp-block-spacer,
	.custom-group-style-57 + .wp-block-group > .container > .row > .col-12 > .wp-block-spacer:last-of-type,
	.custom-group-style-101 .wp-block-spacer,
	.custom-group-style-103:after,
	.custom-group-style-103:before,
	.custom-group-style-103 .wp-block-spacer,
	.custom-group-style-116:before,
	.custom-group-style-116:after,
	.custom-group-style-117 .wp-block-spacer,
	.custom-group-style-116 .wp-block-spacer,
	.custom-group-style-56:before,
	.custom-group-style-56:after,
	.custom-group-style-56 .wp-block-spacer,
	.custom-group-style-56 .wp-block-group__additonal-decoration-1,
	.custom-group-style-104:before,
	.custom-group-style-104:after,
	.custom-group-style-104 .wp-block-spacer,
	.custom-group-style-104 + .wp-block-group > .container > .row > .col-12 > .wp-block-spacer,
	.custom-group-style-106:before,
	.custom-group-style-106:after,
	.custom-group-style-106 .wp-block-spacer,
	.custom-group-style-105:before,
	.custom-group-style-105:after,
	.custom-group-style-105 .wp-block-spacer,
	.custom-group-style-119:before,
	.custom-group-style-119:after,
	.custom-group-style-119 .wp-block-spacer,
	.custom-group-style-118:before,
	.custom-group-style-118:after,
	.custom-group-style-118 .wp-block-spacer,
	.custom-group-style-121 .wp-block-spacer,
	.custom-group-style-122:after,
	.custom-group-style-122:before,
	.custom-group-style-122 .wp-block-spacer,
	.custom-group-style-123:after,
	.custom-group-style-123:before,
	.custom-group-style-123 .wp-block-spacer,
	.custom-group-style-107:after,
	.custom-group-style-107:before,
	.custom-group-style-107 > .container:before,
	.custom-group-style-107 .wp-block-spacer,
	.custom-group-style-107 + .wp-block-group > .container > .row > .col-12 > .wp-block-spacer,
	.custom-group-style-109 .wp-block-spacer,
	.custom-group-style-109::before,
	.custom-group-style-109::after,
	.custom-group-style-109 .wp-block-columns.custom-columns-gallery-carousel-2 .wp-block-column:last-child,
	.custom-group-style-110 .wp-block-spacer,
	.custom-group-style-110::before,
	.custom-group-style-110::after,
	.custom-group-style-110 .wp-block-columns.custom-columns-gallery-carousel-2 .wp-block-column:last-child,
	.custom-group-style-111:before,
	.custom-group-style-111:after,
	.custom-group-style-111 .wp-block-group__additonal-decoration-1,
	.custom-group-style-111 .wp-block-spacer,
	.custom-group-style-124:after,
	.custom-group-style-124 .wp-block-spacer,
	.custom-group-style-124 .wp-block-group__additonal-decoration-1,
	.custom-group-style-124 .container-line,
	.custom-group-style-125:before,
	.custom-group-style-125:after,
	.custom-group-style-125 .wp-block-group__additonal-decoration-1,
	.custom-group-style-125 .wp-block-group__additonal-decoration-2,
	.custom-group-style-125 .wp-block-image,
	.custom-group-style-125 .wp-block-spacer,
	.custom-group-style-125 .container-line,
	.custom-group-style-126:before,
	.custom-group-style-126:after,
	.custom-group-style-126 .wp-block-group__additonal-decoration-1,
	.custom-group-style-126 .wp-block-spacer,
	.custom-group-style-126 h2 br,
	.custom-group-style-126 .wp-block-columns.custom-columns-width-1,
	.custom-group-style-127:before,
	.custom-group-style-127:after,
	.custom-group-style-127 .wp-block-group__additonal-decoration-1,
	.custom-group-style-127 .wp-block-spacer,
	.custom-group-style-128 .wp-block-spacer,
	.custom-group-style-128:before,
	.custom-group-style-128:after,
	.custom-group-style-128 .custom-hidden-block,
	.custom-group-style-129:before,
	.custom-group-style-129:after,
	.custom-group-style-129 .wp-block-group__additonal-decoration-1,
	.custom-group-style-129 .wp-block-spacer,
	.custom-group-style-129 .wp-block-image,
	.custom-group-style-130:before,
	.custom-group-style-130:after,
	.custom-group-style-130 .wp-block-group__additonal-decoration-1,
	.custom-group-style-130 .wp-block-spacer,
	.custom-group-style-130 h2 br,
	.custom-group-style-130 .wp-block-columns.custom-columns-width-1{
		display: none;
	}

	.custom-group-style-100.wp-block-group,
	.custom-group-style-8 ~ .wp-block-group > .container > .row > .col-12 > h2,
	.custom-group-style-117 h2,
	.custom-group-style-54 h2,
	.custom-group-style-55 h2,
	.custom-group-style-107 h1,
	.custom-group-style-107 .custom-list-1,
	.custom-group-style-111 h2,
	.custom-group-style-124 h1,
	.custom-group-style-127 h2,
	.custom-group-style-128 h2,
	.custom-group-style-129 h2{
		padding-top:20px;
	}

	.custom-group-style-111 .custom-list-1{
		padding: 20px 0 !important;
	}

	.custom-group-style-107 h4,
	.custom-group-style-109 h2{
		font-size: 30px;
	}

	.custom-group-style-109 h2,
	.custom-group-style-110 h2{
		color: #1D5881 !important;
		text-decoration: none;
	}

	.custom-group-style-107 .custom-list-1 li,
	.custom-group-style-128 p.has-text-color{
		font-size: 16px !important;
		color: #1D5881 !important;
	}

	.custom-group-style-100 p,
	.custom-group-style-8 p{
		margin-top: 20px;
	}

	.custom-group-style-127 p{
		margin-top: 10px;
		margin-bottom: 20px !important;
	}

	.custom-group-style-100 .wp-block-buttons,
	.custom-group-style-8 .wp-block-buttons,
	.custom-group-style-107 .wp-block-buttons{
		margin-top: 20px;
		margin-bottom: 30px !important;
	}

	.custom-group-style-126 .mobile-block,
	.custom-group-style-130 .mobile-block{
		display: block;
	}

	.custom-group-style-102 .custom-image-style-2,
	.custom-group-style-100 .wp-block-button.custom-min-width-200 .wp-block-button__link,
	.custom-group-style-100 .wp-block-button,
	.custom-group-style-8 .wp-block-button__link,
	.custom-group-style-8 .wp-block-button,
	.custom-group-style-52 .wp-block-button__link,
	.custom-group-style-52 .wp-block-button,
	.custom-group-style-53 .wp-block-button__link,
	.custom-group-style-53 .wp-block-button,
	.custom-group-style-54 .wp-block-button__link,
	.custom-group-style-54 .wp-block-button,
	.custom-group-style-55 .wp-block-button__link,
	.custom-group-style-55 .wp-block-button,
	.custom-group-style-102 .wp-block-button__link,
	.custom-group-style-102 .wp-block-button,
	.custom-group-style-117 .wp-block-button,
	.custom-group-style-117 .wp-block-button__link,
	.custom-group-style-103 .wp-block-button,
	.custom-group-style-103 .wp-block-button__link,
	.custom-group-style-106 .wp-block-button,
	.custom-group-style-106 .wp-block-button__link,
	.custom-group-style-105 .wp-block-button,
	.custom-group-style-105 .wp-block-button__link,
	.custom-group-style-118 .wp-block-button,
	.custom-group-style-118 .wp-block-button__link,
	.custom-group-style-119 .wp-block-button,
	.custom-group-style-119 .wp-block-button__link,
	.custom-group-style-121 .wp-block-button,
	.custom-group-style-121 .wp-block-button__link,
	.custom-group-style-122 .wp-block-button,
	.custom-group-style-122 .wp-block-button__link,
	.custom-group-style-123 .wp-block-button,
	.custom-group-style-123 .wp-block-button__link,
	.custom-group-style-107 .wp-block-button,
	.custom-group-style-107 .wp-block-button__link,
	.custom-group-style-109 .wp-block-button,
	.custom-group-style-109 .wp-block-button__link,
	.custom-group-style-110 .wp-block-button,
	.custom-group-style-110 .wp-block-button__link,
	.custom-group-style-111 .wp-block-button,
	.custom-group-style-111 .wp-block-button__link,
	.custom-group-style-124 .wp-block-button,
	.custom-group-style-124 .wp-block-button__link,
	.custom-group-style-128 .wp-block-button,
	.custom-group-style-128 .wp-block-button__link{
		width:100% !important;
		flex-basis: 100% !important;
	}

	.custom-group-style-100 + .wp-block-group > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-8 + .wp-block-group > .container > .row > .col-12 > .wp-block-columns{
		padding: 40px 0 10px;
	}

	.custom-arrow-bottom{
		padding-top: 10px;
		padding-bottom: 120px;
		text-align: center;
	}

	.custom-arrow-bottom:before{
		-webkit-mask-image: url('../imgs/icons/arrow_7.svg') !important;
		mask-image: url('../imgs/icons/arrow_7.svg') !important;
		display: block !important;
		width:100% !important;
		height: 90px !important;
		transform: rotateY(360deg) rotateZ(270deg) !important;
		top:50% !important;
		right: unset !important;
	}

	.custom-group-style-100 + .wp-block-group > .container > .row > .col-12 > .wp-block-columns > .wp-block-column{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.custom-group-style-100 + .wp-block-group > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-image{
		flex-basis: 20%;
    	width: 20% !important;
	}

	.custom-group-style-100 + .wp-block-group > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > h4{
		flex-basis: 80%;
		width: 80%;
		padding-left: 10px;
	}

	.custom-group-style-100 + .wp-block-group > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > p{
		margin-top: 10px;
	}

	.custom-group-style-100 + .wp-block-group > .container > .row > .col-12 > .wp-block-columns > .wp-block-column,
	.custom-group-style-8 ~ .wp-block-group > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .custom-list-1,
	.custom-group-style-52 > .container > .row > .col-12 > h2,
	.custom-group-style-111 .wp-block-buttons {
		margin-bottom: 20px;
	}

	.custom-group-style-8 ~ .wp-block-group > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .custom-list-1{
		padding:0;
	}

	.custom-group-style-52 h2,
	.custom-group-style-104 + .wp-block-group > .container > .row > .col-12 > h2,
	.custom-group-style-107 + .wp-block-group > .container > .row > .col-12 > h2,
	.custom-group-style-111 h2,
	.custom-group-style-127 h2{
		text-align: left;
	}

	.custom-group-style-127 .wp-block-button__link{
		font-size: 17px !important;
	}

	.custom-group-style-57 > .container > .row > .col-12 > .wp-block-spacer:first-of-type {
		height: 20px !important;
	}

	.custom-group-style-122 .wp-block-image.custom-image-style-2{
		width:100% !important;
		flex-basis: 100% !important;
	}

	.custom-group-style-57 + .wp-block-group > .container > .row > .col-12 > .wp-block-spacer:last-of-type + p,
	.custom-group-style-57 + .wp-block-group > .container > .row > .col-12 > .wp-block-spacer:last-of-type + p * {
		font-weight: 300;
	}
	.custom-group-style-57 + .wp-block-group > .container > .row > .col-12 > .wp-block-spacer:last-of-type + p {
		text-align: center;
	}

	.wp-block-group.custom-group-style-102,
	.custom-group-style-103.wp-block-group,
	.custom-group-style-102 + .wp-block-group,
	.custom-group-style-103 + .wp-block-group,
	.custom-group-style-117.wp-block-group,
	.custom-group-style-117 + .wp-block-group{
		background-color: #fff !important;
	}

	.custom-group-style-102 h2,
	.custom-group-style-122 h2{
		text-align: left;
		padding-top: 30px;
	}

	.custom-group-style-102 .wp-block-columns h2,
	.custom-group-style-122 .wp-block-columns h2,
	.custom-group-style-121 .wp-block-columns h2,
	.custom-group-style-123 .wp-block-columns h2{
		padding-top: 10px;
	}

	.custom-group-style-102 .custom-buttons-style,
	.custom-group-style-122 .custom-buttons-style{
		display: block;
		margin-bottom: 15px;
	}

	.custom-group-style-102 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-102 ~ .wp-block-group > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-53 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-55 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-103 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-52 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-54 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-117 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-106 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-105 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-119 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-118 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-121 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-122 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-123 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-109 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-110 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-124 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons,
	.custom-group-style-128 > .container > .row > .col-12 > .wp-block-columns > .wp-block-column > .wp-block-buttons {
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 100%
	}

	.custom-group-style-117 > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-53 > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-55 > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-105 > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-118 > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-121 > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-110 > .container > .row > .col-12 > .wp-block-columns{
		flex-direction: column-reverse;
		position: relative;
		padding-bottom: 100px;
	}

	.custom-group-style-56 > .container > .row > .col-12 > .wp-block-columns{
		flex-direction: column-reverse;
		position: relative;
	}

	.custom-group-style-103 > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-52 > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-102 > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-54 > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-123 > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-106 > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-119 > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-122 > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-109 > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-124 > .container > .row > .col-12 > .wp-block-columns,
	.custom-group-style-128 > .container > .row > .col-12 > .wp-block-columns{
		position: relative;
		padding-bottom: 100px !important;
	}

	.custom-group-style-101:after{
		top:unset;
		bottom:16px;
		width: 101px;
		height: 94px;
	}

	.custom-group-style-101:before{
		-webkit-mask-image: unset;
		mask-image: unset;
		width: 94px;
		height: 94px;
		border-radius: 50%;
		top: 9px;
		left: -62px;
		right: unset;
	}

	.custom-group-style-101 h2{
		padding-top: 40px;
		margin-bottom: 20px;
	}

	.custom-group-style-101 .wp-block-buttons,
	.custom-group-style-126 .mobile-block,
	.custom-group-style-130 .mobile-block{
		padding-bottom: 40px !important;
	}

	.custom-group-style-103 h2,
	.custom-group-style-8.wp-block-group{
		text-align: left;
		padding-top: 30px;
	}

	.custom-group-style-103 .wp-block-columns h2{
		padding-top: 10px;
	}

	.custom-group-style-103 .custom-buttons-style{
		display: block;
		margin-bottom: 15px;
	}

	.custom-group-style-8 p,
	.custom-group-style-100 p,
	.custom-group-style-104 p{
		font-size: 18px !important;
	}

	.custom-group-style-52,
	.custom-group-style-104,
	.custom-group-style-129{
		background-color: #F6FAFE !important;
	}

	.custom-group-style-124 p{
		font-size: 16px !important;
		margin-bottom: 20px !important;
	}

	.custom-group-style-124:before,
	.custom-group-style-128 .wp-block-group__additonal-decoration-1{
		width:150px;
		height: 150px;
		left: unset;
		top: -40px;
		right: -40px;
	}

	.custom-group-style-124 .wp-block-group__additonal-decoration-2,
	.custom-group-style-128 .wp-block-group__additonal-decoration-2{
		width:43px;
		height:43px;
		top:95px;
		left: unset;
		right:103px;
	}

}

@media all and (max-width:800px){
	.custom-group-112:nth-of-type(3),
	.custom-group-112:last-of-type{
		margin-top: 52px;
	}
}

.custom-image-style figure{
	position: absolute;
    top: -32px;
    left: 3px;
}

.wp-block-columns.custom-columns-1 > .wp-block-column {
	box-shadow: 0 10px 30px #154b71;
	border-radius: 20px;
	padding: 14px 5px;
	margin-bottom: 20px;

}

.wp-block-columns.custom-columns-1 > .wp-block-column > * {
	margin-bottom: 0 !important;
}

.wp-block-columns.custom-columns-8 > .wp-block-column {
	box-shadow: 0 30px 60px #345CB21A;
	border-radius: 20px;
	padding: 14px 5px;
	margin-bottom: 16px;
}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-columns-8 > .wp-block-column:not(:first-child){
		margin-left:16px;
	}
}

.wp-block-columns.custom-columns-8 > .wp-block-column > * {
	margin-bottom: 0 !important;
}

.wp-block-columns.custom-columns-9 {
	justify-content: space-between;
}

.wp-block-columns.custom-columns-9 > .wp-block-column {
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	position: relative;
	margin-top: 58px;
}

.wp-block-columns.custom-columns-9 > .wp-block-column:before {
	display: block;
	content: '';
	border-radius: inherit;
	border: 1px solid #51a9ad;
	position: absolute;
	right: -9px;
	bottom: -10px;
	width: 100%;
	height: calc(100% - 27px);
	z-index: -1;
}

.wp-block-columns.custom-columns-9 > .wp-block-column > h4 {
	border-radius: 400px;
	padding: 10px 21px;
	position: absolute;
	left: -12px;
	top: -25px;
	min-width: 256px;
}

@media all and (min-width:576px){
	.wp-block-columns.custom-columns-9 > .wp-block-column > h4 {
		left: -29px;
	}
}

.wp-block-columns.custom-columns-9 > .wp-block-column > h4 + * {
	flex: 1;
}

.wp-block-columns.custom-columns-9 > .wp-block-column a {
	color: inherit !important;
}

.wp-block-columns.custom-columns-9 > .wp-block-column > p:last-of-type {
	margin-bottom: 0;
}

.wp-block-columns.custom-columns-9 > .wp-block-column > p:last-of-type a {
	display: flex;
	align-items: center;
}

.wp-block-columns.custom-columns-9 > .wp-block-column > p:last-of-type a:after {
	display: block;
	content: '';
	background-image: url('../imgs/icons/icon_arrow-right-circle.svg');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	margin-left: 8px;
}

@media all and (min-width: 1200px) {
	.wp-block-columns.custom-columns-9.two-columns {
		padding-right: 3.7%;
	}
}

.wp-block-columns.custom-columns-9.two-columns > .wp-block-column > h4 {
	min-width: 273px;
}

.wp-block-columns.custom-columns-9.two-columns > .wp-block-column:before {
	right: -15px;
	bottom: -13px;
	height: calc(100% - 2px);
}

.wp-block-columns.custom-columns-10 {
	position: relative;
	justify-content: space-between;
	gap: 20px;
}

.wp-block-columns.custom-columns-10:after {
	left: auto;
	bottom: auto;
	right: -57px;
	top: -22px;
}

.wp-block-columns.custom-columns-10 > .wp-block-column {
	box-shadow: 0 30px 60px #345CB21A;
	border-radius: 20px;
	overflow: hidden;
	z-index: 2;
}

.wp-block-columns.custom-columns-10 .wp-block-column:not(:first-child) {
	margin-left: 0;
}

.wp-block-columns.custom-columns-12 > .wp-block-column {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-columns-12 > .wp-block-column {
		max-width: calc(33.33% - 19px);
	}
}

@media all and (min-width: 600px) {
	.wp-block-columns.custom-columns-12 > .wp-block-column {
		min-height: 281px;
	}
}

.wp-block-columns.custom-columns-12 > .wp-block-column > p:last-of-type {
	flex: 1;
}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-columns-12 > .wp-block-column:not(:first-child){
		margin-left: 30px;
	}

	.wp-block-columns.custom-columns-12.custom-columns-16 > .wp-block-column:not(:first-child){
		margin-left: 33px;
	}
}

.wp-block-columns.custom-columns-16 > .wp-block-column > *:not(.custom-link-whole-block-1) {
	position: relative;
	z-index: 2;
}

.wp-block-columns.custom-columns-16 > .wp-block-column:before {
	display: block;
	content: '';
	background-color: inherit;
	border-radius: inherit;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	transition: 300ms ease-out 0s;
}

.wp-block-columns.custom-columns-16 > .wp-block-column:hover:before,
.wp-block-columns.custom-columns-16 > .custom-column-relative-2-active:before {
	height: calc(100% + 21px);
}

.wp-block-columns.custom-columns-16 .custom-link-whole-block-1 + * {
	padding-right: 70px;
}

.wp-block-columns.custom-columns-16 .custom-link-whole-block-1:before {
	right: 48px;
}

.wp-block-columns.custom-columns-16 .custom-link-whole-block-1:hover:before,
.wp-block-columns.custom-columns-16 .custom-column-relative-2-active .custom-link-whole-block-1:before {
	right: 27px;
}

.wp-block-columns.custom-columns-16 .custom-link-whole-block-1:after {
	display: block;
	content: '';
	border: 2px solid #F8A646;
	border-radius: inherit;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	opacity: 0;
	transform: translateY(-50%);
}

.wp-block-columns.custom-columns-16 .custom-link-whole-block-1:hover:after,
.wp-block-columns.custom-columns-16 .custom-column-relative-2-active .custom-link-whole-block-1:after {
	opacity: 1;
	height: calc(100% + 21px);
}

@media all and (max-width: 781px) {
	.wp-block-columns.custom-columns-16 > .wp-block-column {
		padding-bottom: 18px;
		margin-bottom: 20px;
	}
	.wp-block-columns.custom-columns-16 > .wp-block-column > h4.has-text-color {
		font-size: 24px;
	}

	.wp-block-columns.custom-columns-16 > .wp-block-column > p:not([class]),
	.simple-text .wp-block-columns.custom-columns-16 > .wp-block-column > p:not([class]) {
		font-size: 20px;
		font-weight: 300 !important;
		line-height: 1.6 !important;
	}
}

@media all and (max-width: 1199px) {
	.wp-block-columns.custom-columns-13 {
		flex-wrap: wrap !important;
	}
}

.wp-block-columns.custom-columns-8.custom-columns-13 > .wp-block-column {
	padding: initial;
	border-radius: 10px;
	margin-bottom: 20px;
}

@media all and (min-width: 600px) and (max-width: 1199px) {
	.wp-block-columns.custom-columns-8.custom-columns-13 > .wp-block-column {
		margin-left: 0;
	}
	.wp-block-columns.custom-columns-8.custom-columns-13 > .wp-block-column:nth-child(even) {
		margin-left: 28px !important;
	}
}

@media all and (min-width: 1200px) {
	.wp-block-columns.custom-columns-8.custom-columns-13 {
		justify-content: center;
	}
	.wp-block-columns.custom-columns-8.custom-columns-13 > .wp-block-column:not(:first-child){
		margin-left: 28px;
	}
}

@media all and (min-width: 1200px) {
	.wp-block-columns.custom-columns-13 > .wp-block-column {
		max-width: 320px;
	}
}

@media all and (min-width: 600px) and (max-width: 1199px) {
	.wp-block-columns.custom-columns-13 > .wp-block-column {
		flex-basis: calc(50% - (28px / 2)) !important;
	}
}

@media all and (min-width: 600px) and (max-width: 781px) {
	.wp-block-columns.custom-columns-13:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
		flex-basis: calc(50% - (28px / 2)) !important;
	}
}

.wp-block-columns.custom-columns-13 .custom-link-whole-block-1:before {
	background-color: #0a2440;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	opacity: 1;
	visibility: visible;
	width: 30px;
	height: 30px;
}

.wp-block-columns.custom-columns-13 > .wp-block-column,
.wp-block-columns.custom-columns-13 > .wp-block-column .wp-block-columns.custom-columns-icons-1 *,
.wp-block-columns.custom-columns-13 > .wp-block-column .custom-link-whole-block-1:before {
	transition: 300ms ease-out 0s;
}

.wp-block-columns.custom-columns-13 > .wp-block-column h4 {
	color: #0a2440;
}

.wp-block-columns.custom-columns-13 > .wp-block-column .wp-block-columns.custom-columns-icons-1 > .wp-block-column:last-child {
	padding-right: 40px;
}

.wp-block-columns.custom-columns-13 > .wp-block-column:hover {
	background-color: #0a2440 !important;
}


.wp-block-columns.custom-columns-13 > .wp-block-column:hover .wp-block-columns.custom-columns-icons-1 > .wp-block-column:last-child * {
	color: #FFFFFF !important;
}

.wp-block-columns.custom-columns-13 > .wp-block-column:hover .custom-link-whole-block-1:before {
	background-color: #fff;
}

.wp-block-columns.custom-columns-14 > .wp-block-column {
	display: flex;
	flex-direction: column;
	box-shadow: 0 30px 60px rgba(52, 92, 178, 0.1);
	border-radius: 20px;
	border: 1px solid #cbd6e2;
	margin-bottom: 35px;
}

.wp-block-columns.custom-columns-14 > .wp-block-column:not(:empty) {
	position: relative;
	z-index: 2;
	transition: transform 300ms ease-out 0s;
}

.wp-block-columns.custom-columns-14 > .wp-block-column:not(:empty):hover {
	transform: translateY(-12px);
}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-columns-14:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
		margin-left: 2.2em;
	}
}

.wp-block-columns.custom-columns-14 > .wp-block-column p:last-of-type {
	flex: 1;
	margin-bottom: 0;
}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-columns-15:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
		margin-left: 1em;
	}
}

@media all and (max-width: 781px) {
	.wp-block-columns.custom-columns-hero-screen-1 > .wp-block-column[style*="flex-basis:"] {
		position: relative;
		z-index: 1;
	}

	.wp-block-columns.custom-columns-hero-screen-1 h1 {
		font-size: 30px !important;
	}

	.wp-block-columns.custom-columns-hero-screen-1 > .wp-block-column > .wp-block-columns > .wp-block-column[style*="padding-right:"] {
		padding-right: 0 !important;
	}
}

.wp-block-columns.custom-columns-icons-1 {
	flex-wrap: nowrap !important;
	height: 100%;
	min-height: 80px;
}

.wp-block-columns.custom-columns-icons-1 > .wp-block-column:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 64px;
	max-width: 64px;
	height: 64px;
	overflow: hidden;
	padding: 13px 12px;
}

.wp-block-columns.custom-columns-icons-1 > .wp-block-column:not(:first-child) {
	margin-left: 10px;
}

.wp-block-columns.custom-columns-icons-1 > .wp-block-column:first-child .wp-block-image,
.wp-block-columns.custom-columns-icons-1 > .wp-block-column:first-child .wp-block-image img {
	width: 100%;
}

@media all and (min-width: 600px) and (max-width: 781px) {
	.wp-block-columns.custom-columns-icons-1:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:only-child) {
		flex-grow: 1;
	}
}

.wp-block-columns.custom-columns-float-1 {
	position: absolute;
	right: 0;
	bottom: -15%;
	width: 100%;
	max-width: 325px;
	z-index: 3;
}

@media all and (min-width: 400px) {
	.wp-block-columns.custom-columns-float-1 {
		right: 6.5%;
		bottom: 22px;

	}
}

.wp-block-columns.custom-columns-heading-1.has-background,
.wp-block-columns.custom-columns-heading-1.has-background + .wp-block-columns {
	padding: 19px 28px 0 31px;
}

.wp-block-columns.custom-columns-heading-1.has-background + .wp-block-columns {
	padding-top: 44px;
	padding-bottom: 8px;
}

.wp-block-columns.custom-columns-heading-1 {
	position: relative;
	flex-wrap: nowrap !important;
}

.wp-block-columns.custom-columns-heading-1:before {
	display: block;
	content: '';
	background-color: inherit;
	-webkit-mask-image: url('../imgs/wave-bg-2.svg');
	mask-image: url('../imgs/wave-bg-2.svg');
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: cover;
	mask-size: cover;
	width: 100%;
	min-width: 400px;
	height: 114px;
	position: absolute;
	left: 0;
	bottom: -33px;
}

.wp-block-columns.custom-columns-heading-1 > .wp-block-column {
	flex-grow: 0;
	position: relative;
	z-index: 2;
	min-width: 42px;
	margin-bottom: -8px;
}

.wp-block-columns.custom-columns-heading-1 > .wp-block-column:first-child {
	flex: 1;
}

.wp-block-columns.custom-columns-heading-1 > .wp-block-column:not(:first-child) {
	margin-left: 15px;
	flex: initial;
	flex-grow: 0;
	flex-basis: 0 !important;
}

.custom-link-whole-block-1 {
	border-radius: inherit;
}

.custom-link-whole-block-1 a {
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	text-indent: -99999px;
}

.custom-link-whole-block-1:before,
.custom-link-whole-block-1:after {
	transition: 300ms ease-out 0s;
}

.custom-link-whole-block-1:before {
	display: block;
	content: '';
	background-color: #f8a646;
	-webkit-mask-image: url("../imgs/arrow-right-solid.svg");
	mask-image: url("../imgs/arrow-right-solid.svg");
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	width: 38px;
	height: 39px;
	position: absolute;
	top: 17px;
	right: 22px;
}

.custom-link-whole-block-1 + * {
	padding-right: 50px;
}

.custom-buttons-style-2 {
	position: relative;
	width: 42px;
	height: 42px;
}

.custom-buttons-style-2 .wp-block-button__link {
	padding: 0;
	text-indent: -99999px;
	width: 0;
	height: 0;
}

.custom-buttons-style-2 .wp-block-button__link:before {
	display: block;
	content: '';
	background-color: inherit;
	-webkit-mask-image: url('../imgs/icons/arrow-down-circle.svg');
	mask-image: url('../imgs/icons/arrow-down-circle.svg');
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.wp-block-buttons.custom-buttons-style-3 > .wp-block-button,
.wp-block-buttons.custom-buttons-style-3 .wp-block-button.custom-button-1:not([class*="custom-min-width-"]) {
	margin-right: 0;
}

.wp-block-buttons.custom-buttons-style-4 > .wp-block-button:not(:last-child),
.wp-block-buttons.custom-buttons-style-4 .wp-block-button.custom-button-1:not([class*="custom-min-width-"]):not(:last-child) {
	margin-right: 10px;
}

.custom-column-relative,
.wp-block-column.custom-column-relative,
.wp-block-column.custom-column-relative:not(:first-child) {
	position: relative;
	margin-left: 0;
}

@media all and (min-width:600px){
	.wp-block-column.custom-column-relative {
		min-height: 568px;
	}
}

.custom-column-relative-2,
.wp-block-column.custom-column-relative-2,
.wp-block-column.custom-column-relative-2:not(:first-child) {
	position: relative;
}

/*@media all and (min-width:600px){
	.custom-column-relative-2,
	.wp-block-column.custom-column-relative-2,
	.wp-block-column.custom-column-relative-2:not(:first-child) {
		margin-left: 16px;
	}
}*/

.custom-style-for-float-right-image,
.custom-style-for-float-left-image{
	margin: 20px 0;
}

.custom-column-icon-1 {
	flex-basis: initial !important;
	flex-grow: initial !important;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 6px rgba(52, 92, 178, 0.1);
	border-radius: 10px;
	margin-right: 20px;
	width: 74px;
	max-width: 74px;
	height: 74px;
	padding: 12px;
}

.custom-column-icon-1 figure,
.custom-column-icon-1 figure img {
	width: 100%;
}

.container-for-slider > .container{
	max-width:100%;
	padding-left: 0;
	padding-right: 0;
}

@media all and (min-width:600px){

	.custom-style-for-float-left-image{
		position: absolute;
		top: 0;
		width: 100%;
		left: calc(100% + 60px);
		margin: 0;
	}

	.custom-style-for-float-right-image{
		position: absolute;
		top: 0;
		width: 100%;
		right: calc(100% + 60px);
		margin: 0;
	}

}

@media all and (min-width: 992px) {
	.custom-style-for-float-left-image-2 {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}

	.custom-style-for-float-left-image-2 img {
		height: 100%;
		max-width: none;
	}

	.custom-style-for-float-left-image-3,
	.custom-style-for-float-right-image-3 {
		position: absolute;
		right: 0;
		top: 0;
	}

	.custom-style-for-float-right-image-3 {
		right: auto;
		left: 0;
	}

	.custom-style-for-float-left-image-3 img,
	.custom-style-for-float-right-image-3 img {
		max-width: none;
	}
}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-columns-1 > .wp-block-column:not(:first-child) {
		margin-left: 16px;
	}
}

@media all and (min-width: 600px) and (max-width: 781px) {
	.wp-block-columns.custom-columns-1 > .wp-block-column:nth-child(2n) {
		margin-left: 16px;
	}
}

.wp-block-columns.custom-columns-2 > .wp-block-column {
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 20px;
	margin-bottom: 20px;
}

.wp-block-columns.custom-columns-2 > .wp-block-column > * {
	margin-bottom: 0 !important;
}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-columns-2 > .wp-block-column:not(:first-child) {
		margin-left: 16px;
	}
}

@media all and (min-width: 600px) and (max-width: 781px) {
	.wp-block-columns.custom-columns-2 > .wp-block-column:nth-child(2n) {
		margin-left: 16px;
	}
}

.wp-block-columns.custom-columns-3 {
	justify-content: center;
}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-columns-3 > .wp-block-column {
		max-width: 33.33%;
	}
}

.wp-block-columns.custom-columns-4 {
	flex-wrap: wrap;
	position: relative;
}

.wp-block-columns.custom-columns-4 .wp-block-column:not(:first-child) {
	margin-left: 0;
}

.wp-block-columns.custom-columns-4 > .wp-block-column {
	border: 1px solid #9cd7ff;
}

.wp-block-columns.custom-columns-4 > .wp-block-column {
	border-top: none;
	border-left: none;
}

.wp-block-columns.custom-columns-4 > .wp-block-column:nth-last-child(1) {
	border-bottom: none;
}

@media all and (max-width: 599px) {
	.wp-block-columns.custom-columns-4 > .wp-block-column {
		border-right: none;
	}
}

@media all and (min-width: 600px) and (max-width: 781px) {
	.wp-block-columns.custom-columns-4 > .wp-block-column:nth-child(2n) {
		padding-left: 20px;
	}
}

@media all and (min-width: 600px) and (max-width: 991px) {
	.wp-block-columns.custom-columns-4 > .wp-block-column:nth-child(2n) {
		border-right: none;
	}

	.wp-block-columns.custom-columns-4 > .wp-block-column:nth-last-child(2) {
		border-bottom: none;
	}
}

@media all and (min-width: 992px) {
	.wp-block-columns.custom-columns-4 > .wp-block-column:nth-child(3n),
	.wp-block-columns.custom-columns-4 > .wp-block-column:last-of-type {
		border-right: none;
	}

	.wp-block-columns.custom-columns-4 > .wp-block-column:nth-last-child(2),
	.wp-block-columns.custom-columns-4 > .wp-block-column:nth-last-child(3) {
		border-bottom: none;
	}
}

.wp-block-columns.custom-columns-4 > .wp-block-column:nth-child(1) > .wp-block-columns > .wp-block-column > .wp-block-spacer:first-of-type,
.wp-block-columns.custom-columns-4 > .wp-block-column:last-of-type > .wp-block-columns > .wp-block-column > .wp-block-spacer:last-of-type {
	display: none;
}

@media all and (min-width: 600px) {
	.wp-block-columns.custom-columns-4 > .wp-block-column:nth-child(2) > .wp-block-columns > .wp-block-column > .wp-block-spacer:first-of-type,
	.wp-block-columns.custom-columns-4 > .wp-block-column:nth-last-child(2) > .wp-block-columns > .wp-block-column > .wp-block-spacer:last-of-type {
		display: none;
	}
}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-columns-4 > .wp-block-column {
		flex-basis: 50%;
		width: 50%;
		max-width: 50%;
	}

}

@media all and (min-width: 782px) and (max-width: 991px) {
	.wp-block-columns.custom-columns-4 > .wp-block-column:nth-child(2n+1):not(:nth-child(1)) > .wp-block-columns > .wp-block-column:first-child {
		display: none;
	}

	.wp-block-columns.custom-columns-4 > .wp-block-column:nth-child(2n) > .wp-block-columns > .wp-block-column:first-child {
		flex-basis: 18% !important;
	}
}

@media all and (min-width: 992px) {
	.wp-block-columns.custom-columns-4 > .wp-block-column {
		flex-basis: 30.79%;
		width: 30.79%;
		max-width: 30.79%;
	}

	.wp-block-columns.custom-columns-4 > .wp-block-column:nth-child(3n+2) {
		flex-basis: 38.42%;
		width: 38.42%;
		max-width: 38.42%;
	}

	.wp-block-columns.custom-columns-4 > .wp-block-column:nth-child(3n+1):not(:nth-child(1)) > .wp-block-columns > .wp-block-column:first-child,
	.wp-block-columns.custom-columns-4 > .wp-block-column:nth-child(2) > .wp-block-columns > .wp-block-column > .wp-block-spacer:first-of-type,
	.wp-block-columns.custom-columns-4 > .wp-block-column:nth-child(3) > .wp-block-columns > .wp-block-column > .wp-block-spacer:first-of-type,
	.wp-block-columns.custom-columns-4 > .wp-block-column:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) > .wp-block-columns > .wp-block-column > .wp-block-spacer:last-of-type {
		display: none;
	}
}

.wp-block-columns.custom-columns-4 .block-button-with-arrow .link-with-arrow {
	font-size: 18px;
	line-height: 1.55;
}

.wp-block-columns.custom-columns-4 .block-button-with-arrow .link-with-arrow:before {
	-webkit-mask-position: left center;
	mask-position: left center;
	-webkit-mask-size: 20px 14px;
	mask-size: 20px 14px;
	top: 0;
}

.wp-block-columns.custom-columns-5 > .wp-block-column:nth-child(2) {
	position: relative;
	z-index: 2;
}

@media all and (max-width: 781px) {
	.wp-block-columns.custom-columns-5 > .wp-block-column:not(:nth-child(2)) {
		display: none;
	}

	.wp-block-columns.custom-columns-5 > .wp-block-column:nth-child(2) {
		margin-left: 0;
	}
}

.custom-logos-holder .container,
.custom-logos-holder .row,
.custom-logos-holder div[class^="col-"] {
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}

@media all and (max-width: 599px) {
	.custom-logos-holder {
		max-width: 100%;
		overflow-y: hidden;
		overflow-x: auto;
	}
}

.custom-logos-holder-2 {
	justify-content: center;
	flex-wrap: nowrap !important;
}

.wp-block-columns.custom-logos-holder-2 > .wp-block-column {
	max-width: 200px;
}

.wp-block-columns.custom-logos-holder-2 > .wp-block-column > .wp-block-group {
	display: flex;
	align-items: center;
	height: 11.3vw;
	min-height: 80px;
}

@media all and (min-width: 800px) and (max-width: 17799px) {
	.wp-block-columns.custom-logos-holder-2 > .wp-block-column > .wp-block-group {
		height: 10.3vw;
	}
}

@media all and (min-width: 1800px) {
	.wp-block-columns.custom-logos-holder-2 > .wp-block-column > .wp-block-group {
		height: auto;
		min-height: 200px;
	}
}

@media all and (max-width: 599px) {
	.wp-block-columns.custom-logos-holder-2 > .wp-block-column > .wp-block-group > .container {
		padding-right: 12px;
		padding-left: 12px;
	}
}

.wp-block-columns.custom-logos-holder-2 .wp-block-column:not(:first-child) {
	margin-left: 20px !important;
}

.wp-block-columns.custom-logos-holder-3 {
	flex-wrap: nowrap !important;
}

.wp-block-columns.custom-logos-holder-3 > .wp-block-column:not(:first-child) {
	margin-left: 2em!important;
}

@media all and (max-width: 991px) {
	.wp-block-columns.custom-logos-holder-3 > .wp-block-column > .wp-block-image {
		text-align: center;
	}
}

.wp-block-columns.custom-logos-holder-4 {
	justify-content: center;
}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-logos-holder-4 > .wp-block-column:not(:first-child) {
		margin-left: 16px!important;
	}
}

.wp-block-columns.custom-logos-holder-4 > .wp-block-column {
	max-width: 260px;
}

@media all and (max-width: 781px) {
	.wp-block-columns.custom-logos-holder-4 {
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.wp-block-columns.custom-logos-holder-4 > .wp-block-column {
		flex-basis: initial !important;
		width: 50%;
		max-width: 160px;
		margin-left: 0 !important;
		margin-bottom: 23px;
		padding: 0 10px;
	}
}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-columns-6 {
		justify-content: space-between;
	}

	.wp-block-columns.custom-columns-6 > .wp-block-column {
		flex-basis: initial;
		flex-grow: initial;
	}
}

@media all and (max-width: 781px) {
	.wp-block-columns.custom-columns-6 > .wp-block-column:nth-child(even) figure.wp-block-image {
		text-align: right;
	}
}

@media all and (max-width: 599px) {
	.wp-block-columns.custom-columns-6 {
		flex-wrap: nowrap;
	}
	.wp-block-columns.custom-columns-6 .wp-block-column:not(:empty) {
		flex: 1;
	}

	.wp-block-columns.custom-columns-6 .wp-block-column {
		margin-left: 0;
	}
	.wp-block-columns.custom-columns-6 .wp-block-column:not(:last-child) {
		margin-right: 12px;
	}
	.wp-block-columns.custom-columns-6 .wp-block-column:not(:only-child) {
		/*flex-basis: calc(50% - 1em) !important;*/
		min-width: 100px;
		max-width: 100px;
	}
}

.wp-block-columns.custom-columns-7{
	display: block;
}

.wp-block-columns.custom-columns-7 > .wp-block-column {
	width: 100%;
	margin-left: 0 !important;
	margin-bottom: 40px;
	overflow: hidden;
}

@media all and (min-width: 600px) {
	.wp-block-columns.custom-columns-7 > .wp-block-column {
		background-color: #fff;
		border-radius: 20px;
		box-shadow: 0 30px 60px #345cb21a;
		padding: 30px 20px;
		margin-bottom: 60px;
	}
}


@media all and (min-width: 600px) {
	.wp-block-columns.custom-columns-7 > .wp-block-column {
		padding: 40px;
	}

	.wp-block-columns.custom-columns-7 > .wp-block-column:nth-child(even) {
		padding: 40px;
	}

}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-columns-7 > .wp-block-column > .wp-block-columns > .wp-block-column:not(:first-child) {
		margin-left: 10px;
	}

	.wp-block-columns.custom-columns-7 > .wp-block-column:nth-child(even) > .wp-block-columns > .wp-block-column:not(:first-child) {
		margin-left: 3px;
	}
}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-columns-7 > .wp-block-column > .wp-block-columns > .wp-block-column[style*="flex-basis"]{
		display: flex;
		flex-direction: column;
	}

	.wp-block-columns.custom-columns-7 > .wp-block-column > .wp-block-columns > .wp-block-column[style*="flex-basis"] > p:last-of-type {
		flex: 1;
	}
}

.wp-block-columns.custom-columns-7 > .wp-block-column:last-of-type{
	margin-bottom: 0;
}

.wp-block-columns.custom-columns-7 > .wp-block-column > .wp-block-columns > .wp-block-column:empty{
	margin-left: 0;
}

@media all and (max-width: 599px) {
	.wp-block-columns.custom-columns-7 > .wp-block-column > .wp-block-columns {
		position: relative;
		padding-bottom: 70px;
	}
	.wp-block-columns.custom-columns-7 > .wp-block-column:nth-child(odd) > .wp-block-columns > .wp-block-column:first-child .wp-block-buttons,
	.wp-block-columns.custom-columns-7 > .wp-block-column:nth-child(even) > .wp-block-columns > .wp-block-column:last-child .wp-block-buttons {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.wp-block-columns.custom-columns-7 > .wp-block-column > .wp-block-columns > .wp-block-column .wp-block-buttons > .wp-block-button:last-of-type {
		margin-bottom: 0;
	}
	.wp-block-columns.custom-columns-7 figure.wp-block-image,
	.wp-block-columns.custom-columns-7 .wp-block-image figure {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.wp-block-columns.custom-columns-7 > .wp-block-column:nth-child(even) > .wp-block-columns {
		flex-direction: column-reverse;
	}
	.wp-block-columns.custom-columns-7 > .wp-block-column:nth-child(even) > .wp-block-columns > .wp-block-column:last-child > .wp-block-spacer:first-child {
		display: none;
	}
}

.wp-block-columns.custom-columns-7 figure.wp-block-image > img {
	width: 100%;
}

.wp-block-columns.custom-columns-gallery-carousel-1 {
	box-shadow: 0 30px 60px #345cb21a;
	border-radius: 20px;
	overflow: hidden;
}

.wp-block-columns.custom-columns-gallery-slider-1,
.wp-block-columns.custom-columns-gallery-carousel-1,
.wp-block-columns.custom-columns-gallery-carousel-2 {
	display: block;
}

.wp-block-columns.custom-columns-gallery-slider-1 > .wp-block-column,
.wp-block-columns.custom-columns-gallery-slider-1 > .flickity-viewport > .flickity-slider > .wp-block-column,
.wp-block-columns.custom-columns-gallery-carousel-1 > .wp-block-column,
.wp-block-columns.custom-columns-gallery-carousel-1 > .flickity-viewport > .flickity-slider > .wp-block-column {
	width: 100%;
	margin-left: 0 !important;
}

.wp-block-columns.custom-columns-gallery-slider-1 > .wp-block-column > .wp-block-columns > .wp-block-column:empty,
.wp-block-columns.custom-columns-gallery-slider-1 > .flickity-viewport > .flickity-slider > .wp-block-column > .wp-block-columns > .wp-block-column:empty {
	margin-left: 0;
}

.wp-block-columns.custom-columns-gallery-slider-1 figure.wp-block-image > img,
.wp-block-columns.custom-columns-gallery-carousel-1 figure.wp-block-image > img {
	width: 100%;
}

@media all and (min-width: 600px ){
	.wp-block-columns.custom-columns-gallery-carousel-2 {
		position: absolute;
		/*left: -60px;*/
		top: 50px;
	}
	.wp-block-columns.custom-columns-gallery-carousel-2.position-right {
		right: 0;
	}
}

.wp-block-columns.custom-columns-gallery-carousel-2 > .flickity-viewport {
	box-sizing: content-box;
	padding: 30px 0 120px;
	width: 100%;
}

@media all and (min-width: 600px ){
	.wp-block-columns.custom-columns-gallery-carousel-2 > .flickity-viewport {
		width: calc(50vw + 60px);
	}
}

.wp-block-columns.custom-columns-gallery-carousel-2 > .wp-block-column,
.wp-block-columns.custom-columns-gallery-carousel-2 > .flickity-viewport > .flickity-slider > .wp-block-column {
	margin-left: 0;
}

.wp-block-columns.custom-columns-gallery-carousel-2 > .flickity-viewport > .flickity-slider > .wp-block-column {
	display: inline-block;
	min-width: 100%;
	max-width: 100%;
	margin-right: 25px;
}

@media all and (min-width: 600px ){
	.wp-block-columns.custom-columns-gallery-carousel-2 > .flickity-viewport > .flickity-slider > .wp-block-column {
		min-width: 602px;
		max-width: 602px;
		padding: 0 0 0 60px;
		margin-right: 0;
	}
	.wp-block-columns.custom-columns-gallery-carousel-2.position-right > .flickity-viewport > .flickity-slider > .wp-block-column {
		padding: 0 60px 0 0;
	}
}

@media all and (min-width: 600px ){
	.wp-block-columns.custom-columns-gallery-carousel-2 .wp-block-column.is-selected figure.wp-block-image > img,
	.wp-block-columns.custom-columns-gallery-carousel-2 .wp-block-column.is-selected + .wp-block-column figure.wp-block-image > img {
		box-shadow: 0 30px 60px #345cb21a;
	}
}

.wp-block-columns.custom-columns-gallery-carousel-2 .flickity-prev-next-button {
	display: block !important;
	background: none;
	border: 3px solid #51A9AD;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	outline: none;
	left: 0;
	right: auto;
	top: auto;
	bottom: 40px;
}

@media all and (min-width: 600px ){
	.wp-block-columns.custom-columns-gallery-carousel-2 .flickity-prev-next-button {
		left: 60px;
	}
	.wp-block-columns.custom-columns-gallery-carousel-2.position-right .flickity-prev-next-button {
		left: auto;
		right: 120px;
	}
}

.wp-block-columns.custom-columns-gallery-carousel-2 .flickity-prev-next-button.next {
	left: 60px;
}

@media all and (min-width: 600px ){
	.wp-block-columns.custom-columns-gallery-carousel-2 .flickity-prev-next-button.next {
		left: 120px;
	}
	.wp-block-columns.custom-columns-gallery-carousel-2.position-right .flickity-prev-next-button.next {
		left: auto;
		right: 60px;
	}
}

.wp-block-columns.custom-columns-gallery-carousel-2 .flickity-prev-next-button:after {
	background-image: none;
	background-color: #51A9AD;
	-webkit-mask-image: url('../imgs/icons/icon_arrow-down_3.svg');
	mask-image: url('../imgs/icons/icon_arrow-down_3.svg');
	-webkit-mask-position: center center;
	mask-position: center center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	width: 16px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: rotateZ(90deg) translateY(-50%) translateX(-50%);
	transform: rotateZ(90deg) translateY(-50%) translateX(-50%);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.wp-block-columns.custom-columns-gallery-carousel-2 .flickity-prev-next-button.next:after {
	-webkit-transform: rotateZ(-90deg) translateY(-50%) translateX(-50%);
	transform: rotateZ(-90deg) translateY(-50%) translateX(-50%);
}

.wp-block-columns.custom-columns-gallery-carousel-2 .flickity-prev-next-button svg {
	display: none !important;
}

.wp-block-columns.custom-columns-gallery-carousel-2 .flickity-button:focus {
	box-shadow: none;
}

.wp-block-columns.custom-columns-gallery-slider-1 .flickity-prev-next-button {
	background: none;
	border: none;
	border-radius: 0;
	width: 53px;
	height: 53px;
	outline: none;
	left: -67.5px;
}

.wp-block-columns.custom-columns-gallery-slider-1 .flickity-prev-next-button:after {
	display: none !important;
}

.wp-block-columns.custom-columns-gallery-slider-1 .flickity-prev-next-button svg {
	display: initial !important;
	fill: #e4e4e4;
}

.wp-block-columns.custom-columns-gallery-slider-1 .flickity-button:focus {
	box-shadow: none;
}

.wp-block-columns.custom-columns-gallery-slider-1 .flickity-prev-next-button.next {
	left: auto;
	right: -67.5px;
}

.wp-block-columns.custom-columns-gallery-slider-1 .flickity-prev-next-button .flickity-button-icon {
	left: 25%;
}

.wp-block-columns.custom-columns-gallery-slider-1 .flickity-prev-next-button.next .flickity-button-icon {
	left: 15%;
}

.wp-block-columns.custom-columns-gallery-slider-1 .flickity-page-dots {
	bottom: -30px;
	left: 0;
}

@media all and (min-width: 600px) {
	.wp-block-columns.custom-columns-gallery-slider-1 .flickity-page-dots {
		bottom: -78px;
	}
}

.wp-block-columns.custom-columns-gallery-slider-1 .flickity-page-dots .dot {
	background-color: #e4e4e4;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	opacity: 1;
}

.wp-block-columns.custom-columns-gallery-slider-1 .flickity-page-dots .dot.is-selected {
	background-color: #1dabaf;
	transform: none;
}

.wp-block-columns.custom-columns-gallery-slider-1 .flickity-prev-next-button:hover {
	box-shadow: none;
}

@media all and (max-width: 599px) {
	.wp-block-columns.custom-columns-gallery-slider-1 .flickity-slider > .wp-block-column > .wp-block-columns > .wp-block-column > h4 + .wp-block-spacer,
	.wp-block-columns.custom-columns-gallery-slider-1 .flickity-slider > .wp-block-column > .wp-block-columns > .wp-block-column > p:last-of-type + .wp-block-spacer {
		height: 10px !important;
	}
	.wp-block-columns.custom-columns-gallery-slider-1 ~ .wp-block-spacer {
		height: 30px !important;
	}
}

.wp-block-columns.custom-rounded-photos-with-hovers {
	position: relative;
	min-height: 600px;
}

.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns {
	cursor: pointer;
	position: absolute;
}

.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-image {
	border-radius: 50%;
	overflow: hidden;
}

.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-columns {
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	top: 70%;
	left: 49.5%;
	width: 100vw;
	max-width: 182px;
	opacity: 0;
	visibility: hidden;
}

.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-image,
.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-columns {
	transition: 300ms ease-out 0s;
}

.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns > .wp-block-column:hover > .wp-block-image {
	transform: scale(1.11);
}

.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns > .wp-block-column:hover > .wp-block-image + .wp-block-columns {
	opacity: 1;
	visibility: visible;
	top: 60.5%;
}

.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-columns p {
	margin-bottom: 0;
}

.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column {

}

.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(1) {
	top: 147px;
	left: 58%;
	max-width: 34%;
}

@media all and (min-width: 992px) and (max-width: 1399px) {
	.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(1) {
		left: 38%;
	}
}

@media all and (min-width: 782px) and (max-width: 991px) {
	.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(1) {
		left: 45%;
	}
}

.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(2) {
	top: 336px;
	left: 37%;
	max-width: 34%;
}

@media all and (min-width: 992px) and (max-width: 1399px) {
	.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(2) {
		left: 17%;
	}
}

@media all and (min-width: 782px) and (max-width: 991px) {
	.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(2) {
		left: 24%;
	}
}

.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(3) {
	top: 157px;
	left: 10.5%;
	max-width: 34%;
}

@media all and (min-width: 992px) and (max-width: 1399px) {
	.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(3) {
		left: -9.5%;
	}
}

@media all and (min-width: 782px) and (max-width: 991px) {
	.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(3) {
		left: -2.5%;
	}
}

.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(4) {
	top: -24px;
	left: 44.5%;
	max-width: 26.5%;
	z-index: 2;
}

@media all and (min-width: 992px) and (max-width: 1399px) {
	.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(4) {
		left: 24.5%;
	}
}

@media all and (min-width: 782px) and (max-width: 991px) {
	.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(4) {
		left: 31.5%;
	}
}

.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(5) {
	top: 10px;
	right: -27.6%;
	max-width: 34%;
}

@media all and (min-width: 782px) and (max-width: 1399px) {
	.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(5) {
		right: -7.6%;
	}
}

.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(6) {
	top: 325px;
	right: -26.6%;
	max-width: 26.5%;
}

@media all and (min-width: 782px) and (max-width: 1399px) {
	.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(6) {
		right: -6.6%;
	}
}

.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(5) > .wp-block-column > .wp-block-columns,
.wp-block-columns.custom-rounded-photos-with-hovers > .wp-block-column > .wp-block-columns:nth-child(6) > .wp-block-column > .wp-block-columns {
	left: auto;
	right: 49.5%;
}

.wp-block-columns.custom-connectors-scheme {
	display: block !important;
	text-align: center;
	padding: 61px 0 88px;
}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-connectors-scheme {
		padding: 150px 0;
	}
}

.wp-block-columns.custom-connectors-scheme .connector {
	display: block;
	background-color: #1dabaf;
	position: absolute;
	right: 50%;
	top: calc(50% - 2px);
	width: 100%;
	height: 2px;
	transform: rotateZ(120deg);
	transform-origin: 100% 100%;
	z-index: -1;
}

.wp-block-columns.custom-connectors-scheme .connector:nth-child(1) {
	top: calc(50% - 5px);
}

.wp-block-columns.custom-connectors-scheme .connector:nth-child(2) {
	transform: rotateZ(180deg);
}

.wp-block-columns.custom-connectors-scheme .connector:nth-child(3) {
	transform: rotateZ(240deg);
}

.wp-block-columns.custom-connectors-scheme .connector:nth-child(4) {
	transform: rotateZ(300deg);
}

.wp-block-columns.custom-connectors-scheme .connector:nth-child(5) {
	top: 50%;
	transform: rotateZ(0deg);
}

.wp-block-columns.custom-connectors-scheme .connector:nth-child(6) {
	top: calc(50% + 1px);
	transform: rotateZ(60deg);
}

.wp-block-columns.custom-connectors-scheme .connector:before,
.wp-block-columns.custom-connectors-scheme .connector:after {
	display: block;
	content: '';
	background-color: #1dabaf;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 3.5px);
	left: 43.5%;
	width: 7px;
	height: 7px;
}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-connectors-scheme .connector:before,
	.wp-block-columns.custom-connectors-scheme .connector:after {
		top: calc(50% - 6px);
		width: 12px;
		height: 12px;
	}
}

.wp-block-columns.custom-connectors-scheme.connected .connector:before {
	-webkit-animation: connectorDotsAnim 2s linear infinite;
	animation: connectorDotsAnim 2s linear infinite;
}

.wp-block-columns.custom-connectors-scheme.connected .connector:after {
	-webkit-animation: connectorDotsAnim 2s linear 1000ms infinite;
	animation: connectorDotsAnim 2s linear 1000ms infinite;
}

.wp-block-columns.custom-connectors-scheme:not(.connected) .connector:after {
	left: 28.5%;
}

.wp-block-columns.custom-connectors-scheme:not(.connected) .connector:nth-child(2):before {
	left: 42.5%;
}

.wp-block-columns.custom-connectors-scheme:not(.connected) .connector:nth-child(2):after {
	left: 27%;
}

.wp-block-columns.custom-connectors-scheme:not(.connected) .connector:nth-child(3):before {
	left: 42%;
}

.wp-block-columns.custom-connectors-scheme:not(.connected) .connector:nth-child(3):after {
	left: 26.5%;
}

.wp-block-columns.custom-connectors-scheme:not(.connected) .connector:nth-child(4):before,
.wp-block-columns.custom-connectors-scheme:not(.connected) .connector:nth-child(5):before {
	left: 43%;
}

.wp-block-columns.custom-connectors-scheme:not(.connected) .connector:nth-child(4):after,
.wp-block-columns.custom-connectors-scheme:not(.connected) .connector:nth-child(5):after {
	left: 27.5%;
}

.wp-block-columns.custom-connectors-scheme:not(.connected) .connector:nth-child(6):before {
	left: 42%;
}

.wp-block-columns.custom-connectors-scheme:not(.connected) .connector:nth-child(6):after {
	left: 27%;
}

.wp-block-columns.custom-connectors-scheme.connected .connector:before,
.wp-block-columns.custom-connectors-scheme.connected .connector:after {
	left: 50%;
}

@-webkit-keyframes connectorDotsAnim {
	0% {
		left: 50%;
	}
	100% {
		left: 18%;
	}
}

@keyframes connectorDotsAnim {
	0% {
		left: 50%;
	}
	100% {
		left: 18%;
	}
}

.wp-block-columns.custom-connectors-scheme > .wp-block-column,
.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-image,
.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-image > figure {
	display: inline-block;
}

.wp-block-columns.custom-connectors-scheme .wp-block-column {
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 30px 60px rgba(52, 92, 178, 0.1);
	border-radius: 50%;
	max-width: 120px;
	height: 120px;
	margin: auto;
	position: relative;
}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-connectors-scheme .wp-block-column {
		max-width: 200px;
		height: 200px;
	}
}

@media all and (max-width: 781px) {
	.wp-block-columns.custom-connectors-scheme .wp-block-column {
		padding: 16px;
	}
}

.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-columns {
	position: absolute;
	width: 72px;
	height: 72px;
	z-index: -1;
}

@media all and (min-width: 782px) {
	.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-columns {
		width: 120px;
		height: 120px;
	}
}

@media all and (max-width: 781px) {
	.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-columns > .wp-block-column {
		padding: 6px;
	}
}

.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-columns:before {

}

.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-columns > .wp-block-column {
	height: 100%;
}

.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-image + .wp-block-columns {
	top: -69.5%;
	right: -31.5%;
}

.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-image + .wp-block-columns > .wp-block-column,
.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-image + .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns > .wp-block-column {
	box-shadow: -26px 15px 60px rgba(52, 92, 178, 0.1);
}

.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-image + .wp-block-columns + .wp-block-columns {
	right: -83.5%;
}

.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-image + .wp-block-columns + .wp-block-columns + .wp-block-columns {
	top: 110.5%;
	right: -31.5%;
}

.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-image + .wp-block-columns + .wp-block-columns + .wp-block-columns > .wp-block-column,
.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-image + .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns > .wp-block-column {
	box-shadow: 26px 15px 60px rgba(52, 92, 178, 0.1);
}

.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-image + .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns {
	top: 111%;
	left: -32.5%;
}

.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-image + .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns {
	left: -84.5%;
}

.wp-block-columns.custom-connectors-scheme > .wp-block-column > .wp-block-image + .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns + .wp-block-columns {
	top: -69%;
	left: -32.5%;
}


.custom-image-style-1 {
	position: relative;
}

@media all and (max-width: 599px) {
	.custom-image-style-1 {
		display: inline-block;
	}
}

.custom-image-style-1 > img {
	position: relative;
	z-index: 2;
}

.custom-image-style-1:before {
	content: '';
	display: block;
	background-color: #cef4e3;
	border-radius: 50%;
	width: 69px;
	height: 69px;
	position: absolute;
	top: -8px;
	right: 0;
}

.custom-image-style-3:before {
	width: 200px;
	height: 200px;
	top: 10px;
	right: 8.5%;
}

@media all and (min-width: 992px) {
	article figure.custom-image-style-2:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide) {
		margin: -122px 0 0 -13%;
		width: 140% !important;
		max-width: none;
	}
}

.wp-block-button__link strong {
	font-weight: 500;
}

.custom-button-with-right-arrow .wp-block-button__link {
	position: relative;
	padding-right: 63px;
	text-align: initial;
}

.custom-button-with-right-arrow .wp-block-button__link:after {
	display: block;
	content: '';
	background-color: #fff;
	-webkit-mask-image: url('../imgs/icons/Icon_ionic-ios-arrow-round-forward.svg');
	mask-image: url('../imgs/icons/Icon_ionic-ios-arrow-round-forward.svg');
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	position: absolute;
	right: 24px;
	top: 50%;
	width: 24px;
	height: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.custom-button-with-right-arrow-2 .wp-block-button__link {
	white-space: nowrap;
	padding-top: 15px;
	padding-bottom: 15px;
}

.custom-button-with-right-arrow-2 .wp-block-button__link > strong {
	padding-left: 12px;
}

.custom-button-with-right-arrow-2 .wp-block-button__link:after {
	display: inline-block;
	content: '';
	background-color: #fff;
	-webkit-mask-image: url('../imgs/icons/Icon_ionic-ios-arrow-round-forward.svg');
	mask-image: url('../imgs/icons/Icon_ionic-ios-arrow-round-forward.svg');
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	width: 31px;
	height: 20px;
	margin-left: 24px;
	vertical-align: middle;
}

.custom-button-with-right-arrow-3[class*="custom-button-"] .wp-block-button__link,
.custom-button-with-right-arrow-3 .wp-block-button__link {
	padding-top: 14px;
	padding-right: 59px;
	padding-bottom: 14px;
	padding-left: 21px;
}

.custom-button-with-right-arrow-3 .wp-block-button__link strong {
	font-weight: 600;
}

.custom-button-with-right-arrow-3 .wp-block-button__link:after {
	-webkit-mask-image: url('../imgs/arrow-1.svg');
	mask-image: url('../imgs/arrow-1.svg');
	width: 13px;
	height: 21px;
	right: 20px;
}

.custom-button-with-right-arrow-4 .wp-block-button__link {
	position: relative;
}

@media all and (max-width: 781px) {
	.custom-button-with-right-arrow-4 {
		display: block;
		margin-right: 0 !important;
		width: 100%;
	}
	.custom-button-with-right-arrow-4 .wp-block-button__link {
		display: block;
		width: 100%;
	}
	.custom-button-with-right-arrow-4:not(.light) .wp-block-button__link {
		background-color: #1D5881 !important;
	}
}

.custom-button-with-right-arrow-4.light .wp-block-button__link:hover,
.custom-button-with-right-arrow-4.light .wp-block-button__link:focus {
	color: #0a2440 !important;
}

.custom-button-with-right-arrow-4 .wp-block-button__link,
.custom-button-with-right-arrow-4 .wp-block-button__link:before,
.custom-button-with-right-arrow-4 .wp-block-button__link:after {
	-webkit-transition: 300ms ease-out 0s;
	transition: 300ms ease-out 0s;
}

.custom-button-with-right-arrow-4 .wp-block-button__link strong {
	font-weight: bold;
}

@media all and (min-width: 782px) {
	.custom-button-with-right-arrow-4 .wp-block-button__link:hover {
		padding-right: 68px !important;
	}
}

.custom-button-with-right-arrow-4 .wp-block-button__link:before {
	display: block;
	background-color: #fff;
	-webkit-mask-image: url("../imgs/arrow-right-solid.svg");
	mask-image: url("../imgs/arrow-right-solid.svg");
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: -30px;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media all and (min-width: 782px) {
	.custom-button-with-right-arrow-4 .wp-block-button__link:before {
		content: '';
	}
}

.custom-button-with-right-arrow-4.light .wp-block-button__link:before {
	background-color: #0A2440;
}

@media all and (min-width: 782px) {
	.custom-button-with-right-arrow-4 .wp-block-button__link:hover:before {
		opacity: 1;
		right: 19px;
	}
}

.custom-button-with-right-arrow-5 .wp-block-button__link > * {
	position: relative;
	z-index: 2;
}

.custom-button-with-right-arrow-5 .wp-block-button__link:hover {
	padding-left: 40px !important;
	padding-right: 72px !important;
}

.custom-button-with-right-arrow-5 .wp-block-button__link:before {
	z-index: 2;
}

.custom-button-with-right-arrow-5 .wp-block-button__link:hover:before {
	right: -8px;
}

.custom-button-with-right-arrow-5 .wp-block-button__link:after {
	display: block;
	content: '';
	background-color: inherit;
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
}

.custom-button-with-right-arrow-5 .wp-block-button__link:hover:after {
	right: -27px;
}

.custom-button-with-bottom-arrow-rounded .wp-block-button__link {
	position: relative;
	padding-left: 41px;
	padding-right: 70px;
	text-align: initial;
}

.custom-button-with-bottom-arrow-rounded .wp-block-button__link:after,
.custom-button-with-bottom-arrow-rounded .wp-block-button__link:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.custom-button-with-bottom-arrow-rounded .wp-block-button__link:before {
	border: 2.2px solid #fff;
	border-radius: 50%;
	right: 10px;
	width: 40px;
	height: 40px;
}

.custom-button-with-bottom-arrow-rounded .wp-block-button__link:after {
	background-color: #fff;
	-webkit-mask-image: url('../imgs/icons/icon_arrow-down_3.svg');
	mask-image: url('../imgs/icons/icon_arrow-down_3.svg');
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	right: 22.8px;
	width: 15px;
	height: 15px;
}

@media all and (max-width: 599px) {
	.wp-block-buttons.aligncenter .wp-block-button {
		margin-right: 0;
	}
}

.wp-block-buttons .wp-block-button.custom-button-1:not([class*="custom-min-width-"]) {
	margin-right: 30px;
}

.wp-block-buttons .wp-block-button.custom-button-1:last-child {
	margin-right: 0;
}

.custom-button-1 .wp-block-button__link {
	padding: 14px 34px;
}

.custom-button-1.is-style-outline .wp-block-button__link {
	padding: 12px 15px;
}

.custom-button-1.custom-button-2 .wp-block-button__link {
	padding-left: 27px;
	padding-right: 27px;
}

.custom-button-1.custom-button-3 .wp-block-button__link {
	padding-left: 20px;
	padding-right: 20px;
}

.custom-button-1.custom-button-3 .wp-block-button__link strong {
	font-weight: 600;
}

@media all and (min-width: 600px) {
	.custom-button-1.custom-button-4 .wp-block-button__link {
		padding: 24px 35px;
	}

	.custom-button-1.custom-button-6 .wp-block-button__link {
		padding-top: 14px;
		padding-bottom: 14px;
	}
}

.custom-button-1.custom-button-5 .wp-block-button__link {
	padding-left: 44px;
	padding-right: 44px;
}

.custom-button-1 .wp-block-button__link,
.custom-button-1 .wp-block-button__link * {
	font-size: 20px;
	line-height: 1.6;
}

.custom-button-1 .wp-block-button__link strong {
	font-weight: 500;
}

.custom-button-2 .wp-block-button__link {

}

.custom-button-decorated-1 {
	position: relative;
}

.custom-button-decorated-1 .wp-block-button__link {
	position: relative;
	z-index: 3;
}

.custom-button-decorated-1:before,
.custom-button-decorated-1:after {
	display: block;
	content: '';
	background-color: #cef4e3;
	-webkit-mask-image: url('../imgs/bubles-asymmetrical-3.svg');
	mask-image: url('../imgs/bubles-asymmetrical-3.svg');
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	position: absolute;
	width: 89px;
	height: 54px;
}

.custom-button-decorated-1:before {
	bottom: -18px;
	right: calc(100% + -20px);
}

.custom-button-decorated-1:after {
	-webkit-mask-image: url('../imgs/bubles-asymmetrical-2.svg');
	mask-image: url('../imgs/bubles-asymmetrical-2.svg');
	top: -17px;
	left: calc(100% + -22px);
	width: 71px;
	height: 41px;
}

.custom-image-holder-1,
p.custom-image-holder-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	height: 121px;
	width: 121px;
	margin: 0;
	padding: 0;
	position: relative;
}

.custom-image-holder-2,
p.custom-image-holder-2 {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0px 30px 60px #345cb21a;
	height: 160px;
	width: 160px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.custom-image-holder-3,
.wp-block-column.custom-image-holder-3,
.custom-image-holder-4,
.wp-block-column.custom-image-holder-4 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	border-radius: 50%;
	width: 125px;
	height: 125px;
}

@media all and (max-width: 991px) {
	.custom-image-holder-3,
	.wp-block-column.custom-image-holder-3,
	.custom-image-holder-4,
	.wp-block-column.custom-image-holder-4 {
		display: none;
	}
}

.custom-image-holder-3,
.wp-block-column.custom-image-holder-3 {
	left: -67px;
	top: 214px;
}

.custom-image-holder-4,
.wp-block-column.custom-image-holder-4 {
	right: -152px;
	top: 102px;
}

.custom-image-holder-4:before,
.wp-block-column.custom-image-holder-4:before {
	display: block;
	content: '';
	background-color: #f6fafe;
	border-radius: 50%;
	box-shadow: 0 0 30px rgba(0, 216, 255, 0.6);
	position: absolute;
	top: -4px;
	left: -19px;
	width: 54px;
	height: 54px;
	z-index: -1;
}

.custom-image-holder-4 img,
.wp-block-column.custom-image-holder-4 img {
	position: absolute;
	top: -8px;
	right: -11px;
}

.custom-list-1 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.custom-list-1 li {
	font-size: 20px;
	line-height: 1.5;
	position: relative;
	padding-left: 48px;
	margin-bottom: 20px;
}

.custom-list-1 li:last-of-type {
	margin-bottom: 0;
}

.custom-list-1 li:before,
.custom-list-1 li:after {
	display: block;
	content: '';
	position: absolute;
}

.custom-list-1 li:before {
	background-color: #1dabaf;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	top: 0;
	left: 0;
}

.custom-list-1.light-blue-bullet li:before {
	background-color: #05B3E4;
}

.custom-list-1 li:after {
	background-color: #fff;
	-webkit-mask-image: url('../imgs/mark.svg');
	mask-image: url('../imgs/mark.svg');
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	width: 19px;
	height: 15px;
	top: 8px;
	left: 6px;
}

.custom-list-2 {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: list;
	position: relative;
}

.custom-list-2:before {
	display: block;
	content: '';
	background-color: #f8a646;
	position: absolute;
	left: 18px;
	top: 0;
	width: 4px;
	height: calc(100% - 25px);
}

.custom-list-2 * {
	font-weight: 300;
}

.custom-list-2 strong {
	font-weight: 600;
}

.custom-list-2 li {
	font-size: 20px;
	line-height: 1.5;
	position: relative;
	padding-left: 59px;
	margin-bottom: 52px !important;
}

.custom-list-2 li:last-of-type {
	margin-bottom: 0 !important;
}

.custom-list-2 li:before,
.custom-list-2 li:after {
	display: block;
	content: '';
	position: absolute;
}

.custom-list-2 li:before {
	counter-increment: list;
	content: counter(list);
	background-color: #1dabaf;
	border-radius: 20px;
	font-size: 24px;
	font-weight: 600;
	line-height: 42px;
	color: #fff;
	height: 40px;
	min-width: 40px;
	top: -5px;
	left: 0;
	text-align: center;
	padding: 0 3px;
}

.custom-list-2 li:after {
	background-color: #f8a646;
	border-radius: 50%;
	top: 58px;
	left: 15px;
	width: 10px;
	height: 10px;
}

.custom-list-2 li:nth-child(even):after {
	top: 42px;
}

.custom-list-2 li:last-of-type:after {
	display: none;
}

.custom-list-3 {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: list;
	position: relative;
}

.custom-list-3 * {
	font-weight: 300;
}

.custom-list-3 strong {
	font-weight: 600;
}

.custom-list-3 li {
	font-size: 20px;
	line-height: 1.6;
	position: relative;
	padding-left: 111px;
	margin-bottom: 40px !important;
}

.custom-list-3 li:last-of-type {
	margin-bottom: 0 !important;
}

.custom-list-3 li:before {
	display: block;
	content: '';
	position: absolute;
}

.custom-list-3 li:before {
	counter-increment: list;
	content: counter(list);
	background-color: #1dabaf;
	border-radius: 31px;
	font-size: 40px;
	font-weight: bold;
	line-height: 61px;
	color: #fff;
	height: 61px;
	min-width: 61px;
	top: 2px;
	left: 0;
	text-align: center;
	padding: 0 3px;
}

.custom-list-4 {

}

.custom-list-5 li {
	padding-left: 53px;
}

.custom-list-5 li:before {
	height: 33px;
	width: 33px;
}

.custom-list-5 li:after {
	width: 22px;
	height: 17px;
	top: 9px;
}

.custom-list-6 * {
	font-weight: 300;
}

.custom-list-6 li {
	margin-bottom: 18px;
}

.custom-list-6 li:before {
    background-color: #05B3E4;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    top: 0;
    left: 0;
}

.custom-list-6 li:after {
    background-color: #fff;
    -webkit-mask-image: url(../imgs/mark.svg);
    mask-image: url(../imgs/mark.svg);
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    width: 17px;
    height: 13px;
    top: 8px;
    left: 6px;
}

.custom-list-7 li:before {
    background-color: #fff;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    top: 0;
    left: 0;
}

.custom-list-7 li:after {
    background-color: #1D5881;
    -webkit-mask-image: url(../imgs/mark.svg);
    mask-image: url(../imgs/mark.svg);
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    width: 17px;
    height: 13px;
    top: 8px;
    left: 6px;
}

.custom-list-8 {
	list-style: none;
	margin: 0;
	padding: 0 !important;
	counter-reset: list;
	position: relative;
}


.custom-list-8 * {
	font-weight: 300;
}

.custom-list-8 strong {
	font-weight: 600;
}

.custom-list-8 li {
	font-size: 20px;
	line-height: 1.5;
	position: relative;
	padding-left: 0 !important;
	margin-bottom: 15px !important;
}

@media all and (max-width:599px){
	.custom-list-8 li{
		font-size: 16px !important;
		display: flex;
		align-items: center;
		line-height: 24px !important;
	}
}

.custom-list-8 li:last-of-type {
	margin-bottom: 0 !important;
}

.custom-list-8 li:after {
	display: none;
}

.custom-list-8 li:before {
	counter-increment: list;
	content: counter(list);
	background-color: #1dabaf;
	border-radius: 20px;
	font-size: 24px;
	font-weight: 600;
	line-height: 42px;
	color: #fff;
	height: 40px;
	min-width: 40px;
	top: -5px;
	left: 0;
	text-align: center;
	padding: 0 3px;
	position: initial;
	display: block;
    margin-right: 15px;
}

.custom-list-8 li:nth-child(even):after {
	top: 42px;
}

.custom-list-8 li:last-of-type:after {
	display: none;
}

.custom-list-font-style-1,
.custom-list-font-style-1 *,
ul.custom-list-font-style-1,
ul.custom-list-font-style-1 *,
ol.custom-list-font-style-1,
ol.custom-list-font-style-1 * {
	font-size: 24px;
	line-height: 1.4;
}

.wp-block-button.custom-min-width-200 .wp-block-button__link {
	min-width: 200px;
}

.wp-block-button.custom-min-width-220 .wp-block-button__link {
	min-width: 220px;
}

.wp-block-button.custom-min-width-225 .wp-block-button__link {
	min-width: 225px;
}

.wp-block-button.custom-min-width-260 .wp-block-button__link {
	min-width: 260px;
}

.wp-block-button.custom-min-width-269 .wp-block-button__link {
	min-width: 269px;
}

.custom-gallery-1 .blocks-gallery-item,
.custom-gallery-2 .blocks-gallery-item {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50% !important;
	box-shadow: 0 30px 60px #345cb21a;
	position: absolute;
	top: 99px;
	left: 26px;
	width: 150px !important;
	height: 150px;
	padding: 15px;
	margin: 0 !important;
}

.custom-gallery-1 .blocks-gallery-item figure,
.custom-gallery-1 .blocks-gallery-item figure img,
.custom-gallery-2 .blocks-gallery-item figure,
.custom-gallery-2 .blocks-gallery-item figure img {
	height: auto;
}

.custom-gallery-1 .blocks-gallery-item:nth-child(2) {
	top: 274px;
	left: 199px;
}

.custom-gallery-1 .blocks-gallery-item:nth-child(3) {
	border-radius: 50px !important;
	top: 478px;
	left: 26px;
	width: 190px !important;
	height: 91px;
	padding: 12px;
}

.custom-gallery-1 .blocks-gallery-item:nth-child(4) {
	top: 601px;
	left: 235px;
}

.custom-gallery-1 .blocks-gallery-item:nth-child(5) {
	top: 751px;
	left: 23px;
}

.custom-gallery-2 .blocks-gallery-item {
	left: auto;
}

.custom-gallery-2 .blocks-gallery-item:nth-child(1) {
	border-radius: 50px !important;
	top: 132px;
	right: 87px;
	width: 190px !important;
	height: 91px;
	padding-left: 25px;
	padding-right: 25px;
}

.custom-gallery-2 .blocks-gallery-item:nth-child(2) {
	border-radius: 50px !important;
	top: 314px;
	right: 192px;
	width: 190px !important;
	height: 91px;
	padding: 0;
}

.custom-gallery-2 .blocks-gallery-item:nth-child(3) {
	top: 455px;
	right: 12px;
}

.custom-gallery-2 .blocks-gallery-item:nth-child(4) {
	border-radius: 50px !important;
	top: 601px;
	right: 253px;
	width: 190px !important;
	height: 91px;
	padding-left: 12px;
	padding-right: 12px;
}

.custom-gallery-2 .blocks-gallery-item:nth-child(5) {
	top: 773px;
	right: 133px;
}

*[class*="custom-spacer-decorated-"] {
	display: block;
	position: relative;
}

@media all and (max-width: 599px) {
	*[class*="custom-spacer-decorated-"].custom-margin-top-117-minus {
		display: none;
	}
}

@media all and (min-width: 1200px) {
	.custom-margin-top-117-minus {
		margin-top: -117px;
	}
}

*[class*="custom-spacer-decorated-"]:before,
*[class*="custom-spacer-decorated-"]:after {
	display: block;
	content: '';
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	-webkit-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
}

*[class*="custom-spacer-decorated-"]:after {
	opacity: 0;
	z-index: 2;
}

*[class*="custom-spacer-decorated-"].connected:before {
	opacity: 0;
}

*[class*="custom-spacer-decorated-"].connected:after {
	opacity: 1;
}

.custom-spacer-decorated-1:before {
	background-image: url('../imgs/decoration_1_green.svg');
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.custom-spacer-decorated-1:after {
	background-image: url('../imgs/decoration_1_orange.svg');
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.custom-spacer-decorated-2:before {
	background-image: url('../imgs/decoration_1_green.svg');
}

.custom-spacer-decorated-2:after {
	background-image: url('../imgs/decoration_1_orange.svg');
}

.figure-image-box-shadow-1 img {
	box-shadow: 0 30px 60px #345cb21a;
}

.rank-math-list-item {
	background-color: #fff;
	box-shadow: 0 30px 60px #345cb21a;
	border-radius: 10px;
	padding: 32px 20px;
	margin-bottom: 20px;
}

.rank-math-list-item:last-of-type {
	margin-bottom: 0;
}

.rank-math-question {
	cursor: pointer;
	color: #0a2440;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	padding-left: 48px;
	position: relative;
}

.rank-math-question:before {
	display: block;
	content: '';
	background-color: #eca959;
	-webkit-mask-image: url('../imgs/icons/icon_arrow-down_2.svg');
	mask-image: url('../imgs/icons/icon_arrow-down_2.svg');
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	width: 28px;
	height: 28px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: 100ms linear 0s;
	transition: 100ms linear 0s;
}

.rank-math-list-item.open .rank-math-question:before {
	background-color: #51a9ad;
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.rank-math-answer,
.rank-math-answer p {
	color: #0a2440;
	line-height: 1.6;
}

.rank-math-answer {
	display: none;
	padding-left: 48px;
}

.rank-math-answer p,
.simple-text .rank-math-answer p {
	margin-top: 20px;
	margin-bottom: 0;
}

.custom-bot-holder-1 {
	max-width: 687px !important;
	margin: 0 auto;
	position: relative;
}

.custom-bot-holder-1 .container,
.custom-bot-holder-1 .col-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.wp-block-columns.custom-bot-holder-1 > .wp-block-column > .wp-block-columns {
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 30px 60px #345CB21A;
	position: relative;
	z-index: 2;
}

.wp-block-columns.custom-bot-holder-1 > .wp-block-column {
	position: relative;
	z-index: 1;
}

.wp-block-columns.custom-bot-holder-1:before,
.wp-block-columns.custom-bot-holder-1:after,
.wp-block-columns.custom-bot-holder-1 > .wp-block-column:before,
.wp-block-columns.custom-bot-holder-1 > .wp-block-column:after {
	display: block;
	content: '';
	position: absolute;
}

.custom-bot-holder-1:before,
.custom-bot-holder-1:after {
	background-color: #CEF4E3;
	border-radius: 78px 77px 77px 77px;
	height: 155px;
	width: 400px;
}

.custom-bot-holder-1:before {
	left: -118px;
	bottom: 100px;
}

.custom-bot-holder-1:after {
	right: -118px;
	top: 155px;
}

.wp-block-columns.custom-bot-holder-1 > .wp-block-column:before {
	background-color: #1DABAF;
	-webkit-mask-image: url('../imgs/decoration_bot_holder.svg');
	mask-image: url('../imgs/decoration_bot_holder.svg');
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	width: 195px;
	height: 227px;
	right: -120px;
	top: -72px;
	z-index: 1;
}

.wp-block-columns.custom-bot-holder-1 > .wp-block-column:after {
	background-color: #CEF4E3;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	right: -189px;
	top: 69px;
}

.wp-block-columns.custom-bot-holder-1 > .wp-block-column > .wp-block-columns > .wp-block-column {
	margin: -60px -18px -67px -10px;
}

.wp-block-columns.custom-bot-holder-1.custom-bot-holder-2::before,
.wp-block-columns.custom-bot-holder-1.custom-bot-holder-2::after,
.wp-block-columns.custom-bot-holder-1.custom-bot-holder-2 > .wp-block-column:before,
.wp-block-columns.custom-bot-holder-1.custom-bot-holder-2 > .wp-block-column:after{
	display: none;
}

.wp-block-columns.custom-bot-holder-1.custom-bot-holder-2 > .wp-block-column > .wp-block-columns{
	box-shadow: none;
}

.wp-block-columns.custom-bot-holder-3 {
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}

.wp-block-columns.custom-bot-holder-3 > .wp-block-column {
	flex: 1 !important;
	margin: -70px -18px -67px -20px;
}

.item-with-inline-carousel-text {
	position: relative;
}

.item-with-inline-carousel-text > span {
	white-space: nowrap;
  display: inline-block;
  max-width: 220px;
}

@media all and (min-width: 600px){
  .item-with-inline-carousel-text > span {
    max-width: 350px;
  }
}

@media all and (min-width: 992px){
  .item-with-inline-carousel-text > span {
    max-width: 420px;
  }
}

.custom-inline-slider {
  display: inline-block;
  
  height: 1.5em;
  overflow: hidden;
  
  vertical-align: middle;
  
  mask-image: linear-gradient(transparent, white, white, white, transparent);
  mask-type: luminance;
  mask-mode: alpha;
}

.custom-inline-slider__words {
  display: inline-block;
  margin: 0;
  padding: 0;

  list-style: none;
  
  animation-name: wordSlider4;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  animation-duration: 7s;
}

.custom-inline-slider__words.word-amount-5 {
  animation-name: wordSlider5;
}

.custom-inline-slider__words.word-amount-6 {
  animation-name: wordSlider6;
}

.custom-inline-slider__word {
  display: block;
  line-height: 42px;
  text-align: left;
  color: #1DABAF;
}

@media all and (min-width: 600px) {
  .custom-inline-slider__word {
    line-height: 83px;
  }
}

@keyframes wordSlider4 {
  0%, 20% {
    transform: translateY(0%);
  }
  25%, 45% {
    transform: translateY(-20%);
  }
  50%, 70% {
    transform: translateY(-40%);
  }
  75%, 95% {
    transform: translateY(-60%);
  }
  100% {
    transform: translateY(-80%);
  }
}

@keyframes wordSlider5 {
  0%, 16% {
    transform: translateY(0%);
  }
  20%, 36% {
    transform: translateY(calc(-100%/6));
  }
  40%, 56% {
    transform: translateY(calc(-2*100%/6));
  }
  60%, 76% {
    transform: translateY(calc(-3*100%/6));
  }
  80%, 96% {
    transform: translateY(calc(-4*100%/6));
  }
  100% {
    transform: translateY(calc(-5*100%/6));
  }
}

@keyframes wordSlider6 {
  0%, 13% {
    transform: translateY(0%);
  }
  16%, 29% {
    transform: translateY(-100%/7);
  }
  32%, 45% {
    transform: translateY(-2*100%/7);
  }
  48%, 61% {
    transform: translateY(-3*100%/7);
  }
  64%, 77% {
    transform: translateY(-4*100%/7);
  }
  80%, 93% {
    transform: translateY(-5*100%/7);
  }
  100% {
    transform: translateY(-6*100%/7);
  }
}


/*
@media all and (min-width: 992px){
	.item-with-inline-carousel-text > span {
		white-space: initial;
	}
}

@media all and (min-width: 992px){
	.item-with-inline-carousel-text {
		white-space: nowrap;
	}
}
*/

/*
@media all and (min-width: 992px){
	.custom-inline-carousel-text,
	.custom-inline-carousel-text span[class] {
		display: block;
	}
}
*/

.custom-inline-carousel-text {
	display: inline-block;
	vertical-align: bottom;
}

/*
@media all and (min-width: 992px){
	.custom-inline-carousel-text {
		display: block;
		position: absolute;
		left: calc(100% + 8px);
		top: 50%;
		transform: translateY(-50%);
		margin-top: initial;
		vertical-align: initial;
		width: 50vw;
	}
}
*/

.custom-inline-carousel-text * {
	color: #1DABAF;
}

.custom-inline-carousel-text__list {
	opacity: 0;
}

.custom-inline-carousel-text__list.slick-initialized {
	opacity: 1;
}

.slick-vertical .slick-slide.custom-inline-carousel-text__list-item {
	border: none;
}

@media all and (min-width: 992px){
  .item-with-inline-carousel-text {
    line-height: 75px !important;
  }
	.custom-inline-carousel-text__list {
		max-height: 75px;
    overflow: hidden;
	}
}

/*
@media all and (min-width: 992px){
	.custom-inline-carousel-text__list-item {
		margin: 10px 0;
	}
}
*/

.custom-inline-carousel-text__list-item.slick-slide {
	-webkit-transition: opacity 500ms linear 0s;
	transition: opacity 500ms linear 0s;
}

/*
@media all and (min-width: 992px){
	.custom-inline-carousel-text__list-item.slick-slide {
		opacity: 0;
	}
}

@media all and (min-width: 992px){
	.custom-inline-carousel-text__list-item.slick-current,
	.custom-inline-carousel-text__list-item.slick-current  + .slick-slide + .slick-slide + .slick-slide + .slick-slide {
		opacity: .1;
	}
}
*/

.custom-inline-carousel-text__list-item.slick-current + .slick-slide,
.custom-inline-carousel-text__list-item.slick-current  + .slick-slide + .slick-slide + .slick-slide {
	opacity: .4 !important;
}

.custom-inline-carousel-text__list-item.slick-current  + .slick-slide + .slick-slide {
	opacity: 1;
}

.item-with-inline-typing-text > mark {
	position: relative;
}

.item-with-inline-typing-text > mark:before {
	display: block;
	background-image: linear-gradient(to right, #0b2847 0%, #03b5aa 100%);
	border-radius: 20px;
	position: absolute;
	left: -85px;
	top: calc(100% + 12px);
	width: 285px;
	height: 12px;
}

@media all and (min-width: 782px) {
	.item-with-inline-typing-text > mark:before {
		content: '';
	}
}

.item-with-inline-typing-text > mark > span {
	display: none;
}

.item-with-inline-typing-text > mark > i {
	font-style: normal;
	border-right: .07em solid #03b5aa;
	animation: caret 1s steps(1) infinite;
}

@-webkit-keyframes caret {
	50% {
		border-color: transparent;
	}
}

@keyframes caret {
	50% {
		border-color: transparent;
	}
}

.custom-arrow-bottom{
	position: relative;
}

.custom-arrow-bottom:before{
	content: '';
	position: absolute;
	background-color: #1DABAF;
	-webkit-mask-image: url('../imgs/icons/arrow_3.svg');
	mask-image: url('../imgs/icons/arrow_3.svg');
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	width: 170px;
	height: 170px;
	right: 0;
	top: 100%;
	transform: rotateY(180deg) rotateZ(45deg);
}

@media all and (max-width: 599px) {
	.wp-block-buttons.is-content-justification-center,
	.wp-block-buttons.aligncenter {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.wp-block-buttons.is-content-justification-center > .wp-block-button,
	.wp-block-buttons.aligncenter > .wp-block-button {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 0;
	}
	.wp-block-buttons.is-content-justification-center > .wp-block-button:not(:last-child),
	.wp-block-buttons.aligncenter > .wp-block-button:not(:last-child) {
		margin-bottom: 20px;
	}
}

.custom-heading-with-arrow-1 {
	display: inline-block;
	position: relative;
	padding: 36px 0 11px;
}

.custom-heading-with-arrow-1:after {
	display: block;
	background-color: #1dabaf;
	-webkit-mask-image: url('../imgs/icons/arrow_8.svg');
	mask-image: url('../imgs/icons/arrow_8.svg');
	-webkit-mask-position: 0 0;
	mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	width: 243px;
	height: 113px;
	position: absolute;
	left: calc(100% + 34px);
	top: 0;
}

@media all and (min-width: 782px) {
	.custom-heading-with-arrow-1:after {
		content: '';
	}
}

.custom-heading-styled-underline-1 {
	position: relative;
}

.custom-heading-styled-underline-1:after {
	display: block;
	content: '';
	background-image: url("../imgs/icons/h2_marker.svg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	width: 375px;
	height: 59px;
	position: absolute;
	left: 15px;
	bottom: -65px;
	max-width: calc(100% - 1.5em);
}

@media all and (min-width: 600px) and (max-width: 991px) {
	.custom-heading-styled-underline-1:after {
		bottom: -55px;
	}
}

@media all and (max-width: 599px) {
	.custom-heading-styled-underline-1:after {
		bottom: -45px;
		max-width: 220px;
	}
}

.custom-heading-with-inline-image-1 {
	text-align: center;
}

.custom-heading-with-inline-image-1 > img {
	vertical-align: baseline;
	margin-right: 28px;
	margin-bottom: -2px;
}

@media all and (max-width: 781px) {
	.custom-heading-with-inline-image-1 > img {
		max-width: 40px;
		margin-right: 16px;
	}
}

.wp-block-columns.custom-ratings-vertical {
	flex-direction: column;
}

.wp-block-columns.custom-ratings-vertical > .wp-block-column {
	margin-left: 0 !important;
}

.custom-ratings-vertical .rating-numbers {
	margin-bottom: 15px;
}

.custom-ratings-vertical .rating-number__counter .stars > span {
	font-size: 26px;
	line-height: 1.54;
}

.custom-ratings-vertical .rating-title > span {
	font-size: 20px;
	line-height: 2;
}

.custom-ratings-vertical .rating-title {
	text-align: initial;
	margin-top: -3px;
}

.custom-ratings-vertical .rating-stars {
	gap: 9px;
	margin-left: 13px;
}

.custom-ratings-vertical .rating-stars > div {
	width: 27px;
}

.custom-ratings-vertical ~ p a {
	font-weight: 300;
}

.custom-bot-holder-2 {
	border-radius: 0 !important;
	margin-bottom: 0 !important;
}

.custom-bot-holder-2 .wp-block-columns.columns-box-shadow {
	justify-content: center;
}

.custom-bot-holder-2 .wp-block-columns.columns-box-shadow > .wp-block-column {
	padding: 0;
	margin-bottom: 0;
}

.custom-bot-holder-2 .wp-block-columns.columns-box-shadow > .wp-block-column:first-of-type {
	position: relative;
}

.custom-bot-holder-2 .wp-block-columns.columns-box-shadow > .wp-block-column:first-of-type:before {
	display: block;
	content: '';
	background-image: url("../imgs/rocket_1f680.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	width: 160px;
	height: 160px;
	position: absolute;
	left: -81px;
	top: -73px;
	z-index: 2;
}

@media all and (max-width: 781px) {
	.custom-bot-holder-2 .wp-block-columns.columns-box-shadow > .wp-block-column:first-of-type:before {
		width: 100px;
		height: 100px;
		left: -19px;
		top: -28px;
	}
}

.custom-bot-holder-2 .wp-block-columns.columns-box-shadow > .wp-block-column > .wp-block-columns > .wp-block-column {
	overflow: hidden;
}

.custom-bot-holder-2 .wp-block-columns.columns-box-shadow > .wp-block-column > .wp-block-columns > .wp-block-column:not(:first-child) {
	margin-left: 0 !important;
}

.custom-bot-holder-2 .wp-block-columns.columns-box-shadow > .wp-block-column > .wp-block-columns > .wp-block-column:first-of-type {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.custom-bot-holder-2 .wp-block-columns.columns-box-shadow > .wp-block-column > .wp-block-columns > .wp-block-column:last-of-type {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

@media all and (max-width: 781px) {
	.custom-bot-holder-2 .wp-block-columns.columns-box-shadow > .wp-block-column > .wp-block-columns {
		flex-direction: column;
	}

	.custom-bot-holder-2 .wp-block-columns.columns-box-shadow > .wp-block-column > .wp-block-columns > .wp-block-column {
		min-width: 100%;
	}

	.custom-bot-holder-2 .wp-block-columns.columns-box-shadow > .wp-block-column > .wp-block-columns > .wp-block-column:first-of-type {
		border-top-right-radius: 20px;
		border-bottom-left-radius: 0;
	}

	.custom-bot-holder-2 .wp-block-columns.columns-box-shadow > .wp-block-column > .wp-block-columns > .wp-block-column:last-of-type {
		border-top-right-radius: 0;
		border-bottom-left-radius: 20px;
	}
}

.custom-block-decoration {
	border-radius: 20px !important;
	position: absolute;
	height: 260px !important;
	border: none !important;
	box-shadow: none !important;
	margin: 0 !important;
	min-width: 12px;
}

@media all and (max-width: 1499px) {
	.custom-block-decoration {
		display: none;
	}
}

.wp-block-column.custom-block-decoration + .wp-block-column {
	margin-left: 0 !important;
}

.custom-block-decoration-1 {
	right: 62px;
	bottom: 0;
}

.custom-block-decoration-2 {
	left: -170px;
	top: -148px;
}

.custom-block-decoration-3 {
	right: -188px;
	top: -111px;
}

.custom-block-decoration-4 {
	left: -170px;
	top: -61px;
}

.custom-block-decoration-5 {
	left: -117px;
	top: 104px;
	min-height: 285px;
}

.custom-block-decoration-6 {
	left: -6%;
	top: 139px;
}

.custom-block-decoration-7 {
	left: auto;
	top: auto;
	right: -14.6%;
	bottom: 47px;
}

.custom-block-decoration-8 {
	left: auto;
	top: 197px;
	right: -16.1%;
	height: auto !important;
}

.custom-block-decoration-9 {
	left: -51px;
	top: 259px;
	height: auto !important;
	min-width: initial;
}

*[class*="custom-column-style-"] {
	position: relative;
}

*[class*="custom-column-style-"] > * {
	position: relative;
	z-index: 2;
}

*[class*="custom-column-style-"]:after,
*[class*="custom-column-style-"]:before {
	content: '';
	display: block;
	position: absolute;
}

@media all and (min-width: 782px) {
	.custom-column-style-1:after,
	.custom-column-style-2:after {
		background-image: linear-gradient(180deg, #d8ebff 0%, #f6fafe 100%);
		border-radius: 20px;
		width: 716px;
		height: 441px;
	}

	.custom-column-style-3:after,
	.custom-column-style-4:after {
		background-image: linear-gradient(180deg, #1e5793 0%, #0d2e53 100%);
	}
	
	.custom-column-style-5:after {
		background-image: linear-gradient(180deg, #d8ebff 0%, #f6fafe 100%);
		border-radius: 20px;
		width: 716px;
		height: 441px;
	}

	.custom-column-style-1:after {
		top: 0;
		right: -240px;
	}

	.custom-column-style-2:after {
		top: 0;
		left: -240px;
	}

	.custom-column-style-4:after {
		top: 19px;
		left: -311px;
	}
	
	.custom-column-style-5:after {
		top: 0;
		right: 150px;
	}
}

.custom-styled-paragraph-1,
p.has-background.custom-styled-paragraph-1 {
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #cdd6e1;
	padding: 6px 6px 2px;
	margin-bottom: 0;
	min-width: 60px;
	text-align: center;
}

.custom-video-poster-1,
.wp-block-image.custom-video-poster-1 {
	border: 1px solid #cbd6e2;
}

.custom-video-poster-1 a,
.wp-block-image.custom-video-poster-1 a {
	display: block;
	line-height: 0;
	position: relative;
}

.custom-video-poster-1 a:before,
.custom-video-poster-1 a:after,
.wp-block-image.custom-video-poster-1 a:before,
.wp-block-image.custom-video-poster-1 a:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	transition: 100ms linear 0s;
}

.custom-video-poster-1 a:before,
.wp-block-image.custom-video-poster-1 a:before {
	border: 8px solid #fff;
	background-color: #000;
	border-radius: 50%;
	width: 94px;
	height: 94px;
	z-index: 2;
}

.custom-video-poster-1 a:after,
.wp-block-image.custom-video-poster-1 a:after {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 36px solid #fff;
	z-index: 4;
	transform: translateY(-50%) translateX(calc(-50% + 4px));
}

.custom-video-poster-1 a:hover:before,
.wp-block-image.custom-video-poster-1 a:hover:before {
	transform: translateY(-50%) translateX(-50%) scale(1.15);
}

.custom-video-poster-1 a:hover:after,
.wp-block-image.custom-video-poster-1 a:hover:after {
	transform: translateY(-50%) translateX(calc(-50% + 4px)) scale(1.15);
}

.custom-video-poster-1 img,
.wp-block-image.custom-video-poster-1 img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media all and (min-width: 782px) {
	.custom-text-style-4 {
		color: inherit !important;
	}
	*.custom-text-style-1 br {
		display: none;
	}
}

@media all and (max-width: 781px) {
	body.home article[class*="post-"] {
		display: flex;
		flex-direction: column;
	}

	.custom-mobile-side-paddings-5 {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	.custom-mobile-side-paddings-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}

	.wp-block-image.custom-image-style-4 {
		max-width: 84px;
	}

	.custom-spacer-style-16 {
		height: 16px !important;
	}

	.custom-spacer-style-42 {
		height: 42px !important;
	}

	.custom-spacer-style-4 {
		height: 4px !important;
	}

	.custom-spacer-style-9 {
		height: 9px !important;
	}

	.custom-spacer-style-19 {
		height: 19px !important;
	}

	.custom-spacer-style-28 {
		height: 28px !important;
	}

	.custom-spacer-style-39 {
		height: 39px !important;
	}

	.custom-spacer-style-10 {
		height: 10px !important;
	}

	.custom-spacer-style-11 {
		height: 11px !important;
	}

	.custom-spacer-style-88 {
		height: 88px !important;
	}

	.custom-spacer-style-22 {
		height: 22px !important;
	}

	.custom-spacer-style-3 {
		height: 3px !important;
	}

	.custom-spacer-style-18 {
		height: 18px !important;
	}

	.custom-spacer-style-57 {
		height: 57px !important;
	}

	.custom-spacer-style-73 {
		height: 73px !important;
	}

	.custom-spacer-style-30 {
		height: 30px !important;
	}

	.custom-spacer-style-79 {
		height: 79px !important;
	}

	.custom-spacer-style-24 {
		height: 24px !important;
	}

	.custom-spacer-style-47 {
		height: 47px !important;
	}

	*.custom-text-style-1,
	.simple-text *.custom-text-style-1 {
		font-size: 40px !important;
		font-weight: 400 !important;
		line-height: 1.25 !important;
	}

	*.custom-text-style-1 mark {
		font-weight: bold;
	}

	*.custom-text-style-2,
	.simple-text *.custom-text-style-2 {
		font-size: 20px !important;
		line-height: 1.25 !important;
	}

	*.custom-text-style-3,
	.simple-text *.custom-text-style-3,
	.simple-text p[class*="has-"].custom-text-style-3 {
		font-size: 30px !important;
		font-weight: 400 !important;
		line-height: 1.33 !important;
		text-align: initial !important;
	}

	*.custom-text-style-5,
	.simple-text *.custom-text-style-5 {
		font-weight: 400 !important;
		line-height: 1.5 !important;
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
	}

	.custom-ratings-holder > .wp-block-group__inner-container > .row > .col-12 > .wp-block-group > .wp-block-group__inner-container > .row > .col-12 > *:not(.wp-block-columns) {
		display: none;
	}

	.custom-ratings-holder .flickity-viewport,
	.custom-ratings-holder .flickity-viewport > .flickity-slider > .wp-block-column {
		width: 100%;
	}

	.custom-ratings-holder .flickity-page-dots {
		bottom: 5px;
	}

	.custom-order-10 {
		order: 10;
	}

	.custom-order-11 {
		order: 11;
	}

}

.flickity-page-dots .dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #D2EEEF;
	opacity: 1;
	transition: background-color 200ms ease-out 0s;
}

.flickity-page-dots .dot.is-selected {
	background: #1DABAF;
	transform: none;
}

.custom-group-style-143 {
	padding-top: 43px !important;
}

.background-video-wrapper {
  position: static;
	overflow: hidden;
  background-color: #f6fafe;
}
.background-video-wrapper > .container > .row > .simple-text {
	position: relative;
}

.background-video-container {
	position: absolute;
  bottom: 0;
	top: 0;
	left: 0;
	right: 0;
  min-width: 100%;
  min-height: 100%;
  background-color: #f6fafe;
}
.background-video-container .container,
.background-video-container .col-12 {
	padding: 0;
}

.background-video-container .wp-block-video {
  margin: 0;
  line-height: 0;
}
.background-video-container .wp-block-image {
	padding: 0 12px;
}

.background-video-content {
	margin-top: 50px;
  width: 100%;
}

.background-video-content .block-modal-button button {
  width: 100%;
}

@media (min-width: 782px) {
  .background-video-content .block-modal-button button {
    width: 220px;
  }
}

.g2-badge-block .wp-block-column {
  max-width: 90px !important;
  margin-bottom: 5px !important;
}

@media all and (min-width: 992px){
  .background-video-wrapper {
    top: 70px;
  }
	.background-video-content h1 {
    font-size: 60px !important;
  }
  .g2-badge-block {
    justify-content: flex-start !important;
  }
}

@media all and (min-width: 1300px){
  .background-video-wrapper {
    top: 94px;
  }
}

@media all and (max-width: 781px) {
  .g2-badge-block .wp-block-column {
    width: 30% !important;
  }
}

.rounded-corners-block {
  border-radius: 10px;
}

.list-item-with-icon {
  display: grid;
  align-items: center;
  column-gap: 15px;
  grid-template-columns: 48px auto;
}

.list-item-with-icon:before {
  content: '';
  width: 48px;
  height: 48px;
  display: inline-grid;
}

.list-item-with-icon-1:before {
  background: url("../imgs/icons/icon-bullet-1.svg") no-repeat;
  background-size: 48px 48px;
}
.list-item-with-icon-2:before {
  background: url("../imgs/icons/icon-bullet-2.svg") no-repeat;
  background-size: 48px 48px;
}
.list-item-with-icon-3:before {
  background: url("../imgs/icons/icon-bullet-3.svg") no-repeat;
  background-size: 48px 48px;
}
.list-item-with-icon-4:before {
  background: url("../imgs/icons/icon-bullet-4.svg") no-repeat;
  background-size: 48px 48px;
}
.list-item-with-icon-5:before {
  background: url("../imgs/icons/icon-bullet-5.svg") no-repeat;
  background-size: 48px 48px;
}
.list-item-with-icon-6:before {
  background: url("../imgs/icons/icon-bullet-6.svg") no-repeat;
  background-size: 48px 48px;
}
.list-item-with-icon-7:before {
  background: url("../imgs/icons/icon-bullet-7.svg") no-repeat;
  background-size: 48px 48px;
}
.list-item-with-icon-8:before {
  background: url("../imgs/icons/icon-bullet-8.svg") no-repeat;
  background-size: 48px 48px;
}
.list-item-with-icon-9:before {
  background: url("../imgs/icons/icon-bullet-9.svg") no-repeat;
  background-size: 48px 48px;
}
.list-item-with-icon-10:before {
  background: url("../imgs/icons/icon-bullet-10.svg") no-repeat;
  background-size: 48px 48px;
}
.list-item-with-icon-11:before {
  background: url("../imgs/icons/icon-bullet-11.svg") no-repeat;
  background-size: 48px 48px;
}
.swiper-wrapper {
  align-items: center;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}