body {
	background-color: #080f2d;
	font-family: Lato, sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}

h1 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Lato, sans-serif;
	color: #00d5f4;
	font-size: 70px;
	line-height: 1.1;
	font-weight: 900;
}

h2 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #00d5f4;
	font-size: 45px;
	line-height: 1.1;
	font-weight: 900;
}

h3 {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #00d5f4;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 400;
}

h4 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #00d5f4;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 400;
}

h5 {
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #00d5f4;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 700;
}

h6 {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #00d5f4;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 400;
}

p {
	margin-bottom: 10px;
	font-family: Lato, sans-serif;
	color: #00d5f4;
	font-size: 1.2rem;
	font-weight: 400;
}

.hero {
	position: relative;
	display: flex;
	min-height: 85vh;
	padding: 100px 32px 60px;
	justify-content: center;
	align-items: center;
	background-image: url('../images/white-mountains-drift.jpg');
	background-position: 50% 50%;
	background-size: cover;
}

.container--slim {
	position: relative;
	display: flex;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	justify-content: space-between;
	align-items: center;
}

.header__logo-link-mobile {
	display: none;
	margin-right: 20px;
}

.header__logo-image {
	position: relative;
	bottom: 2px;
	width: 100%;
	max-width: 206px;
	min-width: 140px;
}

.btn--primary {
	border-radius: 4px;
	background-color: #ed2f92;
	transition: all 500ms ease-in-out;
	font-family: Lato, sans-serif;
	color: #091649;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.btn--primary:hover {
	background-color: #ed2f92;
	box-shadow: 0 0 20px 4px rgba(237, 47, 146, 0.66);
	transform: scale(1.01);
	color: #091649;
}

.btn--primary.header--btn {
	letter-spacing: 1px;
}

.btn--primary.hero__button {
	position: relative;
	z-index: 30;
}

