
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
body {
	overflow-x: hidden;
	font-family: 'Noto Sans', 'Arial', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 150%;
	color: #101828;
	text-align: left;
	height: auto;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

img {
	display: block;
}

p {
  margin-top: 16px;
}

::marker {
	color: #12B76A;
}

/* Title */
h1, h2, h3, h4{
	display: block;
	position: relative;
  width: 100%;
  font-weight: 700;
	text-transform: uppercase;
  color: #101828;
	margin-bottom: 24px;
	text-align: left;
	line-height: 120%;
}

h1{
	font-size: 60px;
	color: #2c3444;
	font-weight: 800;
}

h2, h3 {
  font-size: 32px;
	padding-bottom: 4px;
}
h2::before, h3::before {
	content: '';
	display: block;
	background: #12b76a;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	width: 57px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
}

h4, h5, h6 {
	font-size: 20px;
}
.article p strong {
	font-weight: 600;
}
.article p a {
	color: inherit;
	font-weight: 600;
}
.article p span{
	font-weight: 600;
	color: #12b76a;
}


.article > *:first-child {
	margin-top: 0px;
}

.article > * + * {
	margin-top: 24px;
}

.article > * + h2 {
	margin-top: 16px;
}

.article > * + h3 {
	margin-top: 16px;
}

.article > * + h4 {
	margin-top: 16px;
}


.article > h2 + * {
	margin-top: 0px;
}

.article > h3 + *,
.article > h4 + * {
	margin-top: 0;
}



.article p:first-child {
	margin-top: 0px;
}
ul, ol {
	padding-left: 25px;
}
li + li {
	margin-top: 8px;
}


.image {
	z-index: -1;
}
.background img {
  margin: 0;
	width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.background {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: absolute !important;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.background img {
	display: block;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  line-height: 1;
}
use {
  fill: rgba(255, 255, 255, 1);
  fill-rule: evenodd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

.cover {
	padding-left: -webkit-calc(50% - ((1200px - 20px - 20px) / 2));
	padding-left: calc(50% - ((1200px - 20px - 20px) / 2));
	padding-right: -webkit-calc(50% - ((1200px - 20px - 20px) / 2));
	padding-right: calc(50% - ((1200px - 20px - 20px) / 2));
}

.section {
	padding: 24px 20px;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}



.header {
	background-color: #344054;
	padding: 20px;
	text-align: center;
}
.header__logo {
	display: inline-block;
	text-decoration: none!important;
	max-width: 293px;
}

.prime {
	position: relative;
	z-index: 0;
	min-height: 440px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 24px;
}

.prime__wrap {
	-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: #ecfdf3;
	padding: 20px;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	text-align: center;
}

.prime__title {
	margin: 0 0 16px 0;
	text-align: center;
	text-transform: none;
}
.prime__text {
	text-align: center;
	margin: 0;
	max-width: 620px;
	width: 100%;
}
.prime__text strong {
	font-weight: 600;
	color: #12b76a;
}
.home .prime__text {
	max-width: 750px;
}

.cookie {
	position: fixed;
	color: white;
	max-width: 488px;
	width: 100%;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	padding: 24px;
	-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: #344054;
	right: -webkit-calc(50% - ((1200px - 20px - 20px) / 2));
	right: calc(50% - ((1200px - 20px - 20px) / 2));
	bottom: 30px;
	z-index: 100;
}

.cookie__title {
	margin: 0 0 24px 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	text-transform: uppercase;
	color: #12b76a;
	text-align: center;
}
.cookie p {
	margin: 0 0 24px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #fff;
}

.cookie__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 24px;
}


.cookie__button {
	border: 2px solid #12b76a;
	-webkit-border-radius: 16px;
	        border-radius: 16px;
	padding: 10px 28px;
	background: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	text-transform: uppercase;
	color: #12b76a;
	text-decoration: none!important;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: none;
	        box-shadow: none;
	outline: none;
}
.cookie__button:hover {
	color: #fff;
	border-color: #fff;
}
.cookie__link {
	display: block;
	font-weight: 400;
	font-size: 17px;
	line-height: 150%;
	text-decoration: underline;
	-webkit-text-decoration-skip-ink: none;
	        text-decoration-skip-ink: none;
	color: #12b76a;
}
.cookie__link:hover {
	color: #fff;
}

.main {
	padding-bottom: 24px;
}

.services__block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 32px;
	background: #344054;
	-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	padding: 32px;
	color: #fff;
}
.services__item {
	width: -webkit-calc(50% - 16px);
	width: calc(50% - 16px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.services__image {
	-webkit-border-radius: 18px;
	        border-radius: 18px;
	overflow: hidden;
}

.services__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	color: #12b76a;
	text-align: center;
	margin: 0 0 20px 0;
}
.services__title img {
	margin-right: 8px;
}


.tile-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 24px;
}
.tile-wrap--advantages .tile{
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 -webkit-calc(33.3333% - 16px);
	    -ms-flex: 1 0 calc(33.3333% - 16px);
	        flex: 1 0 calc(33.3333% - 16px);
}
.tile {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.05), 0 12px 16px -4px rgba(16, 24, 40, 0.1);
	        box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.05), 0 12px 16px -4px rgba(16, 24, 40, 0.1);
	background: #ecfdf3;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	padding: 20px;
}

.tile--center {
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}
.tile__title {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	color: #12b76a;
	margin: 0 0 16px 0;
}
.tile__title h3 {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: inherit;
	line-height: 120%;
	text-transform: uppercase;
	color: #12b76a;
}
.tile__title h3::before {
	display: none;
}
.tile__title img {
	margin-right: 8px;
	max-width: 32px;
}
.tile p {
	margin: 0;
}
.tile a {
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin: 0;
	text-align: center;
	color: #101828;
}

.banner {
	-webkit-box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: #344054;
	max-width: 1160px;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
	padding: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 32px;
}
.banner__image {
	-webkit-border-radius: 18px;
	        border-radius: 18px;
	overflow: hidden;
	width: -webkit-calc(50% - 16px);
	width: calc(50% - 16px);
}
.banner__info {
	width: -webkit-calc(50% - 16px);
	width: calc(50% - 16px);
}
.banner__title {
	font-weight: 600;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	color: #12b76a;
	margin: 0 0 32px 0;
	text-align: left;
	padding: 0;
}
.banner__title::before {
	display: none;
}
.banner__info p {
	margin: 0;
	color: #fff;
}


.footer {
	background: #344054;
	padding-top: 45px;
	padding-bottom: 45px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: auto;
}
.footer__links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 20px;
}
.footer__link {
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.footer__link:hover {
	color: #12b76a;
}


.tabs {
	padding-top: 0;
}
.tab.prime {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.tab {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.tab.is-active {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tabs__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	border-bottom: 1px solid rgba(228, 231, 236, 1);
}
.tabs-nav__item {
	color: rgba(102, 112, 133, 1);
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	padding: 0 58px 16px 58px;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-weight: 700;
	cursor: pointer;
}
.tabs-nav__item::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: rgba(18, 183, 106, 1);
	position: absolute;
	left: 0;
	bottom: -1px;
	opacity: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.tabs-nav__item.is-active::before {
	opacity: 1;
}
.tabs-nav__item.is-active{
	color: rgba(18, 183, 106, 1);
}
.tabs-nav__item:not(.is-active):hover {
	color: rgba(18, 183, 106, 0.5);
}
.tabs-nav__item:not(.is-active):hover::before {
	opacity: 0.2;
}
