.hide {
	display: none
}

.rotate-180 {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-x: hidden;
	overflow-y: visible
}

@media screen and (max-width: 1023px) {
	html {
		font-size: 55%
	}
}

html * {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

html.no-scroll {
	overflow: hidden
}

html {
	height: 100vh
}

body {
	color: #5b6f81;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.01rem;
	line-height: 1.4;
	font-family: "Source Sans Pro", sans-serif;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: transparent
}

p {
	margin: 0;
	margin-bottom: 1rem
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none
}

a:visited,
a:hover,
a:active {
	text-decoration: none
}

img {
	max-width: 100%
}

@-webkit-keyframes drop-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-1rem);
		transform: translateY(-1rem)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes drop-in {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-1rem);
		transform: translateY(-1rem)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fade-in {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@-webkit-keyframes fade-in-up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(4rem);
		transform: translateY(4rem)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fade-in-up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(4rem);
		transform: translateY(4rem)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes fade-out {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fade-out {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes slide-in-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
}

@keyframes slide-in-down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%)
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%)
	}
}

@-webkit-keyframes scale-Y {
	0% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}

	100% {
		-webkit-transform: scaleY(1.2);
		transform: scaleY(1.2)
	}
}

@keyframes scale-Y {
	0% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}

	100% {
		-webkit-transform: scaleY(1.2);
		transform: scaleY(1.2)
	}
}

