#qBody {
	opacity:0;
	transition:opacity 0.4s ease-out;
	height:100%;
	max-height:100%;
}
#qBody.visible {
	opacity:1;
}
#page.qPage {
	padding:30px;
	font-size:16px;
	height:100%;
	max-height:100%;
	box-sizing:border-box;
	overflow:scroll;
}
.section:nth-child(odd) {
	background-color:#F6F6F6;
}
.section {
	padding-bottom:60px;
}
.sectionCompact {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.ltnSectionContent {
	width:90%;
	max-width:1080px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.section ul {
	list-style-type:none;
	font-size:1.6em;
	width:100%;
}
.section ul li {
	display:block;
	margin-bottom:0.8em;
	background-image:url(/i/ltn/check-b.svg);
	background-repeat:no-repeat;
	background-position:0 6px;
	background-size:16px;
	padding-left:30px;
	width:100%;
}
.section ul li a {
	color:#14C49B;
}
.rsButton {
	width:25em;
	margin-left:auto;
	margin-right:auto;
}
.section details p {
	font-size:1em;
	color:#000;
	text-align:justify;
	margin:1em 15px;
}
.section h2, .section p {
	margin-bottom:30px;
	max-width:960px;
	margin-left:auto;
	margin-right:auto;
}
.section p {
	font-size:1.6em;
	line-height:1.5em;
}
.section p.larger {
	font-size:1.8em;
}
.section p.noMargin {
	margin-bottom:10px;
}
#section1, #section3 {
	background-image:url(/i/ltn/f1.jpg);
	background-position:center center;
	background-size:cover;
}
.section#section1 {
	padding:160px 0;
}
#sc1 {
	display:grid;
	grid-template-columns:300px 1fr;
	grid-gap:40px;
}
#sc1 .iHolder {
	background-repeat:no-repeat;
	background-position:right top;
}
#section1 h2, #section1 p, #section3 h2 {
	color:#FFFFFF;
}
#section1 h2 {
	font-size:42px;
	font-weight:900;
	text-align:left;
	text-transform:uppercase;
}
#section1 p {
	font-size:22px;
	text-align:left;
	font-weight:600;
	line-height:1.2;
}
#section2 {
	display:grid;
	grid-template-columns:1fr 1fr;
	padding:0px;
}
#section2 .ltnSectionContent {
	text-align:left;
	padding:80px 0 40px 40px;
}
#section2 h2 {
	text-align:left;
}
#section2 .iHolder {
	background-size:contain;
	background-repeat:no-repeat;
	background-position:right bottom;
}
#section2 ul {
	max-width:25em;
	margin:40px 0;
	
}
/*#section2 ul li:before, #section351 ul li:before {
	 content: '✓';
	 font-weight:bold;
	 display:inline-block;
	 margin-right:15px;
	 color:#5160d1;
}*/

#section2 .rsButton {
	margin:40px 0px;
}

#section6 {
	text-align:center;
}

.faq {
	width:90vw;
	max-width:600px;
	margin:40px auto;
	display:block;
}
.faq details {
	display:block;
	padding:0.6em 1em;
	border-radius:6px;
	color:#FFF;
	font-size:16px;
	text-align:left;
	margin:0.5em 20px 0.5em 20px;
}
.faq details summary {
	font-size:18px;
	color:#5160d1;
	cursor:pointer;
	list-style: none;
    cursor: pointer;
    position: relative;
	border:1px solid #5160d1;
	border-radius:999px;
	padding:0.6em 1em;

}

details summary::after {
  content: ""; 
  position: absolute;
  right: 1em;
  bottom:12px;
  transition: transform 0.3s ease;
  font-size:20px;
  border-style: solid;
  border-width: 9px 0 9px 15px; /* triangle pointing right */
  border-color: transparent transparent transparent currentColor;
  transition: transform 0.3s ease;
}

details[open] summary::after {
  transform: rotate(90deg);
}
.faqHolder {
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.faqImg img {
	width:300px;
	height:auto;
}
.faq {
	text-align:center;
}
.qLaunch {
	box-sizing:border-box;
	padding:0.6em 1em;
	color:#FFF;
	font-size:16px;
	text-align:left;
	margin:1em 20px 0 20px;
	cursor:pointer;
	list-style: none;
    position: relative;
	border:1px solid #FFF;
	border-radius:999px;
}



.subSection {
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:40px;
	margin-top:40px;
	align-items:end;
}
.subSection .descr p {
	text-align:justify;
	font-size:18px;
	margin-bottom:0px;
}
.subSection h3 {
	font-size:22px;
	color:#5160d1;
	margin-bottom:1em;
}
.subSection img {
	width:100%;
	height:auto;
}
.subSection img.bc {
	border-bottom-right-radius:10px;
}
.subSection img.tc {
	border-top-left-radius:10px;
}

#plani {
	max-width:700px;
	height:auto;
	display:block;
	margin:40px auto;
}

