@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body {
	overflow-x: hidden;
}

.opensans {
	font-family: 'Open Sans', sans-serif;
}



.main-header {
	margin: 0 auto;
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,9,48,1) 60%, rgba(1,30,110,1) 81%, rgba(0,54,159,1) 100%);
	background-image: url(../images/background.jpg); */
	position: relative;
	/*box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);*/
	flex-wrap: wrap;
	background-position: center bottom;
	background-size: cover;
	border-bottom: 10px solid #fff;
	padding: 35px 0 70px;
	overflow: hidden;
}


.logoimg.img-fluid {
	max-width: 555px;
	position: relative;
	margin-top: -75px;
}

div#demo {
	display: flex;
	margin: 15px auto 25px !important;
	justify-content: center;
}

.se_top {
	font-size: 60px;
	font-weight: bold;
	color: #000000;
	margin: 0 5px;
}

@media(min-width:992px){
	.se_field {
    margin: 0 20px;
}
}

.se_bottom {
	color: #000000;
	margin: 0 5px;
}

.container.secondary {
	max-width: 1400px;
}

.secondary-logo {
	padding: 12px 0;
}

.secondary-logo img {
	width: 100%;
	max-width: 380px;
}

.ribbon-arrow::before {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0.25rem;
	background-color: #a5b2d8;
	content: " ";
	-webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
	clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
}

.ribbon-arrow::before {
	padding: 16px 0;
}

.ribbon-active::before {
	background-color: #28395a;
}

.copyright {
	background: #262930;
	padding: 0 0 25px;
}

