﻿@import url("../ionicons/css/ionicons.min.css");
/* content.css - A simple css for basic formatting - Used to format the built-in snippets (content blocks) in ContentBuilder.js - You can adjust or customize this css according to your site design - Can be combined with popular css frameworks */
/* Icon support */

/********************************** Adjustment for css frameworks ***********************************/
/* For UIKit */
/* For Material Design Lite */
/* Images' default margin */
/********************************** Default Typography ***********************************/
/* text-transform: uppercase;
	 */
/********************************** Basic Elements ***********************************/

.ee {
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.italic {
	font-style: italic;

}

.underline {
	text-decoration: underline;
}

.no-underline {
	text-decoration: none;
}

.no-italic {
	font-style: normal;
}

.font-bold {
	font-weight: 700
}

.font-medium {
	font-weight: 500
}

.font-semibold {
	font-weight: 600;
}

.uppercase {
	text-transform: uppercase
}

.capitalize {
	text-transform: capitalize
}

.ee a:hover {
	text-decoration: underline;
}

.ee>div:not(.sc)ol,
.ee>div:not(.sc)ul {
	line-height: inherit;
	font-weight: inherit;
}

.ee>div:not(.sc) ul {
	list-style: initial;
	padding-left: 20px;
}

.ee>div:not(.sc) ul ol {
	margin-top: 20px;
	margin-bottom: -20px;
}

.ee ol {
	list-style-type: decimal;
}

/* .ee>div:not(.sc) ol li {
		list-style: auto;
   } */
.ee>div:not(.sc) ol {
	padding-left: 20px;
}

ol.a {
	list-style: lower-alpha;
}

ol.a li {
	list-style-position: inside;
}

/********************************** Simple Grid (if css framework not used) ***********************************/
/********************************** Useful Classes ***********************************/
/* .is-social a:hover > i {
		color:#08c9b9;
	}
	 */
/* .is-rounded-button-big {
	}
	 */
/* .is-rounded-button-medium {
	}
	 */
/********************************** Title Styles ***********************************/
/* Style 1 */
/* Style 2 */
/* Style 3 */
/* Style 4 */
/* Style 5 */
/* Extra Title Styles */
/********************************** Into Styles ***********************************/
/********************************** Buttons Styles ***********************************/
/* prevent overide */
/* ghost1 default */
/* ghost1 light-text */
/* ghost1 dark-text */
/* ghost2 default */
/* ghost2 light-text */
/* ghost2 dark-text */
/* backward compatible */
/* Lightbox */
/* Column Height */


.ee>div:not(.sc) html {
	color: #000;
}

.ee>div:not(.sc) .mdl-cell {
	margin-top: 0px;
	margin-bottom: 0px;
}

.ee>div:not(.sc) .container img {
	margin: 1.4rem 0 1rem;
}

.ee>div:not(.sc) html {
	font-size: 100%;
}

.ee>div:not(.sc) body {
	margin: 0;
	font-size: 100%;
	line-height: 2;
	font-weight: 300;
}

.ee>div:not(.sc) p,
.ee>div:not(.sc) td,
.ee>div:not(.sc) li,
.ee>div:not(.sc) label {
	font-size: 1.07rem;
	line-height: 2;
	font-weight: 300;
}

.ee>div:not(.sc) li.font-semibold {
	font-weight: 600;
}

.ee>div:not(.sc) h1,
.ee>div:not(.sc) h2,
.ee>div:not(.sc) h3,
.ee>div:not(.sc) h4,
.ee>div:not(.sc) h5,
.ee>div:not(.sc) h6 {
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 1.4;
}

.ee>div:not(.sc) h1 {
	font-size: 2.36rem;
	margin: 0.4rem 0;
	color: rgb(0, 55, 112);
}

.ee>div:not(.sc) h2 {
	font-size: 2rem;
	margin: 0.6rem 0;
}

.ee>div:not(.sc) h3 {
	font-size: 1.73rem;
	margin: 0.7rem 0;
}

.ee>div:not(.sc) h4 {
	font-size: 1.6rem;
	margin: 0.8rem 0;
}

.ee>div:not(.sc) h5 {
	font-size: 1.48rem;
	margin: 0.8rem 0;
}

.ee>div:not(.sc) h6 {
	font-size: 1.3rem;
	margin: 0.8rem 0;
}

.ee>div:not(.sc) p {
	margin: 1rem 0;
}

.cb-container {
	margin: 30px 40px;
	background: #fff;
}

.ee>div:not(.sc) .display {
	margin-bottom: 0.5rem;
}

.ee>div:not(.sc) .display h1 {
	font-weight: 800;
	font-size: 3rem;
	line-height: 1.4;
}

.ee>div:not(.sc) .display p {
	font-size: 1.3rem;
	/* font-style: italic;
	 */
}

@media all and (max-width: 1024px) {
	.ee>div:not(.sc) h1 {
		font-size: 2rem;
	}

	.ee>div:not(.sc) h2 {
		font-size: 1.73rem;
	}

	.ee>div:not(.sc) h3 {
		font-size: 1.6rem;
	}

	.ee>div:not(.sc) h4 {
		font-size: 1.48rem;
	}

	.ee>div:not(.sc) h5 {
		font-size: 1.3rem;
		font-weight: bold;
	}

	.ee>div:not(.sc) h6 {
		font-size: 1rem;
		font-weight: bold;
	}

	.ee>div:not(.sc) .display h1 {
		font-size: 2.2rem;
	}

	.ee>div:not(.sc) .display p {
		font-size: 1.1rem;
	}
}

.ee>div:not(.sc) hr {
	background: none;
	background-color: transparent;
	border: none;
	border-top: rgba(0, 0, 0, 0.18) 1px solid;
	margin: 30px 0 25px;
	padding: 5px;
}

.ee>div:not(.sc) img {
	max-width: 100%;
}

.ee>div:not(.sc) figure {
	margin: 0;
}

.ee>div:not(.sc) table td {
	padding: 12px;
}

.ee>div:not(.sc) pre {
	font-family: courier;
	font-size: 1rem;
	white-space: pre-wrap;
	line-height: 1.4;
	padding: 15px;
	background: rgba(0, 0, 0, 0.03);
}

.ee>div:not(.sc) blockquote {
	margin: 16px 40px;
}

.ee>div:not(.sc) b,
.ee>div:not(.sc) strong {
	font-weight: 600;
}

.ee>div:not(.sc) sup {
	vertical-align: super;
}

.ee>div:not(.sc) sub {
	vertical-align: sub;
}

.ee>div:not(.sc) .column {
	position: relative;
	box-sizing: border-box;
	width: 100%;
}

.ee>div:not(.sc) .row {
	flex-wrap: initial;
}

.ee>div:not(.sc) .row>* {
	flex-shrink: initial
}

.ee>div:not(.sc) .row {
	display: block;
}

/* @media (min-width: 40rem) { */
@media (min-width: 761px) {
	.ee>div:not(.sc) .row {
		display: flex;
	}

	.ee>div:not(.sc) .column {
		float: left;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.ee>div:not(.sc) .column.full {
		width: 100%;
	}

	.ee>div:not(.sc) .column.two-third {
		width: 66.7%;
	}

	.ee>div:not(.sc) .column.two-fourth {
		width: 75%;
	}

	.ee>div:not(.sc) .column.two-fifth {
		width: 80%;
	}

	.ee>div:not(.sc) .column.two-sixth {
		width: 83.3%;
	}

	.ee>div:not(.sc) .column.half {
		width: 50%;
	}

	.ee>div:not(.sc) .column.third {
		width: 33.3%;
	}

	.ee>div:not(.sc) .column.fourth {
		width: 25%;
	}

	.ee>div:not(.sc) .column.fifth {
		width: 20%;
	}

	.ee>div:not(.sc) .column.sixth {
		width: 16.6%;
	}

	.ee>div:not(.sc) .column.flow-opposite {
		float: right;
	}
}

.ee>div:not(.sc) .clearfix:before,
.ee>div:not(.sc) .clearfix:after {
	content: " ";
	display: table;
}

.ee>div:not(.sc) .clearfix:after {
	clear: both;
}

.ee>div:not(.sc) .clearfix {
	*zoom: 1;
}

.ee>div:not(.sc) .spacer {
	width: 100%;
}

.ee>div:not(.sc) .text-center {
	text-align: center;
}

.ee>div:not(.sc) .text-right {
	text-align: right;
}

.ee>div:not(.sc) .text-left {
	text-align: left;
}

.ee>div:not(.sc) .img-circular {
	display: inline-block;
	width: 200px;
	height: 200px;
	position: relative;
	overflow: hidden;
	border-radius: 50%;
}

.ee>div:not(.sc) .img-circular img {
	display: inline;
	margin: 0 auto;
	height: 100%;
	width: auto;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
}

.ee>div:not(.sc) .padding-0 {
	padding: 0px !important;
	box-sizing: border-box;
}

.ee>div:not(.sc) .padding-10 {
	padding: 10px !important;
	box-sizing: border-box;
}

.ee>div:not(.sc) .padding-20 {
	padding: 20px !important;
	box-sizing: border-box;
}

.ee>div:not(.sc) .padding-30 {
	padding: 30px !important;
	box-sizing: border-box;
}

.ee>div:not(.sc) .padding-40 {
	padding: 40px !important;
	box-sizing: border-box;
}

.ee>div:not(.sc) .padding-50 {
	padding: 50px !important;
	box-sizing: border-box;
}

.ee>div:not(.sc) .padding-60 {
	padding: 60px !important;
	box-sizing: border-box;
}

@media all and (max-width: 540px) {
	.ee>div:not(.sc) .padding-0 {
		padding: 0px !important;
	}

	.ee>div:not(.sc) .padding-10 {
		padding: 5px !important;
	}

	.ee>div:not(.sc) .padding-20 {
		padding: 10px !important;
	}

	.ee>div:not(.sc) .padding-30 {
		padding: 15px !important;
	}

	.ee>div:not(.sc) .padding-40 {
		padding: 20px !important;
	}

	.ee>div:not(.sc) .padding-50 {
		padding: 25px !important;
	}

	.ee>div:not(.sc) .padding-60 {
		padding: 30px !important;
	}

	.ee>div .row.finance-request .fr-make-request a,
	.ee>div .bank2 a,
	.bank-block .btn,
	.cb-button .btn {
		font-size: 1.1rem !important;
	}

	.trust-index-blue .ti-footer,
	.trust-index .ti-footer {
		margin-top: 0 !important;
		margin-bottom: 5px !important;
	}

	.trust-index-blue .ti-reviews-container,
	.trust-index .ti-reviews-container {
		margin-bottom: 0 !important;
	}

	.trust-index-blue .ti-widget[data-layout-id='5'][data-set-id='drop-shadow'] .star-lg .ti-star,
	.trust-index .ti-widget[data-layout-id='5'][data-set-id='drop-shadow'] .star-lg .ti-star {
		height: 24px !important;
		width: 24px !important;
	}

	.trust-index-blue .ti-widget[data-layout-id='5'][data-set-id='drop-shadow'] .ti-rating-text strong.ti-rating,
	.trust-index .ti-widget[data-layout-id='5'][data-set-id='drop-shadow'] .ti-rating-text strong.ti-rating {
		font-size: 22px !important;
	}


}

.ee>div:not(.sc) .margin-0 {
	margin: 0 !important;
}

.ee>div:not(.sc) .margin-20 {
	margin: 20px !important;
}

.ee>div:not(.sc) .margin-25 {
	margin: 25px !important;
}

.ee>div:not(.sc) .margin-30 {
	margin: 30px !important;
}

.ee>div:not(.sc) .margin-35 {
	margin: 35px !important;
}

.ee>div:not(.sc) .margin-40 {
	margin: 40px !important;
}

.ee>div:not(.sc) .is-card {
	display: table;
	background-color: #fff;
}

.ee>div:not(.sc) .is-card>* {
	display: table;
}

.ee>div:not(.sc) .is-card-circle {
	width: 280px;
	height: 280px;
	border-radius: 500px;
	padding: 70px;
	margin: 0 auto;
}

@media all and (max-width: 540px) {
	.ee>div:not(.sc) .is-card-circle {
		zoom: 0.7;
		-moz-transform: scale(0.7);
	}

	.ebook .ebook-btn {
		flex-direction: column;
	}
	.ebook .ebook-btn .btn {
		width: 180px;
	}
}

.ee>div:not(.sc) .is-card-content-centered {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.ee>div:not(.sc) .max-390 {
	max-width: 390px;
	margin: 0 auto;
}

.ee>div:not(.sc) .shadow-1 {
	/* card */
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.ee>div:not(.sc) .shadow-2 {
	/* screenshot */
	-webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
	box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}

.ee>div:not(.sc) .shadow-3 {
	/* highlight */
	-webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2);
}

.ee>div:not(.sc) img.circle {
	border-radius: 500px;
	margin-top: 0;
}

.ee>div:not(.sc) img.bordered {
	border: #ccc 1px solid;
}

.ee>div:not(.sc) .embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	margin-top: 1.4em;
	margin-bottom: 1em;
}

.ee>div:not(.sc) .embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.ee>div:not(.sc) .embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.ee>div:not(.sc) .embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.ee>div:not(.sc) .list {
	position: relative;
	margin: 1.5em 0;
	box-shadow: none;
}

.ee>div:not(.sc) .list>i {
	position: absolute;
	left: -3px;
	top: 6px;
	font-size: 1.7em;
	line-height: 1;
}

.ee>div:not(.sc) .list>h2,
.ee>div:not(.sc) .list>h3 {
	margin: 0 0 0 50px !important;
	line-height: 1.2 !important;
}

.ee>div:not(.sc) .list>p {
	margin: 5px 0 0 50px !important;
}

.ee>div:not(.sc) .list.larger>i {
	position: absolute;
	left: -3px;
	top: 0;
	font-size: 1.7em;
	line-height: 1;
}

.ee>div:not(.sc) .list.larger>h2,
.ee>div:not(.sc) .list.larger>h3 {
	margin: 0 0 0 70px !important;
	line-height: 1.2 !important;
}

.ee>div:not(.sc) .list.larger>p {
	margin: 5px 0 0 70px !important;
}

.ee>div:not(.sc) .quote {
	position: relative;
	margin: 1.5em 0;
}

.ee>div:not(.sc) .quote>i {
	position: absolute;
	top: -10px;
	left: -7px;
	font-size: 2em;
}

.ee>div:not(.sc) .quote>small {
	margin-left: 50px;
	opacity: 0.7;
	font-size: 1em;
}

.ee>div:not(.sc) .quote>p {
	margin-left: 50px;
	font-size: 1.5em;
}

@media all and (max-width: 540px) {
	.ee>div:not(.sc) .quote>i {
		left: -15px;
		font-size: 1.5em;
	}

	.ee>div:not(.sc) .quote>small {
		margin-left: 20px;
		font-size: 1em;
	}

	.ee>div:not(.sc) .quote>p {
		margin-left: 20px;
		font-size: 1.2em;
	}
}

.ee>div:not(.sc) .is-social {
	line-height: 1;
	padding: 20px 0;
	/* margin-bottom:1.5em */
}

.ee>div:not(.sc) .is-social a>i {
	text-decoration: none;
	color: #333;
	font-size: 1.2em;
	margin: 0 15px;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.ee>div:not(.sc) .is-social a:first-child>i {
	margin: 0 15px 0 0;
}

.ee>div:not(.sc) .is-social a:last-child>i {
	margin: 0 0 0 15px;
}

.ee>div:not(.sc) .is-light-text .is-social a>i {
	color: rgba(255, 255, 255, 0.93);
}

.ee>div:not(.sc) .is-light-text .is-social a:hover>i {
	color: rgba(255, 255, 255, 0.93);
}

.ee>div:not(.sc) .is-dark-text .is-social a>i {
	color: #000;
}

.ee>div:not(.sc) .is-dark-text .is-social a:hover>i {
	color: #000;
}

.ee>div:not(.sc) .is-rounded-button-big a {
	display: inline-block;
	text-align: center;
	margin: 0 20px;
	border-radius: 500px;
	width: 110px;
	height: 110px;
	background-color: #aaa;
	overflow: hidden;
	text-decoration: none;
}

.ee>div:not(.sc) .is-rounded-button-big a i {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ee>div:not(.sc) .is-rounded-button-big a:first-child {
	margin: 0 20px 0 0;
}

.ee>div:not(.sc) .is-rounded-button-big a:last-child {
	margin: 0 0 0 20px;
}

.ee>div:not(.sc) .is-rounded-button-medium a {
	display: inline-block;
	text-align: center;
	margin: 0 20px;
	border-radius: 500px;
	width: 70px;
	height: 70px;
	background-color: #aaa;
	overflow: hidden;
	text-decoration: none;
}

.ee>div:not(.sc) .is-rounded-button-medium a i {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ee>div:not(.sc) .is-rounded-button-medium a:first-child {
	margin: 0 20px 0 0;
}

.ee>div:not(.sc) .is-rounded-button-medium a:last-child {
	margin: 0 0 0 20px;
}

.ee>div:not(.sc) .is-boxed-button-big {
	display: inline-block;
}

.ee>div:not(.sc) .is-boxed-button-big a {
	display: table;
	float: left;
	text-align: center;
	margin: 0 30px 0 0;
	width: 110px;
	height: 110px;
	background-color: #aaa;
	text-decoration: none;
}

.ee>div:not(.sc) .is-boxed-button-big a i {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ee>div:not(.sc) .is-boxed-button-big2 {
	display: inline-block;
}

.ee>div:not(.sc) .is-boxed-button-big2 a {
	display: table;
	float: left;
	text-align: center;
	margin: 0 30px 0 0;
	width: 150px;
	height: 70px;
	background-color: #aaa;
	text-decoration: none;
}

.ee>div:not(.sc) .is-boxed-button-big2 a i {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ee>div:not(.sc) .is-boxed-button-medium {
	display: inline-block;
}

.ee>div:not(.sc) .is-boxed-button-medium a {
	display: table;
	float: left;
	text-align: center;
	margin: 0 30px 0 0;
	width: 70px;
	height: 70px;
	background-color: #aaa;
	text-decoration: none;
}

.ee>div:not(.sc) .is-boxed-button-medium a i {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ee>div:not(.sc) .is-boxed-button-medium2 {
	display: inline-block;
}

.ee>div:not(.sc) .is-boxed-button-medium2 a {
	display: table;
	float: left;
	text-align: center;
	margin: 0 30px 0 0;
	width: 100px;
	height: 50px;
	background-color: #aaa;
	text-decoration: none;
}

.ee>div:not(.sc) .is-boxed-button-medium2 a i {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ee>div:not(.sc) .is-boxed-button-small {
	display: inline-block;
}

.ee>div:not(.sc) .is-boxed-button-small a {
	display: table;
	float: left;
	text-align: center;
	margin: 0 20px 0 0;
	width: 50px;
	height: 50px;
	background-color: #aaa;
	text-decoration: none;
}

.ee>div:not(.sc) .is-boxed-button-small a i {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ee>div:not(.sc) .height-20 {
	height: 20px;
}

.ee>div:not(.sc) .height-40 {
	height: 40px;
}

.ee>div:not(.sc) .height-60 {
	height: 60px;
}

.ee>div:not(.sc) .height-80 {
	height: 80px;
}

.ee>div:not(.sc) .height-100 {
	height: 100px;
}

.ee>div:not(.sc) .height-120 {
	height: 120px;
}

.ee>div:not(.sc) .height-140 {
	height: 140px;
}

.ee>div:not(.sc) .height-160 {
	height: 160px;
}

.ee>div:not(.sc) .height-180 {
	height: 180px;
}

.ee>div:not(.sc) .height-200 {
	height: 200px;
}

.ee>div:not(.sc) .height-220 {
	height: 220px;
}

.ee>div:not(.sc) .height-240 {
	height: 240px;
}

.ee>div:not(.sc) .height-260 {
	height: 260px;
}

.ee>div:not(.sc) .height-280 {
	height: 280px;
}

.ee>div:not(.sc) .height-300 {
	height: 300px;
}

@media (min-width: 1921px) {
	.ee>div:not(.sc) .height-20 {
		height: 2.5vh;
	}

	.ee>div:not(.sc) .height-40 {
		height: 5vh;
	}

	.ee>div:not(.sc) .height-60 {
		height: 7.5vh;
	}

	.ee>div:not(.sc) .height-80 {
		height: 10vh;
	}

	.ee>div:not(.sc) .height-100 {
		height: 12.5vh;
	}

	.ee>div:not(.sc) .height-120 {
		height: 15vh;
	}

	.ee>div:not(.sc) .height-140 {
		height: 17, 5vh;
	}

	.ee>div:not(.sc) .height-160 {
		height: 20vh;
	}

	.ee>div:not(.sc) .height-180 {
		height: 22.5vh;
	}

	.ee>div:not(.sc) .height-200 {
		height: 25vh;
	}

	.ee>div:not(.sc) .height-220 {
		height: 27.5vh;
	}

	.ee>div:not(.sc) .height-240 {
		height: 30vh;
	}

	.ee>div:not(.sc) .height-260 {
		height: 32.5vh;
	}

	.ee>div:not(.sc) .height-280 {
		height: 35vh;
	}

	.ee>div:not(.sc) .height-300 {
		height: 37.5vh;
	}
}

@media (max-width: 1440px) {
	.ee>div:not(.sc) .height-20 {
		height: 10px;
	}

	.ee>div:not(.sc) .height-40 {
		height: 20px;
	}

	.ee>div:not(.sc) .height-60 {
		height: 30px;
	}

	.ee>div:not(.sc) .height-80 {
		height: 40px;
	}

	.ee>div:not(.sc) .height-100 {
		height: 50px;
	}

	.ee>div:not(.sc) .height-120 {
		height: 60px;
	}

	.ee>div:not(.sc) .height-140 {
		height: 70px;
	}

	.ee>div:not(.sc) .height-160 {
		height: 80px;
	}

	.ee>div:not(.sc) .height-180 {
		height: 90px;
	}

	.ee>div:not(.sc) .height-200 {
		height: 100px;
	}

	.ee>div:not(.sc) .height-220 {
		height: 110px;
	}

	.ee>div:not(.sc) .height-240 {
		height: 120px;
	}

	.ee>div:not(.sc) .height-260 {
		height: 130px;
	}

	.ee>div:not(.sc) .height-280 {
		height: 140px;
	}

	.ee>div:not(.sc) .height-300 {
		height: 150px;
	}
}

@media (max-width: 1024px) {
	.ee>div:not(.sc) .height-20 {
		height: 10px;
	}

	.ee>div:not(.sc) .height-40 {
		height: 15px;
	}

	.ee>div:not(.sc) .height-60 {
		height: 20px;
	}

	.ee>div:not(.sc) .height-80 {
		height: 25px;
	}

	.ee>div:not(.sc) .height-100 {
		height: 30px;
	}

	.ee>div:not(.sc) .height-120 {
		height: 35px;
	}

	.ee>div:not(.sc) .height-140 {
		height: 40px;
	}

	.ee>div:not(.sc) .height-160 {
		height: 45px;
	}

	.ee>div:not(.sc) .height-180 {
		height: 50px;
	}

	.ee>div:not(.sc) .height-200 {
		height: 55px;
	}

	.ee>div:not(.sc) .height-220 {
		height: 60px;
	}

	.ee>div:not(.sc) .height-240 {
		height: 65px;
	}

	.ee>div:not(.sc) .height-260 {
		height: 70px;
	}

	.ee>div:not(.sc) .height-280 {
		height: 75px;
	}

	.ee>div:not(.sc) .height-300 {
		height: 80px;
	}
}

.ee>div:not(.sc) .size-12 {
	font-size: 12px !important;
}

.ee>div:not(.sc) .size-14 {
	font-size: 14px !important;
}

.ee>div:not(.sc) .size-15 {
	font-size: 15px !important;
}

.ee>div:not(.sc) .size-16 {
	font-size: 16px !important;
}

.ee>div:not(.sc) .size-17 {
	font-size: 17px !important;
}

.ee>div:not(.sc) .size-18 {
	font-size: 18px !important;
}

.ee>div:not(.sc) .size-19 {
	font-size: 19px !important;
}

.ee>div:not(.sc) .size-21 {
	font-size: 21px !important;
}

.ee>div:not(.sc) .size-24 {
	font-size: 24px !important;
}

.ee>div:not(.sc) .size-28 {
	font-size: 28px !important;
}

.ee>div:not(.sc) .size-32 {
	font-size: 32px !important;
}

.ee>div:not(.sc) .size-35 {
	font-size: 35px !important;
}

.ee>div:not(.sc) .size-38 {
	font-size: 38px !important;
}

.ee>div:not(.sc) .size-42 {
	font-size: 42px !important;
}

.ee>div:not(.sc) .size-46 {
	font-size: 46px !important;
}

.ee>div:not(.sc) .size-48 {
	font-size: 48px !important;
}

.ee>div:not(.sc) .size-50 {
	font-size: 50px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-54 {
	font-size: 54px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-60 {
	font-size: 60px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-64 {
	font-size: 64px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-68 {
	font-size: 68px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-72 {
	font-size: 72px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-76 {
	font-size: 76px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-80 {
	font-size: 80px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-84 {
	font-size: 84px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-88 {
	font-size: 88px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-92 {
	font-size: 92px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-96 {
	font-size: 96px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-100 {
	font-size: 100px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-104 {
	font-size: 104px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-108 {
	font-size: 108px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-112 {
	font-size: 112px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-116 {
	font-size: 116px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-120 {
	font-size: 120px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-124 {
	font-size: 124px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-128 {
	font-size: 128px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-132 {
	font-size: 132px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-136 {
	font-size: 136px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-140 {
	font-size: 140px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-144 {
	font-size: 144px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-148 {
	font-size: 148px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-152 {
	font-size: 152px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-156 {
	font-size: 156px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-160 {
	font-size: 160px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-164 {
	font-size: 164px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-168 {
	font-size: 168px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-172 {
	font-size: 172px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-176 {
	font-size: 176px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-180 {
	font-size: 180px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-184 {
	font-size: 184px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-188 {
	font-size: 188px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-192 {
	font-size: 192px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-196 {
	font-size: 196px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-200 {
	font-size: 200px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-204 {
	font-size: 204px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-208 {
	font-size: 208px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-212 {
	font-size: 212px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-216 {
	font-size: 216px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-220 {
	font-size: 220px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-224 {
	font-size: 224px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-228 {
	font-size: 228px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-232 {
	font-size: 232px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-236 {
	font-size: 236px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-240 {
	font-size: 240px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-244 {
	font-size: 244px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-248 {
	font-size: 248px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-252 {
	font-size: 252px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-256 {
	font-size: 256px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-260 {
	font-size: 260px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-264 {
	font-size: 264px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-268 {
	font-size: 268px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-272 {
	font-size: 272px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-276 {
	font-size: 276px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-280 {
	font-size: 280px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-284 {
	font-size: 284px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-288 {
	font-size: 288px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-292 {
	font-size: 292px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-296 {
	font-size: 296px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-300 {
	font-size: 300px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-304 {
	font-size: 304px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-308 {
	font-size: 308px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-312 {
	font-size: 312px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-316 {
	font-size: 316px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-320 {
	font-size: 320px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-324 {
	font-size: 324px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-328 {
	font-size: 328px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-332 {
	font-size: 332px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-336 {
	font-size: 336px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-340 {
	font-size: 340px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-344 {
	font-size: 344px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-348 {
	font-size: 348px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-352 {
	font-size: 352px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-356 {
	font-size: 356px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-360 {
	font-size: 360px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-364 {
	font-size: 364px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-368 {
	font-size: 368px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-372 {
	font-size: 372px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-376 {
	font-size: 376px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-380 {
	font-size: 380px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-384 {
	font-size: 384px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-388 {
	font-size: 388px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-392 {
	font-size: 392px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-396 {
	font-size: 396px !important;
	overflow-wrap: break-word;
}

.ee>div:not(.sc) .size-400 {
	font-size: 400px !important;
	overflow-wrap: break-word;
}

@media all and (max-width: 1800px) {
	.ee>div:not(.sc) .size-12 {
		font-size: 0.74vw !important;
	}

	.ee>div:not(.sc) .size-14 {
		font-size: 0.86vw !important;
	}

	.ee>div:not(.sc) .size-15 {
		font-size: 0.93vw !important;
	}

	.ee>div:not(.sc) .size-16 {
		font-size: 0.99vw !important;
	}

	.ee>div:not(.sc) .size-17 {
		font-size: 1.05vw !important;
	}

	.ee>div:not(.sc) .size-18 {
		font-size: 1.11vw !important;
	}

	.ee>div:not(.sc) .size-19 {
		font-size: 1.17vw !important;
	}

	.ee>div:not(.sc) .size-21 {
		font-size: 1.29vw !important;
	}

	.ee>div:not(.sc) .size-24 {
		font-size: 1.48vw !important;
	}

	.ee>div:not(.sc) .size-28 {
		font-size: 1.56vw !important;
	}

	.ee>div:not(.sc) .size-32 {
		font-size: 1.64vw !important;
	}

	.ee>div:not(.sc) .size-35 {
		font-size: 1.82vw !important;
	}

	.ee>div:not(.sc) .size-38 {
		font-size: 1.98vw !important;
	}

	.ee>div:not(.sc) .size-42 {
		font-size: 2.19vw !important;
	}

	.ee>div:not(.sc) .size-46 {
		font-size: 2.4vw !important;
	}

	.ee>div:not(.sc) .size-48 {
		font-size: 2.5vw !important;
	}

	.ee>div:not(.sc) .size-50 {
		font-size: 2.61vw !important;
	}

	.ee>div:not(.sc) .size-54 {
		font-size: 2.81vw !important;
	}

	.ee>div:not(.sc) .size-60 {
		font-size: 3.13vw !important;
	}

	.ee>div:not(.sc) .size-64 {
		font-size: 3.33vw !important;
	}

	.ee>div:not(.sc) .size-68 {
		font-size: 3.54vw !important;
	}

	.ee>div:not(.sc) .size-72 {
		font-size: 3.75vw !important;
	}

	.ee>div:not(.sc) .size-76 {
		font-size: 3.96vw !important;
	}

	.ee>div:not(.sc) .size-80 {
		font-size: 4.17vw !important;
	}

	.ee>div:not(.sc) .size-84 {
		font-size: 4.38vw !important;
	}

	.ee>div:not(.sc) .size-88 {
		font-size: 4.58vw !important;
	}

	.ee>div:not(.sc) .size-92 {
		font-size: 4.79vw !important;
	}

	.ee>div:not(.sc) .size-96 {
		font-size: 5vw !important;
	}

	.ee>div:not(.sc) .size-100 {
		font-size: 5.21vw !important;
	}

	.ee>div:not(.sc) .size-104 {
		font-size: 5.42vw !important;
	}

	.ee>div:not(.sc) .size-108 {
		font-size: 5.63vw !important;
	}

	.ee>div:not(.sc) .size-112 {
		font-size: 5.84vw !important;
	}

	.ee>div:not(.sc) .size-116 {
		font-size: 6.04vw !important;
	}

	.ee>div:not(.sc) .size-120 {
		font-size: 6.25vw !important;
	}

	.ee>div:not(.sc) .size-124 {
		font-size: 6.46vw !important;
	}

	.ee>div:not(.sc) .size-128 {
		font-size: 6.67vw !important;
	}

	.ee>div:not(.sc) .size-132 {
		font-size: 6.88vw !important;
	}

	.ee>div:not(.sc) .size-136 {
		font-size: 7.09vw !important;
	}

	.ee>div:not(.sc) .size-140 {
		font-size: 7.29vw !important;
	}

	.ee>div:not(.sc) .size-144 {
		font-size: 7.5vw !important;
	}

	.ee>div:not(.sc) .size-148 {
		font-size: 7.71vw !important;
	}

	.ee>div:not(.sc) .size-152 {
		font-size: 7.92vw !important;
	}

	.ee>div:not(.sc) .size-156 {
		font-size: 8.13vw !important;
	}

	.ee>div:not(.sc) .size-160 {
		font-size: 8.34vw !important;
	}

	.ee>div:not(.sc) .size-164 {
		font-size: 8.54vw !important;
	}

	.ee>div:not(.sc) .size-168 {
		font-size: 8.75vw !important;
	}

	.ee>div:not(.sc) .size-172 {
		font-size: 8.96vw !important;
	}

	.ee>div:not(.sc) .size-176 {
		font-size: 9.17vw !important;
	}

	.ee>div:not(.sc) .size-180 {
		font-size: 9.38vw !important;
	}

	.ee>div:not(.sc) .size-184 {
		font-size: 9.59vw !important;
	}

	.ee>div:not(.sc) .size-188 {
		font-size: 9.79vw !important;
	}

	.ee>div:not(.sc) .size-192 {
		font-size: 10vw !important;
	}

	.ee>div:not(.sc) .size-196 {
		font-size: 10.21vw !important;
	}

	.ee>div:not(.sc) .size-200 {
		font-size: 10.42vw !important;
	}

	.ee>div:not(.sc) .size-204 {
		font-size: 10.63vw !important;
	}

	.ee>div:not(.sc) .size-208 {
		font-size: 10.84vw !important;
	}

	.ee>div:not(.sc) .size-212 {
		font-size: 11.05vw !important;
	}

	.ee>div:not(.sc) .size-216 {
		font-size: 11.25vw !important;
	}

	.ee>div:not(.sc) .size-220 {
		font-size: 11.46vw !important;
	}

	.ee>div:not(.sc) .size-224 {
		font-size: 11.67vw !important;
	}

	.ee>div:not(.sc) .size-228 {
		font-size: 11.88vw !important;
	}

	.ee>div:not(.sc) .size-232 {
		font-size: 12.09vw !important;
	}

	.ee>div:not(.sc) .size-236 {
		font-size: 12.3vw !important;
	}

	.ee>div:not(.sc) .size-240 {
		font-size: 12.5vw !important;
	}

	.ee>div:not(.sc) .size-244 {
		font-size: 12.71vw !important;
	}

	.ee>div:not(.sc) .size-248 {
		font-size: 12.92vw !important;
	}

	.ee>div:not(.sc) .size-252 {
		font-size: 13.13vw !important;
	}

	.ee>div:not(.sc) .size-256 {
		font-size: 13.34vw !important;
	}

	.ee>div:not(.sc) .size-260 {
		font-size: 13.55vw !important;
	}

	.ee>div:not(.sc) .size-264 {
		font-size: 13.75vw !important;
	}

	.ee>div:not(.sc) .size-268 {
		font-size: 13.96vw !important;
	}

	.ee>div:not(.sc) .size-272 {
		font-size: 14.17vw !important;
	}

	.ee>div:not(.sc) .size-276 {
		font-size: 14.38vw !important;
	}

	.ee>div:not(.sc) .size-280 {
		font-size: 14.59vw !important;
	}

	.ee>div:not(.sc) .size-284 {
		font-size: 14.8vw !important;
	}

	.ee>div:not(.sc) .size-288 {
		font-size: 15vw !important;
	}

	.ee>div:not(.sc) .size-292 {
		font-size: 15.21vw !important;
	}

	.ee>div:not(.sc) .size-296 {
		font-size: 15.42vw !important;
	}

	.ee>div:not(.sc) .size-300 {
		font-size: 15.63vw !important;
	}

	.ee>div:not(.sc) .size-304 {
		font-size: 15.84vw !important;
	}

	.ee>div:not(.sc) .size-308 {
		font-size: 16.06vw !important;
	}

	.ee>div:not(.sc) .size-312 {
		font-size: 16.26vw !important;
	}

	.ee>div:not(.sc) .size-316 {
		font-size: 16.46vw !important;
	}

	.ee>div:not(.sc) .size-320 {
		font-size: 16.67vw !important;
	}

	.ee>div:not(.sc) .size-324 {
		font-size: 16.88vw !important;
	}

	.ee>div:not(.sc) .size-328 {
		font-size: 17.09vw !important;
	}

	.ee>div:not(.sc) .size-332 {
		font-size: 17.3vw !important;
	}

	.ee>div:not(.sc) .size-336 {
		font-size: 17.5vw !important;
	}

	.ee>div:not(.sc) .size-340 {
		font-size: 17.71vw !important;
	}

	.ee>div:not(.sc) .size-344 {
		font-size: 17.92vw !important;
	}

	.ee>div:not(.sc) .size-348 {
		font-size: 18.13vw !important;
	}

	.ee>div:not(.sc) .size-352 {
		font-size: 18.34vw !important;
	}

	.ee>div:not(.sc) .size-356 {
		font-size: 18.55vw !important;
	}

	.ee>div:not(.sc) .size-360 {
		font-size: 18.76vw !important;
	}

	.ee>div:not(.sc) .size-364 {
		font-size: 18.96vw !important;
	}

	.ee>div:not(.sc) .size-368 {
		font-size: 19.17vw !important;
	}

	.ee>div:not(.sc) .size-372 {
		font-size: 19.38vw !important;
	}

	.ee>div:not(.sc) .size-376 {
		font-size: 19.59vw !important;
	}

	.ee>div:not(.sc) .size-380 {
		font-size: 19.8vw !important;
	}

	.ee>div:not(.sc) .size-384 {
		font-size: 20vw !important;
	}

	.ee>div:not(.sc) .size-388 {
		font-size: 20.21vw !important;
	}

	.ee>div:not(.sc) .size-392 {
		font-size: 20.42vw !important;
	}

	.ee>div:not(.sc) .size-396 {
		font-size: 20.63vw !important;
	}

	.ee>div:not(.sc) .size-400 {
		font-size: 20.84vw !important;
	}
}

@media all and (min-width: 1921px) {
	.ee>div:not(.sc) {
		/* v2 */
	}

	.ee>div:not(.sc) .v2 .size-12 {
		font-size: 0.63vw !important;
	}

	.ee>div:not(.sc) .v2 .size-14 {
		font-size: 0.73vw !important;
	}

	.ee>div:not(.sc) .v2 .size-15 {
		font-size: 0.78vw !important;
	}

	.ee>div:not(.sc) .v2 .size-16 {
		font-size: 0.83vw !important;
	}

	.ee>div:not(.sc) .v2 .size-17 {
		font-size: 0.89vw !important;
	}

	.ee>div:not(.sc) .v2 .size-18 {
		font-size: 0.94vw !important;
	}

	.ee>div:not(.sc) .v2 .size-19 {
		font-size: 0.99vw !important;
	}

	.ee>div:not(.sc) .v2 .size-21 {
		font-size: 1.09vw !important;
	}

	.ee>div:not(.sc) .v2 .size-24 {
		font-size: 1.25vw !important;
	}

	.ee>div:not(.sc) .v2 .size-28 {
		font-size: 1.46vw !important;
	}

	.ee>div:not(.sc) .v2 .size-32 {
		font-size: 1.67vw !important;
	}

	.ee>div:not(.sc) .v2 .size-35 {
		font-size: 1.82vw !important;
	}

	.ee>div:not(.sc) .v2 .size-38 {
		font-size: 1.98vw !important;
	}

	.ee>div:not(.sc) .v2 .size-42 {
		font-size: 2.19vw !important;
	}

	.ee>div:not(.sc) .v2 .size-46 {
		font-size: 2.4vw !important;
	}

	.ee>div:not(.sc) .v2 .size-48 {
		font-size: 2.5vw !important;
	}

	.ee>div:not(.sc) .v2 .size-50 {
		font-size: 2.61vw !important;
	}

	.ee>div:not(.sc) .v2 .size-54 {
		font-size: 2.81vw !important;
	}

	.ee>div:not(.sc) .v2 .size-60 {
		font-size: 3.13vw !important;
	}

	.ee>div:not(.sc) .v2 .size-64 {
		font-size: 3.33vw !important;
	}

	.ee>div:not(.sc) .v2 .size-68 {
		font-size: 3.54vw !important;
	}

	.ee>div:not(.sc) .v2 .size-72 {
		font-size: 3.75vw !important;
	}

	.ee>div:not(.sc) .v2 .size-76 {
		font-size: 3.96vw !important;
	}

	.ee>div:not(.sc) .v2 .size-80 {
		font-size: 4.17vw !important;
	}

	.ee>div:not(.sc) .v2 .size-84 {
		font-size: 4.38vw !important;
	}

	.ee>div:not(.sc) .v2 .size-88 {
		font-size: 4.58vw !important;
	}

	.ee>div:not(.sc) .v2 .size-92 {
		font-size: 4.79vw !important;
	}

	.ee>div:not(.sc) .v2 .size-96 {
		font-size: 5vw !important;
	}

	.ee>div:not(.sc) .v2 .size-100 {
		font-size: 5.21vw !important;
	}

	.ee>div:not(.sc) .v2 .size-104 {
		font-size: 5.42vw !important;
	}

	.ee>div:not(.sc) .v2 .size-108 {
		font-size: 5.63vw !important;
	}

	.ee>div:not(.sc) .v2 .size-112 {
		font-size: 5.84vw !important;
	}

	.ee>div:not(.sc) .v2 .size-116 {
		font-size: 6.04vw !important;
	}

	.ee>div:not(.sc) .v2 .size-120 {
		font-size: 6.25vw !important;
	}

	.ee>div:not(.sc) .v2 .size-124 {
		font-size: 6.46vw !important;
	}

	.ee>div:not(.sc) .v2 .size-128 {
		font-size: 6.67vw !important;
	}

	.ee>div:not(.sc) .v2 .size-132 {
		font-size: 6.88vw !important;
	}

	.ee>div:not(.sc) .v2 .size-136 {
		font-size: 7.09vw !important;
	}

	.ee>div:not(.sc) .v2 .size-140 {
		font-size: 7.29vw !important;
	}

	.ee>div:not(.sc) .v2 .size-144 {
		font-size: 7.5vw !important;
	}

	.ee>div:not(.sc) .v2 .size-148 {
		font-size: 7.71vw !important;
	}

	.ee>div:not(.sc) .v2 .size-152 {
		font-size: 7.92vw !important;
	}

	.ee>div:not(.sc) .v2 .size-156 {
		font-size: 8.13vw !important;
	}

	.ee>div:not(.sc) .v2 .size-160 {
		font-size: 8.34vw !important;
	}

	.ee>div:not(.sc) .v2 .size-164 {
		font-size: 8.54vw !important;
	}

	.ee>div:not(.sc) .v2 .size-168 {
		font-size: 8.75vw !important;
	}

	.ee>div:not(.sc) .v2 .size-172 {
		font-size: 8.96vw !important;
	}

	.ee>div:not(.sc) .v2 .size-176 {
		font-size: 9.17vw !important;
	}

	.ee>div:not(.sc) .v2 .size-180 {
		font-size: 9.38vw !important;
	}

	.ee>div:not(.sc) .v2 .size-184 {
		font-size: 9.59vw !important;
	}

	.ee>div:not(.sc) .v2 .size-188 {
		font-size: 9.79vw !important;
	}

	.ee>div:not(.sc) .v2 .size-192 {
		font-size: 10vw !important;
	}

	.ee>div:not(.sc) .v2 .size-196 {
		font-size: 10.21vw !important;
	}

	.ee>div:not(.sc) .v2 .size-200 {
		font-size: 10.42vw !important;
	}

	.ee>div:not(.sc) .v2 .size-204 {
		font-size: 10.63vw !important;
	}

	.ee>div:not(.sc) .v2 .size-208 {
		font-size: 10.84vw !important;
	}

	.ee>div:not(.sc) .v2 .size-212 {
		font-size: 11.05vw !important;
	}

	.ee>div:not(.sc) .v2 .size-216 {
		font-size: 11.25vw !important;
	}

	.ee>div:not(.sc) .v2 .size-220 {
		font-size: 11.46vw !important;
	}

	.ee>div:not(.sc) .v2 .size-224 {
		font-size: 11.67vw !important;
	}

	.ee>div:not(.sc) .v2 .size-228 {
		font-size: 11.88vw !important;
	}

	.ee>div:not(.sc) .v2 .size-232 {
		font-size: 12.09vw !important;
	}

	.ee>div:not(.sc) .v2 .size-236 {
		font-size: 12.3vw !important;
	}

	.ee>div:not(.sc) .v2 .size-240 {
		font-size: 12.5vw !important;
	}

	.ee>div:not(.sc) .v2 .size-244 {
		font-size: 12.71vw !important;
	}

	.ee>div:not(.sc) .v2 .size-248 {
		font-size: 12.92vw !important;
	}

	.ee>div:not(.sc) .v2 .size-252 {
		font-size: 13.13vw !important;
	}

	.ee>div:not(.sc) .v2 .size-256 {
		font-size: 13.34vw !important;
	}

	.ee>div:not(.sc) .v2 .size-260 {
		font-size: 13.55vw !important;
	}

	.ee>div:not(.sc) .v2 .size-264 {
		font-size: 13.75vw !important;
	}

	.ee>div:not(.sc) .v2 .size-268 {
		font-size: 13.96vw !important;
	}

	.ee>div:not(.sc) .v2 .size-272 {
		font-size: 14.17vw !important;
	}

	.ee>div:not(.sc) .v2 .size-276 {
		font-size: 14.38vw !important;
	}

	.ee>div:not(.sc) .v2 .size-280 {
		font-size: 14.59vw !important;
	}

	.ee>div:not(.sc) .v2 .size-284 {
		font-size: 14.8vw !important;
	}

	.ee>div:not(.sc) .v2 .size-288 {
		font-size: 15vw !important;
	}

	.ee>div:not(.sc) .v2 .size-292 {
		font-size: 15.21vw !important;
	}

	.ee>div:not(.sc) .v2 .size-296 {
		font-size: 15.42vw !important;
	}

	.ee>div:not(.sc) .v2 .size-300 {
		font-size: 15.63vw !important;
	}

	.ee>div:not(.sc) .v2 .size-304 {
		font-size: 15.84vw !important;
	}

	.ee>div:not(.sc) .v2 .size-308 {
		font-size: 16.06vw !important;
	}

	.ee>div:not(.sc) .v2 .size-312 {
		font-size: 16.26vw !important;
	}

	.ee>div:not(.sc) .v2 .size-316 {
		font-size: 16.46vw !important;
	}

	.ee>div:not(.sc) .v2 .size-320 {
		font-size: 16.67vw !important;
	}

	.ee>div:not(.sc) .v2 .size-324 {
		font-size: 16.88vw !important;
	}

	.ee>div:not(.sc) .v2 .size-328 {
		font-size: 17.09vw !important;
	}

	.ee>div:not(.sc) .v2 .size-332 {
		font-size: 17.3vw !important;
	}

	.ee>div:not(.sc) .v2 .size-336 {
		font-size: 17.5vw !important;
	}

	.ee>div:not(.sc) .v2 .size-340 {
		font-size: 17.71vw !important;
	}

	.ee>div:not(.sc) .v2 .size-344 {
		font-size: 17.92vw !important;
	}

	.ee>div:not(.sc) .v2 .size-348 {
		font-size: 18.13vw !important;
	}

	.ee>div:not(.sc) .v2 .size-352 {
		font-size: 18.34vw !important;
	}

	.ee>div:not(.sc) .v2 .size-356 {
		font-size: 18.55vw !important;
	}

	.ee>div:not(.sc) .v2 .size-360 {
		font-size: 18.76vw !important;
	}

	.ee>div:not(.sc) .v2 .size-364 {
		font-size: 18.96vw !important;
	}

	.ee>div:not(.sc) .v2 .size-368 {
		font-size: 19.17vw !important;
	}

	.ee>div:not(.sc) .v2 .size-372 {
		font-size: 19.38vw !important;
	}

	.ee>div:not(.sc) .v2 .size-376 {
		font-size: 19.59vw !important;
	}

	.ee>div:not(.sc) .v2 .size-380 {
		font-size: 19.8vw !important;
	}

	.ee>div:not(.sc) .v2 .size-384 {
		font-size: 20vw !important;
	}

	.ee>div:not(.sc) .v2 .size-388 {
		font-size: 20.21vw !important;
	}

	.ee>div:not(.sc) .v2 .size-392 {
		font-size: 20.42vw !important;
	}

	.ee>div:not(.sc) .v2 .size-396 {
		font-size: 20.63vw !important;
	}

	.ee>div:not(.sc) .v2 .size-400 {
		font-size: 20.84vw !important;
	}
}

@media all and (max-width: 970px) {
	.ee>div:not(.sc) .size-12 {
		font-size: 12px !important;
	}

	.ee>div:not(.sc) .size-14 {
		font-size: 14px !important;
	}

	.ee>div:not(.sc) .size-15 {
		font-size: 15px !important;
	}

	.ee>div:not(.sc) .size-16 {
		font-size: 16px !important;
	}

	.ee>div:not(.sc) .size-17 {
		font-size: 17px !important;
	}

	.ee>div:not(.sc) .size-18 {
		font-size: 18px !important;
	}

	.ee>div:not(.sc) .size-19 {
		font-size: 19px !important;
	}

	.ee>div:not(.sc) .size-21 {
		font-size: 21px !important;
	}

	.ee>div:not(.sc) .size-24 {
		font-size: 24px !important;
	}

	.ee>div:not(.sc) .size-28 {
		font-size: 28px !important;
	}

	.ee>div:not(.sc) .size-32 {
		font-size: 32px !important;
	}

	.ee>div:not(.sc) .size-35 {
		font-size: 35px !important;
	}

	.ee>div:not(.sc) .size-38 {
		font-size: 38px !important;
	}

	.ee>div:not(.sc) .size-42 {
		font-size: 40px !important;
	}

	.ee>div:not(.sc) .size-46 {
		font-size: 42px !important;
	}

	.ee>div:not(.sc) .size-48 {
		font-size: 44px !important;
	}

	.ee>div:not(.sc) .size-50 {
		font-size: 46px !important;
	}

	.ee>div:not(.sc) .size-54 {
		font-size: 48px !important;
	}

	.ee>div:not(.sc) .size-60 {
		font-size: 50px !important;
	}

	.ee>div:not(.sc) .size-64 {
		font-size: 52px !important;
	}

	.ee>div:not(.sc) .size-68 {
		font-size: 54px !important;
	}

	.ee>div:not(.sc) .size-72 {
		font-size: 56px !important;
	}

	.ee>div:not(.sc) .size-76 {
		font-size: 57px !important;
	}

	.ee>div:not(.sc) .size-80 {
		font-size: 58px !important;
	}

	.ee>div:not(.sc) .size-84 {
		font-size: 59px !important;
	}

	.ee>div:not(.sc) .size-88 {
		font-size: 60px !important;
	}

	.ee>div:not(.sc) .size-92 {
		font-size: 61px !important;
	}

	.ee>div:not(.sc) .size-96 {
		font-size: 62px !important;
	}

	.ee>div:not(.sc) .size-100 {
		font-size: 63px !important;
	}

	.ee>div:not(.sc) .size-104 {
		font-size: 63px !important;
	}

	.ee>div:not(.sc) .size-108 {
		font-size: 63px !important;
	}

	.ee>div:not(.sc) .size-112 {
		font-size: 64px !important;
	}

	.ee>div:not(.sc) .size-116 {
		font-size: 64px !important;
	}

	.ee>div:not(.sc) .size-120 {
		font-size: 64px !important;
	}

	.ee>div:not(.sc) .size-124 {
		font-size: 65px !important;
	}

	.ee>div:not(.sc) .size-128 {
		font-size: 65px !important;
	}

	.ee>div:not(.sc) .size-132 {
		font-size: 65px !important;
	}

	.ee>div:not(.sc) .size-136 {
		font-size: 66px !important;
	}

	.ee>div:not(.sc) .size-140 {
		font-size: 66px !important;
	}

	.ee>div:not(.sc) .size-144 {
		font-size: 66px !important;
	}

	.ee>div:not(.sc) .size-148 {
		font-size: 67px !important;
	}

	.ee>div:not(.sc) .size-152 {
		font-size: 67px !important;
	}

	.ee>div:not(.sc) .size-156 {
		font-size: 67px !important;
	}

	.ee>div:not(.sc) .size-160 {
		font-size: 68px !important;
	}

	.ee>div:not(.sc) .size-164 {
		font-size: 68px !important;
	}

	.ee>div:not(.sc) .size-168 {
		font-size: 68px !important;
	}

	.ee>div:not(.sc) .size-172 {
		font-size: 69px !important;
	}

	.ee>div:not(.sc) .size-176 {
		font-size: 69px !important;
	}

	.ee>div:not(.sc) .size-180 {
		font-size: 69px !important;
	}

	.ee>div:not(.sc) .size-184 {
		font-size: 70px !important;
	}

	.ee>div:not(.sc) .size-188 {
		font-size: 70px !important;
	}

	.ee>div:not(.sc) .size-192 {
		font-size: 70px !important;
	}

	.ee>div:not(.sc) .size-196 {
		font-size: 71px !important;
	}

	.ee>div:not(.sc) .size-200 {
		font-size: 71px !important;
	}

	.ee>div:not(.sc) .size-204 {
		font-size: 72px !important;
	}

	.ee>div:not(.sc) .size-208 {
		font-size: 72px !important;
	}

	.ee>div:not(.sc) .size-212 {
		font-size: 72px !important;
	}

	.ee>div:not(.sc) .size-216 {
		font-size: 72px !important;
	}

	.ee>div:not(.sc) .size-220 {
		font-size: 73px !important;
	}

	.ee>div:not(.sc) .size-224 {
		font-size: 73px !important;
	}

	.ee>div:not(.sc) .size-228 {
		font-size: 73px !important;
	}

	.ee>div:not(.sc) .size-232 {
		font-size: 73px !important;
	}

	.ee>div:not(.sc) .size-236 {
		font-size: 74px !important;
	}

	.ee>div:not(.sc) .size-240 {
		font-size: 74px !important;
	}

	.ee>div:not(.sc) .size-244 {
		font-size: 74px !important;
	}

	.ee>div:not(.sc) .size-248 {
		font-size: 74px !important;
	}

	.ee>div:not(.sc) .size-252 {
		font-size: 75px !important;
	}

	.ee>div:not(.sc) .size-256 {
		font-size: 75px !important;
	}

	.ee>div:not(.sc) .size-260 {
		font-size: 75px !important;
	}

	.ee>div:not(.sc) .size-264 {
		font-size: 75px !important;
	}

	.ee>div:not(.sc) .size-268 {
		font-size: 76px !important;
	}

	.ee>div:not(.sc) .size-272 {
		font-size: 76px !important;
	}

	.ee>div:not(.sc) .size-276 {
		font-size: 76px !important;
	}

	.ee>div:not(.sc) .size-280 {
		font-size: 76px !important;
	}

	.ee>div:not(.sc) .size-284 {
		font-size: 77px !important;
	}

	.ee>div:not(.sc) .size-288 {
		font-size: 77px !important;
	}

	.ee>div:not(.sc) .size-292 {
		font-size: 77px !important;
	}

	.ee>div:not(.sc) .size-296 {
		font-size: 77px !important;
	}

	.ee>div:not(.sc) .size-300 {
		font-size: 78px !important;
	}

	.ee>div:not(.sc) .size-304 {
		font-size: 78px !important;
	}

	.ee>div:not(.sc) .size-308 {
		font-size: 78px !important;
	}

	.ee>div:not(.sc) .size-312 {
		font-size: 78px !important;
	}

	.ee>div:not(.sc) .size-316 {
		font-size: 79px !important;
	}

	.ee>div:not(.sc) .size-320 {
		font-size: 79px !important;
	}

	.ee>div:not(.sc) .size-324 {
		font-size: 79px !important;
	}

	.ee>div:not(.sc) .size-328 {
		font-size: 79px !important;
	}

	.ee>div:not(.sc) .size-332 {
		font-size: 80px !important;
	}

	.ee>div:not(.sc) .size-336 {
		font-size: 80px !important;
	}

	.ee>div:not(.sc) .size-340 {
		font-size: 80px !important;
	}

	.ee>div:not(.sc) .size-344 {
		font-size: 80px !important;
	}

	.ee>div:not(.sc) .size-348 {
		font-size: 81px !important;
	}

	.ee>div:not(.sc) .size-352 {
		font-size: 81px !important;
	}

	.ee>div:not(.sc) .size-356 {
		font-size: 81px !important;
	}

	.ee>div:not(.sc) .size-360 {
		font-size: 81px !important;
	}

	.ee>div:not(.sc) .size-364 {
		font-size: 82px !important;
	}

	.ee>div:not(.sc) .size-368 {
		font-size: 82px !important;
	}

	.ee>div:not(.sc) .size-372 {
		font-size: 82px !important;
	}

	.ee>div:not(.sc) .size-376 {
		font-size: 82px !important;
	}

	.ee>div:not(.sc) .size-380 {
		font-size: 83px !important;
	}

	.ee>div:not(.sc) .size-384 {
		font-size: 83px !important;
	}

	.ee>div:not(.sc) .size-388 {
		font-size: 83px !important;
	}

	.ee>div:not(.sc) .size-392 {
		font-size: 83px !important;
	}

	.ee>div:not(.sc) .size-396 {
		font-size: 84px !important;
	}

	.ee>div:not(.sc) .size-400 {
		font-size: 84px !important;
	}
}

@media all and (max-width: 1024px) {
	.ee>div:not(.sc) .margin-left-1024-reset {
		margin-left: 0px !important;
	}

	.ee>div:not(.sc) .margin-right-1024-reset {
		margin-right: 0px !important;
	}
}

.ee>div:not(.sc) .letter-spacing-25 {
	letter-spacing: 25px !important;
}

.ee>div:not(.sc) .letter-spacing-24 {
	letter-spacing: 24px !important;
}

.ee>div:not(.sc) .letter-spacing-23 {
	letter-spacing: 23px !important;
}

.ee>div:not(.sc) .letter-spacing-22 {
	letter-spacing: 22px !important;
}

.ee>div:not(.sc) .letter-spacing-21 {
	letter-spacing: 21px !important;
}

.ee>div:not(.sc) .letter-spacing-20 {
	letter-spacing: 20px !important;
}

.ee>div:not(.sc) .letter-spacing-19 {
	letter-spacing: 19px !important;
}

.ee>div:not(.sc) .letter-spacing-18 {
	letter-spacing: 18px !important;
}

.ee>div:not(.sc) .letter-spacing-17 {
	letter-spacing: 17px !important;
}

.ee>div:not(.sc) .letter-spacing-16 {
	letter-spacing: 16px !important;
}

.ee>div:not(.sc) .letter-spacing-15 {
	letter-spacing: 15px !important;
}

.ee>div:not(.sc) .letter-spacing-14 {
	letter-spacing: 14px !important;
}

.ee>div:not(.sc) .letter-spacing-13 {
	letter-spacing: 13px !important;
}

.ee>div:not(.sc) .letter-spacing-12 {
	letter-spacing: 12px !important;
}

.ee>div:not(.sc) .letter-spacing-11 {
	letter-spacing: 11px !important;
}

.ee>div:not(.sc) .letter-spacing-10 {
	letter-spacing: 10px !important;
}

.ee>div:not(.sc) .letter-spacing-9 {
	letter-spacing: 9px !important;
}

.ee>div:not(.sc) .letter-spacing-8 {
	letter-spacing: 8px !important;
}

.ee>div:not(.sc) .letter-spacing-7 {
	letter-spacing: 7px !important;
}

.ee>div:not(.sc) .letter-spacing-6 {
	letter-spacing: 6px !important;
}

.ee>div:not(.sc) .letter-spacing-5 {
	letter-spacing: 5px !important;
}

.ee>div:not(.sc) .letter-spacing-4 {
	letter-spacing: 4px !important;
}

.ee>div:not(.sc) .letter-spacing-3 {
	letter-spacing: 3px !important;
}

.ee>div:not(.sc) .letter-spacing-2 {
	letter-spacing: 2px !important;
}

.ee>div:not(.sc) .letter-spacing-1 {
	letter-spacing: 1px !important;
}

@media all and (max-width: 1024px) {
	.ee>div:not(.sc) .letter-spacing-25 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-24 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-23 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-22 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-21 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-20 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-19 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-18 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-17 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-16 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-15 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-14 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-13 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-12 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-11 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-10 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-9 {
		letter-spacing: 5px !important;
	}

	.ee>div:not(.sc) .letter-spacing-8 {
		letter-spacing: 4px !important;
	}

	.ee>div:not(.sc) .letter-spacing-7 {
		letter-spacing: 4px !important;
	}

	.ee>div:not(.sc) .letter-spacing-6 {
		letter-spacing: 3px !important;
	}

	.ee>div:not(.sc) .letter-spacing-5 {
		letter-spacing: 3px !important;
	}
}

.ee>div:not(.sc) .is-light-text * {
	color: rgba(255, 255, 255, 0.93);
}

.ee>div:not(.sc) .is-dark-text * {
	color: #000;
}

.ee>div:not(.sc) .is-title1-96 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ee>div:not(.sc) .is-title1-80 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ee>div:not(.sc) .is-title1-64 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ee>div:not(.sc) .is-title1-48 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ee>div:not(.sc) .is-title1-32 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ee>div:not(.sc) .is-title2-96 {
	margin-top: 25px;
	margin-bottom: 20px;
}

.ee>div:not(.sc) .is-title2-80 {
	margin-top: 20px;
	margin-bottom: 15px;
}

.ee>div:not(.sc) .is-title2-64 {
	margin-top: 20px;
	margin-bottom: 15px;
}

.ee>div:not(.sc) .is-title2-48 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ee>div:not(.sc) .is-title2-32 {
	margin-top: 10px;
	margin-bottom: 15px;
}

.ee>div:not(.sc) .is-title3-96 {
	margin-top: 30px;
	margin-bottom: 35px;
	padding: 20px 0;
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-title3-80 {
	margin-top: 25px;
	margin-bottom: 33px;
	padding: 20px 0;
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-title3-64 {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 18px 0;
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-title3-48 {
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 18px 0;
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-title3-32 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px 0;
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-light-text .is-title3-96 {
	border-top: #fff 2px solid;
	border-bottom: #fff 2px solid;
}

.ee>div:not(.sc) .is-light-text .is-title3-80 {
	border-top: #fff 2px solid;
	border-bottom: #fff 2px solid;
}

.ee>div:not(.sc) .is-light-text .is-title3-64 {
	border-top: #fff 2px solid;
	border-bottom: #fff 2px solid;
}

.ee>div:not(.sc) .is-light-text .is-title3-48 {
	border-top: #fff 2px solid;
	border-bottom: #fff 2px solid;
}

.ee>div:not(.sc) .is-light-text .is-title3-32 {
	border-top: #fff 2px solid;
	border-bottom: #fff 2px solid;
}

.ee>div:not(.sc) .is-dark-text .is-title3-96 {
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-dark-text .is-title3-80 {
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-dark-text .is-title3-64 {
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-dark-text .is-title3-48 {
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-dark-text .is-title3-32 {
	border-top: #000 2px solid;
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-title4-96 {
	margin-top: 30px;
	margin-bottom: 35px;
	padding: 20px 30px;
	border: #000 2px solid;
}

.ee>div:not(.sc) .is-title4-80 {
	margin-top: 25px;
	margin-bottom: 33px;
	padding: 20px 30px;
	border: #000 2px solid;
}

.ee>div:not(.sc) .is-title4-64 {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 18px 28px;
	border: #000 2px solid;
}

.ee>div:not(.sc) .is-title4-48 {
	margin-top: 20px;
	margin-bottom: 25px;
	padding: 18px 25px;
	border: #000 2px solid;
}

.ee>div:not(.sc) .is-title4-32 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px 20px;
	border: #000 2px solid;
}

.ee>div:not(.sc) .is-light-text .is-title4-96 {
	border: #fff 2px solid;
}

.ee>div:not(.sc) .is-light-text .is-title4-80 {
	border: #fff 2px solid;
}

.ee>div:not(.sc) .is-light-text .is-title4-64 {
	border: #fff 2px solid;
}

.ee>div:not(.sc) .is-light-text .is-title4-48 {
	border: #fff 2px solid;
}

.ee>div:not(.sc) .is-light-text .is-title4-32 {
	border: #fff 2px solid;
}

.ee>div:not(.sc) .is-dark-text .is-title4-96 {
	border: #000 2px solid;
}

.ee>div:not(.sc) .is-dark-text .is-title4-80 {
	border: #000 2px solid;
}

.ee>div:not(.sc) .is-dark-text .is-title4-64 {
	border: #000 2px solid;
}

.ee>div:not(.sc) .is-dark-text .is-title4-48 {
	border: #000 2px solid;
}

.ee>div:not(.sc) .is-dark-text .is-title4-32 {
	border: #000 2px solid;
}

.ee>div:not(.sc) .is-title5-96 {
	margin-top: 10px;
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-title5-80 {
	margin-top: 10px;
	margin-bottom: 33px;
	padding-bottom: 25px;
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-title5-64 {
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-title5-48 {
	margin-top: 10px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-title5-32 {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-light-text .is-title5-96 {
	border-bottom: #fff 2px solid;
}

.ee>div:not(.sc) .is-light-text .is-title5-80 {
	border-bottom: #fff 2px solid;
}

.ee>div:not(.sc) .is-light-text .is-title5-64 {
	border-bottom: #fff 2px solid;
}

.ee>div:not(.sc) .is-light-text .is-title5-48 {
	border-bottom: #fff 2px solid;
}

.ee>div:not(.sc) .is-light-text .is-title5-32 {
	border-bottom: #fff 2px solid;
}

.ee>div:not(.sc) .is-dark-text .is-title5-96 {
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-dark-text .is-title5-80 {
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-dark-text .is-title5-64 {
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-dark-text .is-title5-48 {
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-dark-text .is-title5-32 {
	border-bottom: #000 2px solid;
}

.ee>div:not(.sc) .is-title-lite {
	letter-spacing: 3px;
	word-spacing: 5px;
}

.ee>div:not(.sc) .is-title-lite.is-title3-96,
.ee>div:not(.sc) .is-title-lite.is-title4-96,
.ee>div:not(.sc) .is-title-lite.is-title5-96 {
	letter-spacing: 4px;
	word-spacing: 8px;
}

.ee>div:not(.sc) .is-title-lite.is-title3-80,
.ee>div:not(.sc) .is-title-lite.is-title4-80,
.ee>div:not(.sc) .is-title-lite.is-title5-80 {
	letter-spacing: 4px;
	word-spacing: 8px;
}

.ee>div:not(.sc) .is-title-lite.is-title3-64,
.ee>div:not(.sc) .is-title-lite.is-title4-64,
.ee>div:not(.sc) .is-title-lite.is-title5-64 {
	letter-spacing: 4px;
	word-spacing: 8px;
}

.ee>div:not(.sc) .is-title-lite.is-title3-48,
.ee>div:not(.sc) .is-title-lite.is-title4-48,
.ee>div:not(.sc) .is-title-lite.is-title5-48 {
	letter-spacing: 4px;
	word-spacing: 8px;
}

.ee>div:not(.sc) .is-title-lite.is-title3-32,
.ee>div:not(.sc) .is-title-lite.is-title4-32,
.ee>div:not(.sc) .is-title-lite.is-title5-32 {
	letter-spacing: 3px;
	word-spacing: 5px;
}

.ee>div:not(.sc) .is-title-bold {
	font-weight: 800;
}

.ee>div:not(.sc) .is-title-bold.is-title3-96,
.ee>div:not(.sc) .is-title-bold.is-title4-96,
.ee>div:not(.sc) .is-title-bold.is-title5-96 {
	border-width: 4px;
}

.ee>div:not(.sc) .is-title-bold.is-title3-80,
.ee>div:not(.sc) .is-title-bold.is-title4-80,
.ee>div:not(.sc) .is-title-bold.is-title5-80 {
	border-width: 4px;
}

.ee>div:not(.sc) .is-title-bold.is-title3-64,
.ee>div:not(.sc) .is-title-bold.is-title4-64,
.ee>div:not(.sc) .is-title-bold.is-title5-64 {
	border-width: 3px;
}

.ee>div:not(.sc) .is-title-bold.is-title3-48,
.ee>div:not(.sc) .is-title-bold.is-title4-48,
.ee>div:not(.sc) .is-title-bold.is-title5-48 {
	border-width: 3px;
}

.ee>div:not(.sc) .is-title-bold.is-title3-32,
.ee>div:not(.sc) .is-title-bold.is-title4-32,
.ee>div:not(.sc) .is-title-bold.is-title5-32 {
	border-width: 2px;
}

.ee>div:not(.sc) .is-info1 {
	margin-top: 10px;
	margin-bottom: 0px;
	font-style: italic;
}

.ee>div:not(.sc) .is-info1.size-21 {
	margin-top: 12px;
}

.ee>div:not(.sc) .is-info1.size-24 {
	margin-top: 15px;
}

.ee>div:not(.sc) .is-info2 {
	margin-top: 10px;
	margin-bottom: 0px;
}

.ee>div:not(.sc) .is-info2.size-21 {
	margin-top: 12px;
}

.ee>div:not(.sc) .is-info2.size-24 {
	margin-top: 15px;
}

.ee>div:not(.sc) .is-btn,
.ee>div:not(.sc) a.is-btn {
	padding: 10px 50px;
	font-size: 1rem;
	line-height: 2rem;
	border-radius: 0;
	letter-spacing: 3px;
	display: inline-block;
	margin: 3px 0;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	-webkit-transition: all 0.16s ease;
	transition: all 0.16s ease;
	text-decoration: none;
	color: #000;
}

.ee>div:not(.sc) .is-btn:hover,
.ee>div:not(.sc) .is-btn:visited,
.ee>div:not(.sc) .is-btn:focus,
.ee>div:not(.sc) a.is-btn:hover,
.ee>div:not(.sc) a.is-btn:visited,
.ee>div:not(.sc) a.is-btn:focus {
	color: initial;
	text-decoration: initial;
	opacity: initial;
}

.ee>div:not(.sc) .is-btn-ghost1,
.ee>div:not(.sc) a.is-btn-ghost1 {
	color: #000;
	border: 2px solid #111;
}

.ee>div:not(.sc) .is-light-text .is-btn-ghost1,
.ee>div:not(.sc) .is-dark-text .is-light-text .is-btn-ghost1,
.ee>div:not(.sc) .is-light-text a.is-btn-ghost1,
.ee>div:not(.sc) .is-dark-text .is-light-text a.is-btn-ghost1 {
	color: #fff;
	border: 2px solid #fff;
}

.ee>div:not(.sc) .is-dark-text .is-btn-ghost1,
.ee>div:not(.sc) .is-light-text .is-dark-text .is-btn-ghost1,
.ee>div:not(.sc) .is-dark-text a.is-btn-ghost1,
.ee>div:not(.sc) .is-light-text .is-dark-text a.is-btn-ghost1 {
	color: #000;
	border: 2px solid #111;
}

.ee>div:not(.sc) .is-btn-ghost2,
.ee>div:not(.sc) a.is-btn-ghost2 {
	color: #000;
	border: 2px solid #dcdcdc;
	background-color: #dcdcdc;
}

.ee>div:not(.sc) .is-light-text .is-btn-ghost2,
.ee>div:not(.sc) .is-dark-text .is-light-text .is-btn-ghost2,
.ee>div:not(.sc) .is-light-text a.is-btn-ghost2,
.ee>div:not(.sc) .is-dark-text .is-light-text a.is-btn-ghost2 {
	color: #000;
	border: 2px solid #f9f9f9;
	background-color: #f9f9f9;
}

.ee>div:not(.sc) .is-dark-text .is-btn-ghost2,
.ee>div:not(.sc) .is-light-text .is-dark-text .is-btn-ghost2,
.ee>div:not(.sc) .is-dark-text a.is-btn-ghost2,
.ee>div:not(.sc) .is-light-text .is-dark-text a.is-btn-ghost2 {
	color: #000;
	border: 2px solid #d7d7d7;
	background-color: #d7d7d7;
}

.ee>div:not(.sc) .is-btn.is-btn-small,
.ee>div:not(.sc) .is-btn-small {
	padding: 5px 25px;
	font-size: 0.85em;
}

.ee>div:not(.sc) .is-btn.is-upper,
.ee>div:not(.sc) .is-upper {
	text-transform: uppercase;
}

.ee>div:not(.sc) .is-btn.is-rounded-30,
.ee>div:not(.sc) .is-rounded-30 {
	border-radius: 30px;
}

.ee>div:not(.sc) .btn {
	padding: 7px 25px;
	font-size: 1em;
	line-height: 2em;
	border-radius: 5px;
	/* letter-spacing: 1px;
	 */
	display: inline-block;
	/* margin-bottom: 0;
	 */
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;

	-webkit-transition: all 0.16s ease;
	transition: all 0.16s ease;
}

.ee>div:not(.sc) .btn-cebaufinanz {
	color: #fff;
	background-color: #1C3A69;
	border-radius: 0;
}

.ee>div:not(.sc) .btn-cebaufinanz:hover {
	color: var(--bs-btn-active-color);
	background-color: var(--bs-btn-active-bg);
	border-color: var(--bs-btn-active-border-color);
}

.ee>div:not(.sc) .btn-cebaufinanz.w-100,
.ee>div:not(.sc) .blue-btn.w-100 {
	width: 100%;
}

.ee>div:not(.sc) .btn-cebaufinanz.text-left {
	text-align: left;
}

.ee>div:not(.sc) .btn.btn-primary {
	color: #fff;
	background-color: #08c9b9;
}

.ee>div:not(.sc) .btn.btn-primary:hover {
	color: #fff;
	background-color: #07b0a2;
	border-color: #07b0a2;
}

.ee>div:not(.sc) .btn.btn-default {
	color: #333;
	background-color: #d3d3d3;
}

.ee>div:not(.sc) .btn.btn-default:hover {
	color: #111;
	background-color: #ccc;
	border-color: #ccc;
}

.ee>div:not(.sc) .block-click {
	cursor: pointer;
}

.ee>div:not(.sc) .block-click>* {
	pointer-events: none;
	user-select: none;
}

.ee>div:not(.sc) .min-height-300 {
	min-height: 300px !important;
}

.ee>div:not(.sc) .min-height-350 {
	min-height: 350px !important;
}

.ee>div:not(.sc) .min-height-400 {
	min-height: 400px !important;
}

.ee>div:not(.sc) .min-height-450 {
	min-height: 450px !important;
}

.ee>div:not(.sc) .min-height-500 {
	min-height: 500px !important;
}

.ee>div:not(.sc) .min-height-550 {
	min-height: 550px !important;
}

.ee>div:not(.sc) .min-height-600 {
	min-height: 600px !important;
}

.ee>div:not(.sc) .min-height-650 {
	min-height: 650px !important;
}

.ee>div:not(.sc) .min-height-700 {
	min-height: 700px !important;
}

@media all and (max-width: 1024px) {
	.ee>div:not(.sc) .min-height-300 {
		min-height: 300px !important;
	}

	.ee>div:not(.sc) .min-height-350 {
		min-height: 340px !important;
	}

	.ee>div:not(.sc) .min-height-400 {
		min-height: 380px !important;
	}

	.ee>div:not(.sc) .min-height-450 {
		min-height: 430px !important;
	}

	.ee>div:not(.sc) .min-height-500 {
		min-height: 480px !important;
	}

	.ee>div:not(.sc) .min-height-550 {
		min-height: 530px !important;
	}

	.ee>div:not(.sc) .min-height-600 {
		min-height: 580px !important;
	}

	.ee>div:not(.sc) .min-height-650 {
		min-height: 630px !important;
	}

	.ee>div:not(.sc) .min-height-700 {
		min-height: 680px !important;
	}
}

@media all and (max-width: 640px) {
	.ee>div:not(.sc) .min-height-300 {
		min-height: 240px !important;
	}

	.ee>div:not(.sc) .min-height-350 {
		min-height: 270px !important;
	}

	.ee>div:not(.sc) .min-height-400 {
		min-height: 300px !important;
	}

	.ee>div:not(.sc) .min-height-450 {
		min-height: 350px !important;
	}

	.ee>div:not(.sc) .min-height-500 {
		min-height: 400px !important;
	}

	.ee>div:not(.sc) .min-height-550 {
		min-height: 430px !important;
	}

	.ee>div:not(.sc) .min-height-600 {
		min-height: 460px !important;
	}

	.ee>div:not(.sc) .min-height-650 {
		min-height: 500px !important;
	}

	.ee>div:not(.sc) .min-height-700 {
		min-height: 540px !important;
	}
}

@media all and (max-width: 540px) {
	.ee>div:not(.sc) .min-height-300 {
		min-height: 180px !important;
	}

	.ee>div:not(.sc) .min-height-350 {
		min-height: 210px !important;
	}

	.ee>div:not(.sc) .min-height-400 {
		min-height: 240px !important;
	}

	.ee>div:not(.sc) .min-height-450 {
		min-height: 270px !important;
	}

	.ee>div:not(.sc) .min-height-500 {
		min-height: 300px !important;
	}

	.ee>div:not(.sc) .min-height-550 {
		min-height: 310px !important;
	}

	.ee>div:not(.sc) .min-height-600 {
		min-height: 320px !important;
	}

	.ee>div:not(.sc) .min-height-650 {
		min-height: 360px !important;
	}

	.ee>div:not(.sc) .min-height-700 {
		min-height: 400px !important;
	}
}

@media all and (max-width: 425px) {
	.ee>div:not(.sc) .min-height-300 {
		min-height: 150px !important;
	}

	.ee>div:not(.sc) .min-height-350 {
		min-height: 185px !important;
	}

	.ee>div:not(.sc) .min-height-400 {
		min-height: 220px !important;
	}

	.ee>div:not(.sc) .min-height-450 {
		min-height: 240px !important;
	}

	.ee>div:not(.sc) .min-height-500 {
		min-height: 260px !important;
	}

	.ee>div:not(.sc) .min-height-550 {
		min-height: 270px !important;
	}

	.ee>div:not(.sc) .min-height-600 {
		min-height: 280px !important;
	}

	.ee>div:not(.sc) .min-height-650 {
		min-height: 315px !important;
	}

	.ee>div:not(.sc) .min-height-700 {
		min-height: 350px !important;
	}
}






/* Responsive Utility */

@media (max-width: 760px) {

	/*970px*/

	.ee>div:not(.sc) .flow-reverse {
		display: flex;
		flex-direction: column-reverse;
	}

	.ee>div:not(.sc) .column,
	.ee>div:not(.sc) .container>div {
		/* in needed, container class here can be changed with your own class */
		min-width: 100%;
		/* If there is column's inline width, this will make the column full-width in mobile */
		min-height: unset !important;
	}
}

@media (max-width: 760px) {
	body:not(.data-editor) .xs-hidden {
		display: none !important;
	}

	body.data-editor .xs-hidden {
		opacity: 0.6;
	}
}

@media (min-width: 761px) and (max-width: 970px) {
	body:not(.data-editor) .sm-hidden {
		display: none !important;
	}

	body.data-editor .sm-hidden {
		opacity: 0.6;
	}

	.ee>div:not(.sc) .sm-autofit>div:not(.is-row-overlay):not(.is-row-tool):not(.is-col-tool) {
		width: 100% !important;
		flex: auto !important;
	}
}

@media (min-width: 971px) and (max-width: 1280px) {
	body:not(.data-editor) .md-hidden {
		display: none !important;
	}

	body.data-editor .md-hidden {
		opacity: 0.6;
	}

	.ee>div:not(.sc) .md-autofit>div:not(.is-row-overlay):not(.is-row-tool):not(.is-col-tool) {
		width: 100% !important;
		flex: auto !important;
	}
}

@media (min-width: 1281px) {
	/* wrap & reverse columns */

	/* Use: body:not(.data-editor) to prevent hidden during editing */

	body:not(.data-editor) .desktop-hidden {
		display: none !important;
	}

	body.data-editor .desktop-hidden {
		opacity: 0.6;
	}

	body:not(.data-editor) .desktop-autofit:not(.desktop-items-1):not(.desktop-items-2):not(.desktop-items-3):not(.desktop-items-4):not(.desktop-items-5):not(.desktop-items-6)>div:not(.is-row-overlay):not(.is-row-tool):not(.is-col-tool) {
		width: 100% !important;
		flex: auto !important;
	}
}

@media (max-width: 760px) {

	.ee>div:not(.sc) .xs-items-6,
	.ee>div:not(.sc) .xs-items-5,
	.ee>div:not(.sc) .xs-items-4,
	.ee>div:not(.sc) .xs-items-3,
	.ee>div:not(.sc) .xs-items-2,
	.ee>div:not(.sc) .xs-items-1 {
		display: flex !important;
		flex-flow: wrap;
		flex-wrap: wrap !important;
		justify-content: space-between;
	}

	.ee>div:not(.sc) .xs-items-6>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/6)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		min-width: unset !important;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .xs-items-5>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/5)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		min-width: unset !important;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .xs-items-4>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/4)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		min-width: unset !important;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .xs-items-3>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/3)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		min-width: unset !important;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .xs-items-2>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/2)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		min-width: unset !important;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .xs-items-1>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/1)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		min-width: unset !important;
		/* no class (not set) = xs-items-1 */
	}

	.ee>div:not(.sc) .xs-column-reverse {
		display: flex;
		flex-direction: column-reverse !important;
	}

	.ee>div:not(.sc) .xs-column-reverse.xs-items-1 {
		flex-direction: column-reverse !important;
	}

	.ee>div:not(.sc) .xs-column-reverse.xs-items-2 {
		flex-direction: row-reverse !important;
	}

	.ee>div:not(.sc) .xs-column-reverse.xs-items-3 {
		flex-direction: row-reverse !important;
	}

	.ee>div:not(.sc) .xs-column-reverse.xs-items-4 {
		flex-direction: row-reverse !important;
	}

	.ee>div:not(.sc) .xs-column-reverse.xs-items-5 {
		flex-direction: row-reverse !important;
	}

	.ee>div:not(.sc) .xs-column-reverse.xs-items-6 {
		flex-direction: row-reverse !important;
	}
}

@media (min-width: 761px) and (max-width: 992px) {

	/* @media  (max-width: 991px) { */
	.ee>div:not(.sc) .sm-items-6,
	.ee>div:not(.sc) .sm-items-5,
	.ee>div:not(.sc) .sm-items-4,
	.ee>div:not(.sc) .sm-items-3,
	.ee>div:not(.sc) .sm-items-2,
	.ee>div:not(.sc) .sm-items-1 {
		display: flex !important;
		flex-flow: wrap;
		flex-wrap: wrap !important;
		justify-content: space-between;
	}

	.ee>div:not(.sc) .sm-items-6>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/6)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .sm-items-5>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/5)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .sm-items-4>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/4)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .sm-items-3>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/3)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .sm-items-2>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/2)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .sm-items-1>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/1)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
		/* no class (not set) => use default (all columns in one line) */
	}

	.ee>div:not(.sc) .sm-column-reverse {
		display: flex;
		flex-direction: row-reverse !important;
	}

	.ee>div:not(.sc) .sm-column-reverse.sm-items-1 {
		flex-direction: column-reverse !important;
	}
}

@media (min-width: 993px) and (max-width: 1280px) {

	.ee>div:not(.sc) .md-items-6,
	.ee>div:not(.sc) .md-items-5,
	.ee>div:not(.sc) .md-items-4,
	.ee>div:not(.sc) .md-items-3,
	.ee>div:not(.sc) .md-items-2,
	.ee>div:not(.sc) .md-items-1 {
		display: flex !important;
		flex-flow: wrap;
		flex-wrap: wrap !important;
		justify-content: space-between;
	}

	.ee>div:not(.sc) .md-items-6>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/6)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .md-items-5>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/5)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .md-items-4>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/4)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .md-items-3>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/3)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .md-items-2>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/2)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .md-items-1>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/1)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
		/* no class (not set) => use default (all columns in one line) */
	}

	.ee>div:not(.sc) .md-column-reverse {
		display: flex;
		flex-direction: row-reverse !important;
	}

	.ee>div:not(.sc) .md-column-reverse.md-items-1 {
		flex-direction: column-reverse !important;
	}


}

@media (min-width: 1281px) {

	/* /Responsive Utility */
	.ee>div:not(.sc) .desktop-items-6,
	.ee>div:not(.sc) .desktop-items-5,
	.ee>div:not(.sc) .desktop-items-4,
	.ee>div:not(.sc) .desktop-items-3,
	.ee>div:not(.sc) .desktop-items-2,
	.ee>div:not(.sc) .desktop-items-1 {
		display: flex !important;
		flex-flow: wrap;
		flex-wrap: wrap !important;
		justify-content: space-between;
	}

	.ee>div:not(.sc) .desktop-items-6>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/6)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .desktop-items-5>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/5)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .desktop-items-4>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/4)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .desktop-items-3>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/3)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .desktop-items-2>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/2)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
	}

	.ee>div:not(.sc) .desktop-items-1>div:not(.is-tool, .is-rowadd-tool, .is-row-overlay) {
		width: calc(100% * (1/1)) !important;
		max-width: unset !important;
		flex: 1 0 auto !important;
		margin: 0;
		padding-left: 15px;
		padding-right: 15px;
		/* no class (not set) => use default (all columns in one line) */
	}

	.ee>div:not(.sc) .desktop-column-reverse {
		display: flex;
		flex-direction: row-reverse !important;
	}

	.ee>div:not(.sc) .desktop-column-reverse.desktop-items-1 {
		flex-direction: column-reverse !important;
	}
}




/* sidebar content page css*/
.ee>div:not(.sc) .sidebar-toc {
	position: sticky;
	top: 100px;
	margin-bottom: 20px;
}

.ee>div:not(.sc) .sidebar-toc p {
	margin: 0;
	line-height: normal;
}

.ee>div:not(.sc) .sidebar-toc .heading {
	font-size: 16px;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 16px;
	display: block;
}

.ee>div:not(.sc) .sidebar-toc a {
	font-size: 15px;
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	font-weight: 400;
	margin-bottom: 24px;
	color: rgb(0, 55, 112);
	line-height: normal;
	text-decoration: underline;
}


.ee>div:not(.sc) h2,
.ee>div:not(.sc) h3 {
	font-size: 22px;
	font-weight: 800;
	color: rgb(0, 55, 112);
	margin-bottom: 8px;
	margin-top: 0;
}

.ee>div:not(.sc) h2,
.ee>div:not(.sc) h3 {
	font-weight: 400;
}

.ee>div:not(.sc) p,
.ee>div:not(.sc) li {
	font-size: 16px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 16px;
	color: #000;
}

.ee>div:not(.sc) .content-toc ul {
	padding-left: 24px;
}

@media (min-width: 1200px) {
	.ee .sc h1.display-6 {
		font-size: calc(1.375rem + 1.5vw);
	}
}

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

@media (min-width: 1360px) {
	/* override bootstrap */

	.toc-spacer .spacer {
		height: 40px !important;
	}

	.ee>div:not(.sc) p,
	.ee>div:not(.sc) li {
		font-size: 18px;
		line-height: 1.6;
	}

	.ee>div:not(.sc) h2 {
		font-size: 26px;
	}

	.ee>div:not(.sc) h3 {
		font-size: 22px;
	}

}

@media (min-width: 992px) {
	.ee>div:not(.sc) .sidebar-toc {
		margin-bottom: 0;
	}

	.ee>div:not(.sc) .content-toc {
		padding-left: 20px;
	}

}

.ee .sc .why-block .pt-4,
.ee .sc .why-block.pt-4 {
	padding-top: .8rem !important;
}

.ee .sc .why-block .pb-4,
.ee .sc .why-block.pb-4 {
	padding-bottom: .8rem !important;
}

.ee .sc .bank-block .btn {
	border: 1px solid #fff
}

.ee .sc .bank-block img {
	max-width: 100%;
	max-height: 100%;
}

.ee .sc .bank-block .card-h {
	height: 170px;
}

.ee .sc .certificate-block .slide-h {
	height: 240px;
	text-align: center;
}

.ee .sc .certificate-block .btn {
	border: 1px solid #fff;
}

.ee .sc .certificate-block .slick-prev:before,
.ee .sc .certificate-block .slick-next:before {
	color: #fff
}

.ee .sc .certificate-block .slide-h img {
	height: 100%;
	max-width: 100%;
	margin: auto;
}

.ee .sc .bank-block .card-body {
	display: flex;
	align-items: center;
	height: 100%;
	justify-content: center;
}


.ee .sc .bank-block img.bicon-dkb,
.ee .sc .bank-block img.bicon-kfw {
	max-height: 50px;
}

.row.contact-btn,
.row.finance-request {
	background-color: #1C3A69;
	color: #fff;
	position: relative;
	flex-direction: column;

}

.row.contact-btn .column,
.row.finance-request .column {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 2rem 1rem;
	text-align: center;
	z-index: 9;
}




.row.finance-request h2.fr-title {
	margin-bottom: 1.25rem;
}



.ee>div h2.cb-title,
.ee>div .cb-sub-title,
.ee>div h2.fr-title {
	color: #fff;
	font-size: 2.25rem;
	line-height: 2.25rem;
	padding-bottom: 0
}

.ee>div .fr-sub-title {
	font-size: 1.5rem;
	line-height: 1.5rem;
	padding-bottom: 0
}

.ee>div h2.cb-title {

	font-weight: 400;
	margin-bottom: 15px;
}

.ee>div .row.finance-request .fr-make-request a,
.ee>div .contact-btn .cb-button a,
.ee>div .contact-btn .cb-button span {
	display: inline-block;
	margin: 20px 15px 0 10px;
	text-decoration: none;
	border-radius: 0;

}

.ee>div .contact-btn .cb-button a,
.ee>div .contact-btn .cb-button span {
	min-width: 250px;
}

.ee>div .cb-button a,
.ee>div .fr-make-request a {
	background: #fff;
	color: rgb(0, 55, 112);
	border-radius: 0 !important;
}

.ee>div .cb-button span {
	color: #fff;
	border: 1px solid #fff !important;
	border-radius: 0 !important;
	cursor: auto;
}

.ee>div .cb-button span::before {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	content: "\f095";
	font-size: 18px;
	margin-right: 8px;
}


.ee>div .cb-button a:hover,
.ee>div .fr-make-request a:hover {
	background: rgba(255, 255, 255, 0.8);
}


/*Numbering*/
.numbering.style-1 {
	margin-left: 20px;
}

.ee>div:not(.sc) .numbering.style-1 p {
	margin: 0;
}

.numbering.style-1 ul {
	margin-bottom: 20px;
}

.ee>div:not(.sc) .flex {
	display: flex;
}

.ee>div:not(.sc) .justify-center {
	justify-content: center;
}

.numbering.style-1>li>p:first-child {
	font-weight: bold;
}

.numbering.style-1>li ul li {
	list-style: circle;
}


/*Dictionery block*/
.ee>div:not(.sc) .words-wrap ul,
.ee>div:not(.sc) .words-wrap li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.word-heading {
	font-size: 30px
}

.letters-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(46px, 1fr))
}

.letters-wrap .letter {
	border: 1px solid #ccc;
	color: #ccc;
	margin-left: -1px;
	flex-grow: 1;
	padding: 0 10px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.letters-wrap .letter:hover {
	text-decoration: none;
	background: #f6f6f6;
}

.letters-wrap a.letter[href^="#"] {
	color: rgb(0, 55, 112);
}

.word-contents {
	display: flex;
	border: 1px solid #ccc;
	border-bottom: none;
	line-height: 1.5rem;
}

.ebook .word-contents {
	flex-direction: row-reverse;
}

.ebook .word-description {
	border-left: none;
	border-right: 1px solid #ccc;

	flex: initial;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 50px 10px 50px;
}

.ebook .word-contents .word {

	width: auto;
	flex: 1;
	display: flex;
	align-items: center;
}

.ebook .ebook-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

ul li:last-child .word-contents {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

.word-contents .word {
	width: 25%;
	padding: 10px;


}

.ee>div:not(.sc) .word-contents .word h3 {
	font-size: 20px;
	color: rgb(0, 55, 112);
	overflow-wrap: break-word;
	margin: 0;
}

.word-description {
	padding: 10px 20px 10px 20px;
	flex: 1;
	border-left: 1px solid #ccc;

}

.dwnld .btn {
	background: rgb(0, 55, 112) !important;
	color: #fff !important;
	padding: 2px 10px !important;
	border-radius: 2px !important;
}


.dwnld-wraper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.dwnld h2 a {
	font-size: 20px;
	font-weight: 400;
}

.dwnld h2::before {
	content: "";
	display: inline-block;
	background: url(pdf.png) center;
	background-size: contain;
	height: 30px;
	width: 30px;

	margin-right: 5px;
}

.dwnld {

	margin-bottom: 20px;
}

.ee>div:not(.sc) .dwnld h2 {
	display: flex;
	align-items: center;
}

.ee>div:not(.sc) .dwnld p {
	margin: 0;
	line-height: 1.8rem;
}

@media(min-width:1200px) {
	.dwnld-col {
		width: 49%;
	}
}

@media(max-width:767px) {



	.ebook .word-contents {
		flex-direction: column;
	}

	.ebook .word-description {
		border-right: none;
	}

	.ebook .word-contents .word {
		justify-content: center;
	}

	.word-contents {
		flex-direction: column;
	}

	.word-contents .word {
		width: 100%;
		padding-bottom: 0;
	}

	.word-description {
		padding: 10px;
		margin: 0;
		border-left: none;
	}

	.ee>div h2.fr-title {
		font-size: 2.0rem;
		line-height: 2.0rem;
	}

	.ee>div .fr-sub-title {
		font-size: 1.25rem;
		line-height: 1.25rem;
	}

	.ee>div h2.cb-title,
	.ee>div .cb-sub-title {
		font-size: calc(1.3rem + .6vw);
	}

	.cb-button {
		display: flex;
		flex-direction: column;
	}

	.ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header {
		padding: 0 !important;
	}


}

.sc.subpage .card img,
.sc.ov-card-dc .card img {
	height: 175px;
	object-fit: cover;
}

.sc.subpage .icon.card img,
.sc.ov-card-dc .icon.card img {
	padding: 30px;
	object-fit: contain;
	max-height: 200px;
}

.sc.subpage .card-title,
.sc.ov-card-dc .card-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 1.1rem;
	line-height: 1.6rem;
}

.ee>div:not(.sc) .container .ov-cards img {
	margin: 0;
}

@media(max-width:520px) {
	.sc.subpage .card img {
		height: auto;
	}

	.sc.ov-card-dc .card img {
		height: 200px;
	}

	.ee>div h2.fr-title {
		font-size: 1.35rem;
		line-height: 1.35rem;
	}

	.ee>div .fr-sub-title {
		font-size: 1.1rem;
		line-height: 1.1rem;
	}


}

.prevent-select * {
	-webkit-user-select: none;
	/* Safari */
	-ms-user-select: none;
	/* IE 10 and IE 11 */
	user-select: none;
	/* Standard syntax */
}


.ee>div:not(.sc).ov-cards {
	display: flex !important;
	flex-wrap: wrap !important;
}

.ee>div:not(.sc).ov-cards .card {
	border: 1px solid #ccc;
	border-radius: 5px;
}

.ee>div:not(.sc).ov-cards .card img {
	margin: 0;
}

.ee>div:not(.sc).ov-cards .col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.ee>div:not(.sc) .ov-cards .col-lg-3 {
	flex: 0 0 auto;
	width: 25%;
}

.partner-imgs img {
	object-fit: contain;
}

.trust-index-blue .ti-rating-text,
.trust-index-blue .ti-rating-text span,
.trust-index-blue .ti-rating-text a {
	color: #fff !important;
}

.finance-request .ti-widget-container,
.contact-btn .ti-widget-container,
.bank2 .ti-widget-container {
	margin-bottom: -5px !important;
}

.fix-mobile-top-blue-box {
	margin-top: -60px;
}


@media (min-width: 992px) {
	.sc.header {
		position: relative;
	}

	.fix-mobile-top-blue-box {
		margin-top: 0;
	}

	.sc.header>section::after {
		content: "";
		background: url(/uploads/auszeichnung_ce-baufinanz-gmbh.svg);
		background-size: contain;

		background-position: bottom right;
		background-repeat: no-repeat;
		height: 40%;
		width: 11%;
		bottom: 24px;
		right: 24px;
		position: absolute;
	}
}

@media (min-width: 1200px) {
	.sc.header::after {
		width: 180px;
	}
}

@media (min-width: 1500px) {
	.sc.header::after {
		width: 11%;
	}
}


.blue-btn {
	font-family: var(--bs-btn-font-family);
	color: #fff;
	background: #1C3A69;
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border: 1px solid #255c8e;
	text-decoration: none !important;
	display: inline-block;
	margin: 0.5rem 0;
	max-width: 575px;
}

.blue-btn:hover {
	background: #5d7da8;

}

.blue-btn.small {
	font-size: 1rem;
}


.ee>div:not(.sc) .img-text img {
	width: 350px;
	/* max-width: 40%; */
	/* object-fit: cover;  */
	margin: 0;
	margin-bottom: 10px;
}

.ee>div:not(.sc) .sidebar-toc {
	display: none;
}

.ee>div:not(.sc) .sidebar-toc.sidebar-toc-first {
	display: block;
}

.contact-sidebar {
	position: sticky;
	top: 90px;
	z-index: 917;
}

.contact-sidebar h5 {
	background-color: #1C3A69;
	color: #FFFFFF;



}

@media(min-width:992px) {
	.ee>div:not(.sc) .img-text {
		display: flex;
		align-items: start;
	}

	.ee>div:not(.sc) .img-text img {
		margin-right: 50px;
	}

	.ee>div:not(.sc) .sidebar-toc {
		display: block;
	}
}

.ee>div:not(.sc) .contact-sidebar label {
	font-size: .8em;
	line-height: var(--bs-body-line-height);
	font-family: var(--bs-body-font-family);
	color: var(--bs-offcanvas-color);
}

.ee>div:not(.sc) .contact-sidebar h5 {
	font-size: 1.25rem;
	font-weight: 500;
	padding: 1rem;
	margin: 0;

}