body.is-sticky {}

header.section-header {position: fixed;top: 0;left: 0;width: 100%;padding: 15px 0px;transition: .2s;z-index: 22;}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
}

button.mobile-toggler {
    display: none;
}

.hero-content {
    max-width: 530px;
    margin-left: auto;
    padding: 50px 0px;
    padding-right: 8%;
}
nav.menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}

nav.menu ul li {
    padding: 0px 30px;
}

nav.menu ul li a {
    color: #37475f;
    font-size: 16px;
    font-weight: 700;
    line-height: 43.47px;
    letter-spacing: 1.2px;
    text-decoration: none;
    transition: 0.2s all ease;
}
nav.menu ul li a.home {
    color: #007db1;
}
nav.menu {
    display: flex;
    text-transform: uppercase;
}

.header-container {
    max-width: 1400px;
    margin: auto;
}

body.is-sticky header.section-header {
    background: white;
    padding: 5px 0px;
}

body.is-sticky nav.menu ul li a {
    /* color: #114cff; */
}
body nav.menu ul li a:hover {
    color: #007db1;
}


div#hero {
    display: flex;
    width: 100%;
    height: 800px;
    position: relative;
    text-align: center;
}

.hero-img {
    /* position: absolute; */
    left: 0;
    top: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    margin: auto -15px;
    max-height: 800px;
}

div#hero > .container {
    margin: auto;
}

.hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero-img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
}
h1.hero-title {
    color: #007db1;
    font-size: 71px;
    font-weight: 900;
    line-height: 95px;
    letter-spacing: 4.05px;
    letter-spacing: normal;
    line-height: normal;
}

.hero-subtitle {
    color: #37475A;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.6;
    margin: 17px auto 40px;
}
 
a.button.blue {
    line-height: 62px;
    height: 62px;
    box-shadow: 1px 1px 1px rgba(165, 165, 165, 0.75);
    border-radius: 5px;
    background-color: #328128;
    color: #f6f6f6;
    font-size: 28px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: normal;
    display: table;
    margin: auto 0;
    text-decoration: none;
    padding: 0px 30px;
}

.hero-price {
    /* color: #ffffff; */
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 20px;
    font-style: italic;
    /* width: 280px; */
    /* text-align: center; */
}

.intro strong {
    font-weight: 900;
    color: #007db1;
}

.intro {
    color: #37475A;
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    letter-spacing: 0;
}

.container {
    max-width: 1360px;
}

.section--intro {
    background-color: #f6f6f6;
    padding: 75px 15px;
}

.icon-text .text {
    color: #37475A;
    font-size: 30px; 
    line-height: 40px;
    letter-spacing: 0.7px;
    flex: 1;
    font-weight: 500;
}

.icon-text .icon { top: -20px; position: relative; text-align: center; left: -10px; }

.icon-text .text strong {
    color: #007db1;
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 1.75px;
    /* text-transform: uppercase; */
    display: block;
    margin-bottom: 5px;
}

.icon-text {
    display: flex;
    margin-top: 70px;
    flex-wrap: wrap;
}

.icon-text .icon {
    flex: 0 0 130px;
}

.section--icons {
    padding: 20px 15px 50px;
}

.section--video {
    background-color: #f6f6f6;
}

.video-holder {
    height: 600px;
    text-align: center;
    display: flex;
    background: white;
}

.video-holder img {
    margin: auto;
}
.video-holder > img {
    z-index: 2;
}
.col-text {
    display: flex;
    text-align: center;
    justify-content: center;
    color: #37475A;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2px;
    /* text-transform: uppercase; */
}

.section--video {display:none;}

.col-text span {
    color: #0087c0;
}

.col-text strong {
    font-weight: 900;
    font-size: 30px;
    color: #007db1;
    display: block;
    margin-top: 40px;
}

.section--offer {
    padding: 100px 15px 50px;
    background: #f6f6f6;
}

h2 {
    color: #37475A;
    font-size: 47px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 3.33px;
    
    margin-bottom: 60px;
    text-align: center;
}

.section--offer h2 strong {
    color: #007db1;
}

h2 strong {
    font-weight: 900;
}
.offer-item .regular { transition: 0.2s all ease; } 
.offer-item .hover {
    opacity: 0;
    transition: 0.2s all ease;
    z-index: 2;
    background: #f6f6f6;
}

.offer-item--label {
    color: #37475a;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.75px;
    text-align: center;
    position: relative;
}
 
