html, body {
    max-width: 100%;
    overflow-x: hidden;
	font-family: Montserrat;
	font-size:16px;
}

body {
    overscroll-behavior-x: none;
}


/*custom fonts*/
@font-face {
  font-family: 'JustLovely';
  src: url("https://www.globallee.com/dist/assets/fonts/JustLovely.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*common elements*/
.row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.row-gap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 50px;
}
	

.row-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

.column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1;
}

.OpportunityBanner {
	position: relative;
	background-image: url("/custom/DefaultTheme/storage/assets/opportunity/OpportunityHeroImage.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 800px;
	display: flex;
	flex-direction: column;
}

.OpportunityBanner::before {

	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		to bottom,
		rgba(0,0,0,.25),
		rgba(0,0,0,.55),
		rgba(0,0,0,.35)
	);
	z-index: 1;

}

.title-custom-style-opportunity,
.banner-text-opportunity,
.bannerButtonOpportunity {
	position: relative;
	z-index: 2;
}

.title-custom-style-opportunity {
	color: #ffffff;
	padding-top: 425px;
}

.title-custom-style-opportunity span {
 font-size: clamp(24px, 5vw, 45px);
	display: block;
	color: #ffffff;
	font-weight:700;
	text-shadow:
	0 3px 10px rgba(0,0,0,.75),
	0 6px 20px rgba(0,0,0,.45);
	text-transform:uppercase;
	white-space:nowrap;
}

.title-custom-style-opportunity span+span {
	 font-size: clamp(32px, 10vw, 100px);
	font-weight:700;
	display: block;
	color: #ffffff;
text-shadow:
	0 3px 10px rgba(0,0,0,.75),
	0 6px 20px rgba(0,0,0,.45);
}

.becomingBrandAmbassador1 {
	background-color: #e1fe6b;
	border-radius: 15px;
	padding: 5px 0 0 0;
	text-align: center;
	width: 40em;
	margin: 0 auto;
	z-index: 100;
	max-width:100%;
	border:none;

}

.becomingBrandAmbassador1 a:link,.becomingBrandAmbassador1 a:visited,.becomingBrandAmbassador1 a:active{
	color:#09595c;
	transition:all 1s ease-in-out;
	text-decoration:none;
	font-size: clamp(14px, 4vw, 24px);
}

.becomingBrandAmbassador1 a:hover{
	color:#10a5aa;
	text-decoration:none;
}

.becomingBrandAmbassador2 {
	background-color: #16e1e8;
	border-radius: 15px;
	padding: 10px 0 0 0;
	text-align: center;
	width: 40em;
	max-width:100%;
	margin: 0 auto;
	z-index: 1;
	position: relative;
	top: -28px;
	left: 10px;
	height:35px;
	border:none;

}

.becomingBrandAmbassador1 h3 {
	font-size: 15px;
	color: #000000;
}

.joinNow1{
  background-color: #e1fe6b;
	border-radius: 15px;
	padding: 5px 0 0 0;
	text-align: center;
	width: 200px;
	margin:25px 0 0 100px;
	z-index: 100;
	max-width:100%;
	transition: all 0.5s ease;
	border:none;
	box-shadow: 2px 5px #222222;
	height:40px;
	display:flex;
	justify-content:center;
	
}

.joinNow1 a:link,.joinNow1 a:active,.joinNow1 a:visited{
	color:#000000;
	transition:color 1s ease-in-out;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	
}

.joinNow1 a:hover{
	color:#444444;
	text-decoration:none;
		font-weight:bold;
		text-shadow:none;
}

.joinNow1:hover{
	background-color:#d7d154;
	width:205px;
}