#faq {
	list-style-type:disclosure-closed;
}
#faq li.active {
	list-style-type:disclosure-open;
}

#page #sectionC h2 {
	color:#5160d1;
	font-weight:900;
	font-size:38px;
	text-transform:uppercase;
	margin-bottom:10px;
}
#page #sectionC h3 {
	font-size:23px;
	text-align:left;
}
#page #sectionC p {
	font-size:16px;
	text-align:left;
}
#sectionC .slideText {
	display:none;
}
#page .section .jcarousel {
    position: relative;
    overflow: hidden;
	width:90vw;
	max-width:980px;
/*	left:50vw;
	transform:translate(-570px, 0);*/
	margin-right:auto;
	margin-left:auto;
	border:none;
	padding:0px;
	padding-top:10px;
	margin-top:0px;
}
#page .section .jcarousel.mobile {
	overflow:scroll;
}
#page .section .jcarousel.mobile #fpSlider {
	width:2000em;
}
#fpSlider {
    width: 20000em;
    position: relative;
	overflow:hidden;
}
.fpSlide {
	width:90vw;
	max-width:980px;
	box-sizing:border-box;
	display:inline-block;
	position:relative;
}

#page .fpSlide {
	font-size:14px;
	text-align:center;
	margin-top:-60px;
}
#page .fpSlide picture {
	display:block;
	max-width:100%;
	height:750px;
	max-height:auto;
	width:auto;
	overflow:hidden;
}
#page .fpSlide picture img {
	left: 50%;
    transform: translateX(-50%);
    position: relative;
}
#page .fpSlide > p {
	width:100%;
	max-width:100%;
	margin:0px;
}
#page #sectionC p.jcarousel-pagination {
	width:100%;
	text-align:center;
	padding:0 0 20px 0;
	margin:10px auto;
}
.jcarousel-pagination a {
	display:inline-block;
	width:20px;
	margin:10px;
	height:20px;
	background-color:#5160d1;
	cursor:pointer;
	border-radius:20px;
}
.jcarousel-pagination a.active {
	background: linear-gradient(-90deg, #14C49B, #1AAFE3);
}

.jcarousel.mobile {
	height:auto;
}
#page .section .jcarousel.mobile #fpSlider {
	display:grid;
	grid-template-columns:repeat(14, 70vw);
	width:auto;
	height:auto;
	overflow:visible;
}
#page .section .jcarousel.mobile .fpSlide {
	float:none;
}

#psych {
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:120px;
	text-align:center;
}
#psych .img {
	width:205px;
	height:225px;
	border-radius:30px;
	overflow:hidden;
	display:inline-block;
	margin:40px auto;
}
#psych .img img {
	width:auto;
	height:100%;
}
#psych .descr {
	text-align:justify;
}
#psych .descr h3 {
	text-align:center;
	font-size:27px;
	color:#5060CF;
	text-transform:uppercase;
	margin-bottom:40px;
	font-weight:600;
}
#psych .descr h3 span {
	display:block;
	font-size:0.7em;
}
.section #psych p {
	text-align:justify;
	font-size:18px;
	line-height:1.3em;
}
#testimonialHolder {
	width:90%;
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
#testimonials {
	display:grid;
	grid-auto-flow:column;
	grid-gap:30px;
	margin-top:40px;
}

.testimonial {
	position:relative;
	padding:20px;
	width:100%;
	margin-right:20px;
	height:100%;
	background-color:#B1A2C8;
	color:#FFF;
	border-radius:8px;
	box-sizing:border-box;s
}
.testimonial p, .testimonial h3 {
	font-size:18px;
	text-align:left;
}
.testimonial h3 {
	margin-bottom:20px;
}
.testimonial p {
	margin-bottom:50px;
}

.swiper-button-prev, .swiper-button-next {
  top: auto;
  bottom: 15px;
    width: 42px;
  height: 28px;
}
.swiper-button-prev:after, .swiper-button-next:after {
  font-size:20px !important;
  color:#FFF;	
  margin:0px;
  padding:6px;
  width: 38px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background-color: #5160d1;
  color: #FFF;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
	background-color:#14C49B;	
}
h3.standalone {
	display:block;
	margin:50px auto;
	text-align:center;
	font-size:48px;
	line-height:1.3em;
	color:#66489E;
	font-weight:900;
	text-transform:uppercase;
}

