

:root {
	--teal: #4ec0b0;
	--cyan: #2fdac6;
	--lime: #30d890;
	--theme: #254D27;
	--dullGreen: #254d27;
	--green: #000;
	--lightGreen: rgba(48, 216, 144);
    --lightGreenOpacity: rgba(48, 216, 144, .2);
    --purple: rgba(205, 72, 223);
    --purpleOpacity: rgba(205, 72, 223, .2);
	--leafyGradient: linear-gradient(to right, #30d890, #2ed4c1);
	--strongGradient: linear-gradient(45deg, #20966E, #06390D);
	--orangeGradient: linear-gradient(45deg, var(--orange), #ff4b00)
}

@media (min-width:1400px) {
	.container {
		max-width: 1320px
	}
}

#code-info {
    font-size: 16px;
    line-height: 1.2;
    padding: 10px 20px;
    background: var(--warning);
    border-radius: 10px;
    color: #000;
    margin: 10px auto;
}

.banner {
	background-image: url(../images/banner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	height: auto !important;
	padding: calc(8vw + 4em) 0
}

.banner:before {
	z-index: 1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.46)
}

.banner .container {
	position: relative;
	z-index: 10
}

.banner h1 {
	color: #fff;
	text-align: center;
	font-size: calc(3vw + 1.2em);
	display: block;
	max-width: 800px;
	margin: 0 auto
}

.dark {
	background-color: #000;
	padding: 50px 0
}

.dark p {
	color: #fff;
	font-size: calc(0.8vw + 0.7em);
	margin: 0 0 30px
}

.dark p a {
	text-decoration: underline !important;
	color: #fff
}

.dark p a.strong {
	font-family: bold
}

.dark p a:hover {
	color: #aeaeae
}

.dark .img-holder {
	position: relative;
	padding-top: 70%;
	margin: 10px 0 40px
}

.dark .img-holder img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.dark .row>div:last-child .img-holder {
	padding-top: 100%
}

.dark .fill-gap {
	margin-top: calc(6vw + 3em);
	padding-top: 50px
}

@media (max-width:991px) {
	.dark .fill-gap {
		margin-top: calc(6vw + 5em)
	}
}

.dark .white {
	background-color: #efedeb;
	padding: calc(2vw + 1em) 5vw 1px;
	margin-top: 30px
}

.dark .white h2 {
	font-size: calc(2vw + 1em);
	display: block;
	margin-bottom: 3vw
}

.dark .white .f-box {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 50px
}

@media (min-width:1200px) {
	.dark .white .f-box {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.dark .white .f-box .step {
	background-color: #6ce1cc;
	font-size: calc(10vw + 1em);
	line-height: 130%;
	padding-top: 1.5vw;
	color: #fff;
	width: 90%;
	text-align: center;
	border-right: calc(0.5vw + 3px) solid #4ec1b0
}

@media (max-width:991px) {
	.dark .white .f-box .step {
		width: 100%
	}
}

.dark .white .f-box h3 {
	font-size: calc(1.4vw + 0.8em);
	display: block;
	margin-bottom: 1.5vw;
	color: #4ec1b0
}

.dark .white .f-box p {
	color: #000;
	margin: 0;
	line-height: 140%
}

.dark .white .teal {
	text-align: center;
	background-color: #6ce1cc;
	padding: calc(2vw + 1em) 9vw;
	margin-bottom: calc(-6vw - 3em)
}

@media (max-width:991px) {
	.dark .white .teal {
		margin-bottom: calc(-6vw - 5em)
	}
}

.dark .white .teal p {
	color: #000
}

.dark .white .teal .ctr {
	display: inline-block;
	background: linear-gradient(45deg, #20966E, #06390D);
	font-size: calc(0.8vw + 0.5em);
	color: #fff;
	padding: 15px 30px;
	line-height: 120%;
	font-family: bold;
	text-decoration: none
}

.dark .white .teal .ctr:hover {
	background: var(--orangeGradient)
}

.sponsered {
	background-color: #fff;
	padding: 25px 20px 20px;
	text-align: center;
	color: #000;
	font-size: calc(0.5vw + 0.7em)
}

.sponsered a {
	font-family: bold;
	color: var(--teal)
}

.form-holder {
	background-color: #efedeb;
	border-radius: 7px;
	overflow: hidden;
	position: relative
}

.form-holder>.row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form-holder .img-holder {
	position: relative;
	padding-top: 110%;
	margin: 0
}

.form-holder .img-holder img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.form-holder .text {
	padding: 5vw
}

.form-holder .text h4 {
	font-family: medium;
	font-size: calc(2.5vw + 1em);
	display: block;
	margin-bottom: 1vw;
	line-height: 110%
}

.form-holder .text p {
	color: rgba(37, 63, 59, 0.7019607843);
	font-size: calc(0.5vw + 0.7em);
	font-family: medium;
	margin-bottom: 2vw
}

.form-holder small {
	color: rgba(37, 63, 59, 0.7882352941)
}

.form-holder .btn-form {
	background-color: #6ebeb0;
	color: #0e1f1c;
	font-size: calc(0.6vw + 0.8em);
	font-family: bold;
	border-radius: 50px;
	padding: 7px 20px 5px;
	margin-right: 15px
}

.form-holder .btn-form i {
	font-size: calc(0.5vw + 0.4em);
	margin-left: 5px
}

.form-holder .btn-form:hover {
	background-color: var(--teal)
}

.form-holder span {
	color: rgba(21, 36, 33, 0.7019607843);
	font-family: medium;
	font-size: 15px;
	margin-top: 10px;
	display: block
}

.form-holder .survey {
	background-color: #efedeb;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	opacity: 1;
	visibility: visible;
	-webkit-transition: 0.5s cubic-bezier(0.15, 0.69, 0.11, 0.99);
	transition: 0.5s cubic-bezier(0.15, 0.69, 0.11, 0.99);
	-webkit-transform: translateY(0%);
	transform: translateY(0%)
}

.form-holder .survey .invisible {
	opacity: 0
}

.form-holder .survey .step {
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	min-height: 100%;
	background-color: #efedeb
}

.form-holder .survey .step .question {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8vw
}

.form-holder .survey .step .question .form-group {
	width: 100%
}

.form-holder .survey .step .question .form-group h6 {
	font-weight: 500;
	font-family: medium;
	font-size: calc(1.2vw + 0.8em);
	margin-bottom: 2.5vw;
	position: relative
}

.form-holder .survey .step .question .form-group h6 .num {
	position: absolute;
	left: 0px;
	top: 5px;
	font-family: medium;
	color: #4ec0b0;
	left: calc(-1vw - 2em);
	font-size: 60%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5vw
}

.form-holder .survey .step .question .form-group h6 .num i {
	top: -2px;
	font-size: 70%;
	position: relative
}

.form-holder .survey .step .question .form-group p {
	font-size: 14px;
	color: #4ec0b0;
	font-family: medium;
	margin: 0 0 10px
}

.form-holder .survey .step .question .form-group .options {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 10px 1fr 10px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px
}

@media (max-width:991px) {
	.form-holder .survey .step .question .form-group .options {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr
	}
}

.form-holder .survey .step .question .form-group .check input {
	display: none
}

.form-holder .survey .step .question .form-group .check input:checked+label {
	background-color: #4ec0b0;
	color: #fff
}

.form-holder .survey .step .question .form-group .check input:checked+label:after {
	display: block
}

.form-holder .survey .step .question .form-group .check label {
	font-size: calc(0.5vw + 0.8em);
	font-family: medium;
	color: #4ec0b0;
	border-radius: 10px;
	border: 1px solid #4ec0b0;
	padding: 8px 12px 6px;
	width: 100%;
	margin-bottom: 0;
	background-color: rgba(78, 192, 176, 0.062745098);
	cursor: pointer;
	position: relative;
	padding-right: 30px;
	line-height: 100%;
	min-height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form-holder .survey .step .question .form-group .check label:after {
	content: "\f00c";
	font-size: 15px;
	color: #fff;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none
}

.form-holder .survey .step.thanks {
	height: 100%;
	background-image: url(../images/thanks_bg.png);
	background-color: #efedeb;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}
.form-holder .survey .step .question .form-group .other-field input,
.form-holder .survey .opinion,
.form-holder .survey .step .question .form-group .more-info-field input{
    font-size: calc(0.5vw + 0.8em);
    font-family: medium;
    color: #4ec0b0;
    border-radius: 10px;
    border: 1px solid #4ec0b0;
    padding: 8px 12px 6px;
    width: 100%;
    margin-bottom: 0;
    position: relative;
    padding-right: 30px;
    line-height: 100%;
    min-height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-holder .survey .opinion{
    width: 30%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.form-holder .survey .options ~ .options {
    margin-top: 10px;
}
.form-holder .survey #question_1 .message-box{
    margin-top: 20px;
}
.form-holder .survey .step.thanks p a{color:var(--teal)}
.white .listBox h3
{
    font-family: bold;
}
.white .listBox
{
    box-shadow: none;
    padding: 30px 0 !important;
    margin: 50px 0 !important;
    background: #fff;
    transform: translateY(50%);
    border-radius: 0px;
}

.dark .selectWrap .state-select {
    background-position: calc(100% - 0px) center;
	background-size: 13px;
}
.white ~ .form-holder .survey .step {
    position: absolute;
}
.step .state-drop {

    border-radius: 7px;
    border: 1px solid #4ec0b0;
    width: 100%;
    background: #d6e5e3;
    position:relative;
    padding:0px 10px 0 20px;
    max-width:350px;
}
.step .state-drop::after
{
    content:"\f107";
    position:absolute;
    top:50%;
    right:30px;
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    transform:translateY(-50%);
    font-size:20px;
    color:#4ec0b0;
}
.step .state-drop select
{
    color: #4ec0b0 !important;
    width:100%;
    background-image:none;
}
.step .state-drop select option {
    font-size: 14px;
}
.step .state-drop {
    z-index: 11;
}
.step .state-drop::after {
    z-index: -1;
}
@media(max-width:576px)
{
    .white .listBox
    {
        transform: translateY(30%);
		margin-top:0px !important;
    }
	.dark .white .teal {
    	padding: 20px;
	}
	.listBox ul
	{
		margin-bottom: 20px;
	}
	.listBox ul li
	{
		margin-left:0px !important;
	}
	
	.teal .state-drop select,
	.listBox .selectWrap select{
		font-size: 16px;
	}
}

.dark .listBox .selectWrap
{
	max-width: 280px !important;
	padding: 2px 30px;
}
.teal .state-drop,
.listBox .selectWrap
{
	background: linear-gradient(45deg,#20966E,#06390D);
}
.dark .listBox {
  padding: 20px 0;
  margin: 30px 0 !important;
  background: #efedeb;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
	box-shadow:none;
}
.dark .listBox h3 {
  font-family: bold;
}
.dark .white .teal h2 {
    font-size: calc(1.2vw + 1em);
    display: block;
    margin-bottom: 30px;
    color: #0c4f24;
}
.banner .container {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.banner .container .state-drop {
  background: linear-gradient(45deg, #20966e, #06390d);
}

/* basic landing page styles 2024 */
.floating-nav {
    gap: 5px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    width: 400px;
}
.floating-nav a {
    width: 49%;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 0 6px 0;
    font-family: 'reg';
    transition: linear .15s;
    margin-top: 30px;
    color: #000;
    text-align: center;
    font-family: 'reg';
    border-radius: 8px;
    border: 2px solid #000;
    background: #fff;
}
.floating-nav a:hover {
    cursor: pointer;
}
.bot-sci-floating a {
    width: 49%;
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 0 6px 0;
    font-family: 'reg';
    transition: linear .15s;
    margin-top: 30px;
    color: #294634;
    text-align: center;
    font-family: 'reg';
    background: #fff;
    border-radius: 8px;
    border: 2px solid #294634;
}
.bot-sci-floating a:hover {
    cursor: pointer;
}
.lp-signup #single_terms,
.disp-lp-signup #single-terms{
    display: grid;
    place-content: center;
    padding: 5px;
    appearance: none;
    background-color: #ddd;
    margin: 0;
    font: inherit;
    width: 25px;
    height: 25px;
    border-radius: 0.15em;
    transform: translate(8px,0);
}
.lp-signup #single_terms::before {
    content: "";
    width: 15px;
    height: 15px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background: var(--theme);
}
.lp-signup #single_terms:checked::before {
  transform: scale(1);
}
#lp-nav-icon {
    position: fixed;
    font-size: 30px;
    color: #fff;
    left: 20px;
    top: 20px;
    z-index: 999;
    transition: linear.15s;
    background: #000;
    padding: 15px 18px;
    border-radius: 50px;
    width: 63px;
    text-align: center;
}
#lp-nav img {
    height: 30px;
    width: auto;
    margin-right: 30px;
}
#lp-nav-icon:hover {
    cursor: pointer;
}
#lp-nav {
    width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    position: fixed;
    background: #fff;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -170px);
    z-index: 999;
    border-radius: 10px;
    transition: linear .15s;
    border: 1px solid #ccc;
}
.lp-nav-toggle {
    transform: translate(-50%, 0px) !important;
}
#lp-nav a {
    color: #111;
    padding: 5px 10px;
    font-family: 'reg';
    font-size: 16px;
    transition: linear .15s;
}
#lp-nav a:hover {
    color: var(--brandLightGreen);
}
#lp-nav i {
    font-size: 18px;
}
html {
    margin: 0 !important;
}
.lp-section h1,
.lp-section h2,
.lp-section h3,
.lp-section h4 {
    font-family: 'bold';
}
.lp-section h1,
.lp-section h2,
.lp-section h3,
.lp-section p, 
.lp-why li {
    color: #111;
}
.lp-section p,
.lp-section li,
.bot-sci-hero p, .disp-lp-hero p {
    font-family: 'reg';
}
.lp-section h2 {
    font-size: 60px;
    line-height: 1;
}
.lp-section h3 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 15px;
}
.bot-sci-hero, .disp-lp-hero {
    padding: 75px 0;
    border-radius: 25px;
    width: 95%;
    margin: 50px auto;
}
.disp-lp-hero-two {
    padding: 75px 0;
    border-radius: 25px;
    width: 95%;
    margin: 50px auto;
}
#bot-sci-hero h1,
.disp-lp-hero h1 {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 48px;
}
#bot-sci-hero h1,
#bot-sci-hero p,
.disp-lp-hero h1,
.disp-lp-hero p {
    color: #fff;
}
.disp-lp-hero-two h1,
.disp-lp-hero-two p {
    color: #fff;
}
#bot-sci-hero .lp-hero-cta
.disp-lp-hero .lp-hero-cta {
    font-size: 22px;
    font-family: 'reg';
}
.disp-lp-hero-two .lp-hero-cta {
    font-size: 22px;
    font-family: 'reg';
    margin: 20px auto auto;
}
.bot-sci-hero-image, .disp-lp-hero-image {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 25px 25px 0;
    height: 100%;
    width: 50%;
    background-position: center;
    background-size: cover;
}
.disp-lp-hero-image-two {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.bot-sci-section h2,
.bot-sci-section h3,
#bot-sci-benefits h2 {
    color: #294634;
}
.bot-sci-section p {
    color: #14241A;
}
.lp-hero {
    padding: 60px;
    background: #f2f1eb;
    /*border-bottom: 20px solid #CD48DF;*/
    border-radius: 0 0 100px 100px;
    position: relative;
    background-size: cover;
    overflow: hidden;
}
.lp-influencer-hero .lp-hero-content {
    position: relative;
    bottom: 0;
    left: 0;
    transform: none;
    padding-bottom: 50px;
}
.lp-hero-img-wrapper {
    position: absolute;
    width: 750px;
    bottom: -250px;
    left: -150px;
}
.lp-influencer-hero .lp-hero-img-wrapper {
    position: absolute;
    width: 300px;
    bottom: 0;
    right: 50px;
    left: auto;
}
.lp-affiliate-hero .lp-hero-img-wrapper {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}
#bot-sci-hero {
    background: #284734;
}
#bot-sci-hero .lp-hero-text {
    background: #284734;
}
#bot-sci-hero .lp-hero-text img,
.disp-lp-hero .lp-hero-text img {
    width: 230px;
    margin-bottom: 40px;
}
.disp-lp-hero-two img {
    width: 230px;
    margin-bottom: 40px;
}
.lp-content img {
    position: absolute;
    width: 800px;
    bottom: -100px;
    right: -300px;
}
.lp-hero h1 {
    text-align: center;
    font-size: 50px;
    position: relative;
    z-index: 10;
}
.lp-hero span {
    font-family: 'Bebas Neue', sans-serif;
    /*text-shadow: 0 0 10px #93CA15, 0 0 20px #93CA15, 0 0 50px #93CA15, 0 0 100px #93CA15, 0 0 200px #93CA15;*/
}
.hero-accent-img {
    position: absolute;
    width: 600px;
    bottom: -100px;
    left: 50px;
    z-index: 0;
}
.lp-hero p, .bot-sci-hero p, .disp-lp-hero p {
    font-size: 22px;
}
.lp-hero-cta {
    background: var(--orangeGradient);
    color: #fff;
    border-radius: 8px;
    padding: 11.5px 30px;
    transition: linear .15s;
    font-family: 'reg';
    font-size: 22px;
    margin-top: 20px;
    display: block;
    width: fit-content;
}
.lp-hero-cta:hover {
    transform: translateY(-5px);
    color: #fff;
}
.bot-sci-hero .lp-hero-text,
.disp-lp-hero .lp-hero-text {
    margin-bottom: 0;
    border: none;
}
.disp-lp-hero-two .lp-hero-text {
    border-radius: 20px;
    text-align: center;
    border: none;
    padding: 30px;
}
.lp-hero-text {
    padding: 15px;
    border: 1px solid var(--theme);
    border-radius: 12px;
    margin-bottom: 30px;
    background: #f2f1eb;
}
.lp-affiliate-hero, .lp-disp-hero {
    border-radius: 0 0 100px 100px;
}
.lp-affiliate-hero .lp-hero-text,
.lp-disp-hero .lp-hero-text {
    margin-bottom: 0;
}
.lp-hero-main-image {
    height: 100%;
    background-size: cover;
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.lp-influencer-hero .lp-hero-main-image {
    height: 100%;
    background-size: cover;
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.lp-influencer-hero p {
    font-size: 18px;
}
.lp-influencer-hero .lp-hero-text h2 {
    font-size: 35px;
    margin-bottom: 20px;
}
.lp-affiliate-hero .lp-hero-main-image,
.lp-disp-hero .lp-hero-main-image {
    background-color: #fff;
}
.lp-hero-multi-images {
    height: 250px;
    border-radius: 12px;
    background-position: center;
    background-size: cover;
}
.hero-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}
.hero-top-header img {
    width: 300px;
}
#bot-sci-signup {
    padding: 100px 0 0;
}
.disp-lp-signup {
    padding: 100px 0 0;
}
#bot-sci-signup img {
    border-radius: 25px
}
.lp-signup {
    background: #fff;
    padding: 150px 0;
    /*border-left: 20px solid #CD48DF;*/
    position: relative;
}
.lp-signup .container {
    position: relative;
    z-index: 1;
}
.signup-img {
    position: absolute;
    width: 600px;
    bottom: -100px;
    right: 50px;
    z-index: 0;
}
.disp-lp-signup h1 {
    text-align: center;
    max-width: 750px;
    margin: auto;
    line-height: 1;
    margin-bottom: 20px;
}
.lp-signup h2, .disp-lp-signup h2 {
    text-align: center;
    max-width: 750px;
    margin: auto;
    line-height: 1;
    margin-bottom: 20px;
}
.lp-signup p, .disp-lp-signup p {
    text-align: center;
    font-size: 22px;
    max-width: 800px;
    margin: auto;
}
.lp-signup form, .disp-lp-signup form {
    max-width: 700px;
    margin: 10px auto 0 auto;
}
.lp-signup input {
    background: #fff;
    border: 2px solid var(--theme);
    border-radius: 12px;
    height: auto;
    font-size: 20px;
    color: #111;
    padding: 20px 20px 20px 25px;
    font-family: 'reg';
    color: #000;
}
.disp-lp-signup input {
    background: #fff;
    border-radius: 12px;
    height: auto;
    font-size: 20px;
    color: #111;
    padding: 20px 20px 20px 25px;
    font-family: 'reg';
    color: #000;
}
.lp-signup select {
    background: #fff;
    border: 2px solid var(--theme);
    border-radius: 12px;
    height: auto;
    font-size: 20px;
    color: #111;
    padding: 20px 20px 20px 25px;
    font-family: 'reg';
}
.disp-lp-signup select {
    background: #fff;
    border-radius: 12px;
    height: auto;
    font-size: 20px;
    color: #111;
    padding: 20px 20px 20px 25px;
    font-family: 'reg';
}
.lp-signup option {
    background: #fff;
    color: #111;
}
.lp-signup input:focus {
    background: rgba(0,0,0,.1);
    border: 2px solid var(--cyan);
    color: #000;
}
.lp-signup select:focus {
    background: transparent;
    border: 2px solid var(--cyan);
    color: #111;
}
.disp-lp-signup select:focus {
    background: transparent;
    color: #111;
}
.lp-signup input::placeholder {
    color: #111;
}
.lp-btn {
    background: var(--leafyGradient);
    font-size: 28px;
    padding: 8px 30px;
    font-family: 'bold';
    transition: linear .15s;
    margin-top: 30px;
    color: #fff;
    border-radius: 8px;
    margin: auto;
    display: block;
    border: none;
}
#bot-sci-signup .lp-btn, .disp-lp-signup .lp-btn {
    background: var(--orangeGradient);
    font-size: 28px;
    padding: 8px 30px;
    font-family: 'reg';
    transition: linear .15s;
    margin-top: 30px;
    color: #fff;
    border-radius: 8px;
    margin: 20px auto;
    display: block;
    border: none;
}
#bot-sci-signup .lp-btn:hover,
.disp-lp-signup .lp-btn:hover {
    transform: translateY(-5px);
}
.lp-signup .terms-check, .disp-lp-signup .terms-check {
    background: rgba(255,255,255,.1);
    max-width: 100%;
    margin: auto;
    color: #111;
    padding: 8px 10px 0 10px;
    display: flex;
    align-items: baseline;
    border-radius: 50px;
    font-family: 'reg';
    flex-wrap: wrap;
}
.lp-signup .required-fields-text {
    padding-top: 0;
}
.disp-lp-signup .required-fields-text {
    height: auto;
}
.lp-why {
    padding: 100px 0 0 20px;
    position: relative;
}
.veriheal-section {
    background: #CD48DF;
    padding: 100px 0;
    border-radius: 50px;
    width: 95%;
    margin: auto;
}
.disp-lp-cta {
    background: #000;
    padding: 30px;
    text-align: center;
    border-radius: 25px;
    width: 60%;
    margin: auto;
    margin-top: 100px;
}
.disp-lp-cta p {
    color: #fff;
    font-size: 20px;
}
.disp-lp-cta a {
    display: block;
    margin: 20px auto 0;
    padding: 10px 30px;
    border-radius: 8px;
    color: #fff;
    width: fit-content;
    font-size: 18px;
}
#bot-sci-locations {
    padding: 0 0 100px;
}
.disp-lp-locations {
    padding: 150px 0 0;
}
#bot-sci-locations .row {
    align-items: center;
}
.disp-lp-locations .row, .disp-lp-veriheal .row {
    align-items: center;
}
#bot-sci-locations h2 {
    color:  #fff;
}
.disp-lp-locations h2 {
    color:  #fff;
}
#bot-sci-locations .container {
    border-radius: 25px;
    background: #294634;
    padding: 200px 30px;
}
.disp-lp-locations .container {
    border-radius: 25px;
    padding: 30px;
}
#bot-sci-locations img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.disp-lp-locations img {
    border-radius: 25px;
}
.disp-lp-location-info {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}
.disp-lp-locations a {
    display: block;
    padding: 10px 10px 10px 20px;
    background: rgba(255, 255, 255, .2);
    border-radius: 8px;
    margin-bottom: 20px;
    transition: linear .1s;
    color: #fff;
    position: relative;
    z-index: 1;
}
.disp-lp-locations a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: linear .1s;
    background: #000;
    z-index: -1;
    border-radius: 8px;
}
.disp-lp-locations a:hover:before{
    height: 100%;
}
.disp-lp-locations a p {
    font-size: 22px;
}
#bot-sci-veriheal {
    background: #294634;
    border-radius: 0;
    margin: 0;
    width: 100%;
    padding: 50px 0;

}
.disp-lp-veriheal {
    border-radius: 0;
    margin: 0;
    width: 100%;
    padding: 25px 0;
    margin-top: 50px;
}
.disp-lp-footer {
    padding: 40px 0;
}
#bot-sci-veriheal h2 {
    font-size: 50px;
}
.disp-lp-veriheal h2 {
    font-size: 34px;
}
#bot-sci-veriheal p {
    font-size: 18px;
}
#bot-sci-veriheal i {
    font-size: 22px;
}
#bot-sci-veriheal .container > .row {
    align-items: center;
}
.veriheal-section h2,
.veriheal-section p {
color: #fff;
}
.veriheal-block {
    padding: 20px 0;
    display: flex;
}
i.fa-solid.fa-shield-check {
    font-size: 20px;
    margin-right: 10px;
    color: #fff;
}
.veriheal-block p {
    font-size: 16px;
}
.lp-why h2 {
    line-height: 1;
    margin-bottom: 20px;
}
.lp-why p, .lp-why li {
    font-size: 22px;
}
.why-item-row {
    justify-content: space-between;
    margin-top: 40px;
}
.why-sub {
    padding: 40px;
    background: #93CA15;
    border-radius: 100px 0 100px 0;
    font-family: 'Bebas Neue', sans-serif;
}
.why-block {
    width: 100%;
    padding: 20px;
    display: flex;
    border-radius: 10px;
    position: relative;
    transition: linear .15s;
    background: rgba(48, 216, 144, .2);
    margin-bottom: 15px;
}
.why-block:last-child {
    margin-bottom: 0;
}
.why-image {
    border-radius: 30px;
    position: relative;
    z-index: 10;
    height: 100%;
    background-size: cover;
}
.why-block p {
    line-height: 1.1;
    font-size: 28px
}
.why-block img {
    width: 50px;
    margin-right: 10px;
}
.bot-sci-benefit-left {
    text-align: right;
}
.lp-benefits {
    background: #fff;
    padding: 150px 60px;
    /*border-right: 20px solid #CD48DF;
    border-bottom: 20px solid #CD48DF;*/
}
.disp-lp-benefits {
    padding: 150px 60px 0;
}
.page-id-69937 .disp-lp-benefits {
    padding: 0px !important;
}
 
