body.is-sticky {}

header.section-header {position: fixed;top: 0;left: 0;width: 100%;padding: 15px 0px;transition: .2s;z-index: 30;box-shadow: 0px 16px 11px 0px rgba(0, 0, 0, 0.04);}

.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: center;
    margin: auto;
}

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

nav.menu ul li a {
    transition: 0.2s all ease;
    color: var(--BLUE23Re-231E33, #231E33);
    font-size: 22px;
    font-style: normal;
    border-radius: 30px;
    font-weight: 500;
    border: 1px solid transparent;
    line-height: 1.6; /* 136.364% */
    letter-spacing: 0.22px;
    display: block;
    border-radius: 30px;
    padding: 0px 20px;
    text-decoration: none;
}
nav.menu ul li a.home {
    color: #1355E9;
}
nav.menu {
    display: flex;
    /* text-transform: uppercase; */
}

.header-container {
    max-width: 1400px;
    margin: auto;
}
nav.menu ul li.current a {
    background: #eee;
}
body.is-sticky header.section-header {
    background: white;
    padding: 10px 0px;
}

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

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;
    display: table;
}
h1.hero-title {
    color: #1A3673;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;
    line-height: normal;
}

.hero-subtitle {
    margin: 47px auto 50px;
    color: var(--BLUE23Re-231E33, #231E33);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: 0.44px;
}
 
a.button.blue {
    height: 73px;
    color: #1A3673;
    text-align: center;
     /* 83.333% */
    font-size: 23px;
    font-weight: 600;
    line-height: 73px;
    letter-spacing: normal;
    transition: 0.2s all ease;
    display: table;
    margin: auto 0;
    text-decoration: none;
    padding: 0px 30px;
    border-radius: 55px;
    background: #9EE110;
}
a.button.blue:hover {
    box-shadow: inset 0px 0px 0px 5px #9EE110;
    background: white;
}

.hero-price {
    color: var(--BLUE23Re-231E33, #231E33);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 30.8px */
    letter-spacing: 0.44px;
    margin-top: 40px;
}

.intro strong {
    /* font-weight: 900; */
    /* color: #0079C2; */
}

.intro {
    color: var(--WHITE, #FFF);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 33px */
    letter-spacing: 0.66px;
    text-align: center;
    text-align-last: center;
    display: block;
}

.container {
    max-width: 1360px;
}

.section--intro {
    background-color: #1355E9;
    padding: 85px 15px;
    text-align: center;
}

.icon-text .text {
    flex: 1;
    color: var(--BLUE23Re-231E33, #231E33);
    font-family: "Elevance Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: 0.66px;
    max-width: 760px;
}

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

.icon-text .text strong {
    margin-bottom: 5px;
    color: var(--BLUE23Re-1A3673, #1A3673);
    font-family: "Elevance Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1; /* 240% */
    letter-spacing: 0.3px;
    display: block;
    margin-bottom: 27px;
}

.icon-text {
    display: flex;
    margin-top: 70px;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

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

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

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

.video-holder {
    height: 600px;
    text-align: center;
    display: flex;
    background: white;
}
nav.menu ul li a:hover {
    color: #114cff;
    border-color: #114cff;
}

.embed-container {
    margin: 0 auto;
    width: 100%;
    display: flex;
}
.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 {
    display: block;
    margin-top: 40px;
    color: var(--BLUE23Re-231E33, #231E33);
    text-align: center;
    font-family: "Elevance Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px; /* 150% */
    letter-spacing: 0.6px;
}

.section--offer {
    padding: 100px 15px 50px;
    background: #1355E9;
    color: white;
}

h2 {
    margin-bottom: 60px;
    text-align: center;
    color: var(--WHITE, #FFF);
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px; /* 144% */
    letter-spacing: 0.5px;
}

.section--offer h2 strong {
    color: #0079C2;
}
 h2 strong {
    /* color: #0079C2; */
}

h2 strong {
    font-weight: 900;
}
div#owl-icons .offer-item .regular { transition: 0.2s all ease; } 

div#owl-icons .offer-item:focus .regular {
    opacity: 0;
}

.offer-item--label {
    position: relative;
    color: var(--WHITE, #FFF);
    text-align: center;

/* Header 3 */
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px; /* 150% */
    letter-spacing: 0.6px;
}
 
.offer-item--img {
    height: 170px;
    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 {
    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: #ffffff;
    /* font-weight: 400; */
    cursor: default;
    padding: 0px 12%;
    opacity: 0;
}

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

.icon-bottom {
    color: var(--WHITE, #FFF);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 36px */
    letter-spacing: 0.72px;
}


.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: #78b8de;margin: auto 15px;border-radius: 20px;}

div#owl-slides .owl-dots button.owl-dot.active {
    background-color: #1355e9;
}
div#owl-slides .owl-dots button.owl-dot:focus   {
    box-shadow: 0px 0px 0px 4px #1355e9;
    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: #1355e9;
    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 #1355e9;
    width: 0;
}
 

.section--program {padding: 70px 15px;background-color: #1355E9;}
.section--program h2 strong {
    color: #1355e9;
}
.program-icon {
    display: flex;
    height: 140px;
    margin-bottom: 40px;
}

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

.program-title {
    margin: 10px auto 25px;
    padding: 0;
    color: var(--WHITE, #FFF);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 100% */
    letter-spacing: 0.3px;
}

.program-text {
    padding: 0px 7%;
    color: var(--WHITE, #FFF);
    text-align: center;
    font-family: "Elevance Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5; /* 33px */
    letter-spacing: 0.66px;
}

.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 {
    text-decoration: underline;
    font-weight: 700;
    color: #ffffff;
}

.program-bottom {
    max-width: 100%;
    margin: auto;
    color: var(--WHITE, #FFF);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: 0.66px;
}

.program-bottom:before {
}


.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: #0079C2;
}
.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: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    padding-left: 0px;
    gap: 30px;
}

.number {
    flex: 0 0 60px;
}

.steps-line .text {
    color: var(--BLUE23Re-231E33, #231E33);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 33px */
    letter-spacing: 0.66px;
    padding-inline-end: 20%;
}
 
.section--steps h2 strong {
    /* color: #0079C2; */
}
footer.footer {
    background-color: #1355E9;
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
}

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

.section--steps h2 {
    color: var(--BLUE23Re-1355E9, #1355E9);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px; /* 160% */
    text-align: start;
    margin-bottom: 30px;
}
div#special_features h2 strong {
    color: #0079C2;
}

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

.section--app h2 strong {
    color: #0079C2;
}


.number {
    height: 68px;
    padding:10px 0px;
    color: var(--BLUE23Re-1A3673, #1A3673);
    font-family: "Elevance Sans";
    font-size: 75px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px; /* 106.667% */
}

.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: 79px;
    line-height: 0.7;
}

.video-title {
    color: var(--BLUE23Re-1355E9, #1355E9);
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px; /* 144% */
    letter-spacing: 0.5px;
}
div#owl-icons .offer-item--img img {
    margin: auto;
    width: auto;
    height: auto;
    display: table;
    max-width: 100%;
    display: table;
    opacity: 1 !important;
}
 

.offer-item:hover .offer-item--label .regular {
    opacity: 0;
}

.section--app h2 {
    text-align: start;
    color: var(--BLUE23Re-1355E9, #1355E9);
    max-width: 570px;
}

.amargin {
    padding: 40px 40px;
}

.bottom-bg-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bottom.jpg);
    background-size: cover;
    background-position: center;
}
@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 - 0px);
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		bottom: 0;
		padding: 100px 10%  60px;
	}
  
	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;
		gap: 20px;
	}

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

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

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

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

	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: 24px;
		line-height: 1.3;
		font-weight: 500;
		letter-spacing: 1.33px;
		margin-bottom:40px;
	}

	header.section-header {
		padding: 20px 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: 18px;
		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;
		margin: 0 0 9px;
	}

	.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;
		margin: 0px -15px;
		width: auto;
	}

	.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: 18px;
		line-height: 1.3;
		margin: 20px auto 5px;
	}

	.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;
		font-weight: 500;
	}

	.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: 19px 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: 14px;
		line-height: 1.3;
	}

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

	.section--steps {
		padding: 0;
	}

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

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

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

	.steps-line .text {
		/* font-weight: 500; */
		font-size: 16px;
		line-height: 1.4;
		padding: 0;
		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;
		margin-bottom: 15px;
	}

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

	.section--app h2 {
		/* font-size: 20px; */
		padding: 0px 10px;
		text-align: center;
	}
	footer.footer .row   .row {
    text-align: start;
    text-align-last: center;
    line-height:2;
}
	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 70px;
	}

	.number img {
		height: 50px;
	}

	body.mobile-menu-open header.section-header {
		background: white;
	}
}	
footer.footer a {
    display: block;
    max-width: 200px;
    margin-bottom: 40px;
}
main div.owl-carousel  .owl-nav {
    position: absolute;
    left: 0;
    top: -50%;
    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;
    display: flex;
}
div#owl-icons .owl-nav {
    width: 100%;
}
@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;
	}
	div#owl-icons .offer-item .regular br {
	    content: '';
	}
	
	div#owl-icons .offer-item .regular {
	    margin-bottom: 10px;
	    font-size: 20px;
	}
	
	.mobile-order-2 {
	    order: 2;
	}
	
	.video-title {
	    font-size: 24px;
	    line-height: 1.3;
	    text-wrap: balance;
	    padding: 0px 8%;
	}
	
	.col-lg-6.bottom-bg {
	    height: 100vw;
	    order: 2;
	}
	
	.amargin {
	    padding: 50px 0px 50px;
	}
	
	.number.one em {
	    margin-top: 1px;
	    position: relative;
	    margin-bottom: 10px;
	}
	.icon-text {
		text-align: center;
		gap: 10px;
	}

	.col-lg-7.col-video.order-1 {
		background: #dbdbdb;
	}
	iframe {
	    max-width: 100%;
	    height: auto !important;
	    width: 100% !important;
	    height: 100% !important;
	}
	.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: #0079C2; */
	}
	.hero-img img {
		height: auto;
	}
	body {
		padding-top: 82px;
	}

	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;
	}
	.logo {
	    min-height: auto;
	}
	
	.video-holder.active {
	    height: 160vw;
	}
	
	.video-holder.active .embed-container {
	    height: 160vw;
	}
	footer.footer {
		padding: 60px 25px;
	}

	.header-container {
		padding: 0px 5px;
	}
	
	body.mobile-menu-open .logo, body.mobile-menu-open .mobile-toggler {
	    position: relative;
	    z-index: 33;
	}

	.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: #0079C2;
    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;
}


.slide-item img { margin:20px auto; display:table; }


video::-webkit-media-controls-panel {
  display: flex !important;
  opacity: 1 !important; 
}

