* {
	box-sizing: border-box
}

@media(min-width: 1240px) {
	.mobile {
		display: none
	}
}

@media(max-width: 1239px) {
	.desktop {
		display: none
	}
}

input {
	outline: none
}

body {
	position: relative;
	line-height: 1.4em;
	font: 16px "Open Sans", Arial, sans-serif;
	margin: 0 auto;
	color: #101010;
	text-rendering: optimizeLegibility
}

.content {
	width: 100%;
	padding: 0 20px;
	max-width: 1240px;
	margin: auto;
	display: flex
}

@media(max-width: 1239px) {
	.content {
		flex-direction: column;
		padding: 0 15px
	}
}

.header {
	border-bottom: 1px solid rgba(242, 50, 4, .5);
	background-color: #fff;
	position: sticky;
	z-index: 999;
	top: 0
}

.header .content {
	padding: 15px 20px;
	position: relative
}

@media(max-width: 1239px) {
	.header .content {
		padding: 15px;
		flex-direction: row;
		justify-content: space-between;
		align-items: center
	}
}

.header #logo a,
.header #logo img {
	display: block
}

@media(max-width: 1239px) {
	.header #logo img {
		width: 160px;
		height: auto
	}
}

.menu {
	align-items: center;
	display: flex;
	position: absolute;
	height: 100%;
	top: 0;
	right: 220px;
	font-weight: 500
}

@media(max-width: 1239px) {
	.menu {
		position: static
	}
}

.menu > a {
	color: inherit;
	text-decoration: none
}

@media(max-width: 1239px) {
	.menu > a {
		display: none
	}
}

.menu-item-wrapper {
	background-color: #fff;
	position: absolute;
	max-width: 300px;
	width: -moz-max-content;
	width: max-content;
	padding: 15px;
	top: 100%;
	display: none
}

.menu-item-wrapper.show {
	display: block
}

@media(max-width: 1239px) {
	.menu-item-wrapper {
		border-top: 1px solid rgba(242, 50, 4, .5);
		width: 100%;
		max-width: 100%;
		left: 0
	}

	.menu-item-wrapper h3 {
		padding-bottom: 15px;
		margin-top: 0;
		border-bottom: 1px solid rgba(0, 0, 0, .5)
	}
}

@media(min-width: 1240px) {
	.menu-item-wrapper {
		border-radius: 7px;
		border: 1px solid rgba(0, 0, 0, .5);
		top: 80%;
		left: 100px
	}
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0
}

@media(max-width: 1239px) {
	.menu ul {
		border-bottom: 1px solid rgba(0, 0, 0, .5);
		padding: 0 0 15px
	}
}

.menu ul li {
	margin-top: 10px
}

.menu ul li:first-of-type {
	margin-top: 0
}

.menu ul a {
	font-size: 1em;
	text-decoration: none;
	color: inherit;
	font-weight: 500
}

.share-button {
	position: absolute;
	top: 0;
	left: calc(100vw - 320px);
	height: 100%;
	width: 220px
}

@media(max-width: 1239px) {
	.share-button {
		display: none
	}
}

.share-button a {
	padding: 10px 60px;
	background-color: #f23204;
	color: #fff;
	display: flex;
	align-items: center;
	height: 100%;
	text-decoration: none;
	font-weight: 500;
	text-align: center;
	justify-content: center
}

.share-button a img {
	margin-right: 10px
}

section {
	padding: 60px 0
}

@media(max-width: 1239px) {
	section {
		padding: 40px 0
	}
}

#menu-trigger img {
	width: 25px
}

.referral-info {
	width: 50%;
	padding-right: 50px
}

@media(max-width: 1239px) {
	.referral-info {
		width: 100%;
		padding-right: 0
	}
}

.referral-info h1 {
	font-size: 2.4em;
	margin-bottom: 0;
	line-height: 1.2
}

@media(max-width: 1239px) {
	.referral-info h1 {
		font-size: 1.7em;
		margin-top: 0
	}
}

