@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700&display=swap&subset=latin-ext');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .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: -.25em
}

sup {
	top: -.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
}

[type=button], [type=reset], [type=submit], button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .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
}

[hidden], template {
	display: none
}

@font-face {
	font-family: Gilroy;
	src: url(../../fonts/Gilroy/radomir_tinkov_-_gilroy-bold-webfont.woff) format("woff"), url(../../fonts/Gilroy/radomir_tinkov_-_gilroy-bold-webfont.woff2) format("woff2")
}

@font-face {
	font-family: Gilroy-regular;
	src: url(../../fonts/Gilroy/radomir_tinkov_-_gilroy-regular-webfont.woff) format("woff"), url(../../fonts/Gilroy/radomir_tinkov_-_gilroy-regular-webfont.woff2) format("woff2")
}

@font-face {
	font-family: Gilroy-thin;
	src: url(../../fonts/Gilroy/radomir_tinkov_-_gilroy-thin-webfont.woff) format("woff"), url(../../fonts/Gilroy/radomir_tinkov_-_gilroy-thin-webfont.woff2) format("woff2")
}

html {
	scroll-behavior: smooth
}

body {
	font-family: 'Source Sans Pro', sans-serif;
}

::-moz-selection {
	background-color: #694b9e;
	color: #fff
}

::selection {
	background-color: #694b9e;
	color: #fff
}

img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges
}

p {
	font-size: 18px;
	color: #4b4f63;
	line-height: 1.5
}

img {
	max-width: 100%
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media (max-width:1200px) {
	.container {
		padding: 0 20px
	}
}

.btn, a, li {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out
}

.btn {
	border-radius: 3px;
	padding: 15px 24px;
	border: 1px solid #e4e6ed;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
	font-size: 14px;
	font-weight: 600;
	color: #694b9e
}

.btn:hover {
	border-color: #694b9e;
	color: #694b9e
}

.btn.purple-btn {
	background-color: #694b9e;
	border-color: #694b9e;
	color: #fff
}

.btn.purple-btn:hover {
	background-color: #543b7d;
	border-color: #543b7d;
	color: #fff
}

h1 {
	font-size: 44px;
	line-height: 50px;
	letter-spacing: -.2px;
	color: #221b2e
}

@media (max-width:992px) {
	h1 {
		font-size: 36px;
		line-height: 40px
	}
}

h2 {
	font-size: 36px;
	line-height: 42px;
	letter-spacing: -.2px;
	color: #221b2e
}

@media (max-width:992px) {
	h2 {
		font-size: 28px;
		line-height: 32px
	}
}

h3 {
	font-size: 28px;
	line-height: 30px;
	letter-spacing: -.2px;
	color: #221b2e
}

@media (max-width:992px) {
	h3 {
		font-size: 24px;
		line-height: 28px
	}
}

h4 {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: -.2px;
	color: #221b2e
}

@media (max-width:992px) {
	h4 {
		font-size: 20px;
		line-height: 24px
	}
}

h5 {
	font-size: 20px;
	line-height: 26px;
	letter-spacing: -.2px;
	color: #4b4f63;
	margin-bottom: 15px
}

@media (max-width:992px) {
	h5 {
		font-size: 16px;
		line-height: 20px
	}
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.columns .col-6 {
	width: 50%
}

.align-vertical {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.section-title {
	font-size: 28px;
	font-weight: 700;
	color: #221b2e;
	font-family: Gilroy;
	margin: 0
}

@media (max-width:600px) {
	.section-title {
		font-size: 24px
	}
}

.header-wrapper {
	padding-bottom: 65px
}

.site-header.mobile .header-bar #menu-mobile {
	left: 0
}

.site-header.mobile .header-bar #menu-primary li.external.create-account {
	display: none
}

.site-header.mobile .page-logo .mobile-logo {
	-webkit-filter: brightness(10);
	filter: brightness(10)
}

.site-header, .site-header.mobile .ham.active .bar {
	background: #fff
}

.site-header {
	padding: 23px 0 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	-webkit-transition: -webkit-box-shadow .3s ease-in-out;
	transition: -webkit-box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out
}

.site-header.shadow {
	-webkit-box-shadow: 0 0 12px 0 rgba(56, 60, 82, .15);
	box-shadow: 0 0 12px 0 rgba(56, 60, 82, .15)
}

@media (max-width:992px) {
	.site-header {
		border-bottom: 1px solid #e4e6ed
	}
}

.site-header .page-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	text-decoration: none
}

@media (max-width:992px) {
	.site-header .page-logo .logo {
		display: none
	}
}

.site-header .page-logo .mobile-logo {
	display: none;
	height: 25px
}