img.appDl {
	margin-top:40px;
	width:180px;
	height:auto;
}
#sectionC h4 {
	text-align:left;
	font-size:18px;
	font-weight:600;
	color:#5160d1;
}
#sectionC p {
	text-align:left;
	font-size:15px;
	font-weight:normal;
	margin:10px 0;
}

.backForth {
	opacity:0.4;
	
}
.backForth.active {
	opacity:1;
	cursor:pointer;
}
#answers ul {
	list-style-type:none;
}
.answer {
	cursor:pointer;
	margin-bottom:0.5em;
}
.answer.selected {
	background-color:#000;
	color:#FFF;
}
#answers li span {
	font-size:18px;
}
input, textarea {
	border:1px solid #5160d1;
	border-radius:3px;
	padding:0.6em;
	font-family:Montserrat, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4A4A4A;
}
textarea {
	width:100%;
	height:250px;
	box-sizing:border-box;
}
input {
	width:6em;
	display:inline-block;
	margin-left:20px;
}

#question .dlButtonHolder {
	position:static;
	margin-top:20px;
}
#question h3 {
	margin-bottom:0.8em;
}

#questionnaire {
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:600px;
	max-width:90vw;
	height:0px;
	display:none;
	transition:height 0.6s ease-in-out;
	border:2px solid #FFF;
	border-radius:6px;
	background-color:rgba(255,255,255,0.9);
}
#questionnaire.visible {
	display:block;
	height:600px;
}
#overlay {
	position:fixed;
	top:0px;
	left:0px;
	width:100vw;
	height:100vh;
	background-color:rgba(81, 96, 209, 0.8);
	display:none;
}
#overlay.visible {
	display:block;
}
.qPage button {
	background-color:rgba(81, 96, 209, 0.1);
	color:#4A4A4A;
	font-size:18px;
	font-weight:normal;
	padding:0.5em 1em;
	border:1px solid #5160d1;
	border-radius:999px;
	width:400px;
	text-align:left;
}
.qPage button.selected {
	background-color:#5160d1;
	color:#FFF;
}
.qPage #question {
	font-size:23px;
	font-weight:600;
	color:#5160d1;
	margin-bottom:1.2em;
}
.qPage #question span {
	font-size:16px;
	color:#4A4A4A;
	font-weight:400;
}

.qPage button.backForth {
	background: linear-gradient(-90deg, #14C49B, #1AAFE3);
	color:#FFF;
	margin-top:40px;
	border:none;
}
#back {
	width:100px;
}
#submit {
	width:250px;
	margin-left:50px;
	text-align:right;
}

.qPage button#clear {
	width:100px;
	background-color:#FFF;
	font-size:12px;
	position:absolute;
	top:10px;
	right:10px;
}
#section35, #section36 {
	
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	
}
#section35 .ltnSectionContent, #section36 .ltnSectionContent, #section47 .ltnSectionContent {
	height:55vh;
}
.dlButtonHolder {
	background-color:rgba(255, 255, 255, 0.5);
	position:absolute;
	padding:20px;
	border:1px solid white;
	border-radius:6px;
}
#section47 .dlButtonHolder {
	background-color:transparent;
	border:none;
}
.dlButtonHolder {
	margin:0 0 20px 10px;
}
.dlButtonHolder img.appDl {
	margin:10px;
	margin-bottom:0px;
	width:150px;
}
#section47 .dlButtonHolder img.appDl  {
	width:200px;
}
#section35 .dlButtonHolder {
	right:20px;
	bottom:20px;
}
#section36 .dlButtonHolder {
	top:auto;
	bottom:0px;
}

#section351, #section351 p {
	text-align:left;
}
#section351 p::first-letter {
	color:#14C49B;
	font-weight:bold;
}
#section351 img {
	display:block;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
}
#section351 ul, #section351 img {
	max-width:720px;
	margin-left:auto;
	margin-right:auto;
}
#section36 {
	padding-left:0px;
	padding-right:0px;
}
#eight {
	width:90%;
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	grid-gap:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:125px;
	padding:20px;
	border-radius:2vw;
	background-color:#FFF;
}
#eight > div {
	padding-top:66%;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	border-radius:6px;
}

#e1 {
	order:3;
}
#e2 {
	order:2;
}
#e3 {
	order:5;
}
#e4 {
	order:7;
}
#e5 {
	order:6;
}
#e6 {
	order:8;
}
#e7 {
	order:4;
}
#e8 {
	order:1;
}