.joinNow2{
	  background-color: #16e1e8;
		border-radius: 15px;
		padding: 5px 0 5px 0;
		text-align: center;
		width: 200px;
		margin:25px 0 0 100px;
		z-index: 100;
		max-width:100%;
		transition: all 0.5s ease;
		border:none;
		box-shadow: 2px 5px #222222;
		height:40px;
		display:flex;
	justify-content:center;
			
	}

	.joinNow2:hover{
		background-color:#10a5aa;
		width:205px;
	}

	.joinNow2 a:link,.joinNow2 a:active,.joinNow2 a:visited{
		color:#000000;
		transition:color 1s ease-in-out;
		font-size:18px;
		text-align:center;
		font-weight:bold;
		
	}
	
	.joinNow2 a:hover{
		color:#444444;
		text-decoration:none;
		font-weight:bold;
		text-shadow:none;
	}

	.joinNow3{
	  background-color: #ffffff;
		border-radius: 15px;
		padding: 5px 0 5px 0;
		text-align: center;
		width: 200px;
		margin:25px 0 0 100px;
		z-index: 100;
		max-width:100%;
		transition: all 0.5s ease;
		border:none;
		box-shadow: 2px 5px #222222;
		height:40px;
		display:flex;
	justify-content:center;
			
	}

	.joinNow3:hover{
		background-color:#d3d3d3;
		width:205px;
	}

	.joinNow3 a:link,.joinNow3 a:active,.joinNow3 a:visited{
		color:#000000;
		transition:color 1s ease-in-out;
		font-size:18px;
		text-align:center;
		font-weight:bold;
		
	}
	
	.joinNow3 a:hover{
		color:#444444;
		text-decoration:none;
		font-weight:bold;
		text-shadow:none;
	}



.content-wrapper {
	font-size: 14.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 75%;
	margin: 0 auto;
	
}

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.column-narrow {
	display: flex;
	flex-direction: column;
	max-width:100%;
	flex:1;
	flex-wrap:wrap;
	width:500px;

}

.column-wide {
	display: flex;
	flex-direction: column;
  flex:1;
  width:8em;
	flex-wrap:wrap;
}

.BRFYW {
	background-color: #E3FF33;
	padding:5em 5em 0 5em;
	margin:0;
}

.BRFYW-translated {
	background-color: #E3FF33;
	padding:5em 5em 8em 5em;
	min-height: 500px;
	margin:0;
}

.BRFYW h2 {
	width: 477px;
	height: 92px;
	background-image: url("/custom/DefaultTheme/storage/assets/opportunity/BeRewardedForYourWork.png");
	background-repeat:no-repeat;
	margin:0 0 20px 0;
	max-width:100%
}

.BRFYW h2 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.para-wrapper-yellow-border {
	border-left: 8px solid #e3ff33;
	padding: 0 20px 0 20px;
	width: 100%;
	margin: 0;
	font-size: 18px;
}

.para-wrapper-blue-border {
	border-right: 8px solid #5CE1E6;
	padding: 0 20px 0 20px;
	width: 100%;
	margin: 0;
	font-size: 18px;
	flex-wrap:wrap;
}

.para-wrapper-white-border {
	border-left: 8px solid #ffffff;
	padding: 0 20px 0 20px;
	width: 100%;
	margin: 0;
	line-height: 1.5em;
	font-size: 18px;
	flex-wrap:wrap;
}

.ATOWYCE {
	background-color: #E3FF33;
	padding:0 5em 0 5em;
	margin-top:-200px;
}

.SWYL {
	background-color: #16E1E8;
	padding: 5em 5EM 0 5EM;
	min-height: 500px;
	margin: 0 auto !important;
}


.SWYL h2 {
	width: 360px;
	height: 110px;
	background-image: url("/custom/DefaultTheme/storage/assets/opportunity/ShareWhatYouLove.png");
	background-repeat:no-repeat;
	max-width:100%;
}

.SWYL h2 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}


.clearfix{
	margin:0 0 10px 0;
}


/*tranlation pages*/
.translationBlock{
	background-color:#e3ff33;
	text-align:center;
}

/*wavy section transition for Be Rewarded section*/
.custom-shape-divider-top-BeRewarded-Opportunity {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
	margin: 0;
	padding: 0;
	z-index: 1;
	background: transparent;
}

.custom-shape-divider-top-BeRewarded-Opportunity svg {
	position: relative;
	display: block;
	width: calc(130% + 1.3px);
	height: 175px;
}

.custom-shape-divider-top-BeRewarded-Opportunity .shape-fill {
	fill: #5CE1E6;
}

.custom-shape-divider-bottom-BeRewarded-Opportunity {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
	margin: 0;
	padding: 0;
	z-index: 100;
	background: transparent;
}

