.hero {
	background-image: url("../../assets/img/uo-hero.png");
}
nav li.signup a {
	color: #663398;
}
.hero-text .gtm-button-get-started,
.questions input[type="submit"] {
	background-color: #fd9326;
	border-color: #fd9326;
	color: #fff;
}
.hero-text .gtm-button-get-started:hover,
.questions input[type="submit"]:hover {
	background-color: #fff;
	color: #fd9326;
}

h2 {
	color: #663398;
}

.what-you-get .item h3 {
	color: #02969a;
	margin-top: 1vw;
}
.call-us h2 span {
	color: #9a6bd1;
}
.call-us a {
	background: #9a6bd1;
}
.call-us a:hover {
	background: white;
	color: #9a6bd1;
	box-shadow: 0 0 1vw rgba(0, 0, 0, 0.2);
}
.why-study {
	background-image: url("../../assets/img/uo-why.png");
	background-size: cover;
	height: 69vw;
}
.why-study .selector .item.active h2 {
	color: #15b6a4;
}
.why-study .button {
	background-color: white;
	color: #15b6a4;
	border-color: #15b6a4;
	font-weight: bold;
}
.why-study .button:hover {
	background-color: #15b6a4;
	border-color: #15b6a4;
	color: white;
}
.why-study .button:focus {
	box-shadow: 0 0 0 0.25rem rgba(21, 183, 164, 0.25);
}
.interview-steps .selector .step.active p {
	background-color: #15b6a4;
	border-color: #15b6a4;
}
.interview-steps .selector .step.active h3 {
	color: #15b6a4;
}
.interview-steps .content .right .button {
	background-color: #15b6a4;
	border-color: #15b6a4;
}
.interview-steps .content .right .button:hover {
	background-color: white;
	color: #15b6a4;
}
.interview-steps .content .right .button:focus {
	box-shadow: 0 0 0 0.25rem rgba(21, 183, 164, 0.25);
}

