/*
|----------------------------------------------------------------------
|		Body
|----------------------------------------------------------------------
*/

body.he {
	direction: rtl;
}

/*
|----------------------------------------------------------------------
|		Header
|----------------------------------------------------------------------
*/

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: #fff;
	z-index: 30;
}

.he header {
	direction: initial;
}

.logo {
	position: relative;
	float: left;
	width: 160px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* margin: 20px auto 0; */
	padding: 0;
	z-index: 1;
}

.logo > a {
	display: block;
}

.logo > a img {
	/* -webkit-filter: brightness(0) invert(1); */
	-webkit-filter: none;
	filter: none;
}

nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: center;
}

nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
}

.he nav > ul {
	direction: rtl;
}

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav > ul > li {
	position: relative;
	padding: 0 20px;
}

nav > ul > li > a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 34px;
	color: #0b0b0b;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 0;
	border-bottom: 1px solid transparent;
	text-transform: uppercase;
}

.en nav > ul > li > a,
.fr nav > ul > li > a {
	font-family: "Nunito", sans-serif;
}

.fr nav > ul > li > a {
	font-family: "Rubik", sans-serif;
}

nav > ul > li.active > a,
nav > ul > li > a:hover {
	color: #9fc63c;
	border-bottom-color: #9fc63c;
}

nav > ul > li.lang {
	display: none;
}

nav > ul > li.lang > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #0b0b0b;
	padding: 0;
}

nav > ul > li.lang > a img {
	position: relative;
	top: -1px;
	width: 22px;
	height: 22px;
	margin-right: 15px;
}

#lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	background: #fff;
	border-left: 1px solid #ddd;
	padding-left: 20px;
	margin-left: 30px;
	border-top: 0;
}

#lang img {
	width: 20px;
	min-width: 20px;
	height: 20px;
}

#lang .dropdown-toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	background: transparent;
	padding: 0;
	border: 0;
}

#lang .dropdown-toggle:after {
	width: 12px;
	min-width: 12px;
	height: 12px;
	margin: 0;
}

#lang .dropdown-toggle img {
	width: 26px;
	min-width: 26px;
	height: 26px;
	margin-right: 10px;
}

#lang .dropdown-menu {
	min-width: 154px;
	padding: 0;
	margin-top: -2px !important;
	border: 1px solid #e6e6e6;
	border-top: 0;
}

#lang .dropdown-menu > li {
	display: block;
	border-top: 1px solid #eee;
}

#lang .dropdown-menu > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0b0b0b;
	font-family: "Nunito", sans-serif;
	font-weight: 700;
	padding: 15px 20px;
	line-height: 1;
}

#lang .dropdown-menu > li:nth-last-child(1) a {
	font-family: "Rubik", sans-serif;
}

#lang .dropdown-menu > li span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#lang .dropdown-menu > li img {
	margin-left: 16px;
}

.flexRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin: -15px;
}

.flexRow > .col {
	padding: 15px;
}

/*
|----------------------------------------------------------------------
|		Banner
|----------------------------------------------------------------------
*/

#banner {
	overflow: hidden;
}

#banner > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
}

#banner > img.mobile {
	display: none;
}

#banner .contain {
	position: relative;
	z-index: 2;
}

#banner .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 60px;
}

#banner .wrapper .image {
	width: 100%;
	max-width: 360px;
}

.en #banner .wrapper .image,
.fr #banner .wrapper .image {
	margin-left: 20px;
	margin-right: -60px;
}

.he #banner .wrapper .image {
	margin-left: -60px;
	margin-right: 60px;
}

#banner .content {
	width: 100%;
	color: #fff;
	padding-bottom: 40px;
}

.en #banner .content {
	max-width: 520px;
}

.fr #banner .content {
	max-width: 580px;
}

.he #banner .content {
	max-width: 400px;
}

#banner .content h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.en #banner .content h1,
.fr #banner .content h1 {
	font-family: "Barlow Condensed", sans-serif;
}

.he #banner .content h1 {
	font-family: "Rubik", sans-serif;
}

#banner .content p {
	font-size: 24px;
	font-family: "Rubik";
	font-weight: 300;
	margin: 0;
}

#banner .content h4 {
	font-size: 24px;
	line-height: 1.2;
	margin: 20px 0 0;
}

#banner .logo_blk {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#banner .logo_blk::before,
#banner .logo_blk::after {
	content: "";
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background: #fff;
	opacity: 0.7;
	margin: auto;
}

#banner .logo_blk_in {
	width: 100%;
	max-width: 260px;
	margin: auto;
	padding: 0 20px;
}

/*
|----------------------------------------------------------------------
|		Become
|----------------------------------------------------------------------
*/

