@import url('https://fonts.googleapis.com/css?family=Lato');
@font-face {
  font-family: 'Gordita';
  src: url('../fonts/GorditaRegular.otf');
}
/** Media Query **/
/**** Animation *****/
.animate-something {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.i-animat {
  -moz-transition-property: background-color;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: .07s;
  -webkit-transition-duration: .07s;
  -o-transition-duration: .07s;
  transition-duration: .07s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.clear {
  display: table;
  clear: both;
  content: " ";
}
html,
body {
  position: relative;
  height: 100%;
  font-family: 'Gordita';
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
}
a {
  text-decoration: none;
}
* input,
* textarea {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -khtml-user-select: initial;
  -ms-user-select: initial;
}
a {
  text-decoration: none !important;
  outline: none;
}
a:active {
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 400;
}
ul,
li {
  padding: 0;
  margin: 0;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(126, 239, 104, 0);
  box-shadow: none;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/********************
**** GENERAL STYLES ******
********************/
@font-face {
  font-family: 'Edosz';
  src: url('../fonts/edosz.ttf');
}
@font-face {
  font-family: 'Gordita';
  src: url('../fonts/GorditaRegular.otf');
}
@font-face {
  font-family: 'Gordita Medium';
  src: url('../fonts/GorditaMedium.otf');
}
@font-face {
  font-family: 'Gordita Bold';
  src: url('../fonts/GorditaBold.otf');
}
.btn-green {
  background: #35a753;
  border: 0.5px solid #35a753;
  color: #ffffff;
  box-sizing: border-box;
  border-radius: 4px;
}
#nav-container .navbar {
  padding-left: 5%;
  padding-right: 5%;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.25);
}
#nav-container .navbar .nav-lang {
  margin: 5px 54px 0px 0px;
  font-size: 14px;
}
#nav-container .navbar .nav-link {
  color: #21539b;
  margin-right: 54px;
  font-size: 14px;
}
#nav-container .navbar .nav-link:hover {
  color: #35A753;
}
#nav-container .navbar .active {
  color: #35A753;
}
#nav-container .navbar .active .nav-link {
  border-bottom: 2px solid #35a753;
  padding-bottom: 4px;
}
#nav-container .navbar .btn {
  height: 40px;
  padding: 0px 15px;
  font-size: 12px;
  font-family: 'Gordita Medium';
}
@media only screen and (max-width: 529px) {
  #nav-container .navbar .navbar-brand img {
    width: auto;
    height: 30px;
  }
  #nav-container .navbar .navbar-collapse .navbar-nav {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  #nav-container .navbar .navbar-collapse .navbar-nav .nav-link {
    margin-right: initial;
  }
  #nav-container .navbar .navbar-collapse .navbar-nav .active .nav-link {
    border-bottom: initial;
    padding: 4px 6px;
    background-color: #35a753;
    color: #ffffff;
    font-weight: bold;
  }
}
#home .hero {
  background: url('../svg/home_bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
#home .hero p {
  color: #ffffff;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.02em;
  margin-top: 25px;
  font-family: 'Gordita';
}
#home .hero .cta {
  display: flex;
  justify-content: space-around !important;
  margin-top: 30px;
}
@media only screen and (max-width: 529px) {
  #home .hero .cta {
    flex-direction: column;
    align-items: center;
  }
}
#home .hero .cta a {
  padding: 10px 20px;
  border: 2px solid #35A753;
  background: #35A753;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-right: 10px;
  min-width: 230px;
  text-align: center;
}
@media only screen and (max-width: 529px) {
  #home .hero .cta a {
    padding: 8px 16px;
    font-size: 14px;
  }
}
#home .hero .cta a.btn-line {
  background: none;
  border: 2px solid #ffffff;
}
#home .about {
  padding: 0 5%;
  margin-top: 101px;
}
#home .about h3 {
  color: #0c336f;
  font-size: 40px;
  text-align: center;
  margin-bottom: -20px;
  font-family: 'Gordita bold';
}
#home .about .about-bg {
  background: #f6f9fc;
  padding: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home .about .about-bg p {
  max-width: 723px;
  text-align: center;
  font-size: 16px;
  line-height: 29px;
}
#home .about .about-bg .startups {
  display: flex;
  justify-content: space-around;
  margin-top: 35px;
}
#home .about .about-bg .startups .icon-text {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home .about .about-bg .startups .icon-text img {
  margin-bottom: 15px;
}
#home .info {
  padding: 0 5%;
}
#home .info .info-main {
  padding: 130px 70px 0px 70px;
  display: flex;
  justify-content: space-around;
}
#home .info .info-main .number {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home .info .info-main .number img {
  margin-bottom: 25px;
}
#home .info .info-main .number p {
  font-size: 14px;
  font-family: 'Gordita Bold';
  line-height: normal;
  text-align: center;
  letter-spacing: 0.03em;
  color: rgba(69, 69, 69, 0.75);
}
#home .countries {
  padding: 0 5%;
  margin-top: 101px;
}
#home .countries h3 {
  color: #0c336f;
  font-size: 40px;
  text-align: center;
  margin-bottom: -20px;
  font-family: 'Gordita Bold';
}
#home .countries .countries-bg {
  background: #f6f9fc;
  padding: 70px 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#home .countries .countries-bg p {
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #343F45;
  margin-bottom: 45px;
}
#home .countries .countries-bg .country {
  background: #ffffff;
  padding: 45px;
  width: 100%;
  display: flex;
  margin-bottom: 28px;
  position: relative;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.02);
}
#home .countries .countries-bg .country .left {
  padding: 0 10px;
  margin-right: 15px;
}
#home .countries .countries-bg .country .left img {
  height: 150px;
  width: 150px;
}
#home .countries .countries-bg .country .right h3 {
  text-align: initial;
  margin-bottom: 15px;
}
#home .countries .countries-bg .country .right h6 {
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #35A753;
  margin-bottom: 25px;
}
#home .countries .countries-bg .country .right p {
  position: relative;
  z-index: 5;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}