.ribbonbox {
    text-align: center;
    background: linear-gradient(to bottom, #2fbc2e 14%,#2fbc2e 66%,#98f800 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    max-width: 548px;
    margin: auto;
    right: 49px;
    position: relative;
	margin-bottom: 15px;
}

.ribbon-arrow .ribbon-text {
	margin-top: -45px;
	font-size: 0.75rem;
	line-height: 45px;
}

.ribbon-arrow .ribbon-text {
	position: relative;
	display: block;
	margin-top: -42px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	letter-spacing: -0.01rem;
}

.count-timer {
	background: red;
	padding: 10px;
}

.count-timer h5 {
	margin-bottom: 0px;
	color: #fff;
}

@media (min-width: 992px) {
	.ribbon-arrow .ribbon-text {
		font-size: 18px;
	}
}

.call-to-order {
	display: flex;
	align-items: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.oswald-title {
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 28px;
	font-weight: 400;
}

.oswald-title-xl {
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
}

@media (min-width: 992px) {
	.oswald-title-xl {
		font-size: 36px;
	}
}

.oswald-hero-title {
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
}

@media (min-width: 992px) {
	.oswald-hero-title {
		font-size: 42px;
	}
}

.oswald-hero-title-xl {
	font-family: 'Lato', sans-serif;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
}

@media (min-width: 992px) {
	.oswald-hero-title-xl {
		font-size: 48px;
	}
}

.stop-sign {
	width: 152px;
	margin-bottom: 24px;
}

@media (min-width: 992px) {
	.stop-sign {
		width: 192px;
		margin-bottom: 0;
	}
}

.black-bg {
	background-color: black;
	padding: 4px 8px;
}

.all-caps-title {
	font-family: 'Lato', sans-serif;
	letter-spacing: 3px;
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
}

.text-shadow {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.container {
	max-width: 1040px;
	position: relative;
}

.secondary-header {
	padding: 8px 0;
	background-color: #f5f5f5;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.menu-link {
	display: flex;
	padding: 0 16px;
	color: white;
	line-height: 1;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	transition: all 0.4s;
	font-family: 'Lato', sans-serif;
	margin: 0 16px;
	height: 52px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.menu-link:hover {
	text-decoration: none;
	color: white;
	opacity: 0.7;
}

.menu-link.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.menu-link-date {
	display: block;
	width: 100%;
	font-size: 14px;
	text-align: center;
}

.branding {
	/* padding: 32px 64px 32px 220px; */
	margin: 16px auto 30px;
}

.ts-shot {
	position: absolute;
	z-index: 2;
	bottom: -32px;
	right: -142px;
	max-width: 200px;
	height: 176px;
	overflow: hidden;
}

.video {
	margin: 32px 0;
	min-height: 480px;
	width: 100%;
	background-color: black;
}

.benefit-list {
	padding-left: 0;
}

.benefit-list li {
	padding: 16px 16px;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-bottom: unset;
	margin-bottom: 0;
	display: flex;
	flex-direction: column-reverse;
}

@media (min-width: 756px) {
	.benefit-list li {
		padding: 20px 20px 20px 56px;
		flex-direction: initial;
	}
}

.benefit-list li::before {
	left: 12px;
	top: 20px;
	display: none;
}

@media (min-width: 756px) {
	.benefit-list li::before {
		display: inline-block;
	}
}

.benefit-list li:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.benefit-list li:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.benefit-list img {
	width: 220px;
	margin: 16px auto 16px;
	position: relative;
	display: block;
}

@media (min-width: 756px) {
	.benefit-list img {
		width: 220px;
		margin: 0 0 0 16px;
	}
}

.yellowbanner {
	background-color: #D30000;
	max-width: 490px;
	margin: 0 auto 10px;
	color: #fff !important;
}

.yellowbanner p {
	font-size: 20px;
}

.xgpt_logo {
	position: relative;
	margin-top: -30px;
}

.yellowbanner p {
	margin-bottom: 0;
	padding: 6px 0;
}

.launch header{
	padding-bottom: 95px;
}

.typ h1.white {
	font-size: 80px;
	margin-bottom: 0;
	padding: 40px 0;
}

.bottom_container .container {
	margin-top: -70px;
	max-width: 800px;
    background:#cfd9e3;
	/*background-image: url(../images/dentistswallpaper1@2x.png);*/
	background-size: cover;
	padding: 15px;
	border-radius: 40px;
	background-repeat: no-repeat;
	background-position: center;
}

.launch header .container{max-width: 800px;}

.launch .yellowbanner {
    background-color: #D30000;
    max-width: 150px;
}

.progress-bar {
   background-color: #599A43 !important;
}

.typ .bottom_container .container {
	margin-top: -30px;
}

.arrow {
	position: relative;
}

.arrow_left {
	transform: scaleX(-1);
	position: absolute;
	top: -60px;
	width: 120px;
	left: -132px;
}

.arrow_rightt {
	position: absolute;
	top: -60px;
	width: 120px;
	right: -132px;
}

.bottom_container {
	background-image: url(../images/cubebackground.svg);
	background-size: cover;
}

.bottom_container .container h4 {
	font-weight: 600;
	line-height: 1.5em;
	font-size: 20px;
	margin-bottom: 0;
}

.wistia_responsive_padding {
	border: 6px solid #fff;
}

.row.textrow {
	padding: 25px;
	background: #ffffff;
	margin: auto;
	border-radius: 30px;
}

.testimonials-grid {
	display: grid;
	margin: 32px 0 64px;
	grid-row-gap: 24px;
}

.blackbox {
	padding: 30px 30px;
	background: #000000;
}

@media (min-width: 992px) {
	.testimonials-grid {
		grid-template-columns: repeat(3, auto);
		grid-column-gap: 24px;
	}

}

@media(min-width: 768px) {
	.vegalogo {
		position: absolute;
		right: -52px;
		z-index: 9;
		width: 383px !important;
		top: 17px;
	}
}


.testimonial {
	padding: 16px;
	background-color: white;
	border-radius: 12px;
	border: 4px solid rgba(0, 0, 0, 0.3);
	font-style: italic;
	text-align: center;
}

.about-tim {
	background-color: white;
	border-radius: 12px;
	border: 4px solid rgba(0, 0, 0, 0.3);
	padding: 12px 12px 24px 12px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-top: 32px;
}

.about-tim-img {
	display: block;
	height: 86px;
	min-width: 86px;
	margin-right: 12px;
	border: 2px solid #42aff2;
	overflow: hidden;
	border-radius: 50px;
}

.about-tim p {
	font-size: 16px;
}

.about-tim-heading {
	position: relative;
	width: 100%;
	left: -32px;
	padding: 12px 24px;
	background: #e7e5e8;
	background: linear-gradient(#e7e5e8, #d7d7da 28%, #e3e0e4 50%, #d0d0d6 52%, #eaeaec 86%, #e4e4e6 100%) !important;
	box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.4);
	color: #222 !important;
	font-size: 16px;
	font-weight: bold;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom: 4px solid #42aff2;
	margin-bottom: 20px;
}

.timer {
	display: flex;
	padding: 24px;
	margin-left: auto;
	align-items: center;
	flex-wrap: wrap;
	color: white;
	text-align: center;
	line-height: normal;
	width: 300px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
}

.timer-el {
	display: flex;
	flex-direction: column;
	margin: 0 12px;
}

.time {
	font-size: 44px;
	font-family: 'Lato', sans-serif;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
}

.timer-title {
	width: 100%;
	margin-bottom: 0;
	font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	line-height: normal;
	margin-top: 0 !important;
}

.subtitle {
	font-weight: bold;
	font-size: 32px;
	line-height: 1.2;
}

.text-box {
	padding: 20px;
	background-image: url(../images/hero_banner.jpg);
	border-radius: 16px;
	margin-bottom: 32px;
	background-size: cover;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
	color: white;
}

.text-box p {
	color: white;
}

@media (min-width: 992px) {
	.text-box {
		padding: 32px 24px;
	}
}

.blue {
	color: #3FA9F5;
}

.blue-bg {
	position: relative;
	z-index: 1;
	margin-right: 8px;
	color: #fff;
}

.blue-bg::before {
	position: absolute;
	display: block;
	margin: auto;
	top: 0;
	bottom: 0;
	right: -8px;
	content: "";
	height: 100%;
	width: 151px;
	z-index: -1;
	background-color: #f81d00;
}

.yes_no h2 {
	font-size: 40px;
	font-weight: bold;
}

.yes_no {
	margin-top: 45px;
}

.yes_no a {
	text-decoration: none;
}

.yes_no a:hover {
	text-decoration: underline;
}

.yesdiv * {
	color: #ABABAB;
	font-weight: bold;
}

.nodiv * {
	color: #003E84;
	font-weight: bold;
}

.upsell .logoimg {
	margin-top: 0;
}

.title {
	font-weight: bold;
	font-size: 30px;
	line-height: normal;
}

@media (min-width: 756px) {
	.title {
		font-size: 36px;
	}
}

@media (min-width: 1300px) {
	.img-h-hl {
		bottom: 4rem;
		right: 4rem;
	}
}

.icon {
	height: 32px;
	width: 32px;
	background-color: #fff;
	text-align: center;
	line-height: 1.35;
	font-size: 24px;
	border-radius: 24px;
	color: #272728;
}

.img-arrow-left {
	opacity: 1;
	position: absolute;
	top: 2.8rem;
	left: -6.2rem;
	z-index: 2;
	width: 200px;
	transform: scale(0.4);
}

.schedule-text {
	font-weight: bold;
	color: white;
	font-size: 24px;
	margin-left: 8px;
}

.img-h-hl {
	position: absolute;
	bottom: -10rem;
	right: -10rem;
	z-index: 2;
	max-width: 248px;
}

.divider-bottom-triangle {
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 3;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

body {
	color: #000000;
	font-family: "Poppins", sans-serif;
}

.top {
	background-color: #3FA9F5;
	padding: 10px 0;
}

.logo {
	display: block;
}

a {
	color: #3FA9F5;
}

a:hover {
	color: #3FA9F5;
}

.callout {
	padding: 32px;
	background-image: url(../images/TWK_LAUNCH_081521_BRANDING_03.jpg);
	background-size: cover;
	border-radius: 12px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
	margin-bottom: 32px;
	text-align: center;
	color: white;
}

.add-to-calendar {
	height: 52px;
	display: flex;
	align-items: center;
	margin: auto;
	width: 220px;
	text-align: center;
	justify-content: center;
	background-color: white;
	border-radius: 12px;
	color: black;
}

.add-to-calendar:hover {
	opacity: 0.9;
	text-decoration: none;
	color: black;
}

.black {
	color: black;
}

h1 {
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
	color: #ffffff;
	text-transform: capitalize;
}

header.main-header h3, header.main-header h4 {
    font-weight: bold;
	text-transform: capitalize;
}

header.main-header h3 {
    font-size: 22px;
}

header.main-header h4 {
    font-size: 26px;
}

h2 {
	line-height: 1.4em;
	font-size: 24px;
	/* font-weight: 300; */
}
.boxrow {
    background: #f3f3f3;
    padding: 20px;
}
h2.white {
	margin-bottom: 25px;
}
.boxrow {
    background: #eef6ff;
    padding: 20px;
    border: 1px solid #d5d2d2;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 0px rgba(000, 000, 000, 0.2);
}
.boxrow .col-sm-4 {
    padding: 0;
}
div#countdown {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top:35px;
	margin-bottom: 30px;
}

div#countdown div{
    font-size:50px;
    line-height:0em;
    margin:0 8px;
    font-weight:bold;
}

div#countdown span{
    font-size:14px;
    display:block;
    margin-top:35px;
    font-weight:400;
}
@media(min-width:768px){
	.boxrow .col-sm-4 {
    padding: 0;
}
	.boxrow {
    flex-direction: row-reverse;
}
}
.boxrow h4{font-weight: 400 !important;}
.boxrow h3 {
    font-size: 24px;
    line-height: 1.3em;
    margin: 7px 0 !important;
	color: #2fbc2e;
}
section.formwrap h3 {
	color: #000;
}
header.main-header .container {
    max-width: 980px;
}
.tim {
    position: absolute;
    width: 275px;
    bottom: -96px;
    right: 70px;
}
	
@media(min-width:1100px){

}

@media(max-width:1099px){
	h1 {
    font-size: 38px;
	}
	
	
	.ribbonbox{margin-right: 260px;}
	.tim {
    position: absolute;
    width: 250px;
    bottom: -96px;
    right: 70px;
}
}

@media(max-width:1023px){
	.tim{display: none;}
	header.main-header .container .col-sm-12.text-center {
    padding-right: 15px;
}
	header.main-header h3 {
    font-size: 17px;
}
	header.main-header h4 {
    font-size: 16px;
}
	.main-header {
     padding:25px 0 75px;
}
	.ribbonbox {
    margin: 0 auto 15px!important;
    right: unset;
    max-width: unset;
    width: auto;
    display: table !important;
}
}


ul li:before {
	content: "";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
	top: 3px;
	border: 2px solid #272728;
	padding: 3px;
	border-radius: 24px;
}

ul li {
	position: relative;
	list-style: none;
	padding-left: 40px;
	margin-bottom: 24px;
}

ul {
	padding-left: 0;
	margin-bottom: 32px;
}

strong {
	font-weight: 700 !important;
}

h1.white strong {
	font-weight: 800 !important;
}

p {
	font-size: 18px;
}

.content-area p {
	padding-bottom: 0 !important;
	margin-bottom: 3px !important;
}

.totalwrap {
	background-image: url(../images/TWK_LAUNCH_081521_BRANDING_03.jpg);
	background-position: top center;
	background-size: cover;
	padding-bottom: 140px;
	position: relative;
	overflow: hidden;
}

.logo {
	/* max-width: 500px; */
	margin: 0 auto !important;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
	width: 100%;
	max-width: 440px;
	margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
	.logo {
		position: relative;
		left: -52px;
		max-width: inherit;
		height: 112px;
	}
}

.black {
	color: #222222;
}

.divider {
	border-top: 1px solid rgba(65, 48, 48, 0.25);
	margin: 52px 0;
}

.totalwrap h4 {
	font-weight: normal;
	font-size: 22px;
	line-height: 1.4;
}

.totalwrap h1 {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

.imgwrap img {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #000;
}

a.btn.btn-default.text-center {
	display: block;
	padding: 15px 0;
	width: 590px;
	max-width: unset !important;
	margin:0 auto 25px;
	background: linear-gradient(to right, #2cb92e 1%, #5bea2f 50%, #ffff15 100%);
	background-position: center center;
	font-size: 24px;
	line-height: normal;
	color: #000000;
	font-weight: 600;
	text-decoration: none solid #fff;
	text-align: center;
	border: none;
	color: #000000 !important;
}

.launch a.btn.btn-default.text-center{width: 650px;}

a.btn.btn-default.text-center:hover {
	color: #000000 !important;
	    transition: all 0.6s ease-in-out;
    background: linear-gradient(to right, #ffff15 0%, #5bea2f 50%, #2cb92e 99%);
}

.formwrap .container {
	max-width: 900px;
	background-color: #ecebea;
	padding: 20px;
	/* margin-top: -80px; */
	/* border-top: 35px solid #272728; */
}

.hero-formwrap .form-inline,
.dark-form .form-inline {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	position: relative;
	overflow: hidden;
	margin: 0 16px 16px;
	/* max-width: 560px; */
}

.hero-formwrap button.btn.btn-default,
.dark-form button.btn.btn-default {
	max-width: 230px;
	min-width: 230px;
	border-radius: 12px;
	padding: 10px 0;
	font-size: 24px;
	margin-left: 12px;
}

.hero-formwrap .form-inline .form-group,
.dark-form .form-inline .form-group {
	width: calc(100% - 246px) !important;
	margin-bottom: 0;
	display: block;
	border-radius: 12px;
	overflow: hidden;
}

.hero-formwrap .container {
	max-width: 900px;
	padding: 20px 40px;
	margin: -124px auto 64px;
	background-color: #272728;
	position: relative;
	z-index: 99;
	border-radius: 16px;
	box-shadow: 0 0px 12px rgba(0, 0, 0, 0.24);
}

.hero-formwrap h2,
.hero-formwrap p {
	color: white;
}

.hero-formwrap p {
	margin-bottom: 24px;
}

.formwrap .container .row {
	background-color: #ffffff;
	padding: 25px !important;
	/*max-width: 810px;*/
	margin: auto;
}

.body-content {
	padding: 40px 0;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	margin-top: -100px;
	margin-bottom: 30px;
	background: #fff;
}

form.form-inline .form-group input {
	width: 100%;
}

form.form-inline .form-group {
	width: 65% !important;
	margin-bottom: 0;
}

.margintop55 {
	margin-top: 55px;
}

.margintop50 {
	margin-top: 50px;
}

.slate {
	color: #acb1b7;
}

.white {
	color: white !important;
}

p,
li {
	font-size: 18px;
	color: #000;
	line-height: 1.5em;
}

.size-32 {
	font-size: 32px;
}

.ronald-section-bg {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}

section.logo-section .logo {
	margin-bottom: 15px !important;
}

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

@media (min-width: 992px) {
	.v2 .ronald-hompepage-intro-section {
		padding: 30px 0 0;
	}

	.ronald-hompepage-intro-section {
		padding: 50px 0;
	}

	.content-area {
		padding-top: 0 !important;
		padding-bottom: 35px;
		max-width: 900px;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
	}
}

.top32 {
	margin-top: 32px;
}

.bottom46 {
	margin-bottom: 40px;
}

.maximg {
	max-width: 329px !important;
	margin: auto !important;
	display: table !important;
}

.max786 {
	max-width: 786px;
	margin: auto;
	display: table;
}

h3 {
	line-height: 2.625rem;
	font-size: 1.6099rem;
	margin-bottom: 0;
}

h5 {
	text-align: center;
	line-height: 1.5rem;
	font-size: 0.9288rem;
}

.content-area {
	position: relative;
}

.content-area img {
	margin: 0 auto;
	display: block;
}

.content-area .row {
	position: relative;
	z-index: 1;
}

a#apply_link {
	padding: 23px 50px;
	font-size: 19px;
	background: #ff4500;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
}

a#apply_link:hover {
	background: #ffffff;
	color: #ff4500;
	border: 1px solid #ff4500;
}

.copyright {
	background: #000000;
	padding:25px 0 10px;
}

.copyright p {
	line-height: 1.375rem;
	font-size: 0.8669rem;
	margin-bottom: 0;
}

hr {
	border-top: 1px solid rgba(255, 255, 255, 0.9);
}

a.btn {
	background: #a5b2d8;
	color: #000000 !important;
	font-size: 20px;
	font-weight: 600;
	border-radius: 3px;
	padding: 10px 25px;
	border: none;
	cursor: pointer;
	display: inline-block;
	letter-spacing: 0px;
	margin: 20px auto;
	max-width: 290px;
}

a.btn:hover {
	background: #28395A;
	color: #ffffff !important;
}

a.btn-cta {
	background: #F2AE0B;
	color: #FFFFFF !important;
	font-size: 28px;
	font-weight: 600;
	border-radius: 3px;
	padding: 13px 25px;
	border: none;
	cursor: pointer;
	display: block;
	letter-spacing: 0px;
	margin: 20px auto;
}

a.btn-cta:hover {
	background: #d89f1b;
}

.flip-clock-divider .flip-clock-label {
	position: absolute;
	top: -1.5em;
	right: -83px !important;
	color: #ffffff !important;
	text-shadow: none;
}

.flip-clock-wrapper {
	display: flex !important;
	justify-content: center !important;
	margin: 20px auto !important;
}

.clock.countdown.se_timer_text.flip-clock-wrapper {
	margin: 25px auto;
}

button.btn.btn-default {
	display: inline-block;
	width: 35%;
	border-radius: 0;
	background: linear-gradient(to right, #2cb92e 1%, #5bea2f 50%, #ffff15 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-position: center center;
	font-size: 24px;
	line-height: 44px;
	color: #000000;
	font-weight: 600;
	text-decoration: none solid #fff;
	text-align: center;
	border: none;
	text-transform: uppercase;
}

button.btn.btn-default:hover {
	transition: all 0.6s ease-in-out;
	background: linear-gradient(to right, #ffff15 0%, #5bea2f 50%, #2cb92e 99%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

input#email {
	font-size: 17px;
	height: 55px;
	border-radius: 0;
}

.row.form-section {
	padding-bottom: 35px;
}

.copyright p {
	font-size: 11px !important;
	margin-bottom: 15px !important;
}

.copyright p a {
	color: #83a2c7 !important;
}

.copyright p a:hover {
	color: #007bff !important;
}

@media (max-width: 1200px) {
	.branding {
		padding: 32px 64px 32px 96px;
	}
}

@media (max-width: 1679px) {
	.max960 {
		max-width: 714px !important;
		margin: auto;
	}
}

.menu {
	position: relative;
	margin: 0 24px 12px;
	border: none;
	background-color: unset;
	color: white;
}

@media (max-width: 1024px) {
	.branding {
		padding: 24px;
		margin: auto;
	}

	.logo {
		margin-bottom: 0 !important;
	}

	h2 {
		line-height: 1.4em;
		/* font-size: 28px; */
		/* font-weight: 300; */
	}
}

#myForm {
	position: fixed;
	bottom: -500px;
	opacity: 0;
	width: 100%;
	padding: 36px 20px;
	transition: all 500ms ease-in-out;
	border-radius: 24px 24px 0 0;
}

#myForm .close {
	position: absolute;
	top: 16px;
	right: 32px;
	font-size: 24px;
	color: #fff;
}

#myForm.show {
	bottom: 0;
	opacity: 1;
}

#myForm .container {
	max-width: 800px;
}

@media (max-width: 991px) {
	
	.typ h1.white {
	font-size: 44px;
	margin-bottom: 0;
	padding: 30px 0;
}
	
	a.btn.btn-default.text-center {
    display: block;
    padding: 15px 0;
    width: 100%;
    font-size: 15px;
	}

	/* .secondary-header.show{
      display: flex;
  }
  .secondary-header{
      flex-wrap: wrap;
      display: none;
  } */
	.menu-link {
		margin: 16px 0;
		padding: 0 14px;
		height: 40px;
		min-width: 120px;
	}

	.timer {
		display: flex;
		padding: 24px 24px;
		margin-right: auto;
	}

	#myForm .close {
		position: absolute;
		top: 8px;
		right: 16px;
	}

	.author {
		margin-top: 15px;
	}

	.container .col-sm-6 {
		flex: unset;
		max-width: 100%;
	}

	a#apply_link {
		padding: 15px 22px;
		font-size: 16px;
	}

	.ronald-section-default {
		padding: 25px 0;
		margin-bottom: 25px;
	}

	h1 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 8px !important;
}
	
	.title {
    font-size: 24px !important;
}
	
	.boxrow h3 {
    font-size: 20px !important;
	}
	
	.boxrow h4 {
    font-size: 17px !important;
	margin-top: 10px !important;
}
	
	section.bottom_container.pb-5 {
    margin-bottom: 25px;
}

	.content-area img {
		margin: 0 auto 20px;
		display: block;
		width: 290px;
	}

	h2 {
		line-height: 1.4em;
		font-size: 18px;
		/* font-weight: 300; */
	}

	.copyright {
		padding: 25px 0 25px;
	}

	.v1 br {
		display: none;
	}

	.logo-section h4.white {
		font-size: 16px;
		margin-top: 20px !important;
		margin-bottom: 20px;
	}

	h2.white {
		margin-bottom: 20px;
	}

	.row.logo img {
		width: 130px;
	}

	.row.logo {
		padding-top: 20px;
	}

	.team-text {
		padding-top: 0;
		padding-right: 15px;
		padding-left: 15px;
		padding-bottom: 0;
	}

	.max850 {
		max-width: unset;
	}

	.max786 {
		max-width: unset;
	}

	.maximg {
		max-width: 150px !important;
	}

	.bottom46 {
		margin-bottom: 20px;
	}

	.top32 {
		margin-top: 15px;
	}

	h3 {
		line-height: 1.4em;
		margin-bottom: 0 !important;
		margin-top: 10px;
	}

	p {
		font-size: 16px;
		line-height: 1.4em;
	}

	h3 br,
	h5 br {
		display: none;
	}

	.nomobilebtn {
		margin-bottom: 0;
	}

	.v1 .ronald-section-default br {
		display: none;
	}

	.v1 h3 {
		margin-bottom: 14px;
	}

	.v1 a#apply_link {
		margin: 15px auto 25px;
	}

	a.btn.btn-large {
		font-size: 14px;
	}

	.v2 a.btn.btn-large.btn-call-strong {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.btm br {
		display: none !important;
	}

	a.btn {
		background: #ff0000;
		color: #FFFFFF !important;
		font-size: 20px;
		font-weight: 600;
		border-radius: 3px;
		padding: 13px 25px;
		border: none;
		cursor: pointer;
		display: block;
		letter-spacing: 0px;
		margin: 20px auto;
		min-width: 285px;
	}
}