@media (max-width:992px) {
	.site-header .page-logo .mobile-logo {
		display: block
	}
}

.site-header .page-logo .logo-blog {
	color: #694b9e;
	font-size: 17px;
	font-weight: 800;
	font-family: Gilroy;
	-webkit-transform: translate(4px, -4px);
	transform: translate(4px, -4px)
}

@media (max-width:992px) {
	.site-header .page-logo .logo-blog {
		-webkit-transform: translate(4px, 6px);
		transform: translate(4px, 6px)
	}
}

.site-header .header-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.site-header .header-bar .page-logo {
	margin-right: auto
}

.site-header .header-bar #menu-mobile {
	display: none
}

@media (max-width:992px) {
	.site-header .header-bar #menu-mobile {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 100%;
		width: 100%;
		height: 100%;
		margin: 0;
		background: #694b9e;
		-webkit-transition: .3s;
		transition: .3s;
		list-style: none;
		z-index: -1;
		padding: 100px 0 0 20px
	}

	.site-header .header-bar #menu-mobile:before {
		content: "";
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #fff
	}

	.site-header .header-bar #menu-mobile li {
		margin-bottom: 15px
	}

	.site-header .header-bar #menu-mobile li.current-menu-item a, .site-header .header-bar #menu-mobile li:hover a {
		color: #fff
	}

	.site-header .header-bar #menu-mobile li.external {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 15px 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0 20px;
		text-align: center;
		border-radius: 3px
	}

	.site-header .header-bar #menu-mobile li.external a {
		font-size: 14px;
		font-weight: 600
	}

	.site-header .header-bar #menu-mobile li.external.create-account {
		bottom: 40px;
		background: #fff;
		border: 1px solid #fff
	}

	.site-header .header-bar #menu-mobile li.external.create-account a {
		color: #694b9e
	}

	.site-header .header-bar #menu-mobile li.external.sign-in {
		bottom: 105px;
		background: #694b9e;
		border: 1px solid hsla(0, 0%, 100%, .35)
	}

	.site-header .header-bar #menu-mobile li.external.sign-in a {
		color: #fff
	}

	.site-header .header-bar #menu-mobile li a {
		color: hsla(0, 0%, 100%, .35);
		text-decoration: none;
		font-weight: 600;
		text-transform: lowercase;
		font-size: 18px
	}

	.site-header .header-bar #menu-mobile li:last-child {
		position: absolute;
		top: 25px;
		right: 90px
	}

	.site-header .header-bar #menu-mobile li:last-child img {
		width: 24px;
		height: 24px;
		border-radius: 100%;
		margin-right: 5px
	}

	.site-header .header-bar #menu-mobile li:last-child span {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.29;
		color: hsla(0, 0%, 100%, .5);
		letter-spacing: -.2px;
		text-transform: uppercase
	}

	.site-header .header-bar #menu-mobile li:last-child a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.site-header .header-bar #menu-mobile li:last-child a+.sub-menu {
		display: none;
		opacity: 0;
		position: absolute;
		background: #fff;
		border: 1px solid #e4e6ed;
		left: 50%;
		top: 0;
		margin-top: 45px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		list-style: none;
		padding: 10px 25px;
		border-radius: 8px;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		z-index: 9999
	}

	.site-header .header-bar #menu-mobile li:last-child a+.sub-menu img {
		margin-right: 10px
	}

	.site-header .header-bar #menu-mobile li:last-child a+.sub-menu li {
		margin: 15px 0
	}

	.site-header .header-bar #menu-mobile li:last-child a+.sub-menu:before {
		content: "";
		position: absolute;
		top: -7px;
		left: 50%;
		-webkit-transform: translateX(-50%) rotate(45deg);
		transform: translateX(-50%) rotate(45deg);
		width: 10px;
		height: 10px;
		border-color: #e4e6ed transparent transparent #e4e6ed;
		border-style: solid;
		border-width: 1px;
		background-color: #fff
	}
}

.site-header .header-bar #menu-primary {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.site-header .header-bar #menu-primary li {
	margin: 0 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer
}

@media (max-width:992px) {
	.site-header .header-bar #menu-primary li {
		display: none
	}
}

.site-header .header-bar #menu-primary li.external {
	border: 1px solid transparent;
	border-radius: 3px;
	padding: 15px 20px
}

.site-header .header-bar #menu-primary li.external.sign-in {
	border-color: #e4e6ed
}

@media (min-width:992px) {
	.site-header .header-bar #menu-primary li.external.sign-in {
		margin-right: 3px
	}
}

.site-header .header-bar #menu-primary li.external.sign-in:hover {
	border-color: #694b9e
}

