/*RESET*/
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.footer-link{
	aspect-ratio: 1/1
}
@media screen and (max-width: 1493px) {
	.footer-link{
		height: 40px;
		width: 40px
	}
	@media screen and (max-width: 1337px) {
		.heading-3, .heading-2, .bold-text{
			font-size: 16px
		}
	}
	@media screen and (max-width: 1450px) {
		/*.main-button{
			font-size: 1.5vh;
		}
		.head-card-content-container{
			height: 30vh;
			max-height: 30vh;
		}
		.heading-20{
			font-size: 28px;
		}
		.paragraph-2{
			font-size: 0.8vh
		}*/
	}
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1080px;
  min-width: 1080px;
  padding: 5px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.logo-container {
  height: 100%;
}

.logo-container.w--current {
  height: auto;
}

.links-container {
  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;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -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;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.image {
  height: 100%;
}

.link-navbar {
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.link-navbar.w--current {
  color: #638dc2;
}

.main-wrapper {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.main-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-section-big-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 59%;
  padding: 25px 20px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  background-image: url('../images/road-h-work.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.main-section-small-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39%;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph {
  margin-bottom: 0px;
  -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-family: Lato, sans-serif;
}

.provate-access-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
  padding: 15px 20px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #fff;
}

.toolkit-1 {
  border-radius: 16px;
}

.toolkit-3 {
  border-radius: 16px;
}

.toolkit {
  position: relative;
  border-radius: 16px;
}

.toolkit._1 {
  position: relative;
  left: 25%;
  top: 5%;
}

.toolkit._3 {
  position: relative;
  right: 25%;
  bottom: 5%;
}

.toolkit._2 {
  position: relative;
  left: 10%;
}

.description-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55%;
  padding: 15px 20px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 8px;
  background-color: #dae6f3;
  color: #638dc2;
}

.body {
  background-color: #f1f1f1;
}

.toolkit-button {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  background-color: #6bb43c;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.toolkit-button.selected {
  background-color: #638dc2;
}

.image-2 {
  width: 10%;
}

.toolkit-user-logo {
  position: absolute;
  right: 58%;
  bottom: 6%;
}

.project-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 30px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #2c2c2c;
}

.partiners-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-card {
  width: 14%;
  margin-top: 15px;
  margin-right: 20px;
}

.footer {
  -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;
  background-color: #fff;
}

.footer-logo-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 81%;
  padding-right: 0px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-3 {
  max-width: 100%;
}

.footer-description-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.eu-logo {
  width: 20%;
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-2 {
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
  padding-top: 0vh;
  padding-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Lato, sans-serif;
  font-size: 1.25vh;
  line-height: 1.3vh;
  font-weight: 400;
  text-align: justify;
  -o-object-fit: fill;
  object-fit: fill;
}

.footer-social-contacts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* width: 50%; */
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 12px;
  -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-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.button {
  border-radius: 16px;
}

.button-2 {
  border-radius: 8px;
  background-color: #6f7077;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-2._2 {
  padding: 10px 20px;
  background-color: #6bb43c;
}

.policy-briefs-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* height: 100vh; */
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(to bottom, #2664ae, #6bb43c);
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  color: #2c2c2c;
  font-weight: 500;
}

.policy-briefs-cards-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-2 {
  background-color: #f1f1f1;
}

.policy-briefs-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 20px;
  padding: 25px 20px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  background-color: #fff;
  color: #2c2c2c;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-3 {
  background-color: #f1f1f1;
}

.jumbotron {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6bb43c;
  color: #fff;
}

.jumbotron-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1080px;
  min-width: 1080px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px 20px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px 20px;
  -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;
  border-radius: 8px;
}

.section._1 {
  background-color: #6f7077;
  color: #fff;
}

.section._2 {
  background-color: #fff;
}

.section._3 {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section._4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #638dc2;
}

.home-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 400px;
  margin-right: 10px;
  margin-bottom: 25px;
  margin-left: 10px;
  -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;
  border-radius: 8px;
  background-color: #6bb43c;
}

.image-4 {
  width: 40%;
}

.button-3 {
  border-radius: 8px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.toolkit-logo {
  position: absolute;
  left: -40%;
  top: -75%;
  right: auto;
  bottom: 0%;
  width: 60%;
}

.toolkit-description-title {
  font-family: Montserrat, sans-serif;
}

.pdf-briefs-card-top {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #638dc2;
  font-weight: 700;
}

.pdf-briefs-card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.pdf-brief-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-left: 10px;
  -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;
  background-color: #6bb43c;
  font-size: 18px;
}