.referral-info p {
	font-size: 1.3em;
	line-height: 1.5em
}

@media(max-width: 1239px) {
	.referral-info p {
		font-size: 1.1em
	}
}

.referral-page-info {
	font-size: .75em;
	line-height: 1.1;
	text-align: center;
	font-style: italic
}

.referral-page-info p {
	font-size: 1.3em !important;
	line-height: 1.4 !important
}

.referral-img {
	width: 50%;
	padding-left: 50px
}

@media(max-width: 1239px) {
	.referral-img {
		width: 100%;
		padding: 0;
		text-align: center
	}
}

.referral-img img {
	width: 70%
}

.referral-links {
	display: flex;
	margin-top: 60px
}

@media(max-width: 1239px) {
	.referral-links {
		margin-top: 30px;
		flex-direction: column
	}
}

@media(max-width: 1239px) {
	.referral-links .btn {
		justify-content: center
	}
}

.referral-links .btn:first-of-type {
	margin-right: 20px
}

@media(max-width: 1239px) {
	.referral-links .btn:first-of-type {
		margin-right: 0;
		padding: 15px 20px;
		margin-bottom: 15px
	}
}

.referral-links .btn:last-of-type {
	padding-right: 10px
}

.referral-links .btn span {
	margin-left: 20px;
	background-color: #fff;
	color: #000;
	padding: 10px 20px;
	border-radius: 5px;
	font-weight: 700
}

.referral-description p {
	font-size: 1.3em
}

@media(max-width: 1239px) {
	.referral-description p {
		font-size: 1em;
		text-align: center
	}
}

.referral-prize {
	border: 1px solid #000;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	background-color: #fff;
	font-size: .85em
}

.referral-prize img {
	width: 100%;
	margin: 0 auto;
	display: block
}

.referral-prize-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0
}

.referral-prize-wrapper li {
	background-color: #000
}

@media(max-width: 1239px) {
	.referral-prize-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px
	}
}

.referral-prize-wrapper + p {
	margin: 30px 0;
	text-align: center
}

@media(max-width: 1239px) {
	.referral-prize-wrapper + p {
		margin: 15px 0;
		font-size: .85em
	}
}

.referral-prize-description {
	background-color: #000;
	color: #fff;
	display: flex;
	padding: 0 10px
}

@media(max-width: 1239px) {
	.referral-prize-description {
		flex-direction: column;
		padding: 0;
		font-size: .9em
	}
}

.referral-prize-description div {
	padding: 10px 0
}

@media(max-width: 1239px) {
	.referral-prize-description div {
		padding: 10px
	}
}

.referral-prize-description div:first-of-type {
	padding-right: 10px;
	border-right: 1px solid #fff
}

@media(max-width: 1239px) {
	.referral-prize-description div:first-of-type {
		padding: 10px;
		border-right: none;
		border-bottom: 1px solid #fff
	}
}

.referral-prize-description div:last-of-type {
	padding-left: 10px
}

.referral-share {
	margin-top: 30px
}

@media(max-width: 1239px) {
	.referral-share {
		margin-top: 30px
	}
}

.referral-share-social {
	margin: 0 30px 0 0;
	padding: 0;
	list-style: none;
	display: flex
}

@media(max-width: 1239px) {
	.referral-share-social {
		margin: 20px 0 0;
		order: 2
	}
}

.referral-share-social li {
	display: inline-block;
	margin-right: 10px
}

.referral-share-social a {
	background-color: #000;
	padding: 10px;
	display: flex;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 7px;
	align-items: center
}

@media(max-width: 1239px) {
	.referral-share-social a {
		width: 45px;
		height: 45px
	}
}

.referral-share-social a img {
	height: 30px;
	width: auto;
	display: inline-block;
	margin: 0 auto
}

@media(max-width: 1239px) {
	.referral-share-social a img {
		height: 20px
	}
}

.referral-share-forms {
	display: flex
}

@media(max-width: 1239px) {
	.referral-share-forms {
		flex-direction: column;
		order: 1
	}
}