#become {
	padding: 40px 0;
	overflow: hidden;
}

#become::before,
#become::after {
	content: "";
	position: absolute;
	top: 60px;
	border-radius: 75%;
	z-index: 1;
}

#become::before {
	width: 380px;
	height: 380px;
	background: #ffd1e9;
}

.en #become::before,
.fr #become::before {
	left: -290px;
}

.he #become::before {
	right: -290px;
}

#become::after {
	width: 500px;
	height: 500px;
	background: #ffe4c1;
}

.en #become::after,
.fr #become::after {
	right: -380px;
}

.he #become::after {
	left: -380px;
}

#become .contain {
	position: relative;
	z-index: 3;
}

#become .line {
	margin: 0 auto;
}

#become .content {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin: 0 auto 40px;
}

.fr #become .content,
.he #become .content {
	max-width: 800px;
}

.en #become .content {
	max-width: 820px;
}

#become .text .heading {
	text-align: center;
	margin-bottom: 30px;
}

#become .outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.en #become .outer,
.fr #become .outer {
	margin: 0 -55px;
}

.he #become .outer {
	margin: 0 -53px;
}

#become .outer > .inner {
	width: 33.3334%;
}

.en #become .outer > .inner,
.fr #become .outer > .inner {
	padding: 0 55px;
}

.he #become .outer > .inner {
	padding: 0 53px;
}

#become .listing {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: -20px;
}

#become .listing > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* width: 33.3334%; */
	font-size: 18px;
	font-weight: 500;
	/* padding: 10px 25px; */
	padding-bottom: 20px;
}

/* .en #become .listing > li,
.fr #become .listing > li {
	padding: 10px 55px;
} */

#become .listing > li > img {
	width: 22px;
	min-width: 22px;
	height: 22px;
	margin-top: -2px;
}

.en #become .listing > li > img,
.fr #become .listing > li > img {
	margin-right: 15px;
}

.he #become .listing > li > img {
	margin-left: 15px;
}

/*
|----------------------------------------------------------------------
|		Portal
|----------------------------------------------------------------------
*/

#portal {
	/* padding: 60px 0; */
	padding: 0;
	overflow: hidden;
}

#portal .line {
	margin: 0 auto;
}

#portal .content {
	max-width: 800px;
	color: #9fc63c;
	text-align: center;
	margin: 0 auto 40px;
}

#portal .content h4 {
	font-size: 24px;
	font-weight: 300;
	margin: 0;
}

#portal .content h3 {
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
}

#portal .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#portal .ico_heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #9fc63c;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
}

#portal .ico_heading > img {
	width: 18px;
	min-width: 18px;
	height: 18px;
	margin-top: 2px;
	-o-object-fit: contain;
	object-fit: contain;
}

.en #portal .ico_heading > img,
.fr #portal .ico_heading > img {
	margin-right: 10px;
}

.he #portal .ico_heading > img {
	margin-left: 10px;
}

#portal .wrapper .text {
	font-size: 16px;
	font-weight: 300;
}

#portal .wrapper .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.en #portal .wrapper .list,
.fr #portal .wrapper .list {
	margin-left: 20px;
}

.he #portal .wrapper .list {
	margin-right: 20px;
}

#portal .wrapper .list > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#portal .wrapper .list > li:not(:nth-last-child(1)) {
	margin-bottom: 7px;
}

#portal .wrapper .list > li > img {
	width: 16px;
	min-width: 16px;
	height: 16px;
	margin-top: 2px;
	-o-object-fit: contain;
	object-fit: contain;
}

.en #portal .wrapper .list > li > img,
.fr #portal .wrapper .list > li > img {
	margin-right: 20px;
}

.he #portal .wrapper .list > li > img {
	margin-left: 20px;
}

#portal .wrapper .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#portal .wrapper_one {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}

#portal .wrapper_one .image {
	width: 100%;
	max-width: 640px;
	-webkit-box-shadow: 0 3px 26px rgba(0, 0, 0, 0.26);
	box-shadow: 0 3px 26px rgba(0, 0, 0, 0.26);
}

.en #portal .wrapper_one .image,
.fr #portal .wrapper_one .image {
	margin-left: -60px;
	margin-right: 30px;
}

.he #portal .wrapper_one .image {
	margin-left: 30px;
	margin-right: -60px;
}

#portal .wrapper_two .image {
	width: 100%;
	max-width: 380px;
	margin-top: -30px;
}

.en #portal .wrapper_two .image,
.fr #portal .wrapper_two .image {
	margin-left: 100px;
	margin-right: 80px;
}

.he #portal .wrapper_two .image {
	margin-left: 80px;
	margin-right: 100px;
}

/*
|----------------------------------------------------------------------
|		Access
|----------------------------------------------------------------------
*/