#home .countries .countries-bg .country .watermark {
  position: absolute;
  right: 0;
  z-index: 1;
}
#home .countries .countries-bg .country:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #home .hero {
    height: 50vh;
  }
  #home .hero .hero-text {
    width: 483px;
    height: auto;
  }
  #home .hero p {
    font-size: 14px;
  }
  #home .hero button {
    height: 40px;
    font-size: 12px;
  }
  #home .about {
    padding: 0;
    margin-top: 40px;
  }
  #home .about h3 {
    font-size: 28px;
    margin-bottom: -8px;
  }
  #home .about .about-bg {
    padding: 30px 60px;
  }
  #home .about .about-bg p {
    max-width: 723px;
    text-align: center;
    font-size: 16px;
    line-height: 29px;
  }
  #home .about .about-bg .startups {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
  }
  #home .about .about-bg .startups .icon-text {
    width: 100%;
  }
  #home .countries {
    padding: 0;
    margin-top: 0;
  }
  #home .countries h3 {
    font-size: 28px;
    margin-bottom: -8px;
  }
  #home .countries .countries-bg {
    background: #f6f9fc;
    padding: 46px 30px;
  }
  #home .countries .countries-bg p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 27px;
  }
  #home .countries .countries-bg .country {
    margin-bottom: 28px;
    padding: 45px 16px 20px;
  }
  #home .countries .countries-bg .country .left {
    display: none;
  }
  #home .countries .countries-bg .country:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 529px) {
  #home .hero {
    background: url('../svg/mobile-hero-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 60vh;
    margin-top: 50px;
  }
  #home .hero .hero-text {
    width: 283px;
    height: auto;
  }
  #home .hero p {
    font-size: 14px;
  }
  #home .hero button {
    height: 40px;
    font-size: 12px;
  }
  #home .about {
    padding: 0;
    margin-top: 40px;
  }
  #home .about h3 {
    font-size: 22px;
    margin-bottom: -8px;
  }
  #home .about .about-bg {
    padding: 30px;
  }
  #home .about .about-bg p {
    max-width: 723px;
    text-align: center;
    font-size: 16px;
    line-height: 29px;
  }
  #home .about .about-bg .startups {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
  }
  #home .about .about-bg .startups .icon-text {
    width: 100%;
  }
  #home .info {
    padding: 0 5%;
  }
  #home .info .info-main {
    padding: 64px 0;
    display: flex;
    justify-content: space-around;
  }
  #home .info .info-main .number {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #home .info .info-main .number img {
    width: auto;
    height: 45px;
  }
  #home .info .info-main .number p {
    font-size: 12px;
  }
  #home .countries {
    padding: 0;
    margin-top: 0;
  }
  #home .countries h3 {
    font-size: 22px;
    margin-bottom: -8px;
  }
  #home .countries .countries-bg {
    background: #f6f9fc;
    padding: 46px 20px;
  }
  #home .countries .countries-bg p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 27px;
  }
  #home .countries .countries-bg .country {
    margin-bottom: 28px;
    padding: 45px 16px 20px;
  }
  #home .countries .countries-bg .country .left {
    display: none;
  }
  #home .countries .countries-bg .country:last-child {
    margin-bottom: 0;
  }
}
#pd2017 .hero {
  background: url('../svg/2017-bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 200px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 529px) {
  #pd2017 .hero {
    padding: 120px 5px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #pd2017 .hero {
    height: 50vh;
  }
}
#pd2017 .hero div {
  width: 50%;
}
@media only screen and (max-width: 529px) {
  #pd2017 .hero div {
    width: 95%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #pd2017 .hero div {
    width: 95%;
  }
}
#pd2017 .hero div h1 {
  font-family: 'Gordita Bold';
  font-size: 40px;
  line-height: normal;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 529px) {
  #pd2017 .hero div h1 {
    font-size: 30px;
  }
}
#pd2017 .hero div p {
  color: #ffffff;
  letter-spacing: 0.02em;
  margin-top: 25px;
  font-family: 'Gordita';
  text-align: center;
  font-size: 18px;
  line-height: 33px;
}
#pd2017 .hero span {
  font-family: 'Gordita Bold';
  font-size: 12px;
  line-height: normal;
  color: #FFFFFF;
  position: absolute;
  bottom: 110px;
}
#pd2017 .hero a {
  position: absolute;
  bottom: 50px;
}
#pd2017 .video {
  padding: 0 5%;
  margin-top: 100px;
}
#pd2017 .video .video-bg {
  background-color: #F6F9FC;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 5%;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto auto auto auto;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}