.referral-share-forms form {
	width: 500px;
	position: relative;
	height: 60px
}

@media(max-width: 1239px) {
	.referral-share-forms form {
		width: 100%;
		height: auto;
		position: static
	}
}

.referral-share-forms form input {
	padding: 10px 150px 10px 20px;
	height: 100%;
	width: 100%;
	border-radius: 7px;
	border: 1px solid #f23204;
	font-family: inherit;
	font-size: 1.05em
}

@media(max-width: 1239px) {
	.referral-share-forms form input {
		width: 100%;
		height: auto;
		padding: 15px 10px;
		font-size: .85em;
		margin-bottom: 0;
		border-radius: 7px 7px 0 0
	}
}

.referral-share-forms form button {
	position: absolute;
	width: 140px;
	height: calc(100% - 5px - 5px);
	top: 5px;
	right: 5px;
	background-color: #f23204;
	color: #fff;
	border: none;
	border-radius: 7px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: .9em;
	font-family: inherit;
	font-weight: 500
}

@media(max-width: 1239px) {
	.referral-share-forms form button {
		position: static;
		width: 100%;
		border-radius: 0 0 7px 7px;
		padding: 10px 20px;
		line-height: 1.5
	}
}

.referral-share-forms form button img {
	margin-right: 10px
}

.referral-share h2 {
	font-size: 2em;
	margin-bottom: 0
}

@media(max-width: 1239px) {
	.referral-share h2 {
		font-size: 1.45em
	}
}

.referral-share p {
	margin: 10px 0 30px;
	font-size: 1.25em;
	font-style: normal !important
}

@media(max-width: 1239px) {
	.referral-share p {
		font-size: 1em;
		margin-top: 5px;
		line-height: 1.5
	}
}

.referral-share-email form {
	display: flex
}

@media(max-width: 1239px) {
	.referral-share-email form {
		flex-direction: column;
		order: 1
	}
}

.referral-share-email form input {
	padding: 10px 20px;
	width: 500px;
	height: 60px;
	border-radius: 7px 0 0 7px;
	border: 1px solid #f23204;
	font-family: inherit;
	font-size: 1.05em
}

@media(max-width: 1239px) {
	.referral-share-email form input {
		width: 100%;
		height: auto;
		padding: 15px 10px;
		font-size: .85em;
		margin-bottom: 0;
		border-radius: 7px 7px 0 0
	}
}

.referral-share-email form button,
.referral-share-email form a {
	text-decoration: none;
	background-color: #f23204;
	color: #fff;
	border: none;
	border-radius: 0 7px 7px 0;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	font-size: .9em;
	font-family: inherit;
	font-weight: 500;
	padding: 10px 20px
}

@media(max-width: 1239px) {

	.referral-share-email form button,
	.referral-share-email form a {
		position: static;
		width: 100%;
		border-radius: 0 0 7px 7px;
		padding: 10px 20px;
		line-height: 1.5
	}
}

.referral-share-email form button img,
.referral-share-email form a img {
	margin-right: 10px
}

#referral-intro {
	margin-bottom: 40px
}

@media(max-width: 1239px) {
	#referral-intro {
		margin-bottom: 10px
	}
}

#referral-subscribe-intro {
	margin-bottom: 20px;
	padding-bottom: 0
}

#referral-prize-section {
	background-color: #ffefeb;
	padding-bottom: 0
}

#referral-prize-section .content {
	flex-direction: column;
	position: relative;
	top: -120px
}

@media(max-width: 1239px) {
	#referral-prize-section .content {
		position: static
	}
}

#referral-prize-section p {
	font-style: italic
}

.btn {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	font-weight: 500;
	border-radius: 7px;
	text-decoration: none
}

.btn img {
	margin-right: 10px
}

.btn-colored {
	background-color: #f23204
}

.newsletter-subscribe {
	display: flex;
	flex-direction: column;
	margin-top: 40px
}

