* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
	min-height: 100%;
	height: 100%;
}

body {
    font-family: 'RobotoLight', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    width   : 100%;
    min-height  : 100%;
    height: 100%;
    margin  : 0;
    padding : 0;
    z-index: -2;
    min-width: 300px;
    color: #e1e1e1;
    font-size: 20px;
    line-height: 1.4em;    
    background-color: #171a20;
    background-image: url("/images/paperTile7.jpg");
	/*background-blend-mode: multiply;*/	
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

img {
    vertical-align: middle;
    border: 0;
}

a {
	background-image: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: none;
	cursor: pointer;
	text-decoration: none;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: none !important;
}

::-webkit-scrollbar {
    width: 2px;
    height: 5px;
    background-color: rgba(0,0,0,0);
}

::-webkit-scrollbar-track {
      background-color: rgba(0,0,0,0);
}

::-webkit-scrollbar-thumb {
      background-color: rgba(60, 60, 60, 0.8);
}

.btn {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.btn-default {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	color: #070707;
	background-color: #9b9b9b;
	border-color: #9b9b9b;
}


.btn-default:focus,
.btn-default.focus {
  color: #070707;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}

.btn-default:hover {
	color: #070707;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #070707;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #070707;
  background-color: #b0b0b0;
  border-color: #b0b0b0;  
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #b0b0b0;
  border-color: #222;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}


.btn-primary {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #e4e8ff;
  background-color: #2754aa;
  border-color: #2754aa;
}

.btn-primary-small {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 4px;
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
	color: #e4e8ff;
  	background-color: #2754aa;
  	border-color: #2754aa;
	height: 26px;
}


.btn-primary:focus,
.btn-primary-small:focus,
.btn-primary.focus,
.btn-primary-small.focus {
  color: #e4e8ff;
  background-color: #3a7eff;
  border-color: #3a7eff;
}
.btn-primary:hover,
.btn-primary-small:hover {
  color: #e4e8ff;
  /*background-color: #1d3e7d;
  border-color: #1d3e7d;*/
  background-color: #3a7eff;
  border-color: #3a7eff;
}
.btn-primary:active,
.btn-primary-small:active,
.btn-primary.active,
.btn-primary-small.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary-small {
  color: #e4e8ff;
  /*background-color: #1d3e7d;
  border-color: #1d3e7d;*/
  background-color: #3a7eff;
  border-color: #3a7eff;
}
.btn-primary:active:hover,
.btn-primary-small:active:hover,
.btn-primary.active:hover,
.btn-primary-small.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary-small:hover,
.btn-primary:active:focus,
.btn-primary-small:active:focus,
.btn-primary.active:focus,
.btn-primary-small.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary-small:focus,
.btn-primary:active.focus,
.btn-primary-small:active.focus,
.btn-primary.active.focus,
.btn-primary-small.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary-small.focus {
  color: #e4e8ff;
  /*background-color: #1d3e7d;
  border-color: #1d3e7d;*/
  background-color: #3a7eff;
  border-color: #3a7eff;
}
.btn-primary:active,
.btn-primary-small:active,
.btn-primary.active,
.btn-primary-small.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary-small {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary-small.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary-small[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary-small:hover,
.btn-primary.disabled:focus,
.btn-primary-small.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary-small[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary-small:focus,
.btn-primary.disabled.focus,
.btn-primary-small.disabled.focus,
.btn-primary[disabled].focus,
.btn-primary-small[disabled].focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary-small.focus {
  background-color: #5371aa;
  border-color: #5371aa;
}

.btn-lg {
   	padding: 8px 12px;
  	font-size: 16px;
  	line-height: 1.42857143;
  	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
 	border-radius: 4px;
}

.btn-block {
  display: block;
  width: 100%;
}

.buttonShadowCompact {
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.4);
}

/* Font-Awesome
*/
.fa,.fab,.fad,.fal,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-check:before {
    content: "\f00c"
}

.fa-comments:before {
    content: "\f086"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-heart:before {
    content: "\f004"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lock:before {
    content: "\f023"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-smile:before {
    content: "\f118"
}

.fa-times:before {
	content:"\f00d"
}

.fa,.far,.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,.fas {
    font-weight: 900
}

.sr-only {
	border:0;
	clip:rect(0,0,0,0);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip:auto;
	height:auto;
	margin:0;
	overflow:visible;
	position:static;
	width:auto
}

.slideInRight {
	-webkit-animation: menuSlideIn .2s ease-out;
    animation: menuSlideIn .2s ease-out;
}

@-webkit-keyframes menuSlideIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes menuSlideIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideOutRight {
	-webkit-animation: menuSlideOut .2s ease-in;
    animation: menuSlideOut .2s ease-in;
}

@-webkit-keyframes menuSlideOut {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes menuSlideOut {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.noDisplay,
.wi_noDisplay {
	display: none;
}

.inlineBlockDisplay {
	display: inline-block;
}

.flexDisplayColumn {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}

.flexDisplayColumnCentered {
  display: -webkit-box;      
  display: -moz-box; 
  display: -ms-flexbox; 
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.height100 {
	height: 100%;
}

.padding15 {
	padding: 15px;
}

.padding10 {
	padding: 10px;
}

.padding20 {
	padding: 20px;
}

.paddingLeft5 {
	padding-left: 5px;
}

.paddingLeft10 {
	padding-left: 10px;
}

.paddingLeft30 {
	padding-left: 30px;
}

.paddingRight32 {
	padding-right: 32px;
}

.paddingTop3 {
	padding-top: 3px;
}

.paddingTop5 {
	padding-top: 5px;
}

.paddingTop15 {
	padding-top: 15px;
}

.paddingTop20 {
	padding-top: 20px;
}

.paddingTop40 {
	padding-top: 40px;
}

.paddingTop60 {
	padding-top: 60px;
}

.paddingBottom15 {
	padding-bottom: 15px;
}

.paddingBottom20 {
	padding-bottom: 20px;
}

.paddingBottom40 {
	padding-bottom: 40px;
}

.paddingBottom60 {
	padding-bottom: 60px;
}

.marginTop10 {
	margin-top: 10px;
}

.marginTop20 {
	margin-top: 20px;
}


.width100 {
	width: 100%;
}

.aboutWrapper {
	width: 60%;
}

.pageContent {
	vertical-align: top;
	/*font-size: 0.95em;*/
	background-image: url("/images/BackgroundStars.webp");
	overflow: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.teaserSection {
	padding: 90px 0px;
	position: relative;
	width: 80%;
	margin: auto;
}

.heroImage {
	width: 100%;	
	height: 40vw;
}

.planCell td {
	height: 25px;
}

.planSection {
	padding: 0px;
}

.featureSection {
	width: 90%;
	margin: auto;
}

.featureContent {
	display: flex;		
	padding-left: 0px;
	width: 90%;
	margin: auto;
	flex-direction: column;
}

.featureContent p {
	margin: unset;
}

.featureHeadingWrapper {
	display: flex;
	grid-gap: 10px;	
	margin-top: 20px;
}

.featureInfo{
	grid-column: 1 / 3;
	padding-bottom: 20px;	
}

.featureCheck {
	font-family: "RobotoLight", sans-serif;
	font-size: 1.4em;
	/*color: #68e4cc;*/
	color: #00ffcf;
}

.featureTitle {
	font-family: "RobotoLight", sans-serif;
	font-size: 1.4em;
	/* color: #68e4cc; */
	color: #00ffcf;
	line-height: 1.3em;
	margin-top: 0px;
	padding-left: 10px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	text-align: left;
	margin-bottom: 10px;
}

.featureText {
	padding-left: 10px;
	grid-column: 2 / 3;
	padding-bottom: 30px;	
}

.reasonsSection {
	width: 90%;
	margin: auto;
}

.reasonsSection h2,
.reasonsSection .sectionHeading {
	text-align: left;
	margin-left: 120px;
}

.reasonsContent {
  display: flex; 
  width: 93%;
  margin: auto;
 flex-direction: column;
}

.reasonsContent h3 {
	margin: unset;
}

.reasonsContent .featureHeadingWrapper {
	padding-left: 20px;
	margin-bottom: 10px;
	align-items: center;
}

.iconCell {
	text-align: right;
	vertical-align: top;
	font-size: 2.5em;
	text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
	margin-top: 0px;
	padding-top: 0px;
	align-self: center;
	white-space: nowrap;
}

.headline_chat {
  color: #ff9231;
}

.headline_smile {
  color: #ffe937;
}

.headline_paintbrush {
	color: #a27df2;
}

.headline_platforms {
	color: #637bff;
	line-height: 1.2em;
	font-size: 0.8em;
}

.headline_lock {
  /*color: #c24ba4;*/
  color: #c24b4b;
}

.headline_climate {
  color: #5fc24b;
}

.headline_support {
  color: #cb04b1;
}

.iconHeadline {
	/* color: #100e2d; */
	/* color: #e1e1e1; */
	/* color: #2b295c; */
	font-family: "Lane", sans-serif;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #868686;
	margin-top: 0px;
	padding-left: 20px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	text-align: left;
}

.iconText {
	padding-left: 20px;
	grid-column: 2 / 3;
	padding-bottom: 40px;
}


.faqSection {
	width: 90%;
	margin: auto;
}

.faqSection p {
	margin: unset;
}

.faqSectionInfo {
	grid-column: 1 / 3;
	padding-bottom: 20px;	
	color: #a8a8a8;
}

.faqContent {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  gap: 2px;
  width: 100%;
  margin: auto;
  padding-bottom: 40px;
}


.faqAsterisk {
	font-family: "RobotoLight", sans-serif;
	font-size: 1.2em;
	/* color: #68e4cc; */
	color: #8277ff;
	line-height: 1.5em;
}

.faqQuestion {
	font-family: "RobotoLight", sans-serif;
	font-size: 1.4em;
	/* color: #68e4cc; */
	color: #9b97f9;
	line-height: 1.3em;
	margin-top: 0px;
	padding-left: 10px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	text-align: left;
	margin-bottom: 0;
}

.faqAnswer {
	padding-left: 10px;
	grid-column: 2 / 3;
	padding-bottom: 30px;
	color: #a8a8a8;
}

.heading h1 {
	margin: unset;
	font-size: unset;
}

.heading {
	font-family: "Lane", sans-serif;
	font-size: 5.0em;
	line-height: 1.0em;
	color: #9d9bd3;
	margin-top: 0px;
	padding-bottom: 20px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	/*text-align: left;*/
}

.heading.showcase {
	color: #70baa6;
}

.heading.subheading {
	font-family: "Lane", sans-serif;
	font-size: 3.0em;
	line-height: 1.0em;
	color: #bdbdbd;
	margin-top: 0px;
	padding-bottom: 50px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
	text-align: center;
}

h2, .sectionHeading {
	font-family: "Lane", sans-serif;
	font-size: 3.5em;
	line-height: 1.0em;
	color: #9d9bd3;
	
	text-align: center;
	font-size: 4em;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
}

.tableDiv {
	position: relative;
	display: inline-block;
	left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	padding-bottom: 20px;
}

.tableDiv .businessChatPlanTable {
	width: 300px;
	height: 360px;
}

.btn-trial {
    height: 60px;
    background-color: #02eabf;
    color: black;
    font-size: 30px;
    font-weight: normal;
    line-height: 22px;
}

.btn-trial:hover {	
	background-color: #60ffe2;
	border-color: #60ffe2;	
	color: #000;
}

.btn-planA {
	height: 40px;
	background-color: #286184;
	border-color: #286184;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #e4e8ff;
}

.btn-planA:hover {
	background-color: #3e92c8;
	border-color: #3e92c8;
	color: #e4e8ff;
}

.btn-planB {
	height: 40px;
	background-color: #3444a2;
	border-color: #3444a2;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #e4e8ff;
}

.btn-planB:hover {	
	background-color: #455ae1;
	border-color: #455ae1;
	color: #e4e8ff;
}

.btn-planC {
	height: 40px;
	background-color: #5d357e;
	border-color: #5d357e;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
	color: #e4e8ff;
}

.btn-planC:hover {	
	background-color: #9e5bd9;
	border-color: #9e5bd9;
	color: #e4e8ff;
}

.btn-planD {
	height: 40px;
	background-color: #69687b;
	border-color: #69687b;
	font-size: 26px;
	font-weight: normal;
	line-height: 26px;
	color: #e4e8ff;
}

.btn-planD:hover {
	background-color: #cccbdd;
	border-color: #cccbdd;
	color: #404148;
}

.info_text {
	font-size: 0.8em;
	line-height: 1.2em;
	font-style: italic;
	color: #999;
}

.info_text_small {
	font-size: 0.7em;
	line-height: 1.2em;
	color: #999;
	font-style: italic;
}

.planTable {
	width: 100%;
	border-collapse:separate;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2), 0px 6px 20px 0px rgba(0,0,0,0.19);
    margin: 0px 10px;
}

.planTable th {
    padding: 5px;
    color: #e4e8ff;
    text-align: center;
    font-weight: lighter;
}

.planTable .headerCell {
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    height: 45px;
}

.planTable .planCell {
	/*background-color: #ebedf7;*/
	background-color: #fff;
	padding: 0px 15px 15px 15px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 0.9em;
    line-height: 1.1em;
    color: #4c4c59;
}

.planTable .buttonCell {
	border-bottom: 1px solid #979191;
	text-align: center;
	padding: 10px;
}

.planTable .header {
	font-size: 24px;
	font-weight: lighter;
}

.planTable .price {
	color: black;
	text-align: center;
	padding-top: 15px;
}

.priceInfo {
	color: #4c4c59;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.planABack {
	/*background-color: #495ccc;*/
	background-color: #286184;
}

.planBBack {
	background-color: #3444a2;
}

.planCBack {
	/*background-color: #1c2973;*/
	background-color: #5d357e;
}

.planDBack {	
	background-color: #69687b;
}

.priceCurrency {
	color: #4c4c59;
	font-size: 26px;
}
.priceAmount {
	color: black;
	font-size: 2.5em;
	line-height: 1.0em;
}

.priceAmountCustom {
	color: black;
	font-size: 2em;
	line-height: 1.0em;
}

.smallInfo {
	color: #4c4c59;
	font-size: 12px;
}

.checkSmall {
	font-size: 1.0em;
	color: #100e2d;
}

.checkNormal {
	font-size: 1.1em;
	/*color: #100e2d;*/
	/*color: #6effcf;*/
  /*color: #2b295c;*/
}

.highlightText {
	font-size: 1.2em;
	/*color: #930c5f;*/
	/*color: #aa93ff;*/
  	/*color: #79005b;*/
  	color: #00ffcf;
	margin-top: 0px;
	padding-bottom: 10px;
}

.headerText .highlightText {
	font-weight: 600;
}

.loading {
  display: none;
  z-index: 1000;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  /*left: 45%;
  top: 50%;*/
  position: fixed;

  height: 6em;
  width: 6em;
  -webkit-animation: rotation 1s infinite linear;
          animation: rotation 1s infinite linear;
  border: 6px solid rgba(0, 0, 0, 0.2);
  
  border-top-color: #00ffcf;
  border-left-color: #00ffcf;
  /*border-top-color: #63e855;
  border-left-color: #63e855;*/
  border-radius: 50%;
}


.passwordResetErrorDiv {
	/*color: #f700e7;*/
	color: #f700e7;
	padding-bottom: 5px;
	margin-top: -5px;
	margin-bottom: -20px;
}

.text_link
{
    font-size: 1em;
    color: #8fb8f7;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.text_link:link    { color: #8fb8f7; background-color:transparent; text-decoration: none; }
.text_link:visited { color: #8fb8f7;}
.text_link:hover   { color: #8fb8f7; background-color:transparent; text-decoration: underline; }


.bullet_link
{
    color: #4c4c59;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.bullet_link:link    { color: #4c4c59; background-color:transparent; text-decoration: none; }
.bullet_link:visited { color: #4c4c59;}
.bullet_link:hover   { color: #000000; background-color:transparent; text-decoration: none; }

.menuLink
{
	font-family: "RobotoLight", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    /*text-transform: uppercase;*/
  	letter-spacing: 1.1px;
    /*color:  #9d9d9d;*/
    color: #888;
    background-color:transparent;
    text-decoration: none;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.menuLink:link    { color:  #888; background-color:transparent; text-decoration: none; }
.menuLink:visited { color:  #888;}
.menuLink:hover   { color: #efefef; background-color:transparent; text-decoration: none;}
.menuLink:focus {color: #efefef; background-color:transparent; text-decoration: none;}
.menuLink:disabled { color:  #606060; background-color:transparent; text-decoration: none;}


.menuLinkActive {
	font-family: "RobotoLight", sans-serif;
	font-size: 1em;
	line-height: 1.2;
	background-color: transparent;
	/*text-transform: uppercase;*/
	letter-spacing: 1.1px;
	text-decoration: underline;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	color: #efefef;
	/*pointer-events: none;*/
	text-underline-offset: 10px;
	text-decoration-color: #634566;
}

.dropdownMenuLink
{
	font-family: "RobotoLight", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    color:  #606060;
    background-color:transparent;
    text-decoration: none;
    border: none;
    padding-right: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.dropdownMenuLink:link    { color:  #606060; background-color:transparent; text-decoration: none; }
.dropdownMenuLink:visited { color:  #606060;}
.dropdownMenuLink:hover   { color: #cfcfcf; background-color:transparent; text-decoration: none; }
.dropdownMenuLink:focus {color: #cfcfcf; background-color:transparent; text-decoration: none;}
.dropdownMenuLink:disabled { color:  #606060; background-color:transparent; text-decoration: none;}

.dropdownMenuLinkActive {
	font-family: "RobotoLight", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    background-color:transparent;
    text-decoration: none;
    border: none;
    padding-right: 15px;
	color: #9d9bd3;
}

.dropdownMenuLinkActive:link    { color:  #9d9bd3; background-color:transparent; text-decoration: none; }
.dropdownMenuLinkActive:visited { color:  #9d9bd3;}
.dropdownMenuLinkActive:hover   { color: #9d9bd3; background-color:transparent; text-decoration: none; }
.dropdownMenuLinkActive:disabled { color:  #9d9bd3; background-color:transparent; text-decoration: none;}

.iconLink
{
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    color: #70baa6;
}

.iconLink:hover   { color: #9effe5; }
.iconLink:visited   { color: #70baa6; }
.iconLink:disabled   { color: #70baa6; }
.iconLink:link   { color: #70baa6; }

.footer {
	background-color: #12151a;
	text-align: center;
	color: #b7b7b7;
	width: 100%;
	bottom: 0;
	padding-top: 10px;
	padding-bottom: 2px;
	vertical-align: middle;
	margin-bottom: 0px;
	font-family: "RobotoLight", sans-serif;
	font-size: 12px;
	line-height: 1.1;	
  letter-spacing: 0.3px;
  /*box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);*/
}

.footer .footer_links {
	clear: both;
	color: #b7b7b7;
	display: flex;
	justify-content: center;
}

.footer .footer_copyright {
	clear: both;
	color: #b7b7b7;
	padding-top: 10px;
}

.footer .social_media_links {
	display: block;
	margin-top: 5px;
}

.footer .social_media_icon {
	display: inline-block;
	height: 42px;
	padding-left: 10px;
	padding-top: 10px;
}

.footer .madeWith {
	font-family: "Caveat", cursive;
	padding-bottom: 20px;
	font-size: 16px;
	padding-top: 20px;
	color: #a2a2a2;
}

.heartRed {
	color: #ff3c3c;
}

#languageLink {
	cursor: pointer;
}

.footer_link
{
    font-size: 1em;
    color: #b7b7b7;
    background-color:transparent;
    text-decoration: none;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
}

.footer_link:link    { color: #b7b7b7; background-color:transparent; text-decoration: none;}
.footer_link:visited { color: #b7b7b7;}
.footer_link:hover   { color: #cfcfcf; background-color:transparent; text-decoration: none; }
.footer_link:focus {color: #9d9bd3; background-color:transparent; text-decoration: none;}


.footer_link.active {
    color: #9d9bd3;
}

.pageHeaderContent {
 width: 100%;
 z-index: 10;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 font-family: "Lane", sans-serif;
}

.mainContent {
	/*position: absolute;
	top: 160px;
	width: 100%;*/
	flex: 1 auto;
	/*height: calc(100vh - 60px - 150px);*/
	margin: 0px 0px;
	position: relative;
}

.menubarLogo {
	z-index: 3;
    float: left;
    padding: 10px 5px 10px 20px;
}

.imgResponsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.subMobileMenu {
	position: relative;
	display: none;
	z-index: 3;
	width: 100%;
	height: 100%;
	text-align: center;
}

.subDesktopMenu {
	position: relative;
	display: none;
	z-index: 3;
	width: 100%;
	height: 100%;
	text-align: center;
}

.subMenu {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	text-align: center;
}

.subMobileMenuHeader {
	font-family: 'Lane', sans-serif;
    font-size: 0.9em;
    background-color:transparent;
    border: none;
}

.subMobileMenuHeaderDiv {
	font-family: 'Lane', sans-serif;
    font-size: 1.1em;
    background-color:transparent;
    border: none;
	color: #223e99;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 4;
}

.menuLogo {
    max-width: 140px;
    margin-left: 5px;
    width: 28vw;
}

.menubar {
	z-index: 3;
	float: right;
	min-height: 50px;
	overflow-x: visible;
	margin-top: 15px;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 35px;
}

.desktopMenu {
	display: none;
}

.mobileMenu {
	display: none;
}

.menuButton {
	position: relative;
	z-index: 48;
	padding:  5px 10px 9px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: none;
}

.menuButtonActive {
	position: relative;
	z-index: 48;
	padding:  5px 10px 9px;
	margin-bottom: 8px;
	background-color: rgba(50,50,50,0.6);
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: none;
}

.menuButtonActive .icon-bar {
	background-color: #efefef;
}

.menuButton:hover {
	background-color: rgba(50,50,50,0.6);
}

.menuButton:hover .icon-bar {
	background-color: #efefef;
}

.icon-bar {
  background-color: #6a6a6a;
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 1px;
  margin-top: 4px;
}

.menu-backdrop {
  display: none;
  position: fixed;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 47;
  background-color: black;
  opacity: 0.6;
}

.menu_dropdown {
	display: none;
}

.menu_dropdown .divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #252525;
}

.menu_dropdown .submenuOption {
	padding-left: 30px;
}

.menuList {
	position: relative;
	z-index: 2;
	list-style: none;
	padding-left: 25px;
	padding-right: 20px;
	padding-bottom: 10px;
	margin: 50px 0 0 0;
}

.mobileSubMenuList {
	position: relative;
	z-index: 2;
	list-style: none;
	padding-right: 0px;
	padding-bottom: 5px;
	margin: -5px 0 0 0;
}

.mobileSubMenuListItems {
	margin-left: 0px;
}

.mobileSubMenuListHeaderActive {
	font-family: "RobotoLight", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    background-color:transparent;
    text-decoration: none;
    border: none;
    padding-right: 15px;
	color: #70baa6;
}

.mobileSubMenuListHeader {
	font-family: "RobotoLight", sans-serif;
    font-size: 1em;
    line-height: 1.2;
    color:  #606060;
    background-color:transparent;
    text-decoration: none;
    border: none;
    padding-right: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}

.panelBackdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 49;
  background-color: black;
  opacity: 0.6;
}

.panel-backdrop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 49;
  background-color: black;
  opacity: 0.6;
}

.panel-backdrop.lower {
  z-index: 25;
}

.panel-backdrop2 {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  background-color: black;
  opacity: 0.6;
}


.panel-backdrop-visible {
  display: inline;
  opacity: 0.6;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 49;
  background-color: black;
}

.mainPanel {
	z-index: 50;
	margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;   
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2), 0px 0px 40px 0px rgba(0,0,0,0.19);
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: normal;    
    color: #8c8c8c;
    text-align: left;
    text-transform: none;
    background-color: #222;
	background-image: url("/images/paperTile7.jpg");	
}

.mainPanel.lower {
	z-index: 26;
}

.popupPanelHeader, .panelHeader {
	position: relative;
	width: 100%;	
	margin: 0px;
	border-bottom: 1px solid transparent;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-o-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 10px 10px 0px 10px;	
	font-family: "Lane", sans-serif;
	height: 60px;
	flex: 0 60px;
	min-height: 60px;
}
.popupPanelHeaderContent,
.panelHeaderContent {
	position: relative;
	z-index: 2;
	width: 100%;
	padding-left: 5px;
}

.popupPanelContentWrapper {
	flex: 1;
	min-height: 0;
	padding: 20px;
}

.panelContent {
	background-image: url("/images/PanelBackgroundStars.webp");
	background-size: cover;
	height: fit-content;
}

.legalPanel .panelContent {
	height: 100%;
	max-height: 100%;
}

.panelContentFlex {
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.panelCloseButton {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 1.8em;
	color: #989898;
	z-index: 1002;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(0,0,0 ,0.3);
}

.panelCloseButton:hover {
    color: #ff530f;
}

.loginPanel {
	max-width: 380px;
	position: fixed;
	max-height: 80%;
	overflow: auto;
}

.loginPanelSectionHeader {
	font-family: "Lane", sans-serif;
	font-size: 1.4em;	
	color: #939393;	
	margin-top: 0px;	
	padding-bottom: 10px;
}

.passwordResetPanel {
	position: absolute;
    max-width: 420px;
    width: 95%;
    height: 265px;
    padding-bottom: 15px;
}

.variableHeightPanel {
	position: absolute;
    max-width: 420px;
    width: 95%;
    /*padding-bottom: 15px;*/    
    overflow: auto;
    flex-direction: column;
	min-height: 0;
	height: fit-content;
	max-height: calc(100% - 10px);
}

#popupPanelContent {
	height: fit-content;
	display: flex;
  	flex-direction: column;
  	min-height: fit-content;
}

.popupScrollContainer {
	width: 100%;
	height: 100%;
}


.subscriptionSetupPanel {
    height: 310px;
    width: 95%;
}

.subscriptionSetupContent {
	text-align: left;
	max-height: 350px;
	overflow-y: scroll;
	padding-right: 20px;
}

.privacyPanel {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 80%;
	max-width: 80%;
	margin: auto;
	bottom: 0px;
	right: 0px;
	z-index: 100;
}

.legalPanel {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 90%;	
	margin: auto;
	bottom: 0px;
	right: 0px;
	z-index: 100;
	width: fit-content;
	max-width: 60%;
	max-height: 90%;
}

.aboutPanelContent {
	margin: auto;
	display: flex;
	justify-content: center;
	padding-top: 60px;
	padding: 60px 140px 60px 60px;
	font-size: 1.1em;
}

.aboutPanelSubTitle {
    padding-top: 40px;
    padding-bottom: 10px;    
    font-family: "Lane", sans-serif;
    font-size: 2em;
    color: #9b9b9b;
}

.aboutPanelListElement {
    display: flex;
    grid-gap: 10px;
    justify-content: center;
}

#privacyPopupPanelContent,
#termsPopupPanelContent {
    height: 100%;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    max-height: 90vh;
}

.privacyPanelContent {
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.termsPanelContent {    
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.termsPanelDownload {
	font-size: 16px;
	line-height: 1.2em;
	font-style: italic;
	color: #999;
	text-align: right;
	padding-bottom: 20px;
}

#iubenda_policy.iubenda_vip_policy h1 {    
  font-family: "Lane", sans-serif;
  font-size: 4.0em;
  line-height: 1.0em;
  color: #9d9bd3;
  margin-top: 0px;
  margin-bottom: 60px;
  
  text-shadow: 3px 3px 8px rgba(0,0,0,0.2);
}

#iubenda_policy.iubenda_vip_policy.iubenda_terms_policy h2 {
	font-family: "Lane", sans-serif;
	font-size: 2em;
	color: #cbcbcb;    
    padding-top: 50px;
}

#iubenda_policy.iubenda_vip_policy.iubenda_terms_policy h3 {
	font-family: "Lane", sans-serif;
    color: #cbcbcb;
    font-size: 1.6em;    
    padding-top: 45px;
}

#iubenda_policy.iubenda_vip_policy.iubenda_terms_policy h4 {
	font-family: "Lane", sans-serif;
    color: #cbcbcb;
    font-size: 1.2em;        
    padding-top: 40px;  
}

#iubenda_policy.iubenda_vip_policy ul li {
	list-style: disc;
    font-size: 1em;
    line-height: 1.6;
    margin-left: 30px;
    margin-top: 2px;
}

#iubenda_policy .iub_content .iub_footer {
    padding: 24px 0;
}

.privacyPanelContentWrapper {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
	max-height: 82vh;
	padding: 40px;
}

.privacyPanelHeading {
    font-family: "Lane", sans-serif;
    font-size: 4.0em;
    line-height: 1.0em;
    color: #9d9bd3;
    margin-top: 0px;
    padding-bottom: 20px;
    text-shadow: 3px 3px 8px rgba(0,0,0,0.2);   
}

.privacyDateWrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    padding-bottom: 10px;
    grid-gap: 20px;
}

.privacyDate {	
	font-size: 0.8em;
	font-style: italic;
}

.privacySectionHeading {
	font-family: "Lane", sans-serif;
	font-size: 2em;
	color: #cbcbcb;
}

.privacySectionSubHeading {
	font-family: "Lane", sans-serif;
	font-size: 1.2em;
	color: #cbcbcb;
}

.privacySectionContent {
	padding-top: 10px;
}

.termsPanel {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 90%;
	max-width: 75%;
}

.cardPaymentPanel {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 460px;
	max-width: 450px;
	margin: auto;
	bottom: 0px;
	right: 0px;
	z-index: 100;
}

.titleBarLogo {
   padding-top: 2px;
   width: 48px;
}

.panelTitle {
	color: #737373;
	font-size: 2.3em;
	display: inline-block;
    padding-left: 20px;
    position: absolute;
    top: 16px;
}


.inputGroup {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	width: 100%;
}

.inputGroupElement {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 20px;
}

.inputGroup > *:last-child {
  margin-right: 0px;
}

.form-group {
	clear: both;
	margin-bottom: 15px;
}

.horizontal-form-group {
	position: relative;
	margin-bottom: 15px;
	margin-right: 15px;
	float: left;
}

.fieldCount {
	font-size: 80%;
	font-style: italic;
	color: #8a8a8a;
	border: none;
	width: 30px;
	text-align: right;
	background-color: rgba(0,0,0,0);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  /*color: #bababa;*/
  color: #252525;
  /*background-color: rgba(0,0,0,0.5);*/
  background-color: #e4e4e4;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control.error {
	background-color: #f700e7;
}

.form-control-small {
  display: block;
  width: 100%;
  height: 26px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.1;
  /*color: #2f2e2e;*/
  background-color: #fff;
  /*color: #bababa;*/
  color: #252525;
  /*background-color: rgba(0,0,0,0.5);*/
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-small:focus,
.form-control:focus,
.numberInput:focus {
  /*border-color: #66afe9;*/
  /*border-color: #3a7eff;*/
  outline: 0;
  border: 1px solid #3a7eff;
  
  /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(58, 126, 255, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(58, 126, 255, .6);
}

.form-control[readonly]:focus {
	border: 1px solid transparent;
	 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 4px 6px 0 rgba(0, 0, 0, 0.15);
}

.form-control-small::-moz-placeholder,
.form-control::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.form-control-small:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  color: #666;
}

.form-control-small::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #666;
}

.form-control-small::-ms-expand,
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.form-control-small[disabled],
.form-control-small[readonly],
fieldset[disabled] .form-control-small {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control,
.form-control-small[disabled],
fieldset[disabled] .form-control-small {
  cursor: not-allowed;
}

.form-control.textCursor[disabled] {
	cursor: text;
}

textarea.form-control,
textarea.form-control-small {
  height: auto;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #bdbdbd;
  font-size: 0.95em;
}

.panelInputLabel {
	padding-bottom: 3px;
	text-transform: uppercase;
	font-size: 0.7em;
	text-align: left;
	color: #bbb;
	line-height: 0.8em;
}

.panelInputContainer {
	display: flex;
	flex-direction: row;
	grid-gap: 10px;
	position: relative;
}

.panelReadOnlyInputWrapper {
	border-radius: 4px;
	border: 1px solid #464646;
	text-align: left;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 5px;
	font-size: 0.8em;
	padding-right: 15px;
	max-width: 65vw;
}

.panelReadOnlyInput {
	color: #efefef;
	-moz-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	max-width: 270px;
}

.panelReadOnlyInputDeleteButton {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 0.6em;
	color: #efefef;
	cursor: pointer;
}


.readOnlyInputDeleteButton {
	position: absolute;
	top: -3px;
	right: 4px;
	font-size: 0.6em;
	color: #efefef;
	cursor: pointer;
}

.panelReadOnlyInputDeleteButton:hover {
	color: #ff530f;
}

.inputLabel {
	/*font-weight: lighter;*/
	color: #b9b9b9;
}

.white {
	color: #fff;
}

.yellowText {
	color: #ffc323;
}

.brightGreen {
	color: #63e855;
}

.greenCheckSmall {
	font-size: 1.0em;
	color: #08b300;
}

.greenCheck {
	font-size: 1.3em;
	color: #08b300;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.redX {
	font-size: 1.3em;
	color: #e60000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.tableRowDark {
	background-color: #262626;
}

.tableRowPlain {
	background-color: none;
}

.inputLabelSmall {
	color: #bbb;
	font-size: 0.9em;
	line-height: 0.8em;
}

.checkboxContainer {
	display: block;
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #242424;
	border: 1px solid #777;
	border-radius: 4px;
	margin-top: 2px;
}

/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkbox {
  background-color: #3c3c3c;
}

/* When the checkbox is checked, add a green background */
.checkboxContainer input:checked ~ .checkbox {
	background-color: #04c6a1;
	border-color: #00ac8b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkbox::after {
	left: 5px;
	top: 0px;
	width: 8px;
	height: 15px;
	border: solid #262626;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


.checkboxLabelSmall {
	color: #bdbdbd;
	font-size: 0.9em;
	line-height: 1.0em;
	text-align: left;
	margin-top: 5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}


.centeredDiv {
	position: relative;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.passwordToggle {
	cursor: pointer;
	pointer-events: all;
	color: #757575;
}

.dataName {
	white-space: nowrap;
}

.dataText {
	color: white;
	padding-left: 10px;
	text-align: left;
	line-height: 1.3em;
}

.panelInfoSmall {
	font-size: 0.8em;
	line-height: 1.2em;
	color: #848484;
	max-width: 600px;
}

.top-aligned {
	vertical-align: top;
}

.left-aligned {
	text-align: left;
}

.center-aligned {
	text-align: center;
}

.currencySelectWrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 10px;
    padding-right: 20px;
}

@media screen and (orientation: portrait) {
	.mobileMenu {
		display: inline-block;
	}
	
	.heroImage {	
		height: 45vw;
	}
	
	.planCell td {
		height: 30px;
	}

	.btn-trial {
    	height: 45px;    
    	font-size: 22px;    
	}
	
	.headerText {
	    font-size: 1em;
	    line-height: 1.2em;
	    font-family: "RobotoLight";
	    text-align: center;
	}
	
	.aboutWrapper {
		width: 90%;
	}
	
	.legalPanel {	
		max-width: 90%;
	}
	
	.privacyPanelHeading {    
    	font-size: 1.8em;   
	}
	
	.privacySectionHeading {    
    	font-size: 1.3em;  
	}
	
	.privacySectionSubHeading {
    	font-size: 1em;    
	}
	
	.privacyPanelContentWrapper {	
		padding: 15px;
	}
	
	#iubenda_policy.iubenda_vip_policy h1 {	
		font-size: 1.7em;
		line-height: 1.2em;	
	}
	
	#iubenda_policy.iubenda_vip_policy.iubenda_terms_policy h2 {	
		font-size: 1.5em;	
	}
	
	#iubenda_policy.iubenda_vip_policy.iubenda_terms_policy h3 {	
		font-size: 1.3em;	
	}
	
	#iubenda_policy.iubenda_vip_policy.iubenda_terms_policy h4 {	
		font-size: 1.1em;	
	}
	
	#iubenda_policy.iubenda_vip_policy ul li {	
		margin-left: 5px;	
	}
	
	.subMenubar {
		display: inline-block;
	}
	
	.subMobileMenuBack {
		display: inline-block;
	}
	
	.accountMenu {
		display: none;
	}
	
	.menu_dropdown {
		position: fixed;
		background-color: #0c0d10;
		top: 0;
		right: 0px;
		z-index: 49;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2), 0px 6px 20px 0px rgba(0,0,0,0.19);
		padding: 5px 0px 0px 0px;
		height: 100%;
		min-height: 100%;	
	}
	
	.dropdownMenuLinkActive {
		font-size: 16px;
	}
	
	.dropdownMenuLink {
		font-size: 16px;
	}
	
	body {	
		font-size: 16px;
	}
	
	.featureSection {
		width: 100%;
	}
	
	.heading.subheading {			
		padding: 0px 30px 50px 30px;
	}
	
	.teaserSection {
		width: 100%;
	}
	
	h2, .sectionHeading {
		text-align: left;
		padding-left: 20px;
		font-size: 3em;
	}
	
	.reasonsSection h2,
	.reasonsSection .sectionHeading {	
		margin-left: 0px;
		padding-left: 20px;
	}
	
	.reasonsSection {
		width: 100%;
		padding-right: 20px;
	}
	
	.faqContent {
	width: 90%;	
}
	
	.iconHeadline {	
	line-height: 1em;	
	margin-top: 5px;	
}

.faqSection {
	width: 100%;
}
	
}


@media screen and (orientation: landscape) and (max-width: 1080px) {
	.mobileMenu {
		display: inline-block;
	}
	
	.subMobileMenuBack {
		display: inline-block;
	}
	
	.menu_dropdown {
		position: fixed;
		background-color: #0c0d10;
		top: 0;
		right: 0px;
		z-index: 49;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2), 0px 6px 20px 0px rgba(0,0,0,0.19);
		padding: 5px 0px 0px 0px;
		height: 100%;
		min-height: 100%;	
	}
	
	.dropdownMenuLinkActive {
		font-size: 16px;
	}
	
	.dropdownMenuLink {
		font-size: 16px;
	}

	.mobileContent {
		display: inline-block;
	}
}


@media screen and (orientation: portrait) and (max-width: 430px) {
	.titleSection .heading {
		font-size: 2.8em;
	}
	
	.heading {	
		font-size: 3em;	
	}
	
	.heading.subheading {	
		font-size: 1.5em;			
	}

	.privacyPanel,
	.termsPanel,
	.aboutPanel {
		max-width: 90%;
	}
	
	.inputGroup {
		display: block;
		width: 100%;
	}
	
	.inputGroupElement {
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	
	.inputGroup > *:last-child {
  		margin-bottom: 0px;
	}
	
}

@media screen and (orientation: landscape) and (min-width: 1081px) {
	.titleSection,
	.contentSection,
	.sub_step_content,
	.sub_step_payment {
     	width: 70%;
   	}
   	
   	.desktopMenu {
		display: inline-block;
	}
}


@media screen and (max-width: 850px) {
	
	.sub_step_payment,
	.sub_step_content {
		width: 100%;
	}
	
	.desktopWidth70 {
		width: 100%;
		margin-left: 0px;
	}
	
	.welcomeSection {
		text-align: center;
		padding-bottom: 20px;
	}
	
	.loginPanel {
		max-width: 320px;
	}
	
	.panelTitle {	
		font-size: 1.8em;
		padding-left: 10px;
	}
	
	.shadowedHeading {
		font-size: 1.2em;	
	}
	
	.overviewHeaderSection {
		max-width: 100%;
	}
	
	.sectionDivider {  
  		width: 100%;
	}
	
	.menubarLogo {
	    padding: 20px 5px 10px 20px;
	}
	
	.inlineBlockDesktopDisplay {
		display: block;
		padding-top: 5px;
	}
}

@media screen and (min-width: 768px) {
	
	.titleSection {
		padding: 60px 60px 40px 60px;
	}
	
	.contentSection {
		padding: 0px 60px 90px 60px;
	}
	
	.desktopNoWrap {
		white-space: nowrap;
	}
}

@media screen and (min-width: 810px) {
	.iconHeadline {
		font-size: 2.5em;
		line-height: 1em;
	}
	
}


@media screen and (min-width: 851px) and (orientation: landscape) {
	
	/*.mainContent {
		margin: 0px 60px 0px 0px;
	}*/
	
	.teaserSection {
		padding: 120px 20px;
	}
	
	.featureSection {
		width: 100%;
	}
	
	.featureContent {
		width: 80%;
	}
	
	.reasonsContent {
		width: 80%;
	}
	
	.reasonsSection {
		width: 100%;
	}
	
	.faqSection {
		width: 100%;
	}
	
	.faqContent {
		width: 80%;
	}
	
	.faqAsterisk {
		font-size: 1.4em;
		line-height: 1.2em;
	}
	
	.iconCell {
		font-size: 3.4em;
	}
	
	
	.headline_platforms {
		color: #637bff;
		line-height: 1em;
	}
	
	h2, .sectionHeading {	
		margin-top: 120px;
	}

	.planSection {
		padding: 60px 60px 0px 60px;
	}
	

	.menuLogo {		
		margin-top: 8px;
		margin-left: 20px;
	}
	
	.tableDiv {
		position: relative;
		display: inline-block;
		left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
		padding-right: 20px;
	}
	
	.tableDiv .businessChatPlanTable {
		width: 370px;
		height: 525px;
	}
}



@media screen and (max-height: 450px) and (orientation: landscape) {
	.teaserSection {
		padding: 60px 20px;
	}
	
	.mainContent {
		margin: 0px 0px;
	}
	
	.reasonsSection h2,
	.reasonsSection .sectionHeading {
		margin-left: 60px;
	}
	
	.variableHeightPanel {
    	overflow-y: scroll;
    	max-height: calc(100vh - 10px);
	}
	
}

@media screen and (max-height: 360px) and (orientation: landscape) {
	.teaserSection {
		padding: 20px 20px;
	}
	
	.reasonsSection h2,
	.reasonsSection .sectionHeading {
		margin-left: 30px;
	}
	
}


@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.woff) format("woff"),url(../webfonts/fa-solid-900.ttf) format("truetype"),url(../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

@font-face {
  font-family: 'Lane';
  font-style: normal;
  font-weight: 400;
  src: local('Lane Regular'), local('Lane-Regular'), url('/fonts/LANENAR_.ttf');
}

@font-face {
  font-family: 'RobotoLight';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url('/fonts/Roboto-Light.ttf');
}