.site-header .header-bar #menu-primary li.external.sign-in:hover a, .site-header .header-bar #menu-primary li.external.sign-in a {
	color: #694b9e
}

.site-header .header-bar #menu-primary li.external.create-account {
	background-color: #694b9e;
	border-color: #694b9e
}

@media (max-width:992px) {
	.site-header .header-bar #menu-primary li.external.create-account {
		position: absolute;
		top: -6px;
		right: 50px;
		margin: 0;
		padding: 7px 15px;
		display: block
	}
}

@media (max-width:600px) {
	.site-header .header-bar #menu-primary li.external.create-account {
		font-size: 13px
	}
}

.site-header .header-bar #menu-primary li.external.create-account:hover {
	background-color: #543b7d;
	border-color: #543b7d
}

.site-header .header-bar #menu-primary li.external.create-account:hover a, .site-header .header-bar #menu-primary li.external.create-account a {
	color: #fff
}

.site-header .header-bar #menu-primary li.current-menu-item a, .site-header .header-bar #menu-primary li:hover a {
	color: #694b9e
}

.site-header .header-bar #menu-primary li:last-child {
	position: relative
}

.site-header .header-bar #menu-primary li:last-child img {
	width: 24px;
	height: 24px;
	border-radius: 100%;
	margin-right: 5px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.site-header .header-bar #menu-primary li:last-child span {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.29;
	color: #868ba1;
	letter-spacing: -.2px
}

.site-header .header-bar #menu-primary li:last-child a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.site-header .header-bar #menu-primary li:last-child a+.sub-menu {
	display: none;
	opacity: 0;
	position: absolute;
	background: #fff;
	border: 1px solid #e4e6ed;
	left: 28%;
	top: 0;
	margin-top: 60px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	list-style: none;
	padding: 10px 0;
	border-radius: 3px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	-webkit-box-shadow: 0 0 12px rgba(56, 60, 82, .07);
	box-shadow: 0 0 12px rgba(56, 60, 82, .07)
}

.site-header .header-bar #menu-primary li:last-child a+.sub-menu li {
	padding: 10px 25px
}

.site-header .header-bar #menu-primary li:last-child a+.sub-menu li:hover {
	background-color: #e4e6ed
}

.site-header .header-bar #menu-primary li:last-child a+.sub-menu li:hover a span {
	color: #543b7d
}

.site-header .header-bar #menu-primary li:last-child a+.sub-menu img {
	margin-right: 10px
}

.site-header .header-bar #menu-primary li:last-child a+.sub-menu li {
	margin: 0
}

.site-header .header-bar #menu-primary li:last-child a+.sub-menu:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-color: #e4e6ed transparent transparent #e4e6ed;
	border-style: solid;
	border-width: 1px;
	background-color: #fff
}

.site-header .header-bar #menu-primary li:last-child a+.sub-menu:after {
	content: "";
	position: absolute;
	top: -60px;
	width: 100%;
	width-height: 60px;
	width-z-index: -1
}

.site-header .header-bar #menu-primary li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.29;
	letter-spacing: -.2px;
	color: #868ba1
}

.ham {
	width: 24px;
	height: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer
}

@media (min-width:992px) {
	.ham {
		display: none
	}
}

@media (max-width:600px) {
	.ham {
		position: absolute;
		top: 3px
	}
}

@media (max-width:992px) {
	.ham.active+.open {
		left: -50%
	}
}