.offer-item--img {
    height: 100px;
    text-align: center;
    display: flex;
    position: relative;
}

.offer-item--img img {
    height: 70px;
    margin:auto;
    position: absolute;
    left:0;
    right:0;
    bottom:10px;
}

.offer-item:hover .hover, .offer-item:focus .hover {
    opacity: 1;
}

.offer-item:hover .regular, .offer-item:focus .regular {
    opacity: 0;
    /* transition-delay:0.2s; */
}
.offer-item:hover .offer-item--img img {
    

}

.offer-item--img .hover {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;
}
 
.offer-item--label .regular {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 0;
}

.offer-item--label .hover {
    /* background: white; */
    z-index: 2;
    color: #0087c0;
    font-weight: 400;
    cursor: default;
    padding: 0px 12%;
}

.offer-item {
    margin-bottom: 60px;
}

.icon-bottom {
    color: #696969;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 1.15px;
}

.icon-bottom:before {content: '';display: table;margin: auto auto 30px;width: 300px;height: 3px;background: #37475a;}

.section--app {
    background-color: #ffffff;
    padding: 70px 0px;
}


div#owl-slides .slide-item img {
    max-height: 800px;
    width: auto !important;
    display: table;
    margin: auto;
}
 

div#owl-slides .owl-dots {
    text-align: center;
    margin-top: 30px;
}

div#owl-slides .owl-dots button.owl-dot { position:relative; width: 23px;transition: 0.3s all ease;height: 23px;outline: none;background-color: #37475a;margin: auto 15px;border-radius: 20px;}

div#owl-slides .owl-dots button.owl-dot.active {
    background-color: #007db1;
}
div#owl-slides .owl-dots button.owl-dot:focus   {
    box-shadow: 0px 0px 0px 4px #0099cc;
    border: 3px solid white;
}
div#owl-slides .owl-dots button.owl-dot:focus:after {
    content: attr(aria-label);
    position: absolute;
    top: 33px;
    padding: 10px;
    left: 0;
    margin: auto;
    display: table;
    background: #007db1;
    color: white;
    font-weight: 500;
    width: max-content; max-width:66vw;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 3px;
    transition: 0.2s all ease;
}

div#owl-slides .owl-dots button.owl-dot:focus:before {
    content: '';
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    margin: auto;
    border: 5px solid transparent;
    border-bottom: 5px solid #007db1;
    width: 0;
}
 

.section--program { padding: 70px 15px; background-color: #f6f6f6;}
.section--program h2 strong {
    color: #0087c0;
}
.program-icon {
    display: flex;
    height: 120px;
}

.program-icon img {
    margin: auto auto 10px;
}

.program-title {
    color: #37475A;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.75px;
    margin: 10px auto 20px;
    /* text-transform: uppercase; */
    padding: 0px 10%;
}

.program-text {
    color: #37475A;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1.5px;
    padding: 0px 7%;
}

.program-item {
    text-align: center;
    margin: 10px auto 80px;
    box-shadow: 2px 4px 8px #686666BF;
    border-radius: 9px;
    padding: 30px;
    max-width: 440px;
    background: white;
}

.program-text a {
    font-weight: 500;
    color: #007db1;
}

.program-bottom {
    color: #37475A;
    font-size: 31px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1.75px;
    max-width: 900px;
    margin: auto;
}

.program-bottom:before {
    content: '';
    display: table;
    margin: auto auto 30px;
    width: 300px;
    height: 3px;
    background: #37475A;
}


.steps-img {
    position: absolute;
    left: -100px;
    top: -50px;
    /* bottom: 0; */
    margin: auto;
    display: table;
}

.logo img {
    max-height: 40px;
}

.logo {
    min-height: 80px;
    display: flex;
}

.logo a {
    margin: auto 0;
}

div#hero-2 {
    border-bottom: 50px solid white;
}

.steps-line .text a {
    color: #007db1;
}
.section--steps {
    background-color: #ffffff;
    padding: 100px 0px 70px;
}

.steps-lines {
    position: relative;
}

.steps-line {
    box-shadow: 2px 4px 8px rgba(104, 102, 102, 0.75);
    border-radius: 9px;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 20px;
    display: flex;
    align-items: center;
    padding-left: 100px;
}

.number {
    flex: 0 0 110px;
}

.steps-line .text {
    color: #37475a;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.5px;
}
 
