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:50px 0 0 100px !important;
	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;
	
}



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




.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;
			
	}

	a.joinNow2:link,a.joinNow2:visited,a.joinNow2:active{
		color:#000000;
		transition:color 1s ease-in-out;
		font-size:18px;
		text-align:center;
		font-weight:bold;
		
	}
	
	a.joinNow2: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;
			
	}



	a.joinNow3:link,a.joinNow3:visited,a.joinNow3:active{
		color:#000000;
		transition:color 1s ease-in-out;
		font-size:18px;
		text-align:center;
		font-weight:bold;
		
	}
	
	a.joinNow3: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 {
	background-image: url("/custom/DefaultTheme/storage/assets/opportunity/RoadMaptoVIP3.png");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	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;

	}


	
	.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%;
	}

	/* =========================================================
   OPPORTUNITY PAGE — MOBILE POLISH
   ========================================================= */



    /* -----------------------------------------------------
       1. JOIN NOW BUTTONS
       Make all three buttons consistent on mobile
       ----------------------------------------------------- */

    .joinNow1,
    .joinNow2,
    .joinNow3 {
        width: 200px;
        max-width: 200px;
        height: 40px;
        min-height: 40px;
        margin: 20px auto 0 !important;
        padding: 5px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        border: none;
        border-radius: 15px;
        box-shadow: 2px 5px #222222;
        text-decoration: none;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
    }

    .joinNow1 {
        background-color: #e1fe6b;
    }

    .joinNow2 {
        background-color: #16e1e8;
    }

    .joinNow3 {
        background-color: #ffffff;
    }

    .joinNow1 a,
    .joinNow2 a,
    .joinNow3 a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        color: #000000 !important;
        font-size: 18px;
        font-weight: bold;
        text-decoration: none !important;
        line-height: 1;
    }


    /* -----------------------------------------------------
       2. SHARE WHAT YOU LOVE
       ----------------------------------------------------- */

    .SWYL {
        padding: 35px 20px 40px;
        min-height: auto;
    }

    .SWYL .column-wide,
    .SWYL .column-narrow {
        width: 100%;
        max-width: 100%;
    }

    .SWYL .column-narrow {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .SWYL .column-narrow img {
        width: min(425px, 100%);
        height: auto;
        margin-bottom: 0 !important;
    }

    .para-wrapper-yellow-border {
        border-left: none;
        border-right: none;
        padding: 0;
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }


    /* -----------------------------------------------------
       3. BE REWARDED FOR YOUR WORK
       ----------------------------------------------------- */

    .BRFYW {
        padding: 35px 20px 45px;
        min-height: auto;
    }

    .BRFYW .column-narrow,
    .BRFYW .column-wide {
        width: 100%;
        max-width: 100%;
    }

    .BRFYW .column-narrow {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .beRewarded {
        width: min(425px, 100%);
        height: auto;
        max-width: 100%;
        object-fit: contain;
    }

    .VIPImage {
        position: relative;
        top: -60px;
        right: auto;
        margin-bottom: -40px;
    }

    .para-wrapper-blue-border {
        border-right: none;
        border-left: 8px solid #5CE1E6;
        padding: 0 15px;
        width: 100%;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }


    /* -----------------------------------------------------
       4. REMOVE DESKTOP NEGATIVE OVERLAP FROM CAROUSEL
       ----------------------------------------------------- */

    .ATOWYCE {
        margin-top: 0;
        padding: 20px 0 35px;
        min-height: auto;
        background-color: #E3FF33;
    }

    .ATOWYCV {
        margin-top: 0;
        padding: 20px 0 35px;
        min-height: auto;
        background-color: #FF2FAB;
    }


    /* -----------------------------------------------------
       5. CAROUSEL CONTAINER
       ----------------------------------------------------- */

    .vip-swiper-container {
        width: 100%;
        max-width: 100%;
        padding: 0 35px;
        margin: 0 auto !important;
        box-sizing: border-box;
        overflow: hidden;
    }

    .vipSwiper {
        width: 100%;
        overflow: hidden;
    }

    .vipSwiper .swiper-wrapper {
        align-items: center;
    }

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


    /* -----------------------------------------------------
       6. CAROUSEL IMAGES
       Keep both carousel types the same size
       ----------------------------------------------------- */

    .vipSwiper img,
    .initial-slide-blue,
    .initial-slide-yellow {
        width: 180px;
        height: 180px;
        max-width: 180px;
        max-height: 180px;
        object-fit: contain;
    }

    .initial-slide-blue,
    .initial-slide-yellow {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .initial-slide-blue p,
    .initial-slide-yellow p {
        font-size: 20px;
        line-height: 1.35;
        text-align: center;
        margin: 0;
    }


    /* -----------------------------------------------------
       7. CAROUSEL ARROWS
       Keep arrows inside the mobile content area
       ----------------------------------------------------- */

    .vipSwiper .swiper-button-prev,
    .vipSwiper .swiper-button-next {
        width: 24px !important;
        height: 24px !important;
        top: 50%;
        margin-top: -12px;
    }

    .vipSwiper .swiper-button-prev {
        left: 3px !important;
    }

    .vipSwiper .swiper-button-next {
        right: 3px !important;
    }

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


    /* -----------------------------------------------------
       8. ROAD MAP
       ----------------------------------------------------- */

    .roadMap {
        width: 100%;
        height: 500px;
        background-size:contain;
        background-position: center center;
		background-color:#E3FF33;
    }


    /* -----------------------------------------------------
       9. INCREDIBLE VACATIONS
       ----------------------------------------------------- */

    .JUOIV {
        padding: 35px 20px 45px;
    }

    .JUOIV .column-wide,
    .JUOIV .column-narrow {
        width: 100%;
        max-width: 100%;
    }

    .JUOIV .column-narrow {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .incredibleVacations {
        width: min(425px, 100%);
        height: auto;
        max-width: 100%;
        object-fit: contain;
    }

    .para-wrapper-white-border {
        border-left: none;
        padding: 0;
        width: 100%;
        font-size: 16px;
        line-height: 1.6;
        text-align: left;
    }


    /* -----------------------------------------------------
       10. MOBILE SECTION HEADINGS
       ----------------------------------------------------- */

    .SWYL h2,
    .BRFYW h2,
    .JUOIV h2 {
        width: auto;
        height: auto;
        margin: 0 0 20px 0;
        background-image: none;
        text-align: center;
    }

    .SWYL h2 span,
    .BRFYW h2 span,
    .JUOIV h2 span {
        display: block;
        width: auto;
        height: auto;
        overflow: visible;
        font-size: 28px;
        line-height: 1.2;
    }


    /* -----------------------------------------------------
       11. REMOVE DESKTOP WAVE HEIGHT ON MOBILE
       ----------------------------------------------------- */

    .custom-shape-divider-top-BeRewarded-Opportunity svg,
    .custom-shape-divider-bottom-BeRewarded-Opportunity svg,
    .custom-shape-divider-top-IncredibleVacations svg,
    .custom-shape-divider-bottom-IncredibleVacations svg {
        height: 80px;
    }


    /* -----------------------------------------------------
       12. GENERAL MOBILE IMAGE SAFETY
       ----------------------------------------------------- */

    .column-narrow img {
        max-width: 100%;
        height: auto;
    }



	
	

}

/*End Opportunity Page*/