.dark-form {
	background-color: #272728;
	position: relative;
	z-index: 99;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 0px 12px rgba(0, 0, 0, 0.24);
}

.call-to-order {
	height: 62px;
	margin: auto;
	padding: 4px 12px;
	border-radius: 8px;
	z-index: 99;
	background-color: #f81d00;
}

.cto:hover {
	text-decoration: none;
}

a.redeem {
	background-color: #3fa9f5;
	color: #fff;
	font-size: 30px;
	padding: 4px 12px;
	border-radius: 8px;
	font-weight: bold;
}

@media (min-width: 756px) {

	.call-to-order {
		position: fixed;
		top: 0;
		bottom: 0;
		right: 16px;
	}
}

@media (max-width: 770px) {
	a.redeem {
		font-size: 20px;
	}

	.call-to-order {
		width: 186px;
		margin: 36px auto 16px;
	}

	.hero-formwrap {
		padding: 0 20px;
	}

	h1.white.bigtext {
		font-size: 24px;
		line-height: 1.5em;
		color: #3fa9f5;
	}

	div#wistia-j38ihh83m5-1 {
		height: 130px !important;
	}

	.plink {
		font-size: 13px;
	}

	.top h4.white {
		font-size: 14px;
		margin-bottom: 0;
	}

	section.totalwrap {
		padding-top: 25px;
	}

	.content-area img {
		margin: 0 auto 0;
		display: block;
		width: 290px;
	}

	.formwrap .container {
		padding: 20px;
		/* margin-top: -80px; */
	}

	.formwrap .container .row {
		padding: 25px 25px 0 25px !important;
	}

	form.form-inline {
		margin: 0 0 24px !important;
		flex-direction: column;
		max-width: 100%;
	}

	.hero-formwrap .form-inline .form-group,
	.dark-form .form-inline .form-group {
		width: 100% !important;
		margin-bottom: 16px !important;
	}

	.hero-formwrap button.btn.btn-default,
	.dark-form button.btn.btn-default {
		max-width: 100%;
		min-width: 100%;
		margin-left: 0;
		margin-bottom: 12px;
	}

	.hero-formwrap .container {
		padding: 20px;
		margin: -124px auto 40px;
	}

	ul li {
		font-size: 16px;
		line-height: normal;
		margin-bottom: 10px;
	}

	ul {
		margin-left: 0;
		padding-left: 20px;
	}

	h1.white {
		text-align: center;
		margin-bottom: 10px;
	}

	.content-area p,
	.content-area h4 {
		padding-bottom: 0 !important;
		margin-bottom: 10px !important;
		text-align: center;
		font-size: 16px;
	}

	.flip-clock-wrapper ul li a div div.inn {
		font-size: 24px !important;
	}

	.flip-clock-wrapper ul {
		margin: 2px;
		width: 36px !important;
		height: 54px !important;
		font-size: 80px;
		font-weight: bold;
		line-height: 73px !important;
		border-radius: 6px;
		background: #000;
		padding: 0 !important;
	}

	.flip-clock-wrapper ul li {
		line-height: 50px !important;
	}

	span.flip-clock-dot.top,
	span.flip-clock-dot.bottom {
		display: none;
	}

	button.btn.btn-default {
		white-space: normal;
	}

	span.flip-clock-divider.days span.flip-clock-label {
		right: -57px !important;
	}

	span.flip-clock-divider.hours span.flip-clock-label {
		right: -58px !important;
	}

	span.flip-clock-divider.minutes span.flip-clock-label {
		right: -64px !important;
	}

	span.flip-clock-divider.seconds span.flip-clock-label {
		right: -66px !important;
	}
}

