/* CSS Mini Reset */
/******************/
html{color:#000;}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

.clear{ clear:both; }
.nopadl{ padding-left:0px !important;	}
.nopadr{ padding-right:0px !important; }
.nopad{padding-left:0px !important; padding-right:0px !important; }
#input_wrongdiv { display: none; color:#ff0000; }
.after_send { display: none; }
/* STYLES */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
input:focus, select:focus, textarea:focus {
    outline:none !important;
}
/*input, select, textarea {
	-moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}*/
@font-face {
  font-family: 'Inder';
  font-style:normal;
  font-weight:normal;
  src: url('fonts/PlayfairDisplay-Regular.ttf') format('ttf');
}
@font-face {
  font-family: 'Inder';
  font-style:normal;
  font-weight:bold;
  src: url('fonts/PlayfairDisplay-SemiBold.ttf') format('ttf');
}

:root {
	/*Typo*/
	--fs-big: 42px;
	--fs-std: 29px;
    --fs-semi: 20px;
    --fs-sml: 16px;
	--lh-big: 60px;
	--lh-std: 42px;
    --lh-sml: 24px;
}

body {
    background:  #8BFF2A;
    font-family: 'Inder';
    min-height:100%;
    color:  #00323C;
    font-size:var(--fs-std);
	line-height: var(--lh-std);
  font-weight: normal;
}
strong{
    font-weight:600;
}
h1{
    font-weight:600;
}
header{
	background: #00323C url("../img/bg.svg") no-repeat left top 450px;
	width: 100%;
	height: 568px;
	position: relative;
	padding-top: 130px;
}
#logo{
	width: 80%;
	max-width: 998px;
	height: auto;
	margin: auto;
	display: block;
}
#contentwrapper{
	min-height: calc(100vh - 250px);
	/*background: url(../img/bg.svg) no-repeat;*/
	position: relative;
	padding-top: 150px;
    margin-bottom:50px;

}
#contentwrapper.small{
    padding-top: 0px;
}
#contentwrapper.small .txtcenter {
    padding-top:40px;
}
#close_login{
    display:none;
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -11px;
    width: 20px;
    height: 20px;
    z-index:20;
    cursor:pointer;
}
#login.expand #close_login{
    display:block;
}
.close {
  opacity: 0.3;
}
.close:hover {
  opacity: 1;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 22px;
  width: 2px;
  background-color: #333;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
a.accountlink{
    color:#00323C;
    display:inline-block;
    margin:0 20px;
    font-size:var(--fs-std);
}
#login{
	width: 289px;
	height: 97px;
	background: #8BFF2A;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 50px;
	text-align: center;
	line-height: 97px;
	cursor: pointer;
	z-index: 1;
	transition: all 1s;
}
#login.expand{
	width: 100%;
    cursor:default;
}
#loginform {
    min-width:980px;
}
#loginform, #pwreset, #info_txt_reset{
	display: none;
}
#login.expand #loginform,  #login.expand #pwreset{
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	justify-content: center;
}
#login.expand #pwreset{
    display:none;

}

#login label{
	line-height: 30px;
	align-self: center;
    display: inline-block;
    margin-top: 7px;
    margin-left: 7px;
}
#login input{
	font-size: 18px;
	border: 2px solid #6CCE1B;
	height: 30px;
	margin-right: 30px;
	line-height: 30px;
	align-self: center;
}
#login input[type="checkbox"]{
	margin-right: 0;
}
#btn_login, #btn_reset{
	margin-left: 30px;
	background: #00323C;
	color: #fff;
	padding: 0 20px;
}
#forgott_pw{
    opacity:0.7;
    font-size:12px;
    cursor:pointer;
}
#forgott_pw:hover {
    opacity:1;
}
.txtcenter{
	text-align: center;
	padding-top: 209px;
}
.txtcenter img{
	padding-bottom: 33px;
	display: block;
	margin: auto;
}
.shorttxt{
	text-align: center;
	font-size: var(--fs-big);
	padding-top: 333px;
}
#logowrapper{
	/*display: flex;
	justify-content: space-evenly;*/
	margin-top: 168px;
	margin-bottom: 326;
	width: 100%;
	padding: 0 50px;
}
#logowrapper .slick-track {
    display: flex;
}
#logowrapper .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}
#logowrapper img{
    width: 80%;
  height: auto;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.error_txt, #info_txt{
    position: absolute;
    bottom: -42px;
    right: 16px;
    font-size:var(--fs-xs);
    color:red;
    display:none;
}
#info_txt{
    font-size: 20px;
    color: inherit;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    line-height: 25px;
    top: 20px;
}
.btn_std {
    width:100%;
    max-width:250px;
    text-align:center;
    background:#00323C;
    border:1px solid #00323C;
    color:#fff;
    transition: all 0.3s;
    text-decoration:none;
    padding:10px 20px;
    margin-top:30px;
    display:inline-block
    white-space:nowrap;
}
.btn_std:hover {
    background: #fff;
    color:#00323C;
    border:1px solid #00323C;

}
#backtologin{
    cursor:pointer;
    text-decoration:underline;
}

#screenswrapper img{
    width:100%;
    height:auto;
}
.pbtm{
    margin-bottom:40px;
}
#ovwrapper{
    position:fixed;
    left:0;
    top:0;
    background:rgba(0,0,0,.8);
    width:100vw;
    height:100vh;
    overflow:hidden;
    color:#000;
    display:none;
    z-index:5;
}
#ovcontent {
    position:relative;
    width:80vw;
    max-width:700px;
    max-height:80vh;
    overflow-y:auto;
    top:10vh;
    margin: 0 auto;
    height:80vh;
    text-align:left;
    background:rgba(255,255,255,.8);
    padding:30px;
    z-index:10;
}
.reg {
    display:none;
}
#reg1{
    display:block;
}
#ovcontent label {
    width:100%;
    font-size:12px;
}
#ovcontent input:not([type="radio"]) {
    width:100%;
    border:none;
    border-bottom:1px solid grey;
    background:none;
    margin-bottom:20px;
}
#ovcontent input.half {
    width:40%;
    display:inline-block;
}

