/*----------- BASE -----------*/
/*--- Settings ---*/
html {
  scroll-behavior: smooth; }

body {
  margin: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover; }

a, a:hover {
  text-decoration: none; }

.container, .container-small {
  max-width: 100%;
  padding: 0 2.5rem;
  margin: 0 auto; }

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

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

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

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

@media (min-width: 1024px) {
  .container {
    max-width: 992px;
    padding: 0 1rem; }
  .container-small {
    max-width: 1106px;
    padding: 0 1rem; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1024px;
    margin: 0 auto; } }

@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
    margin: 0 auto; }
  .container-small {
    max-width: 1106px; } }

/*--- /Settings ---*/
/*--- Typography ---*/
@font-face {
  font-family: 'Averta';
  src: url("fonts/Averta-Regular.otf") format("opentype");
  src: url("fonts/Averta-Regular.woff") format("woff"), url("fonts/Averta-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Averta';
  src: url("fonts/Averta-Light.otf") format("opentype");
  src: url("fonts/Averta-Light.woff") format("woff"), url("fonts/Averta-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Averta';
  src: url("fonts/Averta-Bold.otf") format("opentype");
  src: url("fonts/Averta-Bold.woff") format("woff"), url("fonts/Averta-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal; }

body {
  font-family: 'Averta', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  color: #231f20; }

p {
  line-height: 1.4rem; }

a {
  color: #0000FF; }

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  margin-bottom: 1rem; }

h1 {
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: -1.25px; }

h2 {
  font-size: 2rem;
  line-height: 2.3rem;
  letter-spacing: -0.5px;
  font-weight: 300; }

h3 {
  font-size: 1.3125rem; }

.h3 {
  font-weight: 300; }

h4, .h4 {
  font-size: 1em;
  letter-spacing: -0.55px; }

h4 {
  font-weight: 700; }

.h4 {
  font-weight: 400; }

h5 {
  font-size: 1.1rem; }

h6 {
  font-size: 1.125rem;
  letter-spacing: 0.95px;
  font-weight: 700; }

.h6 {
  font-weight: 700; }

@media (min-width: 768px) {
  h2 {
    font-size: 3.4375rem;
    line-height: 3.8rem; }
  h3 {
    font-size: 2.3125rem;
    letter-spacing: -1.65px; } }

@media (min-width: 1024px) {
  p {
    line-height: 2rem; }
  .h1 {
    font-size: 4.5625rem;
    letter-spacing: -1.75px; }
  body {
    font-size: 1.125rem; }
  h1 {
    font-size: 2.875rem; }
  h5 {
    font-size: 1.375rem;
    letter-spacing: -0.35px; }
  h4, .h4 {
    font-size: 1.4375rem; } }

/*--- /Typography ---*/
/*--- Buttons ---*/
.btn {
  display: inline-block;
  color: #fff;
  padding: 0.7rem 2.2rem;
  text-align: center;
  max-width: 123px; }

.btn-pink {
  background-color: #0000ff; }

.btn-white {
  background-color: #fff;
  color: #000; }

.btn-white-pink {
  background-color: #fff;
  color: #0000ff;
  padding: 0.7rem 1.9rem; }

.btn-more {
  -webkit-transition: transform 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
  .btn-more:hover {
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem); }

.link {
  font-weight: 700; }

@media (min-width: 1024px) {
  .btn {
    font-size: 1.4375rem; }
  .btn-white-pink {
    font-size: 1.1875rem; } }

/*--- /Buttons ---*/
/*----------- VENDOR -----------*/
main ul {
  list-style-type: disc;
  -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-padding-start: 40px;
  padding-inline-start: 40px; }

/*--------- LAYOUTS ----------*/
/*--- HEADER ---*/
.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10000;
  padding: 0.6rem 1.2rem; }
  .header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 50%;
    min-width: 120px; }
    .header .logo img {
      max-width: 120px; }
  .header.fixed {
    position: fixed; }
  .header .menu {
    max-height: 0;
    min-height: 0;
    position: absolute;
    visibility: hidden;
    padding-left: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    left: 0;
    right: 0;
    z-index: 100;
    height: 100vh;
    margin-top: 2.4rem;
    height: 100vh;
    background-color: #fff; }
    .header .menu.menu-open {
      max-height: 200vh;
      min-height: 1px;
      height: auto;
      visibility: visible;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      overflow: hidden;
      margin-top: 2.4rem;
      padding-top: 0.3rem; }
    .header .menu li {
      font-size: 1.1rem;
      text-align: center;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .header .menu li a {
        text-align: center;
        padding: 1.4rem 0;
        border-bottom: 1px solid #d8d8d8;
        display: block;
        color: #231f20; }
      .header .menu li.active a {
        color: #e61f47; }
    .header .menu > li:last-child .sub-menu li:last-child a:last-child {
      border-bottom: 0; }
    .header .menu .sub-menu li a {
      padding: 1rem 0;
      color: #231f20; }
  .header .menu-btn {
    display: block;
    padding: 0 0.1rem;
    position: relative;
    width: 1rem;
    margin-right: 1.1rem; }
    .header .menu-btn span {
      width: 1.3rem;
      height: 2px;
      display: block;
      margin-bottom: 0.33rem;
      border-radius: 2px;
      -webkit-transition-duration: 75ms;
      transition-duration: 75ms;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      background-color: #231f20; }
    .header .menu-btn.active span {
      position: absolute;
      top: 0; }
      .header .menu-btn.active span:first-child {
        -webkit-transition-delay: .12s;
        transition-delay: .12s;
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .header .menu-btn.active span:last-child {
        -webkit-transition: bottom 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 12s;
        transition: bottom 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 12s;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .header .menu-btn.active span:nth-child(2) {
        display: none; }

@media (min-width: 1024px) {
  .header {
    padding: 1rem 3.4rem 0.8rem; }
    .header .logo {
      min-width: 120px; }
      .header .logo img {
        width: 185px;
        max-width: 100%; }
    .header .menu {
      margin-top: 0;
      position: relative;
      height: auto;
      max-height: 100%;
      top: 0;
      visibility: visible;
      padding-top: 2.2rem;
      padding-right: 2rem;
      text-align: left;
      overflow: visible; }
      .header .menu li {
        display: inline-block;
        padding-left: 4.3rem;
        position: relative;
        font-size: 1.1875rem; }
        .header .menu li a:after {
          display: none; }
        .header .menu li:hover {
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          .header .menu li:hover a {
            color: #0000FF; }
          .header .menu li:hover .sub-menu {
            visibility: visible;
            opacity: 1; }
            .header .menu li:hover .sub-menu a {
              color: #231f20;
              font-size: 1.1875rem; }
            .header .menu li:hover .sub-menu li:hover a {
              color: #0000FF; }
            .header .menu li:hover .sub-menu li a {
              -webkit-transition: 0.3s;
              transition: 0.3s; }
        .header .menu li a {
          border-bottom: 0;
          display: inline-block;
          padding: 0;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          color: #231f20; }
        .header .menu li .sub-menu {
          position: absolute;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          visibility: hidden;
          opacity: 0;
          top: 0rem;
          left: 0;
          margin-top: 3.3rem;
          padding: 0.4rem 0 0;
          background-color: #fff;
          min-width: 200px; }
          .header .menu li .sub-menu li {
            padding: 0;
            width: 100%; }
          .header .menu li .sub-menu a {
            border-bottom: 1px solid #d8d8d8;
            display: block;
            padding: 1.48rem 1rem; }
    .header .menu-btn {
      display: none; } }

/*--- /HEADER ---*/
/*--- Footer ---*/
.footer {
  background-color: #0F294A;
  padding: 2rem 0;
  text-align: center; }
  .footer .footer-logo {
    display: block;
    max-width: 150px;
    margin: 0 auto; }
  .footer .info {
    color: #fff;
    padding-top: 2.1rem;
    margin-bottom: 1.7rem; }
  .footer .footer-nav a {
    color: #fff;
    letter-spacing: -0.05px; }
  .footer .footer-nav .footer-menu {
    margin-bottom: 1.6rem; }
    .footer .footer-nav .footer-menu li {
      margin-bottom: 1rem; }
  .footer h6 {
    margin-bottom: 0.2rem; }

@media (min-width: 1024px) {
  .footer {
    padding: 4rem 0 5.3rem;
    text-align: left; }
    .footer .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .footer .footer-logo {
      max-width: 270px;
      margin: 0 auto; }
    .footer .footer-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 26.33%;
      flex: 0 0 32%;
      max-width: 32%;
      padding: 0; }
      .footer .footer-col:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 59.3%;
        flex: 0 0 59.3%;
        max-width: 59.3%; }
    .footer .footer-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer .footer-nav li {
        display: inline-block; }
      .footer .footer-nav a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0.8rem; }
      .footer .footer-nav .footer-menu {
        margin-bottom: 0;
        margin-right: 1.4rem; }
        .footer .footer-nav .footer-menu li {
          margin-bottom: 0; }
    .footer .info {
      margin-bottom: 3.7rem; } }

@media (min-width: 1200px) {
  .footer .footer-nav a {
    margin-right: 2.6rem; }
  .footer .footer-nav .footer-menu {
    margin-right: 3.4rem; } }

/*--- /Footer ---*/
/*--- Page title ---*/
.page-title {
  background-color: #D2C9C0;
  color: #fff;
  padding-top: 2.6rem;
  padding-bottom: 2rem; }
  .page-title .breadcrumbs {
    margin-bottom: 2rem; }
    .page-title .breadcrumbs a:after, .page-title .breadcrumbs .breadcrumbs span:after {
      margin: 0;
      margin-left: 0.3rem; }

@media (min-width: 768px) {
  .page-title {
    padding-bottom: 6.4rem; }
    .page-title .breadcrumbs {
      margin-bottom: 3.5rem; } }

@media (min-width: 1024px) {
  .page-title .container {
    max-width: 720px; } }

/*--- Page title ---*/
/*--------- BLOCKS -----------*/
/*--- Page Hero ---*/
.page-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 2rem 0 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  min-height: 400px; }
  .page-hero .page-hero-wrap {
    margin: 0 2rem;
    padding: 2rem 1rem 2rem 1rem;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%; }
  .page-hero .page-hero-arrow {
    display: none; }
  .page-hero h1 {
    margin-bottom: 1.4rem; }
  .page-hero p {
    color: #000; }

@media (min-width: 1024px) {
  .page-hero {
    height: calc(100vh - 116px); }
    .page-hero .page-hero-wrap {
      margin: 0;
      max-width: 512px;
      padding: 2.9rem 4rem 3.3rem 7.5rem; }
    .page-hero .page-hero-arrow {
      position: absolute;
      bottom: 0.7rem;
      left: calc( 50% - 20px);
      display: block;
      fill: #fff;
      z-index: 5; }
    .page-hero.page-hero-home .page-hero-wrap {
      padding: 4.9rem 4rem 4.3rem 7.5rem; }
    .page-hero.page-hero-home p {
      padding-right: 6rem; }
    .page-hero.page-hero-portfolio .page-hero-wrap {
      min-width: 512px;
      padding: 3.6rem 4rem 4.1rem 7.5rem; }
    .page-hero.page-hero-portfolio h1 {
      margin-bottom: 0; }
    .page-hero.page-hero-nesta {
      height: calc(100vh - 133px); }
      .page-hero.page-hero-nesta p {
        padding-right: 2.2rem; }
    .page-hero.page-hero-about {
      height: calc(100vh - 131px); }
      .page-hero.page-hero-about p {
        padding-right: 3.2rem; }
    .page-hero.page-hero-choosing-an-investor {
      height: calc(100vh - 131px); }
      .page-hero.page-hero-choosing-an-investor p {
        padding-right: 4rem; }
    .page-hero.page-hero-social-impact {
      background-position-y: center;
      height: calc(100vh - 131px); }
      .page-hero.page-hero-social-impact p {
        padding-right: 2.4rem; }
    .page-hero.page-hero-insight {
      height: calc(100vh - 131px); }
      .page-hero.page-hero-insight .page-hero-wrap {
        padding: 3.4rem 4rem 3.5rem 7.5rem; }
      .page-hero.page-hero-insight h1 {
        margin-bottom: 0; }
    .page-hero.page-hero-funding {
      height: calc(100vh - 131px); }
      .page-hero.page-hero-funding p {
        padding-right: 4rem; }
    .page-hero.page-hero-partners {
      background-position-y: center;
      height: calc(100vh - 132px); }
      .page-hero.page-hero-partners h1 {
        margin-bottom: 0; }
      .page-hero.page-hero-partners .page-hero-wrap {
        padding: 3.8rem 4rem 3.9rem 7.5rem; }
    .page-hero.pahe-hero-apply {
      height: calc(100vh - 138px); }
      .page-hero.pahe-hero-apply .page-hero-wrap {
        padding: 3.2rem 4rem 2.3rem 7.5rem; } }

@media (min-width: 1200px) {
  .page-hero.page-hero-portfolio {
    background-position-y: bottom; } }

/*--- /Page Hero ---*/
/*--- Block Help ---*/
.block-help {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 1.4rem; }
  .block-help h2 {
    margin-bottom: 2rem; }
  .block-help .block-help-item {
    border: 2px solid #0000FF;
    border-radius: 19px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    margin: 0 auto 1.6rem;
    text-align: left; }
    .block-help .block-help-item h5 {
      margin-bottom: 0; }

@media (min-width: 768px) {
  .block-help .block-help-item {
    padding: 2rem 2.4rem;
    max-width: 640px;
    margin: 0 auto 2.6rem; }
    .block-help .block-help-item img {
      margin-right: 0.9rem; }
  .block-help h2 {
    margin-bottom: 3.5rem; } }

/*--- /Block Help ---*/
/*--- Investment Programs ---*/
.investment-programs {
  text-align: center;
  background-color: #D2C9C0;
  padding-top: 3rem;
  padding-bottom: 2rem; }
  .investment-programs h2 {
    margin-bottom: 3rem; }

@media (min-width: 768px) {
  .investment-programs {
    padding-top: 5.6rem;
    padding-bottom: 5rem; }
    .investment-programs .cards {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .investment-programs h2 {
      margin-bottom: 5rem; }
    .investment-programs .container {
      padding: 0 2.5rem; } }

/*--- /Investment Programs ---*/
/*--- Block Articles ---*/
.block-articles {
  padding-top: 5rem;
  padding-bottom: 5.5rem; }
  .block-articles .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0.7rem 1.3rem;
    max-width: 148px; }
    .block-articles .btn img {
      margin-left: 0.6rem; }

@media (min-width: 1024px) {
  .block-articles .container {
    padding: 0 2.5rem; }
  .block-articles .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.5rem; }
    .block-articles .row > article {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 1.5rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

/*--- /lock Articles ---*/
/*--- Slider ----*/
.slider .slider-wrap {
  background-color: rgba(210, 201, 192, 1);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1rem; }

.slider .slider-content h3 {
  margin-bottom: 1.2rem; }

.slider .item {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.slider .owl-carousel {
  position: relative; }

.slider .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1.1rem; }
  .slider .owl-nav button:focus {
    outline: none; }
  .slider .owl-nav button span {
    display: block;
    width: 23px;
    height: 50px; }
  .slider .owl-nav button.owl-prev, .slider .owl-nav button.owl-next {
    display: inline-block; }
  .slider .owl-nav button.owl-prev span {
    font-size: 0;
    background: url(img/arrow-left.png) no-repeat; }
  .slider .owl-nav button.owl-next span {
    font-size: 0;
    background: url(img/arrow-right.png) no-repeat; }

@media (min-width: 768px) {
  .slider .slider-wrap {
    max-width: 50%;
    margin: 0 auto;
    padding-left: 3.5rem; }
  .slider .slider-content {
    max-width: 69%;
    margin-bottom: 4.2rem; } }

@media (min-width: 1024px) {
  .slider .item {
    height: 500px; }
  .slider .slider-wrap {
    max-width: 39.8%;
    margin: 0;
    margin-left: 4rem; }
  .slider .slider-content {
    max-width: 69%;
    margin-bottom: 4.2rem; } }

@media (min-width: 1200px) {
  .slider .item {
    height: 678px; } }

/*---/ Slider ----*/
/*--- Team ---*/
.team {
  padding-top: 5.5rem;
  padding-bottom: 2rem; }
  .team h4 {
    margin-bottom: 2.8rem;
    margin-left: 8%; }
  .team .team-member {
    margin: 0 -0.1rem 3.45rem; }
    .team .team-member:hover .display-off-hover {
      display: none; }
    .team .team-member:hover .display-on-hover {
      display: block; }
    .team .team-member a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      text-align: left;
      color: #231f20; }
    .team .team-member .team-member-img {
      margin-right: 2rem; }
    .team .team-member .team-member-name {
      padding-top: 0.3rem;
      letter-spacing: 0.15px;
      margin-bottom: 0.2rem; }
    .team .team-member .position {
      font-size: 0.875rem; }
    .team .team-member .display-on-hover {
      display: none; }

@media (min-width: 768px) {
  .team h4 {
    margin-left: 26.5%; }
  .team .team-members {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .team .team-member {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.6rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: transform 0.4s ease-in-out;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
    .team .team-member:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    .team .team-member .team-member-img {
      width: 188px;
      height: 188px;
      margin-right: 3rem; } }

@media (min-width: 1024px) {
  .team .team-members {
    padding: 0 1.3rem; }
  .team h4 {
    margin-left: 27.5%; }
  .team .team-member {
    padding: 0 1.8rem; } }

@media (min-width: 1300px) {
  .team h4 {
    margin-left: 23.5%; } }

div.team-member-img {
  width: 150px;
  height: 150px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  background-color: grey; }

div.team-member-img-corporate {
  width: 188px;
  height: 188px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; }

div.team-member-img-fun {
  width: 188px;
  height: 188px;
  display: none;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%; }

/*--- /Team ---*/
/*--- Page- Title ---*/
.about-team {
  background-color: #D2C9C0;
  padding-top: 1.6rem;
  padding-bottom: 2.6rem; }
  .about-team h1, .about-team .h4 {
    color: #fff; }
  .about-team .h4 {
    margin-bottom: -0.3rem; }
  .about-team .breadcrumbs {
    margin-bottom: 2rem; }
  .about-team .team-member h1 {
    margin-bottom: 0; }
  .about-team .team-member .h4 {
    margin-bottom: 1rem; }
  .about-team .team-member img {
    margin: 0 auto;
    display: block; }

@media (min-width: 768px) {
  .about-team {
    padding-top: 2.6rem;
    padding-bottom: 4.6rem; }
    .about-team .team-member {
      padding-left: 3.1rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: -0.3rem; }
      .about-team .team-member img {
        -webkit-transition: transform 0.4s ease-in-out;
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: -webkit-transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
        margin: 0; }
      .about-team .team-member img:hover {
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }
      .about-team .team-member h1 {
        font-size: 3.5625rem;
        margin-bottom: 0.9rem; }
    .about-team .breadcrumbs {
      margin-left: 3.1rem;
      margin-bottom: 0; }
    .about-team .container {
      max-width: 820px; } }

@media (min-width: 1200px) {
  .about-team .team-member h1 {
    margin-bottom: 0.9rem; } }

/*--- /Page- Title ---*/
/*--- Team Member Content ---*/
.team-member-content {
  padding-bottom: 5.5rem;
  padding-top: 2.7rem; }
  .team-member-content h4 {
    margin-bottom: 2rem; }
  .team-member-content p {
    margin-bottom: 2rem; }
  .team-member-content .btn {
    margin: 4.3rem auto 0;
    display: block;
    padding: 0.7rem 0;
    max-width: 195px; }

@media (min-width: 768px) {
  .team-member-content {
    padding-top: 4.7rem; } }

/*--- /Team Member Content ---*/
/*--- Meet the Team ---*/
.meet-the-team {
  background-color: #FDB633;
  padding-top: 2.7rem;
  padding-bottom: 3.7rem; }
  .meet-the-team h3 {
    margin-bottom: 3.7rem; }
  .meet-the-team .person {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1.8rem; }
    .meet-the-team .person .team-member-img {
      margin: 0 auto; }

@media (min-width: 768px) {
  .meet-the-team .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .meet-the-team .person {
    max-width: 33.33%;
    margin-bottom: 0; } }

/*--- /Meet the Team ---*/
/*--- FAQs ---*/
.faqs {
  padding-top: 4.9rem;
  padding-bottom: 3.2rem; }
  .faqs h1 {
    margin-bottom: 1.5rem; }

@media (min-width: 1024px) {
  .faqs h1 {
    font-size: 4.5625rem;
    margin-bottom: 3.1rem; } }

/*--- /FAQs ---*/
/*--- Portfolio ---*/
.portfolio {
  padding-top: 2.7rem;
  padding-bottom: 4.8rem; }
  .portfolio .portfolio-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 2.61rem;
    margin: 0 0.3rem; }
    .portfolio .portfolio-nav h4 {
      color: #9b9b9b;
      margin-bottom: 0;
      margin-right: 1.8rem; }
  .portfolio .portfolio-items {
    padding-top: 3.2rem; }
    .portfolio .portfolio-items:before {
      content: '';
      position: absolute;
      border-bottom: 5px solid #e7e3de;
      display: block;
      margin-bottom: 3.8rem;
      top: 0;
      left: 0;
      right: 0; }
    .portfolio .portfolio-items .portfolio-item {
      padding: 10px;
      border: 1px solid #979797;
      text-align: center;
      position: relative;
      height: 233px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 1.3rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      overflow: hidden; }
      .portfolio .portfolio-items .portfolio-item .date, .portfolio .portfolio-items .portfolio-item .amount {
        display: none; }
      .portfolio .portfolio-items .portfolio-item img {
        max-height: 100%; }
      .portfolio .portfolio-items .portfolio-item .portfolio-item-content {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: left;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 2rem 1.4rem;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .portfolio .portfolio-items .portfolio-item .portfolio-item-content h4 {
          margin-bottom: 0.8rem; }
        .portfolio .portfolio-items .portfolio-item .portfolio-item-content p {
          letter-spacing: -0.25px;
          margin-bottom: 0.3rem; }
        .portfolio .portfolio-items .portfolio-item .portfolio-item-content .link {
          letter-spacing: 0.35px;
          display: block; }
      .portfolio .portfolio-items .portfolio-item:hover .portfolio-item-content {
        opacity: 1; }
  .portfolio .btn {
    margin: 2rem auto 0;
    padding: 0.7rem 1.4rem;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }
    .portfolio .btn img {
      max-width: 29px;
      margin-top: 0.2rem;
      margin-left: 0.6rem; }
  .portfolio .hidden {
    display: none !important; }

@media (min-width: 768px) {
  .portfolio .portfolio-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -0.9rem; }
    .portfolio .portfolio-items:before {
      left: 0.7rem;
      right: 0.7rem; }
  .portfolio .portfolio-item {
    max-width: 46.7%;
    margin: 0 0.7rem 1.3rem; }
    .portfolio .portfolio-item img {
      max-width: 80%; } }

@media (min-width: 1200px) {
  .portfolio .portfolio-item {
    max-width: 31.4%;
    margin: 0 0.7rem 1.3rem; }
    .portfolio .portfolio-item img {
      max-width: 100%; }
    .portfolio .portfolio-item .portfolio-item-content {
      opacity: 0; } }

/*--- /Portfolio ---*/
/*--- Filters ---*/
.filters-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .filters-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.3rem; }

.filters {
  padding: 1.4rem 0rem;
  background-color: #FF6E47;
  visibility: hidden;
  max-height: 0px;
  min-height: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  display: none;
  overflow: hidden;
  margin: 0 0.1rem; }
  .filters .container {
    padding: 0 1.1rem; }
  .filters.visible {
    max-height: 500px;
    visibility: visible;
    min-height: 1px;
    display: block;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out; }
  .filters .filters-content h4, .filters .filters-content a {
    color: #fff; }
  .filters .filters-content a {
    margin-bottom: 1rem;
    display: inline-block; }
  .filters .filters-content > div {
    margin-bottom: 1rem; }
  .filters .filters-footer {
    margin-top: 2.8rem;
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 2.4rem; }
    .filters .filters-footer .btn {
      margin: 0;
      padding: 0.7rem 1.3rem;
      margin-right: 2.1rem; }

@media (min-width: 768px) {
  .filters .filters-content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.9rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .filters .filters-content h4 {
    margin-right: 0.9rem; } }

@media (min-width: 1024px) {
  .filters {
    padding: 2.6rem 0.5rem;
    margin: 0 -0.3rem; }
    .filters .filters-content h4 {
      margin-right: 1.1rem; }
    .filters .filters-content h4, .filters .filters-content a {
      margin-bottom: 0; }
    .filters .container {
      padding: 0 2.5rem; } }

@media (min-width: 1300px) {
  .filters {
    padding: 2.6rem 0.9rem; }
    .filters .filters-content h4 {
      margin-right: 2.7rem; } }

/*--- /Filters ---*/
/*--- Criteria ---*/
.criteria {
  padding-top: 5.5rem;
  padding-bottom: 4.3rem; }
  .criteria h6 {
    letter-spacing: -0.15px;
    margin-bottom: 2.2rem; }
  .criteria ul {
    margin-bottom: 2.9rem; }
    .criteria ul li {
      margin-bottom: 1.83rem;
      letter-spacing: -0.35px; }

@media (min-width: 1024px) {
  .criteria ul {
    padding-left: 3.7rem;
    padding-right: 4rem; } }

/*--- /Criteria ---*/
/*--- apply-for-funding ---*/
.apply-for-funding {
  background-image: url(images/apply-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding-top: 4.3rem;
  padding-bottom: 5.1rem; }
  .apply-for-funding h3 {
    font-weight: 700;
    letter-spacing: -0.85px;
    margin-bottom: 1.7rem; }
  .apply-for-funding p {
    margin-bottom: 2.7rem; }

@media (min-width: 1024px) {
  .apply-for-funding .container {
    max-width: 740px; } }

/*--- /apply-for-funding ---*/
/*--- Nesta ---*/
.nesta {
  padding: 2rem 0; }
  .nesta h4 {
    margin-bottom: 2.3rem; }
  .nesta p {
    margin-bottom: 1.2rem;
    letter-spacing: -0.15px; }

@media (min-width: 1024px) {
  .nesta {
    padding: 4.9rem 0; } }

/*--- /Nesta ---*/
/*--- Our Network ---*/
.our-network {
  text-align: left; }
  .our-network h4 {
    margin-bottom: 2rem; }
  .our-network .btn {
    max-width: 140px; }
  .our-network .card {
    min-height: 340px; }

@media (min-width: 1024px) {
  .our-network {
    padding-top: 4rem;
    padding-bottom: 5.3rem; }
    .our-network .card {
      min-height: 299px; }
    .our-network h4 {
      margin-bottom: 3.4rem; } }

@media (min-width: 1440px) {
  .our-network .card {
    min-height: 259px; } }

/*--- /Our Network ---*/
/*--- About ---*/
.about {
  padding: 2rem 0; }
  .about p {
    letter-spacing: -0.35px;
    margin-bottom: 1.2rem; }
  .about .lean-more {
    padding-top: 2.4rem; }
    .about .lean-more h4 {
      margin-bottom: 1.9rem; }
    .about .lean-more .link {
      display: block;
      letter-spacing: -0.45px;
      margin-bottom: 1.75rem; }

@media (min-width: 1024px) {
  .about {
    padding: 4.1rem 0 2.9rem; } }

/*--- /About ---*/
/*--- Choosing An Investor ---*/
.choosing-an-investor {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .choosing-an-investor h4 {
    margin-bottom: 2.2rem; }
  .choosing-an-investor p {
    margin-bottom: 1.7rem;
    letter-spacing: -0.25px; }
  .choosing-an-investor ul li {
    margin-bottom: 1.75rem;
    letter-spacing: -0.35px; }

@media (min-width: 1024px) {
  .choosing-an-investor {
    padding-top: 5rem;
    padding-bottom: 4rem; }
    .choosing-an-investor ul {
      padding-left: 4rem; }
    .choosing-an-investor p {
      margin-bottom: 3.7rem; } }

/*--- /Choosing An Investor ---*/
/*--- Social Impact ---*/
.social-impact {
  padding-top: 1.8rem;
  padding-bottom: 2rem; }
  .social-impact .social-impact-item {
    padding-top: 1.6rem; }
  .social-impact img {
    max-width: 88px; }
  .social-impact .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.8rem; }
    .social-impact .title h4 {
      margin-bottom: 0;
      margin-left: 1.3rem; }
  .social-impact p {
    margin-bottom: 2rem;
    letter-spacing: -0.25px; }

@media (min-width: 1024px) {
  .social-impact {
    padding-bottom: 3.9rem; } }

/*--- /Social Impact ---*/
/*--- Block Diagrams ---*/
.block-diagrams .row {
  border-top: 5px solid #e7e3de;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.block-diagrams .image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 2rem; }

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

@media (min-width: 768px) {
  .block-diagrams {
    padding-bottom: 1.7rem; }
    .block-diagrams .row {
      padding-top: 4.2rem;
      padding-bottom: 4.7rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .block-diagrams .row > div {
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .block-diagrams .row:nth-child(2n) {
        padding-top: 6.8rem; }
        .block-diagrams .row:nth-child(2n) .content {
          padding-left: 3rem;
          padding-right: 1rem;
          padding-top: 0.6rem;
          padding-bottom: 0; }
        .block-diagrams .row:nth-child(2n) .image {
          padding-left: 0.5rem; }
    .block-diagrams .image {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%;
      margin-bottom: 0; }
    .block-diagrams .content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
      flex: 0 0 40%;
      max-width: 40%;
      padding-left: 2rem; }
    .block-diagrams .image, .block-diagrams .content {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

@media (min-width: 1024px) {
  .block-diagrams .content {
    padding-left: 4.8rem;
    padding-right: 2rem;
    padding-bottom: 0.9rem; }
  .block-diagrams .row {
    padding-left: 3rem; }
    .block-diagrams .row:nth-child(2n) .content {
      padding-left: 0;
      padding-right: 7rem; } }

/*--- /Block Diagrams ---*/
/*--- Publications ---*/
.publications {
  padding-top: 2rem; }

@media (min-width: 768px) {
  .publications .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.4rem; }
  .publications .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }

@media (min-width: 1024px) {
  .publications {
    padding-top: 6.2rem; } }

/*--- /Publications ---*/
/*---- Resources ---*/
.resources {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .resources .col {
    display: none; }
  .resources .btn {
    max-width: 188px;
    display: block;
    padding: 0.7rem 0;
    margin: 2rem auto 0; }

@media (min-width: 768px) {
  .resources .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.9rem; }
  .resources .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 0.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .resources .btn {
    margin: 5.2rem auto 0; } }

@media (min-width: 1024px) {
  .resources {
    padding-top: 4.9rem;
    padding-bottom: 5rem; } }

/*---- /Resources ---*/
/*--- Insight ---*/
.insight {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .insight .insight-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #FDB633;
    margin-bottom: 2.5rem; }
    .insight .insight-item h3 {
      font-weight: 700;
      margin-bottom: 2rem; }
    .insight .insight-item .btn {
      max-width: 100%;
      font-size: 1.1875rem;
      padding: 0.9rem 1.9rem;
      -webkit-transition: transform 0.4s ease-in-out;
      -webkit-transition: -webkit-transform 0.4s ease-in-out;
      transition: -webkit-transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
      .insight .insight-item .btn:hover {
        -webkit-transform: translateY(0.5rem);
        transform: translateY(0.5rem); }
    .insight .insight-item p {
      margin-bottom: 2.3rem; }
    .insight .insight-item .insight-item-content {
      padding: 1.5rem 1.3rem 2rem;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      color: #fff; }
    .insight .insight-item .insight-item-img {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    .insight .insight-item > div {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

@media (min-width: 768px) {
  .insight .insight-item img {
    width: 100%;
    max-height: 310px; } }

@media (min-width: 1024px) {
  .insight {
    padding-top: 5rem;
    padding-bottom: 2.4rem; }
    .insight .insight-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .insight .insight-item > div {
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .insight .insight-item .insight-item-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1rem 1.8rem 1.7rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      .insight .insight-item .insight-item-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; }
      .insight .insight-item img {
        max-height: 100%;
        height: 100%; } }

@media (min-width: 1200px) {
  .insight .insight-item {
    max-height: 350px; }
    .insight .insight-item .insight-item-content {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 64%;
      flex: 0 0 64%;
      max-width: 64%;
      padding: 2.4rem 2.9rem 2.8rem; }
    .insight .insight-item .insight-item-img {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 36%;
      flex: 0 0 36%;
      max-width: 36%; }
    .insight .insight-item img {
      height: auto; } }

/*--- /Insight ---*/
/*--- Funding ---*/
.funding {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .funding .container-small {
    max-width: 1100px; }
  .funding .funding-collapse {
    margin-top: 4.2rem; }

@media (min-width: 1024px) {
  .funding {
    padding-top: 5.4rem;
    padding-bottom: 3rem; } }

/*--- /Funding ---*/
/*--- Cookies ---*/
.cookies {
  padding-bottom: 2rem;
  padding-top: 2rem; }
  .cookies h1 {
    margin-bottom: 1.4rem; }
  .cookies h4 {
    margin-bottom: 2.1rem; }
  .cookies p {
    margin-bottom: 1.3rem;
    letter-spacing: -0.65px; }
  .cookies div {
    margin-bottom: 2rem; }
  .cookies .types .h6 {
    margin-bottom: 0.1rem; }
  .cookies .types p span {
    font-weight: 700; }
  .cookies ul li {
    line-height: 1.3rem;
    margin-bottom: 1.3rem;
    letter-spacing: -0.35px; }
  .cookies .cookies-we-use .h6 {
    margin-bottom: 0rem; }
  .cookies .third-party-cookies p {
    margin-bottom: 2.9rem; }
  .cookies .third-party-cookies ul {
    margin-top: -1.7rem; }
  .cookies .links {
    margin-bottom: 1.7rem; }
    .cookies .links li {
      margin-bottom: -0.1rem; }

@media (min-width: 1024px) {
  .cookies {
    padding-bottom: 4.3rem;
    padding-top: 4.9rem; }
    .cookies .about-cookies {
      margin-bottom: 2.4rem; }
    .cookies .types {
      margin-bottom: 4.8rem; }
    .cookies .persistent-cookies {
      margin-bottom: 3rem; }
    .cookies .cookies-we-use {
      margin-bottom: 2.9rem; }
    .cookies .third-party-cookies {
      margin-bottom: 5.1rem; } }

/*--- /Cookies ---*/
/*--- Partners ---*/
.partners {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .partners .partners-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0.3rem;
    padding-bottom: 2.61rem; }
    .partners .partners-nav h4 {
      color: #9b9b9b;
      margin-bottom: 0;
      margin-right: 1.8rem; }
  .partners .container:after {
    content: '';
    display: block;
    clear: both; }
  .partners .partners-items {
    padding-top: 3.2rem; }
    .partners .partners-items:after {
      content: '';
      display: block;
      clear: both; }
    .partners .partners-items:before {
      content: '';
      position: absolute;
      border-bottom: 5px solid #e7e3de;
      display: block;
      margin-bottom: 3.8rem;
      top: 0;
      left: 0;
      right: 0; }
    .partners .partners-items .partner {
      padding: 10px;
      border: 1px solid #979797;
      text-align: center;
      position: relative;
      height: 233px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 1.3rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      position: relative;
      float: left;
      overflow: hidden; }
      .partners .partners-items .partner .date,
      .partners .partners-items .partner .amount {
        display: none; }
      .partners .partners-items .partner img {
        max-height: 100%; }
      .partners .partners-items .partner .partner-content {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: left;
        background-color: rgba(255, 255, 255, 0.9);
        padding: 2rem 0.5rem 2rem 1.4rem;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .partners .partners-items .partner .partner-content h4 {
          margin-bottom: 0.8rem; }
        .partners .partners-items .partner .partner-content p {
          letter-spacing: -0.25px;
          margin-bottom: 0.3rem; }
        .partners .partners-items .partner .partner-content .link {
          letter-spacing: 0.35px; }
      .partners .partners-items .partner:hover .partner-content {
        opacity: 1; }
  .partners .btn {
    margin: 2rem auto 0;
    padding: 0.7rem 1.4rem;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }
    .partners .btn img {
      max-width: 29px;
      margin-top: 0.2rem;
      margin-left: 0.6rem; }
  .partners button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .partners .hidden {
    display: none !important; }

@media (min-width: 768px) {
  .partners .partners-items {
    margin: 0 -1.1rem;
    padding-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .partners .partners-items:before {
      left: 1.2rem;
      right: 1.2rem; }
  .partners .partner {
    max-width: 44.6%;
    width: 100%;
    margin: 0 1.2rem 1.3rem; }
    .partners .partner img {
      max-width: 80%; } }

@media (min-width: 992px) {
  .partners .partner {
    max-width: 45.9%; } }

@media (min-width: 1200px) {
  .partners {
    padding-top: 3.3rem;
    padding-bottom: 9.8rem; }
    .partners .partner {
      max-width: 30.3%;
      width: 100%;
      margin: 0 1.1rem 1.3rem; }
      .partners .partner img {
        max-width: 100%; }
      .partners .partner .partner-content {
        opacity: 0; }
    .partners .btn {
      margin: 4.7rem auto 0; } }

/*--- /Partners ---*/
/*--- Impact Ventures ---*/
.impact-ventures {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .impact-ventures h3 {
    font-weight: 300;
    letter-spacing: -0.65px;
    margin-bottom: 1.5rem; }
  .impact-ventures a {
    font-weight: 700;
    letter-spacing: -0.35px;
    margin-bottom: 2rem;
    display: block; }
  .impact-ventures .btn {
    margin: 2rem auto 0;
    font-weight: 400;
    max-width: 188px;
    padding: 0.75rem 0; }

@media (min-width: 1024px) {
  .impact-ventures {
    padding-top: 5.1rem;
    padding-bottom: 7.5rem; }
    .impact-ventures h3 {
      line-height: 3.2rem;
      margin-bottom: 2.4rem; }
    .impact-ventures a {
      margin-bottom: 4.2rem; }
    .impact-ventures .btn {
      margin: 8rem auto 0; } }

/*--- /Impact Ventures ---*/
/*--- Blog ---*/
.blog {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .blog .categories {
    margin-bottom: 4rem; }
    .blog .categories .categories-list {
      padding-right: 0.4rem; }
      .blog .categories .categories-list .category {
        margin-bottom: 0.5rem;
        display: block;
        margin-right: 10px; }
  .blog .btn {
    margin: 2rem auto 0;
    padding: 0.7rem 1.4rem;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }
    .blog .btn img {
      max-width: 29px;
      margin-top: 0.2rem;
      margin-left: 0.6rem; }
  .blog .hidden {
    display: none !important; }
  .blog article {
    -webkit-transition: 0s !important;
    transition: 0s !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left; }
  .blog .category {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    color: #0000FF; }
    .blog .category.active {
      color: #231f20; }
    .blog .category:focus {
      outline: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .blog button.category.active {
    color: #231f20; }

@media (min-width: 768px) {
  .blog .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .blog .categories .categories-list {
      max-width: 79.6%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .blog .categories .categories-list .category {
        margin-bottom: 2.3rem; }
  .blog .row {
    margin: 0 -1.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .blog .row article {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      max-width: 48%;
      padding: 0 1.5rem; } }

@media (min-width: 1024px) {
  .blog {
    padding-top: 4.8rem;
    padding-bottom: 6rem; }
    .blog .container {
      padding: 0 2.5rem; }
    .blog .categories {
      margin-bottom: 7rem; }
      .blog .categories .categories-list {
        max-width: 82.6%; } }

@media (min-width: 1200px) {
  .blog .categories .categories-list {
    max-width: 79.6%; } }

/*--- /Blog ---*/
/*--- Case Study ---*/
.case-study {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .case-study p {
    letter-spacing: -0.15px;
    margin-bottom: 2rem; }
  .case-study .row .col {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1rem; }
    .case-study .row .col h6, .case-study .row .col p {
      font-size: 0.8751rem;
      letter-spacing: -0.05px;
      margin-bottom: -0.1rem; }

@media (min-width: 768px) {
  .case-study .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4.8rem; }
    .case-study .row .col {
      max-width: 21.4%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 21.4%;
      flex: 0 0 21.4%;
      margin-bottom: 0; } }

@media (min-width: 1024px) {
  .case-study {
    padding-top: 5.4rem;
    padding-bottom: 3.3rem; }
    .case-study .row .col {
      max-width: 17.4%;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 17.4%;
      flex: 0 0 17.4%; } }

/*--- /Case Study ---*/
/*--- See also ---*/
.see-also {
  background-color: #646363;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .see-also h3 {
    color: #fff;
    margin-bottom: 2rem; }
  .see-also .item {
    margin-bottom: 2rem;
    display: block; }
    .see-also .item h5 {
      margin-top: 0.6rem;
      font-weight: 400;
      color: #fff;
      letter-spacing: 0.35px; }
    .see-also .item div {
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50%; }
      .see-also .item div:before {
        padding-top: 70%;
        display: block;
        content: ""; }
  .see-also p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0; }

@media (min-width: 768px) {
  .see-also .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 -0.4rem; }
  .see-also .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 33.33%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 0.4rem; } }

@media (min-width: 1024px) {
  .see-also {
    padding-top: 3.6rem;
    padding-bottom: 7.1rem; }
    .see-also .row {
      margin: 0 -0.8rem; }
    .see-also h3 {
      margin-bottom: 3.1rem; }
    .see-also .item {
      margin: 0 0.8rem 0; } }

/*--- /See also ---*/
/*--- Apply Block ---*/
.apply-block {
  padding-top: 2rem;
  padding-bottom: 2rem; }

@media (min-width: 1024px) {
  .apply-block {
    padding-top: 4.3rem;
    padding-bottom: 5.8rem; } }

@media (min-width: 1300px) {
  .apply-block .container-small {
    max-width: 723px; } }

/*--- /Apply Block ---*/
/*--- News ---*/
.news {
  padding: 2rem 0; }
  .news p {
    letter-spacing: -0.35px;
    margin-bottom: 1.2rem; }

@media (min-width: 1024px) {
  .news {
    padding: 4.1rem 0 2.9rem; } }

/*--- /News ---*/
/*-------- ELEMENTS ----------*/
/*---  Card ----*/
.card {
  background-color: #fff;
  text-align: left;
  padding: 2.2rem 2rem 2.1rem;
  min-height: 270px;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .card h4 {
    font-weight: 700;
    margin-bottom: 1rem; }
  .card p {
    margin-bottom: 2.5rem; }
  .card > div {
    margin-bottom: auto; }
  .card .btn {
    margin-bottom: 0.3rem; }

@media (min-width: 768px) {
  .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
    margin-bottom: 2.2rem;
    min-height: 300px; }
    .card p {
      font-size: 1.125rem;
      letter-spacing: -0.25px; }
    .card h4 {
      margin-bottom: 2.2rem; } }

@media (min-width: 1024px) {
  .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
    padding: 2.2rem 3rem 2.1rem;
    min-height: 290px; } }

@media (min-width: 1200px) {
  .card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 2.2rem 3rem 2.1rem;
    min-height: 259px; } }

/*---  /Card ----*/
/*--- Article ---*/
article {
  margin-bottom: 3.7rem; }
  article a {
    color: #231f20; }
  article h4 {
    font-weight: 700;
    line-height: 1.8rem;
    letter-spacing: -0.35px; }
  article .article-title {
    border-bottom: 2px solid #646363;
    margin-bottom: 1.9rem;
    padding-bottom: 0.8rem; }
  article .date {
    color: #646363;
    margin-bottom: 0.8rem;
    display: block; }
  article p {
    letter-spacing: -0.25px; }

@media (min-width: 768px) {
  article {
    margin-bottom: 5.7rem; }
    article .article-title {
      padding-bottom: 2.8rem;
      max-height: 45px; } }

@media (min-width: 1300px) {
  article h4 {
    padding-right: 2rem; } }

/*--- /Article ---*/
/*--- Breadcrumbs ---*/
.breadcrumbs {
  margin-bottom: -0.4rem; }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 0.8125rem;
    color: #fff; }
    .breadcrumbs a:after, .breadcrumbs span:after {
      content: '/';
      position: relative;
      margin: 0 0.3rem;
      display: inline-block; }
  .breadcrumbs span:after {
    display: none; }
  .breadcrumbs.breadcrumbs-dark {
    margin-bottom: 1.1rem; }
    .breadcrumbs.breadcrumbs-dark a, .breadcrumbs.breadcrumbs-dark span {
      color: #231f20; }

/*--- .Breadcrumbs ---*/
/*--- Person ---*/
.person {
  text-align: center; }
  .person h4 {
    margin-top: 1.1rem;
    margin-bottom: 0.3rem; }
  .person .position {
    font-size: 0.875rem; }

/*--- /Person ---*/
/*--- FAQ ---*/
.faq {
  margin-bottom: 2.65rem; }
  .faq > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .faq > a img {
      display: inline-block;
      margin-top: 0.4rem; }
  .faq h4 {
    color: #231f20;
    margin-bottom: 0;
    margin-right: 1rem; }
  .faq p {
    margin-bottom: 0; }
  .faq .faq-question h4 {
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out; }
  .faq .faq-question:hover h4 {
    color: #0000FF; }
  .faq .faq-answer {
    padding-top: 1.5rem;
    display: none; }

@media (min-width: 768px) {
  .faq h4 {
    margin-right: 2.5rem; }
  .faq > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .faq img {
    margin-top: 0; } }

/*--- /FAQ ---*/
/*--- Dropdown ---*/
.dropdown {
  position: relative; }
  .dropdown button {
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0; }
    .dropdown button:focus {
      outline: none; }
  .dropdown .dropdown-content {
    display: none;
    opacity: 0;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #e7e3de;
    z-index: 20;
    margin-top: 0.5rem; }
    .dropdown .dropdown-content button {
      font-size: 1.125rem;
      width: 100%;
      color: #231f20;
      text-align: left;
      padding: 0.65rem 0.7rem;
      display: block;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .dropdown .dropdown-content button:hover {
        background-color: #fff; }
  .dropdown.dropdown-open .dropdown-content {
    opacity: 1;
    display: block;
    right: 0;
    min-width: 371px; }

/*---/ Dropdown ---*/
/*--- Filter ---*/
.filter {
  border: 1px solid #fff;
  border-radius: 12px;
  font-weight: 400;
  padding: 0.1rem 0.9rem;
  margin-right: 0.5rem;
  background-color: transparent;
  color: #fff;
  margin-bottom: 0.5rem; }
  .filter.active {
    background-color: #fff;
    color: #000;
    border-color: #fff; }
  .filter:last-child {
    margin-right: 0; }

@media (min-width: 1024px) {
  .filter {
    font-size: 1.4375rem;
    padding: 0.3rem 1.2rem;
    border-radius: 27px;
    margin-right: 0.5rem; } }

@media (min-width: 1300px) {
  .filter {
    margin-right: 1.3rem; } }

/*--- /Filter ---*/
/*--- Publication ---*/
.publication {
  margin-bottom: 2rem; }
  .publication h4 {
    margin-bottom: 0.5rem;
    padding-right: 3rem; }
  .publication .date {
    margin-bottom: 0.3rem;
    display: block; }
  .publication p {
    letter-spacing: -0.25px; }
  .publication .publication-content {
    padding-bottom: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .publication .download {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .publication .download img {
      margin-right: 0.7rem;
      margin-bottom: 0; }
  .publication img {
    margin-bottom: 1rem; }

@media (min-width: 768px) {
  .publication .publication-content {
    min-height: 160px; } }

@media (min-width: 1024px) {
  .publication {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6rem; }
    .publication .publication-content {
      padding-left: 1.6rem;
      min-height: 1px; }
    .publication img {
      max-width: 167px;
      max-height: 239px;
      margin: 0; }
    .publication .download {
      font-size: 1.25rem;
      letter-spacing: -0.55px; } }

/*--- /Publication ---*/
/*--- Post ---*/
.post {
  margin-bottom: 2rem; }
  .post .post-content {
    padding-top: 0.5rem; }
  .post h4 {
    margin-bottom: 0.3rem; }

@media (min-width: 768px) {
  .post {
    margin-bottom: 4.5rem; }
    .post h4 {
      margin-bottom: 1.2rem; } }

/*--- /Post ---*/
/*--- Collapse ---*/
.collapse {
  margin-bottom: 0.5rem; }
  .collapse .collapse-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .collapse .collapse-title:after {
      content: '';
      background-image: url(img/arrow-down-pink.svg);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 30px;
      height: 10px;
      background-repeat: no-repeat;
      margin-left: 1.5rem; }
    .collapse .collapse-title.active h4 {
      color: #0000FF; }
    .collapse .collapse-title h4 {
      margin-left: 1.4rem;
      margin-bottom: 0.6rem; }
  .collapse .collapse-content {
    margin-top: 1rem;
    -webkit-transition: max-height 0.3s cubic-bezier(0.26, 0.26, 0.63, 0.59);
    transition: max-height 0.3s cubic-bezier(0.26, 0.26, 0.63, 0.59);
    display: none;
    overflow: hidden; }
    .collapse .collapse-content p {
      margin-bottom: 1.2rem; }
    .collapse .collapse-content ul li {
      line-height: 2rem;
      margin-bottom: 1.3rem;
      letter-spacing: -0.35px; }
      .collapse .collapse-content ul li:before {
        background-color: #0000FF;
        content: '';
        width: 10px;
        height: 10px;
        display: inline-block;
        border-radius: 50px;
        margin-right: 1.1rem; }
  .collapse.collapse-open .collapse-content {
    padding-bottom: 1.6rem;
    max-height: 425px; }

/*--- /Collapse ---*/
/*--- Form ---*/
.form .form-group {
  margin-bottom: 4.15rem; }
  .form .form-group:last-child {
    margin-bottom: 0; }

.form .section-form {
  margin-bottom: 3.6rem; }

.form h3 {
  color: #0000FF;
  font-size: 1.7875rem;
  font-weight: bold;
  letter-spacing: -1.25px;
  margin-bottom: 2.9rem; }

.form label {
  color: #000;
  display: block;
  margin-bottom: 0.5rem;
  letter-spacing: -0.35px; }

.form input, .form textarea {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0.45rem 0;
  font-size: 1rem;
  width: 100%; }
  .form input:focus, .form textarea:focus {
    outline: none; }

.form textarea {
  padding: 0.28rem 0;
  margin-bottom: -1.8rem; }

.form select {
  margin-top: 1.4rem;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.125rem;
  padding: 0.9rem 1.2rem;
  -webkit-appearance: none;
  background: 97% center url(img/arrow-to-bottom.svg);
  background-repeat: no-repeat; }

.form p {
  margin-top: 2.1rem;
  margin-bottom: -1.6rem; }

.form .btn.btn-pink {
  color: #fff;
  padding: 0.65rem 1.2rem;
  margin-bottom: -1.5rem; }
  .form .btn.btn-pink span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: -0.95px; }
    .form .btn.btn-pink span img {
      margin-left: 1.8rem; }

.form input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  top: 0;
  left: 0;
  opacity: 0; }

.form label.btn {
  position: relative; }

.form .person-info {
  margin-top: 4.5rem; }
  .form .person-info h6 {
    margin-bottom: 2.3rem; }
  .form .person-info .form-group {
    margin-bottom: 2.77rem; }

.form .btn.add-person {
  margin-top: -0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.55rem 0.1rem;
  max-width: 198px;
  margin-bottom: 4.4rem; }
  .form .btn.add-person img {
    margin-left: 1rem; }

.form .row p {
  display: block;
  width: 100%;
  margin-top: -0.2rem;
  margin-bottom: 0.7rem; }

.form .row .form-group {
  margin-bottom: 2rem; }
  .form .row .form-group label {
    margin-bottom: 1.1rem; }

.form .checkbox {
  position: relative; }
  .form .checkbox input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    border: 0;
    margin: 0;
    opacity: 0; }
  .form .checkbox label {
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #979797;
    margin-bottom: 0;
    margin-right: 0.7rem; }
    .form .checkbox label:before {
      content: '';
      left: 5px;
      top: 0px;
      width: 4px;
      height: 10px;
      border: solid #000;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      opacity: 0; }
  .form .checkbox input[type="checkbox"]:checked + label:before {
    opacity: 1; }

.form .custom-checkbox {
  padding-top: 0.5rem; }
  .form .custom-checkbox label {
    display: inline-block;
    line-height: 1rem;
    font-size: 1rem; }

.form .form-group.custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .form .form-group.custom-checkbox label {
    display: inline-block; }

.form button {
  border: none;
  padding: 0.85rem 2.9rem;
  max-width: 100%; }

@media (min-width: 768px) {
  form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -0.2rem; }
    form .row .form-group {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 2.77rem; }
      form .row .form-group:last-child {
        padding-left: 1.5rem; } }

.gform_wrapper ul.gform_fields li.gfield {
  margin-bottom: 4.15rem !important;
  margin-top: 0 !important;
  padding: 0 !important; }
  .gform_wrapper ul.gform_fields li.gfield:last-child {
    margin-bottom: 0 !important; }

.gform_wrapper .gsection {
  margin-bottom: 3.6rem;
  border-bottom: 0 !important; }

.gform_wrapper h2.gsection_title {
  color: #0000FF !important;
  font-size: 1.7875rem !important;
  font-weight: bold !important;
  letter-spacing: -1.25px !important;
  margin-bottom: 2.9rem !important; }

.gform_wrapper label.gfield_label {
  color: #000 !important;
  font-weight: 400 !important;
  display: block !important;
  margin-bottom: 0.5rem !important;
  letter-spacing: -0.35px !important; }

.gform_wrapper input[type=text],
.gform_wrapper input[type=file],
.gform_wrapper textarea {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5) !important;
  padding: 0.45rem 0 !important;
  font-size: 1rem !important;
  width: 100% !important; }
  .gform_wrapper input[type=text]:focus,
  .gform_wrapper input[type=file]:focus,
  .gform_wrapper textarea:focus {
    outline: none !important; }

.gform_wrapper textarea {
  padding: 0.28rem 0 !important;
  margin-bottom: -1.8rem !important; }

.gform_wrapper select {
  margin-top: 1.4rem !important;
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 1.125rem !important;
  padding: 0.9rem 1.2rem !important;
  -webkit-appearance: none !important;
  background: 97% center url("img/arrow-to-bottom.svg") !important;
  background-repeat: no-repeat !important; }

.gform_wrapper .gform_footer input[type=submit] {
  color: #fff !important;
  padding: 0.65rem 1.2rem !important;
  margin-bottom: -1.5rem !important;
  background-color: #0000FF !important;
  border: none !important;
  display: inline-block !important;
  text-align: center !important; }

/*--- /Form ---*/
/*--- Blockqoute ---*/
blockquote {
  margin: 0 0 1rem;
  padding: 0.9rem 0 0.9rem; }
  blockquote p {
    margin: 0;
    font-weight: 300; }
  blockquote:after {
    content: '';
    border-bottom: 1px solid #979797;
    margin: 1rem auto 0;
    max-width: 50%;
    display: block; }

@media (min-width: 768px) {
  blockquote {
    margin: 2.6rem 0 3.2rem;
    padding: 2.9rem 0 0; }
    blockquote p {
      font-size: 1.85rem;
      line-height: 2.5rem; }
    blockquote:after {
      margin: 3.65rem auto 0;
      max-width: 35%; } }

@media (min-width: 1024px) {
  blockquote p {
    font-size: 2.3125rem;
    line-height: 3.2rem;
    letter-spacing: -1.05px; } }

/*--- /Blockqoute ---*/