.packages-pricing {
	background-image: url("../../assets/img/uo-pack-bg.png");
}
.footer-contact .right h3 {
	color: #02969a;
}
.new-tutors {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-image: url("../../assets/img/new-tutors-bg.svg");
	height: 70.878vw;
	background-size: cover;
	margin-top: 12vw;
	position: relative;
}
.new-tutors h2 {
	margin-top: 6vw;
}
.new-tutors .wrapper {
	display: flex;
	width: 86vw;
}
.new-tutors .tutor {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.new-tutors .tutor .info {
	margin-top: 1.4vw;
	text-align: center;
}
.new-tutors .tutor img {
	height: 10.4vw;
}
.new-tutors .tutor h3 {
	color: #666;
	font-size: 2vw;
	margin-top: 1.6vw;
	margin-bottom: 0;
}
.new-tutors .tutor .info span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 1vw;
	background: #f9b052;
	height: 2.3vw;
	width: 10.1vw;
	border-radius: 0.4vw;
	color: white;
}
.new-tutors .content {
	display: flex;
	margin-top: 3.3vw;
}
.new-tutors .content .stats {
	flex: 0 36.5%;
	border-right: 2px solid #666;
	text-align: right;
}
.new-tutors .content .stats h4 {
	margin: 0;
	padding-right: 1.8vw;
	font-size: 1.9vw;
	line-height: 1;
	color: #666;
	margin-bottom: 2.8vw;
}
.new-tutors .content .stats h4:last-of-type {
	margin-bottom: 0;
}
.new-tutors .content .stats span {
	display: block;
	font-size: 1.08vw;
	margin-top: 0.4vw;
	font-weight: 100;
}
.new-tutors .tutor-review {
	display: flex;
	align-items: center;
}
.new-tutors .tutor-review .stars img {
	height: 1.4vw;
}
.new-tutors .tutor-review p {
	margin-left: 1.4vw;
	font-size: 0.8vw;
}
.new-tutors .description {
	flex: 0 63.5%;
	padding-left: 1.9vw;
}
.new-tutors .description > img {
	height: 1.06vw;
	margin-top: 2vw;
}
.new-tutors .description > p {
	font-size: 1.2vw;
	font-style: italic;
	padding-right: 1vw;
	color: #666;
	margin-bottom: 0;
	position: relative;
}
.new-tutors .description > p::after {
	content: "";
	position: absolute;
	height: 3vw;
	bottom: 0.3vw;
	left: 0;
	width: 100%;
	background-image: linear-gradient(0, #fbfbfb, transparent);
}
.new-tutors .tutor > span {
	margin-top: 2.6vw;
	height: 3.3vw;
	width: 10.3vw;
	border-radius: 0.5vw;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #666;
	color: #666;
	font-size: 1.06vw;
	font-weight: bold;
	cursor: pointer;
	transition: 0.2s;
}
.new-tutors .tutor > span:hover {
	background-color: #666;
	color: white;
}

.new-tutors .card {
	background: white;
	position: absolute;
	width: 57.3vw;
	top: 12vw;
	left: 21.3vw;
	height: 46.9vw;
	border-radius: 1.5vw;
	z-index: 99999;
	box-shadow: 0 0 1vw rgba(0, 0, 0, 0.1);
	display: none;
}
.new-tutors .card.active {
	display: block;
}
.new-tutors .card-top {
	background: linear-gradient(45deg, #2898a1, #653598);
	height: 16.4vw;
	display: flex;
}
.new-tutors .card-info {
	display: flex;
}
.new-tutors .card-info img {
	width: 16.4vw;
	height: auto;
	margin-left: -8.1vw;
}
.new-tutors .card-info h3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	margin-left: 3.1vw;
	font-size: 1.96vw;
	margin-top: 0;
}
.new-tutors .card-info span {
	font-size: 1.07vw;
	margin-top: 0.2vw;
}
.new-tutors .card-top-stats {
	display: flex;
	width: 32.8vw;
	padding-left: 5.4vw;
}
.new-tutors .card-top-stats h4 {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	font-size: 1.5vw;
	margin-right: 3.4vw;
	position: relative;
}
.new-tutors .card-top-stats h4:not(:last-of-type)::after {
	content: "";
	background: white;
	height: 2.6vw;
	width: 1px;
	position: absolute;
	right: -1.5vw;
}
.new-tutors .card-top-stats h4 span {
	font-size: 0.85vw;
}
.new-tutors .card-bottom {
	padding: 0 4vw;
}
.new-tutors .card-stats {
	display: flex;
	margin-top: 3.3vw;
	justify-content: space-between;
}
.new-tutors .card-left h4 {
	font-size: 1.18vw;
	margin: 0;
	color: #666;
}
.new-tutors .card-points {
	display: flex;
	flex-wrap: wrap;
	width: 24.4vw;
}
.new-tutors .card-points p {
	font-size: 1vw;
	margin-top: 0.6vw;
	margin-bottom: 0;
	flex: 0 50%;
}
.new-tutors .card-points span {
	width: 3vw;
	display: inline-block;
	color: #663398;
}
.new-tutors .card-right {
	text-align: right;
	padding-right: 1vw;
}
.new-tutors .card-right h4 {
	font-size: 1.18vw;
	margin: 0;
	color: #666;
	margin-bottom: 1vw;
}
.new-tutors .card-stars img {
	height: 2.04vw;
}
.new-tutors .card-content {
	margin-top: 2.4vw;
}
.new-tutors .card-content p {
	font-size: 1.198vw;
	line-height: 1.9vw;
	margin-bottom: 1.9vw;
}
.new-tutors .close {
	position: absolute;
	top: -1vw;
	right: -1.1vw;
	background: white;
	box-shadow: 0 0 1vw rgba(0, 0, 0, 0.1);
	height: 2.8vw;
	width: 2.8vw;
	border-radius: 4vw;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.9vw;
	line-height: 1;
	color: #666;
	font-weight: 100;
	cursor: pointer;
	transition: 0.2s;
}
.new-tutors .close:hover {
	transform: scale(1.1);
}
.new-tutors > h2,
.new-tutors .tutor .info,
.new-tutors .tutor .content,
.new-tutors .tutor .open-bio {
	transition: 0.2s;
	filter: blur(0px);
}
.new-tutors.blur > h2,
.new-tutors.blur .tutor .info,
.new-tutors.blur .tutor .content,
.new-tutors.blur .tutor .open-bio {
	filter: blur(8px);
}
.packages.new .actions a {
	border-radius: 0.5vw;
	color: white;
}
.packages .blue a.white {
	background-image: linear-gradient(45deg, #3d4495, #3fa9f5);
}
.packages .green a.white {
	background-image: linear-gradient(45deg, #3ea74f, #00a99d);
}
.packages .red a.white {
	border-color: #f9b248;
	background-image: linear-gradient(45deg, #f69c31, #f9b349);
}
.packages .extra .red a.white {
	border-color: #fff;
	background: white;
	color: #ba1c68;
}
.still-unsure .text-badges {
	height: 3vw;
	transform: none;
}
.still-unsure a.only-mobile {
	display: none;
}

.packages.new .comparator {
	margin-top: 0;
	padding-top: 7.2vw;
}

@media screen and (max-width: 768px) {
	.talk-to-us .button,
	.improvements .button {
		background: #15b6a4;
	}
	.improvements .button {
		margin-top: 0;
	}
	.reviews {
		margin-top: 20vw;
	}
	.improvements ol li:before {
		background-color: #9542d1;
	}

	.hero {
		background-image: url("../../assets/img/uom-hero.png");
	}
	.mob-tutor {
		margin-top: 28.9vw;
		background: #17af99;
		height: 40vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.mob-tutor img {
		height: 21.6vw;
	}
	.mob-tutor h2 {
		font-size: 5vw;
		margin-left: 5vw;
		color: white;
	}
	.mob-tutor h2 span {
		font-size: 3.5vw;
	}
	.new-tutors {
		background-image: none;
		height: auto;
	}
	.new-tutors h2 {
		font-size: 7.6vw;
		color: #17af99;
		margin-top: 2vw;
	}
	.new-tutors .wrapper {
		flex-direction: column;
	}
	.new-tutors .content {
		display: none;
	}
	.new-tutors .tutor img {
		height: 39.4vw;
		margin-top: 2vw;
	}
	.new-tutors .tutor h3 {
		font-size: 7.5vw;
		margin-top: 7.8vw;
	}
	.new-tutors .tutor .info span {
		margin-top: 4.5vw;
		height: 12.3vw;
		width: 54.1vw;
		border-radius: 2vw;
		font-size: 4.4vw;
	}
	.new-tutors .tutor > span {
		margin-top: 9.6vw;
		height: 13.1vw;
		width: 39.3vw;
		border-radius: 2.5vw;
		font-size: 4vw;
		margin-bottom: 15vw;
	}
	.new-tutors .card {
		width: 80vw;
		top: 10vw;
		left: 10vw;
		height: 155vw;
		overflow: hidden;
		border-radius: 4vw;
		box-shadow: 0 0 5vw rgba(0, 0, 0, 0.15);
		position: fixed;
	}
	.new-tutors .card-top {
		height: 50vw;
		flex-direction: column;
	}
	.new-tutors .card-info img {
		width: 23vw;
		height: 23vw;
		margin-left: 4vw;
		margin-top: 5vw;
	}
	.info span {
		font-size: 4vw;
		margin-top: 0;
	}
	.new-tutors .card-top-stats {
		display: flex;
		width: 100%;
		padding-left: 0;
		justify-content: space-evenly;
	}
	.new-tutors .card-top-stats h4 {
		font-size: 5.5vw;
		margin: 4vw 0;
	}
	.new-tutors .card-top-stats h4 span {
		font-size: 2.9vw;
	}
	.new-tutors .card-info span {
		font-size: 3.5vw;
		margin-top: 0;
	}
	.new-tutors .card-top-stats h4:not(:last-of-type):after {
		height: 7vw;
		right: -2.8vw;
	}
	.new-tutors .close {
		top: 2vw;
		right: 2vw;
		height: 7vw;
		width: 7vw;
		font-size: 5vw;
	}
	.new-tutors .card-info h3 {
		font-size: 6.5vw;
	}
	.new-tutors .card-stats {
		flex-direction: column;
	}
	.new-tutors .card-right h4,
	.new-tutors .card-left h4 {
		text-align: left;
		font-size: 4vw;
	}
	.new-tutors .card-points {
		width: 100%;
		margin-bottom: 3vw;
	}
	.new-tutors .card-points p {
		font-size: 3.5vw;
		margin-top: 1vw;
		margin-bottom: 0;
	}
	.new-tutors .card-points span {
		width: 8vw;
	}
	.new-tutors .card-right {
		text-align: left;
	}
	.new-tutors .card-stars img {
		height: 6vw;
		margin-top: 0;
	}
	.new-tutors .card-content p {
		font-size: 4vw;
		line-height: 1.4;
		margin-bottom: 1vw;
	}
	.new-tutors .card-content {
		margin-top: 2.4vw;
		overflow: scroll;
		height: 66vw;
		padding-bottom: 5vw;
		-webkit-overflow-scrolling: touch;
	}
	.new-tutors .card-content .simplebar-scrollbar {
		right: 0px;
		width: 3px;
	}
	.new-tutors .card-content .simplebar-scrollbar:before {
		opacity: 0.2;
	}
	.hide-overflow {
		overflow: hidden !important;
	}
	.still-unsure a.only-mobile {
		display: inline-flex;
	}
	.improvements .under-arrow {
		color: #666;
	}
}
