@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Rubik:300,400,500,700,900&display=swap");

/*preloader*/
#loader-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #fff;
	-webkit-animation: loader 1s linear;
	animation: loader 1s linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@-webkit-keyframes loader {
	0% {
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	99% {
		opacity: 0;
	}

	100% {
		display: none;
		visibility: hidden;
		z-index: -10;
	}
}

@keyframes loader {
	0% {
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	99% {
		opacity: 0;
	}

	100% {
		display: none;
		visibility: hidden;
		z-index: -10;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
	overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust: none;
}

*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-font-smoothing: antialiased;
}

html:not(.touch-screen)::-webkit-scrollbar,
html:not(.touch-screen) *::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

html:not(.touch-screen)::-webkit-scrollbar-track,
html:not(.touch-screen) *::-webkit-scrollbar-track {
	background: #C1F8F2;
}

html:not(.touch-screen)::-webkit-scrollbar-thumb,
html:not(.touch-screen) *::-webkit-scrollbar-thumb {
	background: #2D2484;
}

:focus,
:hover,
:active,
:visited {
	outline: none;
}

input[type="submit"],
input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border: none;
	cursor: pointer;
	z-index: 1;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* main */
html {
	height: 100%;
}

body {
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.main-menu {
	display: none;
}

#content-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	min-height: 100%;
}

.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.home-page .section {
	z-index: 2;
}

.home-page .footer {
	position: relative;
	z-index: 2;
}

.banner-animation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.ie-bg {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background: center / cover no-repeat;
}

html:not(.ie) .ie-bg {
	display: none;
}

.banner-animation canvas {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto !important;
	height: 100% !important;
}

.section {
	position: relative;
}

@media (min-width: 1340px) {
	.container {
		max-width: 1300px;
	}
}

.overflow-hidden {
	overflow-x: hidden;
}

html.overflow-hidden body {
	overflow: hidden;
}

.swiper-slide:not(:first-child) {
	display: none;
}

.bg-center {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg-top {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

/* spacers */
.spacer-header {
	height: 106px;
}

@media (max-width: 757px) {
	.spacer-header {
		height: 80px;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
	font-family: "Rubik", sans-serif;
	color: #6F6F6F;
	font-weight: 400;
	background-color: #ffffff;
}

b,
strong {
	font-weight: 700;
}

a {
	color: #6F6F6F;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	text-decoration: none;
}

@media (min-width: 992px) {
	a:hover {
		text-decoration: none;
	}
}

ul,
ol {
	list-style: none;
}

html {
	font-size: 15px;
}

body,
.text {
	line-height: 1.667;
}

.text-sm {
	font-size: .866rem;
	letter-spacing: 0;
	line-height: 1.769;
}

.text>* {
	margin-bottom: 25px;
}

.text>*:last-child {
	margin-bottom: 0;
}

.text>iframe {
	width: 100%;
	max-width: 100%;
	height: 400px;
	max-height: calc(56.3vw - 30px);
	margin: 50px 0;
}

@media (max-width: 991px) {
	.text>iframe {
		margin: 25px 0;
	}
}

.text a {
	color: #E12C73;
	font-weight: 700;
	text-decoration: underline;
}

@media (min-width: 992px) {
	.text a:hover {
		text-decoration: none;
	}
}

.text img {
	max-width: 100%;
	height: auto;
	display: block;
}

.text ol {
	counter-reset: number;
}

.text ol li {
	padding-left: 0;
}

.text ol li:before {
	counter-increment: number;
	content: counter(number) ".";
	margin-right: 5px;
}

.text ul li {
	padding-left: 20px;
}

.text ul li:before {
	display: inline-block;
	width: 5px;
	height: 5px;
	background: #000;
	content: "";
	vertical-align: middle;
	margin: 0 10px;
}

.text i,
.text em,
.text cite,
.text address {
	font-style: italic;
}

.text blockquote {
	color: #2D2484;
	font-family: "Poppins", sans-serif;
	font-size: 1.066rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.625;
	border-left: 2px solid #2D2484;
	padding: 5px 20px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	color: #2D2484;
	line-height: 1.5;
}

h1,
.h1 {
	font-size: 4rem;
	letter-spacing: 0.8px;
	line-height: .916;
}

@media (max-width: 1199px) {

	h1,
	.h1 {
		font-size: 3rem;
	}
}

@media (max-width: 767px) {

	h1,
	.h1 {
		font-size: 2.5rem;
	}
}

@media (max-width: 767px) {

	h1,
	.h1 {
		font-size: 2.5rem;
	}
}

h2,
.h2 {
	font-size: 2.666rem;
	line-height: 1;
}

@media (max-width: 767px) {

	h2,
	.h2 {
		font-size: 2rem;
	}
}

h3,
.h3 {
	font-size: 2.333rem;
	line-height: 1;
}

@media (max-width: 767px) {

	h3,
	.h3 {
		font-size: 1.8rem;
	}
}

h4,
.h4 {
	font-size: 2rem;
	line-height: 1;
}

@media (max-width: 767px) {

	h4,
	.h4 {
		font-size: 1.6rem;
	}
}

h5,
.h5 {
	font-size: 1.666rem;
	line-height: 1.08;
}

@media (max-width: 767px) {

	h5,
	.h5 {
		font-size: 1.4rem;
	}
}

h6,
.h6 {
	font-size: 1.333rem;
	line-height: 1;
}

@media (max-width: 767px) {

	h6,
	.h6 {
		font-size: 1.2rem;
	}
}

.text-uppercase {
	text-transform: uppercase;
}

.text-truncate {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.w-thin {
	font-weight: 100;
}

.w-light {
	font-weight: 300;
}

.w-regular {
	font-weight: 400;
}

.w-medium {
	font-weight: 500;
}

.w-bold {
	font-weight: 700;
}

.w-ex-bold {
	font-weight: 800;
}

.w-black {
	font-weight: 900;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

/* breakpoints */
@media (max-width: 1310px) {
	.text-lg-left {
		text-align: left;
	}

	.text-lg-center {
		text-align: center;
	}

	.text-lg-right {
		text-align: right;
	}
}

@media (max-width: 991px) {
	.text-md-left {
		text-align: left;
	}

	.text-md-center {
		text-align: center;
	}

	.text-md-right {
		text-align: right;
	}
}

@media (max-width: 767px) {
	.text-sm-left {
		text-align: left;
	}

	.text-sm-center {
		text-align: center;
	}

	.text-sm-right {
		text-align: right;
	}
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.header {
	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;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 106px;
	padding: 10px 30px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: 5;
}

@media (max-width: 767px) {
	.header {
		padding: 4px 15px;
		height: 80px;
	}
}

.header:before {
	position: absolute;
	content: '';
	bottom: 100%;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #fff;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: -1;
}

.header.style-01.scrolled:before {
	bottom: 0;
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.header.style-01.scrolled .logo-img-1 {
	display: none;
}

.header.style-01.scrolled .logo-img-2 {
	display: block;
}

.header.style-01 .logo-img-2 {
	display: none;
}

.header.style-02 {
	background-color: #fff;
}

.header.style-02.scrolled {
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.header.style-02 .logo-img-1 {
	display: none;
}

.header__logo {
	/* margin-right: 15px; */
	margin-right: auto;
}

.header__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 575px) {
	.header__right .header-contest-info {
		display: none;
	}
}

.header .header-contest-info .contest-closed-text {
	display: none;
}

.header.header-contest-closed .header-contest-info .contest-is-text {
	display: none;
}

.header.header-contest-closed .header-contest-info .contest-closed-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.logo {
	max-width: 180px;
	width: 100%;
}

@media (max-width: 767px) {
	.logo {
		max-width: 160px;
	}
}

.logo img,
.logo a {
	display: block;
	width: 100%;
}

.header-contest-info {
	font-family: "Poppins", sans-serif;
	font-size: .8rem;
	/*color: #2D2484;*/
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	margin-right: 30px;
	text-transform: uppercase;
}

.header-contest-info .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
}

.header-contest-info .item-text {
	margin-left: auto;
}

header.scrolled .header-contest-info {
	color: #2D2484;
}

.lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #2D2484;
	font-size: .8rem;
	font-weight: 900;
	letter-spacing: 0.4px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	margin-right: 30px;
}

.lang-item {
	position: relative;
	/*color: #2D2484;*/
	color: #fff;
	cursor: pointer;
}

header.scrolled .lang-item {
	color: #2D2484;
}

@media (min-width: 992px) {
	.lang-item:hover:after {
		top: 110%;
		opacity: 0;
	}
}

.lang-item:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	right: 0;
	height: 1px;
	/*background-color: #2D2484;*/
	background-color: #fff;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

header.scrolled .lang-item:after {
	background-color: #2D2484;
}

.open-menu {
	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: relative;
	width: 78px;
	height: 78px;
	/*color: #2D2484;*/
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: .8rem;
	font-weight: 900;
	letter-spacing: 0.92px;
	line-height: 1;
	border-radius: 50%;
	/*border: 2px solid #9DEDE4;*/
	border: 2px solid #3b4a80;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

@media (max-width: 767px) {
	.open-menu {
		width: 50px;
		height: 50px;
	}
}

.open-menu:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	/*background-color: #9DEDE4;*/
	background-color: #3b4a80;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	z-index: -1;
}

@media (min-width: 992px) {
	header.scrolled .open-menu:hover {
		color: #2D2484;
	}

	header.scrolled .open-menu:hover .hamburger span {
		background: #2D2484;
	}

	.open-menu:hover:before {
		-webkit-transform: scale(0);
		transform: scale(0);
		background-color: transparent;
	}
}

.open-menu .om-text {
	margin-right: 5px;
}

@media (max-width: 767px) {
	.open-menu .om-text {
		display: none;
	}
}

.open-menu .hamburger {
	margin-bottom: 1px;
}

.open-menu .hamburger span {
	display: block;
	width: 12px;
	height: 1px;
	/*background-color: #2D2484;*/
	background-color: #fff;
	margin-bottom: 4px;
}

@media (max-width: 767px) {
	.open-menu .hamburger span {
		width: 20px;
		height: 2px;
	}
}

.open-menu .hamburger span:last-child {
	margin-bottom: 0;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.main-banner {
	/*background-color: #80EBDF;*/
	background-color: #281f7b;
	padding: 0 15px;
	z-index: 1;
	overflow: hidden;
}

.main-banner__inner {
	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: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	height: 900px;
	background: url("../img/figure01.svg") no-repeat center 100px;
	background-size: 320px auto;
	text-align: center;
	padding-top: 185px;
	padding-bottom: 350px;
	z-index: 2;
	pointer-events: none;
}

@media (max-width: 1400px) {
	.main-banner__inner {
		height: auto;
		padding-bottom: 300px;
	}
}

@media (max-width: 1199px) {
	.main-banner__inner {
		padding-bottom: 150px;
		background-size: 200px auto;
	}
}

.main-banner .title {
	position: relative;
	max-width: 500px;
	margin-bottom: 18px;
	text-shadow: 0px 0px 12px #2D2484;
	color: #fff;
}

.main-banner .title-year {
	position: absolute;
	top: -70px;
	right: 95px;
	/*color: #E12C73;*/
	color: #9dede4;
	font-family: "Poppins", sans-serif;
	font-size: 1.113rem;
	font-weight: bold;
	letter-spacing: 8.5px;
	line-height: 1;
}

.main-banner .subtitle {
	/*color: #2D2484;*/
	color: #fff;
	text-shadow: 0px 0px 12px #2D2484;
	font-family: "Poppins", sans-serif;
	font-size: 1.53rem;
	font-weight: bold;
	letter-spacing: 2.76px;
	margin-bottom: 22px;
}

@media (max-width: 1400px) {
	.main-banner .subtitle {
		font-size: 1rem;
	}
}

.main-banner .btn {
	pointer-events: all;
}

#controlKit {
	display: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BUTTONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.btn {
	display: inline-block;
	position: relative;
	height: 50px;
	line-height: 46px;
	text-align: center;
	color: #FFFFFF;
	font-size: .866rem;
	font-weight: 500;
	text-decoration: none;
	border: 2px solid transparent;
	border-radius: 25px;
	padding: 0 15px;
	background: none;
	cursor: pointer;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden;
}

@media (min-width: 992px) {
	.btn:hover:before {
		right: -100px;
	}
}

.btn:before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 100%;
	width: 100px;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.btn-mini {
	min-width: 135px;
}

.btn-small {
	min-width: 155px;
}

.btn-middle {
	min-width: 170px;
}

.btn-big {
	min-width: 190px;
}

.btn-large {
	min-width: 205px;
}

.btn-primary {
	border-color: #E12C73;
	background-color: #E12C73;
}

.btn-secondary {
	border-color: #2D2484;
	background-color: #2D2484;
}

.btn-3 {
	border-color: #ffffff;
	background-color: transparent;
}

.btn-4 {
	color: #1C244E;
	border-color: #9DEDE4;
	background-color: #9DEDE4;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-close {
	position: absolute;
	cursor: pointer;
}

.btn-close.style-01 {
	top: 0;
	right: 0;
	height: 65px;
	width: 66px;
	background-color: #9DEDE4;
}

.btn-close.style-01:before,
.btn-close.style-01:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin-left: -22px;
	margin-top: -1.5px;
	height: 3px;
	width: 44px;
	background-color: #2D2484;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.btn-close.style-01:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-close.style-01:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (min-width: 992px) {
	.btn-close.style-01:hover:before {
		-webkit-transform: rotate(-45deg) scale(0.8);
		transform: rotate(-45deg) scale(0.8);
	}

	.btn-close.style-01:hover:after {
		-webkit-transform: rotate(45deg) scale(0.8);
		transform: rotate(45deg) scale(0.8);
	}
}

.btn-close.style-02 {
	top: -48px;
	right: -48px;
	height: 96px;
	width: 96px;
	border-radius: 50%;
	background-color: rgba(56, 56, 56, 0.65);
}

@media (max-width: 991px) {
	.btn-close.style-02 {
		top: -25px;
		right: -25px;
		width: 50px;
		height: 50px;
	}
}

.btn-close.style-02:before,
.btn-close.style-02:after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	margin-left: -19px;
	margin-top: -1px;
	height: 2px;
	width: 38px;
	background-color: #FFFFFF;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

@media (max-width: 991px) {

	.btn-close.style-02:before,
	.btn-close.style-02:after {
		width: 20px;
		margin-left: -10px;
	}
}

.btn-close.style-02:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-close.style-02:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media (min-width: 992px) {
	.btn-close.style-02:hover:before {
		-webkit-transform: rotate(-45deg) scale(0.8);
		transform: rotate(-45deg) scale(0.8);
	}

	.btn-close.style-02:hover:after {
		-webkit-transform: rotate(45deg) scale(0.8);
		transform: rotate(45deg) scale(0.8);
	}
}

.back-btn {
	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: 65px;
	width: 66px;
	background-color: #9DEDE4;
}

@media (min-width: 992px) {
	.back-btn:hover img {
		-webkit-transform: translateX(-7px);
		transform: translateX(-7px);
	}
}

.back-btn img {
	width: 32px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FORM ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #F3F3F3;
	opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #F3F3F3;
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #F3F3F3;
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #F3F3F3;
	opacity: 1;
}

input,
textarea,
select {
	border-radius: 0;
	background: none;
	border: none;
	margin: 0;
	width: 100%;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: none;
	margin: 0;
}

input::-ms-clear,
input::-ms-reveal {
	display: none;
}

input:required {
	-webkit-box-shadow: none;
	box-shadow: none;
}

textarea {
	display: block;
	resize: none;
	overflow: auto;
}

select::-ms-expand {
	display: none;
}

.input {
	font-size: 17px;
	color: #F3F3F3;
	font-family: "Poppins", sans-serif;
	height: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	border-bottom: 1px solid #F3F3F3;
	text-transform: uppercase;
	line-height: 29px;
	padding: 0;
}

textarea.input {
	height: 80px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 18px;
}

.invalid {
	border-color: red;
	color: red;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* COLORS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.color-primary {
	color: #6F6F6F;
}

.color-blue {
	color: #2D2484;
}

.color-light-blue {
	color: #9DEDE4;
}

.color-dark-blue {
	color: #1C244E;
}

.color-red {
	color: #E12C73;
}

.color-white {
	color: #FFF;
}

.color-black {
	color: #000;
}

.color-grey {
	color: #EFEDED;
}

.bg-white {
	background-color: #FFFFFF;
}

.bg-grey {
	background-color: #EFEDED;
}

.bg-blue {
	background-color: #2D2484;
}

.bg-light-blue {
	background-color: #9DEDE4;
}

/*# sourceMappingURL=main.css.map */