.section--steps h2 strong {
    color: #007db1;
}
footer.footer {
    background-color: #007db1;
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
}

footer.footer {
    padding: 60px 5%;     font-weight: 500;
}

.section--steps h2 {
    font-size: 56px;
}
div#special_features h2 strong {
    color: #007db1;
}

div#special_features h2 {
    margin: auto auto 50px;
    max-width: 800px;
}

.section--app h2 strong {
    color: #007db1;
}
.number {
    font-size: clamp(40px, 14vw, 90px);
    line-height: 55px;
    font-weight: 700;
    color: #007db1;
    height: 68px;
    padding:10px 0px;
}

.steps-line .number em {line-height: 0;font-size: 20px;margin: -10px 0px auto 0px;}

.number {
    display: flex;
    flex-direction: column;
    text-align: center;
}


.number.one {
    height: 59px;
    line-height: 0.7;
}
@media (max-width:992px) {

    .number.three {
        line-height: 1;
    }
    .steps-line .number em {
		margin: 0px 0px 0px 0px;
	}
    
}
@media (max-width:1300px) and (min-width:1000px) {
    .hero-subtitle {
        padding-right: 10%;
    }
}

@media (max-width: 1092px)
{ 
	.only-mobile { display:inherit; }
	.only-desktop { display:none; }
	
	nav.menu {
		position: fixed;
		/* display: none; */
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.4s all ease;
		-o-transition: 0.4s all ease;
		transition: 0.4s all ease;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		background: white;
		height: calc(100vh - 100px);
		top: 100px;
		left: 0;
		width: 100%;
		text-align: center;
		bottom: 0;
		padding: 10% 10%  160px;
	}
  
	button.mobile-toggler {
		margin: auto 0px;
		margin-left: auto;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 40px;
		flex: 0 0 40px;
		height: 32px;
		width: 40px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		background: none;
		
		border: 0;
	}

	.mobile-toggler span {
		height: 2px;
		background: #114CFF;
		width: 100%;
		display: block;
		-webkit-transition: 0.3s all ease;
		-o-transition: 0.3s all ease;
		transition: 0.3s all ease;
	}
  
	  
	body.mobile-menu-open nav.menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}

	nav.menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin: auto;
		line-height: 3.7;
	}

	nav.menu ul li.menu-button {
		/* display: none; */
	}

	nav.menu ul li a {
		font-size: 22px;
		color: #007db1;
	}
	 

	.hide-desktop {
		display: block;
	}
 
	nav.menu ul li {
		margin-left: 0;
	}

	body.mobile-menu-open.is-sticky nav.menu {
		height: calc(100vh - 90px);
		top: 90px;
	}

	body.mobile-menu-open span.hm-1 {
		-webkit-transform: rotate(45deg) translateX(6px) translateY(5px);
		-ms-transform: rotate(45deg) translateX(6px) translateY(5px);
		transform: rotate(45deg) translateX(6px) translateY(5px);
	}

	body.mobile-menu-open span.hm-3 {-webkit-transform: rotate(-45deg) translateX(6px) translateY(-6px);-ms-transform: rotate(-45deg) translateX(6px) translateY(-6px);transform: rotate(-45deg) translateX(6px) translateY(-6px);}

	body.mobile-menu-open span.hm-2 {
		-webkit-transform: rotate(445deg);
		    -ms-transform: rotate(445deg);
		        transform: rotate(445deg);
		opacity: 0;
	}



	h2 {
		font-size: 23px;
		line-height: 1.3;
		font-weight: 500;
		letter-spacing: 1.33px; margin-bottom:40px;
	}

	header.section-header {
		padding: 10px 0px;
	}

	.header-container {
		padding: 0px 0px;
	}

	.logo img {
		height:auto;
	}

	h1.hero-title {
		font-size: 30px;
		line-height: 1.3;
	}

	.hero > .container {
		padding: 0 30px;
	}

	div#hero {
		min-height: auto;
		padding: 100px 0px 30px;
		background-size: cover;
		background-position: center;
	}

	.hero-subtitle {
		font-size: 22px;
		margin: 20px auto 30px;
	}

	.hero-subtitle br {content: ' ';}

	a.button.blue {
		padding: 0px 20px;
		font-size: 20px;
		line-height: 55px;
		margin: 10px auto;
		height: 55px;
		font-weight: 500;
	}

	.hero-price {
		font-size: 20px;
		margin: auto;
	}

	.section--intro {
		padding: 50px 15px;
	}

	.intro {
		font-size: 18px;
		line-height: 1.5;
		text-align: center;
		font-weight: 500;
	}

	.section--icons {
		padding: 0px 15px 60px;
	}

	.icon-text .icon {
		flex: 0 0 100%;
		margin-right: 10px;
		margin-bottom: 6px; top:auto;
	}

	.icon-text .text strong {
		font-size: 22px;
		line-height: 1.3;
	}

	.icon-text .text {
		letter-spacing: 0px;
		font-weight: 400;
	}

	.icon-text .text {
		line-height: 1.33;
		font-size: 20px;
	}

	.video-holder {
		height: 56vw;
		border: 0;
		background: #dbdbdb;
	}

	.col-text.order-2 {
		order: -1;
	}

	.col-text {
		padding: 20px 15px;
		letter-spacing: 0.8px;
	}

	.col-text > div {
		font-size: 26px;
	}

	.col-text > div br {content: ' ';}

	.col-text > div strong {
		font-size: 24px;
		line-height: 1.3;
		margin: 20px auto;

	}

	.section--offer {
		padding: 50px 15px 20px;
	}

	.offer-item {
		margin: 0 0 30px;
	}

	.offer-item--label {
		font-size: 24px;
		padding: 0 5%;
		line-height: 1.3;
	}

	.offer-item--label .regular {
		opacity: 1 !important;
    }

	.offer-item--label .hover {
		opacity: 1;
		font-size: 20px;
		margin-top: 6px;
		letter-spacing: 0px;
		font-size: 16px;
	}

	.offer-item--label .regular {
		position: relative;
	}

	.icon-bottom {
		display: none;
	}

	.section--app {
		padding: 50px 0px;
	}

	h2 br {content: ' ';}

	div#owl-slides.owl-carousel .slide-item img {
		height: 78vw;
		max-height: initial;
	}

	div#owl-slides.owl-carousel .slide-item {
		max-height: initial;
		/* height: 118vw; */
		padding-bottom: 30px;
	}

	.program-icon {
		margin-bottom: 0px;
	}

	.program-title {
		line-height: 1.2;
		font-size: 20px;
		padding: 1px 1%;
		text-transform: none;
		margin: 4px auto 10px;
	}

	.program-text {
		font-size: 16px;
		padding: 0;
		text-transform: none;
		line-height: 1.4;
		font-weight: 400;
		letter-spacing: 0;
	}

	.program-item {
		margin: 0px 0px 50px;
		padding: 0 20px;
		box-shadow: none;
	}

	.section--program {
		padding: 50px 15px;
	}

	.program-bottom:before {
		margin: 0px auto 10px;
	}

	.program-bottom {
		font-size: 16px;
		line-height: 1.3;
	}

	.program-bottom:before {
		width: 67%;
	}

	.section--steps {
		padding: 50px 15px;
	}

	.section--steps h2 {
		text-align: center;
		margin-bottom: 30px;
		font-size: 30px;
	}

	.steps-img {
		top: -3%;
		width: 38vw;
		left: -22%;
		z-index: 0;
	}

	.steps-line {
		padding: 10px;
		letter-spacing: 0px;
		position: relative;
		padding-left: 70px;
	}

	.steps-line .text {
		font-weight: 400;
		font-size: 14px;
		line-height: 1;
		padding-left: 15px;
	}

	footer.footer {
		font-size: 14px;
		padding: 30px 5%;
	}
	div#hero {
		height: 120vw;
	}

	.video-holder img {
		width: 15%;
	}

	.offer-item--img {
		height: 120px;
	}

	.offer-item--label .regular {
    /* color: #114CFF; */
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 500;
}

	.section--app h2 {
		font-size: 20px;
		padding: 0px 20px;
	}

	div#owl-slides .owl-dots button.owl-dot {
		width: 20px;
		height: 20px;
		margin: auto 10px;
	}
	.icon-text .icon img {
		height: 60px; 
	}
	.number {
		flex: 0 0 30px;
	}

	.number img {
		height: 50px;
	}

	body.mobile-menu-open header.section-header {
		background: white;
	}
}	

