#club {
	overflow: hidden;
}
#club h2 {
	font-size: 34px;
	font-family: 'Lato', sans-serif;
	font-weight: 800;
	margin: 0;
	padding: 0;
}
#new-hero {
	text-align: center;
	background-image: url(../images/new/2023/hero-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-top: 25px;
}
#new-hero >div {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 17px 15px 160px 15px;
}
#new-hero > div:before {
	content: "";
	display: block;
	width: 292px;
	height: 461px;
	position: absolute;
	left: -315px;
	bottom: 0px;
	background-image: url(../images/new/2023/left.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#new-hero > div:after {
	content: "";
	display: block;
	width: 320px;
	height: 456px;
	position: absolute;
	right: -354px;
	bottom: 0;
	background-image: url(../images/new/2023/right.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#new-hero h1 {
    font-size: 121px;
    line-height: 1;
    margin-bottom: 13px;
}
#new-hero p {
	font-size: 36px;
	margin: 0 0 25px 0;
	line-height: 1;
	color: #000000;
}
#new-hero a.how {
	width: 230px;
	height: 55px;
	line-height: 55px;
	display: block;
	margin: 0 auto 22px auto;
	text-transform: uppercase;
	font-size: 20px;
	color: white;
}
#new-hero a.how:hover{
	background-color: #e5001c;
}
#new-hero a.signin {
	font-size: 16px;
	font-weight: 400;
	color: #0b0100;
}
#new-hero a.signin span {
}
#new-hero img {
	position: relative;
	left: 20px;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#cards {
	pointer-events: none;
	margin: -141px auto -100px auto;
	text-align: center;
	position: relative;
	z-index: 2;
}
#cards img {
	margin: 0px -25px;
}
#gold-bg {
	background-color: #FFF100;
	padding: 140px 0 0 0;
	text-align: center;
	position: relative;
}
#gold-bg .title {
	font-size: 36px;
	margin-bottom: 15px;
}
#gold-bg .title + p {
	font-size: 18px;
	line-height: 25px;
	width: 835px;
}
#gold-bg .points {
	font-size: 0;
	margin-top: 37px;
	width: 1000px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#gold-bg .points > div {
	width: 33.333%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 43px 0;
}
#gold-bg .points > div span {
	display: block;
	margin: 0 auto;
	text-align: center;
	height: 82px;
	line-height: 82px;
	width: 82px;
	font-size: 47px;
}
#gold-bg .points > div strong {
	display: block;
	margin: 22px auto 25px auto;
	font-size: 28px;
}
#gold-bg .points > div p {
	font-size: 18px;
	line-height: 25px;
	width: 300px;
}
#gold-bg:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../images/new/gold-right.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 343px;
	height: 458px;
}
#level-up {
	text-align: center;
	padding: 55px 0 52px 0;
	background-color: #fff;
}
#level-up .title {
	font-size: 36px;
	margin-bottom: 20px;
}
#level-up .title + p {
	font-size: 18px;
	line-height: 25px;
	width: 790px;
}
#level-up .l-items {
	font-size: 0;
	margin-top: 47px;
	width: 1100px;
}
#level-up .l-items > div {
	width: 33.3333%;
	vertical-align: top;
	display: inline-block;
}
#level-up #mobile-options{
	margin-top: 30px!important;
}
#level-up #mobile-options .swiper-pagination{
	position: static;
}
#level-up #mobile-options,
#level-up .l-items > div img {
	margin: 5px 0 0 0;
	max-width: 100%;
	height: auto;
}
#club-benefits {
	padding-top: 69px;
	padding-bottom: 68px;
	--light-gray: #F4F4F4;
	--gray: rgba(0,0,0,0.27);
}
#club-benefits .container {
	width: 1215px;
}
.cb-inner {
	column-gap: 95px;
}
.cb-left {
	flex-basis: 450px;
	flex-shrink: 0;
	max-width: 37.98%;
}
.cb-left h3 {
	padding-top: 0;
	font-size: 68px;
	font-weight: normal;
	line-height: 1;
}
.cb-left p {
	font-size: 18px;
	line-height: 1.333;
}
.cb-right {
	flex-grow: 1;
}
.cb-title {
	font-size: 20px;
	line-height: 1;
	padding: 15px 0 15px 43px;
}
.cb-title.open {
	color: var(--black);
	margin-top: 0;
}
.cb-title:before {
	content: '';
	display: block;
	width: 14px;
	height: 8px;
	position: absolute;
	left: 0;
	background-image: url(../images/new/2023/faq-arrow.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: transform 0.5s;
}
.cb-title:not(.open):before {
	transform: rotate(-90deg);
}
.cb-title span {
	font-size: 30px;
	margin-right: 5px;
}
.cb-title.open span {
	color: var(--black);
	font-weight: normal;
	margin-bottom: 0;
}
.cb-content {
	padding-left: 43px;
}
.cb-content h4 {
	margin-bottom: 10px;
	padding-top: 0;
	font-size: 18px;
	line-height: 1.1;
}
.cb-content p {
	font-size: 15px;
	line-height: 1.46667;
	margin-bottom: 1.2em;
}
.cb-content p.low {
	line-height: 1.3333;
}
.cb-content ul {
	font-size: 15px;
	line-height: 1.53333;
	padding-left: 1.2em;
	margin-bottom: 1.2em;
	list-style: disc;
}
.cb-content a:link, .cb-content a:visited {
	color: var(--black)
}
.cb-content ::marker {
	color: var(--black);
}
#club-red {
	--yellow: #FFF100;
	padding: 50px 0 60px 0;
}
#club-red .container {
	width: 680px;
	max-width: 100%;
	margin: 0 auto;
}
#club-red h2 {
	margin: 20px 0 10px;
	padding: 0;
	font-size: 36px;
}
#club-red p {
	font-size: 18px;
	line-height: normal;
}
.before-red,
.after-red {
	overflow: hidden;
}
.before-red img,
.after-red img {
	transition: all 0s linear;
	max-width: inherit;
	width: auto;
}
.after-red {
	padding-top: 15px;
}