@media (max-width: 480px) {
	a.redeem {
		font-size: 18px;
	}

	span.flip-clock-divider.days span.flip-clock-label {
		right: -46px !important;
	}

	span.flip-clock-divider.hours span.flip-clock-label {
		right: -48px !important;
	}

	span.flip-clock-divider.minutes span.flip-clock-label {
		right: -54px !important;
	}

	span.flip-clock-divider.seconds span.flip-clock-label {
		right: -60px !important;
	}

	h2 {
		line-height: 1.5em;
		font-size: 18px;
		/* font-weight: 300; */
	}

	a#apply_link {
		font-size: 14px;
		white-space: normal;
	}

	.ronald-section-default .inner {
		max-width: 100%;
		margin: auto;
	}

	h1 {
		font-size: 20px;
		line-height: 1.5em;
		font-weight: 600;
	}

	.callout {
		padding: 24px 20px;
	}

	.flip-clock-wrapper {
		margin: 20px auto 0 !important;
	}
}

#clockdiv {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media (min-width: 576px) {
	#clockdiv {
		flex-wrap: nowrap;
	}
}

.timer-section {
	padding-top: 196px;
}

@media (min-width: 576px) {
	.timer-section {
		padding-top: 148px;
	}
}

@media (min-width: 1200px) {
	.timer-section {
		padding-top: 196px;
	}
}