.nav-link {
	padding: 10px 1rem;
	border: 1px none #000;
	opacity: 1;
	transition: all 400ms ease-in-out;
	color: #ed2f92;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

.nav-link:hover {
	color: rgba(0, 213, 244, 0.95);
}

.nav-link.w--current {
	padding-top: 5px;
	padding-bottom: 5px;
	border-style: none;
	border-top-color: rgba(237, 47, 146, 0.38);
	border-bottom-width: 2px;
	border-bottom-color: #ed2f92;
	opacity: 1;
	transition-property: color;
	color: rgba(0, 213, 244, 0.95);
	font-weight: 700;
	text-decoration: none;
}

.nav-link.enter-driftspace {
	display: none;
}

.header__logo-link {
	margin-right: 20px;
}

.header__nav {
	display: flex;
	margin-left: 0px;
	justify-content: flex-start;
	align-items: center;
}

.header {
	position: fixed;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(8, 15, 45, 0.85);
}

.main {
	position: relative;
	padding: 32px;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	background-color: #080f2d;
}

.drift-wrap {
	position: relative;
	text-decoration: none;
	width: 100%;
}

.drift__featuredimage {
	width: 100%;
	height: 160px;
	margin-bottom: 0px;
	border-radius: 5px;
	background-image: url('../images/learn-the-editor.png');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.drift__details {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	color: #ed2f92;
}

.drift__user-profile {
	position: absolute;
	left: 8px;
	top: 8px;
	right: auto;
	bottom: auto;
	z-index: 10;
	width: 40px;
	height: 40px;
	border-style: solid;
	border-width: 2px;
	border-color: #ed2f92;
	border-radius: 100%;
	background-image: url('../images/test.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.drift__user-details {
	position: relative;
}

.drift__title {
	margin-top: 16px;
	margin-bottom: 16px;
	font-family: Lato, sans-serif;
	color: #ed2f92;
	font-weight: 400;
}

.drift__creator-name {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}

.hero__content {
	position: relative;
	z-index: 10;
	display: flex;
	padding: 32px 0px;
}

.drift__creator-wrap {
	display: flex;
	margin-bottom: 6px;
	justify-content: flex-start;
	align-items: center;
}

.drift__creator-icon {
	width: 20px;
	color: #00d5f4;
}

.hero__gradient {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	background-image: linear-gradient(
		180deg,
		rgba(12, 30, 99, 0),
		rgba(8, 15, 45, 0.15) 50%,
		#080f2d
	);
}

.hero__subtitle {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Lato, sans-serif;
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 21px;
	text-transform: uppercase;
}

.hero__drift-title {
	margin-top: 0px;
	margin-bottom: 0px;
}

.drift__icon-wrap {
	display: flex;
	margin-right: 8px;
	justify-content: center;
	align-items: center;
}

.drift__view-count-wrap {
	display: flex;
	margin-bottom: 6px;
	justify-content: flex-start;
	align-items: center;
}

.drift__view-number {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
}

.hero__subtitle-wrap {
	display: flex;
	align-items: center;
}

.hero__winner-badge {
	width: 46px;
	margin-right: 8px;
}

.hero__winner-title {
	margin-bottom: 20px;
}

.hero__left-content {
	width: 60%;
	padding-top: 24px;
	padding-bottom: 24px;
}

.hero__winner-details {
	display: flex;
	margin-bottom: 16px;
	align-items: center;
}

.drift__user-profile-copy {
	position: absolute;
	left: 8px;
	top: 8px;
	right: auto;
	bottom: auto;
	width: 56px;
	height: 56px;
	border-style: solid;
	border-width: 2px;
	border-color: #ed2f92;
	border-radius: 100%;
	background-image: url('../images/test.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero__user-profile {
	position: relative;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
	width: 56px;
	height: 56px;
	margin-right: 8px;
	border-style: solid;
	border-width: 2px;
	border-color: #ed2f92;
	border-radius: 100%;
	background-image: url('../images/skye-user.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.heading {
	margin-top: 0px;
	margin-bottom: 0px;
}

.hero__user-name {
	margin-top: 0px;
	margin-bottom: 4px;
	line-height: 1;
}

.hero__right-content {
	width: 40%;
	padding: 24px;
}

.hero__user-name-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.hero__view-count-wrap {
	display: flex;
	margin-bottom: 0px;
	justify-content: flex-start;
	align-items: center;
}

.body__inner-wrap {
	display: block;
	width: 100%;
}

/* featured drifts monthly winners  */

/**** Setting Up Slick Slider */
.slick-list {
	height: inherit !important;
}

.slick-track {
	height: inherit !important;
}

.slick-slide {
	margin: 10px;
	height: 96% !important;
}

.slick-slide img {
	width: 100%;
}

.wrapper .slick-dots li button:before {
	font-size: 20px;
	color: white;
}

.slick-prev.slick-arrow {
	left: 20px;
	z-index: 99;
}

.slick-next.slick-arrow {
	right: 20px;
	z-index: 99;
}

.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before {
	font-size: 30px;
	color: #ed2f92;
	opacity: 1;
}

/**** Setting Up Drift Slides  */
.featured-drifts-wrap {
	display: block;
	padding: 32px 32px 0px;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	background-color: #080f2d;
}

.featured-drifts__past-winners {
	display: block;
	height: 450px;
}

.featured-drift__link-block {
	position: relative;
	overflow: hidden;
	display: flex !important;
	flex-flow: column nowrap;
	justify-content: flex-end;
	align-items: flex-start;
	border-radius: 5px;
	border: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 20px;
	text-decoration: none;
}

.featured-drifts__gradient {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(8, 15, 45);
	background: linear-gradient(
		0deg,
		rgba(8, 15, 45, 0.9) 25%,
		rgba(8, 15, 45, 0) 100%
	);
}

.featured-drifts__link-detail-block {
	position: relative;
	z-index: 10;
}

.featured-drifts__creator-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.featured-drifts__view-count-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

/* featured drift list  */
.drift-list {
	position: relative;
	display: -ms-grid;
	display: grid;
	width: 100%;
	padding: 32px 0px;
	grid-auto-columns: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	background-color: #080f2d;
}

@media screen and (min-width: 1280px) {
	.hero {
		min-height: 90vh;
		padding-top: 140px;
		padding-bottom: 100px;
		align-items: center;
	}

	.header {
		position: fixed;
		left: 0%;
		top: 0%;
		right: 0%;
		bottom: auto;
		z-index: 99;
		background-color: rgba(8, 15, 45, 0.85);
		mix-blend-mode: normal;
	}

	.main {
		display: block;
		padding-right: 32px;
		padding-left: 32px;
		-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}

	.drift__featuredimage {
		margin-bottom: 8px;
	}

	.drift__title {
		margin-top: 0px;
	}

	.hero__content {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}

	.drift__creator-wrap {
		align-items: stretch;
	}

	.drift__creator-icon {
		width: 16px;
	}

	.hero__subtitle {
		margin-bottom: 0px;
	}

	.drift__icon-wrap {
		display: flex;
		width: 20px;
		height: 100%;
		justify-content: center;
		align-items: center;
	}

	.drift__view-count-wrap {
		justify-content: flex-start;
		align-items: center;
	}

	.drift__view-number {
		opacity: 0.75;
	}

	.featured-drifts {
		padding-right: 100px;
		padding-left: 100px;
		-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	}

	.hero__subtitle-wrap {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.hero__winner-badge {
		width: 46px;
		margin-right: 8px;
	}

	.hero__winner-title {
		margin-bottom: 16px;
	}

	.hero__left-content {
		width: 60%;
	}

	.hero__winner-details {
		position: relative;
		display: flex;
		margin-bottom: 56px;
	}

	.hero__user-profile {
		position: relative;
		width: 70px;
		height: 70px;
		background-image: url('../images/skye-user.jpg');
	}

	.hero__view-count-wrap {
		justify-content: flex-start;
		align-items: center;
	}

	.body__inner-wrap {
		max-width: 1600px;
		margin-right: auto;
		margin-left: auto;
	}

	.drift-list {
		padding-right: 0px;
		padding-left: 0px;
		-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}

	.featured-drifts__multi-link-wrap {
		padding-right: 0px;
		padding-left: 0px;
	}

	.main-img {
		width: auto;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media screen and (max-width: 991px) {
	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 40px;
	}

	.hero {
		min-height: 60vh;
		align-items: flex-end;
	}

	.container--slim.logo-container {
		width: 94%;
	}

	.header__logo-link-mobile {
		display: block;
		margin-top: 16px;
		margin-bottom: 16px;
		margin-left: 0px;
		-ms-grid-row-align: auto;
		align-self: auto;
		flex: 0 auto;
	}

	.header__menu-button {
		padding-right: 8px;
	}

	.header__menu-button.w--open {
		background-color: transparent;
	}

	.btn--primary {
		display: inline-block;
	}

	.btn--primary.header--btn {
		display: none;
	}

	.btn--primary.hero__button {
		display: inline-block;
	}

	.icon {
		color: #ed2f92;
	}

	.nav-link {
		clear: both;
		background-color: #091649;
		text-align: left;
	}

	.nav-link.enter-driftspace {
		display: block;
	}

	.header__logo-link {
		display: none;
		margin-top: 16px;
		margin-bottom: 16px;
		margin-left: 20px;
		-ms-grid-row-align: auto;
		align-self: auto;
		flex: 0 auto;
	}

	.header__nav {
		padding-top: 16px;
		padding-bottom: 16px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		background-color: #091649;
	}

	.main {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.drift__title {
		font-size: 15px;
	}

	.hero__content {
		align-items: flex-end;
	}

	.hero__left-content {
		width: 80%;
	}

	.hero__right-content {
		width: 4%;
	}

	.drift-list {
		padding: 0px;
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.featured-drift__link-block {
		height: 400px;
	}

	.mask {
		overflow: visible;
		width: 50%;
	}

	.slider-2 {
		height: 24vh;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 34px;
	}

	.header__logo-link-mobile {
		margin-left: 0px;
	}

	.btn--primary {
		display: inline-block;
	}

	.nav-link.enter-driftspace {
		width: 100%;
	}

	.header__logo-link {
		display: none;
	}

	.main {
		padding-right: 16px;
		padding-left: 16px;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.drift__title {
		font-size: 14px;
	}

	.hero__content {
		padding-right: 16px;
		padding-left: 16px;
		align-items: flex-end;
	}

	.drift-list {
		padding-right: 0px;
		padding-left: 0px;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.heading-2 {
		font-size: 36px;
	}
}

@media screen and (max-width: 479px) {
	.main {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.hero__content {
		align-items: flex-end;
	}

	.drift-list {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.featured-drift__link-block {
	-ms-grid-column: span 1;
	grid-column-start: span 1;
	-ms-grid-column-span: 1;
	grid-column-end: span 1;
	-ms-grid-row: span 1;
	grid-row-start: span 1;
	-ms-grid-row-span: 1;
	grid-row-end: span 1;
}

@media screen and (min-width: 1280px) {
	#w-node-_2bdeec8f-f6b6-5dcd-f950-9035b515db76-fd835b44 {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
	}
}