div#owl-slides .owl-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    bottom: 0;
    margin: auto;
    right: 0;
    width: 600px;
    font-size: 70px; 
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


@media (max-width:992px){
	
	div#hero-2 {
		border-bottom: 20px solid white;
	}

	.program-icon {
		height: 50px;
	}

	.program-icon img {
		max-height: 100%;
	}

	.steps-img {
		z-index: 1;
		width: 31vw;
		left: -15%;
		top: -9%;
	}

	#hero-2 .col-lg-7 {
		order: -1;
	}

	.hero-content {
		max-width: 100%;
		text-align: center;
		padding: 20px 15px;
	}

	.icon-text {
		text-align: center;
	}

	.col-lg-7.col-video.order-1 {
		background: #dbdbdb;
	}

	.section--offer h2 strong {
		/* font-size: 22px; */
	}

	img.regular {
		display: none;
	}

	.offer-item--img .hover {
		opacity: 1;
	}


	.section--offer .col-md-4 {
		width: 50%;
		max-width: 50%;
		flex: 0 0  50%;
		padding: 0;
	}

	div#owl-slides .owl-dots button.owl-dot {
		width: 14px;
		height: 14px;
	}

	div#owl-slides .owl-nav {
		width: 100%;
	}

	.section--program h2 {
		color: #0491cc;
	}
	.hero-img img {
		height: auto;
	}
	body {
		padding-top: 100px;
	}

	body.is-sticky {
		padding-top: 90px;
	}
}