.timer-ruler {
	margin: 0;
	top: 106px;
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.time-container {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	width: 50%;
	padding: 0 32px;
	margin: 12px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: column;
}

@media (min-width: 992px) {
	.time-container {
		margin: 24px 0;
		padding: 0 40px;
		width: initial;
	}
}

.time-container:nth-child(even) {
	border-right: none;
}

@media (min-width: 992px) {
	.time-container:nth-child(even) {
		border-right: 1px solid rgba(255, 255, 255, 0.3);
	}
}

.time-container:last-child {
	border-right: none;
}

.smalltext {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	text-transform: uppercase;
	color: white;
}

.time {
	font-style: normal;
	font-weight: bold;
	font-size: 56px;
	line-height: 1;
	color: #F2AE0B;
}

#ribbon {
	padding: 0.34em 0;
	margin: 32px auto;
	position: relative;
	color: #ffffff;
	font: 18px "Poppins", sans-serif;
	height: 45px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
	background-color: #3FA9F5;
	display: block;
	width: 88%;
	line-height: 1.75;
}

@media (min-width: 756px) {
	#ribbon {
		height: 62px;
		font: 28px "Poppins", sans-serif;
		font-weight: bold;
	}
}

#ribbon:before,
#ribbon:after {
	content: "";
	width: 1.2em;
	position: absolute;
	display: block;
	border: 1.25em solid #3FA9F5;
	z-index: -2;
}