#access {
	padding: 40px 0;
	overflow: hidden;
}

#access .heading {
	text-align: center;
	margin: 0;
}

#access .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#access .wrapper > .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 45%;
}

#access .border_line {
	width: 100%;
	max-width: 240px;
}

.en #access .border_line.left,
.fr #access .border_line.left,
.he #access .border_line.right {
	margin-left: auto;
}

.en #access .border_line.right,
.fr #access .border_line.right,
.he #access .border_line.left {
	margin-right: auto;
}

#access .inner {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background: #f3f5ed;
	font-size: 20px;
	font-weight: 500;
	padding: 50px 74px;
	border-radius: 20px;
}

#access .inner::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	width: 60%;
	height: 5px;
	background: #9fc63c;
	margin: auto;
	border-radius: 50px;
}

#access .inner .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #9fc63c;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 30px;
}

#access .inner .title > img {
	width: 22px;
	min-width: 22px;
	height: 40px;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.en #access .inner .title > img,
.fr #access .inner .title > img {
	margin-right: 30px;
}

.he #access .inner .title > img {
	margin-left: 30px;
}

#access .inner .title .logoBlk {
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
}

.en #access .inner .title .logoBlk,
.fr #access .inner .title .logoBlk {
	padding-right: 52px;
}

.he #access .inner .title .logoBlk {
	padding-left: 52px;
}

#access .inner ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#access .inner ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#access .inner ul > li:not(:nth-last-child(1)) {
	margin-bottom: 15px;
}

#access .inner ul > li > img {
	width: 22px;
	min-width: 22px;
	height: 22px;
	margin-top: 1px;
}

.en #access .inner ul > li > img,
.fr #access .inner ul > li > img {
	margin-right: 15px;
}

.he #access .inner ul > li > img {
	margin-left: 15px;
}

#access .inner hr {
	background: transparent;
	margin: 40px 0;
	border-top: 2px dashed #707070;
}

#access .inner p {
	text-align: center;
}

/*
|----------------------------------------------------------------------
|		Strip
|----------------------------------------------------------------------
*/

#strip {
	background: #9fc63c;
	color: #fff;
	padding: 35px 0 40px;
	overflow: hidden;
}

#strip .contain {
	position: relative;
	z-index: 3;
}

#strip .content {
	max-width: 560px;
	text-align: center;
	margin: 0 auto;
}

#strip .content p {
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 4px;
}

#strip .content h4 {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

#strip .content .btnBlk {
	margin-top: 20px;
}

#strip .content .btnBlk .webBtn {
	width: 100%;
	max-width: 300px;
}

#strip .popup ._inner {
	max-width: 460px;
}

#strip form {
	font-size: 16px;
}

#strip .popup .confirmBlk {
	display: none;
}

/*
|----------------------------------------------------------------------
|		Footer
|----------------------------------------------------------------------
*/

footer {
	position: relative;
	background: #fff;
	color: #0b0b0b;
	z-index: 1;
}

.he footer {
	direction: initial;
}

footer a {
	color: #0b0b0b;
}

footer a:hover {
	color: #9fc63c;
}

footer .footLst {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 0 -15px;
	padding: 0;
	font-size: 16px;
}

footer .footLst > li {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 35px;
}

footer .footLst > li:not(:nth-last-child(1)) {
	border-right: 1px solid #eee;
}

footer .footLst > li > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

footer .footLst > li > a > img {
	width: 22px;
	min-width: 22px;
	height: 22px;
	-o-object-fit: contain;
	object-fit: contain;
	margin-right: 10px;
	-webkit-filter: brightness(0) invert(0);
	filter: brightness(0) invert(0);
}

footer .footLst > li .ico {
	width: 15px;
	min-width: 15px;
	height: 15px;
	margin-right: 10px;
}

footer .copyright {
	padding: 20px 0;
}

/*
|----------------------------------------------------------------------
|		About
|----------------------------------------------------------------------
*/

#about {
	padding-top: 40px;
	overflow: hidden;
}

#about > img {
	margin-top: -50px;
	margin-bottom: 40px;
}

#about .contain {
	position: relative;
	max-width: 920px;
	z-index: 3;
}

#intro {
	position: relative;
	text-align: center;
}

#intro::before,
#intro::after {
	content: "";
	position: absolute;
	bottom: 0;
	border-radius: 75%;
	z-index: 1;
}

#intro::before {
	width: 500px;
	height: 500px;
	background: #ffe4c1;
}

.en #intro::before,
.fr #intro::before {
	left: -380px;
}

.he #intro::before {
	right: -380px;
}

#intro::after {
	bottom: -200px;
	width: 380px;
	height: 380px;
	background: #ffd1e9;
}