.custom-shape-divider-bottom-BeRewarded-Opportunity svg {
	position: relative;
	display: block;
	width: calc(130% + 1.3px);
	height: 175px;
}

.custom-shape-divider-bottom-BeRewarded-Opportunity .shape-fill {
	fill: #E3FF33;
}

/*wavy section transition for Incredible Vacations section*/

.custom-shape-divider-top-IncredibleVacations {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
	margin: 0;
	padding: 0;
	z-index: 1;
	background: transparent;


}

.custom-shape-divider-top-IncredibleVacations svg {
	position: relative;
	display: block;
	width: calc(130% + 1.3px);
	height: 175px;
}

.custom-shape-divider-top-IncredibleVacations .shape-fill {
	fill: #E3FF33;
}

.custom-shape-divider-bottom-IncredibleVacations {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	transform: rotate(180deg);
	margin: 0;
	padding: 0;
	z-index: 100;
	background: transparent;
}

.custom-shape-divider-bottom-IncredibleVacations svg {
	position: relative;
	display: block;
	width: calc(130% + 1.3px);
	height: 175px;
}

.custom-shape-divider-bottom-IncredibleVacations .shape-fill {
	fill: #FF2FAB;
}


.para-wrapper-yellow-border {
	border-left: 8px solid #e3ff33;
	padding: 0 20px 0 20px;
	width: 100%;
	margin: 0;
	font-size: 18px;
}

.para-wrapper-blue-border {
	border-right: 8px solid #5CE1E6;
	padding: 0 20px 0 20px;
	width: 100%;
	font-size: 18px;
}

.para-wrapper-white-border {
	border-left: 8px solid #ffffff;
	padding: 0 20px 0 20px;
	width: 100%;
	margin: 0;
	line-height: 1.5em;
	font-size: 18px;
}

.para-wrapper-white-border-wide {
	border-left: 8px solid #ffffff;
	padding: 0 20px 0 20px;
	width: 60%;
	margin: 50px 150px 0 150px;
	line-height: 1.5em;
	font-size: 18px;
}



.roadMap {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E3ff33;
	position: relative;
	height: 800px;
}


.JUOIV {
	background-color: #FF2FAB;
	padding: 5em 5em 0 5em;
	margin: 0;
	position: relative;
}

.JUOIV-translated {
	background-color: #FF2FAB;
	padding: 5em;
	margin: 0;
	position: relative;
}


.JUOIV h2 {
	width: 443px;
	height: 181px;
	background-image: url("/custom/DefaultTheme/storage/assets/opportunity/IncredibleVacations.png");
	background-repeat:no-repeat;
}

.JUOIV h2 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.WTN {
	background-color: #FF2FAB;
	padding: 5em;
	font-size: 20px;
}

/*A Taste of where you can vacation*/
.ATOWYCV{
	background-color:#FF2FAB;
	margin-top:-200px;

}

.centeredContent {
	display: flex;
	flex-direction: column;
	align-items: Center;
}

.WTN h2 {
	width: 633px;
	height: 115px;
	background-image: url("/custom/DefaultTheme/storage/assets/opportunity/WheretoNext.png");
	background-repeat:no-repeat;
	margin: 50px 0 0 280px;
}

.WTN h2 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}



h3.travel {
	
	text-transform: uppercase;
	color: #FFB3E3;
	text-align: center;
	font-weight: bold;
	margin-top: 25px;
	position: relative;
	z-index: 100;
	font-size:5rem;
}



/*Caroussel Swiper*/
.vip-swiper-container{
    position:relative;
   max-width:1500px;
    margin: 0 auto !important;
   
}



.vipSwiper{
    overflow:hidden;
}

.vipSwiper .swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
}

.vipSwiper img{
    width:270px;
    height:270px;
    object-fit:contain;
}

.initial-slide-blue{
    width:270px;
    height:270px;
    background:#16E1E8;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px;
}

.initial-slide-blue p{
   font-size: clamp(14px, 4vw, 24px);
    text-transform:uppercase;
    text-align:center;
    line-height:1.5em;
}

/* Thin modern arrows */