.disp-lp-benefits img {
    border-radius: 15px;
}
.lp-benefits h2 {
    margin: auto;
    color: #111;
    margin-bottom: 50px;
}
.disp-lp-benefits h3 {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 15px;
}
.disp-lp-benefits p {
    font-size: 18px;
    line-height: 1.3;
}
.disp-lp-benefits h2 {
    margin: auto;
    margin-bottom: 50px;
}
.lp-conditions {
    padding-bottom: 150px;
}
.lp-conditions li {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #111;
    position: relative;
    padding-left: 15px;
    width: 100%;
}
.conditions-overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .05;
    background-image: url(/wp-content/uploads/2024/05/bot-sci-logo-icon-1.webp);
    background-attachment: fixed;
}
#bot-sci-conditions {
    padding: 75px 0;
}
.disp-lp-conditions {
    padding: 75px 0;
}
.lp-conditions li:before {
    content: "";
    height: 8px;
    width: 8px;
    position: absolute;
    left: -2px;
    top: 6px;
    background: #294634 !important;
    border-radius: 50px;
}
.lp-conditions h2 {
    margin: auto;
    margin-bottom: 50px;
}
.disp-lp-conditions h2 {
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
}
.lp-conditions-box {
    border-radius: 10px;
    padding: 20px;
    background: #e8eedc;
    height: 100%;
}
.lp-benefits p {
    font-size: 18px;
    line-height: 1.3;
}
.benefit-right-img {
    border-radius: 20px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.fa-hexagon.fa-rotate-90 {
    font-size: 72px;
    color: #fff;
    margin-bottom: 30px;
}
.lp-benefit-block {
    margin: 15px 0;
    padding: 15px 0;
    border-radius: 10px;
    position: relative;
    transition: linear .15s;
}
.lp-text-block {
    background: rgba(255,255,255,.5);
    padding: 45px 30px;
    border-radius: 10px;
    position: relative;
}
.disp-lp-showcase {
    padding: 150px 0 0;
}
.disp-lp-showcase h3 {
    padding: 15px 0;
}
.disp-lp-product-header {
    text-align: center;
    margin-bottom: 20px;
}
.disp-lp-product-header p {
    font-size: 18px;
}
.disp-lp-product {
    text-align: center;
    border-radius: 10px;
    transition: linear .15s;
}
.disp-lp-product:hover {
    background: #eee;
}
.disp-lp-product img {
    border-radius: 10px;
}
.bot-sci-product-header {
    text-align: center;
    margin-bottom: 20px;
}
.bot-sci-product-header p {
    font-size: 18px;
}
.bot-sci-product-section {
    padding: 150px 0 0;
}
.bot-sci-product {
    text-align: center;
    border: 2px solid #294634;
    border-radius: 10px;
    transition: linear .15s;
}
.bot-sci-product:hover {
    background: #e8eedc;
}
.bot-sci-product img {
    border-radius: 10px;
}
#bot-sci-bottom .lp-text-block {
    background: #fff;
}
.lp-content {
    padding: 150px 0;
    background: #f2f1eb;
    border-radius: 100px 100px 0 0;
}
#bot-sci-bottom {
    background: #e8eedc;
    border-radius: 25px 25px 0 0;
}
.lp-content .col-lg-7 {
    position: relative;
    z-index: 1;
    
}
.lp-content p {
    font-size: 20px;
    margin-bottom: 20px;
}