footer .img-carets-d {
    margin: 0;
}


.img-carets-quotes {
    position: relative;
    font-size: 40px;
    display: table;
    margin: auto;
}
/*
.img-carets-quotes:before {content: '<"';left: 0;transform: translateX(-100%);}
.img-carets-quotes:after {content: '">';right: 0;transform: translateX(100%);}
*/
.img-carets-quotes:before,
.img-carets-quotes:after {
    position:absolute;
    top:0;
    bottom:0;
    height: 20px;
    line-height: 20px;
    margin: auto;
	color:black;
    padding: 0px 10px;
}


.img-carets-d {
    position: relative;
    font-size: 40px;
    display: table;
    margin: auto;
}

/*
.img-carets-d:before {content: '[<';left: 0;transform: translateX(-100%);}
.img-carets-d:after {content: '>]';right: 0;transform: translateX(100%);}
*/
.img-carets-d:before,
.img-carets-d:after {
    position:absolute;
    top:0;
    bottom:0;
    height: 20px;
	color:black;
    line-height: 20px;
    margin: auto;
    padding: 0px 10px;
}

.img-carets {
    position: relative;
    font-size: 40px;
    display: table; 
}

/*
.img-carets:before {content: '<';left: 0;transform: translateX(-100%);}
.img-carets:after {content: '>';right: 0;transform: translateX(100%);}
*/
.img-carets:before,
.img-carets:after {
    position:absolute;
    top:0;
    bottom:0;
	color:black;
    height: 20px;
    line-height: 20px;
    margin: auto;
    padding: 0px 10px; 
}















/*** Signup ***/

div#signup {
    padding-top: 90px;
    padding-bottom: 160px;
    margin: 0px 0px 0px;
    background: #ffffff;
    border-radius: 30px;
}

div#signup > .container {
    /* max-width: 1300px; */
}

.signup-title {
    text-align: center;
    font-size: 54px;
    font-weight: 900;
    color: #3179bc;
    line-height: 1.4;
    margin-bottom: 30px;
}

.signup-title small {
    font-size: 26px;
    font-weight: 500;
    display: block;
    font-style: italic;
}

.signup-text {
    color: #312E2E;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: center;
    font-style: italic;
}

.signup-text a {
    text-decoration: underline;
    color: inherit;
}





form#signupForm label.label--1 {
    position: absolute;
    font-size: 16px;
    background-color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    top: -34px;
    left: 7px;
}

form#signupForm .label--container {
    position: relative;
    display: inline;
    margin: unset;
}

form#signupForm .date--inputs {
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    display: flex;
}

