/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

body {
	overflow: hidden;
	background-color:#ced5da;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: black;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	margin: 0;
	position: absolute;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

input {
	border-radius: 4px;
	border-color: #dfdfdf;
	border-width: 1px;
	padding: 10px;
	border-style: solid !important;
	height: 48px;
}

button {
	height: 32px;
}

form {
	margin: 0px;
}

#subscription-input:placeholder-shown ~ #subscription-input-title {
	display: none !important;
}
#subscription-input-title{
	position: absolute;
	top: 0px;
	left: 14px;
	background-color: #ffffff;
	padding: 1px 2px;
}

#main-frame {
	display: flex;
	background: #ffffff;
	width: 100%;
	height: 59px;
	border: #dfdfdf;
	border-style: none none solid none;
	border-width: 1px;
	position: relative;
	z-index: 10;
}

#main-area-root {
	flex-grow: 1;
	width: 100%;
	position: relative;
}

#text-optime-root {
	float: left;
	height: 100%;
	width: 60%;
	min-width: 100px;
	flex-grow: 1;
	display: flex;
	align-items: center;
}
#text-optime {
	color: #646464;
	position: relative;
	margin-left: 32px;
}

#language-selector-area{
	position: relative;
	float: left;
	height: 100%;
	width: calc(15% - 4px);
	min-width: 65px;
	display: flex;
	align-items: center;
	border: #dfdfdf;
	border-style: none solid;
	border-width: 1px;
	gap: 10px;
}
#language-icon-globe{
	width: 25px;
	position: relative;
	left: 10px;
}
#language-selected{
	width: 60%;
	min-width: 120px;
	position: relative;
	left: 10px;
}
#language-icon-arrow{
	height: 5px;
	position: absolute;
	right: 15px;
}
#language-options-area{
	background: #ffffff;
	position: absolute;
	top: 100%;
	width: 100%;
	min-width: 120px;
	max-height: calc(100vh - 45px);
	overflow-y: auto;
	z-index: 101;
}
.language-option{
	display: flex;
	align-items: center;
	padding: 15px;
	list-style-type: none;
}
.language-option:hover {
	background-color: #f0f0f0;
}
.selected-language-option{
	background-color: #dfdfdf;
}

#main-logo-root{
	position: relative;
	float: left;
	height: 100%;
	width: 161.31px;
	padding: 0 32px 0 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main-logo{
	position: relative;
	width: 100%;
}

#background-image-element{
	z-index: -1;
	position: absolute;
}
#mobile-logo, #desktop-logo {
	margin: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}

#main-content{
	display: flex;
	flex-direction: column;
}
#content-area{
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;
}
#logo-area{
	max-height: 150px;
	display: flex;
	flex-direction: column;
	padding-right: 15px;
	padding-bottom: 15px;
}

.selectionBox{
	margin-right: 24px;
	margin-left: 24px;
	background: #ffffff;
	border-radius: 4px;
	padding: 15px;
	z-index: 2;
	max-width: 364px;
	width: 100%;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.centeredSelectionBoxItems{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fillMainArea{
	position: absolute;
	height: 100%;
	width: 100%;
}
.click-button{
	border-radius: 4px;
	border-width: 0;
}
.click-button:enabled:active{
	outline: 1px solid black;
}
.click-green-button:enabled{
	color: white;
	background-color: #00893D;
}
.click-green-button:enabled:hover{
	background-color: #007e38;
}
.click-white-button:enabled{
	color: #00893D;
	background-color: white;
}
.click-white-button:enabled:hover{
	background-color: #ededed;
}

.input-title{
	position: absolute;
	top: 0px;
	left: 14px;
	background-color: #ffffff;
	padding: 1px 2px;
}

#red-dot-design-award {
	margin-left: auto;
	max-height: 63px;
	margin-bottom: 10px;
}
#powered-by {
	margin-left: auto;
	font-size: 0.875rem;
}
#powered-by a {
	color: #1d9bb2;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#powered-by a:hover,
#powered-by a:focus {
	color: #a1c861;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.termsAndCondUl {
	list-style: initial;
	margin-left: 20px;
}

.mobile-rotation{
	transform: rotate(-90deg) !important;
	transform-origin: left top !important;
	width: 100vh !important;
	height: 100vw !important;
	overflow-x: hidden !important;
	position: absolute !important;
	top: 100% !important;
	left: 0 !important;
}
.clickable:not([disabled]){
	cursor: pointer;
}
.padding10{
	padding: 10px;
}
.padding5-10{
	padding: 5px 10px;
}
.padding10-25b{
	padding: 10px 10px 25px 10px;
}
.padding10-35b{
	padding: 10px 10px 25px 10px;
}
.padding10t-10b{
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding10t-20b{
	padding-top: 10px;
	padding-bottom: 20px;
}
.padding20t-10b{
	padding-top: 20px;
	padding-bottom: 10px;
}
.marginR10{
	margin-right: 10px;
}
.marginL10{
	margin-left: 10px;
}
.width100{
	width: 100%;
}
.maxWidth100px{
	max-width: 100px;
}
.minWidth150px{
	min-width: 150px !important;
}
.flex{
	display: flex;
}
.boxS-borderBox{
	box-sizing: border-box;
}
.text-green{
	color: #00893D;
}
.text-red{
	color: #E62C27;
}
.textR{
	font-family: 'Roboto-r';
}
.textB{
	font-family: 'Roboto-b';
}
.textM{
	font-family: 'Roboto-m';
}
.textAlignCenter{
	text-align: center;
}
.fontSize12{
	font-size: 12px;
}
.fontSize14{
	font-size: 14px;
}
.fontSize16{
	font-size: 16px;
}
.border-green{
	border: 1px solid #00893D;
}
input:focus-within{
	box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.15)
}
.outline-green-focus:focus-within{
	outline-style: solid;
	outline-color: #00893D;
	outline-width: 1px;
	border-color: #dfdfdf;
	border-radius: 4px;
}
.outline-error:not(:focus-within){
	outline-style: solid;
	outline-color: #E62C27;
	outline-width: 1px;
	border-radius: 4px;
}
.section-title{
	font-size: 20px;
	display: flex;
	justify-content: center;
	text-align: center;
}
.hidden {
	display: none !important;
}
.position-relative {
	position: relative;
}

.loader {
	border: 10px solid #f3f3f3; /* Light grey */
	border-top: 10px solid #00893d; /* Green */
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 1.5s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@font-face {
	font-family: 'Roboto-r';
	src: url('../fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-b';
	font-weight: 700;
	src: url('../fonts/Roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Bold.woff') format('woff'), url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
	font-style: normal;
}
@font-face {
	font-family: 'Roboto-m';
	font-weight: 700;
	src: url('../fonts/Roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
	font-style: normal;
}