/* width */
.lp-faq-section::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.lp-faq-section::-webkit-scrollbar-track {
  background: transparent;
  margin: 20px;
  border-radius: 10px;
}

/* Handle */
.lp-faq-section::-webkit-scrollbar-thumb {
  background: #111;
  border-radius: 10px;
}

/* Handle on hover */
.lp-faq-section::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#lp-faq-icon {
    width: 47px;
}
.lp-faq-section {
    padding: 30px;
    border-radius: 30px;
    background: rgba(255, 255, 255,.9);
    /* border: 5px solid rgba(48, 216, 144); */
    box-shadow: 0 1px 5px #aaa;
    position: fixed;
    right: -100%;
    top: 30px;
    z-index: 10;
    height: calc(100% - 135px);
    width: 500px;
    overflow: auto;
    transition: linear .15s;
    backdrop-filter: blur(6px);
}
.lp-faq-open {
    right: 10px !important;
}
.lp-faq-block {
    color: #111;
    margin-bottom: 20px;
    font-family: 'reg';
}
.lp-faq-section h2 {
    color: #111;
    font-size: 38px;
    margin-bottom: 30px;
    line-height: 1;
}
.left-dot {
    position: absolute;
    background: #30d890;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    top: -99px;
    left: 20px;
    z-index: 9;
}
.left-dot-two {
    position: absolute;
    background: var(--orange);
    height: 40px;
    width: 40px;
    border-radius: 50px;
    top: -66px;
    left: 125px;
    z-index: 9;
}
.right-dot {
    position: absolute;
    background: #CD48DF;
    height: 110px;
    width: 110px;
    border-radius: 100px;
    bottom: -80px;
    right: -7px;
    z-index: 9;
}
.lp-disp-hero h1 {
    margin-bottom: 0;
}
.lp-disp-hero .lp-hero-content,
.lp-disp-hero .lp-hero-img-wrapper {
    position: relative;
    transform: none;
}
.lp-disp-hero .lp-hero-content {
    bottom: 0;
    left: 0;
    transform: none;
}
.lp-disp-hero .lp-hero-content .row {
    display: flex;
}
.lp-disp-hero .lp-hero-img-wrapper {
    width: auto;
    bottom: 0;
    left: 0;
    border: 1px solid #111;
    border-radius: 30px;
    padding: 0 20px;
    background: #f2f1eb;
    min-height: 300px;
    display: flex;
    align-items: center;
}
.img-square-one {
    position: absolute;
    height: 100%;
    left: -20px;
    width: 100%;
    border-radius: 30px;
    background: rgba(205, 72, 223,.2);
    top: -20px;
    z-index: -1;
}
.img-square-two {
    position: absolute;
    height: 100%;
    left: -20px;
    width: 100%;
    border-radius: 30px;
    background: rgba(47, 218, 198,.2);
    bottom: -20px;
    z-index: -1;
}
.img-square-three {
    position: absolute;
    height: 100%;
    left: -20px;
    width: 100%;
    border-radius: 30px;
    background: rgba(242, 124, 17,.2);
    top: -40px;
    z-index: -1;
}
.lp-video-review-section {
    padding-bottom: 100px;
}
.vid-poster {
    border-radius: 30px;
    height: 729px;
}
@media(max-width:1399px) {
    .vid-poster {
        height: 657px;
    }
}
@media(max-width:767px) {
    .vid-poster {
        margin: 10px 0;
        height: 614px;
    }
    .lp-video-review-section video {
        /*height: 614px;*/
    }
}
.bot-sci-vid-1:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -20px;
    width: 100%;
    border-radius: 30px;
    background: #F9DEE5;
    top: -20px;
    z-index: -1;
}
#video-2:before {
    content: "";
    position: absolute;
    height: 100%;
    left: -20px;
    width: 100%;
    border-radius: 30px;
    background: rgba(47, 218, 198,.2);
    bottom: -20px;
    z-index: -1;
}
.bot-sci-vid-3:before {
    content: "";
    position: absolute;
    height: 100%;
    right: -20px;
    width: 100%;
    border-radius: 30px;
    background: #e8eedc;
    top: -20px;
    z-index: -1;
}
.lp-video:hover {
    cursor: pointer;
}
.lp-video-review-section h2, 
.lp-video-review-section p {
    text-align: center;
    width: 100%;
}
.lp-video-review-section p {
    margin-bottom: 30px;
    font-size: 22px
}
.lp-video-review-section video {
    border-radius: 30px;
    width: 100%;
}
.lp-video {
    position: relative;
}
.lp-video progress {
    display: block;
    width: calc(100% - 60px);
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    height: 10px;
    margin: auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px;
}
.lp-video i {
    position: absolute;
    bottom: 40px;
    left: 20px;
    font-size: 50px;
    color: #fff;
    transition: linear .15s;
    z-index: 10;
}
.lp-video i:hover {
    cursor: pointer;
    opacity: .75;
}
.lp-hero-text h2 {
    font-size: 46px;
    margin-bottom: 20px;
}
.lp-footer {
    background: var(--theme);
    padding: 40px 0;
}
#bot-sci-footer {
    background-image: url(/wp-content/uploads/2024/03/Pattern_square_tile_RGB.jpg);
    background-size: cover;
    background-repeat:  none;
}
.lp-footer img {
    margin: auto;
    width: 150px;
    display: block;
}
.disp-lp-footer img {
    margin: auto;
    width: 150px;
    display: block;
}
.lp-footer div {
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.disp-lp-footer div {
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.lp-footer a {
    padding: 5px 20px 3px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: block;
    width: fit-content;
    margin: 20px auto 0 auto;
}
.form-control:focus {
    border-color: #000;
}
@media(max-width: 991px) {
    .disp-lp-cta {
        width: 100%;
    }
    #bot-sci-hero, .disp-lp-hero {
        padding: 0;
        margin: auto;
        width: 100%;
        border-radius: 0 0 25px 25px;
    }
    #bot-sci-hero h1, .disp-lp-hero h1 {
        font-size: 40px;
    }
    .bot-sci-hero-image {
        position: relative;
        top: auto;
    }
    #bot-sci-signup, .disp-lp-signup {
        padding: 30px 0;
    }
    #bot-sci-veriheal, .disp-lp-veriheal {
        border-radius: 0;
    }
    #bot-sci-veriheal h2, .disp-lp-veriheal h2 {
        font-size: 32px;
    }
    #bot-sci-conditions, .disp-lp-benefits {
        padding: 50px 0;
    }
    #bot-sci-conditions .col-lg-4,
    .bot-sci-product-section .col-lg-4,
    .disp-lp-benefits .col-lg-4{
        margin-bottom: 20px;
    }
    .disp-lp-showcase {
        padding: 30px 0 0;
    }
    .disp-lp-conditions {
        padding: 0 0 30px;
    }
    .disp-lp-locations .container {
        padding: 30px;
    }
    .disp-lp-locations img {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
    }
    .disp-lp-product {
        margin: 0 20px 20px;
    }
    .bot-sci-vid-1:before, #video-1:before {
        top: 0;
        left: -10px;
    }
    .bot-sci-product-section {
        padding: 50px 20px;
    }
    #video-2:before {
        bottom: 0;
        left: -10px;
    }
    .bot-sci-vid-3:before, #video-3:before {
        right: -10px;
        top: 0;
    }
    .hero-top-header {
        flex-wrap: wrap;
    }
    #lp-influencer-hero, #lp-disp-hero {
        overflow: visible;
        height: auto;
    }
    .lp-affiliate-hero .lp-hero-img-wrapper {
        transform: translate(-50%, -200%);
        width: 100%;
    }
    .lp-influencer-hero .lp-hero-img-wrapper,
    .lp-disp-hero .lp-hero-img-wrapper {
        left: 0;
        top: 0;
        position: relative;
        transform: none;
        margin-bottom: 20px;
    }
    .right-dot {
        bottom: 10px;
        right: -60px;
    }
    .lp-faq-section {
        width: calc(100% - 20px);
        background: #fff;
        top: 80px;
    }
    .lp-faq-section h2 {
        font-size: 30px 
    }
    .signup-img {
        display: none;
    }
    .floating-nav {
        width: calc(100% - 4px);
        bottom: 2px;
        left: 2px;
        gap: 2px;
    }
    .floating-nav a {
        width: 50%;
        text-align: center;
        border-radius: 5px;
    }
    #lp-nav-icon {
        top: 5px;
        left: 5px;
        padding: 5px 10px;
        background: #f2f1eb;
        border-radius: 10px;
        border: 2px solid #93CA15;
        font-size: 25px;
        width: auto;
    }
    .lp-hero {
        padding: 30px 0;
        height: auto;
        border-radius: 0 0 50px 50px;
    }
    .lp-hero p, .lp-signup p, .lp-content p, .lp-video-review-section p {
        font-size: 18px;
    }
    .lp-signup, .lp-benefits {
        padding: 30px 0;
    }
    .lp-content {
        padding: 30px 0 60px;
        border-radius: 50px 50px 0 0;
    }
    .lp-section h2  {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .lp-section h3  {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .lp-benefits {
        border-left: none;
    }
    .lp-hero-content {
        bottom: 20px;
        width: calc(100% - 10px);
    }
    .lp-hero-img-wrapper {
        position: absolute;
        width: 400px;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .lp-hero img {
        width: 100%;;
    }
    .hero-accent-img {
        display: none;
    }
    .veriheal-section {
        padding: 30px 0;
    }
    .lp-content img {
        display: none;
    }
    .hero-top-header img {
        width: 150px;
        margin: 0 auto;
    }
    .lp-hero h1 {
        font-size: 30px;
        position: relative;
        z-index: 10;
        line-height: 1;
        margin: 0 auto;
    }
    .lp-disp-hero {
        height: auto;
    }
    .lp-signup {
        border-left: 0;
    }
    .lp-signup input, .lp-signup select {
        padding: 10px 10px 10px 20px;
    }
    .lp-signup select {
        height: 54px;
    }
    #lp-nav {
        display: block;
        width: 95%;
        transform: translate(-50%, -280px);
        padding: 20px;
    }
    #lp-nav a {
        display: block;
    }
    #lp-nav i {
        font-size: 26px;
        width: 30px;
        text-align: center;
    }
    .lp-nav-toggle {
        transform: translate(-50%, 50px) !important;
    }
    #lp-nav img {
        margin-bottom: 20px;
    }
    .lp-why {
        padding: 30px 20px;
        border-right: 0;
    }
    .why-image {
        border-radius: 100px 0 100px 0;
        margin-bottom: 0;
    }
    .why-block {
        padding: 15px;
    }
    .why-block img {
        width: 30px;
        margin-right: 5px;
    }
    .why-block p {
        font-size: 15px;
    }
    .lp-benefit-block {
        margin: 0;
    }
    .lp-influencer-hero .lp-hero-content .row,
    .lp-disp-hero .lp-hero-content .row,
    .lp-affiliate-hero .lp-hero-content .row {
        flex-wrap: wrap-reverse;
    }
    .lp-hero-multi-images {
        display: none;
    }
    .lp-hero-main-image {
        min-height: 250px;
        margin-bottom: 20px;
    }
    .lp-influencer-hero .lp-hero-content {
        padding-bottom: 0;
    }
    .lp-hero-text {
        margin-top: 20px;
    }
}
.listBox::before{
    background-image:none !important;
}
.listBox::after{
    background-image:none !important;
}