#two-cols {
	padding-top: 20px;
	font-size: 0;
	--yellow: #FFF100;
}
.wow {
	visibility: hidden;
}
#two-cols  >div {
	width: 50%;
}
#two-cols .left {
	background-image: url(../images/new/left-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	text-align: right;
	padding: 50px 140px 40px 15px;
}
#two-cols .left > div {
	width: 397px;
	text-align: left;
	margin: 0 0 0 auto;
}
#two-cols .left .title {
	font-size: 47px;
    line-height: 1;
    margin-bottom: 20px;
	margin-top: 30px;
}
#two-cols .left img {
	position: relative;
	left: -50px;
}
#two-cols p {
	font-size: 18px;
	line-height: 28px;
}
#two-cols .right p {
	margin-top: 18px;
}
#two-cols .left:before {
	content: "";
	display: block;
	width: 181px;
	height: 186px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/new/mail.png);
	position: absolute;
	left: 0;
	bottom: 0;
}
#two-cols .right {
	padding: 57px 15px 54px 75px;
	overflow: hidden;
}
#two-cols .right > div {
	width: 375px;
	text-align: left;
	margin: 0 auto 0 0;
}
#two-cols .right > div > img {
	position: relative;
	left: -35px;
}
#two-cols .right:after {
	content: "";
	display: block;
	width: 249px;
	height: 371px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/new/deer.png);
	position: absolute;
	right: 100px;
	bottom: 0;
}
#more {
	text-align: center;
	padding: 50px 0 80px 0;
	--gray: #707070;
}
#more .title {
	font-size: 36px;
	line-height: 1;
	margin-top: 50px;
}
#more p {
	font-size: 18px;
	line-height: 1;
	margin: 25px 0  0  0;
}
#more .form-title {
	font-size: 18px;
	line-height: 1;
	margin-top: 30px;
	margin-bottom: 30px;
}
#more form {
	width: 340px;
}
#more form select {
	width: 100%;
	height: 55px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	font-size: 16px;
	padding: 0 23px;
	background-image: url(../images/new/2023/drpp.png);
}
#club-images {
	background-color: black;
	position: relative;
	font-size: 0;
	margin-bottom: 0;
}
#club-images .swiper-slide img {
	width: 100%;
}
#club-images .floater-text {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	color: white;
	z-index: 2;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	font-family: 'Lato';
}
#club-images .floater-text h2 {
	font-family: 'Lato';
	font-size: 42px;
	color: white;
	font-weight: 800;
	margin-top: 20px;
	margin-bottom: 15px;
	padding: 0;
}
#club-images .floater-text p {
	font-size: 18px;
	color: white;
	margin: 0;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
}
select::-ms-expand {
	display: none;
}

@media screen and (max-width:1600px) {
	#two-cols .left {
		padding: 50px 100px 40px 15px;
	}

	#gold-bg:after {
		width: 164px;
		height: 184.5px;
	}

}

@media screen and (max-width:1400px) {
	#two-cols .left {
		padding: 50px 15px 40px 15px;
	}

	#two-cols .right:after {
		right: 15px;
	}

}

@media screen and (max-width:1199px) {
	#two-cols .right:after {
		width: 103.5px;
		height: 156px;
		right: -5px;
	}

	#two-cols .right {
		padding: 50px 15px 40px 45px;
	}

	#two-cols .left:before {
		width: 90.5px;
		height: 93px;
		bottom: 0;
	}

	#gold-bg:after {
		display: none;
	}

}

@media screen and (max-width:991px) {
	#two-cols:after {
		bottom: calc(50% - 30px);
		width: 60px;
		line-height: 60px;
		font-size: 30px;
		margin-left: -30px;
		height: 60px;
	}

	#two-cols .left,
	#two-cols .right {
		width: 100%;
	}
	#two-cols .left > div,
	#two-cols .right > div {
		margin: 0 auto;
	}

	#gold-bg {
		padding-left: 15px;
		padding-right: 15px;
	}

	#gold-bg .points > div p {
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 0;
	}

	#gold-bg .points > div p  br {
		display: none;
	}

	#gold-bg {
		padding: 130px 15px 0 15px;
	}
}