@media (min-width: 756px) {

	#ribbon:before,
	#ribbon:after {
		width: 1.3em;
		position: absolute;
		display: block;
		border: 1.1em solid #3FA9F5;
	}
}

#ribbon:before {
	left: -1.35em;
	border-right-width: 0.75em;
	height: 44px;
	top: 0;
	border-left-color: transparent;
}

@media (min-width: 992px) {
	#ribbon:before {
		height: 62px;
	}
}

#ribbon:after {
	right: -1.35em;
	border-left-width: 0.75em;
	border-right-color: transparent;
	top: 0;
	height: 44px;
}

@media (min-width: 992px) {
	#ribbon:after {
		height: 62px;
	}
}

#content:before,
#content:after {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #0675b3 transparent transparent transparent;
	z-index: -1;
}

#content:before {
	left: 0;
	/* 	  border-width: .5em 0 0 .5em; */
}

#content:after {
	right: 0;
	/* 	  border-width: .5em .5em 0 0; */
}

.product-shot {
	position: relative;
	padding: 16px 0;
	margin-bottom: 32px;
}

.product-shot::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 300%;
	top: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, 0.05);
	right: -68%;
}

@media(max-width:992px) {
	.arrow {
		display: none;
	}
}

@media(max-width:767px) {
	div#countdown div{
    font-size:30px;
    line-height:0em;
    margin:0 8px;
    font-weight:bold;
}
.main-header {
    padding: 25px 0 50px;
}
	.ribbonbox {
    margin: 0 auto 5px!important;
    right: unset;
    max-width: unset;
    width: auto;
    display: table !important;
    padding: 5px 0;
}
	button.btn.btn-default {
		line-height: 24px;
		font-size: 20px;
	}

	.logoimg.img-fluid {
		max-width: 290px;
		position: relative;
		margin-top: 0;
	}

	.blue-bg {
		color: #000000;
	}

	.blue-bg::before {
		content: none;
	}

	body.v1.upsell .row.py-5 {
		padding-bottom: 0 !important;
	}

	.col-sm-12.text-left ul {
		padding-left: 0;
	}

	.col-sm-12.text-left ul li {
		line-height: 1.4em;
	}
}