/* -----------------------------
VERIHEAL LONGORM LANDER 
----------------------------- */
.longform-hero-cta {
    background: var(--orangeGradient);
    color: #fff;
    border-radius: 50px;
    padding: 11.5px 30px;
    transition: linear .15s;
    font-family: 'bold';
    font-size: 24px;
    margin: 20px auto 0;
    display: block;
    width: fit-content;
    transition: linear .15s;
}
.longform-hero-cta:hover {
    box-shadow: 0 1px 10px var(--orange);
    color: #fff;
}
.lander-nav div {
    display: flex;
    align-items: center;
}
.lander-nav p {
    margin-right: 20px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}
.left-square-one {
    position: absolute;
    top: 50px;
    left: -50px;
    width: 125px;
    height: 250px;
    border-radius: 20px;
    background: var(--leafyGradient);
}
.left-square-two {
    position: absolute;
    top: 350px;
    left: -150px;
    width: 125px;
    height: 100px;
    border-radius: 25px;
    border: 10px solid #30d890;
    background: transparent;
}
.left-square-three {
    position: absolute;
    bottom: -100px;
    left: -50px;
    width: 200px;
    height: 200px;
    border-radius: 25px;
    background: var(--leafyGradient);
}
.left-square-four {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 125px;
    height: 150px;
    border-radius: 20px;
    border: 10px solid #2ed4c1;
    background: transparent;
}
.right-square-one {
    position: absolute;
    top: 50px;
    right: -100px;
    width: 250px;
    height: 125px;
    border-radius: 20px;
    background: var(--leafyGradient);
}
.right-square-two {
    position: absolute;
    top: 350px;
    right: -50px;
    width: 125px;
    height: 100px;
    border-radius: 25px;
    border: 10px solid #30d890;
    background: transparent;
}
.right-square-three {
    position: absolute;
    bottom: -100px;
    right: -50px;
    width: 200px;
    height: 200px;
    border-radius: 25px;
    background: var(--leafyGradient);
}
.right-square-four {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 125px;
    height: 150px;
    border-radius: 20px;
    border: 10px solid #2ed4c1;
    background: transparent;
}
.lander-form-wrapper .lp-btn {
    border-radius: 50px;
    background: var(--orangeGradient);
}
.lander-form-wrapper .lp-btn:hover {
    box-shadow: 0 2px 10px var(--orange);
}
.hero-cta {
    display: block;
    margin: 20px auto auto;
    background: var(--purple);
    color: #fff;
    padding: 15px 20px;
    border-radius: 100px;
    font-size: 20px;
    text-align: center;
}
.lander-signup-section {
    padding-top: 100px;
}
.lander-signup-section p {
    font-size: 22px;
}
.lander-signup-section .form-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lander-signup-section .form-group {
    width: 100%;
}
.lander-signup-section #single_terms {
    height: 25px;
    width: 25px;
    margin-right: 10px
}
.lander-signup-section .required-fields-text {
    margin-left: 10px;
    font-size: 16px;
}
.lander-signup-section .terms-check {
    font-size: 16px;
}
.lander-form-wrapper {
    margin-top: 20px;
    border-radius: 10px;
}
.lander-form-wrapper .form-group input,
.lander-form-wrapper .form-group select {
    border: 2px solid var(--lime);
    border-radius: 0;
    font-size: 18px;
    padding: 15px;
    height: auto;
    border-radius: 100px;
}
.lander-form-wrapper .form-group select {
    appearance: none;
    background: url("/wp-content/uploads/2024/03/chevron-down-solid.svg") white no-repeat 96%;
    background-size: 20px;
}
.terms-check {
    width: 100%;
    justify-content: center;
    padding: 20px 0;
    align-items: center;
}
.terms-check label {
    margin: 0 0 0 8px;
    width: 93%;
    white-space: normal;
}
.terms-check label a {
    color: var(--brandLightGreen);
    text-decoration: underline;
}
.terms-check label a:hover {
    color: var(--brandGreen);
}
.lander-nav {
    width: 100%;
    max-width: 800px;
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, .95);
    padding: 15px 15px 15px 25px;
    border-radius: 100px;
    backdrop-filter: blur(3px);
    box-shadow: 0 1px 5px #ccc;
}
.lander-nav img {
    width: 200px;
}
.lander-nav a {
    color: #fff;
    background: var(--orangeGradient);
    padding: 10px 30px;
    border-radius: 50px;
    font-size: 18px;
    font-family: 'bold';
}
.lp-video video {
    width: 100%;
    border-radius: 30px;
}