#pd2017 .video .video-bg .holder {
  width: 560;
  height: 315px;
  position: relative;
}
#pd2017 .video .video-bg .frame {
  width: 100%;
  height: 100%;
}
#pd2017 .video .video-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 560%;
  height: 315px;
  cursor: pointer;
}
#pd2017 .video .video-bg .videoWrapper {
  height: 240px;
  width: 300px;
  position: relative;
  overflow: hidden;
}
#pd2017 .video .video-bg .videoWrapper iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 529px) {
  #pd2017 .video .video-bg {
    grid-template-columns: auto;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #pd2017 .video .video-bg {
    grid-template-columns: auto auto;
  }
}
#startups .mainTop {
  text-align: center;
  padding: 160px 15px 70px;
}
#startups .mainTop p {
  font-family: 'Gordita Bold';
  font-size: 40px;
  color: #0C336F;
}
@media only screen and (max-width: 529px) {
  #startups .mainTop p {
    font-size: 30px;
  }
}
#startups .mainTop span {
  text-align: center;
  width: 80%;
}
#startups .mainTop img {
  max-width: 52%;
  height: auto;
  margin: 30px 0px;
}
@media only screen and (max-width: 529px) {
  #startups .mainTop img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #startups .mainTop img {
    max-width: 80%;
  }
}
#startups .eligibility {
  padding: 0 5%;
  margin-top: 70px;
}
@media only screen and (max-width: 529px) {
  #startups .eligibility {
    padding: 0;
  }
}
#startups .eligibility h3 {
  color: #0c336f;
  font-size: 40px;
  text-align: center;
  margin-bottom: -20px;
  font-family: 'Gordita bold';
}
@media only screen and (max-width: 529px) {
  #startups .eligibility h3 {
    font-size: 22px;
    margin-bottom: -10px;
  }
}
#startups .eligibility .eligibility-bg {
  background: url('../svg/eligibility_bg.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  padding: 80px;
}
@media only screen and (max-width: 529px) {
  #startups .eligibility .eligibility-bg {
    padding: 20px;
    flex-direction: column;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #startups .eligibility .eligibility-bg {
    padding: 20px;
    flex-direction: column;
  }
}
@media only screen and (max-width: 529px) {
  #startups .eligibility .list-container {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #startups .eligibility .list-container {
    margin-top: 50px;
  }
}
#startups .eligibility .list {
  display: flex;
  width: 80%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 529px) {
  #startups .eligibility .list {
    width: 100%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #startups .eligibility .list {
    width: 100%;
  }
}
#startups .eligibility .list .text {
  margin-left: 15px;
  font-family: 'Gordita';
  font-size: 16px;
  line-height: 29px;
  color: #343F45;
}
#startups .eligibility .list .margin {
  margin-left: 30px;
  display: flex;
}
#startups .eligibility .list .margin p {
  margin-left: 20px;
  margin-top: 15px;
  font-family: 'Gordita Medium';
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #E00007;
}
#startups .eligibility .list .margin a {
  font-family: 'Gordita Medium';
  font-size: 12px;
  padding: 5px 10px;
  line-height: normal;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 529px) {
  #startups .eligibility .list .margin a {
    height: 40px;
    margin-top: 15px;
  }
}
#startups .why-join {
  padding: 0 5%;
  margin-top: 180px;
}
@media only screen and (max-width: 529px) {
  #startups .why-join {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #startups .why-join {
    margin-top: 100px;
  }
}
#startups .why-join .why-join-bg {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 529px) {
  #startups .why-join .why-join-bg {
    flex-direction: column;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #startups .why-join .why-join-bg {
    flex-direction: column;
  }
}
#startups .why-join .why-join-bg .left {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#startups .why-join .why-join-bg .left img {
  max-width: 90%;
}
@media only screen and (max-width: 529px) {
  #startups .why-join .why-join-bg .left {
    display: none;
  }
}
#startups .why-join .why-join-bg .right {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#startups .why-join .why-join-bg .right h3 {
  color: #0c336f;
  font-size: 40px;
  margin-bottom: -20px;
  font-family: 'Gordita bold';
  margin-bottom: 30px;
}
#startups .why-join .why-join-bg .right .list {
  display: flex;
  width: 80%;
  margin-bottom: 25px;
}
@media only screen and (max-width: 529px) {
  #startups .why-join .why-join-bg .right .list {
    width: 100%;
  }
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #startups .why-join .why-join-bg .right .list {
    width: 100%;
  }
}
#startups .why-join .why-join-bg .right .list .text {
  margin-left: 15px;
  font-family: 'Gordita';
  font-size: 16px;
  line-height: 29px;
  color: #343F45;
}
#startups .why-join .why-join-bg .right .list .margin {
  margin-left: 60px;
  display: flex;
}
#startups .why-join .why-join-bg .right .list .margin p {
  margin-left: 20px;
  margin-top: 15px;
  font-family: 'Gordita Medium';
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #E00007;
}
#startups .why-join .why-join-bg .right .list .margin a {
  font-family: 'Gordita Medium';
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 529px) {
  #startups .why-join .why-join-bg .right .list .margin a {
    height: 40px;
    margin-top: 6px;
  }
}
#founders {
  margin: 70px;
  padding: 40px;
  background: #F6F9FC;
}
@media only screen and (max-width: 529px) {
  #founders {
    margin: 10px;
    padding: 20px;
  }
}
#founders .founders-list {
  background: #F6F9FC !important;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(470px, 1fr));
  grid-gap: 30px;
}
@media only screen and (max-width: 529px) {
  #founders .founders-list {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
#founders .founders-list .single-startup {
  background: url(../img/cities-bg.png), #ffffff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  padding: 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#founders .founders-list .single-startup .logo-country {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
#founders .founders-list .single-startup .logo-country .startup-logo {
  height: 50px;
  cursor: pointer !important;
}
@media only screen and (max-width: 529px) {
  #founders .founders-list .single-startup .logo-country .startup-logo {
    height: 30px;
  }
}
#founders .founders-list .single-startup .logo-country .country {
  height: 25px;
}
#founders .founders-list .single-startup p {
  color: #343F45;
  font-size: 15px;
  line-height: 180%;
  /* or 25px */
  text-align: justify;
}
@media only screen and (max-width: 529px) {
  #founders .founders-list .single-startup p {
    text-align: left;
  }
}
#founders .founders-list .single-startup .avatar-info {
  display: flex;
}
#founders .founders-list .single-startup .avatar-info .avatar {
  height: 70px;
  width: 70px;
  background-size: cover;
  margin-right: 15px;
  border: 1px solid #EFEEEE;
  border-radius: 7px;
}
#founders .founders-list .single-startup .avatar-info li {
  list-style-type: none;
}
#founders .founders-list .single-startup .avatar-info li h4 {
  font-weight: bold;
  font-size: 16px;
  color: #0C336F;
}
#founders .founders-list .single-startup .avatar-info li:nth-child(2) {
  color: #343F45;
  line-height: 3;
  font-size: 14px;
}
#founders .founders-list .gricd p {
  margin-top: -50px;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #founders .founders-list .gricd p {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 529px) {
  #founders .founders-list .gricd p {
    margin-top: 5px;
  }
}
#founders .founders-list .afya p,
#founders .founders-list .flare p,
#founders .founders-list .taeillo p,
#founders .founders-list .reliance p {
  margin-top: -20px;
}
@media only screen and (max-width: 529px) {
  #founders .founders-list .afya p,
  #founders .founders-list .flare p,
  #founders .founders-list .taeillo p,
  #founders .founders-list .reliance p {
    margin-top: 0px;
  }
}
#partners .hero {
  background: #0C336F;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 50px;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #partners .hero img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 529px) {
  #partners .hero {
    margin-top: 50px;
    padding: 20px;
  }
  #partners .hero img {
    width: 100%;
    height: auto;
  }
}
#partners .partner {
  padding: 0 5%;
  margin-top: 101px;
}
#partners .partner h3 {
  color: #0c336f;
  font-size: 40px;
  text-align: center;
  margin-bottom: -20px;
  font-family: 'Gordita bold';
}
#partners .partner .partner-bg {
  background: #f6f9fc;
  padding: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#partners .partner .partner-bg h5 {
  font-size: 30px;
  font-family: 'Gordita Medium';
  color: #0c336f;
  margin-bottom: 64px;
  text-align: center;
}
#partners .partner .partner-bg p {
  max-width: 939px;
  font-family: 'Gordita';
  font-size: 18px;
  line-height: 33px;
  letter-spacing: 0.02em;
}
#partners .partner .partner-bg span.green-text {
  color: #35a753;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #partners .partner {
    padding: 0;
    margin-top: 40px;
  }
  #partners .partner h3 {
    font-size: 22px;
    margin-bottom: -8px;
  }
  #partners .partner .partner-bg {
    padding: 30px 60px;
  }
  #partners .partner .partner-bg h5 {
    font-size: 18px;
    margin-bottom: 40px;
  }
  #partners .partner .partner-bg p {
    max-width: 723px;
    text-align: center;
    font-size: 16px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 529px) {
  #partners .partner {
    padding: 0;
    margin-top: 40px;
  }
  #partners .partner h3 {
    font-size: 22px;
    margin-bottom: -8px;
  }
  #partners .partner .partner-bg {
    padding: 30px;
  }
  #partners .partner .partner-bg h5 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #partners .partner .partner-bg p {
    max-width: 723px;
    text-align: center;
    font-size: 16px;
    line-height: 29px;
  }
}
#partners .apply {
  margin-top: 0;
}
#partners .apply .btn-green {
  padding: 0px 35px;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  #partners .apply {
    padding: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 529px) {
  #partners .apply {
    padding: 0;
    margin-top: 0;
  }
  #partners .apply .apply-bg {
    background: url('../svg/apply-bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
  }
  #partners .apply .apply-bg h3 {
    font-size: 18px;
  }
  #partners .apply .apply-bg p {
    font-size: 14px;
  }
  #partners .apply .apply-bg .btn-green {
    height: 40px;
    font-size: 12px;
    margin-bottom: 0;
  }
}
.pre-footer {
  padding: 0 5%;
  margin-top: 101px;
}
.pre-footer .pre-footer-bg {
  padding: 70px;
  align-items: center;
}
.pre-footer .pre-footer-bg .top {
  width: 50%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: auto;
}
.pre-footer .pre-footer-bg .top div {
  margin: 0px 10%;
}
.pre-footer .pre-footer-bg .top h6 {
  color: #B0B0B0;
  font-size: 12px;
  letter-spacing: 0.03em;
  font-family: 'Gordita Medium';
  margin-bottom: 20px;
}
.pre-footer .pre-footer-bg .sponsors {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.pre-footer .pre-footer-bg .sponsors h6 {
  color: #B0B0B0;
  font-size: 12px;
  letter-spacing: 0.03em;
  font-family: 'Gordita Medium';
  margin-bottom: 20px;
}
.pre-footer .pre-footer-bg .sponsors .logo-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.pre-footer .pre-footer-bg .sponsors .logo-row img {
  width: 150px;
  height: 45px;
}
.pre-footer .pre-footer-bg .sponsors .logo-row .img1 {
  margin-right: 50px;
}
.pre-footer .pre-footer-bg .sponsors .logo-row .img2 {
  margin-left: 50px;
}
.pre-footer .pre-footer-bg .bottom {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}
.pre-footer .pre-footer-bg .bottom h6 {
  color: #B0B0B0;
  font-size: 12px;
  letter-spacing: 0.03em;
  font-family: 'Gordita Medium';
  margin-bottom: 20px;
}
.pre-footer .pre-footer-bg .bottom .logos1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
}
.pre-footer .pre-footer-bg .bottom .logos1 div {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.pre-footer .pre-footer-bg .bottom .logos2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: -20px;
  text-align: center;
  margin-top: 20px;
}
.pre-footer .pre-footer-bg .bottom .logos2 div {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .pre-footer {
    padding: 0;
    margin-top: 46px;
  }
  .pre-footer .pre-footer-bg {
    padding: 20px 60px;
    display: flex;
    flex-direction: column;
  }
  .pre-footer .pre-footer-bg .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .pre-footer .pre-footer-bg .top div {
    width: 47.5%;
  }
  .pre-footer .pre-footer-bg .top h6 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .pre-footer .pre-footer-bg .top img {
    width: auto;
    height: 40px;
  }
  .pre-footer .pre-footer-bg .top .margin-top {
    margin-top: 0;
  }
  .pre-footer .pre-footer-bg .sponsors {
    width: 100%;
    text-align: center;
    margin-top: 80px;
  }
  .pre-footer .pre-footer-bg .sponsors h6 {
    color: #B0B0B0;
    font-size: 12px;
    letter-spacing: 0.03em;
    font-family: 'Gordita Medium';
    margin-bottom: 20px;
  }
  .pre-footer .pre-footer-bg .sponsors .logo-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .pre-footer .pre-footer-bg .sponsors .logo-row img {
    width: 150px;
    height: 45px;
  }
  .pre-footer .pre-footer-bg .sponsors .logo-row .img1 {
    margin-right: 30px;
  }
  .pre-footer .pre-footer-bg .sponsors .logo-row .img2 {
    margin-left: 30px;
  }
  .pre-footer .pre-footer-bg .bottom {
    width: 100%;
  }
  .pre-footer .pre-footer-bg .bottom h6 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .pre-footer .pre-footer-bg .bottom .logos1 {
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  .pre-footer .pre-footer-bg .bottom .logos1 div {
    width: 100%;
  }
  .pre-footer .pre-footer-bg .bottom .logos1 div img {
    width: auto;
    height: 40px;
  }
  .pre-footer .pre-footer-bg .bottom .logos2 {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  .pre-footer .pre-footer-bg .bottom .logos2 div {
    width: 30%;
  }
  .pre-footer .pre-footer-bg .bottom .logos2 div img {
    width: auto;
    height: 40px;
  }
}
@media only screen and (max-width: 529px) {
  .pre-footer {
    padding: 0;
    margin-top: 46px;
  }
  .pre-footer .pre-footer-bg {
    padding: 5px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .pre-footer .pre-footer-bg .top {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
  .pre-footer .pre-footer-bg .top div {
    width: 50%;
    margin: 0;
  }
  .pre-footer .pre-footer-bg .top h6 {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .pre-footer .pre-footer-bg .top img {
    width: auto;
    height: 35px;
  }
  .pre-footer .pre-footer-bg .top .margin-top {
    margin-top: 0;
  }
  .pre-footer .pre-footer-bg .sponsors {
    width: 100%;
    text-align: center;
    margin-top: 80px;
  }
  .pre-footer .pre-footer-bg .sponsors h6 {
    color: #B0B0B0;
    font-size: 12px;
    letter-spacing: 0.03em;
    font-family: 'Gordita Medium';
    margin-bottom: 20px;
  }
  .pre-footer .pre-footer-bg .sponsors .logo-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .pre-footer .pre-footer-bg .sponsors .logo-row img {
    width: 100px;
    height: 31px;
  }
  .pre-footer .pre-footer-bg .sponsors .logo-row .img1 {
    margin-right: 20px;
  }
  .pre-footer .pre-footer-bg .sponsors .logo-row .img2 {
    margin-left: 20px;
  }
  .pre-footer .pre-footer-bg .bottom {
    width: 100%;
  }
  .pre-footer .pre-footer-bg .bottom h6 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .pre-footer .pre-footer-bg .bottom .logos1 {
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  .pre-footer .pre-footer-bg .bottom .logos1 div {
    width: auto;
  }
  .pre-footer .pre-footer-bg .bottom .logos1 div img {
    width: auto;
    height: 35px;
  }
  .pre-footer .pre-footer-bg .bottom .logos2 {
    display: grid;
    grid-template-columns: auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  .pre-footer .pre-footer-bg .bottom .logos2 div {
    width: auto;
  }
  .pre-footer .pre-footer-bg .bottom .logos2 div img {
    width: auto;
    height: 35px;
  }
}
.apply {
  padding: 0 5%;
  margin-top: 101px;
}
.apply .apply-bg {
  background: url('../svg/apply-bg.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 8%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.apply .apply-bg h3 {
  font-size: 24px;
  font-family: 'Gordita bold';
  color: #0c336f;
  text-align: center;
  margin-bottom: 35px;
}
.apply .apply-bg .btn-green {
  padding: 0px 35px;
  height: 55px;
  font-size: 16px;
  font-family: 'Gordita Medium';
  letter-spacing: 0.02em;
  margin-bottom: 25px;
}
.apply .apply-bg p {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #E00007;
  font-family: 'Gordita Medium';
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .apply {
    padding: 0;
    margin-top: 46px;
  }
}
@media only screen and (max-width: 529px) {
  .apply {
    padding: 0;
    margin-top: 46px;
  }
  .apply .apply-bg {
    background: url('../svg/apply-bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 30px;
  }
  .apply .apply-bg h3 {
    font-size: 18px;
  }
  .apply .apply-bg .btn-green {
    height: 40px;
    font-size: 12px;
  }
  .apply .apply-bg p {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #E00007;
    font-family: 'Gordita Medium';
  }
}
.footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(245, 245, 245, 0.35);
  padding: 15px 60px;
}
.footer .copyrightMobile {
  display: none;
}
.footer p {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: rgba(69, 69, 69, 0.6);
  margin-bottom: 0;
}
.footer div a {
  font-size: 12px;
  letter-spacing: 0.03em;
  color: rgba(69, 69, 69, 0.6);
  margin-bottom: 0;
  margin-right: 15px;
}
.footer div a:hover {
  color: #0C336F;
}
.footer div img:first-child {
  margin-right: 24px;
}
.footer div img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  cursor: pointer;
}
.footer div img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: none;
}
@media only screen and (min-width: 530px) and (max-width: 949px) {
  .footer div img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: none;
    cursor: pointer;
  }
}
@media only screen and (max-width: 529px) {
  .footer {
    background: rgba(245, 245, 245, 0.35);
    padding: 10px;
    text-align: center;
    display: block;
  }
  .footer .copyrightMobile {
    display: block;
  }
  .footer .copyrightDesktop {
    display: none;
  }
  .footer p {
    font-size: 12px;
    letter-spacing: 0.03em;
    color: rgba(69, 69, 69, 0.6);
    margin-top: 10px;
  }
  .footer div {
    height: 30px;
  }
  .footer div img:first-child {
    margin-right: 15px;
  }
  .footer div img {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: none;
    cursor: pointer;
    height: 100%;
  }
}