.en #intro::after,
.fr #intro::after {
	right: -260px;
}

.he #intro::after {
	left: -260px;
}

#intro .content {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 30px;
}

#intro .content .heading {
	text-transform: uppercase;
}

#intro .line {
	margin: 0 auto;
}

#intro .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin: -15px;
}

#intro .wrapper > .column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	padding: 15px;
}

#intro .inner {
	position: relative;
	width: 100%;
	background: #f3f5ed;
	font-size: 16px;
	font-weight: 300;
	padding: 40px 54px;
	border-radius: 20px;
}

#intro .inner::before {
	content: "";
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	max-width: 160px;
	height: 5px;
	background: #9fc63c;
	margin: auto;
	border-radius: 50px;
}

#intro .inner .heading {
	font-size: 22px;
	text-transform: uppercase;
}

#intro .inner .icon {
	width: 60px;
	min-width: 60px;
	height: 60px;
	margin: 0 auto 20px;
}

#schema {
	padding: 40px 0;
}

#schema .line {
	margin: 0 auto;
}

#schema .content,
#schema .text {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
}

.en #schema .content,
.fr #schema .content {
	max-width: 760px;
}

.he #schema .content {
	max-width: 760px;
}

.en #schema .text,
.fr #schema .text {
	max-width: 780px;
}

.he #schema .text {
	max-width: 780px;
}

#schema .content h3 {
	color: #9fc63c;
	font-size: 22px;
	font-weight: 500;
}

#schema_blk {
	position: relative;
	margin: 30px 0;
}

#schema_blk strong {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

#schema_blk ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #9fc63c;
	text-align: center;
}

#schema_blk ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 180px;
}

#schema_blk ul > li:nth-child(odd) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#schema_blk ul > li > div {
	width: 100%;
}

#schema_blk .in {
	position: relative;
	width: 20px;
	margin: 0 30px;
}

#schema_blk .in::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -180px;
	width: 1px;
	margin: auto;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, #9fc63c), color-stop(0%, rgba(255, 255, 255, 0)));
	background-image: linear-gradient(#9fc63c 33%, rgba(255, 255, 255, 0) 0%);
	background-position: right;
	background-size: 1px 8px;
	background-repeat: repeat-y;
}

#schema_blk .in > img {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	width: 20px;
	min-width: 20px;
	height: 20px;
	background: #fff;
	margin: auto;
	z-index: 1;
}

#schema_blk .inner .ico {
	width: 80px;
	min-width: 80px;
	height: 80px;
	margin: 0 auto 20px;
}

#schema_blk .btm_blk {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

#schema_blk .btm_blk > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
}

#schema_blk .btm_blk > div {
	margin-top: 5px;
}

#schema_blk .btm_blk > div > img {
	width: 52px;
	margin: 0 15px;
}

#schema_blk .btm_blk strong {
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 12px 20px;
}

#schema_blk .btm_blk span {
	font-size: 26px;
	line-height: 1;
}

.en #schema_blk .btm_blk span,
.fr #schema_blk .btm_blk span {
	font-family: "Reklame Script", sans-serif;
}

.he #schema_blk .btm_blk span {
	font-weight: 700;
}

#schema_blk .btm_blk .mno strong {
	background: #f3f5ed;
	color: #9fc63c;
}

#schema_blk .btm_blk .full_mno strong {
	background: #bec3af;
	color: #fff;
}

#schema_blk .btm_blk .full_mno span {
	color: #bec3af;
}

#schema_blk .btm_blk .full_mno img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.en #schema_blk .btm_blk .light_mno,
.fr #schema_blk .btm_blk .light_mno {
	max-width: 320px;
	margin-left: auto;
}

.he #schema_blk .btm_blk .light_mno {
	max-width: 420px;
	margin-right: auto;
}

#schema_blk .btm_blk .light_mno strong {
	background: #9fc63c;
	color: #fff;
}

#schema_blk .btm_blk .light_mno span {
	color: #9fc63c;
}

.label_blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	gap: 5px 0;
	grid-gap: 5px 0;
}

.label_blk label {
	font-family: "Nunito", sans-serif;
	font-weight: 400;
}

.en .label_blk > label,
.fr .label_blk > label {
	margin-right: 20px;
}

.he .label_blk > label {
	margin-left: 20px;
}

.label_blk .checkLst {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.en .label_blk .checkLst > li:not(:nth-last-child(1)),
.fr .label_blk .checkLst > li:not(:nth-last-child(1)) {
	margin-right: 20px;
}

.he .label_blk .checkLst > li:not(:nth-last-child(1)) {
	margin-left: 20px;
}

.he .lblBtn label {
	padding-left: 0;
	padding-right: 5px;
}