@media screen and (max-width: 767px) {
	#club-red p br{
		display: none;
	}
	#club-red h2{
		font-size: 31px;
		line-height: 36px;
	}
	#club-red p {
		font-size: 16px;
		line-height: 23px;
	}
	#more {
		padding: 30px 0 30px 0;
	}

	#more .form-title {
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#more p {
		font-size: 16px;
		margin: 15px 0 0 0;
	}

	#more .title {
		font-size: 27px;
		margin-top: 30px;
	}

	#level-up .title {
		font-size: 31px;
		margin-bottom: 7px;
	}

	#gold-bg .points > div {
		width: 100%;
	}

	#gold-bg .points > div strong {
		margin: 15px auto 8px;
	}

	#gold-bg {
		padding: 90px 15px 0 15px;
	}

	#gold-bg .title {
		font-size: 31px;
	}

	#new-hero img {
		max-width: 100%;
		height: auto;
		left: 0;
	}

	#cards {
		margin: -65px auto;
	}

	#cards img {
		margin: 0px -15px;
		width: 150px;
	}

	#new-hero > div:before,
	#new-hero > div:after {
		display: none;
	}

	#new-hero p {
		font-size: 20px;
	}

	#club h2 {
		font-size: 24px;
	}
	#club-images .floater-text {
		padding: 0 15px;
	}

	#club-images .floater-text h2 {
		font-size: 32px;
	}
	.cb-inner {
		flex-direction: column;
	}
	.cb-left {
		max-width: 100%;
		text-align: center;
		flex-basis: auto;
		margin-bottom: 23px;
	}

}

@media screen and (max-width:600px) {
	#two-cols .left .title {
		font-size: 31px;
		margin-bottom: 10px;
		margin-top: 0;
	}

	#two-cols .left >div,
	#two-cols .right >div {
		max-width: 100%;
		width: 100%;
	}

	#two-cols .left,
	#two-cols .right {
		padding: 50px 20px 40px;
	}

	#two-cols .left >div {
		margin: 0;
	}

	#two-cols .left:before,
	#two-cols .right:after {
		display: none;
	}

	#two-cols .left img,
	#two-cols .right > div > img {
		left: inherit;
	}

	#level-up {
		text-align: center;
		padding: 30px 0 0 0;
	}

	#level-up .l-items > div {
		margin-bottom: 30px;
	}

	#level-up .l-items {
		margin-top: 30px;
	}

	#level-up .l-items > div {
		width: 100%;
	}

}

@media screen and (max-width:480px) {
	#gold-bg {
		padding: 70px 10px 0 15px;
	}

	#new-hero >div {
		padding: 27px 10px 80px;
	}

	#cards {
		margin: -50px auto;
	}

	#cards img {
		margin: 0px -63px;
		width: 193px;
		transform: rotate(-8deg);
	}
	#new-hero h1 {
		font-size: 63px;
	}
	#new-hero p {
		font-size: 22px;
		margin-bottom: 18px;
	}
	#new-hero a.how {
		width: 238px;
		margin: 0 auto 13px auto;
	}
	#gold-bg .title + p {
		font-size: 16px;
		line-height: 23px;
	}
	#gold-bg .points > div span {
		height: 62px;
		line-height: 62px;
		width: 62px;
		font-size: 37px;
	}
	#level-up {
		padding-bottom: 44px;
	}
	#level-up .title + p {
		font-size: 16px;
		line-height: 23px;
	}
	#level-up .button-next,
	#level-up .button-prev {
		top: 50%;
		margin-top: -17px;
	}
	.before-red img {
		height: 50px;
	}
	.after-red img {
		height: 32px;
	}
	#club-benefits {
		padding-top: 37px;
		padding-bottom: 39px;
	}
	.cb-left h3 {
		font-size: 52px;
	}
	.cb-left p {
		font-size: 16px;
		line-height: 1.5;
	}
	.cb-title {
		font-size: 15px;
		line-height: 1;
		padding: 15px 0 15px 0;
	}
	.cb-title:before {
		width: 12px;
		height: 6px;
		left: inherit;
		right: 0;
	}
	.cb-title span {
		font-size: 16px;
	}
	.cb-content {
		padding-left: 0;
	}
	.cb-content h4 {
		font-size: 13px;
	}
	.cb-content p {
		font-size: 12px;
		line-height: 1.583333;
	}
	.cb-content p.low {
		line-height: 1.111;
	}
	.cb-content ul {
		font-size: 12px;
		line-height: 1.583333;
	}
	#club-red {
		padding-top: 33px;
		padding-bottom: 43px;
	}
	#two-cols .left,
	#two-cols .right {
		padding: 23px 20px;
	}
	#two-cols p {
		font-size: 16px;
		line-height: 25px;
	}
	#two-cols .left img,
	#two-cols .right > div > img {
		width: 61px;
	}
}