form#signupForm .date--input {
    width: 126px;
    height: 66px;
    display: inline-block;
    font-size: 18px;
    padding: 0.6em 1.4em 0.5em 0.8em;
    box-sizing: border-box;
    margin: 0;
    border: 2px solid #7e858e;
    box-shadow: 0 1px 0 1px rgb(0 0 0 / 4%);
    color: #7e858e;
    border-radius: 3px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAhGVYSWZNTQAqAAAACAAFARIAAwAAAAEAAQAAARoABQAAAAEAAABKARsABQAAAAEAAABSASgAAwAAAAEAAgAAh2kABAAAAAEAAABaAAAAAAAAAEgAAAABAAAASAAAAAEAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEaADAAQAAAABAAAACQAAAAAtOSJBAAAACXBIWXMAAAsTAAALEwEAmpwYAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpMwidZAAAAtElEQVQoFWOcuWxHwZ//TAeyo90uMJAIpi/d2cDA9G8BE8gAFsb/66cu3WVArBn///9nnLV013wmxv9+HD84PjCBXPDnP2MgKQbNXrZ73n/Gf/psP9mdEhMdPzDCbAe5BGQQyEB8XgO54D/jfwO2n2yOIANA+uGGgDiEDMJmAIYh+AzCZQBWQ7AZhM8AnIYgGwRkg6JeATkMQPLIACVMkCVAbFAYMTH8DeD4xTEBFojoakB8AJu+eZXgXagGAAAAAElFTkSuQmCC);
    background-repeat: no-repeat,repeat;
    background-position: right 0.7em top 50%,0 0;
    background-size: 0.65em auto,100%;
    width: 31%;
    /* margin-right: 30px; */
    cursor: pointer;
}

form#signupForm {
    display: flex;
    flex-flow: row wrap;
    width: 1100px;
    max-width: 100%;
    justify-content: space-between;
}

form#signupForm div label {
    font-size: 20px;
    font-family: KievitOT;
    font-weight: 600;
    margin-bottom: 0px;
    color: #37475A;
}

form#signupForm input:not([type="checkbox"]){
    height: 66px;
    border: 2px solid #7e858e;
    border-radius: 3px;
    padding: 0.6em 20px;
    font-size: 1.1em;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    /* max-width: 475px; */
}

form#signupForm > div {
    /* margin-right: 27px; */
    flex: 0 0 calc(100% / 2 - 20px);
    padding-bottom: 20px;
}
 
form#signupForm .date--input + .date--input {
    margin-left: 2%;
}

form#signupForm 
 .date--inputs .label--container {
    margin-right: 0;
}

div#signupform-container {
    padding: 20px 0px;
}

form#signupForm > div.div--fullwidth {
    flex: 0 0 100%;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

form#signupForm input[type="checkbox"] {
    height: 31px;
    width: 30px;
    margin-top: 20px;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
}

form#signupForm input[type="checkbox"] + label {
    margin-top: 32px;
    margin-left: 10px;
    line-height: 8px;
    white-space: normal;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
}

form#signupForm input[type="checkbox"] + label a {
    color: #3179bc;
    text-decoration: underline;
}

form#signupForm .div--fullwidth input:not([type="checkbox"]) {
    width: 100%;
    /* max-width: 1010px; */
}
form#signupForm input:not([type="checkbox"])::placeholder {
    font-style: italic;
}
form#signupForm button.form-submit {
    color: #fff;
    line-height: 8px;
    width: 342px;
    height: 62px;
    font-size: 30px;
    font-weight: 500;
    cursor: pointer;
    margin: 30px auto;
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 1px hsl(0deg 0% 65% / 75%);
    margin-bottom: 30px;
    border: 0;
    outline: none;
    background-color: #7E858E;
}
.container.smallfooter {
    padding: 0;
    margin-top: 60px;
}

.container.smallfooter a {
    margin: auto 10px;
    color: white;
    font-size: 16px;
}
.blocks-img img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
    image-rendering: -webkit-optimize-contrast;
}