.pdf-link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.heading-6 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #2c2c2c;
  font-weight: 600;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
}

.bold-text {
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.button-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paragraph-4 {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #2c2c2c;
  font-weight: 400;
}

.paragraph-5 {
  color: #2c2c2c;
}

.pdf-button {
  margin-left: 10px;
  border-radius: 8px;
  background-color: #6bb43c;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.pdf-button._2 {
  background-color: #638dc2;
}

.paragraph-6 {
  margin-top: 15px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
}

.policy-breafs-remand-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 15px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #638dc2;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
}

.contacts-pressoffice-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 8px;
}

.contacts-container {
  width: 49%;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: #6f7077;
}

.pressoffice-container {
  width: 49%;
  padding: 15px 20px;
  border-radius: 8px;
  background-color: #fff;
}

.stayintouch-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 15px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #d5d5d5;
}

.stayintoch-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.paragraph-7 {
  font-family: Lato, sans-serif;
  color: #2c2c2c;
}

.insert-mail-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.form-block {
  height: 100%;
}

.text-field {
  margin-right: 10px;
  margin-bottom: 0px;
  border-radius: 8px;
}

.heading-9 {
  font-family: Montserrat, sans-serif;
  color: #6f7077;
}

.heading-10 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.contatti {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.mail._2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block {
  margin-right: 30px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
}

.link-2 {
  font-family: Lato, sans-serif;
  color: #6bb43c;
  font-weight: 700;
  text-decoration: none;
}

.paragraph-8 {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #2c2c2c;
}

.bold-text-2 {
  color: #6f7077;
}

.heading-11 {
  font-family: Lato, sans-serif;
  color: #6f7077;
  font-weight: 400;
}

.heading-12 {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.text-field-2 {
  border-radius: 8px;
}

.text-field-3 {
  border-radius: 8px;
}

.form-2 {
  margin-top: 20px;
}

.field-label {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
}

.field-label-2 {
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 400;
}

.heading-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #2c2c2c;
}

.head-container {
  position: static;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 2vh;
  padding-right: 6vw;
  padding-left: 6vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.main-logo-container {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.main-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.main-nav-link {
  padding-right: 1.5em;
  padding-left: 1.5em;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 1.6vh;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -1px;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav-link.last-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0em;
  padding-left: 4.5em ;
  -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;
}

.image-5 {
  height: 100%;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.image-6 {
  width: 14vh;
  height: 5vh;
}

.container {
  padding-right: 11%;
  padding-bottom: 1vh;
  padding-left: 11%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/*arrow down*/
.container:last-child {
	padding-bottom: 2vh;
}

.container._50 {
  height: 50%;
  max-height: 50%;
}

.heading-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.heading-14.montser-400 {
  font-family: Montserrat, sans-serif;
  font-size: 4.3vh;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
	margin: 0 0 1vh;
}

.heading-15.lato-400 {
  margin-top: 0.1vh;
  font-family: Lato, sans-serif;
  font-size: 2.2vh;
  line-height: 2.5vh;
  font-weight: 400;
  text-align: center;
}

.head-cards-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.head-card {
  width: 49%;
  height: 55.77%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.head-card-heading {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
	height: 11.5vh;
	max-height: 11.5vh;
	padding: 1.5vh 1em 1vh;
}
.head-card-heading.blue {
  background-color: #bbd2ee;
  color: #2664ae;
}
.head-card-heading.green {
  background-color: #d7e4cd;
  color: #6ab32f;
}
.montserrat {
	font-family: Montserrat, sans-serif;
}

.heading-16 {
  margin-top: 0;
	margin-bottom: 1vh;
  font-family: Montserrat, sans-serif;
  font-size: 3vh;
  line-height: 3.2vh;
  font-weight: 600;
  letter-spacing: -1px;
}


.heading-17 {
  font-family: Lato, sans-serif;
  font-size: 2.2vh;
  line-height: 2.2vh;
}
.heading-25 {
	font-size: 1.8vh;
	line-height: 1.3;
}
.no-margin-bottom {
  margin-bottom: 0px;
}
.bold {
  font-weight: 700;
}

.link-3 {
  text-decoration: none;
}

.head-card-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*height: 35vh;*/
  /*max-height: 35vh;*/
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.head-card-content-container.right {
  padding-bottom: 1em;
}

.head-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 1em;
	border-radius: 10px;
	background-color: #f1f1f1;
	overflow: hidden;
}
.head-content-img-container {
	flex: 0 0 17%;
	background-size: cover;
	background-position: center;
}
.head-content-content {
	min-height: 9vh;
	padding: 1.4vh 0.5em 1.4vh 1em;
}
.head-content.last {
  margin-bottom: 1em;
}
.head-content-links {
	margin-top: 1vh;
}
.head-content-links a {
	display: block;
	font-size: 1.5vh;
	color: #2664ae;
	font-weight: bold;
	text-decoration: none;
}
.head-content-links a span:first-child {
	text-decoration: underline;
}
.head-content-links a span svg {
	height: 1vh;
}
.head-card-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  -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;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.head-card-button-container.blue {
  height: 6vh;
  margin-top: -1px;
  padding-top: 0;
}

.main-button {
  padding: 1vh 1.4vh;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2vh;
  line-height: 1.1;
  font-weight: 700;
}

.main-button.blue {
  background-color: #2664ae;
}

.main-button.green {
  background-color: #6bb43c;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 100%;
}

.chevron-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.main-container {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-container-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-container-card.margin-right {
  margin-right: 5px;
}

.main-container-card.margin-left {
  margin-left: 5px;
}

.main-container-card.last {
  margin-top: 20px;
}

.heading-18 {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
	font-size: 40px;
  line-height: 1.1;
  font-weight: 400;
}

.paragraph-9 {
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1.3;
}

.main-container-img {
  width: 40%;
  min-height: 250px;
  border-radius: 20px;
}

.main-container-img.green {
  width: 40%;
  min-height: 250px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(107, 180, 60, 0.55)), to(rgba(107, 180, 60, 0.55))), url('../../img/public/you-x-ventures-Oalh2MojUuk-unsplash-1024x683.jpg');
  background-image: linear-gradient(180deg, rgba(107, 180, 60, 0.55), rgba(107, 180, 60, 0.55)), url('../../img/public/you-x-ventures-Oalh2MojUuk-unsplash-1024x683.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.main-container-img.blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 141, 194, 0.55)), to(rgba(99, 141, 194, 0.55))), url('../../img/public/AdobeStock_90601220-1024x530.jpg');
  background-image: linear-gradient(180deg, rgba(99, 141, 194, 0.55), rgba(99, 141, 194, 0.55)), url('../../img/public/AdobeStock_90601220-1024x530.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.toolkit-container {
  position: relative;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d7e4cd;
	font-size: 1vw;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  color: #6bb43c;
	font-size: 2.2em;
	line-height: 1.2;
  font-weight: 600;
}

.toolkits-card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1.5em;
  /*padding-bottom: 1.5em;*/
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.toolkits-card-container.toolkits-card-container2 {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 0;
}

.toolkit-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 3.2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  min-height: 12em;
	position: relative;
}
.toolkits-card-container.toolkits-card-container2 .toolkit-card {
	margin: 0 1.6em;
}
.toolkit-card:not(.last)::after {
	content: '';
	position: absolute;
	width: 3.2em;
	height: 2em;
	background-image: url(/img/public/arrow-green.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.toolkit-card:nth-child(1)::after,
.toolkit-card:nth-child(2)::after,
.toolkit-card:nth-child(5)::after,
.toolkit-card:nth-child(4)::after {
	top: 50%;
}
.toolkit-card:nth-child(1)::after,
.toolkit-card:nth-child(2)::after {
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.toolkit-card:nth-child(5)::after,
.toolkit-card:nth-child(4)::after {
	right: 100%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.toolkit-card:nth-child(3)::after,
.toolkit-card:nth-child(6)::after {
	top: 100%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transform-origin: 0 0;
}
.toolkit-card:nth-child(3)::after {
	left: 29%;
}
.toolkit-card:nth-child(6)::after {
	left: 80%;
}

.toolkit-card.last {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.toolkit-card-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 1.5em;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.heading-20 {
	margin-top: 0;
	margin-bottom: 0;
	font-family: Montserrat, sans-serif;
	color: #ffffff;
	font-size: 1.7em;
	line-height: 1;
	font-weight: 400;
}
.heading-20 span {
	display: block;
	margin-top: 0.25em;
	font-weight: 800;
}

.toolkit-card-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 1.4em 1.4em;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}

.toolkit-button {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.paragraph-10 {
  margin-bottom: 1.5em;
  font-family: Lato, sans-serif;
  font-size: 17px;
	font-size: 0.9em;
  line-height: 1.3;
}

.heading-21 {
  margin-top: 0em;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -2px;
}

.policy-card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.policy-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49%;
  margin-bottom: 1em;
  padding: 1.5em;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #fff;
  min-height: 24vh;
}

.policy-card.last {
  margin-bottom: 0em;
}

.policy-card-text {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.policy-button {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.heading-22 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 23px;
  line-height: 25px;
  font-weight: 400;
}

.paragraph-11 {
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}

.partners-container {
  -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;
  background-color: #f1f1f1;
}

.partners-content-container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
}

.heading-23 {
  margin-top: 1em;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  letter-spacing: -2px;
}

.footer-container {
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.5em 13.5%;
}

.max-width-wrapper {
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}
.max-width-wrapper.for-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 13.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
	.max-width-wrapper.for-header .main-nav .main-logo-container {
		visibility: hidden;
	}
	body {
		background: #000;
	}
	body.no-scroll {
		height: 100vh !important;
		overflow: hidden;
	}
	body.nav-mobile-show > main {
		opacity: .4 !important;
	}
}
.menu {
	z-index: 9;
	-webkit-transition: transform .2s;
	transition: transform .2s;
}
.menu .hamburger {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: auto;
	padding: 0 0.75rem;
	pointer-events: inherit;
	cursor: pointer;
}
.menu .hamburger .relative {
	width: 2rem;
	height: 2rem;
}
.relative > svg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.nav-mobile {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding-bottom: 4rem;
	z-index: 1;
	transition: all .4s;
	background-color: #2664AE;
}
.nav-mobile:not(.show) {
	transform: translateY(-101%);
}
.nav-mobile > div:first-child {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
}
.nav-mobile .logo {
	padding: 0.75rem;
}
.nav-mobile .close {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}
.nav-mobile > div:last-child {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-ms-flex-direction: column !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
	-ms-flex-align: center !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
	padding-top: 1.5rem !important;
	line-height: 1.4 !important;
	font-size: 1.1rem !important;
	font-family: 'Montserrat-Bold', sans-serif;
	font-style: normal;
	font-weight: normal !important;
}
.nav-mobile > div:last-child a {
	color: #fff;
	text-decoration: none;
	font-family: Montserrat, sans-serif;
	font-weight: 600;
	line-height: 3;
}
@media (min-width: 992px) {
	body:not(.scrolled) .menu {
		-webkit-transform: translateY(-101%);
		transform: translateY(-101%);
	}
	.menu .max-width-wrapper {
		border-radius: 0 0 10px 10px;
		background: #2664AE;
	}
}
body.scrolled .menu .main-nav {
	background: #2664AE;
}
.menu .max-width-wrapper {
	overflow: hidden;
}
@media (min-width: 1401px) {
	.menu .max-width-wrapper {
		width: 66.6%;
	}
}
@media (min-width: 1401px) {
	.menu .max-width-wrapper {
		width: 66.6%;
	}
}
@media (min-width: 1280px) {
	.menu .max-width-wrapper {
		width: 66.1%;
	}
}
@media (min-width: 1366px) {
	.menu .max-width-wrapper {
		width: 73.1%;
	}
}
@media (min-width: 1920px) {
	.menu .max-width-wrapper {
		width: 71.6%;
	}
}
.menu .main-nav {
	padding: 0.75em;
	transition: background-color .2s;
}

.max-width-wrapper.for-tookit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	padding: 80px 0;
	/*padding: 60px 150px;*/
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.max-width-wrapper.for-policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 13.5%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.max-width-wrapper.for-partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 13.5%;
  -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;
}

.max-width-wrapper.for-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: 0px;
  margin-left: 0px;
  -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;
}

.image-7 {
  cursor: pointer;
}

.lato-400 {
  font-family: Lato, sans-serif;
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
}

.lato-400.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.4vh;
	line-height: 1;
}

.lato-400._16-18 {
  margin-top: 0.5vh;
  margin-bottom: 0;
  font-size: 1.8vh;
	line-height: 1.2;
}

.anchor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.link-in-text {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.link-in-text:hover {
  text-decoration: underline;
}

.main-container-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-card-container {
    width: 100%;
    border-radius: 10px;
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
	flex: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.right-card-img {
    margin: auto;
    display: block;
    max-height: 30vh;
}

.footer-socials-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fa-brands-fa-researchgate {
  font-family: 'Fa brands 400', sans-serif;
  font-weight: 400;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding-bottom: 0px;
  -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;
  border-radius: 30px;
  background-color: #6bb43c;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  text-decoration: none;
}

.footer-link:hover {
  background-color: #2664ae;
}

.footer-link.fa-brands-fa-youtube {
  font-family: 'Fa brands 400', sans-serif;
}

.image-8 {
  max-width: 70%;
}

.heading-24 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 100%;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.image-9 {
  width: 1.5vh;
  margin-left: 5px;
}

.dots-container {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../../img/public/dotsWhite.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  opacity: 0.3;
}

.footer-credits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12.7vw;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  padding-right: 0px;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  font-family: Lato, sans-serif;
  color: #6f7077;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.link-4 {
  color: #000;
}

.image-10 {
  display: block;
  overflow: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.header-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2664ae), color-stop(40%, transparent), color-stop(80%, transparent), to(rgba(107, 180, 60, 0.7)));
  background-image: linear-gradient(180deg, #2664ae, transparent 40%, transparent 80%, rgba(107, 180, 60, 0.7));
  opacity: 0.5;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #6f7077;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.div-block-2 {
  width: 99%;
  height: 99%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

@media screen and (min-width: 992px) {
	.mobile {
		display: none !important;
	}
	.right-card-container {
		background-image: url('/img/public/roadmap-graph.svg')
	}
}

@media screen and (max-width: 991px) {
	.desktop {
		display: none !important;
	}
	.max-width-wrapper.for-header {
		position: relative;
		display: block;
		height: auto;
	}
	.container {
		-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;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.for-header .main-nav + .container {
		height: 100vh;
	}
	.for-header .main-nav + .container + .container {
		padding: 1em;
	}
	.heading-container {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: center;
	}
	.head-content-img-container {
		flex: 0 0 25%;
	}
	.for-header .main-button {
		width: 100%;
		text-align: center;
	}
	.heading-14.montser-400 {
		padding-top: 5vh;
	}
	.heading-15.lato-400 {
		padding-top: 2vh;
	}
	.v-bottom {
		padding-top: 45vh;
	}
	.main-container-card,
  .head-cards-container {
	  display: block;
  }
	.head-card {
		width: 100%;
		height: auto;
	}
	.head-card + .head-card {
		margin-top: 1em;
	}
	.max-width-wrapper.for-main {
		padding: 0 1em;
	}
	.main-container-text,
	.main-container-img {
		width: 100% !important;
		min-height: unset !important;
	}
	.main-container-img {
		height: 10em;
	}
	.heading-18 {
		margin: 0.5em 0;
		font-size: 2.5em;
	}
	.head-content-links {
		margin-top: 1em;
	}
	.head-content-links a {
		font-size: 1em;
	}
	.main-button {
		padding: 0.4em 0;
		font-size: 1.1em;
	}
	.max-width-wrapper.for-tookit {
		padding: 1em 0;
	}
	.toolkit-container {
		font-size: inherit;
		padding: 1em;
	}
	.toolkit-card {
		-ms-flex-wrap: wrap !important;
		-webkit-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.toolkit-card,
	.toolkit-card-title,
	.toolkit-card-button {
		width: 100%;
	}
	.toolkit-card-title {
		display: block;
		padding: 1.5em;
		border-radius: 20px 20px 0 0;
	}
	.toolkit-card-button {
		padding: 1.5em;
		border-radius: 0 0 20px 20px;
	}
	.heading-20 {
		font-size: 1.5em;
	}
	.heading-19 {
		margin-bottom: 0;
	}
	.paragraph-10 {
		font-size: 1.1em;
	}
	.policy-card .main-button,
	.toolkit-card-button .main-button {
		padding: 0.4em 0.8em;
		font-size: 1.5em;
	}
	.toolkits-card-container.toolkits-card-container2 .toolkit-card {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 3.2em;
	}
	.toolkit-card::after {
		background-image: url(/img/public/arrow-green-v.svg) !important;
		width: 2em !important;
		height: 3.2em !important;
		top: 100% !important;
		left: 50% !important;
		-webkit-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important;
	}
	.max-width-wrapper.for-policy {
		padding: 1em 1em 0;
	}
	.heading-21 {
		margin-bottom: 0em;
		font-size: 2.5em;
		line-height: 1;
	}
	.policy-card {
		width: 100%;
	}
	.max-width-wrapper.for-partners {
		padding: 1em;
	}
	.partner-card {
		width: 40%;
		margin: 5%;
	}
  .link-in-text {
    color: #000;
    text-decoration: none;
  }
  .link-in-text:hover {
    text-decoration: underline;
  }
	.footer-container {
		padding: 1em;
	}
	.footer-wrapper,
	.footer-logo-container,
	.footer-description-container,
	.footer-social-contacts-container,
	.footer-social-container {
		display: block;
		height: auto;
		width: auto;
	}
	.image-3 {
		width: 55%;
	}
	.footer-description-container {
		margin-top: 2em;
	}
	.eu-logo {
		width: 25%;
	}
	.paragraph-2 {
		margin-top: 1em;
		font-size: 0.9em;
		line-height: 1.2;
		text-align: left;
	}
	.heading-3,
	.heading-2 {
		display: block;
		margin-top: 2em;
		margin-bottom: 1em;
		font-size: 2em;
	}
	.footer-social-container .link {
		display: block;
	}
	.footer-social-container .link .bold-text {
		font-weight: normal;
		font-size: 1.1em;
	}
	.footer-socials-container {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.footer-link {
		width: 2.5em;
		height: 2.5em;
		margin-right: 0.5em;
	}
	.footer-credits {
		margin-right: 0;
	}
}

@font-face {
font-family: 'Fa 400';
src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Fa v4compatibility';
src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Fa brands 400';
src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Fa solid 900';
src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-display: swap;
}

.video-preview-container {
	background-color: rgba(0,0,0,.7);
	z-index: 10;
}
.video-preview-container > div:not(.close) {
	padding: 0 1em;
}
.video-preview-container img {
	max-height: 90%;
	border-radius: 10px;
}
.video-preview-container .close {
	right: 1.3rem;
	top: 0.8rem;
}
@media (min-width: 992px) {
	.video-preview-container .close {
		right: 2rem;
		top: 2rem;
	}
}
.clickable:not(.unclickable) {
	pointer-events: inherit !important;
	cursor: pointer !important;
}
.w-100 {
	width: 100% !important;
}
.h-100 {
	height: 100% !important;
}
.w-100vw {
	width: 100vw !important;
}
.h-100vh {
	height: 100vh !important;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute !important;
}
.flex {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	justify-content: space-between !important;
}
.align-items-start {
	-ms-flex-align: start !important;
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	align-items: flex-start !important;
}
.x-center-y-center {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	justify-content: center !important;
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	align-items: center !important;
}
.w-5 {
	width: 1.25rem;
}
.h-5 {
	height: 1.25rem;
}
@media (min-width: 992px) {
	.w-lg-6 {
		width: 1.5rem;
	}
	.h-lg-6 {
		height: 1.5rem;
	}
}


.order-first {
	-ms-flex-order: -1;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	order: 12;
}
@media (min-width: 992px) {
	.order-lg-first {
		-ms-flex-order: -1;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		order: -1;
	}
	.order-lg-last {
		-ms-flex-order: 13;
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-ms-flex-order: 0;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-ms-flex-order: 1;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-ms-flex-order: 2;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-ms-flex-order: 3;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-ms-flex-order: 4;
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-ms-flex-order: 5;
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-ms-flex-order: 6;
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-ms-flex-order: 7;
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-ms-flex-order: 8;
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-ms-flex-order: 9;
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-ms-flex-order: 10;
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-ms-flex-order: 11;
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-ms-flex-order: 12;
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		order: 12;
	}
}



.z-index-0 {
	z-index: 3 !important;
}
.z-index--1 {
	z-index: 2 !important;
}
.z-index--2 {
	z-index: 1 !important;
}



.main-button.blue:hover {
    background-color: rgb(34, 90, 157) !important;
}

.main-button.blue:active {
    background-color: rgb(30, 80, 139) !important;
}

.main-button.green:hover {
    background-color: rgb(96, 161, 42) !important;
}

.main-button.green:active {
    background-color: rgb(87, 147, 37) !important;
}