.vh-longform-hero {
    padding: 100px 0;
    background: #f2f1eb;
    position: relative;
}
.lander-hero-arrow {
    z-index: 99;
    border-radius: 20px;
    position: absolute;
    content: "";
    bottom: -125%;
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 100%;
    background: var(--leafyGradient);
}
.vh-longform-hero video {
    border-radius: 15px;
    width: 100%;
    position: relative;
}
.lander-vid-wrapper img {
    border-radius: 15px;
}
.lander-vid-wrapper {
    background-size: cover;
    background-image: url(/wp-content/uploads/2024/03/vid-accent-green.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
}
#play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    padding: 20px 23px 20px 28px;
    background: var(--leafyGradient);
    border-radius: 100px;
    color: #fff;
    box-shadow: 0 0 20px var(--lime);
    animation: pulse 2.5s infinite;
}
#play-btn:hover {
    cursor: pointer;
}
@keyframes pulse {
    0% {
    box-shadow: 0 0 0 0px rgba(46, 212, 193, .5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(46, 212, 193, 0);
  }
}
.vh-longform-hero video:before {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 500px;
    border: 1px solid rgba(0,0,0,.25);
}
.hero-row {
    align-items: center;
}
.state-lander-drop .state-select {
    background: var(--purple);
    color: #fff;
    padding: 15px 20px;
    border-radius: 100px;
    font-size: 20px;
    margin-top: 20px;
}
.state-lander-drop .state-select:hover {
    cursor: pointer;
}
.lander-benefit-box {
    border-radius: 10px;
    padding: 10px;
}
.lander-box-0 div,
.lander-box-3 div,
.lander-box-4 div {
    background: var(--leafyGradient);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 100%;
}
.lander-box-1 div,
.lander-box-2 div,
.lander-box-5 div {
    padding: 20px;
    border: 2px solid #ccc;
    border-radius: 10px;
    height: 100%;
}
.lander-box-3 div {
    width: calc(100% + 100px);
}
.lander-box-0 div {
    height: calc(100% + 100px);
    transform: translateY(-100px);
}
.full-height-img {
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    position: relative;
    z-index: -1;
}
.disp-lp-about {
    margin-top: 100px;
}
.disp-lp-about .row {
    align-items: center;
}
.disp-lp-about img {
    border-radius: 20px;
}
.disp-lp-about p {
    margin-bottom: 20px;
    font-size: 18px;
}
.vh-lander-content-one,
.second-offwhite {
    position: relative;
}
.vh-lander-line-top {
    position: absolute;
    content: "";
    width: 35%;
    height: 10px;
    background: var(--leafyGradient);
    top: calc(50% - 30px);
    left: -10px;
    transform: translateY(-50%);
    border-radius: 20px;
}
.vh-lander-line-mid {
    position: absolute;
    content: "";
    width: 40%;
    height: 10px;
    background: var(--leafyGradient);
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    border-radius: 20px;
}
.vh-lander-line-bottom {
    position: absolute;
    content: "";
    width: 35%;
    height: 10px;
    background: var(--leafyGradient);
    top: calc(50% + 30px);
    left: -10px;
    transform: translateY(-50%);
    border-radius: 20px;
}
.vh-lander-line-right-top {
    position: absolute;
    content: "";
    width: 15%;
    height: 10px;
    background: var(--leafyGradient);
    top: calc(50% - 30px);
    right: -10px;
    transform: translateY(-50%);
    border-radius: 20px;
}
.vh-lander-line-right-mid {
    position: absolute;
    content: "";
    width: 20%;
    height: 10px;
    background: var(--leafyGradient);
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    border-radius: 20px;
}
.vh-lander-line-right-bottom {
    position: absolute;
    content: "";
    width: 15%;
    height: 10px;
    background: var(--leafyGradient);
    top: calc(50% + 30px);
    right: -10px;
    transform: translateY(-50%);
    border-radius: 20px;
}
.doctor-btn {
    background: var(--lightGreen);
    color: #fff;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 20px;
}
.offwhite {
    background: #f2f1eb;
}
.first-offwhite {
    padding: 0;
    position: relative;
    margin: auto;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2024/03/shutterstock_484253266.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.lander-why-vh {
    margin: 75px 0;
    padding: 30px;
    background: rgba(255, 255, 255, .85);
    backdrop-filter: blur(5px);
    border-radius: 20px;
}
.first-offwhite img {
    width: 100%;
    margin-bottom: -50px;
    border-radius: 100px;
}
.vh-longform-hero h1,
.vh-lander-section h2,
.vh-lander-section h3 {
    color: #111;
}
.vh-lander-section h2 {
    font-size: 55px;
    line-height: 1;
}
.state-lander-drop {
    text-align: center;
}
.vh-longform-hero h1 {
    font-size: 50px;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
#lander-hero-easy {
    display: block;
    width: 100%;
    font-size: 130px;
    font-family: 'bold';
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: -10px;
}
.hero-span {
  height: 25px;
  width: 100%;
  display: block;
}
.hero-span:nth-of-type(1) {
  background-color: #f5f5f5;
  box-shadow: 0 0 12px 2px #f5f5f5; /* adds blur to smooth color transitions */
  margin-top: -2px; /* layers it on top of the previous <span> */
}

.hero-span:nth-of-type(2) {
  opacity: .8;
  background-color: #f7f7f7;
  box-shadow: 0 0 12px 2px #f7f7f7;
  margin-top: -2px;
}

.hero-span:nth-of-type(3) {
  opacity: .6;
  background-color: #f9f9f9;
  box-shadow: inset 0 0 12px 2px #f9f9f9;
  margin-top: -2px;
}
.hero-span:nth-of-type(4) {
  opacity: .6;
  background-color: #fefefe;
  box-shadow: inset 0 0 12px 2px #fefefe;
  margin-top: -2px;
}
.vh-lander-section p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.7;
    color: #111;
}
.vh-lander-section strong {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.7;
    color: #111;
}
.benefits-row p, .hiw-row p {
    font-size: 17px;
    line-height: 1.4;
}
.benefits-row h3 {
    margin-bottom: 10px;
}
.hiw-row h3 {
    margin-bottom: 20px;
}
.med-rec-item p {
    font-size: 20px;
    margin-bottom: 0;
}
.med-rec-item i {
    font-size: 34px;
    padding-right: 10px;
    color: var(--lightGreen);
}
.med-rec-item {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.hiw-row {
    margin-top: 75px;
}
.hiw-block {
    padding: 60px 30px 0;
    border-radius: 15px;
    border: 2px solid var(--lightGreen);
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.hiw-img-wrapper {
    overflow-y: hidden;
    align-self: flex-end;
}
.hiw-block span {
    position: absolute;
    font-size: 40px;
    padding: 10px 20px;
    background: var(--lightGreen);
    color: #fff;
    border-radius: 5px;
    top: -40px;
}
.hiw-block img {
    width: 100%;
    margin-bottom: -60px;
    transition: linear .15s;
}
.hiw-block:hover img {
    transform: translateY(-10px); 
}
.longform-testimonials h2,
.longform-testimonials p {
    width: 100%;
}
.vh-lander-normal {
    padding: 150px 0;
}

.vh-lander-bottom-pad {
    padding: 0 0 150px;
}

.vh-lander-top-pad {
    padding: 150px 0 0;
}

.lp-footer {
    background: var(--theme);
    padding: 40px 0;
}
.lp-footer img {
    margin: auto;
    width: 150px;
    display: block;
}
.lp-footer div {
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.longform-testimonials p {
    margin-bottom: 50px;
}
.services-info {
    background: #f2f1eb;
    border-radius: 20px;
    height: 100%;
}
.services-info img {
    border-radius: 20px 20px 0 0;
}
.services-info .text {
    padding: 20px;
}
.services-info p {
    line-height: 1.4;
}

@media(max-width: 991px) {
    #bot-sci-signup img {
        margin-bottom: 20px;
    }
    .bot-sci-hero-image, .disp-lp-hero-image {
        position: relative;
        border-radius: 0;
        height: 200px;
        width: 100%;
    }
    .lander-signup-section .terms-check {
        flex-wrap: wrap;
    }
    .lander-nav p {
        display: none;
    }
    .left-square-one,
    .left-square-two,
    .left-square-three,
    .left-square-four,
    .right-square-one,
    .right-square-two,
    .right-square-three,
    .right-square-four {
        display: none;
    }
    .trust-services .row .col-md-4 {
        margin-bottom: 20px;
    }
    .hero-top-header {
        flex-wrap: wrap;
    }
    .lp-influencer-hero .lp-hero-img-wrapper {
        display: none;
    }
    .lp-faq-section {
        width: calc(100% - 20px);
        background: rgba(255,255,255,.9);
        top: 80px;
    }
    .lp-faq-section h2 {
        font-size: 30px 
    }
    .signup-img {
        display: none;
    }
    .floating-nav {
        width: calc(100% - 4px);
        bottom: 2px;
        left: 2px;
        gap: 2px;
    }
    .floating-nav a {
        width: 50%;
        text-align: center;
        border-radius: 5px;
    }
    #lp-nav-icon {
        top: 10px;
        left: 10px;
        padding: 10px;
        background: #f2f1eb;
        border-radius: 10px;
        border: 2px solid #93CA15;
    }
    .lp-hero {
        padding: 40px 0px 0px;
    }
    .lp-hero p, .lp-signup p, .lp-content p, .lp-video-review-section p {
        font-size: 18px;
    }
    .lp-signup, .lp-benefits {
        padding: 30px 0;
    }
    .lp-content {
        padding: 30px 0 60px;
        border-radius: 50px 50px 0 0;
    }
    .lp-section h2  {
        font-size: 34px;
        line-height: 1;
    }
    .lp-section h3  {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .lp-benefits {
        border-left: none;
    }
    .lp-benefits p {
        font-size: 16px;
    }
    .lp-hero-content {
        padding-bottom: 30px;
    }
    .lp-hero-img-wrapper {
        position: absolute;
        width: 400px;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .lp-hero img {
        width: 100%;;
    }
    .veriheal-section {
        padding: 30px 0;
    }
    .lp-content img {
        display: none;
    }
    .lp-hero h1 {
        font-size: 35px;
        position: relative;
        z-index: 10;
        line-height: 1;
        text-align: center;
        width: 100%;
        margin-top: 20px;
    }
    .lp-influencer-hero .lp-hero-content .row {
        flex-wrap: wrap-reverse;
    }
    .lp-signup {
        border-left: 0;
    }
    .lp-signup input, .lp-signup select {
        padding: 10px 10px 10px 20px;
    }
    .lp-signup select {
        height: 54px;
    }
    .lp-hero-multi-images {
        display: none;
    }
    .lp-hero-main-image {
        height: 300px;
        margin-bottom: 20px;
    }
    #lp-nav {
        display: block;
        width: 95%;
        transform: translate(-50%, -280px);
        padding: 20px;
    }
    #lp-nav a {
        display: block;
    }
    #lp-nav i {
        font-size: 26px;
        width: 30px;
        text-align: center;
    }
    .lp-nav-toggle {
        transform: translate(-50%, 50px) !important;
    }
    #lp-nav img {
        margin-bottom: 20px;
    }
    .lp-why {
        padding: 30px 20px;
        border-right: 0;
    }
    .why-image {
        border-radius: 100px 0 100px 0;
        margin-bottom: 0;
    }
    .why-block {
        padding: 15px;
    }
    .why-block img {
        width: 30px;
        margin-right: 5px;
    }
    .why-block p {
        font-size: 15px;
    }
    .lp-benefit-block {
        margin: 0;
    }
    /* START LONGFORM LANDING PAGE */
    .flex-reverse {
        flex-wrap: wrap-reverse;
    }
    .full-height-img {
        height: 300px;
        margin-bottom: 20px;
    }
    .lander-nav {
        width: 95%;
    }
    .vh-longform-hero #lander-hero-easy {
        font-size: 70px;
        letter-spacing: -5px;
    }
    .vh-longform-hero h1 {
        font-size: 35px;
    }
    .lander-hero-arrow {
        height: 55%;
        bottom: -165%;
    }
    .lander-nav img {
        width: 100px;
    }
    .lander-nav a {
        padding: 5px 20px 3px 20px;
        font-size: 17px;
    }
    .vh-longform-hero {
        padding: 100px 0;
    }
    .lander-vid-wrapper {
        padding: 50px 0;
    }
    .vh-lander-section h2 {
        font-size: 40px;
        line-height: 1;
        margin-bottom: 15px;
    }
    .vh-lander-section p {
        font-size: 16px;
        line-height: 1.3;
    }
    .vh-lander-normal {
        padding: 50px 0;
    }
    .lander-benefit-box div {
        height: auto;
        width: auto;
        transform: none;
        border: 2px solid #ccc;
        background: #fff;
    }
    .vh-lander-top-pad {
        padding: 50px 0 0;
    }
    .hiw-row .col-lg-4 {
        margin-bottom: 50px;
    }
    .vh-lander-bottom-pad {
        padding: 0 0 50px;
    }
    .lander-why-vh {
        padding: 20px;
        margin: 50px 0;
        border: 1px solid #ccc;
        border-radius: 20px;
    }
    .first-offwhite {
        background-size: auto;
    }
    .longform-testimonials {
        display: none;
    }
    .flex-reverse {
        flex-wrap: wrap-reverse;
    }

    /* END LONGFORM LANDING PAGE */
}