@-webkit-keyframes zoom-out {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@keyframes zoom-out {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
}

@-webkit-keyframes zoom-out-small {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@keyframes zoom-out-small {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}

@-webkit-keyframes pulse {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes pulse {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.pulse {
	position: relative;
	width: 4rem;
	height: 4rem
}

.pulse__item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #0f8cff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: pulse 2s infinite ease-in-out;
	animation: pulse 2s infinite ease-in-out
}

.pulse__item:last-child {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

.spinner {
	position: relative
}

.spinner:after {
	position: absolute;
	content: '';
	width: calc(100% - 0.6rem);
	height: calc(100% - 0.6rem);
	border-radius: 50%;
	-webkit-animation: 360ms linear 0s infinite running rotate;
	animation: 360ms linear 0s infinite running rotate;
	border: 0.3rem solid #e2e2e2;
	border-top-color: #0f8cff;
	border-right-color: #0f8cff
}

.drop-in,
.drop-in-reverse,
.drop-in-forward {
	-webkit-animation-name: drop-in;
	animation-name: drop-in;
	-webkit-animation-duration: 180ms;
	animation-duration: 180ms;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.drop-in-reverse {
	-webkit-animation-direction: reverse;
	animation-direction: reverse
}

.drop-in-forward {
	-webkit-animation-direction: normal;
	animation-direction: normal
}

.slide-in-down {
	-webkit-animation-name: slide-in-down;
	animation-name: slide-in-down;
	-webkit-animation-duration: 360ms;
	animation-duration: 360ms;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}

.fade-in-up {
	-webkit-animation-name: fade-in-up;
	animation-name: fade-in-up;
	-webkit-animation-duration: 360ms;
	animation-duration: 360ms;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.account-accordion-button {
	background-color: #f8faff;
	width: 100%;
	padding: 20px 5px;
	outline: none;
	border: none;
	text-align: left
}

.account-accordion-content {
	background-color: #f8faff;
	padding-left: 20px
}

.account-button {
	padding: 1rem;
	border-radius: 0.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.account-button__text {
	margin-right: 0.5rem
}

.account {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 3px;
	min-width: 200px
}

.account__option {
	cursor: pointer;
	padding: 10px;
	color: #5b6f81;
	border-radius: 0.4rem
}

.account__option:hover {
	background-color: rgba(15, 140, 255, 0.2) !important
}

.account button,
.account input[type="submit"] {
	width: 100%;
	text-align: left;
	background-color: transparent;
	border: none;
	outline: none
}

.whatsapp-notification {
	display: none;
	position: absolute;
	background: white;
	top: 6.5rem;
	right: 6rem;
	width: 33rem;
	padding: 0;
	border-radius: 0.6rem;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 0.8rem 0.1rem;
	box-shadow: rgba(0, 0, 0, 0.15) 0 0 0.8rem 0.1rem
}

.whatsapp-notification__close {
	display: block;
	background: inherit;
	font-weight: 800;
	position: absolute;
	right: 1rem
}

.whatsapp-notification__container {
	padding: 1rem;
	margin-top: 0.5rem
}

.whatsapp-notification__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 0.5rem 0
}

.whatsapp-notification__heading>h5 {
	margin: 0 1rem
}

.whatsapp-notification__desc {
	font-size: 1.4rem;
	color: #4e5f72;
	margin: 0 0 0.5rem 0
}

.whatsapp-notification__icon {
	height: 2.4rem;
	width: 2.4rem
}

.whatsapp-notification__link {
	font-size: 1.2rem;
	font-weight: 800;
	color: #42a4ff
}

.whatsapp-notification:after {
	content: '';
	display: block;
	position: absolute;
	top: -0.9rem;
	right: 2.7rem;
	width: 1.6rem;
	height: 1.6rem;
	background: white;
	border-right: 0.1rem solid rgba(0, 0, 0, 0.15);
	border-top: 0.1rem solid rgba(0, 0, 0, 0.15);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.sr-container {
	max-width: 120rem;
	padding: 0 2rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto
}

@media (min-width: 1560px) {
	.sr-container {
		max-width: 150rem
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-right: 2rem;
	padding-left: 2rem
}

.row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -0.5rem;
	margin-left: -0.5rem
}

.row.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.col.reverse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.col-xs,
.col-xs-1,
.col-xs-offset-1,
.col-xs-2,
.col-xs-offset-2,
.col-xs-3,
.col-xs-offset-3,
.col-xs-4,
.col-xs-offset-4,
.col-xs-5,
.col-xs-offset-5,
.col-xs-6,
.col-xs-offset-6,
.col-xs-7,
.col-xs-offset-7,
.col-xs-8,
.col-xs-offset-8,
.col-xs-9,
.col-xs-offset-9,
.col-xs-10,
.col-xs-offset-10,
.col-xs-11,
.col-xs-offset-11,
.col-xs-12,
.col-xs-offset-12 {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 0.5rem;
	padding-left: 0.5rem
}

.col-xs {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	max-width: 100%
}

.col-xs-1 {
	-ms-flex-preferred-size: 8.33333333%;
	flex-basis: 8.33333333%;
	max-width: 8.33333333%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-2 {
	-ms-flex-preferred-size: 16.66666667%;
	flex-basis: 16.66666667%;
	max-width: 16.66666667%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-4 {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	max-width: 33.33333333%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-5 {
	-ms-flex-preferred-size: 41.66666667%;
	flex-basis: 41.66666667%;
	max-width: 41.66666667%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-7 {
	-ms-flex-preferred-size: 58.33333333%;
	flex-basis: 58.33333333%;
	max-width: 58.33333333%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-8 {
	-ms-flex-preferred-size: 66.66666667%;
	flex-basis: 66.66666667%;
	max-width: 66.66666667%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-10 {
	-ms-flex-preferred-size: 83.33333333%;
	flex-basis: 83.33333333%;
	max-width: 83.33333333%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-11 {
	-ms-flex-preferred-size: 91.66666667%;
	flex-basis: 91.66666667%;
	max-width: 91.66666667%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}

.col-xs-offset-12 {
	margin-left: 100%
}

.start-xs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: start
}

.center-xs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.end-xs {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	text-align: end
}

.top-xs {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.middle-xs {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.bottom-xs {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.around-xs {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.between-xs {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.first-xs {
	-webkit-box-ordinal-group: -9998;
	-ms-flex-order: -9999;
	order: -9999
}

.last-xs {
	-webkit-box-ordinal-group: 10000;
	-ms-flex-order: 9999;
	order: 9999
}

@media screen and (min-width: 768px) {

	.col-sm,
	.col-sm-1,
	.col-sm-offset-1,
	.col-sm-2,
	.col-sm-offset-2,
	.col-sm-3,
	.col-sm-offset-3,
	.col-sm-4,
	.col-sm-offset-4,
	.col-sm-5,
	.col-sm-offset-5,
	.col-sm-6,
	.col-sm-offset-6,
	.col-sm-7,
	.col-sm-offset-7,
	.col-sm-8,
	.col-sm-offset-8,
	.col-sm-9,
	.col-sm-offset-9,
	.col-sm-10,
	.col-sm-offset-10,
	.col-sm-11,
	.col-sm-offset-11,
	.col-sm-12,
	.col-sm-offset-12 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding-right: 0.5rem;
		padding-left: 0.5rem
	}

	.col-sm {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%
	}

	.col-sm-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.start-sm {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start
	}

	.center-sm {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
	}

	.end-sm {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end
	}

	.top-sm {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.middle-sm {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.bottom-sm {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.around-sm {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.between-sm {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.first-sm {
		-webkit-box-ordinal-group: -9998;
		-ms-flex-order: -9999;
		order: -9999
	}

	.last-sm {
		-webkit-box-ordinal-group: 10000;
		-ms-flex-order: 9999;
		order: 9999
	}

	.container {
		width: 768px
	}
}

@media screen and (min-width: 1024px) {

	.col-md,
	.col-md-1,
	.col-md-offset-1,
	.col-md-2,
	.col-md-offset-2,
	.col-md-3,
	.col-md-offset-3,
	.col-md-4,
	.col-md-offset-4,
	.col-md-5,
	.col-md-offset-5,
	.col-md-6,
	.col-md-offset-6,
	.col-md-7,
	.col-md-offset-7,
	.col-md-8,
	.col-md-offset-8,
	.col-md-9,
	.col-md-offset-9,
	.col-md-10,
	.col-md-offset-10,
	.col-md-11,
	.col-md-offset-11,
	.col-md-12,
	.col-md-offset-12 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding-right: 0.5rem;
		padding-left: 0.5rem
	}

	.col-md {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%
	}

	.col-md-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.start-md {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start
	}

	.center-md {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
	}

	.end-md {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end
	}

	.top-md {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.middle-md {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.bottom-md {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.around-md {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.between-md {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.first-md {
		-webkit-box-ordinal-group: -9998;
		-ms-flex-order: -9999;
		order: -9999
	}

	.last-md {
		-webkit-box-ordinal-group: 10000;
		-ms-flex-order: 9999;
		order: 9999
	}

	.container {
		width: 1024px
	}
}

@media screen and (min-width: 1280px) {

	.col-lg,
	.col-lg-1,
	.col-lg-offset-1,
	.col-lg-2,
	.col-lg-offset-2,
	.col-lg-3,
	.col-lg-offset-3,
	.col-lg-4,
	.col-lg-offset-4,
	.col-lg-5,
	.col-lg-offset-5,
	.col-lg-6,
	.col-lg-offset-6,
	.col-lg-7,
	.col-lg-offset-7,
	.col-lg-8,
	.col-lg-offset-8,
	.col-lg-9,
	.col-lg-offset-9,
	.col-lg-10,
	.col-lg-offset-10,
	.col-lg-11,
	.col-lg-offset-11,
	.col-lg-12,
	.col-lg-offset-12 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		padding-right: 0.5rem;
		padding-left: 0.5rem
	}

	.col-lg {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		max-width: 100%
	}

	.col-lg-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.start-lg {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		text-align: start
	}

	.center-lg {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
	}

	.end-lg {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		text-align: end
	}

	.top-lg {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}

	.middle-lg {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.bottom-lg {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}

	.around-lg {
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.between-lg {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.first-lg {
		-webkit-box-ordinal-group: -9998;
		-ms-flex-order: -9999;
		order: -9999
	}

	.last-lg {
		-webkit-box-ordinal-group: 10000;
		-ms-flex-order: 9999;
		order: 9999
	}

	.container {
		width: 1280px
	}
}

.show-in-mobile {
	display: none !important
}

@media screen and (max-width: 767px) {
	.show-in-mobile {
		display: block !important
	}
}

.show-in-tablet {
	display: none !important
}

@media screen and (max-width: 1023px) {
	.show-in-tablet {
		display: block !important
	}
}

@media screen and (max-width: 767px) {
	.hide-in-mobile {
		display: none !important
	}
}

@media screen and (max-width: 1023px) {
	.hide-in-tablet {
		display: none !important
	}
}

.show-in-tablet-only {
	display: none !important
}

@media (min-width: 768px) and (max-width: 1023px) {
	.show-in-tablet-only {
		display: block !important
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hide-in-tablet-only {
		display: none !important
	}
}

@media screen and (min-width: 769px) {
	.hide-in-above-tablet {
		display: none !important
	}
}

.m-5 {
	margin: 0.5rem
}

.p-5 {
	padding: 0.5rem
}

.m-l-5 {
	margin-left: 0.5rem
}

.p-l-5 {
	padding-left: 0.5rem
}

.m-r-5 {
	margin-right: 0.5rem
}

.p-r-5 {
	padding-right: 0.5rem
}

.m-t-5 {
	margin-top: 0.5rem
}

.p-t-5 {
	padding-top: 0.5rem
}

.m-b-5 {
	margin-bottom: 0.5rem
}

.p-b-5 {
	padding-bottom: 0.5rem
}

.m-v-5 {
	margin: 0.5rem 0
}

.p-v-5 {
	padding: 0.5rem 0
}

.m-h-5 {
	margin: 0 0.5rem
}

.p-h-5 {
	padding: 0 0.5rem
}

.m-10 {
	margin: 1rem
}

.p-10 {
	padding: 1rem
}

.m-l-10 {
	margin-left: 1rem
}

.p-l-10 {
	padding-left: 1rem
}

.m-r-10 {
	margin-right: 1rem
}

.p-r-10 {
	padding-right: 1rem
}

.m-t-10 {
	margin-top: 1rem
}

.p-t-10 {
	padding-top: 1rem
}

.m-b-10 {
	margin-bottom: 1rem
}

.p-b-10 {
	padding-bottom: 1rem
}

.m-v-10 {
	margin: 1rem 0
}

.p-v-10 {
	padding: 1rem 0
}

.m-h-10 {
	margin: 0 1rem
}

.p-h-10 {
	padding: 0 1rem
}

.m-15 {
	margin: 1.5rem
}

.p-15 {
	padding: 1.5rem
}

.m-l-15 {
	margin-left: 1.5rem
}

.p-l-15 {
	padding-left: 1.5rem
}

.m-r-15 {
	margin-right: 1.5rem
}

.p-r-15 {
	padding-right: 1.5rem
}

.m-t-15 {
	margin-top: 1.5rem
}

.p-t-15 {
	padding-top: 1.5rem
}

.m-b-15 {
	margin-bottom: 1.5rem
}

.p-b-15 {
	padding-bottom: 1.5rem
}

.m-v-15 {
	margin: 1.5rem 0
}

.p-v-15 {
	padding: 1.5rem 0
}

.m-h-15 {
	margin: 0 1.5rem
}

.p-h-15 {
	padding: 0 1.5rem
}

.m-20 {
	margin: 2rem
}

.p-20 {
	padding: 2rem
}

.m-l-20 {
	margin-left: 2rem
}

.p-l-20 {
	padding-left: 2rem
}

.m-r-20 {
	margin-right: 2rem
}

.p-r-20 {
	padding-right: 2rem
}

.m-t-20 {
	margin-top: 2rem
}

.p-t-20 {
	padding-top: 2rem
}

.m-b-20 {
	margin-bottom: 2rem
}

.p-b-20 {
	padding-bottom: 2rem
}

.m-v-20 {
	margin: 2rem 0
}

.p-v-20 {
	padding: 2rem 0
}

.m-h-20 {
	margin: 0 2rem
}

.p-h-20 {
	padding: 0 2rem
}

.m-25 {
	margin: 2.5rem
}

.p-25 {
	padding: 2.5rem
}

.m-l-25 {
	margin-left: 2.5rem
}

.p-l-25 {
	padding-left: 2.5rem
}

.m-r-25 {
	margin-right: 2.5rem
}

.p-r-25 {
	padding-right: 2.5rem
}

.m-t-25 {
	margin-top: 2.5rem
}

.p-t-25 {
	padding-top: 2.5rem
}

.m-b-25 {
	margin-bottom: 2.5rem
}

.p-b-25 {
	padding-bottom: 2.5rem
}

.m-v-25 {
	margin: 2.5rem 0
}

.p-v-25 {
	padding: 2.5rem 0
}

.m-h-25 {
	margin: 0 2.5rem
}

.p-h-25 {
	padding: 0 2.5rem
}

[aria-label][role~="tooltip"] {
	position: relative
}

[aria-label][role~="tooltip"]:before,
[aria-label][role~="tooltip"]:after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
	transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
	position: absolute;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 10;
	-webkit-transform-origin: top;
	transform-origin: top
}

[aria-label][role~="tooltip"]:before {
	background-size: 100% auto !important;
	content: ""
}

[aria-label][role~="tooltip"]:after {
	background: rgba(17, 17, 17, 0.9);
	border-radius: 4px;
	color: #ffffff;
	content: attr(aria-label);
	font-size: var(--microtip-font-size, 13px);
	font-weight: var(--microtip-font-weight, normal);
	text-transform: var(--microtip-text-transform, none);
	padding: 0.5em 1em;
	white-space: nowrap;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

[aria-label][role~="tooltip"]:hover:before,
[aria-label][role~="tooltip"]:hover:after,
[aria-label][role~="tooltip"]:focus:before,
[aria-label][role~="tooltip"]:focus:after {
	opacity: 1;
	pointer-events: auto
}

[role~="tooltip"][data-microtip-position|="top"]:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
	height: 6px;
	width: 18px;
	margin-bottom: 5px
}

[role~="tooltip"][data-microtip-position|="top"]:after {
	margin-bottom: 11px
}

[role~="tooltip"][data-microtip-position|="top"]:before {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	bottom: 100%;
	left: 50%
}

[role~="tooltip"][data-microtip-position|="top"]:hover:before {
	-webkit-transform: translate3d(-50%, -5px, 0);
	transform: translate3d(-50%, -5px, 0)
}

[role~="tooltip"][data-microtip-position|="top"]:after {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	bottom: 100%;
	left: 50%
}

[role~="tooltip"][data-microtip-position="top"]:hover:after {
	-webkit-transform: translate3d(-50%, -5px, 0);
	transform: translate3d(-50%, -5px, 0)
}

[role~="tooltip"][data-microtip-position="top-left"]:after {
	-webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
	transform: translate3d(calc(-100% + 16px), 0, 0);
	bottom: 100%
}

[role~="tooltip"][data-microtip-position="top-left"]:hover:after {
	-webkit-transform: translate3d(calc(-100% + 16px), -5px, 0);
	transform: translate3d(calc(-100% + 16px), -5px, 0)
}

[role~="tooltip"][data-microtip-position="top-right"]:after {
	-webkit-transform: translate3d(calc(0% + -16px), 0, 0);
	transform: translate3d(calc(0% + -16px), 0, 0);
	bottom: 100%
}

[role~="tooltip"][data-microtip-position="top-right"]:hover:after {
	-webkit-transform: translate3d(calc(0% + -16px), -5px, 0);
	transform: translate3d(calc(0% + -16px), -5px, 0)
}

[role~="tooltip"][data-microtip-position|="bottom"]:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
	height: 6px;
	width: 18px;
	margin-top: 5px;
	margin-bottom: 0
}

[role~="tooltip"][data-microtip-position|="bottom"]:after {
	margin-top: 11px
}

[role~="tooltip"][data-microtip-position|="bottom"]:before {
	-webkit-transform: translate3d(-50%, -10px, 0);
	transform: translate3d(-50%, -10px, 0);
	bottom: auto;
	left: 50%;
	top: 100%
}

[role~="tooltip"][data-microtip-position|="bottom"]:hover:before {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}

[role~="tooltip"][data-microtip-position|="bottom"]:after {
	-webkit-transform: translate3d(-50%, -10px, 0);
	transform: translate3d(-50%, -10px, 0);
	top: 100%;
	left: 50%
}

[role~="tooltip"][data-microtip-position="bottom"]:hover:after {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
}

[role~="tooltip"][data-microtip-position="bottom-left"]:after {
	-webkit-transform: translate3d(calc(-100% + 16px), -10px, 0);
	transform: translate3d(calc(-100% + 16px), -10px, 0);
	top: 100%
}

[role~="tooltip"][data-microtip-position="bottom-left"]:hover:after {
	-webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
	transform: translate3d(calc(-100% + 16px), 0, 0)
}

[role~="tooltip"][data-microtip-position="bottom-right"]:after {
	-webkit-transform: translate3d(calc(0% + -16px), -10px, 0);
	transform: translate3d(calc(0% + -16px), -10px, 0);
	top: 100%
}

[role~="tooltip"][data-microtip-position="bottom-right"]:hover:after {
	-webkit-transform: translate3d(calc(0% + -16px), 0, 0);
	transform: translate3d(calc(0% + -16px), 0, 0)
}

[role~="tooltip"][data-microtip-position="left"]:before,
[role~="tooltip"][data-microtip-position="left"]:after {
	bottom: auto;
	left: auto;
	right: 100%;
	top: 50%;
	-webkit-transform: translate3d(10px, -50%, 0);
	transform: translate3d(10px, -50%, 0)
}

[role~="tooltip"][data-microtip-position="left"]:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
	height: 18px;
	width: 6px;
	margin-right: 5px;
	margin-bottom: 0
}

[role~="tooltip"][data-microtip-position="left"]:after {
	margin-right: 11px
}

[role~="tooltip"][data-microtip-position="left"]:hover:before,
[role~="tooltip"][data-microtip-position="left"]:hover:after {
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

[role~="tooltip"][data-microtip-position="right"]:before,
[role~="tooltip"][data-microtip-position="right"]:after {
	bottom: auto;
	left: 100%;
	top: 50%;
	-webkit-transform: translate3d(-10px, -50%, 0);
	transform: translate3d(-10px, -50%, 0)
}

[role~="tooltip"][data-microtip-position="right"]:before {
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
	height: 18px;
	width: 6px;
	margin-bottom: 0;
	margin-left: 5px
}

[role~="tooltip"][data-microtip-position="right"]:after {
	margin-left: 11px
}

[role~="tooltip"][data-microtip-position="right"]:hover:before,
[role~="tooltip"][data-microtip-position="right"]:hover:after {
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}

[role~="tooltip"][data-microtip-size="small"]:after {
	white-space: initial;
	width: 80px
}

[role~="tooltip"][data-microtip-size="medium"]:after {
	white-space: initial;
	width: 150px
}

[role~="tooltip"][data-microtip-size="large"]:after {
	white-space: initial;
	width: 260px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0;
	margin-bottom: 1rem;
	line-height: 1.4
}

h1,
.h1 {
	font-size: 3.6rem
}

h2,
.h2 {
	font-size: 3.2rem
}

h3,
.h3 {
	font-size: 2.4rem
}

h4,
.h4 {
	font-size: 1.6rem
}

h5,
.h5 {
	font-size: 1.4rem;
	margin-bottom: 0.5rem
}

h6,
.h6 {
	font-size: 1.2rem;
	margin-bottom: 0.5rem
}

.primary {
	color: #0f8cff
}

.secondary {
	color: #e73f5b
}

.danger {
	color: #ff2020
}

.success {
	color: #2fbd77
}

.link {
	color: #42a4ff
}

.link.is-disabled {
	color: #929698;
	pointer-events: none
}

.link.is-disabled.has-tooltip {
	pointer-events: unset
}

.default-color {
	color: #5b6f81
}

.hint-color {
	color: #5a6e81
}

.dark {
	color: #021028
}

.light {
	color: #ffffff
}

.text-c {
	text-align: center
}

.normal {
	font-weight: 400
}

.bold {
	font-weight: 600
}

.bolder {
	font-weight: 800 !important
}

.uppercase {
	text-transform: uppercase
}

.capitalize {
	text-transform: capitalize
}

.disable-pointer-events {
	pointer-events: none
}

.hidden {
	display: none !important
}

.no-mgn-b {
	margin-bottom: 0
}

.fullwidth {
	width: 100%
}

.inline {
	display: inline-block
}

.relative {
	position: relative
}

.absolute {
	position: absolute
}

.sticky {
	position: fixed;
	z-index: 96;
	width: 100%
}

.strike {
	text-decoration: line-through
}

.underline {
	text-decoration: underline
}

.downtime {
	z-index: 2;
	width: 100%;
	margin: 0;
	padding: 0
}

.downtime div.alert {
	background-color: red;
	padding: 1.5rem;
	color: #ffffff;
	position: relative;
	text-align: center;
	margin: 0
}

.downtime div.alert button.close {
	position: absolute;
	right: 1rem;
	top: 1rem;
	background-color: inherit;
	color: #ffffff;
	border: 0;
	cursor: pointer;
	opacity: 1;
	font-size: 2.5rem
}

.sr-notifications {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	top: 7rem;
	right: 0;
	z-index: 99;
	width: 100%;
	max-width: 32rem
}

.sr-notification {
	-webkit-box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	position: relative;
	margin: 1rem;
	padding: 1rem;
	background-color: white;
	border-top: 0.3rem solid #0f8cff
}

.sr-notification--success {
	border-top-color: #2fbd77;
	background-color: white
}

.sr-notification--error,
.sr-notification--danger,
.sr-notification--alert {
	border-top-color: #ff2020;
	background-color: white
}

.sr-notification--info {
	border-top-color: #e73f5b;
	background-color: white
}

.sr-notification__dismiss {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	cursor: pointer;
	background-color: rgba(1, 1, 1, 0.5);
	color: #ffffff;
	outline: none
}

.sr-notification__dismiss:active,
.sr-notification__dismiss:focus {
	outline: none
}

.sr-notification__dismiss i {
	font-size: 1.4rem
}

.global-loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2rem;
	z-index: 98;
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffffff
}

.global-loader__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.global-loader__message {
	text-align: center;
	font-size: 2.4rem;
	margin-top: 1rem
}

.contact-us-widget {
	position: fixed;
	z-index: 96;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

.contact-us-widget__item {
	position: fixed;
	right: 3.5rem;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contact-us-widget__item--text {
	display: block;
	background-color: #364764;
	color: #f7f8fa;
	border-radius: 0.25rem;
	font-size: 1.5rem;
	padding: 1.2rem 2rem;
	line-height: 1;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.contact-us-widget__item--text--hidden {
	display: none
}

.contact-us-widget__item--icon {
	cursor: pointer;
	display: table;
	z-index: 96;
	width: 6rem
}

.contact-us-widget__item--image {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	-webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.16));
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.16))
}

.contact-us-widget__phone {
	bottom: 17rem;
	display: none
}

.contact-us-widget__phone--on-freshchat-hidden {
	bottom: 12rem
}

.contact-us-widget__call-us-phone {
	bottom: 23rem;
	display: none
}

.contact-us-widget__call-us-phone--on-freshchat-hidden {
	bottom: 18rem
}

.contact-us-widget__chat {
	bottom: 11rem;
	display: none
}

.contact-us-widget__chat--on-freshchat-hidden {
	display: none !important
}

.contact-us-widget__combined {
	bottom: 5rem
}

.hidden-search {
	display: none !important
}

li.closed[data-parent] {
	display: none !important
}

li.open[data-parent]:not(.hidden-search) {
	display: block !important
}

.sr-multiselect {
	position: relative;
	display: block;
	text-align: left;
	margin-bottom: 2rem
}

.sr-multiselect__control {
	min-width: 12rem;
	border-radius: 0.5rem;
	width: 100%;
	z-index: 1;
	background-color: #f6faff;
	color: #929698;
	padding: 1rem;
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: unset
}

.sr-multiselect__control.disabled {
	cursor: not-allowed;
	opacity: 0.65
}

.sr-multiselect__title {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.sr-multiselect__search {
	z-index: 1001;
	width: 100%;
	min-height: 1.8rem;
	margin-bottom: 1rem;
	background-color: #ffffff;
	padding: 1rem
}

.sr-multiselect__search input {
	border: 0.1rem solid #929698;
	width: 100%;
	padding: 0.5rem
}

.sr-multiselect__dropdown {
	cursor: pointer;
	z-index: 1000;
	display: block;
	width: 100%;
	visibility: hidden;
	position: absolute;
	background-color: #ffffff;
	border: 0.1rem solid #e2e2e2;
	border-top: unset
}

.sr-multiselect__option-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	padding: 0.5rem 1rem 0.5rem 3.5rem;
	position: relative
}

.sr-multiselect__option-item:hover {
	background: rgba(0, 65, 201, 0.1)
}

.sr-multiselect__option-item.disabled {
	cursor: not-allowed;
	opacity: 0.3;
	background-color: #929698
}

.sr-multiselect__option-item.overflow {
	cursor: not-allowed;
	opacity: 0.3;
	background-color: #929698
}

.sr-multiselect__option-item.short {
	overflow: hidden;
	text-overflow: ellipsis
}

.sr-multiselect__option-item--grouped b {
	display: inline-block;
	font-size: 1.5rem;
	margin-left: 1rem;
	-webkit-transform: translate(-1.8rem);
	transform: translate(-1.8rem)
}

.sr-multiselect__option-item--grouped.open span {
	display: inline-block;
	font-size: inherit;
	margin-top: -0.2rem;
	height: 0.8rem;
	width: 0.8rem;
	-webkit-transform: translate(-3.8rem) rotate(45deg);
	transform: translate(-3.8rem) rotate(45deg);
	border-bottom: 0.3rem solid #000000;
	border-right: 0.3rem solid #000000;
	border-radius: 0.2rem
}

.sr-multiselect__option-item--grouped.closed span {
	display: inline-block;
	font-size: inherit;
	height: 0.8rem;
	width: 0.8rem;
	-webkit-transform: translate(-3.8rem) rotate(-45deg);
	transform: translate(-3.8rem) rotate(-45deg);
	border-bottom: 0.3rem solid #000000;
	border-right: 0.3rem solid #000000;
	border-radius: 0.2rem
}

.sr-multiselect__option-item--grouped i {
	font-size: inherit;
	float: left;
	font-weight: bold;
	margin-left: 2.2rem;
	margin-right: 0.2rem;
	height: 1.2rem;
	width: 0.8rem;
	border: 0.1rem solid;
	border-radius: 0.3rem;
	margin-top: 0;
	color: #000000
}

.sr-multiselect__option-item--grouped.checked i:after {
	content: '';
	font-size: inherit;
	color: #000000;
	float: left;
	margin-left: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 0.8rem;
	width: 0.5rem;
	border-bottom: 0.3rem solid #000000;
	border-right: 0.3rem solid #000000
}

.sr-multiselect__multi-options {
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	list-style: none;
	cursor: pointer;
	overflow-y: auto;
	width: 100%
}

.sr-multiselect__multi-options .sr-multiselect__option-item:not(.sr-multiselect__option-item--grouped):before {
	content: '';
	display: inline-block;
	font-size: inherit;
	font-weight: bold;
	margin-left: -2.2rem;
	margin-right: 1rem;
	border: 0.1rem solid;
	border-radius: 0.2rem;
	padding: 0.8rem;
	margin-top: 0;
	color: #000000
}

.sr-multiselect__multi-options .sr-multiselect__option-item.active:not(.sr-multiselect__option-item--grouped):after {
	content: '';
	font-size: inherit;
	color: #333333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 0.8rem;
	width: 0.5rem;
	border-bottom: 0.3rem solid #000000;
	border-right: 0.3rem solid #000000;
	position: absolute;
	left: 1.8rem;
	top: 0.8rem
}

.sr-multiselect ul:not(.sr-multiselect__multi-options) .sr-multiselect__option-item.active {
	margin-left: 0.7rem
}

.sr-multiselect ul:not(.sr-multiselect__multi-options) .sr-multiselect__option-item.active:before {
	content: '';
	display: inline-block;
	font-size: inherit;
	margin-left: -10.8rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 1rem;
	width: 0.5rem;
	border-bottom: 0.3rem solid #000000;
	border-right: 0.3rem solid #000000;
	border-radius: 0.2rem
}

.icon-phone-wave:before {
	content: "\e92d"
}

.request-callback-strip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	bottom: 0;
	width: 100vw;
	padding: 0.8rem 0;
	background-color: #e95d75;
	z-index: 96
}

.request-callback-strip__action {
	font-size: 1.6rem;
	font-weight: 400;
	margin-left: 1rem;
	color: #ffffff;
	cursor: pointer;
	text-decoration: underline
}

.request-callback-strip__label {
	font-size: 1.4rem;
	font-weight: 600;
	color: #ffffff;
	padding-top: 0.15rem
}

@media screen and (max-width: 1023px) {
	.request-callback-strip__label {
		padding-top: 0.2rem
	}
}

.request-callback-strip__img {
	height: 2.3rem;
	margin-right: 1rem
}

.request-callback-strip--hidden {
	display: none
}

@media screen and (max-width: 767px) {
	.request-callback-strip {
		display: none
	}
}

.request-callback-strip__phone-number {
	font-size: 1.8rem;
	font-weight: 400;
	margin-right: 0.5rem;
	margin-left: 0.5rem
}

.request-callback-strip__phone-number-action {
	font-size: 1.8rem;
	font-weight: 400;
	margin-left: 0.5rem;
	color: #ffffff;
	cursor: pointer;
	text-decoration: underline
}

.request-callback-container {
	-webkit-box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	z-index: 97;
	position: fixed;
	bottom: 10rem;
	right: 4rem;
	margin: 2rem 0;
	padding: 0;
	width: 32%;
	border-radius: 0.5rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out
}

.request-callback-container--hidden {
	display: none
}

.request-callback-container__inner-wrap {
	overflow-y: auto;
	overflow-x: auto
}

.request-callback-container__inner-wrap::-webkit-scrollbar {
	display: none
}

@media screen and (min-width: 769px) {
	.request-callback-container {
		max-width: 50rem
	}
}

@media screen and (max-width: 1023px) {
	.request-callback-container {
		width: 90%
	}
}

@media screen and (max-width: 767px) {
	.request-callback-container {
		-webkit-box-shadow: rgba(50, 50, 50, 0.5) 2px 0 4rem 0;
		box-shadow: rgba(50, 50, 50, 0.5) 2px 0 4rem 0;
		position: fixed;
		left: 0;
		bottom: 0;
		overflow: auto;
		z-index: 1000;
		width: 100%;
		margin: 0
	}
}

.request-callback-success {
	-webkit-box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #ffffff;
	padding: 3rem;
	border-radius: 1rem;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-transition: all 00 ease-out;
	transition: all 00 ease-out
}

.request-callback-success .section-header__title {
	margin-bottom: 0
}

.request-callback-success--hidden {
	display: none
}

.request-callback-success .section-content {
	color: #364764;
	margin-top: 1rem
}

.request-callback-success__icon {
	vertical-align: middle;
	margin-right: 0.5rem;
	height: 2rem
}

.request-callback-form {
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

@media screen and (min-width: 769px) {
	.request-callback-form {
		height: calc(min(-webkit-fit-content, calc(min(78vh, 74rem))));
		height: calc(min(-moz-fit-content, calc(min(78vh, 74rem))));
		height: calc(min(fit-content, calc(min(78vh, 74rem))));
		padding: 2.4rem;
		padding-bottom: 0
	}
}

.request-callback-form__tnc {
	font-size: 1.4rem
}

.request-callback-form__close {
	position: absolute;
	opacity: 0.6;
	right: 2rem;
	top: 2rem;
	z-index: 10000;
	height: 2rem;
	width: 2rem
}

@media screen and (min-width: 481px) {
	.request-callback-form__close--hidden {
		display: none
	}
}

.request-callback-form__phone-input .phone-input__option-code {
	color: #03203d
}

@media screen and (min-width: 769px) {
	.request-callback-form__body {
		overflow-x: auto;
		padding-bottom: 2.4rem
	}
}

.request-callback-form__body::-webkit-scrollbar {
	display: none
}

.request-callback-form__submit-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.request-callback-form__submit,
.request-callback-form__otp-submit {
	font-size: 1.4rem;
	width: 100%
}

.request-callback-form__otp-hint {
	margin-top: 1rem
}

.request-callback-form .form-input {
	background-color: #f6faff;
	border: 0;
	padding: 1rem;
	border-radius: 0.4rem;
	width: 100%;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1.6rem;
	color: #000000
}

.request-callback-form .form-input:focus {
	border: 0
}

.request-callback-form .form-input::-webkit-input-placeholder {
	color: #929698;
	font-size: 1.5rem
}

.request-callback-form .form-input:-ms-input-placeholder {
	color: #929698;
	font-size: 1.5rem
}

.request-callback-form .form-input::placeholder {
	color: #929698;
	font-size: 1.5rem
}

.request-callback-form .sr-select__control {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: #f6faff;
	border: 0
}

.request-callback-form .sr-select__arrow {
	color: #000000
}

.request-callback-form .sr-select__dropdown {
	background-color: #ffffff
}

.request-callback-form .sr-select__option--focussed {
	background-color: #e5ecf9
}

.request-callback-form__header {
	margin-bottom: 1.6rem
}

.request-callback-form__header__content {
	margin-bottom: 0;
	color: #000000;
	font-weight: 800
}

.request-callback-form__header-icon {
	vertical-align: middle
}

.request-callback-form__name {
	width: 54%
}

.request-callback-form__graduation {
	width: 43%
}

.request-callback-form__college {
	width: 100%
}

.request-callback-form .form-field {
	margin-bottom: 2rem
}

.request-callback-form .form-field__label {
	margin-bottom: 1rem
}

.request-callback-form .form-label__required {
	color: #d0021b;
	margin-left: -0.2rem
}

.request-callback-form .form-label__text {
	color: #000000;
	font-weight: 600;
	white-space: nowrap
}

.request-callback-form .g-recaptcha {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.request-callback-form .g-recaptcha-custom {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.request-callback-form .recaptcha-override {
	max-height: 6rem
}

.request-callback-modal .sr-modal__body {
	padding: 0
}

.request-callback-modal .sr-modal__body .request-callback-form {
	-webkit-transition: none;
	transition: none
}

.request-callback-modal .sr-modal__content {
	overflow: hidden;
	border-radius: 2rem;
	max-width: 48rem
}

.request-callback-form {
	-webkit-box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #ffffff;
	border-radius: 1rem;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.request-callback-form--borderless {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0 !important
}

.request-callback-form--less-padding {
	padding: 5rem 3rem !important
}

.request-callback-form--hidden {
	display: none
}

@media screen and (max-width: 767px) {
	.request-callback-form {
		padding: 3rem 2rem !important
	}
}

.request-callback-form .section-header__title {
	margin-bottom: 0
}

.request-callback-form .section-header__title span {
	color: #e23f5b
}

.request-callback-form .section-header__subtitle {
	font-size: 1.2rem;
	color: #9eabbe
}

.request-callback-form__inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.request-callback-form__phone-input {
	margin-bottom: 0
}

.request-callback-form__phone-input .phone-input {
	width: 70%
}

@media screen and (max-width: 767px) {
	.request-callback-form__phone-input .phone-input {
		width: 65%
	}
}

.request-callback-form__phone-input--is-fullwidth .phone-input {
	width: 100%
}

.request-callback-form__submit-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width: 767px) {
	.request-callback-form__submit-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.request-callback-form__submit,
.request-callback-form__otp-submit {
	background-color: #e21032;
	color: #ffffff;
	border: 0
}

@media screen and (max-width: 767px) {

	.request-callback-form__submit,
	.request-callback-form__otp-submit {
		width: 100%
	}
}

.request-callback-form__phone-hint {
	font-size: 1.2rem;
	color: #9eabbe;
	margin-bottom: 1rem
}

.request-callback-form__name-hint {
	font-size: 1.2rem;
	cursor: pointer;
	color: #0f87ff
}

.request-callback-form__otp-hint {
	font-size: 1.2rem;
	color: #707b84;
	margin-bottom: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.request-callback-form__otp-hint .form__action {
	color: #0f87ff
}

.request-callback-form__otp-container--active {
	width: 28%
}

@media screen and (max-width: 767px) {
	.request-callback-form__otp-container--active {
		width: 32%
	}
}

.request-callback-form__otp-triggers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.request-callback-form__extra-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.request-callback-form__input {
	background-color: #f6faff;
	padding: 1rem 2rem;
	border-radius: 0.4rem;
	cursor: pointer;
	border: 0.2rem solid #f6faff
}

.request-callback-form__input--active {
	background-color: #e7f3ff;
	color: #3582f5;
	border: 0.2rem solid #3582f5
}

@media screen and (max-width: 767px) {
	.request-callback-form__input {
		padding: 1rem
	}
}

/*!
 * Toastify js 1.8.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
	padding: 1.2rem 2rem;
	color: #ffffff;
	display: inline-block;
	-webkit-box-shadow: 0 0.3rem 0.6rem -0.1rem rgba(0, 0, 0, 0.12), 0 1rem 3.6rem -0.4rem rgba(77, 96, 232, 0.3);
	box-shadow: 0 0.3rem 0.6rem -0.1rem rgba(0, 0, 0, 0.12), 0 1rem 3.6rem -0.4rem rgba(77, 96, 232, 0.3);
	position: fixed;
	opacity: 0;
	-webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	border-radius: 0.4rem;
	cursor: pointer;
	text-decoration: none;
	max-width: calc(50% - 2rem);
	z-index: 2147483647
}

.toastify.on {
	opacity: 1
}

.toast-close {
	opacity: 0.4;
	padding: 0 0.5rem
}

.toastify-right {
	right: 1.5rem
}

.toastify-left {
	left: 1.5rem
}

.toastify-top {
	top: -15rem
}

.toastify-bottom {
	bottom: -15rem
}

.toastify-rounded {
	border-radius: 2.5rem
}

.toastify-avatar {
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0.5rem;
	border-radius: 0.4rem
}

.toastify-center {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content
}

.toastify-danger,
.toastify-error {
	background-color: #ff2020;
	color: #ffffff
}

.toastify-warning {
	background-color: #ffc834;
	color: #021028
}

.toastify-success {
	background-color: #2fbd77;
	color: #ffffff
}

.toastify-info {
	background-color: #0b69bf;
	color: #ffffff
}

@media screen and (max-width: 767px) {

	.toastify-right,
	.toastify-left {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
		max-width: -webkit-fit-content;
		max-width: -moz-fit-content;
		max-width: fit-content
	}
}

.details-blocker-modal .sr-modal__body {
	padding: 0
}

.details-blocker-modal__outer .sr-modal--open:before {
	-webkit-backdrop-filter: blur(0.2rem);
	backdrop-filter: blur(0.2rem)
}

.details-blocker-form {
	padding: 3rem;
	background-color: #ffffff;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}

.details-blocker-form__main-heading {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
	color: #021028
}

.details-blocker-form__close {
	display: none
}

@media screen and (max-width: 767px) {
	.details-blocker-form__close {
		position: absolute;
		display: unset;
		opacity: 0.6;
		right: 2rem;
		top: 2rem;
		z-index: 10000;
		height: 2rem;
		width: 2rem
	}
}

.details-blocker-form__phone-input .phone-input__option-code {
	color: #03203d
}

.details-blocker-form__submit-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.details-blocker-form__submit,
.details-blocker-form__otp-submit {
	font-size: 1.6rem;
	width: 45%
}

.details-blocker-form__otp-hint {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: 1rem
}

@media screen and (max-width: 767px) {
	.details-blocker-form__otp-hint .form__action {
		margin-right: 1rem
	}
}

.details-blocker-form .form-input {
	background-color: #ffffff;
	padding: 1rem;
	border-radius: 0.4rem;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1.6rem;
	color: #021028
}

.details-blocker-form .form-input::-webkit-input-placeholder {
	color: #929698;
	font-size: 1.6rem
}

.details-blocker-form .form-input:-ms-input-placeholder {
	color: #929698;
	font-size: 1.6rem
}

.details-blocker-form .form-input::placeholder {
	color: #929698;
	font-size: 1.6rem
}

.details-blocker-form .disabled {
	cursor: not-allowed;
	pointer-events: none
}

.details-blocker-form .sr-select__control {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #ffffff
}

.details-blocker-form .sr-select__arrow {
	color: #021028
}

.details-blocker-form .sr-select__dropdown {
	background-color: #ffffff
}

.details-blocker-form .sr-select__option--focussed {
	background-color: #e5ecf9
}

.details-blocker-form .sr-select__placeholder {
	color: #929698
}

.details-blocker-form__name {
	width: 100%
}

.details-blocker-form__graduation {
	width: 100%
}

.details-blocker-form .form-field {
	margin-bottom: 2rem
}

.details-blocker-form .form-field__label {
	margin-bottom: 1rem
}

.details-blocker-form .form-label__required {
	color: #d0021b;
	margin-left: -0.2rem
}

.details-blocker-form .form-label__text {
	color: #021028;
	font-weight: 600;
	white-space: nowrap
}

.details-blocker-form .form-label__hint {
	color: #021028
}

.details-blocker-form .g-recaptcha {
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.details-blocker-form .recaptcha-override {
	max-height: 6rem
}

.details-blocker-form {
	-webkit-box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #ffffff;
	border-radius: 1rem;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.details-blocker-form--borderless {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border-radius: 0 !important
}

.details-blocker-form--less-padding {
	padding: 5rem 3rem !important
}

.details-blocker-form--hidden {
	display: none
}

@media screen and (max-width: 767px) {
	.details-blocker-form {
		padding: 3rem 2rem !important
	}
}

.details-blocker-form .section-header__title {
	margin-bottom: 0
}

.details-blocker-form .section-header__title span {
	color: #e23f5b
}

.details-blocker-form .section-header__subtitle {
	font-size: 1.2rem;
	color: #9eabbe
}

.details-blocker-form__inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.details-blocker-form__phone-input {
	margin-bottom: 0
}

.details-blocker-form__phone-input .phone-input {
	width: 70%
}

@media screen and (max-width: 767px) {
	.details-blocker-form__phone-input .phone-input {
		width: 65%
	}
}

.details-blocker-form__phone-input--is-fullwidth .phone-input {
	width: 100%
}

.details-blocker-form__submit-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width: 767px) {
	.details-blocker-form__submit-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.details-blocker-form__submit,
.details-blocker-form__otp-submit {
	background-color: #e21032;
	color: #ffffff;
	border: 0
}

@media screen and (max-width: 767px) {

	.details-blocker-form__submit,
	.details-blocker-form__otp-submit {
		width: 100%
	}
}

.details-blocker-form__phone-hint {
	font-size: 1.2rem;
	color: #9eabbe;
	margin-bottom: 1rem
}

.details-blocker-form__name-hint {
	font-size: 1.2rem;
	cursor: pointer;
	color: #0f87ff
}

.details-blocker-form__otp-hint {
	font-size: 1.2rem;
	color: #707b84;
	margin-bottom: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.details-blocker-form__otp-hint .form__action {
	color: #0f87ff
}

.details-blocker-form__otp-container--active {
	width: 28%
}

@media screen and (max-width: 767px) {
	.details-blocker-form__otp-container--active {
		width: 32%
	}
}

.details-blocker-form__otp-triggers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.details-blocker-form__extra-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.details-blocker-form__input {
	background-color: #f6faff;
	padding: 1rem 2rem;
	border-radius: 0.4rem;
	cursor: pointer;
	border: 0.2rem solid #f6faff
}

.details-blocker-form__input--active {
	background-color: #e7f3ff;
	color: #3582f5;
	border: 0.2rem solid #3582f5
}

@media screen and (max-width: 767px) {
	.details-blocker-form__input {
		padding: 1rem
	}
}

.quick-filters {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 2rem
}

@media screen and (max-width: 767px) {
	.quick-filters {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.quick-filters--bold {
	font-size: 1.6rem;
	font-weight: 600
}

.quick-filters__tag {
	font-size: 1.4rem;
	color: #0f1c37;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 1rem
}

.quick-filters__button {
	border-radius: 1.5rem;
	padding: 1rem;
	margin: 0.5rem;
	color: #0f1c37;
	font-size: 1.4rem;
	border: none;
	background-color: #f6f7fb;
	cursor: pointer
}

.quick-filters__button:hover {
	background-color: #ebf1f5;
	border: solid 0.1rem #d4dce6
}

.quick-filters .highlighted {
	background-color: #2797ff;
	color: #f6f7fb;
	border: solid 0.1rem #0c70cc
}

.alumni__section-header {
	text-align: center
}

.alumni__view-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2rem
}

@media screen and (max-width: 767px) {
	.alumni__view-btn {
		width: 100%
	}
}

.alumni__banner-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 767px) {
	.alumni__banner-container {
		overflow: scroll
	}
}

.alumni__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 767px) {
	.alumni__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.alumni__hidden {
	visibility: hidden
}

.alumni__hike-icon {
	background-image: url(https://assets.scaler.com/assets/success_stories/webp/growth-2ace990b97f4a46bd5d3066c5ffbf4bad58bacd2351087c9f76655576ba15481.webp);
	width: 2rem;
	height: 2rem;
	display: block;
	background-repeat: no-repeat;
	background-size: 100%
}

.alumni__heading {
	text-align: center
}

.alumni-modal {
	border-radius: 0.5rem
}

.alumni-modal__bottom {
	-webkit-box-shadow: 0 -0.5rem 0.5rem -0.5rem rgba(68, 77, 91, 0.14);
	box-shadow: 0 -0.5rem 0.5rem -0.5rem rgba(68, 77, 91, 0.14);
	padding-top: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.alumni-modal__left {
	padding: 1rem;
	width: 40%
}

@media screen and (max-width: 767px) {
	.alumni-modal__left {
		width: 100%
	}
}

.alumni-modal__linkedin-parent {
	width: 100%
}

.alumni-modal__linkedin {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.9rem 2rem;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 0.5rem;
	color: #021028;
	border: solid 0.1rem #021028
}

.alumni-modal__linkedin:hover {
	color: #0f8cff;
	border: solid 0.1rem #0f8cff
}

.alumni-modal__linkedin:active {
	color: #0c70cc;
	border: solid 0.1rem #0c70cc
}

.alumni-modal__review {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
	color: #324766;
	margin-top: 1rem
}

@media screen and (max-width: 767px) {
	.alumni-modal__review {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0.5rem
	}
}

.alumni-modal__review:hover,
.alumni-modal__youtube:hover {
	color: #0f8cff
}

.alumni-modal__review:active,
.alumni-modal__youtube:active {
	color: #0c70cc
}

.alumni-modal__youtube {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0.5rem 0 2rem 0;
	font-size: 1.4rem;
	text-align: left;
	color: #324766
}

@media screen and (max-width: 767px) {
	.alumni-modal__youtube {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0.5rem
	}
}

.alumni-modal__logo {
	width: 2rem;
	margin-right: 0.5rem
}

.alumni-modal__logo--center {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.alumni-modal__logo--shadow {
	-webkit-box-shadow: -0.1rem 0.1rem 0.5rem 0rem rgba(51, 51, 51, 0.5);
	box-shadow: -0.1rem 0.1rem 0.5rem 0rem rgba(51, 51, 51, 0.5)
}

.alumni-modal__share {
	margin: 0.5rem;
	-ms-flex-item-align: start;
	align-self: flex-start
}

.alumni-modal--bold {
	font-size: 1.6rem;
	font-weight: 600;
	color: #021028;
	padding: 1rem 1rem 2rem 0
}

@media screen and (max-width: 767px) {
	.alumni-modal--bold {
		text-align: center
	}
}

@media screen and (max-width: 767px) {
	.alumni-modal__border {
		border: solid 0.1rem transparent;
		border-bottom-color: #d7dee8;
		border-top-color: #d7dee8;
		padding-top: 3rem;
		margin-bottom: 3rem
	}
}

.alumni-modal__journey {
	font-size: 1.6rem;
	font-weight: 600;
	color: #021028;
	margin: 1rem 1rem 0.5rem 0
}

.alumni-modal__right {
	border: solid 0 transparent;
	border-left: solid 0.08rem #d7dee8;
	padding: 2rem 1rem 2rem 4rem
}

@media screen and (max-width: 767px) {
	.alumni-modal__right {
		border: solid 0 transparent;
		border-top: solid 0.08rem #d7dee8;
		padding: 3rem 1rem
	}
}

.alumni-modal__label {
	font-size: 1.5rem;
	font-weight: normal;
	color: #91a1b7
}

@media screen and (max-width: 767px) {
	.alumni-modal__label {
		text-align: center
	}
}

.alumni-modal__blog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.alumni-modal__thumbnail {
	margin: 1rem 2rem 1rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center
}

.alumni-modal__thumbnail-logo {
	width: 8rem
}

.alumni-modal__hike {
	font-size: 2rem;
	color: #1f8a3b;
	padding: 0.2rem;
	text-align: right;
	border-radius: 0.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width: 767px) {
	.alumni-modal__hike--mobile {
		text-align: center;
		font-weight: 600;
		margin-bottom: 1rem
	}
}

.alumni .modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto
}

.alumni .modal-content {
	background-color: #f6f8fb;
	margin: 15% auto;
	padding: 1rem;
	border: 0.1rem solid #d7dee8;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

@media screen and (max-width: 767px) {
	.alumni .modal-content {
		margin-top: 7rem
	}
}

.alumni .close {
	color: #d7dee8;
	float: right;
	font-size: 2.8rem;
	font-weight: bold;
	margin-right: 1rem
}

.alumni .close:hover,
.alumni .close:focus {
	color: #021028;
	text-decoration: none;
	cursor: pointer
}

.alumni__section {
	margin-top: 3rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.alumni__container {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.alumni__know-abouts {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.alumni__hike-hide {
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	color: #ffffff;
	padding: 0.2rem
}

.alumni__hike {
	font-size: 1.2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	color: #1a923a;
	padding: 0.2rem;
	font-weight: bold;
	opacity: 0.88;
	border-radius: 0.5rem;
	border: solid 0.1rem #d3e8d8
}

.alumni__parent {
	margin-right: 2rem;
	padding: 1.5rem 1.5rem 0 1.5rem;
	min-width: 23%;
	border-radius: 0.5rem;
	-webkit-box-shadow: 0.4rem 0.7rem 2.8rem 0 rgba(68, 77, 91, 0.14);
	box-shadow: 0.4rem 0.7rem 2.8rem 0 rgba(68, 77, 91, 0.14)
}

@media screen and (max-width: 767px) {
	.alumni__parent {
		min-width: 80%;
		margin: 2rem
	}
}

.alumni__parent:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05)
}

@media screen and (max-width: 767px) {
	.alumni__parent:hover {
		width: 100%
	}
}

.alumni__share {
	width: 5rem;
	max-height: 100%;
	border-radius: 50%;
	cursor: pointer
}

.alumni__logo-section {
	height: 4.6rem
}

.alumni__image-section--round {
	height: 8rem;
	-o-object-fit: cover;
	object-fit: cover;
	width: 8rem;
	border-radius: 50%;
	border: solid 0.4rem #ffffff;
	-webkit-box-shadow: 0.4rem 0.7rem 2.8rem 0 rgba(68, 77, 91, 0.14);
	box-shadow: 0.4rem 0.7rem 2.8rem 0 rgba(68, 77, 91, 0.14)
}

.alumni__name {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #0f1c37;
	margin-top: 2rem
}

.alumni__grad {
	font-size: 1.4rem;
	color: #324766;
	margin-bottom: 2rem
}

.alumni__company-label {
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	color: #91a1b7
}

.alumni__pre-company {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	color: #0f1c37
}

.alumni__designation {
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	color: #021028;
	margin: 1rem 0 2.4rem 0
}

.alumni__linkedin {
	padding: 0.9rem 2rem;
	text-align: center;
	width: 100%;
	border-radius: 0.5rem;
	border: solid 0.1rem #021028
}

.alumni__review {
	font-size: 1.4rem;
	font-weight: normal;
	text-align: left;
	color: #324766;
	margin-top: 1.3rem
}

.alumni__youtube {
	margin: 0.5rem 0 2rem 0;
	font-size: 1.4rem;
	text-align: left;
	color: #324766
}

.alumni__bottom-btn {
	cursor: pointer;
	background: #ffffff;
	border: solid 0 transparent;
	border-top: solid 0.08rem #d7dee8;
	font-size: 1.4rem;
	font-weight: 600;
	color: #0f1c37;
	width: calc(100% + 3rem);
	text-align: center;
	padding: 1.5rem 0
}

.alumni__bottom-btn:hover {
	background-color: #f6f8fb
}

.alumni__bottom-btn:active {
	background-color: #ebeff5
}

.alumni__transition {
	font-size: 4rem;
	color: #4ea1ff
}

.business-button {
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 1rem 4rem;
	border-radius: 0.4rem;
	border: none;
	font-weight: 600;
	cursor: pointer
}

.business-button.sleekButton {
	padding: 1rem !important
}

.business-button:focus {
	outline: none
}

.business-button.primary {
	background-color: #e23f5b;
	color: #ffffff;
	border: 0.2rem solid #e23f5b
}

.business-button.primary:hover {
	background-color: #e03250
}

.business-button.primary.is-inverted,
.business-button.primary.is-outlined {
	background-color: inherit;
	color: #e23f5b
}

.business-button.primary.is-inverted:hover,
.business-button.primary.is-outlined:hover {
	background-color: inherit
}

.business-button.secondary {
	background-color: #e73f5b;
	color: #ffffff;
	border: 0.2rem solid #e73f5b
}

.business-button.secondary:hover {
	background-color: #e42848
}

.business-button.secondary.is-inverted,
.business-button.secondary.is-outlined {
	background-color: inherit;
	color: #e73f5b
}

.business-button.secondary.is-inverted:hover,
.business-button.secondary.is-outlined:hover {
	background-color: inherit
}

.business-button.success {
	background-color: #2fbd77;
	color: #ffffff;
	border: 0.2rem solid #2fbd77
}

.business-button.success.is-inverted,
.business-button.success.is-outlined {
	background-color: inherit;
	color: #2fbd77
}

.business-button.success.is-inverted:hover,
.business-button.success.is-outlined:hover {
	background-color: inherit
}

.business-button.success:hover {
	background-color: #2aa96a
}

.business-button.dark {
	background-color: #021028;
	color: #ffffff;
	border: 0.2rem solid #021028
}

.business-button.dark.is-inverted,
.business-button.dark.is-outlined {
	background-color: inherit;
	color: #021028
}

.business-button.dark.is-inverted:hover,
.business-button.dark.is-outlined:hover {
	background-color: inherit
}

.business-button.dark.is-highlighted {
	background-color: #202738;
	border-color: #ffffff
}

.business-button.dark:hover {
	background-color: #010610
}

.business-button.is-fullwidth {
	width: 100%
}

.business-button.is-disabled {
	background-color: #929698;
	border-color: #929698;
	pointer-events: none;
	color: #ffffff
}

.business-button.is-disabled:hover {
	background-color: #929698;
	color: #ffffff
}

.business-button.is-disabled-pointers-unset {
	background-color: #929698;
	border-color: #929698;
	pointer-events: unset;
	color: #929698 !important
}

.business-button.is-disabled-pointers-unset:hover {
	background-color: #929698;
	color: #929698
}

.business-button.is-inverted {
	background-color: #ffffff;
	color: #0f8cff;
	border: 0.2rem solid #ffffff
}

.business-button.is-inverted.is-disabled {
	background-color: inherit;
	pointer-events: unset;
	color: #929698
}

.business-button.is-outlined {
	border-width: 0.2rem
}

.business-button.is-outlined.is-disabled {
	border-color: #929698;
	background-color: inherit;
	pointer-events: unset;
	color: #929698
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url(https://assets.scaler.com/assets/SourceSansPro/SourceSansPro-Regular-c9868de61ff2bab0b5a3a6d01c4b76f299459f08c6ae2f2c0383b4f9f6bedbf3.ttf) format("truetype");
	font-weight: 400;
	font-display: auto;
	font-style: normal
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url(https://assets.scaler.com/assets/SourceSansPro/SourceSansPro-SemiBold-3ba5c382a7ee6a8831bdf90192addceabe6db4278a679e67fe7e9c0226b729cf.ttf) format("truetype");
	font-weight: 600;
	font-display: auto;
	font-style: normal
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url(https://assets.scaler.com/assets/SourceSansPro/SourceSansPro-Bold-9cbab47276fc04c65ac78098e9a2069c55e26f21701b29092734ce4e830f80fb.ttf) format("truetype");
	font-weight: 800;
	font-display: auto;
	font-style: normal
}

@font-face {
	font-family: 'sr-icons';
	src: url(https://assets.scaler.com/assets/SRIcons/sr-icons-3515d778d21761154ea4cf2e2091fd561363e73019fab7fe67c9a973df53197b.woff) format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: block
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'sr-icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-medium:before {
	content: "\e924"
}

.icon-double-arrow-down:before {
	content: "\e923"
}

.icon-play:before {
	content: "\e922"
}

.icon-double-arrow-right:before {
	content: "\e900"
}

.icon-scaler:before {
	content: "\e920"
}

.icon-university:before {
	content: "\e91f"
}

.icon-college1:before {
	content: "\e91f"
}

.icon-bank:before {
	content: "\e91f"
}

.icon-blog:before {
	content: "\e901"
}

.icon-linkedin:before {
	content: "\e902"
}

.icon-fire:before {
	content: "\e903"
}

.icon-emi:before {
	content: "\e91b"
}

.icon-heart:before {
	content: "\e904"
}

.icon-linkedin-logo:before {
	content: "\e905"
}

.icon-instagram:before {
	content: "\e906"
}

.icon-college:before {
	content: "\e907"
}

.icon-check-decagram:before {
	content: "\e908"
}

.icon-help-circle:before {
	content: "\e909"
}

.icon-code:before {
	content: "\e90a"
}

.icon-check_circle_outline:before {
	content: "\e90b"
}

.icon-check:before {
	content: "\e90c"
}

.icon-chevron-right:before {
	content: "\e90d"
}

.icon-chevron-left:before {
	content: "\e90e"
}

.icon-chevron-down:before {
	content: "\e90f"
}

.icon-chevron-up:before {
	content: "\e910"
}

.icon-facebook:before {
	content: "\e911"
}

.icon-quora:before {
	content: "\e912"
}

.icon-twitter:before {
	content: "\e913"
}

.icon-globe:before {
	content: "\e914"
}

.icon-world:before {
	content: "\e914"
}

.icon-check-circle:before {
	content: "\e915"
}

.icon-arrow-right:before {
	content: "\e916"
}

.icon-arrow-left:before {
	content: "\e917"
}

.icon-job:before {
	content: "\e918"
}

.icon-work-experience:before {
	content: "\e918"
}

.icon-close:before {
	content: "\e919"
}

.icon-clear:before {
	content: "\e919"
}

.icon-menu:before {
	content: "\e91a"
}

.icon-minus-circle:before {
	content: "\e91c"
}

.icon-minus:before {
	content: "\e91d"
}

.icon-plus-circle:before {
	content: "\e91e"
}

.icon-plus:before {
	content: "\e921"
}

.icon-return:before {
	content: "\e925"
}

.icon-edit:before {
	content: "\e926"
}

.icon-video:before {
	content: "\e927"
}

.icon-maximize:before {
	content: "\e928"
}

.icon-question-fill:before {
	content: "\e959"
}

.icon-star:before {
	content: "\e95b"
}

.icon-question:before {
	content: "\e929"
}

.icon-dustbin:before {
	content: "\e92a"
}

.highlight {
	position: relative;
	z-index: 0
}

.highlight::after {
	content: '';
	border-bottom: 1.5rem solid #ffe2b8;
	position: absolute;
	top: -0.5rem;
	left: 0;
	z-index: -1;
	height: calc(100% - 1rem);
	width: 100%
}

.banner__heading .highlight::after {
	top: -1.5rem
}

@media screen and (max-width: 767px) {
	.banner__heading .highlight::after {
		top: -0.5rem
	}
}

.sr-button {
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 1rem 3rem;
	border-radius: 0.4rem;
	cursor: pointer;
	overflow: hidden
}

.sr-button:focus {
	outline: none
}

.sr-button.is-rounded {
	border-radius: 3rem
}

.sr-button.is-inverted {
	background-color: #ffffff;
	color: #0f8cff;
	border: 0.1rem solid #ffffff;
	-webkit-box-shadow: 0 0.5rem 2.3rem 0 rgba(15, 140, 255, 0.5);
	box-shadow: 0 0.5rem 2.3rem 0 rgba(15, 140, 255, 0.5)
}

.sr-button.primary {
	background-color: #0f8cff;
	color: #ffffff;
	-webkit-box-shadow: 0 0.5rem 2.3rem 0 rgba(15, 140, 255, 0.5);
	box-shadow: 0 0.5rem 2.3rem 0 rgba(15, 140, 255, 0.5);
	border: 0.1rem solid #0f8cff
}

.sr-button.primary:hover {
	background-color: #007ff5
}

.sr-button.primary.is-inverted {
	background-color: inherit;
	color: #0f8cff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.sr-button.primary.is-inverted:hover {
	background-color: inherit
}

.sr-button.primary.is-contrast {
	background-color: transparent;
	color: contrast-color(#0f8cff);
	border: 0.1rem solid contrast-color(#0f8cff);
	-webkit-box-shadow: none;
	box-shadow: none
}

.sr-button.scaler-branding-color {
	background-color: #1d65ff;
	color: #ffffff;
	-webkit-box-shadow: 0 0.5rem 2.3rem 0 rgba(29, 101, 255, 0.5);
	box-shadow: 0 0.5rem 2.3rem 0 rgba(29, 101, 255, 0.5);
	border: 0.1rem solid #1d65ff
}

.sr-button.scaler-branding-color:hover {
	background-color: #007ff5
}

.sr-button.scaler-branding-color.is-inverted {
	background-color: #ffffff;
	color: #1d65ff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.sr-button.scaler-branding-color.is-inverted:hover {
	background-color: #ffffff;
	color: #1d65ff
}

.sr-button.secondary {
	background-color: #e73f5b;
	color: #ffffff;
	-webkit-box-shadow: 0 0.5rem 2.3rem 0 rgba(231, 63, 91, 0.5);
	box-shadow: 0 0.5rem 2.3rem 0 rgba(231, 63, 91, 0.5);
	border: 0.1rem solid #e73f5b
}

.sr-button.secondary:hover {
	background-color: #e42848
}

.sr-button.secondary.is-inverted {
	background-color: inherit;
	color: #e73f5b;
	-webkit-box-shadow: none;
	box-shadow: none
}

.sr-button.secondary.is-inverted:hover {
	background-color: inherit
}

.sr-button.secondary.is-contrast {
	background-color: transparent;
	color: contrast-color(#e73f5b);
	border: 0.1rem solid contrast-color(#e73f5b);
	-webkit-box-shadow: none;
	box-shadow: none
}

.sr-button.success {
	background-color: #2fbd77;
	color: #ffffff;
	-webkit-box-shadow: 0 0.5rem 2.3rem 0 rgba(47, 189, 119, 0.5);
	box-shadow: 0 0.5rem 2.3rem 0 rgba(47, 189, 119, 0.5);
	border: 0.1rem solid #2fbd77
}

.sr-button.success:hover {
	background-color: #2aa96a
}

.sr-button.success.is-inverted {
	background-color: inherit;
	color: #2fbd77;
	-webkit-box-shadow: none;
	box-shadow: none
}

.sr-button.success.is-inverted:hover {
	background-color: inherit
}

.sr-button.purple {
	background-color: #9013fe;
	color: #ffffff;
	-webkit-box-shadow: 0 0.5rem 2.3rem 0 rgba(144, 19, 254, 0.5);
	box-shadow: 0 0.5rem 2.3rem 0 rgba(144, 19, 254, 0.5);
	border: 0.1rem solid #9013fe
}

.sr-button.purple:hover {
	background-color: #8401f6
}

.sr-button.purple.is-inverted {
	background-color: inherit;
	color: #9013fe;
	-webkit-box-shadow: none;
	box-shadow: none
}

.sr-button.purple.is-inverted:hover {
	background-color: inherit
}

.sr-button.is-fullwidth {
	width: 100%
}

.sr-button.is-disabled {
	background-color: #929698;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #929698;
	pointer-events: none;
	color: #ffffff
}

.sr-button.is-disabled:hover {
	background-color: #929698
}

.sr-button.has-tooltip {
	pointer-events: unset !important;
	overflow: visible
}

.sr-button.is-inverted.is-disabled {
	background-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	pointer-events: none;
	color: #929698
}

.sr-button.is-flat {
	-webkit-box-shadow: none;
	box-shadow: none
}

.sr-button.gold {
	background: -webkit-gradient(linear, right top, left top, from(#ffe75e), to(#ffc834));
	background: linear-gradient(to left, #ffe75e, #ffc834);
	color: #324766
}

.academy-button {
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 1rem 3rem;
	border-radius: 0.4rem;
	cursor: pointer;
	overflow: hidden
}

.academy-button:focus {
	outline: none
}

.academy-button.is-rounded {
	border-radius: 3rem
}

.academy-button.is-inverted {
	background-color: #ffffff;
	color: #0f8cff;
	border: 0.1rem solid #ffffff;
	-webkit-box-shadow: 0 0.5rem 2.3rem 0 rgba(15, 140, 255, 0.5);
	box-shadow: 0 0.5rem 2.3rem 0 rgba(15, 140, 255, 0.5)
}

.academy-button.primary {
	background-color: #0f8cff;
	color: #ffffff;
	-webkit-box-shadow: 0 0.5rem 2.3rem 0 rgba(15, 140, 255, 0.5);
	box-shadow: 0 0.5rem 2.3rem 0 rgba(15, 140, 255, 0.5);
	border: 0.1rem solid #0f8cff
}

.academy-button.primary.is-inverted {
	background-color: inherit;
	color: #0f8cff;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
	transition: background-color 0.2s ease-out, color 0.2s ease-out
}

.academy-button.primary.is-inverted:hover {
	background-color: #0f8cff;
	color: #ffffff
}

.academy-button.primary.is-contrast {
	background-color: transparent;
	color: contrast-color(#0f8cff);
	border: 0.1rem solid contrast-color(#0f8cff);
	-webkit-box-shadow: none;
	box-shadow: none
}

.academy-button.secondary {
	background-color: #e73f5b;
	color: #ffffff;
	border: 0.1rem solid #e73f5b;
	-webkit-transition: background-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
	transition: background-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
	transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
	transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out
}

.academy-button.secondary:hover {
	background-color: #ed6c82;
	-webkit-box-shadow: 0 0.5rem 2.3rem 0 rgba(231, 63, 91, 0.5);
	box-shadow: 0 0.5rem 2.3rem 0 rgba(231, 63, 91, 0.5)
}

.academy-button.secondary.is-inverted {
	background-color: inherit;
	color: #e73f5b;
	-webkit-box-shadow: none;
	box-shadow: none
}

.academy-button.secondary.is-inverted:hover {
	background-color: inherit
}

.academy-button.secondary.is-contrast {
	background-color: transparent;
	color: contrast-color(#e73f5b);
	border: 0.1rem solid contrast-color(#e73f5b);
	-webkit-box-shadow: none;
	box-shadow: none
}

.academy-button.dark {
	color: white;
	border: 0.2rem solid white
}

.academy-button.dark.is-highlighted {
	background-color: #202738;
	border-color: #ffffff
}

.academy-button.dark:hover {
	background-color: #010610
}

.academy-button.success {
	background-color: #2fbd77;
	color: #ffffff;
	-webkit-box-shadow: 0 0.5rem 2.3rem 0 rgba(47, 189, 119, 0.5);
	box-shadow: 0 0.5rem 2.3rem 0 rgba(47, 189, 119, 0.5);
	border: 0.1rem solid #2fbd77;
	cursor: default
}

.academy-button.success:hover {
	background-color: #2aa96a
}

.academy-button.success.is-inverted {
	background-color: inherit;
	color: #2fbd77;
	-webkit-box-shadow: none;
	box-shadow: none
}

.academy-button.success.is-inverted:hover {
	background-color: inherit
}

.academy-button.is-fullwidth {
	width: 100%
}

.academy-button.is-disabled {
	background-color: #929698;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #929698;
	pointer-events: none;
	color: #ffffff
}

.academy-button.has-tooltip {
	pointer-events: unset !important;
	overflow: visible
}

.academy-button.is-inverted.is-disabled {
	background-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	pointer-events: none;
	color: #929698
}

.academy-button.is-flat {
	-webkit-box-shadow: none;
	box-shadow: none
}

.academy-button.is-transparent {
	border: 0.1rem solid #ffffff;
	color: #ffffff;
	background-color: transparent
}

.accordion {
	overflow: hidden;
	-webkit-transition: 360ms;
	transition: 360ms
}

.accordion-trigger__conditional--collapsed {
	display: initial !important
}

.accordion-trigger__conditional--expanded {
	display: none !important
}

.accordion-trigger.is-expanded .accordion-trigger__conditional--collapsed {
	display: none !important
}

.accordion-trigger.is-expanded .accordion-trigger__conditional--expanded {
	display: initial !important
}

.sr-dropdown {
	position: fixed;
	z-index: -1;
	background-color: #ffffff;
	border-radius: 0.4rem;
	will-change: transform;
	overflow: hidden;
	display: none;
	-webkit-box-shadow: rgba(150, 150, 150, 0.5) 0 1rem 4rem 0;
	box-shadow: rgba(150, 150, 150, 0.5) 0 1rem 4rem 0
}

.sr-dropdown:before {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-bottom-color: #ffffff;
	border-width: 12px;
	display: none
}

.sr-dropdown--open {
	z-index: 9;
	overflow: visible;
	display: block
}

.sr-dropdown--open:before {
	display: block
}

.sr-dropdown--arrow-right:before {
	right: 12px
}

.sr-dropdown--arrow-left:before {
	left: 12px
}

.sr-dropdown--arrow-center:before {
	left: calc(50% - 6px)
}

.sr-dropdown-backdrop {
	z-index: 8;
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(1, 1, 1, 0.5);
	display: none
}

.sr-dropdown-backdrop--active {
	display: block
}

.sr-dropdown-trigger {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 0.4rem;
	cursor: pointer
}

.sr-dropdown-trigger:hover {
	background-color: rgba(15, 140, 255, 0.2)
}

.sr-dropdown-trigger--active {
	position: relative;
	z-index: 9
}

.sr-dropdown-trigger--active {
	position: relative;
	z-index: 9
}

.form__fields {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.form__actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media screen and (max-width: 767px) {
	.form__actions {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		text-align: center
	}
}

.form__action--disabled {
	-webkit-filter: grayscale(0.8);
	filter: grayscale(0.8);
	pointer-events: none
}

.form__action--submitting {
	opacity: 0.7;
	pointer-events: none
}

@media screen and (max-width: 767px) {
	.form__action {
		margin: 0.5rem 0
	}
}

.form__resend-otp-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-right: 1rem
}

@media screen and (max-width: 767px) {
	.form__resend-otp-buttons {
		margin-right: 0
	}
}

.form-field {
	margin-bottom: 2rem
}

.form-field__label {
	margin-bottom: 1rem
}

.form-field__error {
	color: #ff2020;
	font-size: 1.4rem;
	margin: 0.5rem 0
}

.form-field__error--hidden {
	display: none
}

.form-field--consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.form-input {
	padding: 1rem;
	border-radius: 0.4rem;
	width: 100%;
	outline: none;
	border: 0.2rem solid #e2e2e2;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	font-size: 1.6rem
}

.form-input:focus {
	border: 0.2rem solid #0f8cff
}

.form-input::-webkit-input-placeholder {
	color: #5a6e81
}

.form-input:-ms-input-placeholder {
	color: #5a6e81
}

.form-input::placeholder {
	color: #5a6e81
}

.form-input--disabled {
	background-color: #e2e2e2 !important;
	cursor: not-allowed
}

.form-label__text {
	color: #021028;
	font-weight: 600;
	white-space: nowrap
}

.form-label__required {
	color: #ff2020;
	margin-left: -0.2rem
}

.form-label__hint {
	color: #5a6e81;
	font-size: 1.4rem;
	margin-top: 0.2rem
}

.form-error {
	color: #ff2020;
	font-size: 1.4rem;
	margin: 0.5rem 0
}

.form-error--hidden {
	display: none
}

.form-flow__mode {
	display: none
}

.form-flow__mode--active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.iti__flag {
	display: block;
	height: 15px;
	-webkit-box-shadow: 0px 0px 1px 0px #888;
	box-shadow: 0px 0px 1px 0px #888;
	background-image: url(../png/flags-6260a53563ffdddde1cf864034653fa6ff0e45ff0595fa969d9de15a14a4ff6d.png);
	background-repeat: no-repeat;
	background-color: #DBDBDB;
	background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.iti__flag {
		background-image: url(../png/flags%402x-72e80cf4cb40867761845513d72e67f0bb5cd8e0f301516935029414133f4ebf.png)
	}
}

.iti__flag.iti__np {
	background-color: transparent
}

.iti__flag {
	width: 20px
}

.iti__flag.iti__be {
	width: 18px
}

.iti__flag.iti__ch {
	width: 15px
}

.iti__flag.iti__mc {
	width: 19px
}

.iti__flag.iti__ne {
	width: 18px
}

.iti__flag.iti__np {
	width: 13px
}

.iti__flag.iti__va {
	width: 15px
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
	.iti__flag {
		background-size: 5652px 15px
	}
}

.iti__flag.iti__ac {
	height: 10px;
	background-position: 0px 0px
}

.iti__flag.iti__ad {
	height: 14px;
	background-position: -22px 0px
}

.iti__flag.iti__ae {
	height: 10px;
	background-position: -44px 0px
}

.iti__flag.iti__af {
	height: 14px;
	background-position: -66px 0px
}

.iti__flag.iti__ag {
	height: 14px;
	background-position: -88px 0px
}

.iti__flag.iti__ai {
	height: 10px;
	background-position: -110px 0px
}

.iti__flag.iti__al {
	height: 15px;
	background-position: -132px 0px
}

.iti__flag.iti__am {
	height: 10px;
	background-position: -154px 0px
}

.iti__flag.iti__ao {
	height: 14px;
	background-position: -176px 0px
}

.iti__flag.iti__aq {
	height: 14px;
	background-position: -198px 0px
}

.iti__flag.iti__ar {
	height: 13px;
	background-position: -220px 0px
}

.iti__flag.iti__as {
	height: 10px;
	background-position: -242px 0px
}

.iti__flag.iti__at {
	height: 14px;
	background-position: -264px 0px
}

.iti__flag.iti__au {
	height: 10px;
	background-position: -286px 0px
}

.iti__flag.iti__aw {
	height: 14px;
	background-position: -308px 0px
}

.iti__flag.iti__ax {
	height: 13px;
	background-position: -330px 0px
}

.iti__flag.iti__az {
	height: 10px;
	background-position: -352px 0px
}

.iti__flag.iti__ba {
	height: 10px;
	background-position: -374px 0px
}

.iti__flag.iti__bb {
	height: 14px;
	background-position: -396px 0px
}

.iti__flag.iti__bd {
	height: 12px;
	background-position: -418px 0px
}

.iti__flag.iti__be {
	height: 15px;
	background-position: -440px 0px
}

.iti__flag.iti__bf {
	height: 14px;
	background-position: -460px 0px
}

.iti__flag.iti__bg {
	height: 12px;
	background-position: -482px 0px
}

.iti__flag.iti__bh {
	height: 12px;
	background-position: -504px 0px
}

.iti__flag.iti__bi {
	height: 12px;
	background-position: -526px 0px
}

.iti__flag.iti__bj {
	height: 14px;
	background-position: -548px 0px
}

.iti__flag.iti__bl {
	height: 14px;
	background-position: -570px 0px
}

.iti__flag.iti__bm {
	height: 10px;
	background-position: -592px 0px
}

.iti__flag.iti__bn {
	height: 10px;
	background-position: -614px 0px
}

.iti__flag.iti__bo {
	height: 14px;
	background-position: -636px 0px
}

.iti__flag.iti__bq {
	height: 14px;
	background-position: -658px 0px
}

.iti__flag.iti__br {
	height: 14px;
	background-position: -680px 0px
}

.iti__flag.iti__bs {
	height: 10px;
	background-position: -702px 0px
}

.iti__flag.iti__bt {
	height: 14px;
	background-position: -724px 0px
}

.iti__flag.iti__bv {
	height: 15px;
	background-position: -746px 0px
}

.iti__flag.iti__bw {
	height: 14px;
	background-position: -768px 0px
}

.iti__flag.iti__by {
	height: 10px;
	background-position: -790px 0px
}

.iti__flag.iti__bz {
	height: 14px;
	background-position: -812px 0px
}

.iti__flag.iti__ca {
	height: 10px;
	background-position: -834px 0px
}

.iti__flag.iti__cc {
	height: 10px;
	background-position: -856px 0px
}

.iti__flag.iti__cd {
	height: 15px;
	background-position: -878px 0px
}

.iti__flag.iti__cf {
	height: 14px;
	background-position: -900px 0px
}

.iti__flag.iti__cg {
	height: 14px;
	background-position: -922px 0px
}

.iti__flag.iti__ch {
	height: 15px;
	background-position: -944px 0px
}

.iti__flag.iti__ci {
	height: 14px;
	background-position: -961px 0px
}

.iti__flag.iti__ck {
	height: 10px;
	background-position: -983px 0px
}

.iti__flag.iti__cl {
	height: 14px;
	background-position: -1005px 0px
}

.iti__flag.iti__cm {
	height: 14px;
	background-position: -1027px 0px
}

.iti__flag.iti__cn {
	height: 14px;
	background-position: -1049px 0px
}

.iti__flag.iti__co {
	height: 14px;
	background-position: -1071px 0px
}

.iti__flag.iti__cp {
	height: 14px;
	background-position: -1093px 0px
}

.iti__flag.iti__cr {
	height: 12px;
	background-position: -1115px 0px
}

.iti__flag.iti__cu {
	height: 10px;
	background-position: -1137px 0px
}

.iti__flag.iti__cv {
	height: 12px;
	background-position: -1159px 0px
}

.iti__flag.iti__cw {
	height: 14px;
	background-position: -1181px 0px
}

.iti__flag.iti__cx {
	height: 10px;
	background-position: -1203px 0px
}

.iti__flag.iti__cy {
	height: 14px;
	background-position: -1225px 0px
}

.iti__flag.iti__cz {
	height: 14px;
	background-position: -1247px 0px
}

.iti__flag.iti__de {
	height: 12px;
	background-position: -1269px 0px
}

.iti__flag.iti__dg {
	height: 10px;
	background-position: -1291px 0px
}

.iti__flag.iti__dj {
	height: 14px;
	background-position: -1313px 0px
}

.iti__flag.iti__dk {
	height: 15px;
	background-position: -1335px 0px
}

.iti__flag.iti__dm {
	height: 10px;
	background-position: -1357px 0px
}

.iti__flag.iti__do {
	height: 14px;
	background-position: -1379px 0px
}

.iti__flag.iti__dz {
	height: 14px;
	background-position: -1401px 0px
}

.iti__flag.iti__ea {
	height: 14px;
	background-position: -1423px 0px
}

.iti__flag.iti__ec {
	height: 14px;
	background-position: -1445px 0px
}

.iti__flag.iti__ee {
	height: 13px;
	background-position: -1467px 0px
}

.iti__flag.iti__eg {
	height: 14px;
	background-position: -1489px 0px
}

.iti__flag.iti__eh {
	height: 10px;
	background-position: -1511px 0px
}

.iti__flag.iti__er {
	height: 10px;
	background-position: -1533px 0px
}

.iti__flag.iti__es {
	height: 14px;
	background-position: -1555px 0px
}

.iti__flag.iti__et {
	height: 10px;
	background-position: -1577px 0px
}

.iti__flag.iti__eu {
	height: 14px;
	background-position: -1599px 0px
}

.iti__flag.iti__fi {
	height: 12px;
	background-position: -1621px 0px
}

.iti__flag.iti__fj {
	height: 10px;
	background-position: -1643px 0px
}

.iti__flag.iti__fk {
	height: 10px;
	background-position: -1665px 0px
}

.iti__flag.iti__fm {
	height: 11px;
	background-position: -1687px 0px
}

.iti__flag.iti__fo {
	height: 15px;
	background-position: -1709px 0px
}

.iti__flag.iti__fr {
	height: 14px;
	background-position: -1731px 0px
}

.iti__flag.iti__ga {
	height: 15px;
	background-position: -1753px 0px
}

.iti__flag.iti__gb {
	height: 10px;
	background-position: -1775px 0px
}

.iti__flag.iti__gd {
	height: 12px;
	background-position: -1797px 0px
}

.iti__flag.iti__ge {
	height: 14px;
	background-position: -1819px 0px
}

.iti__flag.iti__gf {
	height: 14px;
	background-position: -1841px 0px
}

.iti__flag.iti__gg {
	height: 14px;
	background-position: -1863px 0px
}

.iti__flag.iti__gh {
	height: 14px;
	background-position: -1885px 0px
}

.iti__flag.iti__gi {
	height: 10px;
	background-position: -1907px 0px
}

.iti__flag.iti__gl {
	height: 14px;
	background-position: -1929px 0px
}

.iti__flag.iti__gm {
	height: 14px;
	background-position: -1951px 0px
}

.iti__flag.iti__gn {
	height: 14px;
	background-position: -1973px 0px
}

.iti__flag.iti__gp {
	height: 14px;
	background-position: -1995px 0px
}

.iti__flag.iti__gq {
	height: 14px;
	background-position: -2017px 0px
}

.iti__flag.iti__gr {
	height: 14px;
	background-position: -2039px 0px
}

.iti__flag.iti__gs {
	height: 10px;
	background-position: -2061px 0px
}

.iti__flag.iti__gt {
	height: 13px;
	background-position: -2083px 0px
}

.iti__flag.iti__gu {
	height: 11px;
	background-position: -2105px 0px
}

.iti__flag.iti__gw {
	height: 10px;
	background-position: -2127px 0px
}

.iti__flag.iti__gy {
	height: 12px;
	background-position: -2149px 0px
}

.iti__flag.iti__hk {
	height: 14px;
	background-position: -2171px 0px
}

.iti__flag.iti__hm {
	height: 10px;
	background-position: -2193px 0px
}

.iti__flag.iti__hn {
	height: 10px;
	background-position: -2215px 0px
}

.iti__flag.iti__hr {
	height: 10px;
	background-position: -2237px 0px
}

.iti__flag.iti__ht {
	height: 12px;
	background-position: -2259px 0px
}

.iti__flag.iti__hu {
	height: 10px;
	background-position: -2281px 0px
}

.iti__flag.iti__ic {
	height: 14px;
	background-position: -2303px 0px
}

.iti__flag.iti__id {
	height: 14px;
	background-position: -2325px 0px
}

.iti__flag.iti__ie {
	height: 10px;
	background-position: -2347px 0px
}

.iti__flag.iti__il {
	height: 15px;
	background-position: -2369px 0px
}

.iti__flag.iti__im {
	height: 10px;
	background-position: -2391px 0px
}

.iti__flag.iti__in {
	height: 14px;
	background-position: -2413px 0px
}

.iti__flag.iti__io {
	height: 10px;
	background-position: -2435px 0px
}

.iti__flag.iti__iq {
	height: 14px;
	background-position: -2457px 0px
}

.iti__flag.iti__ir {
	height: 12px;
	background-position: -2479px 0px
}

.iti__flag.iti__is {
	height: 15px;
	background-position: -2501px 0px
}

.iti__flag.iti__it {
	height: 14px;
	background-position: -2523px 0px
}

.iti__flag.iti__je {
	height: 12px;
	background-position: -2545px 0px
}

.iti__flag.iti__jm {
	height: 10px;
	background-position: -2567px 0px
}

.iti__flag.iti__jo {
	height: 10px;
	background-position: -2589px 0px
}

.iti__flag.iti__jp {
	height: 14px;
	background-position: -2611px 0px
}

.iti__flag.iti__ke {
	height: 14px;
	background-position: -2633px 0px
}

.iti__flag.iti__kg {
	height: 12px;
	background-position: -2655px 0px
}

.iti__flag.iti__kh {
	height: 13px;
	background-position: -2677px 0px
}

.iti__flag.iti__ki {
	height: 10px;
	background-position: -2699px 0px
}

.iti__flag.iti__km {
	height: 12px;
	background-position: -2721px 0px
}

.iti__flag.iti__kn {
	height: 14px;
	background-position: -2743px 0px
}

.iti__flag.iti__kp {
	height: 10px;
	background-position: -2765px 0px
}

.iti__flag.iti__kr {
	height: 14px;
	background-position: -2787px 0px
}

.iti__flag.iti__kw {
	height: 10px;
	background-position: -2809px 0px
}

.iti__flag.iti__ky {
	height: 10px;
	background-position: -2831px 0px
}

.iti__flag.iti__kz {
	height: 10px;
	background-position: -2853px 0px
}

.iti__flag.iti__la {
	height: 14px;
	background-position: -2875px 0px
}

.iti__flag.iti__lb {
	height: 14px;
	background-position: -2897px 0px
}

.iti__flag.iti__lc {
	height: 10px;
	background-position: -2919px 0px
}

.iti__flag.iti__li {
	height: 12px;
	background-position: -2941px 0px
}

.iti__flag.iti__lk {
	height: 10px;
	background-position: -2963px 0px
}

.iti__flag.iti__lr {
	height: 11px;
	background-position: -2985px 0px
}

.iti__flag.iti__ls {
	height: 14px;
	background-position: -3007px 0px
}

.iti__flag.iti__lt {
	height: 12px;
	background-position: -3029px 0px
}

.iti__flag.iti__lu {
	height: 12px;
	background-position: -3051px 0px
}

.iti__flag.iti__lv {
	height: 10px;
	background-position: -3073px 0px
}

.iti__flag.iti__ly {
	height: 10px;
	background-position: -3095px 0px
}

.iti__flag.iti__ma {
	height: 14px;
	background-position: -3117px 0px
}

.iti__flag.iti__mc {
	height: 15px;
	background-position: -3139px 0px
}

.iti__flag.iti__md {
	height: 10px;
	background-position: -3160px 0px
}

.iti__flag.iti__me {
	height: 10px;
	background-position: -3182px 0px
}

.iti__flag.iti__mf {
	height: 14px;
	background-position: -3204px 0px
}

.iti__flag.iti__mg {
	height: 14px;
	background-position: -3226px 0px
}

.iti__flag.iti__mh {
	height: 11px;
	background-position: -3248px 0px
}

.iti__flag.iti__mk {
	height: 10px;
	background-position: -3270px 0px
}

.iti__flag.iti__ml {
	height: 14px;
	background-position: -3292px 0px
}

.iti__flag.iti__mm {
	height: 14px;
	background-position: -3314px 0px
}

.iti__flag.iti__mn {
	height: 10px;
	background-position: -3336px 0px
}

.iti__flag.iti__mo {
	height: 14px;
	background-position: -3358px 0px
}

.iti__flag.iti__mp {
	height: 10px;
	background-position: -3380px 0px
}

.iti__flag.iti__mq {
	height: 14px;
	background-position: -3402px 0px
}

.iti__flag.iti__mr {
	height: 14px;
	background-position: -3424px 0px
}

.iti__flag.iti__ms {
	height: 10px;
	background-position: -3446px 0px
}

.iti__flag.iti__mt {
	height: 14px;
	background-position: -3468px 0px
}

.iti__flag.iti__mu {
	height: 14px;
	background-position: -3490px 0px
}

.iti__flag.iti__mv {
	height: 14px;
	background-position: -3512px 0px
}

.iti__flag.iti__mw {
	height: 14px;
	background-position: -3534px 0px
}

.iti__flag.iti__mx {
	height: 12px;
	background-position: -3556px 0px
}

.iti__flag.iti__my {
	height: 10px;
	background-position: -3578px 0px
}

.iti__flag.iti__mz {
	height: 14px;
	background-position: -3600px 0px
}

.iti__flag.iti__na {
	height: 14px;
	background-position: -3622px 0px
}

.iti__flag.iti__nc {
	height: 10px;
	background-position: -3644px 0px
}

.iti__flag.iti__ne {
	height: 15px;
	background-position: -3666px 0px
}

.iti__flag.iti__nf {
	height: 10px;
	background-position: -3686px 0px
}

.iti__flag.iti__ng {
	height: 10px;
	background-position: -3708px 0px
}

.iti__flag.iti__ni {
	height: 12px;
	background-position: -3730px 0px
}

.iti__flag.iti__nl {
	height: 14px;
	background-position: -3752px 0px
}

.iti__flag.iti__no {
	height: 15px;
	background-position: -3774px 0px
}

.iti__flag.iti__np {
	height: 15px;
	background-position: -3796px 0px
}

.iti__flag.iti__nr {
	height: 10px;
	background-position: -3811px 0px
}

.iti__flag.iti__nu {
	height: 10px;
	background-position: -3833px 0px
}

.iti__flag.iti__nz {
	height: 10px;
	background-position: -3855px 0px
}

.iti__flag.iti__om {
	height: 10px;
	background-position: -3877px 0px
}

.iti__flag.iti__pa {
	height: 14px;
	background-position: -3899px 0px
}

.iti__flag.iti__pe {
	height: 14px;
	background-position: -3921px 0px
}

.iti__flag.iti__pf {
	height: 14px;
	background-position: -3943px 0px
}

.iti__flag.iti__pg {
	height: 15px;
	background-position: -3965px 0px
}

.iti__flag.iti__ph {
	height: 10px;
	background-position: -3987px 0px
}

.iti__flag.iti__pk {
	height: 14px;
	background-position: -4009px 0px
}

.iti__flag.iti__pl {
	height: 13px;
	background-position: -4031px 0px
}

.iti__flag.iti__pm {
	height: 14px;
	background-position: -4053px 0px
}

.iti__flag.iti__pn {
	height: 10px;
	background-position: -4075px 0px
}

.iti__flag.iti__pr {
	height: 14px;
	background-position: -4097px 0px
}

.iti__flag.iti__ps {
	height: 10px;
	background-position: -4119px 0px
}

.iti__flag.iti__pt {
	height: 14px;
	background-position: -4141px 0px
}

.iti__flag.iti__pw {
	height: 13px;
	background-position: -4163px 0px
}

.iti__flag.iti__py {
	height: 11px;
	background-position: -4185px 0px
}

.iti__flag.iti__qa {
	height: 8px;
	background-position: -4207px 0px
}

.iti__flag.iti__re {
	height: 14px;
	background-position: -4229px 0px
}

.iti__flag.iti__ro {
	height: 14px;
	background-position: -4251px 0px
}

.iti__flag.iti__rs {
	height: 14px;
	background-position: -4273px 0px
}

.iti__flag.iti__ru {
	height: 14px;
	background-position: -4295px 0px
}

.iti__flag.iti__rw {
	height: 14px;
	background-position: -4317px 0px
}

.iti__flag.iti__sa {
	height: 14px;
	background-position: -4339px 0px
}

.iti__flag.iti__sb {
	height: 10px;
	background-position: -4361px 0px
}

.iti__flag.iti__sc {
	height: 10px;
	background-position: -4383px 0px
}

.iti__flag.iti__sd {
	height: 10px;
	background-position: -4405px 0px
}

.iti__flag.iti__se {
	height: 13px;
	background-position: -4427px 0px
}

.iti__flag.iti__sg {
	height: 14px;
	background-position: -4449px 0px
}

.iti__flag.iti__sh {
	height: 10px;
	background-position: -4471px 0px
}

.iti__flag.iti__si {
	height: 10px;
	background-position: -4493px 0px
}

.iti__flag.iti__sj {
	height: 15px;
	background-position: -4515px 0px
}

.iti__flag.iti__sk {
	height: 14px;
	background-position: -4537px 0px
}

.iti__flag.iti__sl {
	height: 14px;
	background-position: -4559px 0px
}

.iti__flag.iti__sm {
	height: 15px;
	background-position: -4581px 0px
}

.iti__flag.iti__sn {
	height: 14px;
	background-position: -4603px 0px
}

.iti__flag.iti__so {
	height: 14px;
	background-position: -4625px 0px
}

.iti__flag.iti__sr {
	height: 14px;
	background-position: -4647px 0px
}

.iti__flag.iti__ss {
	height: 10px;
	background-position: -4669px 0px
}

.iti__flag.iti__st {
	height: 10px;
	background-position: -4691px 0px
}

.iti__flag.iti__sv {
	height: 12px;
	background-position: -4713px 0px
}

.iti__flag.iti__sx {
	height: 14px;
	background-position: -4735px 0px
}

.iti__flag.iti__sy {
	height: 14px;
	background-position: -4757px 0px
}

.iti__flag.iti__sz {
	height: 14px;
	background-position: -4779px 0px
}

.iti__flag.iti__ta {
	height: 10px;
	background-position: -4801px 0px
}

.iti__flag.iti__tc {
	height: 10px;
	background-position: -4823px 0px
}

.iti__flag.iti__td {
	height: 14px;
	background-position: -4845px 0px
}

.iti__flag.iti__tf {
	height: 14px;
	background-position: -4867px 0px
}

.iti__flag.iti__tg {
	height: 13px;
	background-position: -4889px 0px
}

.iti__flag.iti__th {
	height: 14px;
	background-position: -4911px 0px
}

.iti__flag.iti__tj {
	height: 10px;
	background-position: -4933px 0px
}

.iti__flag.iti__tk {
	height: 10px;
	background-position: -4955px 0px
}

.iti__flag.iti__tl {
	height: 10px;
	background-position: -4977px 0px
}

.iti__flag.iti__tm {
	height: 14px;
	background-position: -4999px 0px
}

.iti__flag.iti__tn {
	height: 14px;
	background-position: -5021px 0px
}

.iti__flag.iti__to {
	height: 10px;
	background-position: -5043px 0px
}

.iti__flag.iti__tr {
	height: 14px;
	background-position: -5065px 0px
}

.iti__flag.iti__tt {
	height: 12px;
	background-position: -5087px 0px
}

.iti__flag.iti__tv {
	height: 10px;
	background-position: -5109px 0px
}

.iti__flag.iti__tw {
	height: 14px;
	background-position: -5131px 0px
}

.iti__flag.iti__tz {
	height: 14px;
	background-position: -5153px 0px
}

.iti__flag.iti__ua {
	height: 14px;
	background-position: -5175px 0px
}

.iti__flag.iti__ug {
	height: 14px;
	background-position: -5197px 0px
}

.iti__flag.iti__um {
	height: 11px;
	background-position: -5219px 0px
}

.iti__flag.iti__un {
	height: 14px;
	background-position: -5241px 0px
}

.iti__flag.iti__us {
	height: 11px;
	background-position: -5263px 0px
}

.iti__flag.iti__uy {
	height: 14px;
	background-position: -5285px 0px
}

.iti__flag.iti__uz {
	height: 10px;
	background-position: -5307px 0px
}

.iti__flag.iti__va {
	height: 15px;
	background-position: -5329px 0px
}

.iti__flag.iti__vc {
	height: 14px;
	background-position: -5346px 0px
}

.iti__flag.iti__ve {
	height: 14px;
	background-position: -5368px 0px
}

.iti__flag.iti__vg {
	height: 10px;
	background-position: -5390px 0px
}

.iti__flag.iti__vi {
	height: 14px;
	background-position: -5412px 0px
}

.iti__flag.iti__vn {
	height: 14px;
	background-position: -5434px 0px
}

.iti__flag.iti__vu {
	height: 12px;
	background-position: -5456px 0px
}

.iti__flag.iti__wf {
	height: 14px;
	background-position: -5478px 0px
}

.iti__flag.iti__ws {
	height: 10px;
	background-position: -5500px 0px
}

.iti__flag.iti__xk {
	height: 15px;
	background-position: -5522px 0px
}

.iti__flag.iti__ye {
	height: 14px;
	background-position: -5544px 0px
}

.iti__flag.iti__yt {
	height: 14px;
	background-position: -5566px 0px
}

.iti__flag.iti__za {
	height: 14px;
	background-position: -5588px 0px
}

.iti__flag.iti__zm {
	height: 14px;
	background-position: -5610px 0px
}

.iti__flag.iti__zw {
	height: 10px;
	background-position: -5632px 0px
}

.phone-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.phone-input__space {
	width: 1rem
}

.phone-input__code {
	width: 10rem
}

.phone-input__number {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

.phone-input__option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.phone-input__flag {
	margin-right: 1rem
}

.sr-select {
	position: relative;
	width: 100%;
	line-height: 1
}

.sr-select input.sr-select__input {
	display: inline-block;
	border: none;
	background-color: inherit;
	padding: 1rem;
	width: 100%
}

.sr-select input.sr-select__input:focus,
.sr-select input.sr-select__input:active {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.sr-select__control {
	position: relative;
	border: 0.2rem solid #e2e2e2;
	border-radius: 0.4rem;
	cursor: pointer
}

.sr-select__dropdown {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	max-height: 24rem;
	background-color: #ffffff;
	overflow: auto;
	border: 0.2rem solid #e2e2e2;
	border-top: none;
	z-index: 1
}

.sr-select__dropdown--top {
	bottom: 100%
}

.sr-select__dropdown--bottom {
	top: 100%
}

.sr-select__box {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}

.sr-select__arrow {
	position: absolute;
	right: 1rem;
	top: calc(50% - 0.8rem);
	width: 1.6rem;
	height: 1.6rem;
	-webkit-transition: 180ms;
	transition: 180ms
}

.sr-select__arrow i {
	vertical-align: top
}

.sr-select__loader {
	position: absolute;
	right: 3.6rem;
	top: calc(50% - 0.8rem)
}

.sr-select__loader.spinner {
	width: 1.6rem;
	height: 1.6rem
}

.sr-select__value-input {
	opacity: 0;
	width: 0 !important;
	border: none !important;
	position: absolute;
	left: 50%;
	z-index: -1
}

.sr-select__value .sr-select__option--focused,
.sr-select__value .sr-select__option--selected,
.sr-select__value .sr-select__option:hover {
	background-color: inherit
}

.sr-select__no-options,
.sr-select__placeholder,
.sr-select__hint {
	color: #5a6e81;
	padding: 1rem
}

.sr-select__option {
	padding: 1rem;
	cursor: pointer;
	color: #021028
}

.sr-select__option--focused,
.sr-select__option:hover {
	background-color: rgba(15, 140, 255, 0.2)
}

.sr-select__option--selected {
	background-color: rgba(15, 140, 255, 0.1)
}

.sr-select--focused .sr-select__control {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(15, 140, 255, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(15, 140, 255, 0.1);
	border-color: #0f8cff
}

.sr-select--focused .sr-select__dropdown {
	display: block
}

.sr-select--focused .sr-select__arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.header {
	position: relative;
	overflow: visible;
	background-color: #ffffff;
	-webkit-box-shadow: 0 2px 25px 0 rgba(54, 66, 117, 0.12);
	box-shadow: 0 2px 25px 0 rgba(54, 66, 117, 0.12);
	z-index: 96
}

.header--sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0
}

.header__ribbon {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 3.6rem;
	background-color: #0f8cff;
	color: #ffffff;
	z-index: 3;
	-webkit-transition: 180ms;
	transition: 180ms
}

.header__ribbon--hidden {
	height: 0
}

.header__container {
	position: relative;
	max-width: 120rem;
	padding: 0 20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 7rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff
}

@media (min-width: 1560px) {
	.header__container {
		max-width: 150rem
	}
}

.header__container--fluid {
	max-width: none
}

@media (min-width: 1560px) {
	.header__container--fluid {
		max-width: none
	}
}

.header__content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

@media screen and (max-width: 1023px) {
	.header__content {
		display: none !important
	}
}

.header__brand {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 4rem
}

.header__brand a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header__brand img {
	vertical-align: bottom
}

@media screen and (max-width: 767px) {
	.header__brand {
		margin-right: 2rem
	}
}

.header__logo {
	width: 17rem
}

.header__alt-logo {
	width: 17rem;
	opacity: 0;
	position: absolute
}

.header__nav {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%
}

@media screen and (max-width: 1023px) {
	.header__nav {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.header__nav-item {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	margin: 0 10px;
	font-weight: 600;
	color: #021028;
	-webkit-transition: color 0.1s ease-out;
	transition: color 0.1s ease-out
}

.header__nav-item:hover {
	color: #42a4ff
}

.header__nav-item:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 5px;
	background-color: #42a4ff;
	-webkit-transition: 360ms;
	transition: 360ms
}

@media screen and (max-width: 1023px) {
	.header__nav-item:after {
		top: 50%;
		bottom: none;
		height: 0;
		left: 0;
		width: 5px
	}
}

.header__nav-item--active {
	color: #42a4ff
}

.header__nav-item--active:after {
	left: 0;
	width: 100%
}

@media screen and (max-width: 1023px) {
	.header__nav-item--active:after {
		display: none
	}
}

@media screen and (max-width: 1023px) {
	.header__nav-item {
		width: 100%;
		height: auto;
		padding: 10px;
		margin: 0
	}
}

.header__new-badge {
	background: #20A164;
	color: #ffffff;
	border-radius: 6.4rem;
	padding: 0 0.6rem;
	font-size: 1.2rem;
	font-weight: 600;
	margin-left: 0.3rem
}

.header__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.header__backdrop {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	background-color: rgba(17, 17, 17, 0.7);
	display: none;
	opacity: 0;
	-webkit-transition-delay: 360ms;
	transition-delay: 360ms;
	-webkit-transition-duration: 180ms;
	transition-duration: 180ms
}

.header__playstore-image {
	position: absolute;
	right: 7rem;
	display: none;
	margin-top: 0.5rem
}

@media screen and (max-width: 1023px) {
	.header__playstore-image {
		display: block
	}
}

.header__contact-us-icon {
	position: absolute;
	right: 7rem;
	display: none;
	color: #ffffff;
	font-weight: 600
}

@media screen and (max-width: 1023px) {
	.header__contact-us-icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.header__contact-us-text {
	color: #0041ca
}

.header__playstore-icon {
	position: relative;
	margin-top: 0.7rem;
	margin-left: 1rem;
	margin-right: 1rem
}

@media screen and (max-width: 1023px) {
	.header__playstore-icon {
		display: none
	}
}

.header__playstore-popup-container {
	display: none;
	width: 32.2rem;
	color: #1a2c47;
	padding: 0.5rem 0;
	border-radius: 1.2rem;
	position: absolute;
	z-index: 1;
	left: -26rem;
	right: 0;
	top: 7rem;
	background: #ffffff;
	-webkit-box-shadow: 0.2rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
	box-shadow: 0.2rem 0.3rem 1rem rgba(0, 0, 0, 0.25)
}

.header__playstore-popup-container:after,
.header__playstore-popup-container:before {
	bottom: 99%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 2rem;
	margin-left: 9.9rem
}

.header__playstore-popup-container:before {
	left: 0%;
	width: 28.2rem;
	border-bottom-color: transparent;
	margin-left: 0
}

.header__playstore-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2.4rem
}

.header__playstore-popup-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	margin-right: 3.7rem
}

.header__playstore-popup-title {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 1rem
}

.header__playstore-popup-img {
	width: 100%
}

.header__playstore-icon:hover .header__playstore-popup-container {
	display: block
}

.header__burger-button {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
	display: none
}

@media screen and (max-width: 1023px) {
	.header__burger-button {
		display: block
	}
}

.header__burger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 2;
	background-color: #ffffff;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 70%;
	height: 100vh;
	padding-top: 17rem;
	max-width: 300px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 360ms;
	transition: 360ms
}

.header__burger-content {
	padding-left: 20px
}

.header__burger-playstore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 7.3rem;
	border-top: 0.2rem solid #eaeff4
}

.header__burger-playstore-img {
	margin-right: 1rem
}

.header__burger-playstore-title {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 100%;
	color: #1a2c47
}

.header__burger-playstore-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.5rem;
	color: #0080ff;
	border: 0.2rem solid #0080ff;
	border-radius: 0.5rem;
	background-color: inherit;
	margin-left: 1.36rem;
	min-width: 9.89rem;
	height: 3.64rem
}

.header__contact-us {
	width: 100%;
	max-width: 15rem;
	margin-top: 2rem;
	margin-left: 1.1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__contact-us--image {
	height: 3rem;
	width: 3.8rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	border-radius: 50%;
	background: rgba(120, 124, 140, 0.1)
}

.header__contact-us--details {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 1rem;
	font-weight: 600
}

.header__contact-us--text {
	width: 100%;
	font-size: 1.2rem;
	margin: 0.1rem;
	color: #1e253f
}

.header__contact-us--phone {
	font-size: 1.5rem;
	margin: 0.1rem;
	color: #005bb3
}

@media screen and (max-width: 1023px) {
	.header .header-apply {
		margin: 2rem 0
	}
}

.header--burger-open .header__backdrop {
	display: block;
	opacity: 1
}

.header--burger-open .header__burger {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.header--sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 96
}

.burger {
	cursor: pointer
}

.burger__line {
	margin: 5px 0;
	width: 25px;
	height: 2px;
	border-radius: 2px;
	background-color: #0f8cff;
	-webkit-transition: 180ms;
	transition: 180ms;
	will-change: transform;
	-webkit-perspective: 100px;
	perspective: 100px
}

.burger--active .burger__line:nth-child(2) {
	-webkit-transform: scale(0);
	transform: scale(0)
}

.burger--active .burger__line:nth-child(1) {
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg)
}

.burger--active .burger__line:nth-child(3) {
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg)
}

.sr-modal:before {
	content: '';
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 1, 1, 0.5);
	z-index: 97
}

.sr-modal__content {
	position: fixed;
	z-index: 97;
	background-color: #ffffff;
	overflow: scroll
}

.sr-modal__content--center {
	-webkit-box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	top: 50%;
	left: 50%;
	width: calc(100% - 4rem);
	max-width: 60rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: hidden;
	border-radius: 0.4rem
}

.sr-modal__content--right {
	-webkit-box-shadow: rgba(19, 46, 112, 0.1) -1rem 0 4rem 0;
	box-shadow: rgba(19, 46, 112, 0.1) -1rem 0 4rem 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 70%;
	max-width: 80rem;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 180ms;
	transition: 180ms
}

@media screen and (max-width: 767px) {
	.sr-modal__content--right {
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		max-height: 80vh;
		height: auto;
		max-width: 500rem;
		-webkit-transform: translateY(100%);
		transform: translateY(100%)
	}
}

.sr-modal__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 2rem 3rem
}

.sr-modal__title {
	color: #0f8cff;
	margin-right: 1rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

.sr-modal__close i {
	font-size: 2.4rem;
	color: #021028
}

.sr-modal__body {
	padding: 1rem 3rem
}

.sr-modal--open:before {
	visibility: visible
}

.sr-modal--open .sr-modal__content--center {
	visibility: visible;
	-webkit-animation: 360ms normal ease-in-out both 1;
	animation: 360ms normal ease-in-out both 1;
	-webkit-animation-name: sr-anim-1;
	animation-name: sr-anim-1
}

@-webkit-keyframes sr-anim-1 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -47%);
		transform: translate(-50%, -47%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(-50%, -50%);
		transform: translateY(-50%, -50%)
	}
}

@keyframes sr-anim-1 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%, -47%);
		transform: translate(-50%, -47%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(-50%, -50%);
		transform: translateY(-50%, -50%)
	}
}

.sr-modal--open .sr-modal__content--right {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

@media screen and (max-width: 767px) {
	.sr-modal--open .sr-modal__content--right {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.modal-overflow-visible .sr-modal__content {
	overflow: visible
}

.section {
	margin: 5rem 0;
	background-color: #ffffff
}

.section.is-v-padded {
	padding: 5rem 0
}

.section.is-v-padded.is-last {
	margin-bottom: 0
}

.section.is-v-padded.is-first {
	margin-top: 0
}

.section.is-alternate {
	background-color: #f8faff
}

.section.is-modal {
	margin: 3rem -2rem;
	width: calc(100% + 4rem);
	padding: 0 3rem
}

.section.is-modal.is-v-padded {
	padding: 3rem 3rem
}

@media screen and (max-width: 767px) {
	.section.is-modal:first-child {
		margin-top: 1rem
	}
}

.section-header__content {
	margin-bottom: 3rem
}

.section-header__title {
	color: #021028;
	font-weight: 800;
	margin-bottom: 1rem
}

.section-header__title--inline-label {
	background-color: #e73f5b;
	color: #ffffff;
	font-weight: 400;
	font-size: 2.4rem;
	margin-left: 2rem;
	padding: 1.5rem 5rem;
	border-radius: 3rem
}

.section-header__subtitle {
	color: #5b6f81;
	font-weight: 400;
	margin-bottom: 1rem
}

@media screen and (max-width: 767px) {
	.section {
		margin: 3rem 0
	}

	.section.is-v-padded {
		padding: 3rem 0
	}

	.section-header__content {
		margin-bottom: 2rem
	}
}

.footer {
	background-color: #202738
}

.footer__heading {
	color: #ffffff
}

.footer__link {
	color: #a2b8ee
}

.footer__link-icon {
	margin-right: 0.5rem
}

.footer__preferred-location {
	margin-top: 2rem
}

.footer__preferred-location .sr-select__box {
	background-color: #ffffff
}

.footer__preferred-location .sr-select__option {
	font-size: 1.4rem
}

.footer__parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5rem 0 2rem 0
}

@media screen and (max-width: 767px) {
	.footer__column--branding {
		margin-bottom: 2rem
	}
}

.footer__contents {
	list-style: none;
	padding: 0
}

.footer__logo {
	width: 12rem;
	display: block
}

.footer__list {
	padding-bottom: 0.5rem
}

.footer__love {
	display: inline-block;
	color: #ffffff
}

.footer__love .icon-heart {
	margin: 0 0.2rem
}

.footer .hide-icon {
	color: transparent
}

@media screen and (max-width: 767px) {
	.footer__parent {
		display: block;
		padding: 3rem 0 3rem 0
	}
}

.footer__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer__block img {
	height: 2.8rem;
	margin-top: 1rem
}

@media screen and (max-width: 767px) {
	.footer__block {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.footer__block span {
		margin-bottom: -0.3rem
	}

	.footer__block img {
		margin-left: 0.5rem;
		margin-top: 0
	}
}

.playstore {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3.2rem
}

@media screen and (max-width: 767px) {
	.playstore__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.playstore__content {
	color: white;
	font-family: "Source Sans Pro", sans-serif
}

@media screen and (max-width: 767px) {
	.playstore__content {
		margin-bottom: 0.5rem
	}
}

@media screen and (max-width: 767px) {
	.playstore__link {
		margin-left: 1rem
	}
}

.playstore__image {
	height: 3.9rem;
	margin-top: 0.8rem
}

.playstore__qr-code {
	margin-left: 1rem
}

@media screen and (max-width: 767px) {
	.playstore__qr-code {
		display: none
	}
}

.copyright {
	background-color: #181f30;
	margin: 0
}

.copyright__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem
}

.copyright__content p {
	margin-bottom: 0
}

.copyright__content p img {
	vertical-align: middle;
	padding: 0 0.3rem
}

.auth .sr-modal__body {
	padding: 3rem
}

.auth .sr-modal__content {
	max-width: 60rem
}

@media screen and (max-width: 767px) {
	.auth .sr-modal__content {
		height: 80vh;
		max-width: unset
	}
}

.auth .sr-modal__header {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.auth__header {
	margin-bottom: 2rem
}

.auth__title {
	color: #021028
}

.auth__subtitle {
	margin-top: 1rem
}

.auth__switch {
	cursor: pointer;
	font-weight: 800
}

.auth__switch--primary {
	color: #1c6bf3
}

.auth__switch--secondary {
	color: #1c6bf3;
	border-bottom: 0.1rem dashed #1c6bf3
}

@media screen and (max-width: 767px) {
	.auth__switch--secondary {
		-ms-flex-item-align: center;
		align-self: center;
		margin: 0.5rem 0
	}
}

.auth__switch--default {
	color: #5b6f81;
	border-bottom: 0.1rem dashed #5b6f81
}

.auth .radio-toolbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0.5rem
}

.auth .radio-toolbar label {
	text-align: center;
	background-color: #f6faff;
	border-radius: 0.4rem;
	padding: 2rem 2rem;
	margin: 0.5rem;
	cursor: pointer
}

.auth .radio-toolbar input[type="radio"] {
	opacity: 0;
	display: none;
	width: 0
}

.auth .radio-toolbar input[type="radio"]:checked+label {
	background-color: #e7f3ff;
	border: 0.1rem solid #3582f5;
	color: #3582f5;
	font-weight: bold
}

.auth .in-mobile-view {
	display: none
}

@media screen and (max-width: 767px) {
	.auth .in-mobile-view {
		display: block
	}
}

@media screen and (max-width: 767px) {
	.auth .in-desktop-view {
		display: none
	}
}

.auth-switch-input {
	position: relative
}

.auth-switch-input .auth__switch {
	position: absolute;
	right: 2rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.auth-social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 2rem 0 2rem -2rem;
	width: 100%
}

.auth-social>div {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}

.auth-social__item {
	margin: 0 2rem;
	max-width: 5rem
}

.auth-social__item a {
	cursor: pointer;
	text-decoration: none
}

.auth-social__separator {
	position: relative;
	width: 100%;
	margin: 1rem 0;
	text-align: center
}

.auth-social__separator:before {
	content: '';
	position: absolute;
	left: 0;
	top: calc(50% - 0.1rem);
	height: 0.2rem;
	width: 100%;
	background-color: #e2e2e2
}

.auth-social__or {
	position: relative;
	background-color: #ffffff;
	padding: 0 1rem;
	z-index: 1
}

.auth-social--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 2rem 0
}

.auth-recaptcha__email-login {
	margin-bottom: 1rem
}

.resend-otp-modal {
	z-index: 100
}

.resend-otp-modal:before {
	z-index: 1001
}

.resend-otp-modal .sr-modal__content {
	z-index: 1001;
	width: 27.7rem;
	height: auto;
	border-radius: 1.6rem
}

@media screen and (max-width: 1023px) {
	.resend-otp-modal .sr-modal__content {
		width: 31.4rem
	}
}

.resend-otp-modal .sr-modal__header {
	color: #1a2c47
}

.resend-otp-modal .sr-modal__title {
	color: #1a2c47
}

.resend-otp-modal__submit-btn {
	background-color: #ff506c;
	color: #ffffff;
	border: 0.1rem solid #ff506c;
	-webkit-box-shadow: 0 0.5rem 2.3rem 0 rgba(255, 80, 108, 0.5);
	box-shadow: 0 0.5rem 2.3rem 0 rgba(255, 80, 108, 0.5);
	padding: 1rem 3rem;
	border-radius: 0.5rem;
	width: 100%
}

.resend-otp-modal__submit-btn:hover {
	background-color: #ff8397
}

.resend-otp-modal__submit-btn:disabled {
	background-color: #929698;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #929698;
	pointer-events: none;
	color: #ffffff
}

.section .section-header__title {
	text-align: center;
	margin-bottom: 3rem
}

.section .section-header__subtitle {
	text-align: center;
	color: #4e5f72;
	margin-bottom: 5rem
}

.section.is-padded {
	background-color: #e7f3ff
}

.header__content .header__nav {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.header__content .header__nav-item:last-child {
	margin-right: 3rem
}

.companies {
	background-size: 16153px 150px;
	background-image: url(../png/enterprise-e6afb1c148726d3912a23a74b175d13d6dea797512377c9daaee30fe30c9e4e6.png);
	background-repeat: no-repeat;
	display: block
}

.companies.abm_knowledgeware {
	height: 157px;
	width: 413px;
	background-position: -1px
}

.companies.ajio {
	height: 157px;
	width: 412px;
	background-position: -416px
}

.companies.akamai {
	height: 157px;
	width: 412px;
	background-position: -830px
}

.companies.amazon {
	height: 156px;
	width: 413px;
	background-position: -1244px
}

.companies.apna {
	height: 157px;
	width: 412px;
	background-position: -1659px
}

.companies.capriloans {
	height: 157px;
	width: 413px;
	background-position: -2073px
}

.companies.cred_avenue {
	height: 157px;
	width: 412px;
	background-position: -2488px
}

.companies.credera {
	height: 157px;
	width: 413px;
	background-position: -2902px
}

.companies.epsilon {
	height: 156px;
	width: 412px;
	background-position: -3317px
}

.companies.expressbees {
	height: 157px;
	width: 412px;
	background-position: -3731px
}

.companies.first_hive {
	height: 157px;
	width: 412px;
	background-position: -4145px
}

.companies.fyers {
	height: 157px;
	width: 412px;
	background-position: -4559px
}

.companies.interra {
	height: 157px;
	width: 412px;
	background-position: -4973px
}

.companies.landmark_group {
	height: 156px;
	width: 412px;
	background-position: -5387px
}

.companies.love_bonito {
	height: 157px;
	width: 412px;
	background-position: -5801px
}

.companies.lummo {
	height: 157px;
	width: 412px;
	background-position: -6215px
}

.companies.mediamelon {
	height: 156px;
	width: 412px;
	background-position: -6629px
}

.companies.monotype {
	height: 157px;
	width: 412px;
	background-position: -7043px
}

.companies.muthoot_finance {
	height: 157px;
	width: 412px;
	background-position: -7457px
}

.companies.mystifly {
	height: 157px;
	width: 412px;
	background-position: -7871px
}

.companies.nference {
	height: 157px;
	width: 412px;
	background-position: -8285px
}

.companies.ntt_data {
	height: 157px;
	width: 412px;
	background-position: -8699px
}

.companies.nykaa {
	height: 157px;
	width: 412px;
	background-position: -9113px
}

.companies.onmobile {
	height: 156px;
	width: 412px;
	background-position: -9527px
}

.companies.paymatrix {
	height: 157px;
	width: 412px;
	background-position: -9941px
}

.companies.paypal {
	height: 157px;
	width: 413px;
	background-position: -10355px
}

.companies.porter {
	height: 157px;
	width: 412px;
	background-position: -10770px
}

.companies.rebel_foods {
	height: 157px;
	width: 412px;
	background-position: -11184px
}

.companies.reliance_industries {
	height: 157px;
	width: 412px;
	background-position: -11598px
}

.companies.sigmoid {
	height: 157px;
	width: 412px;
	background-position: -12012px
}

.companies.siply {
	height: 157px;
	width: 412px;
	background-position: -12426px
}

.companies.superteam {
	height: 157px;
	width: 412px;
	background-position: -12840px
}

.companies.target {
	height: 156px;
	width: 412px;
	background-position: -13254px
}

.companies.turvo {
	height: 157px;
	width: 413px;
	background-position: -13668px
}

.companies.vimeo {
	height: 157px;
	width: 412px;
	background-position: -14083px
}

.companies.wakefit {
	height: 157px;
	width: 412px;
	background-position: -14497px
}

.companies.wisetech {
	height: 157px;
	width: 413px;
	background-position: -14911px
}

.companies.workspan {
	height: 157px;
	width: 412px;
	background-position: -15326px
}

.companies.zee {
	height: 156px;
	width: 412px;
	background-position: -15740px
}

.companies.half {
	background-size: 8076.5px 75px
}

.companies.half.abm_knowledgeware {
	height: 78.5px;
	width: 206.5px;
	background-position: -0.5px
}

.companies.half.ajio {
	height: 78.5px;
	width: 206px;
	background-position: -208px
}

.companies.half.akamai {
	height: 78.5px;
	width: 206px;
	background-position: -415px
}

.companies.half.amazon {
	height: 78px;
	width: 206.5px;
	background-position: -622px
}

.companies.half.apna {
	height: 78.5px;
	width: 206px;
	background-position: -829.5px
}

.companies.half.capriloans {
	height: 78.5px;
	width: 206.5px;
	background-position: -1036.5px
}

.companies.half.cred_avenue {
	height: 78.5px;
	width: 206px;
	background-position: -1244px
}

.companies.half.credera {
	height: 78.5px;
	width: 206.5px;
	background-position: -1451px
}

.companies.half.epsilon {
	height: 78px;
	width: 206px;
	background-position: -1658.5px
}

.companies.half.expressbees {
	height: 78.5px;
	width: 206px;
	background-position: -1865.5px
}

.companies.half.first_hive {
	height: 78.5px;
	width: 206px;
	background-position: -2072.5px
}

.companies.half.fyers {
	height: 78.5px;
	width: 206px;
	background-position: -2279.5px
}

.companies.half.interra {
	height: 78.5px;
	width: 206px;
	background-position: -2486.5px
}

.companies.half.landmark_group {
	height: 78px;
	width: 206px;
	background-position: -2693.5px
}

.companies.half.love_bonito {
	height: 78.5px;
	width: 206px;
	background-position: -2900.5px
}

.companies.half.lummo {
	height: 78.5px;
	width: 206px;
	background-position: -3107.5px
}

.companies.half.mediamelon {
	height: 78px;
	width: 206px;
	background-position: -3314.5px
}

.companies.half.monotype {
	height: 78.5px;
	width: 206px;
	background-position: -3521.5px
}

.companies.half.muthoot_finance {
	height: 78.5px;
	width: 206px;
	background-position: -3728.5px
}

.companies.half.mystifly {
	height: 78.5px;
	width: 206px;
	background-position: -3935.5px
}

.companies.half.nference {
	height: 78.5px;
	width: 206px;
	background-position: -4142.5px
}

.companies.half.ntt_data {
	height: 78.5px;
	width: 206px;
	background-position: -4349.5px
}

.companies.half.nykaa {
	height: 78.5px;
	width: 206px;
	background-position: -4556.5px
}

.companies.half.onmobile {
	height: 78px;
	width: 206px;
	background-position: -4763.5px
}

.companies.half.paymatrix {
	height: 78.5px;
	width: 206px;
	background-position: -4970.5px
}

.companies.half.paypal {
	height: 78.5px;
	width: 206.5px;
	background-position: -5177.5px
}

.companies.half.porter {
	height: 78.5px;
	width: 206px;
	background-position: -5385px
}

.companies.half.rebel_foods {
	height: 78.5px;
	width: 206px;
	background-position: -5592px
}

.companies.half.reliance_industries {
	height: 78.5px;
	width: 206px;
	background-position: -5799px
}

.companies.half.sigmoid {
	height: 78.5px;
	width: 206px;
	background-position: -6006px
}

.companies.half.siply {
	height: 78.5px;
	width: 206px;
	background-position: -6213px
}

.companies.half.superteam {
	height: 78.5px;
	width: 206px;
	background-position: -6420px
}

.companies.half.target {
	height: 78px;
	width: 206px;
	background-position: -6627px
}

.companies.half.turvo {
	height: 78.5px;
	width: 206.5px;
	background-position: -6834px
}

.companies.half.vimeo {
	height: 78.5px;
	width: 206px;
	background-position: -7041.5px
}

.companies.half.wakefit {
	height: 78.5px;
	width: 206px;
	background-position: -7248.5px
}

.companies.half.wisetech {
	height: 78.5px;
	width: 206.5px;
	background-position: -7455.5px
}

.companies.half.workspan {
	height: 78.5px;
	width: 206px;
	background-position: -7663px
}

.companies.half.zee {
	height: 78px;
	width: 206px;
	background-position: -7870px
}

.companies.one-third {
	background-size: 5384.33333333px 50px
}

.companies.one-third.abm_knowledgeware {
	height: 52.33333333px;
	width: 137.66666667px;
	background-position: -0.33333333px
}

.companies.one-third.ajio {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -138.66666667px
}

.companies.one-third.akamai {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -276.66666667px
}

.companies.one-third.amazon {
	height: 52px;
	width: 137.66666667px;
	background-position: -414.66666667px
}

.companies.one-third.apna {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -553px
}

.companies.one-third.capriloans {
	height: 52.33333333px;
	width: 137.66666667px;
	background-position: -691px
}

.companies.one-third.cred_avenue {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -829.33333333px
}

.companies.one-third.credera {
	height: 52.33333333px;
	width: 137.66666667px;
	background-position: -967.33333333px
}

.companies.one-third.epsilon {
	height: 52px;
	width: 137.33333333px;
	background-position: -1105.66666667px
}

.companies.one-third.expressbees {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -1243.66666667px
}

.companies.one-third.first_hive {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -1381.66666667px
}

.companies.one-third.fyers {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -1519.66666667px
}

.companies.one-third.interra {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -1657.66666667px
}

.companies.one-third.landmark_group {
	height: 52px;
	width: 137.33333333px;
	background-position: -1795.66666667px
}

.companies.one-third.love_bonito {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -1933.66666667px
}

.companies.one-third.lummo {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -2071.66666667px
}

.companies.one-third.mediamelon {
	height: 52px;
	width: 137.33333333px;
	background-position: -2209.66666667px
}

.companies.one-third.monotype {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -2347.66666667px
}

.companies.one-third.muthoot_finance {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -2485.66666667px
}

.companies.one-third.mystifly {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -2623.66666667px
}

.companies.one-third.nference {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -2761.66666667px
}

.companies.one-third.ntt_data {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -2899.66666667px
}

.companies.one-third.nykaa {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -3037.66666667px
}

.companies.one-third.onmobile {
	height: 52px;
	width: 137.33333333px;
	background-position: -3175.66666667px
}

.companies.one-third.paymatrix {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -3313.66666667px
}

.companies.one-third.paypal {
	height: 52.33333333px;
	width: 137.66666667px;
	background-position: -3451.66666667px
}

.companies.one-third.porter {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -3590px
}

.companies.one-third.rebel_foods {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -3728px
}

.companies.one-third.reliance_industries {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -3866px
}

.companies.one-third.sigmoid {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -4004px
}

.companies.one-third.siply {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -4142px
}

.companies.one-third.superteam {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -4280px
}

.companies.one-third.target {
	height: 52px;
	width: 137.33333333px;
	background-position: -4418px
}

.companies.one-third.turvo {
	height: 52.33333333px;
	width: 137.66666667px;
	background-position: -4556px
}

.companies.one-third.vimeo {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -4694.33333333px
}

.companies.one-third.wakefit {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -4832.33333333px
}

.companies.one-third.wisetech {
	height: 52.33333333px;
	width: 137.66666667px;
	background-position: -4970.33333333px
}

.companies.one-third.workspan {
	height: 52.33333333px;
	width: 137.33333333px;
	background-position: -5108.66666667px
}

.companies.one-third.zee {
	height: 52px;
	width: 137.33333333px;
	background-position: -5246.66666667px
}

.companies.one-fourth {
	background-size: 4038.25px 37.5px
}

.companies.one-fourth.abm_knowledgeware {
	height: 39.25px;
	width: 103.25px;
	background-position: -0.25px
}

.companies.one-fourth.ajio {
	height: 39.25px;
	width: 103px;
	background-position: -104px
}

.companies.one-fourth.akamai {
	height: 39.25px;
	width: 103px;
	background-position: -207.5px
}

.companies.one-fourth.amazon {
	height: 39px;
	width: 103.25px;
	background-position: -311px
}

.companies.one-fourth.apna {
	height: 39.25px;
	width: 103px;
	background-position: -414.75px
}

.companies.one-fourth.capriloans {
	height: 39.25px;
	width: 103.25px;
	background-position: -518.25px
}

.companies.one-fourth.cred_avenue {
	height: 39.25px;
	width: 103px;
	background-position: -622px
}

.companies.one-fourth.credera {
	height: 39.25px;
	width: 103.25px;
	background-position: -725.5px
}

.companies.one-fourth.epsilon {
	height: 39px;
	width: 103px;
	background-position: -829.25px
}

.companies.one-fourth.expressbees {
	height: 39.25px;
	width: 103px;
	background-position: -932.75px
}

.companies.one-fourth.first_hive {
	height: 39.25px;
	width: 103px;
	background-position: -1036.25px
}

.companies.one-fourth.fyers {
	height: 39.25px;
	width: 103px;
	background-position: -1139.75px
}

.companies.one-fourth.interra {
	height: 39.25px;
	width: 103px;
	background-position: -1243.25px
}

.companies.one-fourth.landmark_group {
	height: 39px;
	width: 103px;
	background-position: -1346.75px
}

.companies.one-fourth.love_bonito {
	height: 39.25px;
	width: 103px;
	background-position: -1450.25px
}

.companies.one-fourth.lummo {
	height: 39.25px;
	width: 103px;
	background-position: -1553.75px
}

.companies.one-fourth.mediamelon {
	height: 39px;
	width: 103px;
	background-position: -1657.25px
}

.companies.one-fourth.monotype {
	height: 39.25px;
	width: 103px;
	background-position: -1760.75px
}

.companies.one-fourth.muthoot_finance {
	height: 39.25px;
	width: 103px;
	background-position: -1864.25px
}

.companies.one-fourth.mystifly {
	height: 39.25px;
	width: 103px;
	background-position: -1967.75px
}

.companies.one-fourth.nference {
	height: 39.25px;
	width: 103px;
	background-position: -2071.25px
}

.companies.one-fourth.ntt_data {
	height: 39.25px;
	width: 103px;
	background-position: -2174.75px
}

.companies.one-fourth.nykaa {
	height: 39.25px;
	width: 103px;
	background-position: -2278.25px
}

.companies.one-fourth.onmobile {
	height: 39px;
	width: 103px;
	background-position: -2381.75px
}

.companies.one-fourth.paymatrix {
	height: 39.25px;
	width: 103px;
	background-position: -2485.25px
}

.companies.one-fourth.paypal {
	height: 39.25px;
	width: 103.25px;
	background-position: -2588.75px
}

.companies.one-fourth.porter {
	height: 39.25px;
	width: 103px;
	background-position: -2692.5px
}

.companies.one-fourth.rebel_foods {
	height: 39.25px;
	width: 103px;
	background-position: -2796px
}

.companies.one-fourth.reliance_industries {
	height: 39.25px;
	width: 103px;
	background-position: -2899.5px
}

.companies.one-fourth.sigmoid {
	height: 39.25px;
	width: 103px;
	background-position: -3003px
}

.companies.one-fourth.siply {
	height: 39.25px;
	width: 103px;
	background-position: -3106.5px
}

.companies.one-fourth.superteam {
	height: 39.25px;
	width: 103px;
	background-position: -3210px
}

.companies.one-fourth.target {
	height: 39px;
	width: 103px;
	background-position: -3313.5px
}

.companies.one-fourth.turvo {
	height: 39.25px;
	width: 103.25px;
	background-position: -3417px
}

.companies.one-fourth.vimeo {
	height: 39.25px;
	width: 103px;
	background-position: -3520.75px
}

.companies.one-fourth.wakefit {
	height: 39.25px;
	width: 103px;
	background-position: -3624.25px
}

.companies.one-fourth.wisetech {
	height: 39.25px;
	width: 103.25px;
	background-position: -3727.75px
}

.companies.one-fourth.workspan {
	height: 39.25px;
	width: 103px;
	background-position: -3831.5px
}

.companies.one-fourth.zee {
	height: 39px;
	width: 103px;
	background-position: -3935px
}

.companies.one-fifth {
	background-size: 3230.6px 30px
}

.companies.one-fifth.abm_knowledgeware {
	height: 31.4px;
	width: 82.6px;
	background-position: -0.2px
}

.companies.one-fifth.ajio {
	height: 31.4px;
	width: 82.4px;
	background-position: -83.2px
}

.companies.one-fifth.akamai {
	height: 31.4px;
	width: 82.4px;
	background-position: -166px
}

.companies.one-fifth.amazon {
	height: 31.2px;
	width: 82.6px;
	background-position: -248.8px
}

.companies.one-fifth.apna {
	height: 31.4px;
	width: 82.4px;
	background-position: -331.8px
}

.companies.one-fifth.capriloans {
	height: 31.4px;
	width: 82.6px;
	background-position: -414.6px
}

.companies.one-fifth.cred_avenue {
	height: 31.4px;
	width: 82.4px;
	background-position: -497.6px
}

.companies.one-fifth.credera {
	height: 31.4px;
	width: 82.6px;
	background-position: -580.4px
}

.companies.one-fifth.epsilon {
	height: 31.2px;
	width: 82.4px;
	background-position: -663.4px
}

.companies.one-fifth.expressbees {
	height: 31.4px;
	width: 82.4px;
	background-position: -746.2px
}

.companies.one-fifth.first_hive {
	height: 31.4px;
	width: 82.4px;
	background-position: -829px
}

.companies.one-fifth.fyers {
	height: 31.4px;
	width: 82.4px;
	background-position: -911.8px
}

.companies.one-fifth.interra {
	height: 31.4px;
	width: 82.4px;
	background-position: -994.6px
}

.companies.one-fifth.landmark_group {
	height: 31.2px;
	width: 82.4px;
	background-position: -1077.4px
}

.companies.one-fifth.love_bonito {
	height: 31.4px;
	width: 82.4px;
	background-position: -1160.2px
}

.companies.one-fifth.lummo {
	height: 31.4px;
	width: 82.4px;
	background-position: -1243px
}

.companies.one-fifth.mediamelon {
	height: 31.2px;
	width: 82.4px;
	background-position: -1325.8px
}

.companies.one-fifth.monotype {
	height: 31.4px;
	width: 82.4px;
	background-position: -1408.6px
}

.companies.one-fifth.muthoot_finance {
	height: 31.4px;
	width: 82.4px;
	background-position: -1491.4px
}

.companies.one-fifth.mystifly {
	height: 31.4px;
	width: 82.4px;
	background-position: -1574.2px
}

.companies.one-fifth.nference {
	height: 31.4px;
	width: 82.4px;
	background-position: -1657px
}

.companies.one-fifth.ntt_data {
	height: 31.4px;
	width: 82.4px;
	background-position: -1739.8px
}

.companies.one-fifth.nykaa {
	height: 31.4px;
	width: 82.4px;
	background-position: -1822.6px
}

.companies.one-fifth.onmobile {
	height: 31.2px;
	width: 82.4px;
	background-position: -1905.4px
}

.companies.one-fifth.paymatrix {
	height: 31.4px;
	width: 82.4px;
	background-position: -1988.2px
}

.companies.one-fifth.paypal {
	height: 31.4px;
	width: 82.6px;
	background-position: -2071px
}

.companies.one-fifth.porter {
	height: 31.4px;
	width: 82.4px;
	background-position: -2154px
}

.companies.one-fifth.rebel_foods {
	height: 31.4px;
	width: 82.4px;
	background-position: -2236.8px
}

.companies.one-fifth.reliance_industries {
	height: 31.4px;
	width: 82.4px;
	background-position: -2319.6px
}

.companies.one-fifth.sigmoid {
	height: 31.4px;
	width: 82.4px;
	background-position: -2402.4px
}

.companies.one-fifth.siply {
	height: 31.4px;
	width: 82.4px;
	background-position: -2485.2px
}

.companies.one-fifth.superteam {
	height: 31.4px;
	width: 82.4px;
	background-position: -2568px
}

.companies.one-fifth.target {
	height: 31.2px;
	width: 82.4px;
	background-position: -2650.8px
}

.companies.one-fifth.turvo {
	height: 31.4px;
	width: 82.6px;
	background-position: -2733.6px
}

.companies.one-fifth.vimeo {
	height: 31.4px;
	width: 82.4px;
	background-position: -2816.6px
}

.companies.one-fifth.wakefit {
	height: 31.4px;
	width: 82.4px;
	background-position: -2899.4px
}

.companies.one-fifth.wisetech {
	height: 31.4px;
	width: 82.6px;
	background-position: -2982.2px
}

.companies.one-fifth.workspan {
	height: 31.4px;
	width: 82.4px;
	background-position: -3065.2px
}

.companies.one-fifth.zee {
	height: 31.2px;
	width: 82.4px;
	background-position: -3148px
}

.companies.one-sixth {
	background-size: 2692.16666667px 25px
}

.companies.one-sixth.abm_knowledgeware {
	height: 26.16666667px;
	width: 68.83333333px;
	background-position: -0.16666667px
}

.companies.one-sixth.ajio {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -69.33333333px
}

.companies.one-sixth.akamai {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -138.33333333px
}

.companies.one-sixth.amazon {
	height: 26px;
	width: 68.83333333px;
	background-position: -207.33333333px
}

.companies.one-sixth.apna {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -276.5px
}

.companies.one-sixth.capriloans {
	height: 26.16666667px;
	width: 68.83333333px;
	background-position: -345.5px
}

.companies.one-sixth.cred_avenue {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -414.66666667px
}

.companies.one-sixth.credera {
	height: 26.16666667px;
	width: 68.83333333px;
	background-position: -483.66666667px
}

.companies.one-sixth.epsilon {
	height: 26px;
	width: 68.66666667px;
	background-position: -552.83333333px
}

.companies.one-sixth.expressbees {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -621.83333333px
}

.companies.one-sixth.first_hive {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -690.83333333px
}

.companies.one-sixth.fyers {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -759.83333333px
}

.companies.one-sixth.interra {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -828.83333333px
}

.companies.one-sixth.landmark_group {
	height: 26px;
	width: 68.66666667px;
	background-position: -897.83333333px
}

.companies.one-sixth.love_bonito {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -966.83333333px
}

.companies.one-sixth.lummo {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -1035.83333333px
}

.companies.one-sixth.mediamelon {
	height: 26px;
	width: 68.66666667px;
	background-position: -1104.83333333px
}

.companies.one-sixth.monotype {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -1173.83333333px
}

.companies.one-sixth.muthoot_finance {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -1242.83333333px
}

.companies.one-sixth.mystifly {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -1311.83333333px
}

.companies.one-sixth.nference {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -1380.83333333px
}

.companies.one-sixth.ntt_data {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -1449.83333333px
}

.companies.one-sixth.nykaa {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -1518.83333333px
}

.companies.one-sixth.onmobile {
	height: 26px;
	width: 68.66666667px;
	background-position: -1587.83333333px
}

.companies.one-sixth.paymatrix {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -1656.83333333px
}

.companies.one-sixth.paypal {
	height: 26.16666667px;
	width: 68.83333333px;
	background-position: -1725.83333333px
}

.companies.one-sixth.porter {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -1795px
}

.companies.one-sixth.rebel_foods {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -1864px
}

.companies.one-sixth.reliance_industries {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -1933px
}

.companies.one-sixth.sigmoid {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -2002px
}

.companies.one-sixth.siply {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -2071px
}

.companies.one-sixth.superteam {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -2140px
}

.companies.one-sixth.target {
	height: 26px;
	width: 68.66666667px;
	background-position: -2209px
}

.companies.one-sixth.turvo {
	height: 26.16666667px;
	width: 68.83333333px;
	background-position: -2278px
}

.companies.one-sixth.vimeo {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -2347.16666667px
}

.companies.one-sixth.wakefit {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -2416.16666667px
}

.companies.one-sixth.wisetech {
	height: 26.16666667px;
	width: 68.83333333px;
	background-position: -2485.16666667px
}

.companies.one-sixth.workspan {
	height: 26.16666667px;
	width: 68.66666667px;
	background-position: -2554.33333333px
}

.companies.one-sixth.zee {
	height: 26px;
	width: 68.66666667px;
	background-position: -2623.33333333px
}

.companies.one-nineth {
	background-size: 1794.77777778px 16.66666667px
}

.companies.one-nineth.abm_knowledgeware {
	height: 17.44444444px;
	width: 45.88888889px;
	background-position: -0.11111111px
}

.companies.one-nineth.ajio {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -46.22222222px
}

.companies.one-nineth.akamai {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -92.22222222px
}

.companies.one-nineth.amazon {
	height: 17.33333333px;
	width: 45.88888889px;
	background-position: -138.22222222px
}

.companies.one-nineth.apna {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -184.33333333px
}

.companies.one-nineth.capriloans {
	height: 17.44444444px;
	width: 45.88888889px;
	background-position: -230.33333333px
}

.companies.one-nineth.cred_avenue {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -276.44444444px
}

.companies.one-nineth.credera {
	height: 17.44444444px;
	width: 45.88888889px;
	background-position: -322.44444444px
}

.companies.one-nineth.epsilon {
	height: 17.33333333px;
	width: 45.77777778px;
	background-position: -368.55555556px
}

.companies.one-nineth.expressbees {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -414.55555556px
}

.companies.one-nineth.first_hive {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -460.55555556px
}

.companies.one-nineth.fyers {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -506.55555556px
}

.companies.one-nineth.interra {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -552.55555556px
}

.companies.one-nineth.landmark_group {
	height: 17.33333333px;
	width: 45.77777778px;
	background-position: -598.55555556px
}

.companies.one-nineth.love_bonito {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -644.55555556px
}

.companies.one-nineth.lummo {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -690.55555556px
}

.companies.one-nineth.mediamelon {
	height: 17.33333333px;
	width: 45.77777778px;
	background-position: -736.55555556px
}

.companies.one-nineth.monotype {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -782.55555556px
}

.companies.one-nineth.muthoot_finance {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -828.55555556px
}

.companies.one-nineth.mystifly {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -874.55555556px
}

.companies.one-nineth.nference {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -920.55555556px
}

.companies.one-nineth.ntt_data {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -966.55555556px
}

.companies.one-nineth.nykaa {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -1012.55555556px
}

.companies.one-nineth.onmobile {
	height: 17.33333333px;
	width: 45.77777778px;
	background-position: -1058.55555556px
}

.companies.one-nineth.paymatrix {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -1104.55555556px
}

.companies.one-nineth.paypal {
	height: 17.44444444px;
	width: 45.88888889px;
	background-position: -1150.55555556px
}

.companies.one-nineth.porter {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -1196.66666667px
}

.companies.one-nineth.rebel_foods {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -1242.66666667px
}

.companies.one-nineth.reliance_industries {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -1288.66666667px
}

.companies.one-nineth.sigmoid {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -1334.66666667px
}

.companies.one-nineth.siply {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -1380.66666667px
}

.companies.one-nineth.superteam {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -1426.66666667px
}

.companies.one-nineth.target {
	height: 17.33333333px;
	width: 45.77777778px;
	background-position: -1472.66666667px
}

.companies.one-nineth.turvo {
	height: 17.44444444px;
	width: 45.88888889px;
	background-position: -1518.66666667px
}

.companies.one-nineth.vimeo {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -1564.77777778px
}

.companies.one-nineth.wakefit {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -1610.77777778px
}

.companies.one-nineth.wisetech {
	height: 17.44444444px;
	width: 45.88888889px;
	background-position: -1656.77777778px
}

.companies.one-nineth.workspan {
	height: 17.44444444px;
	width: 45.77777778px;
	background-position: -1702.88888889px
}

.companies.one-nineth.zee {
	height: 17.33333333px;
	width: 45.77777778px;
	background-position: -1748.88888889px
}

.business-contact__text-area {
	border: 0.2rem solid #e2e2e2;
	width: 54rem;
	height: 15rem;
	border-radius: 0.4rem;
	padding: 1rem
}

@media screen and (max-width: 767px) {
	.business-contact__text-area {
		width: 38.5rem
	}
}

.business-contact__heading {
	text-align: center;
	margin-bottom: 3rem;
	color: #021028
}

.number-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media screen and (max-width: 767px) {
	.number-card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		margin: 0 0 1.5rem 0
	}
}

.number-card__icon {
	margin: 1rem
}

.number-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 1rem;
	color: #021028;
	justify-items: flex-start
}

@media screen and (max-width: 767px) {
	.number-card__content {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
}

.number-card__header {
	margin: 0
}

.number-card__header--bolder {
	font-weight: 800
}

.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #ffffff
}

.card__container {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

@media screen and (max-width: 767px) {
	.card__container {
		margin-bottom: 3rem
	}
}

.card__title {
	padding: 1rem;
	color: #0f8cff
}

.card__title .blue {
	background-color: #b8d9fc;
	color: #0971df
}

.card__title .green {
	background-color: #c3eac8;
	color: #3aa748
}

.card__title .yellow {
	background-color: #f9da82;
	color: #a77e08
}

.card__title-heading {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 1rem 3rem;
	font-weight: 600;
	border-radius: 6rem
}

@media screen and (max-width: 767px) {
	.card__title-heading {
		text-align: center;
		width: 100%
	}
}

.card__title-heading h4 {
	margin-bottom: 0
}

.card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.card__content-points {
	margin-left: 1.5rem
}

.card__leaders {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	margin-top: 1rem
}

.card__leaders img {
	width: 6.5rem
}

.leader {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.leader__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.leader__bottom h5 {
	margin: 0 1rem 0 0
}

.leader__bottom img {
	width: 5rem
}

.scaler-grads-card {
	margin-bottom: 3rem
}

@media screen and (max-width: 1023px) {
	.scaler-grads-card {
		margin-bottom: 2rem
	}
}

@media screen and (min-width: 769px) {
	.scaler-grads-card {
		margin-bottom: 5rem
	}
}

.scaler-grads-card__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline
}

.scaler-grads-card__number {
	color: #b9b7b0;
	margin-right: 0.5rem
}

.scaler-grads-card__number h2 {
	margin-bottom: 0
}

.scaler-grads-card__title {
	color: #021028;
	font-weight: 600
}

@media screen and (max-width: 767px) {
	.scaler-grads-card__desc {
		margin-left: 2rem
	}
}

.card-carousel__details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f2f6fe;
	border-radius: 0.4rem
}

.card-carousel__details-img {
	padding: 2rem
}

.card-carousel__details-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.card-carousel__details-title {
	color: #021028;
	font-weight: 800
}

.card-carousel__slide {
	margin-right: 2rem
}

.why-us-card {
	-webkit-box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 1rem;
	padding: 3rem;
	border-radius: 0.4rem;
	background-color: #ffffff
}

.why-us-card:first-child {
	margin-left: 0
}

.why-us-card:last-child {
	margin-right: 0
}

.why-us-card__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.why-us-card__visual {
	width: 7rem
}

.why-us-card__content {
	margin-left: 1.5rem
}

.why-us-card__title {
	color: #021028
}

.why-us-card__title h3 {
	font-weight: 600
}

.why-us-card__points-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 1rem 0 0 1.5rem
}

.why-us-card__point-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 1rem
}

.why-us-card__item-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 1.5rem;
	color: #021028;
	font-weight: 600
}

@media screen and (max-width: 767px) {
	.why-us-card {
		margin: 0
	}

	.why-us-card:first-child {
		margin-bottom: 2rem
	}
}

.partners-carousel__details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 2rem;
	background-color: #ffffff;
	padding: 2rem;
	height: 25rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 0.4rem;
	-webkit-box-shadow: 0 0 0.9rem -0.4rem #808080;
	box-shadow: 0 0 0.9rem -0.4rem #808080
}

@media screen and (max-width: 767px) {
	.partners-carousel__details {
		height: 35rem
	}
}

.partners-carousel__paragraph {
	margin-bottom: 1rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.partners-carousel__slide {
	margin-right: 2rem
}

.partners-carousel__slide:first-child {
	margin-left: 14rem
}

.company-carousel__details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 1rem;
	padding: 1rem;
	border-radius: 0.4rem;
	background-color: #ffffff;
	-webkit-box-shadow: rgba(19, 46, 112, 0.1) 0 0rem 1rem 0;
	box-shadow: rgba(19, 46, 112, 0.1) 0 0rem 1rem 0;
	height: 95%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.company-carousel__details-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.company-carousel__details-content .purple {
	background-color: #f9f2ff;
	color: #704d8e
}

.company-carousel__details-content .blue {
	background-color: #f2f6fe;
	color: #586ca0
}

.company-carousel__details-content .yellow {
	background-color: #fff4e5;
	color: #d87d00
}

.company-carousel__details-title {
	color: #021028;
	font-weight: 800;
	text-align: center;
	padding: 3rem;
	margin-top: 0.5rem
}

.company-carousel__details-companies {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.5rem
}

.company-carousel__details-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.company-carousel__details-row.hide {
	display: none
}

.company-carousel__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 0;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.company-carousel__details-bottom {
	text-align: center;
	padding: 2rem
}

.company-carousel__details-bottom.hide {
	display: none
}

.company-carousel__details-bottom button {
	background: transparent;
	border: none;
	color: #5b6f81
}

.company-carousel__details-bottom button:hover {
	cursor: pointer
}

.community-carousel__details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 2rem;
	background-color: #ffffff;
	padding: 2rem;
	height: 22rem;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	border-radius: 0.4rem
}

.community-carousel__read-more {
	-ms-flex-item-align: end;
	align-self: flex-end;
	color: #0f8cff;
	font-weight: 600
}

.community-carousel__subject {
	width: 60%;
	font-weight: 600;
	color: #021028
}

.community-carousel__image {
	margin-bottom: -1rem
}

.community-carousel__slide {
	margin-right: 2rem
}

.community-carousel__slide:first-child {
	margin-left: 14rem
}

.community-carousel__image img {
	width: -webkit-fill-available;
	width: -moz-available;
	width: fill
}

.card-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1rem
}

.card-row__tick:after {
	content: 'L';
	display: inline-block;
	color: #2fbd77;
	font-weight: 800;
	-webkit-transform: scaleX(-1) rotate(-40deg);
	transform: scaleX(-1) rotate(-40deg)
}

.card-row__dot:after {
	content: '•';
	display: inline-block;
	color: #2fbd77;
	font-weight: 800
}

.card-row__data {
	margin-left: 1.5rem
}

.connected-list {
	list-style: none;
	padding-left: 1rem
}

.connected-list__text {
	line-height: 2rem;
	font-size: 1.5rem;
	width: 90%;
	margin-bottom: 2rem
}

.connected-list__circle {
	background-color: #34a853;
	display: inline-block;
	width: 2rem;
	height: 2rem;
	margin-left: -1rem;
	margin-right: 1rem;
	border: 0.5rem solid #ecf2fb;
	border-radius: 50%;
	position: relative
}

.connected-list__circle::after {
	content: "";
	position: absolute;
	width: 0.5rem;
	background: #ecf2fb;
	height: 4rem;
	top: 1rem;
	left: 0.25rem
}

.connected-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.connected-list__item:last-child .connected-list__circle::after {
	display: none
}

.subscribe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 767px) {
	.subscribe {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.subscribe-button {
	border: 0;
	display: block;
	font-size: 1.6rem;
	color: #ffffff;
	border-radius: 0.4rem;
	font-weight: 800;
	background-color: #e73f5b
}

@media screen and (max-width: 767px) {
	.subscribe-button {
		width: 100%;
		margin: 1rem
	}
}

.testimonial {
	padding-bottom: 4rem
}

@media screen and (max-width: 767px) {
	.testimonial {
		padding-bottom: 0
	}
}

.testimonial .section-header__title {
	padding-top: 1rem
}

@media screen and (max-width: 767px) {
	.testimonial .section-header__title {
		padding-top: 2rem
	}
}

.testimonial__top-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.testimonial__parent {
	overflow: auto;
	white-space: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 1rem);
	margin-left: -1rem;
	padding-bottom: 2rem
}

@media screen and (max-width: 767px) {
	.testimonial__parent {
		width: calc(100% + 4rem)
	}
}

.testimonial__info {
	margin-left: 1rem
}

.testimonial__right-arrow {
	width: 2rem;
	height: 1rem
}

.testimonial__medium {
	margin: auto 0 auto auto
}

.testimonial__medium img {
	height: 4rem;
	display: block
}

.testimonial__name {
	margin-top: 1rem;
	font-size: 1.6rem;
	text-align: left;
	white-space: initial;
	font-weight: 600;
	color: #1a2c47
}

.testimonial__name--white {
	color: #ffffff
}

.testimonial__title {
	margin-bottom: 1rem;
	color: #61738e;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.testimonial__title--white {
	color: #ffffff
}

.testimonial__desc {
	font-size: 1.6rem;
	text-align: left;
	color: #5a6e81;
	white-space: initial;
	padding-bottom: 1.5rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0;
	padding-top: 1.5rem
}

.testimonial__link {
	font-size: 1.6rem;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	padding: 3rem 0
}

.testimonial__image img {
	border-radius: 50%;
	width: 6rem;
	-o-object-fit: cover;
	object-fit: cover;
	height: 6rem
}

.testimonial__body {
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 1.4rem 2rem 8rem rgba(103, 131, 152, 0.2);
	box-shadow: 1.4rem 2rem 8rem rgba(103, 131, 152, 0.2);
	border-radius: 2rem;
	width: 38rem;
	padding: 2rem;
	margin: 1rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media screen and (max-width: 767px) {
	.testimonial__body {
		width: 39rem
	}
}

.testimonial__body--padding0 {
	padding: 0
}

.testimonial__video {
	position: relative;
	padding: 0
}

.testimonial__bg-img {
	padding: 0.1rem;
	border-radius: 2rem;
	-o-object-fit: cover;
	object-fit: cover
}

.testimonial__hr {
	height: 2rem;
	margin: 0 1rem;
	color: #f4f4f4
}

.testimonial__play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 8rem
}

.testimonial__shadow {
	position: absolute;
	inset: 0;
	background-color: #ffffff;
	opacity: 0.6
}

.testimonial__video-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 0;
	padding: 2rem 3rem;
	width: 100%
}

.testimonial__youtube-link {
	border-radius: 1rem;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.banner {
	margin-bottom: 0
}

.banner__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media screen and (max-width: 767px) {
	.banner__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.banner__intro,
.banner__visual,
.banner__content,
.banner__heading {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.banner__intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #021028;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.banner__heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 80%;
	margin: 0 0 2rem 0;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media screen and (max-width: 767px) {
	.banner__heading {
		width: 100%;
		margin: 0 0 2rem 0
	}
}

.banner__heading h1 {
	font-weight: 600;
	font-size: 5.5rem
}

@media screen and (max-width: 767px) {
	.banner__heading h1 {
		font-size: 3.6rem;
		text-align: center
	}
}

.banner__content {
	margin-bottom: 2rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #ffffff
}

@media screen and (max-width: 767px) {
	.banner__content {
		left: 0;
		bottom: 0;
		width: 100%;
		position: fixed;
		text-align: center;
		-webkit-box-shadow: 0 -0.3rem 1.6rem 0 rgba(0, 0, 0, 0.11);
		box-shadow: 0 -0.3rem 1.6rem 0 rgba(0, 0, 0, 0.11);
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		border-top-left-radius: 1rem;
		border-top-right-radius: 1rem;
		margin-bottom: 0;
		z-index: 2
	}
}

.banner__visual {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.banner__sub-heading {
	margin-bottom: 4rem;
	font-size: 1.6rem;
	color: #4d607d;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	gap: 1.5rem
}

.banner__sub-heading .feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.hire-from-scaler {
	margin-top: 10rem
}

.hire-from-scaler__heading {
	width: 45%;
	margin: 0 auto
}

@media screen and (max-width: 767px) {
	.hire-from-scaler__heading {
		width: 90%;
		margin: 0
	}
}

.hire-from-scaler__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.hire-from-scaler__image {
	width: 40%;
	border-radius: 2rem;
	height: 80%
}

.hire-from-scaler__content {
	width: 50%
}

.hire-from-scaler__title {
	color: #021028
}

.hire-from-scaler .mobile-only {
	display: none
}

@media screen and (max-width: 767px) {
	.hire-from-scaler .desktop-only {
		display: none
	}

	.hire-from-scaler .mobile-only {
		display: block
	}

	.hire-from-scaler__container {
		padding: 0 1.5rem
	}

	.hire-from-scaler__content {
		width: 100%
	}

	.hire-from-scaler__image {
		width: 100%;
		height: auto;
		margin: 5rem 0
	}

	.hire-from-scaler__title {
		font-size: 2.2rem
	}

	.hire-from-scaler__heading .section-header__title {
		text-align: left;
		padding: 0 1.5rem
	}
}

.why-hire-scaler-learners {
	padding-top: 4rem;
	width: 100%;
	background-color: rgba(246, 247, 250, 0.8)
}

.why-hire-scaler-learners__heading {
	width: 43%;
	margin: 0 auto
}

@media screen and (max-width: 767px) {
	.why-hire-scaler-learners__heading {
		width: 90%
	}
}

.why-hire-scaler-learners__container {
	margin: 2rem 4rem
}

@media screen and (max-width: 767px) {
	.why-hire-scaler-learners__container {
		margin: 2rem 1rem
	}
}

.why-hire-scaler-learners__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4rem;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.why-hire-scaler-learners__content-image {
	width: 45%
}

@media screen and (max-width: 767px) {
	.why-hire-scaler-learners__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 5rem
	}

	.why-hire-scaler-learners__content-image {
		width: 90%
	}

	.why-hire-scaler-learners__content.driven-impact,
	.why-hire-scaler-learners__content.preferred-by-top-product {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

.why-hire-scaler-learners__content.preferred-by-top-product .numbers__logo {
	width: 7rem;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.why-hire-scaler-learners__title {
	color: #021028;
	font-size: 2.4rem
}

.why-hire-scaler-learners__description {
	color: #4d607d;
	margin-bottom: 1.5rem
}

.why-hire-scaler-learners__details {
	margin-top: -5rem;
	width: 45%
}

@media screen and (max-width: 767px) {
	.why-hire-scaler-learners__details {
		margin: 1rem 0;
		width: 90%
	}
}

.why-hire-scaler-learners__details .numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.why-hire-scaler-learners__details .numbers__number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.6rem;
	padding-right: 2.5rem;
	margin-right: 2rem;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-right: 1px solid #e5e5e5;
	gap: 1.5rem
}

.why-hire-scaler-learners__details .numbers__number:last-child {
	border-right: none
}

.why-hire-scaler-learners__details .numbers__data {
	color: #021028;
	font-weight: 600;
	margin-bottom: 0
}

.why-hire-scaler-learners__details .numbers__desc {
	color: #4d607d;
	font-size: 1.6rem
}

.why-hire-scaler-learners__content.trained-to-match .numbers__number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 0
}

.why-hire-scaler-learners__content.preferred-by-top-product .numbers__number {
	margin-right: 0;
	padding-right: 0
}

.numbers {
	margin-top: 0
}

.numbers__panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	padding: 1rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.opt-for-assistance__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: linear-gradient(91.99deg, #fff5e6 .07%, rgba(255, 244, 230, 0.38) 105.72%);
	border-radius: 1rem;
	width: calc(100% - $side-margin);
	margin: 0 3rem;
	gap: 2.5rem;
	padding: 2rem
}

.opt-for-assistance__image {
	width: 15%
}

.opt-for-assistance__heading {
	color: #021028;
	font-weight: 600;
	width: 28%;
	font-size: 2rem
}

.opt-for-assistance__list {
	width: 55%
}

.opt-for-assistance__list__circle {
	border-color: #fbecd6
}

.opt-for-assistance__list__circle::after {
	background: #fbecd6
}

@media screen and (max-width: 767px) {
	.opt-for-assistance__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 2rem 1rem;
		margin: 2rem
	}

	.opt-for-assistance__list,
	.opt-for-assistance__heading {
		width: 100%;
		margin: 1rem
	}

	.opt-for-assistance__image {
		width: 75%
	}
}

.start-hiring {
	margin: 4rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.break-the-bias {
	margin-top: 10rem
}

.break-the-bias__heading {
	width: 45%;
	margin: 0 auto
}

@media screen and (max-width: 767px) {
	.break-the-bias__heading {
		width: 90%
	}
}

.break-the-bias__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.break-the-bias__image {
	width: 40%;
	border-radius: 2rem;
	height: 80%
}

.break-the-bias__content {
	width: 50%
}

.break-the-bias__title {
	color: #021028;
	font-size: 1.6rem
}

.break-the-bias .mobile-only {
	display: none
}

@media screen and (max-width: 767px) {
	.break-the-bias .desktop-only {
		display: none
	}

	.break-the-bias .mobile-only {
		display: block
	}

	.break-the-bias__content {
		width: 90%
	}

	.break-the-bias__image {
		width: 100%;
		height: auto;
		margin: 5rem 0
	}

	.break-the-bias__title {
		font-size: 2.2rem
	}

	.break-the-bias__heading .section-header__title {
		text-align: left
	}
}

.beware-of-techies__container {
	background: linear-gradient(92.94deg, #b8dfff -55.27%, rgba(230, 244, 255, 0.768627) 83.79%);
	width: 90%;
	height: 24rem;
	border-radius: 1rem;
	margin: 10rem 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (max-width: 767px) {
	.beware-of-techies__container {
		margin: 0;
		height: auto;
		width: auto;
		padding: 1rem
	}
}

.beware-of-techies .section-header__title,
.beware-of-techies .section-header__content {
	margin-bottom: 1rem
}

.beware-of-techies__title {
	color: #4d607d;
	font-size: 1.6rem;
	text-align: center;
	margin: 0 15% 2rem 15%
}

@media screen and (max-width: 767px) {
	.beware-of-techies__heading .section-header__title {
		font-size: 1.6rem
	}
}

.testimonials__subheading {
	text-align: center;
	margin-bottom: 4rem
}

.company-partners__description {
	-webkit-box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	box-shadow: rgba(19, 46, 112, 0.1) 0 1rem 4rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f2f6fe;
	border-radius: 1rem
}

.company-partners__subtitle {
	padding: 3rem 0
}

.company-partners__company {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 22.7rem;
	-ms-flex-preferred-size: 22.7rem;
	flex-basis: 22.7rem;
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}

@media screen and (max-width: 1023px) {
	.company-partners__company {
		width: 16rem;
		-ms-flex-preferred-size: 16rem;
		flex-basis: 16rem
	}
}

@media screen and (max-width: 767px) {
	.company-partners__company {
		width: 11rem;
		-ms-flex-preferred-size: 11rem;
		flex-basis: 11rem
	}
}

.company-partners .hidden {
	display: none
}

.company-partners__companies {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.company-partners__companies-icon {
	margin: 1rem 2rem;
	-webkit-transition: -webkit-transform 0.8s;
	transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	transition: transform 0.8s, -webkit-transform 0.8s
}

.company-partners__companies-icon:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

@media screen and (max-width: 767px) {
	.company-partners__companies-icon {
		margin: 1rem
	}
}

.company-partners__company-count {
	font-weight: 600;
	color: #021028
}

.company-partners__subheading {
	color: #4d607d;
	font-weight: 600;
	font-size: 2.4rem;
	margin-bottom: 5rem
}

.company-partners__toggle-btn {
	padding: 1rem 2rem;
	border: 1px solid #324766;
	border-radius: 0.4rem;
	color: #324766;
	font-weight: 600;
	font-size: 1.4rem;
	margin: 3rem auto;
	background-color: #ffffff;
	cursor: pointer
}

.company-partners__toggle-btn:hover {
	background-color: #ebebeb
}