/* FORM */
#fcontent{
    margin-top:100px;
    margin-bottom: 50px;
    position: relative;
    float: left;
}
.frow{
    position: relative;
    float: left;
    width:100%;
}
.fval{
    display: inline-block;
    width:calc(100% - 400px);
    float: left;
}
.flabel{
    display: inline-block;
    width:400px;
    float: left;
    font-weight:700;
}
.formeo.formeo-render .formeo-row{
    width:100%;
}
.formeo-column{
  width: 100% !important;
}
.formeo-row-wrap > .f-field-group > label{
	display: none !important;
}
.formeo-row > .f-field-group > label{
	display: none !important;
}
label.showlabel {
    display:block !important;
    opacity:1 !important;
}
.f-field-group li{
    list-style: none;
}
.f-checkbox input{
	float: left;
    clear:left;
}
.f-radio label {
display: inline-block !important;
  font-size: 18px !important;
  opacity: 1 !important;
  width: calc(100% - 30px) !important;
  font-weight: 400 !important;
  padding-left: 10px;
}

.f-checkbox label{
    display: inline-block !important;
    font-size:18px !important;
    width:auto !important;
    font-weight:400 !important;
	float: left;
	max-width: calc(100% - 30px);
    padding-left: 10px;
	margin-top: -5px;
}
.formeo input[type="date"]{
    color:#9CAF4D;
}
label.bold {
    font-weight:bold;
}
.proddescr{
    padding-left:30px;
    margin-bottom:20px;
    line-height:var(--lh-sml);
}
/* ETC */
.embed-container{
	position: relative;
	padding-bottom: 56.25%; /* ratio 16x9 */
	height: 0;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.embed-container iframe, .embed-container video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cookie_wrapper{
	position:fixed;
	left:0;
	bottom:0px;
	color:#fff;
	background:#000;
	min-height:48px;
	text-align:center;
	font-size:17px;
	line-height:22px;
	padding:15px;
	width:100%;
	z-index:9999999;
}
#cookie_wrapper a{
	color:#fff !important;
	text-decoration:underline !important;
}
#cookie_accept,#cookie_deny{
	cursor:pointer;
	background:#fff;
	color:#000;
	display:inline-block;
	padding:5px 8px;
	margin-left:8px;
}
#cookie_accept:hover,#cookie_deny:hover,#cookie_wrapper a:hover{
	opacity: 0.7;
}
#cookie_accept_black{
	position:absolute;
	display:none;
	right:15px;
	top:5px;
	cursor:pointer;
}
#policylogo {
	display: none;
	width: 200px;
	margin-top: 25px;
}
#cptitle {
	display: none;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 15px;
}
.darker {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgb(0,0,0,0.7);
	z-index: 9999;
}

#payment-form {
  width: 100%;
  background:#30313d;
  color:#fff;
  padding: 40px;
  margin-top:40px;
}
#payment-element{
     background:#30313d;
}
#pformwrapper{
    position:relative;
    font-size:var(--fs-sml);

}
#pformwrapper h2{
    font-size:var(--fs-big);
    margin-bottom:10px;
}
#pformwrapper h2:not(:first-child){
    margin-top:40px;
}
#pformwrapper label{
    width:100%;
    margin:0px;
    padding:0px;
    line-height:20px;
    margin-top: -3px;
    display: block;
}
#pformwrapper input {
    width:100%;
    font-size:var(--fs-sml);
    color:#fff;
    line-height:30px;
    background:none;
    border:none;
    border-bottom:1px solid #fff;
    padding:0px;
    margin:0px;
    display:inline-block;
}
#pformwrapper input.half{
    width: calc(50% - 12px);
}
#pformwrapper label.half{
    width: calc(50% - 10px);
}
#pformwrapper label.half{
    float:left;
}
#pformwrapper input.half:nth-child(odd), #pformwrapper label.half:nth-child(odd){
    margin-left:10px;
}
#pformwrapper input.half:nth-child(even), #pformwrapper label.half:nth-child(even){
    margin-right:10px;
}
#pformwrapper input[type="radio"]{
    width:20px;
    margin-bottom:10px;
}
#pformwrapper input[type="radio"]+label{
    width:calc(100% - 40px);
    padding-left:10px;
    display:inline-block;
    margin-bottom:10px;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}

#stripe-submit {
    width: 100%;
    max-width: 250px;
    text-align: center;
    background: #00323C;
    border: 1px solid #00323C;
    color: #fff;
    transition: all 0.3s;
    text-decoration: none;
    padding: 10px 20px;
    margin-top: 30px;
    display: inline-block;
    cursor:pointer;
}
#stripe-submit:hover {
  filter: contrast(115%);
}
#stripe-submit:disabled {
  opacity: 0.5;
  cursor: default;
}

.spinner, .spinner:before, .spinner:after { border-radius: 50%; }
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before, .spinner:after { position: absolute; content: ""; }

.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #0055DE;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #0055DE;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

#payment-status {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 30px;
  width: 30vw;
  min-width: 500px;
  min-height: 380px;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
  opacity: 0;
  animation: fadeInAnimation 1s ease forwards;
}
.hidden { display:none; }
