/******* AMBASSADOR LANDING *******/
/**********************************/

#main section {
	overflow: visible;
}

.dt-btn {
	background: var(--red) !important;
}
.dt-btn:hover {
	background: var(--cream) !important;
}

.bg-red {
	background-color: var(--red);
}
.home-subhero {
	padding-top: var(--space-md) !important;
	padding-bottom: var(--space-md) !important;
}

span.expl {
	font: var(--the7-base-font);
	margin-top: -5px;
	display: block;
	color: var(--text-grey);
}

.row-bg {
	position: absolute;
	max-width: 30%;
	visibility: visible;
	display: inherit;
}

#ambassador-hero {
	padding-bottom: var(--space-md) !important;
	margin-top: -14px;
}
.row-bg.hero-img-float {
	position: absolute;
	max-width: 33%;
	top: -40%;
	right: -5vw;
	z-index: 10;
}

#section-2 .row-bg.salt,
#section-5 .row-bg.salt {
	right: -10vw;
	z-index: 0;
}
.list-dots {
	padding-left: 35px;
	font-size: 28px;
	line-height: 38px;
}
.list-dots p {
	position: relative;
	margin-bottom: var(--space-sm);
	max-width: 400px;
}
.list-dots p::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--red);
	position: absolute;
	left: -35px;
	top: 5px;
}
.btn-float {
	margin-left: 35px;
}

#section-3 .vc_custom_heading {
	color: #fff;
}
#section-3 {
	font-size: 22px;
	line-height: 32px;
}

#section-4 .row-bg.row-bg-left {
}
#section-4 .row-bg.row-bg-left.left-1 {
	left: 3vw;
	max-width: 8vw;
}
#section-4 .row-bg.row-bg-left.left-2 {
	bottom: 0;
	left: -5vw;
	max-width: 20vw;
}
#section-4 .row-bg.row-bg-right.right-1 {
	right: -2vw;
	max-width: 20vw;
}
#section-4 .row-bg.row-bg-right.right-2 {
	bottom: 0;
	right: -2vw;
	max-width: 20vw;
}
.row-whattodo .vc_column-inner > .wpb_wrapper {
	background: var(--red);
	display: flex;
	flex: 1;
	flex-direction: column;
}
.row-whattodo .vc_custom_heading {
	color: #fff;
	min-height: 74px;
}
.row-whattodo .wpb_single_image {
	margin-bottom: 15px;
}
.row-whattodo .wpb_text_column {
	padding-left: 15px;
	padding-right: 15px;
}

.row-whattodo a.fa-tiktok {
	transform: translateY(-2px);
}

#section-5 .wpb_text_column {
	font-size: 42px;
	line-height: 52px;
	max-width: 450px;
}
#section-5 .wpb_text_column:first-child {
	font-size: 32px;
	line-height: 42px;
}
#section-5 .wpb_text_column span.red {
	color: var(--red);
}
#section-5 .img-rotated img {
	transform: rotate(-5deg);
}
#section-5 .row-bg-left {
	bottom: 15%;
	left: -5vw;
}
#section-5 .row-bg-right.plate {
	bottom: 0;
	right: -6vw;
}

#section-6 .wpb_single_image {
	max-width: 80%;
}

.home-subhero {
	font-size: 48px;
	line-height: 58px;
	padding-top: var(--space-sm);
	padding-bottom: var(--space-sm);
}
.home-subhero.text-only .vc_column-inner {
	padding-top: 0 !important;
}
.home-subhero .vc_column-inner {
	padding-bottom: 0 !important;
}
.home-subhero .vc_column-inner > .wpb_wrapper {
	flex-direction: column;
}

/* responsive fixes */
@media (min-width:1601px) {
	#main > .wf-wrap {
		min-width: 1600px;
	}
	#section-5 .img-rotated img {
		max-width: 600px;
	}
	#section-5 .wpb_text_column {
		font-size: 48px;
		line-height: 58px;
		max-width: 480px;
	}
	#section-5 .wpb_text_column:first-child {
		font-size: 38px;
		line-height: 48px;
	}
}
@media (min-width:1281px) {
	.row-whattodo {
		max-width: 1200px;
		margin-left: auto !important;
    	margin-right: auto !important;
	}
}
@media (max-width:1280px) {
	.row-whattodo {
		max-width: 1200px;
		margin-left: auto !important;
    	margin-right: auto !important;
	}
}
@media (max-width:1080px) {
	.list-dots p {
		margin-bottom: var(--space-xs);
	}
	#section-4 .row-bg.row-bg-left.left-1 {
		left: 0;
		top: 15px;
	}
	#section-4 .row-bg.row-bg-right.right-1 {
		top: 15px;
	}
	#section-4 .row-bg.row-bg-left.left-2,
	#section-4 .row-bg.row-bg-right.right-2 {
		bottom: -5vw;
	}
	#section-5 .wpb_text_column {
		font-size: 38px;
		line-height: 48px;
		max-width: 400px;
	}
	#section-5 .row-bg-left,
	#section-5 .row-bg-right.plate {
		bottom: -5vw;
	}
}
@media (min-width:992px) {
}
@media (max-width:991px) {
	#ambassador-hero .wpb_single_image {
		max-width: 70%;
	}
	.row-bg.hero-img-float {
		max-width: 45%;
		top: -25%;
	}
	.list-dots {
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.list-dots p {
		max-width: none;
	}
	#section-2 .btn-float {
		display: block;
		max-width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	#section-5 .img-rotated img {
		max-width: 70%;
	}
	#section-5 .wpb_text_column {
		margin-left: auto;
		margin-right: auto;
	}
	.home-subhero {
		font-size: 38px;
		line-height: 48px;
	}
	#section-3 {
		font-size: 20px;
		line-height: 30px;
	}
}
@media (max-width:778px) {
}
@media (max-width:767px) {
	.row-whattodo .vc_column-inner > .wpb_wrapper {
		margin-bottom: 35px;
	}
	.row-whattodo .dt-shortcode-soc-icons {
		margin-bottom: var(--space-sm);
	}
}
@media (max-width:576px) {
	#ambassador-hero .wpb_single_image {
		max-width: none;
	}
	.row-bg.hero-img-float {
		max-width: 65%;
		top: -20%;
	}
	.list-dots {
		max-width: none;
	}
	#section-2 .btn-float {
		max-width: none;
	}
	#section-5 .wpb_text_column,
	.home-subhero {
		font-size: 30px;
		line-height: 40px;
	}
	#section-4 .row-bg.row-bg-left.left-1 {
		max-width: 15vw;
		top: -2%;
		left: 15px;
	}
	#section-4 .row-bg.row-bg-right.right-1 {
		max-width: 30vw;
		top: -2% !important;
	}
	#section-4 .row-bg.row-bg-left.left-2, 
	#section-4 .row-bg.row-bg-right.right-2 {
		max-width: 30vw;
		bottom: -10vw;
		z-index: 10;
	}
	.bottom-subhero .wpb_text_column {
		margin-bottom: 0 !important;
	}
}