.swiper-button-prev {
    left: -2px !important;
    color: #000 !important;
    width: 28px !important;
    height: 28px !important;
}

.swiper-button-next {
    right: -2px !important;
    color: #000 !important;
    width: 28px !important;
    height: 28px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after{
    font-size:28px;
    font-weight:300;
}

/* Tablet */

@media (max-width:1024px){

    .vipSwiper img,
    .initial-slide-blue{
        width:220px;
        height:220px;
    }
}

/* Mobile */



.initial-slide-yellow {
	background-color: #E3ff33;
	width: 270px;
	height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.initial-slide-blue p {
	color: #000000;
	font-size: clamp(14px, 4vw, 24px);
	text-transform: uppercase;
	line-height: 1.5em;
	text-align: center;
	
}

.initial-slide-blue {
	background:#16E1E8;
	width: 270px;
	height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
	
}

.initial-slide-yellow p {
	color: #000000;
	font-size: clamp(14px, 4vw, 24px);
	text-transform: uppercase;
	line-height: 1.5em;
	text-align: center;
	
}


.beRewarded {
	position: relative;
}

.SYT {
	font-size: 64px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 1em;
}

.VIPImage {
	position: relative;
	top: -120px;
	right: 80px;
}

.airplane {
	margin: 75px 0 75px 280px;
}

.video1,.video2{
	margin:100px 0 100px 0;
	
}

.opportunity-video{
margin:-15px 0 0 200px;
width:75%;
}

.footer-opportunity,
.footer-opportunity a {
	background-color:#ffffff;
	font-family: Montserrat !important;
	font-size: 12px;
	font-weight: normal;
	color: #5b5858;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 667px) {

	.row {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		width: 100%;
		justify-content: center;
		align-items: center;
		max-width:100%;
	}

	.row-wrap {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		align-items: center;
		max-width:100%;
	}

	.row-gap {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		gap: 0;
		align-items: center;
		max-width:100%;
	}
		

	.column {
		display: flex;
		flex-direction: column;
		flex-basis: 100%;
		flex: 1;
		margin:0;
	}
	.OpportunityBanner{
		background-position:top center;
	}

	.title-custom-style {
		color: #ffffff;
		padding-top: 450px;
	}
	
	

	.SWYL {
	padding: 25px;
	min-height: 500px;
	margin: 0 auto !important;
	text-align:center;
}

	.BRFYW {
	padding: 25px;
	margin: 0 auto !important;
	text-align:center;
}

    .vip-swiper-container{
        padding:0 20px;
    }

    .vipSwiper img,
    .initial-slide-blue{
        width:180px;
        height:180px;
    }

    .initial-slide-blue p{
        font-size:24px;
    }
	
	.becomingBrandAmbassador2 {
		display:none;
	}

	.content-wrapper {
		font-size: 12.5px;
		display: block;
		max-width:100%;
		margin: 0;
		padding:0;
		width:100%;
	}
	
	.row {
		display: block;
		max-width: 100%;
	}

	.column-narrow {
		display: block;
		max-width:100%;
	}

	

	.WTN h2,.BRFYW h2,.JUOIV h2,.SWYL h2 {
		background-image: none;	
		margin: 0;
		color:#222222;
		font-weight:bold;
		width:auto;
	}
	
	.WTN h2 span,.BRFYW h2 span,.JUOIV h2 span,.SWYL h2 span {
		overflow:visible;
		width:auto;
		height:auto;
	}
	
	.joinNow1,.joinNow2,.joinNow3{
		margin-top:20px;

	}

	.roadMap{
		width:100%;

	}
	
	.column-wide {
		display: block;
		max-width:100%;
		width:100%;
		padding-top:1em;
	} 

	.airplane {
		margin: 0;
	}

	.beRewarded{
		max-width:100%;
		object-fit:cover;
	}

	.incredibleVacations{
		max-width:100%;
		object-fit:cover;
	}

	.takaGlo{
		max-width:100%;
		object-fit:cover;
	}

	
	.embed-responsive{
		width:100%;
	}
h3.travel{
	font-size:2em;
}

.SYT {
	font-size: 48px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin:0;
}

.opportunity-video{
	margin:0;
	width:100%;
	}

	
	

}

/*End Opportunity Page*/