@media(max-width:480px) {
	.logoimg.img-fluid {
		max-width: 100%;
		position: relative;
		margin-top: 0;
	}

	.secondary-header h3 {
		font-size: 20px;
	}

	.subtitle {
		font-size: 22px;
	}

	img.mb-4.badge {
		width: 100px;
	}
}

@media(max-width:840px) {
	.launch header {
    padding-bottom: 65px;
}
	.launch h1.white {
    margin-bottom: 25px;
}
.timersec h4.mt-4.mb-0.yellow {
    margin-top: 0 !important;
    font-size: 20px;
}

.launch a.btn.btn-default.text-center {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    word-break: break-all;
    white-space: normal;
    line-height: normal !important;
    height: unset;
}
	form.form-inline .form-group {
		width: 100% !important;
		margin-bottom: 20px;
	}

	button.btn.btn-default {
    display: block;
    padding: 15px 0;
    width: 275px;
    line-height: normal;
    margin: auto;
}
	.xgpt_logo {
		position: relative;
		margin-top: 0;
		max-width: 290px;
		margin-bottom: 30px;
	}

	.arrow {
		display: none;
	}

	.bottom_container .container {
		margin-top: -45px;
	}

	.bottom_container .container {
		width: 96%;
	}
}

@media(max-width:767px) {
	.row.logodiv .col-sm-5 {
		display: none;
	}

	.bottom_container .container {
		margin-top: -45px;
		width: 96%;
	}

	button.btn.btn-default {
		display: inline-block;
		padding: 15px 0;
		width: 100%;
	}

	.row.textrow {
		padding: 25px 5px;
	}

	.v1 h3 {
		font-size: 24px;
	}

	.row.logodiv .col-sm-7.p-0 {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: unset !important;
	}

	.row.logodiv .col-sm-7.p-0 img {
		width: 200px !important;
		margin: auto;
		display: block;
		margin-bottom: 37px;
	}

	h1.white {
    text-align: center;
    font-size: 26px;
    line-height: normal;
}

	.bottom_container .container h4 {
		font-weight: 600;
		line-height: 1.3em;
		font-size: 16px;
		margin-bottom: 0;
	}

	.yellowbanner p {
		font-size: 14px !important;
		line-height: 1.4em;
	}

	.blackbox {
		padding: 30px 5px 0;
		background: #000000;
	}



	.bottom_container {
		padding-bottom: 1px !important;
	}
}

/*# sourceMappingURL=style.css.map */
