@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
[class^="mob-icon-"]:before, [class*=" mob-icon-"]:before {
	font-size: 14px !important;
}
.mob-menu-header-holder.mobmenu {
	display: none !important;
}
body.mob-menu-slideout-over {
	padding-top: 0 !important;
}
* {
    box-sizing: border-box;
}
body {
	background: #F8F8F8;
	font-family: 'Inter';
}
.container {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
}
.header {
	padding: 17px 0;
	background: #ffffff;
}
.header__wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header__menu ul {
	display: flex;
	list-style-type: none;
	align-items: center;
}
.ez-toc-counter.active .ez-toc-list {
	height: 100% !important;
}
#showMoreTOC {
	margin-top: 24px;
	display: inline-block;
	cursor: pointer;
}
.mobmenu-left-alignment {
	width: 100% !important;
}
.mobmenu-content #mobmenuleft > li > a:hover, .mobmenu-content #mobmenuleft li:hover, .mobmenu-content #mobmenuright li:hover {
	background: transparent !important;
}
.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
	right: 16px !important;
	top: 16px !important;
}
#mobmenuleft li:hover a, #mobmenuleft li:hover i {
	color: #666666 !important;
}
.mob-icon-cancel-1:before {
	display: none !important;
}
.mob-icon-cancel-1 {
	width: 32px;
	background: url('/wp-content/uploads/2023/10/cross-3.svg') no-repeat center;
	height: 32px;
}
.mobmenu-content #mobmenuleft .sub-menu {
	background: #f8f8f8 !important;
}
.menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
	display: none;
    position: absolute;
	left: 573px;
    top: 0;
	height: 100%;
	width: 100%;
}
.header__menu ul.menu > li.menu-item-has-children  a:hover {
	color: #22A999;
}
.header__menu ul.menu > li.menu-item-has-children > ul.sub-menu > li > a {
	padding: 16px 16px;
	border-bottom: 1px solid #DADADA;
	max-width: 314px;
	width: 314px;
	position: relative;
	transition: all .3s linear;
}
.header__menu ul.menu > li.menu-item-has-children > ul.sub-menu > li > a:hover {
	background: #F8F8F8;
}
.menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children {
	display: grid;
	grid-template-columns: 1fr 1.7fr;
	margin-right: 0;
	position: unset;
}
.menu > li.menu-item-has-children > .sub-menu {
	position: absolute;
    background: #ffffff;
	overflow: hidden;
	min-height: 341px;
	left: 0;
	right:0;
	border-radius: 0;
	border: 1px solid #DADADA;
	width: 100%;
    right: 0;
	padding: 0 18%;
	display: block;
	visibility: hidden;
	top: 75px;
	opacity: 0;
	transition: all .4s linear;
}
.header__menu ul li.menu-item-has-children:last-child > .sub-menu {
	right: 0;
	left: auto;
}
.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title {
	padding-left: 12px;
}
.menu > li.menu-item-has-children > .sub-menu:before{
	content: '';
	height: 100%;
	width: 1px;
	background: #DADADA;
	display: block;
	left: 573px;
	position: absolute;
	top: 0;
}
.header__menu ul > li.menu-item-has-children:hover  > ul.sub-menu {
	opacity: 1;
	visibility: visible;
}
.menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu img {
	max-height: 50px;
	max-width: 100px;
}
.header__menu ul.menu > li.menu-item-has-children > ul.sub-menu > li:hover > .sub-menu {
	display: block;
}
.menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li > a {
	padding: 6px 20px;
	max-width: 100%;
	width: 100%;
	border-bottom: 1px solid #DADADA;
}
.header__menu ul > li:not(:last-child) {
	margin-right: 28px;
}
.header__menu ul li a {
	display: flex;
	color: #000000;
	font-family: "Inter";
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	align-items: center;
}
.header__logo {
	margin-right: 40px;
}
.header__menu ul li a svg {
	margin-right: 8px;
}
h1 {
	color: #000000;
	font-family: "Poppins";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 48px */
}
.posts_block {
	margin: 36px 0;
}
p {
	color: #606060;
	font-family: "Inter";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 22.5px */
}
.contacts__wrapper_block {
	display: grid;
	grid-template-columns: 1.3fr 1fr;
	grid-gap: 24px;
}
.posts_block__item_title {
	color: #000000;
	font-family: "Poppins";
	font-size: 16px;
	font-style: normal;
	min-height: 50px;
	margin: 12px 0;
	font-weight: 600;
	line-height: 150%; /* 24px */
}
.wp-pagenavi .pages, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	display: none;
}
.wp-pagenavi .last {
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
	border-radius: 12px;
	background: #E3EFEE;
	padding: 13px; 12px;
	border: 0;
	color: #164D46;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.wp-pagenavi .current {
	background: #B2F2EA;
	font-weight: normal !important;
}
.wp-pagenavi {
	display: block;
	margin-top: 35px;
	text-align: center;
}
.contacts__wrpaper__item br {
	display: none;
}
.contacts__wrpaper__item label {
	color: #363C3B;
	font-family: "Inter";
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 18px */
	text-transform: uppercase;
}
.contacts__wrpaper__item input[type=text], .contacts__wrpaper__item input[type=email] {
	border-radius: 8px;
	border: 1px solid #DADADA;
	background: #FFFFFF;
	width: 100%;
	margin-top: 8px;
	color: #000000;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	display: block;
	padding: 13px 16px;
}
.wpcf7 form .wpcf7-response-output {
	margin: 15px 0 15px 0 !important;
	padding: 10px !important;
	font-family: "Inter" !important;
	border-color: #DADADA !important;
	font-size: 14px !important; 
}
.wpcf7-submit {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 12px;
	background: #B2F2EA;
	padding: 13px 12px;
	cursor: pointer;
	color: #164D46;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	display: block;
	width: 100%;
	line-height: 150%; /* 21px */
	outline: none;
	border: 0;
}
.wpcf7-not-valid-tip {
	font-family: "Inter" !important;
	font-size: 12px !important; 
	margin-top: 4px;
}
.wpcf7-spinner {
	display: block;
	margin: 0 auto;
}
.contacts__wrpaper__item textarea {
	border-radius: 8px;
	border: 1px solid #DADADA;
	background: #FFFFFF;
	width: 100%;
	margin-top: 8px;
	display: block;
	height: 120px;
	resize: none;
	padding: 13px 16px;
	color: #000000;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.contacts__wrapper__item h1 {
	margin-bottom: 8px;
	display: block;
}
.contacts__wrapper__item p {
	color: #363C3B;
	font-family: "Inter";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 30px */
}
.posts_block__item_description {
	color: #606060;
	font-family: "Inter";
	font-size: 14px;
	min-height: 85px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 35px;
	line-height: 150%; /* 21px */
}
.posts_block__wrapper {
	display: grid;
	margin-top: 24px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 12px;
}
.posts_block__item img {
	display: block;
	max-height: 144px;
	object-fit: cover;
	border-radius: 17px;
	width: 100%;
}
.posts_block__item {
	padding: 12px;
	display: block;
	transition: all .3s linear;
	background: #ffffff;
	text-decoration: none;
	border-radius: 24px;
}
.posts_block__item:hover {
	box-shadow: 0px 0px 14px 0px rgba(24, 124, 113, 0.16);
}
.posts_block__item:hover .btn {
	background: #83D4CB;
}
.btn {
	color: #164D46;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	padding: 13px;
	text-decoration: none;
	display: inline-block;
	border-radius: 12px;
	text-align: center;
	transition: all .3s linear;
	background: #B2F2EA;
	line-height: 150%; /* 21px */
}
.posts_block__item .btn {
	width: 100%;
}
.footer {
	background: #363C3B;
	padding: 35px 0 80px 0;
}
.footer__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer__item {
	display: flex;
	align-items: center;
}
.footer_menu ul {
	display: flex;
	list-style-type: none;
	align-items: center;
}
.footer_menu ul li:not(:last-child) {
	margin-right: 28px;
}
.footer_menu ul li a {
	color: #ffffff;
	transition: all .3s linear;
	font-family: "Inter";
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.footer_menu ul li a:hover {
	color: #B2F2EA;
}
.footer__logo {
	margin-right: 70px;
}
.footer__logo img {
	display: block;
}
.footer_copy {
	color: #ffffff;
	font-family: "Inter";
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 16.5px */
	text-transform: uppercase;
	opacity: 0.5;
}
.breadcrumbs {
	margin-top: 12px;
	margin-bottom: 35px;
}
.breadcrumbs span > a {
	color: #363C3B;
	text-decoration: none;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.breadcrumbs span > span {
	color: #606060;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.wrapper_post_block {
	display: grid;
	grid-template-columns: 1fr 276px;
	grid-gap: 24px;
}
.wrapper_post__item_image {
	display: block;
	width: 100%;
}
.wrapper_post__item_image {
	margin-bottom: 32px;
}
.wrapper_post__item_date {
	color: #606060;
	font-family: "Inter";
	font-size: 15px;
	font-style: normal;
	margin-bottom: 12px;
	font-weight: 400;
	line-height: 150%; /* 22.5px */
}
.wrapper_post__item__content h1 {
	color: #000000;
	font-family: 'Poppins';
	font-size: 32px;
	font-style: normal;
	margin-bottom: 18px;
	display: block;
	font-weight: 600;
	line-height: 150%; /* 48px */
}
.wrapper_post__item__content p {
	color: #363C3B;
	margin-bottom: 20px;
	font-family: "Inter";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 30px */
}
.wrapper_post__item__content > ol, .wrapper_post__item__content > ul {
	list-style-type: none;
	margin: 18px 0;
}
.wrapper_post__item__content > ul li:not(:last-child) {
	margin-bottom: 12px;
}
.wrapper_post__item__content > ul li {
	color: #363C3B;
	background-position: top left !important;
	font-family: "Inter";
	font-size: 15px;
	background: url('../gennext/assets/images/check.svg') no-repeat left;
	padding-left: 40px;
	background-size: 30px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 30px */
}
.wrapper_post__item__content > ol {
	counter-reset: my-counter; /* Start from 4 */
  	list-style: none; /* Remove default numbering */
}
.wrapper_post__item__content > ol li {
	color: #363C3B;
	font-family: "Inter";
	font-size: 15px;
	display: flex;
	align-items: flex-start;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 30px */
}
.wrapper_post__item__content > ol li:not(:last-child) {
	margin-bottom: 12px;
}
.pros_cons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
	margin: 17px 0;
}
.faq_answer_item_body ul {
	list-style-type: none;
}
.faq_answer_item_body ul li:not(:last-child) {
	margin-bottom: 10px;
}
.faq_answer_item_body ul li {
	color: #363C3B;
    background-position: top left !important;
    font-family: "Inter";
    font-size: 15px;
    background: url(../gennext/assets/images/check.svg) no-repeat left;
    padding-left: 40px;
    background-size: 30px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}
.faq_answer_item_body {
	display: none;
	margin-top: 12px;
	margin-bottom: 0;
}
.pros_cons__item.pros ul li {
	color: #363C3B;
	background-position: top left !important;
	font-family: "Inter";
	font-size: 15px;
	background: url('../gennext/assets/images/plus.svg') no-repeat left;
	padding-left: 40px;
	background-size: 30px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 30px */
}
.pros_cons__item.cons ul li {
	color: #363C3B;
	background-position: top left !important;
	font-family: "Inter";
	font-size: 15px;
	background: url('../gennext/assets/images/minus.svg') no-repeat left;
	padding-left: 40px;
	background-size: 30px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 30px */
}
.pros_cons__item ul li:not(:last-child) {
	margin-bottom: 14px;
}
.pros_cons ul {
	list-style-type: none;
}
.pros_cons__title {
	color: #000000;
	font-family: "Poppins";
	font-size: 18px;
	margin-bottom: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 27px */
}
.wrapper_post__item__content > ol li:before {
	content: counter(my-counter); /* Display the custom number */
  	counter-increment: my-counter; /* Increment by 2 */
	width: 32px;
	display: inline-block;
	background: #83D4CB;
	margin-right: 12px;
	display: flex;
	align-items: center;
	min-width: 32px;
	justify-content: center;
	color: #FFFFFF;
	text-align: center;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 21px */
	text-transform: uppercase;
	height: 32px;
	border-radius: 100%;;
}
.faq_items {
	margin: 36px 0;
}
.faq_items > h2 {
	color: #000000;
	font-family: "Poppins";
	font-size: 24px;
	font-style: normal;
	margin-bottom: 18px !important;
	margin-bottom: 18px;
	font-weight: 600;
	line-height: 150%; /* 36px */
}
.faq_answer_item:not(:last-child) {
	margin-bottom: 8px;
}
.faq_answer_item {
	background: #ffffff;
	padding: 12px 16px;
	cursor: pointer;
	border-radius: 12px;
}
.breadcrumbs .dot {
	background: url('../gennext/assets/images/dot.svg') no-repeat center;
	width: 14px;
	min-width: 14px;
	display: inline-block;
	height: 14px;
	vertical-align: middle;
	margin: 0 10px;
}
.faq_answer_item_title {
	color: #363C3B !important;
	font-size: 15px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	background: url('../gennext/assets/images/faq_plus.svg') no-repeat right;
	line-height: 200% !important; /* 30px */
}
.faq_answer_item.open .faq_answer_item_title {
	background: url('../gennext/assets/images/faq_minus.svg') no-repeat right;
}
.wrapper_post__item__content > h2 {
	color: #000000;
	font-family: "Poppins";
	font-size: 24px;
	font-style: normal;
	margin: 32px 0;
	display: block;
	font-weight: 600;
	line-height: 150%; /* 36px */
}
.wrapper_post__item__content h3 {
	color: #000000;
	font-family: "Poppins";
	display: block;
	margin: 18px 0;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 27px */
}
.wrapper_post__item__content h4 {
	color: #000000;
	font-family: "Poppins";
	display: block;
	margin: 15px 0;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 27px */
}
.wrapper_post__item__content a.btn {
	width: 100%;
	border-radius: 17px;
	margin: 18px 0;
	color: #164D46;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	display: block;
	outline: 1px solid rgba(131, 212, 203, 0.70);
	padding: 7px;
	border: 6px solid #ffffff;
}
.table tr td {
	padding: 16px 10px;
}
.table {
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #B0B0B0;
	margin: 30px 0;
}
.table thead tr td {
	color: #ffffff;
	font-family: "Inter";
	font-size: 12px;
	background: #363C3B;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 18px */
	text-transform: uppercase;
}
.sidebar_banner {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.sidebar_info {
	border-radius: 24px;
	background: #ffffff;
	padding:20px;
	position: sticky;
	top: 15px;
}
.sidebar_info__item:not(:last-child) {
	padding: 8px 0;
	border-bottom: 1px solid #DADADA;
}
.sidebar_info__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidebar_info__item_col img {
	max-width: 100px;
	object-fit: contain;
	display: block;
}
.sidebar_info_bottom {
	display: flex;
	color: #22A999;
	cursor: pointer;
	text-decoration: none;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 21px */
	text-transform: uppercase;
	align-items: center;
}
.sidebar_info_top {
	color: #03CF55;
	text-align: right;
	font-family: "Inter";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 22.5px */
}
.sidebar_info__title {
	display: flex;
	color: #000000;
	font-family: "Poppins";
	font-size: 18px;
	font-style: normal;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 150%; /* 27px */
	align-items: center;
}
.sidebar_info__title svg {
	margin-right: 10px;
}
.wrapper_default_page h1 {
	display: block;
	margin-bottom: 15px;
}
.table .btn {
	width: 100%;
	padding: 10px 12px;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	outline: none !important;
	margin: 0 !important;
	border: 0 !important;
	line-height: 150%; /* 21px */
}
.table tbody tr td  {
	color: #363C3B;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
#ez-toc-container {
	background: #ffffff !important;
	border-radius: 24px !important;
	border: 0 !important;
	padding: 24px !important;
	max-width: 370px;
}
#ez-toc-container a:hover {
	text-decoration: none;
	color: #22A999;
}
div#ez-toc-container .ez-toc-title  {
	margin-bottom: 12px;
	color: #000000;
	font-family: "Poppins";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 36px */
}
.table tbody tr td:nth-child(2) span, .table tbody tr td:nth-child(2) svg {
	vertical-align: middle;
}
.table tbody tr td:nth-child(2) svg {
	margin-right: 7px;
}
.table tbody tr td:first-child span {
	color: #22A999;
	font-family: "Inter";
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.table tbody tr:nth-child(even) td {
	background: #ffffff;
}
.table tbody tr td {
	padding: 8px 10px;
}
.form__item:not(:last-child) {
	margin-bottom: 24px;
}
.menu-image-title-after.menu-image-not-hovered img {
	padding-right: 0;
}
.mobile_burger {
	display: none;
}


@media(max-width: 991px) {
	.header__menu {
		display: none;
	}
	.contacts__wrapper_block {
		grid-template-columns: 1fr;
	}
	.sidebar_banner img {
		margin: 0 auto;
		display: block;
	}
	.wrapper_post__item__content img {
		width: 100%;
	}
	.pros_cons {
		grid-template-columns: 1fr;
	}
	.wrapper_post_block {
		grid-template-columns: 1fr;
	}
	.wrapper_post__item_image img {
		display: block;
		width: 100%;
	}
	.posts_block__wrapper {
		grid-template-columns: 1fr;
	}
	.header__wrapper {
		justify-content: center;
	}
	.mobile_burger {
		display: flex;
		align-items: center;
		left: 16px;
		position: absolute;
		display: block;
	}
	.header__logo {
		margin-right: 0;
	}
	.footer__item {
		flex-direction: column;
	}
	.footer {
		padding-bottom: 28px;
		padding-top: 28px;
	}
	.footer_menu {
		margin: 45px 0 20px 0;
	}
	.footer_menu li:not(:last-child) {
		margin-bottom: 28px;
	}
	.posts_block__item_description, .posts_block__item_title {
		min-height: auto;
	}
	.footer_menu ul li:not(:last-child) {
		margin-right: 0;
	}
	.footer__logo {
		margin: 0 auto;
	}
	.footer_menu ul, .footer__wrapper {
		flex-direction: column;
	}
}