#section45, #section45pre {
	padding-bottom:0px;
}
#section45 {
	padding-top:60px;
}
#section45 p {
	margin:0px;
	margin-top:40px;
	margin-left:20px;
	text-align:left;
}
#section45 .podcastplayer {
	margin-top:20px;
}
#section45 .sectionContent {
	padding-top:100px;
	padding-bottom:100px;
	margin-bottom:0px;
}

#section47 {
	padding-bottom:125px;
}
#section47 .ltnSectionContent {
	height:auto;
}
#section47 h2, #section47 p, #section47 h3 {
	color:#FFF;
	text-align:center;
}
#section47 p {
	font-weight:600;
}
#section47 h2 {
	font-weight:900;
	text-transform:uppercase;
}
#section47 h3 {
	font-size:1.6em;
	font-weight:600;
	margin-bottom:2em;
}
#section47 .dlInfo {
	margin-top:30vh;
	margin-left:auto;
	margin-right:auto;
	max-width:40em;
}
#section47 .dlInfo .dlButtonHolder {
	position:static;
	text-align:center;
	margin-left:0px;
}

#answers ul {
	list-tyle-type:none;
}

.section .errH3, .section .errP {
	text-align:center;
	color:#FFF;
}
.section .errP {
	font-size:14px;
	padding-top:1em;
}

#overlay .closeBtn {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  background-color: #5160d1;
  color: #FFF;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  z-index: 1000; /* make sure it's above iframe */
  display:none;
}


@media screen and (max-width: 899px) {

	#sectionC .slideText {
		display:block;
		margin:30px auto 20px auto;
	}
	#page #sectionC .slideText p, #page #sectionC .slideText h3 {
		text-align:center;
	}
	#page .fpSlide picture {
		height:auto;
	}
	#page .fpSlide picture img {
		width:120%;
		height:auto;
	}
	#page .fpSlide {
		margin-top:-20px;
	}
	
	summary {
		-webkit-appearance: none;
  		appearance: none;
	}
	summary::-webkit-details-marker {
	  display: none;
	}
	

}

@media screen and (max-width: 760px) {
	
	.section .ltnSectionContent, #sc1 {
		display:block;
		box-sizing:border-box;
		margin-left:5%;
		margin-right:5%;
	}
	#sc1 #sc1DlHolder a {
		display:block;
		margin-top:1em;
	}
	#sc1 #sc1DlHolder a img {
		margin-top:0px;
	}
	
	#section2 .ltnSectionContent {
		padding:80px 0 40px 0;
	}
	#section2 {
		display:flex;
		flex-direction: column;
	}
	#section2 .iHolder {
		height:140vw;
		order:2;
		background-position:center bottom;
	}
	#section2 .ltnSectionContent {
		padding-bottom:0px;
	}
	
	.rsButton {
		max-width:100%;
	}
	
	#section35 .dlButtonHolder, #section36 .dlButtonHolder  {
		left:0px;
		bottom:0px;
		right:auto;
		margin-bottom:-20px;
		margin-left:0px;
	}
	
	#eight {
		grid-template-columns:repeat(2, 1fr);
	}
	
	#e1 {
		order:5;
	}
	#e2 {
		order:3;
	}
	#e3 {
		order:2;
	}
	#e4 {
		order:6;
	}
	#e5 {
		order:4;
	}
	#e6 {
		order:8;
	}
	#e7 {
		order:7;
	}
	#e8 {
		order:1;
	}
	
	#psych {
		display:block;
	}
	
	#section45 .sectionContent {
		padding-bottom:140vw;
		padding-top:0px;
	}
	#section45pre {
		padding-bottom:0px;
	}
	
	#plani {
		width:100%;
	}
	.faqHolder {
		max-width:90vw;
	}
	.qLaunch {
		font-weight:600;
		margin:1em 0 0 0;
	}
	.section ul, #section2 ul {
		max-width:100%;
		box-sizing:border-box;
	}
	.section ul li, #section2 ul li {
		max-width:100%;
		box-sizing:border-box;
	}
	
	#page.qPage {
		padding:5vw;
	}
	.qPage button {
		width:100%;
		box-sizing:border-box;
	}
	.qPage button.backForth {
		margin-top:20px;
	}
	.qPage button#submit {
		margin-left:0px;
		float:right;
	}
	#question .dlButtonHolder {
		margin-left:0px;
		padding-left:0px;
		background-color:transparent;
		border:none;
		text-align:left;
	}
	.dlButtonHolder img.appDl {
		margin-left:0px;
	}
	#overlay .closeBtn {
		display:block;
	}
	
	#section35 .ltnSectionContent, #section36 .ltnSectionContent {
		height:100vw;
	}
	#section47 .dlInfo {
		margin-top:30vw;
	}
	
	
}