@media(max-width: 1239px) {
	.newsletter-subscribe {
		margin-top: 20px
	}
}

.newsletter-subscribe input,
.newsletter-subscribe button,
.newsletter-subscribe select {
	width: 100%;
	padding: 15px 30px;
	font-size: inherit;
	font-family: inherit
}

.newsletter-subscribe input,
.newsletter-subscribe select {
	border: 1px solid #f23204;
	padding: 15px 30px 15px 60px
}

@media(max-width: 1239px) {

	.newsletter-subscribe input,
	.newsletter-subscribe select {
		padding: 10px 20px 10px 40px
	}
}

.newsletter-subscribe input.firstname,
.newsletter-subscribe input.email,
.newsletter-subscribe select.firstname,
.newsletter-subscribe select.email {
	border-bottom: none;
	background-size: 20px;
	background-position: 20px center;
	background-repeat: no-repeat
}

@media(max-width: 1239px) {

	.newsletter-subscribe input.firstname,
	.newsletter-subscribe input.email,
	.newsletter-subscribe select.firstname,
	.newsletter-subscribe select.email {
		background-size: 15px;
		font-size: .9em;
		background-position: 15px center
	}
}

.newsletter-subscribe input.firstname,
.newsletter-subscribe select.firstname {
	border-radius: 7px 7px 0 0;
	background-image: url("/wp-content/themes/tc3.0/assets/img/user-cropped.svg")
}

.newsletter-subscribe input.email,
.newsletter-subscribe select.email {
	background-image: url("/wp-content/themes/tc3.0/assets/img/sms-cropped.svg")
}

.newsletter-subscribe button {
	padding: 15px 30px;
	border-radius: 0 0 7px 7px;
	background-color: #f23204;
	color: #fff;
	font-weight: 500;
	border: none
}

@media(max-width: 1239px) {
	.newsletter-subscribe button {
		padding: 10px 20px
	}
}

.newsletter-subscribe .tc-newsletter-checkbox {
	display: none
}

.testimonial {
	padding: 0 0 40px
}

.testimonial-wrapper {
	grid-template-columns: repeat(4, 275px);
	display: grid;
	overflow: scroll;
	grid-gap: 30px;
	list-style: none;
	padding: 0;
	margin: 40px 0;
	width: 1240px;
	-ms-overflow-style: none;
	scrollbar-width: none
}

@media(max-width: 1239px) {
	.testimonial-wrapper {
		width: 100%;
		grid-template-columns: repeat(4, 275px)
	}
}

.testimonial-wrapper::-webkit-scrollbar {
	display: none
}

.testimonial li {
	border: 1px solid #a9b0b2;
	overflow: hidden;
	box-shadow: 3px 3px 0 #a9b0b2;
	border-radius: 10px
}

.testimonial img {
	width: 100%;
	height: auto
}

#more-subscribe {
	background: #ffefeb
}

#more-subscribe h2 {
	margin-bottom: 0
}

#more-subscribe p {
	margin-top: 0
}

#more-subscribe .content {
	align-items: center
}

.footer {
	padding: 50px
}

@media(max-width: 1239px) {
	.footer {
		padding: 20px 0
	}

	.footer .footer-logo > img {
		width: 200px
	}

	.footer h3 {
		font-size: 1em
	}
}

.footer-social {
	list-style: none;
	padding: 0
}

.footer-social li {
	display: inline-block;
	margin-right: 10px
}

.footer .other-links {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 60px;
	margin-left: 80px
}

@media(max-width: 1239px) {
	.footer .other-links {
		margin: 0;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px
	}
}

.footer .other-links h3 {
	font-size: 1.1em
}

@media(max-width: 1239px) {
	.footer .other-links h3 {
		font-size: 1em
	}
}

.footer .other-links ul {
	list-style: none;
	padding: 0
}

.footer .other-links ul li {
	font-size: .9em;
	margin-bottom: 10px
}

.footer .other-links a {
	color: inherit;
	text-decoration: none;
	font-size: .95em
}