.ham .bar {
	border-radius: 3px;
	width: 100%;
	height: 2px;
	background: #868ba1;
	display: block;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.ham.active .bar:first-of-type {
	-webkit-animation: dissappear .2s ease;
	animation: dissappear .2s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.ham.active .bar:nth-of-type(2) {
	-webkit-animation: squishTop .2s ease;
	animation: squishTop .2s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.ham.active .bar:nth-of-type(3) {
	-webkit-animation: squishBottom .2s ease;
	animation: squishBottom .2s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	position: relative;
	top: 2px
}

.ham.inactive .bar:first-of-type {
	-webkit-animation: dissappearRev .2s ease;
	animation: dissappearRev .2s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.ham.inactive .bar:nth-of-type(2) {
	-webkit-animation: squishTopRev .2s ease;
	animation: squishTopRev .2s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

.ham.inactive .bar:nth-of-type(3) {
	-webkit-animation: squishBottomRev .2s ease;
	animation: squishBottomRev .2s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes squishBottom {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50% {
		-webkit-transform: translateY(-10px) rotate(-135deg);
		transform: translateY(-10px) rotate(-135deg)
	}

	75% {
		-webkit-transform: translateY(-10px) rotate(-135deg);
		transform: translateY(-10px) rotate(-135deg)
	}

	to {
		-webkit-transform: translateY(-10px) rotate(-135deg);
		transform: translateY(-10px) rotate(-135deg)
	}
}

@keyframes squishBottom {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50% {
		-webkit-transform: translateY(-10px) rotate(-135deg);
		transform: translateY(-10px) rotate(-135deg)
	}

	75% {
		-webkit-transform: translateY(-10px) rotate(-135deg);
		transform: translateY(-10px) rotate(-135deg)
	}

	to {
		-webkit-transform: translateY(-10px) rotate(-135deg);
		transform: translateY(-10px) rotate(-135deg)
	}
}

@-webkit-keyframes squishTop {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	75% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

@keyframes squishTop {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	50% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	75% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	to {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}
}

@-webkit-keyframes dissappear {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	75% {
		opacity: 0
	}

	to {
		opacity: 0
	}
}

@keyframes dissappear {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	75% {
		opacity: 0
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes squishBottomRev {
	0% {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg)
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	75% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes squishBottomRev {
	0% {
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg)
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	75% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@-webkit-keyframes squishTopRev {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	75% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@keyframes squishTopRev {
	0% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	75% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
}

@-webkit-keyframes dissappearRev {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 1
	}
}

@keyframes dissappearRev {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	to {
		opacity: 1
	}
}

.site-footer {
	padding-top: 64px;
	padding-bottom: 48px
}

@media (min-width:992px) {
	.site-footer {
		padding-bottom: 128px
	}
}

@media (max-width:600px) {
	.site-footer {
		padding-top: 10px
	}

	.site-footer .container {
		padding: 0
	}
}

.site-footer .footer-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (max-width:768px) {
	.site-footer .footer-bar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}

@media (max-width:600px) {
	.site-footer .footer-bar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse
	}
}

@media (max-width:768px) {
	.site-footer .footer-bar .group {
		width: 90%
	}
}

@media (max-width:600px) {
	.site-footer .footer-bar .group {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: row-reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

.site-footer .footer-bar .group .download-app span {
	font-size: 16px;
	font-weight: 600;
	color: #4b4f63;
	display: block;
	margin-bottom: 25px;
	width: 100%
}

@media (max-width:600px) {
	.site-footer .footer-bar .group .download-app span {
		display: none
	}
}

.site-footer .footer-bar .group .download-app .app-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

@media (max-width:600px) {
	.site-footer .footer-bar .group .download-app .app-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 30px
	}
}

.site-footer .footer-bar .group .download-app .app-links a {
	display: block;
	margin-right: 15px
}

@media (max-width:600px) {
	.site-footer .footer-bar .group .download-app .app-links a {
		margin: 0 auto 25px
	}
}

.site-footer .footer-bar .group .download-app .app-links a:hover svg path {
	fill: #694b9e
}

.site-footer .footer-bar .group .footer-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 35px
}

@media (max-width:600px) {
	.site-footer .footer-bar .group .footer-nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.site-footer .footer-bar .group .footer-nav ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.site-footer .footer-bar .group .footer-nav ul:last-of-type {
	margin-left: 15px
}

@media (max-width:600px) {
	.site-footer .footer-bar .group .footer-nav ul:last-of-type {
		margin-left: 0
	}
}

.site-footer .footer-bar .group .footer-nav ul li {
	width: 136px;
	margin-bottom: 15px
}

.site-footer .footer-bar .group .footer-nav ul li a {
	font-size: 14px;
	font-weight: 600;
	color: #868ba1;
	text-decoration: none;
	text-transform: lowercase
}

.site-footer .footer-bar .group .footer-nav ul li.current-menu-item a, .site-footer .footer-bar .group .footer-nav ul li:hover a {
	color: #694b9e
}

.site-footer .footer-bar .newsletter {
	width: 66%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media (max-width:1200px) {
	.site-footer .footer-bar .newsletter {
		margin-left: 50px
	}
}

@media (max-width:768px) {
	.site-footer .footer-bar .newsletter {
		width: 90%;
		margin-left: 0;
		margin-top: 50px
	}
}

@media (max-width:600px) {
	.site-footer .footer-bar .newsletter {
		margin-top: 0
	}
}

.site-footer .footer-bar .newsletter>p {
	color: #4b4f63;
	font-size: 16px;
	font-weight: 600;
	margin-top: 0
}

.site-footer .footer-bar .newsletter>p br {
	display: none
}

@media (max-width:600px) {
	.site-footer .footer-bar .newsletter>p br {
		display: block
	}
}

.site-footer .footer-bar .newsletter .newsletter-form-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: 7px
}

.site-footer .footer-bar .newsletter .newsletter-form-group>label:first-of-type {
	width: 324px
}

@media (max-width:1200px) {
	.site-footer .footer-bar .newsletter .newsletter-form-group>label:first-of-type {
		width: 100%
	}
}

.site-footer .footer-bar .newsletter .newsletter-form-group>label:last-of-type {
	width: 323px;
	margin-left: 20px
}

@media (max-width:1200px) {
	.site-footer .footer-bar .newsletter .newsletter-form-group>label:last-of-type {
		width: 100%;
		margin-left: 0
	}
}

@media (max-width:600px) {
	.site-footer .footer-bar .newsletter .newsletter-form-group>label:last-of-type {
		margin-left: 0;
		margin-bottom: 0
	}
}

@media (max-width:1200px) {
	.site-footer .footer-bar .newsletter .newsletter-form-group {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}

@media (max-width:1200px) {
	.site-footer .footer-bar .newsletter .newsletter-form-group label {
		width: 100%;
		margin-bottom: 20px
	}
}

@media (max-width:1200px) and (max-width:1200px) {
	.site-footer .footer-bar .newsletter .newsletter-form-group label {
		margin: 0 0 20px
	}
}

.site-footer .footer-bar .newsletter .newsletter-form-group label span.wpcf7-form-control-wrap {
	height: 100%;
	width: 100%
}

.site-footer .footer-bar .newsletter .newsletter-form-group label span.wpcf7-form-control-wrap input {
	height: 100%;
	border: 1px solid #e4e6ed;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 13px 15px;
	width: 100%;
	border-radius: 3px;
	font-size: 16px;
	color: #868ba1
}

.site-footer .footer-bar .newsletter .newsletter-form-group label span.wpcf7-form-control-wrap input:focus {
	border-color: #694b9e;
	-webkit-box-shadow: none;
	box-shadow: none
}

.site-footer .footer-bar .newsletter .newsletter-form-group input.wpcf7-submit {
	border-radius: 3px;
	background: #694b9e;
	border: 1px solid #694b9e;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 13px 15px;
	margin-left: auto;
	width: 105px
}

@media (max-width:1200px) {
	.site-footer .footer-bar .newsletter .newsletter-form-group input.wpcf7-submit {
		margin-left: 0;
		width: 100%
	}
}

@media (max-width:600px) {
	.site-footer .footer-bar .newsletter .newsletter-form-group input.wpcf7-submit {
		display: none
	}
}

.site-footer .footer-bar .newsletter .newsletter-form-group input.wpcf7-submit:hover {
	background: #4d3775
}

.site-footer .footer-bar .newsletter .newsletter-form-group .newsletter-acceptance, .site-footer .footer-bar .newsletter .newsletter-form-group .newsletter-acceptance label, .site-footer .footer-bar .newsletter .newsletter-form-group .newsletter-acceptance span {
	display: block;
	width: 100%
}

.site-footer .footer-bar .newsletter .newsletter-form-group .newsletter-acceptance {
	margin-top: 23px;
	display: block
}

@media (max-width:600px) {
	.site-footer .footer-bar .newsletter .newsletter-form-group .newsletter-acceptance {
		margin-top: 0
	}
}

.site-footer .footer-bar .newsletter .newsletter-form-group .newsletter-acceptance label {
	margin: 0
}

.site-footer .footer-bar .newsletter .newsletter-form-group .newsletter-acceptance~input[type=submit] {
	display: none
}

@media (max-width:600px) {
	.site-footer .footer-bar .newsletter .newsletter-form-group .newsletter-acceptance~input[type=submit] {
		display: block
	}
}

.site-footer .footer-bar .newsletter .newsletter-form-group .newsletter-acceptance input[type=checkbox] {
	display: none
}

.site-footer .footer-bar .newsletter .newsletter-form-group .newsletter-acceptance input[type=checkbox]+.wpcf7-list-item-label {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px;
	color: #4b4f63;
	font-size: 16px;
	letter-spacing: -.2px
}

@media (max-width:600px) {
	.site-footer .footer-bar .newsletter .newsletter-form-group .newsletter-acceptance input[type=checkbox]+.wpcf7-list-item-label {
		margin-bottom: 10px
	}
}

.site-footer .footer-bar .newsletter .newsletter-form-group .newsletter-acceptance input[type=checkbox]+.wpcf7-list-item-label:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #e4e6ed;
	border-radius: 2px;
	top: 3px;
	left: -2px;
	display: block
}

.site-footer .footer-bar .newsletter .newsletter-form-group .newsletter-acceptance input[type=checkbox]+.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 1px;
	display: block;
	width: 11px;
	height: 11px;
	background: transparent;
	border-radius: 3px
}

.site-footer .footer-bar .newsletter .newsletter-form-group .newsletter-acceptance input[type=checkbox]:checked+.wpcf7-list-item-label:after {
	background-color: #694b9e
}

.site-footer .footer-bar .newsletter .newsletter-form-group .wpcf7-response-output.wpcf7-validation-errors {
	color: #f31515
}

.site-footer .copyrights {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0 0;
	border-top: 1px solid #e4e6ed;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 21px
}

@media (max-width:600px) {
	.site-footer .copyrights {
		margin-top: 48px;
		padding: 48px 20px 0;
		display: block
	}
}

.site-footer .copyrights p {
	font-size: 13px;
	color: #868ba1;
	margin: 0
}

@media (max-width:600px) {
	.site-footer .copyrights p {
		text-align: left
	}
}

.site-footer .copyrights p a {
	text-decoration: none;
	color: #694b9e
}

.site-footer .copyrights p br {
	display: none
}

@media (max-width:600px) {
	.site-footer .copyrights p br {
		display: block
	}
}

.site-footer .copyrights .socials {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

@media (max-width:600px) {
	.site-footer .copyrights .socials {
		margin-top: 15px;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

.site-footer .copyrights .socials li {
	margin-left: 25px
}

@media (max-width:600px) {
	.site-footer .copyrights .socials li {
		margin-left: 0;
		margin-right: 25px
	}
}

.site-footer .copyrights .socials a svg {
	width: 20px;
	height: 20px;
	-o-object-fit: contain;
	object-fit: contain
}

.site-footer .copyrights .socials a:hover svg path {
	fill: #694b9e
}

.single-offer {
	margin-bottom: 48px
}

@media (max-width:900px) {
	.single-offer {
		margin-bottom: 34px
	}
}

.single-offer .hero01 {
	margin: 128px 0 65px;
	text-align: center
}

@media (max-width:600px) {
	.single-offer .hero01 {
		margin-top: 70px;
		margin-bottom: 50px
	}
}

.single-offer .hero01 p {
	margin: 25px 0
}

.single-offer .hero02 {
	padding: 74px 0 90px;
	margin: 0;
	text-align: center;
	background: #f9fafc
}

@media (max-width:600px) {
	.single-offer .hero02 {
		padding: 40px 20px 35px
	}

	.single-offer .hero02 h1 {
		margin-bottom: 20px;
		text-align: left
	}

	.single-offer .hero02 h5 {
		font-size: 16px;
		text-align: left
	}
}

.single-offer .hero02 h1 {
	margin-bottom: 15px
}

.single-offer .hero02 a {
	color: #694b9e;
	text-decoration: none
}

.single-offer .job-title h1 {
	font-family: Gilroy;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	color: #221b2e;
	display: inline-block;
	text-align: left;
	margin: 0
}

.single-offer .job-title span {
	font-family: Source Sans Pro, sans-serif;
	color: #868ba1;
	font-size: 13px;
	font-weight: 600;
	display: block
}

.single-offer .job-title .salary {
	font-size: 20px;
	font-family: Gilroy;
	font-weight: 700;
	color: #4b4f63;
	margin: 10px 0 40px
}

@media (max-width:600px) {
	.single-offer .job-title .salary {
		margin-bottom: 20px
	}
}

@media (max-width:600px) {
	.single-offer .job-title .btn {
		display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box
	}
}

.single-offer .job-description {
	width: 66%;
	margin: 120px auto 0
}

@media (max-width:600px) {
	.single-offer .job-description {
		width: 100%;
		margin-top: 65px
	}
}

.single-offer .job-description h2 {
	color: #4b4f63;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 30px
}

.single-offer .job-description ul {
	padding: 0;
	list-style: none;
	margin: 0 0 40px
}

.single-offer .job-description ul li {
	position: relative;
	padding-left: 15px;
	line-height: 23px
}

.single-offer .job-description ul li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #ee2d6d
}

.single-offer .small-hero {
	padding: 64px 0 130px
}

.single-offer .small-hero .btn {
	display: inline-block
}

@media (max-width:600px) {
	.single-offer .small-hero {
		padding-top: 45px;
		padding-bottom: 65px
	}

	.single-offer .small-hero .btn {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block
	}

	.single-offer .small-hero h3 {
		font-size: 24px
	}
}

@media (max-width:600px) and (max-width:600px) {
	.single-offer .small-hero h3 {
		text-align: left
	}
}

.error404 .header-wrapper {
	padding-bottom: 0
}

.error404 .site-header {
	opacity: 0;
	z-index: -1
}

@media (max-width:600px) {
	.error404 #main {
		height: 100vh
	}

	.error404 .error-404 {
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 0;
		-webkit-transform: none;
		transform: none
	}

	.error404 .error-404 .btn {
		display: block
	}
}

.error-404 {
	text-align: center;
	overflow: hidden;
	margin-top: 64px;
	-webkit-transform: translate(-8px);
	transform: translate(-8px)
}

.error-404 .site-header {
	display: none
}

.error-404 .error-graphic {
	position: relative;
	margin: 77px auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

@media (max-width:768px) {
	.error-404 .error-graphic {
		width: 230px;
		margin-left: auto;
		margin-right: auto
	}
}

.error-404 .error-graphic .loupe {
	position: absolute;
	bottom: -95px;
	right: -104px;
	z-index: 9
}

@media (max-width:768px) {
	.error-404 .error-graphic .loupe {
		width: 100px;
		bottom: -45px;
		right: -45px
	}
}

.error-404 .page-title {
	margin: 0;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.14;
	background-image: linear-gradient(97deg, #f13479, #694b9e);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

@media (max-width:600px) {
	.error-404 .page-title {
		font-size: 36px;
		max-width: 80%;
		margin: auto
	}
}

.error-404 .alert-txt {
	font-size: 20px;
	font-weight: 700;
	color: #4b4f63;
	line-height: 1.3;
	font-family: Gilroy;
	margin: 35px 0 48px
}

@media (max-width:600px) {
	.error-404 .alert-txt {
		font-size: 16px
	}
}

.error-404 .btn {
	color: #694b9e;
	font-size: 14px;
	font-weight: 600;
	display: inline-block
}

.regulations {
	margin: 0 auto;
	width: 66%
}

@media (max-width:768px) {
	.regulations {
		width: 100%
	}
}

.regulations .hero {
	margin: 105px auto 80px;
	text-align: center
}

@media (max-width:768px) {
	.regulations .hero {
		margin-top: 70px;
		margin-bottom: 40px;
		text-align: left
	}

	.regulations .hero .btn {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: center
	}
}

.regulations .hero .btn {
	margin: 45px 0 0
}

.regulations .hero .btn:hover {
	color: #fff
}

.regulations .explanation {
	font-family: Gilroy;
	font-size: 24px;
	font-weight: 700;
	color: #221b2e;
	line-height: 1.25;
	letter-spacing: -.2px
}

@media (max-width:768px) {
	.regulations .explanation {
		font-size: 20px
	}
}

.regulations .links {
	text-decoration: none
}

.regulations .links h4 {
	font-size: 14px;
	font-weight: 600;
	color: #694b9e;
	text-decoration: none
}

.regulations .links-group {
	margin: 27px 0 48px
}

.regulations .links-group h4 {
	margin: 8px 0;
	line-height: 1.29;
	letter-spacing: -.4px
}

.regulations .single-paragraph {
	border-bottom: 1px solid #e4e6ed;
	padding-bottom: 20px;
	margin-bottom: 45px
}

.regulations .single-paragraph:last-of-type {
	margin-bottom: 64px
}

.regulations .single-paragraph h4 {
	font-size: 20px;
	font-family: Gilroy;
	font-weight: 500;
	line-height: 1.3;
	color: #4b4f63;
	margin: 22px 0
}

@media (max-width:768px) {
	.regulations .single-paragraph h4 {
		font-size: 16px
	}
}

.regulations .single-paragraph p {
	font-size: 16px;
	margin: 24px 0;
	line-height: 1.5;
	letter-spacing: -.2px
}

.regulations .single-paragraph .back-to-top {
	font-size: 14px;
	font-weight: 600;
	color: #694b9e;
	text-decoration: none;
	display: block;
	text-align: right;
	margin-top: 25px
}

@media (max-width:768px) {
	.regulations .single-paragraph .back-to-top {
		margin-top: 50px
	}
}

.popup__form {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 999999;
	padding: 55px 35px 25px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 12px 0 rgba(56, 60, 82, .07);
	box-shadow: 0 0 12px 0 rgba(56, 60, 82, .07);
	width: 100%;
	height: 100%;
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

@media (min-width:992px) {
	.popup__form {
		z-index: 99;
		width: 510px;
		height: auto
	}
}

.popup__form.active {
	display: block
}

.popup__form button {
	cursor: pointer;
	outline: none;
	border: 0;
	background: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 16px;
	top: 16px
}

.popup__form button:hover svg path {
	fill: #694b9e
}

.popup__form h5 {
	margin: 0 auto 30px;
	text-align: center
}

.popup__form label.separator {
	font-size: 13px;
	color: #868ba1;
	text-align: center;
	border: 16px solid #fff;
	background: #fff;
	margin: auto;
	display: table;
	border-top: 0;
	border-bottom: 0
}

.popup__form label.separator:before {
	content: "";
	height: 1px;
	width: calc(100% - 64px);
	background: rgba(56, 60, 82, .07);
	left: 0;
	right: 0;
	display: block;
	position: absolute;
	margin: 7px auto auto;
	z-index: -1
}

.popup__form .input__group {
	max-width: 100%;
	margin-bottom: 25px;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -.2px;
	text-align: center;
	color: #4b4f63
}

.popup__form .input__group:last-of-type {
	margin-bottom: 0
}

.popup__form .input__group a {
	text-decoration: none;
	color: #694b9e
}

.popup__form .input__group label {
	position: absolute;
	top: -8px;
	left: 8px;
	font-size: 13px;
	color: #694b9e;
	background: #fff;
	display: block;
	border: 8px solid #fff;
	border-top: 0;
	border-bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out
}

.popup__form .input__group input:focus+label {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.popup__form .input__group input {
	height: 100%;
	border: 1px solid #e4e6ed;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px 16px;
	width: 100%;
	border-radius: 3px;
	font-size: 15px;
	color: #868ba1;
	outline: none
}

.popup__form .input__group input::-webkit-input-placeholder {
	color: #868ba1
}

.popup__form .input__group input:-moz-placeholder, .popup__form .input__group input::-moz-placeholder {
	color: #868ba1
}

.popup__form .input__group input:-ms-input-placeholder {
	color: #868ba1
}

.popup__form .input__group input:focus {
	border-color: #694b9e
}

.popup__form .input__group input[type=submit] {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 16px 24px;
	background-color: #694b9e;
	border: 1px solid #694b9e;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s
}

.popup__form .input__group input[type=submit]:hover {
	background-color: #543b7d;
	border: 1px solid #543b7d
}

.popup__form .input__group-buttons {
	margin: 24px auto 32px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.popup__form .input__group-buttons, .popup__form .input__group-buttons a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.popup__form .input__group-buttons a {
	width: calc(50% - 8px);
	height: 48px;
	text-align: center;
	text-decoration: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -.2px;
	border-radius: 3px;
	cursor: pointer
}

.popup__form .input__group-buttons a.facebook {
	color: #fff;
	background-color: #4568b2
}

.popup__form .input__group-buttons a.google {
	color: #221b2e;
	border: 1px solid #221b2e
}

.popup__form .input__group-buttons a svg {
	max-height: 24px;
	margin-right: 8px
}

.lity-active .lity {
	z-index: 999999
}

.lity-active .lity .lity-container {
	width: 70vw
}

.lity-active .lity .lity-container video {
	width: 100%
}

.hero {
	margin: 50px 0
}

.hero h1 {
	margin: 0;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.14;
	color: #694b9e;
	background-color: #694b9e;
	background-image: linear-gradient(45deg, #f13479, #694b9e);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

@media (max-width:600px) {
	.hero h1 {
		font-size: 36px;
		line-height: 40px
	}
}

.hero h5 {
	color: #4b4f63;
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700
}

@media (max-width:600px) {
	.hero h5 {
		font-size: 16px;
		line-height: 20px
	}
}

.hero .btn {
	font-size: 14px;
	font-weight: 600;
	margin: 30px 0 10px;
	display: inline-block
}

.hero p {
	font-size: 16px;
	color: #4b4f63;
	line-height: 1.5
}

.small-hero {
	text-align: center;
	padding: 90px 0 85px
}

.small-hero h3 {
	font-size: 28px;
	color: #221b2e
}

@media (max-width:600px) {
	.small-hero h3 {
		font-size: 24px;
		line-height: 28px
	}
}

.big-hero {
	text-align: center
}

.big-hero h5 {
	font-size: 17px;
	color: #4b4f63;
	margin: 0
}

@media (max-width:600px) {
	.big-hero h5 {
		font-size: 16px
	}
}

.big-hero h1 {
	font-size: 52px;
	margin: 0;
	font-weight: 700;
	color: #694b9e;
	background-color: #694b9e;
	background-image: linear-gradient(45deg, #f13479, #694b9e);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

@media (max-width:600px) {
	.big-hero h1 {
		font-size: 36px;
		line-height: 40px
	}
}

@media (max-width:600px) {
	.big-hero h1 br {
		display: none
	}
}

.big-hero h1, .big-hero h5, .blog-page .latest-posts ul .post-title, .blog .big-posts-list .post-title, .blog .small-posts-list .post-title, .error404 .alert-txt, .error404 .page-title, .hero h1, .hero h5, .regulations .explanation, .regulations .single-paragraph h4, .section-title, .small-hero h3, .small-posts-list .post-title, .video-thumb .text h3 {
	font-family: Gilroy
}