@media (max-width:1092px){
	form#signupForm > div {
		flex: 0 0 100%;
	}

	form#signupForm .date--input {
		width: 100%;
		margin-bottom: 0px;
		height: 50px;
		line-height: 48px;
		padding: 0px 10px;
	}
 

	form#signupForm button.form-submit {
		width: 100%;
		font-size: 22px;
		height: 50px;
		line-height: 50px;
	}

	form#signupForm input[type="checkbox"] + label {
		max-width: calc(100% - 40px);
		font-size: 17px;
	}

	div#signup {
		padding: 50px 0px 20px;
		/* margin-top: 70px; */
	}

	.signup-text {
		margin-bottom: 30px;
		font-size: 14px;
	}

	form#signupForm .date--input:last-child {
		margin-bottom: 0px;
	}
	#hero .hero-price {
		margin: auto;
	}

	#hero a.button.blue {
		margin: 0px auto 10px;
	}
	.step-block--img {
		display: flex;
	}

	.step-block--img img {
		margin: auto;
		height: 33px;
	}
	.blocks .section-title strong {
		display: block;
	}

	.features .section-title strong {
		display: block;
	}
	.features .section-title {
		max-width: 290px;
		margin: auto;
		text-align: center;
		text-align-last: center;
	}

	.features .section-title span.strong {
		font-weight: 400;
		font-style: italic;
	}

	.features .section-title strong {
		white-space: nowrap;
		width: 110%;
		text-align: center;
		left: -5%;
		position: relative;
	}

	.footer-content img {
		flex: 0 0 200px;
		width: 200px;
	}

	.footer-content {
		display: block;
	}

	.footer-content-2 {
		font-size: 14px;
		margin-top: 40px;
	}

	button.mobile-toggler {
		background:none; 
		border:0px;
		padding:0px;
		margin: auto 0px;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
		height: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
				margin-left:auto;
	}

	.mobile-toggler span {
		height: 2px;
		background: #30519e;
		width: 100%;
		display: block;
		-webkit-transition: 0.3s all ease;
		-o-transition: 0.3s all ease;
		transition: 0.3s all ease;
	}
	
	
	footer.footer {
		padding: 60px 25px;
	}

	.header-container {
		padding: 0px 15px;
	}

	.logo img {
		max-width: 200px;
	}

}

.visually-hidden{
position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}


a.skip-to-content-link {
	font-size: 1rem;
    font-weight: 500;
    height: 0.0625rem;
    left: -62.4375rem;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 0.0625rem;
    z-index: -999;}

a.skip-to-content-link:active, a.skip-to-content-link:focus {
    background-color: #ffffff;
    border: 0.25rem solid #276DE2;
    border-radius: 0.9375rem;
    color: #000000;
    height: auto;
    left: auto;
    margin: 0.625rem 35%;
    overflow: auto;
    padding: 0.3125rem;
    text-align: center;
    top: auto;
    width: 30%;
    z-index: 999;
}
a:focus {
    /* border: 1px solid red; */
}
  
#hero  h1.hero-title {background: #e4e2e5;display:inline;}
#hero .hero-subtitle {background: #e1dfe2; display:table;margin-left:0px;  }
#hero .hero-price {background: #dedcdd; display:table;margin-left:0px;}


body.signup-page header.section-header { background-color: #E6E5E6; }

body.signup-page .footer-content p {
    margin: 0;
    font-weight: 300;
    font-style: unset;
    max-width: 550px;
}

body.signup-page {
    background: #E6E5E6;
}

.container.smallfooter {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}
body.signup-page nav.menu ul li a {
    color: #0087c0;
    padding: 10px;
    border-radius: 30px;
}

body.signup-page nav.menu ul li a:hover {
    background: #37475A;
    color: white;
}

body.signup-page  nav.menu ul li.menu-button:hover {
    border-color: #37475A;
}

.validation-error {
    box-shadow: 0px 0px 0px 2px red !important;
}
 

body.signup-page.form-success form#signupForm {
    display: none;
}

body.signup-page.form-success div#form-success {
    display: block;
}

div#form-success {
    display: none;
    border: 3px solid #37475a;
    text-align: center;
    padding: 30px 10%;
}

.form-thanks {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #37475a;
}

.form-message {
    font-size: 20px;
    padding: 20px 0px 0;
    line-height: 1.3;
}
@media (max-width:1092px){
	#hero .hero-price {
		margin: auto;
		background: #e7e5e8;
	}

	#hero h1.hero-title {
		text-align: center;
		display: block;
		background: #e7e5e8;
	}

	#hero .hero-subtitle {
		background: #e7e5e8;
	}
	
}

@media (max-width:992px){

	.signup-title {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.signup-title small {
		font-size: 20px;
	}

	form#signupForm div label {
		font-size: 18px;
	}

	form#signupForm input:not([type="checkbox"]) {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}

	.container.smallfooter {
		line-height: 2;
	}
	
}



.footer-bottom {
    padding: 10px 5%;
}
 
.footer-bottom .container {
    max-width: 100%;
    font-size: 18px;
}

@media (max-width:767px){

    .footer-bottom .container .col-auto {
        padding: 4px 0px;
        text-align: center;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
		font-size: 14px;
    }

}





.video-holder a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video-holder a img.thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-holder img.play {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}