html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

html {
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
}

body {
  color: #000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8.5rem 0 0;
}

.body--blue {
  color: #fff;
  background: #004167;
}

.body--noscroll {
  overflow: hidden !important;
}

main {
  z-index: 1;
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #64c4d6;
}

a:hover {
  text-decoration: underline;
}

.btn {
  background: #64c4d6;
  color: #fff;
  font-size: 1.125rem;
  padding: 0.45rem 2.5rem;
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 2em;
  font-weight: 200;
}

.btn--dark {
  color: #000;
}

.btn--color2 {
  color: #fff;
  background: #005284;
}

@media screen and (min-width: 768px) {
  .btn--longer {
    padding: 0.45rem 6rem;
  }
}

.btn--medium {
  font-size: 1rem;
}

.btn:hover,
.btn:focus {
  -webkit-box-shadow: inset 0 0 2em rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 2em rgba(0, 0, 0, 0.25);
  text-decoration: none;
}

.hide {
  display: none;
}

strong {
  font-weight: 600;
}

p + p {
  margin: 1rem 0 0;
}

h1 {
  font-size: 2.5rem;
  font-family: 'Baloo', cursive;
}

h2 {
  font-size: 2rem;
  font-family: 'Baloo', cursive;
}

h3 {
  font-size: 2.5rem;
  font-family: 'Baloo', cursive;
}

.underline {
  text-decoration: underline;
}

.nowrap {
  white-space: nowrap;
}

::-moz-selection {
  color: #fff;
  background: #64c4d6;
}

::selection {
  color: #fff;
  background: #64c4d6;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.container--xl {
  max-width: 1380px;
}

.container--m {
  max-width: 980px;
}

.container--s {
  max-width: 780px;
}

.container--xs {
  max-width: 460px;
}

.container--relative {
  position: relative;
}

.container--nopadding {
  padding: 0;
}

.loader {
  background: #fff;
  height: 100vh;
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: stretch;
  width: 100%;
  position: fixed;
  z-index: -10;
  pointer-events: none;
  top: 0;
  left: 0;
  padding: 2rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: 1s infinite alternate loaderShadow;
          animation: 1s infinite alternate loaderShadow;
  -webkit-box-shadow: inset 0 0 0 0 #fff;
          box-shadow: inset 0 0 0 0 #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.loader .logo {
  max-width: 20rem;
  padding: 1rem;
}

.loader__icon {
  color: #047eb1;
  font-size: 2rem;
  position: absolute;
  margin-top: 7rem;
}

@-webkit-keyframes loaderShadow {
  0% {
    -webkit-box-shadow: inset 0 0 0 0 #047eb1;
            box-shadow: inset 0 0 0 0 #047eb1;
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 2rem #047eb1;
            box-shadow: inset 0 0 0 2rem #047eb1;
  }
}

@keyframes loaderShadow {
  0% {
    -webkit-box-shadow: inset 0 0 0 0 #047eb1;
            box-shadow: inset 0 0 0 0 #047eb1;
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 2rem #047eb1;
            box-shadow: inset 0 0 0 2rem #047eb1;
  }
}

.js .loader--active {
  pointer-events: all;
  opacity: 1;
  z-index: 1005;
}

.header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 999;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 0;
  left: 0;
}

.header--blue:not(.header--scroll) {
  background: none;
}

@media screen and (min-width: 1200px) {
  .header--blue:not(.header--scroll) .menu__link {
    color: #fff;
  }
}

.header--blue:not(.header--scroll) .menu__link[aria-current] {
  color: #64c4d6;
}

.header--blue:not(.header--scroll) .logo,
.header--blue:not(.header--scroll) .logo .path {
  fill: #fff;
}

.header--hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.navbar {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar__logo {
  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.5rem 0;
}

@media screen and (min-width: 1200px) {
  .navbar__logo {
    padding: 0;
  }
}

.navbar__logo .logo {
  height: 3rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.navbar__trigger {
  margin-left: auto;
  background: none;
  color: #64c4d6;
  border: 0;
  font-size: 1.5rem;
  width: 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;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .navbar__trigger {
    display: none;
  }
}

.navbar__menu {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 1200px) {
  .navbar__menu {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  background: #fff;
  width: 100%;
  max-width: 15rem;
  height: 100vh;
  left: 0;
  padding: 1rem;
}

.menu--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media screen and (min-width: 1200px) {
  .menu {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 0;
    width: auto;
    max-width: unset;
    height: unset;
    padding: 0;
    border: 0;
    margin-left: auto;
  }
  .menu--transparent {
    background: none;
  }
}

.menu__item {
  margin: 1rem 0 0;
}

@media screen and (min-width: 1200px) {
  .menu__item {
    margin: 0;
  }
}

.menu__link {
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding: 0.5rem 1rem;
  display: inline-block;
  color: #000;
}

@media screen and (min-width: 1200px) {
  .menu__link {
    width: auto;
    margin: 0 0 0 2rem;
    padding: 3.5rem 0;
    display: block;
    text-transform: uppercase;
    font-size: 1.125rem;
  }
}

.menu__link:hover {
  text-decoration: none;
}

.current-menu-item .menu__link {
  color: #64c4d6;
}

#magic-line {
  display: none;
}

@media screen and (min-width: 1200px) {
  #magic-line {
    display: block;
    position: absolute;
    top: 5rem;
    left: 0;
    width: 0;
    height: 0.125rem;
    background: #64c4d6;
    list-style: none;
  }
}

@media screen and (min-width: 1200px) {
  .header--scroll {
    -webkit-box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.07);
  }
}

@media screen and (min-width: 1200px) {
  .header--scroll .menu__link {
    padding: 1.5rem 0;
  }
}

.header--scroll #magic-line {
  top: 3rem;
}

.footer {
  padding: 3rem 1rem;
  text-align: center;
  position: relative;
  margin-top: 8rem;
}

.footer--hide {
  display: none;
}

.footer:before {
  content: '';
  position: absolute;
  width: calc( 100% - 2rem);
  height: 0.0625rem;
  background: #64c4d6;
  left: 1rem;
  right: 1rem;
  top: -2rem;
  max-width: 46.75rem;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .footer:before {
    width: 100%;
  }
}

.footer__logo .logo {
  max-width: 10rem;
}

.footer__address {
  font-weight: 200;
  line-height: 2;
  margin: 2rem 0 -1rem;
  padding: 0 1rem;
}

.footer__menu {
  font-size: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 0 0.5rem;
}

.footer__menu__single {
  display: inline-block;
  padding: 1rem;
}

.footer__menu__single:nth-child(1) {
  color: #005284;
}

.footer__menu__single:nth-child(3) {
  color: #047eb1;
}

.footer__menu__single:nth-child(4) {
  color: #2176f5;
}

.footer__privacy {
  font-weight: 200;
  font-size: 0.75rem;
  opacity: 0.4;
  padding: 0 0 0.5rem;
}

.footer__bottom {
  font-size: 0.875rem;
}

.footer--blue {
  color: #fff;
}

.footer--blue .footer__menu__single {
  color: #fff;
}

.footer--blue .logo,
.footer--blue .logo .path {
  fill: #fff;
}

.dot-line {
  position: relative;
}

.dot-line:before {
  content: '';
  background: #64c4d6;
  position: absolute;
  bottom: -1rem;
  left: 70%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.dot-line:after {
  content: '';
  background: #64c4d6;
  position: absolute;
  bottom: -0.8125rem;
  left: calc( 70% + 0.125rem);
  width: 100vw;
  height: 0.125rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.dot-line--white:after, .dot-line--white:before {
  background: #fff;
}

.dot-line--darkblue:after, .dot-line--darkblue:before {
  background: #03547f;
}

.dot-line--right:before {
  right: 70%;
  left: unset;
}

.dot-line--right:after {
  right: calc( 70% + 0.125rem);
  left: unset;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.dot-line--fs5:before {
  width: 0.75rem;
  height: 0.75rem;
  right: 55%;
  bottom: 0.25rem;
}

@media screen and (min-width: 768px) {
  .dot-line--fs5:before {
    bottom: 0.75rem;
  }
}

.dot-line--fs5:after {
  height: 0.25rem;
  bottom: 0.5rem;
  right: calc( 55% + 0.125rem);
}

@media screen and (min-width: 768px) {
  .dot-line--fs5:after {
    bottom: 1rem;
  }
}

.dot-line--condensed:after {
  width: 0;
}

.page__title {
  margin-bottom: 3rem;
}

.page__thumbnail {
  width: 100%;
  display: block;
  margin: 1.5rem 0;
}

@media screen and (min-width: 1200px) {
  .page__thumbnail {
    width: calc( 100% + 12.5rem);
    left: -6.25rem;
    position: relative;
  }
}

.page-normal {
  padding: 2rem 0 0;
}

.wp-text {
  line-height: 1.75;
  text-align: justify;
}

.wp-text img {
  width: 100%;
  display: block;
  margin: 1.5rem 0;
}

@media screen and (min-width: 1200px) {
  .wp-text img {
    width: calc( 100% + 12.5rem);
    left: -6.25rem;
    position: relative;
  }
}

.wp-text ul {
  list-style: disc;
  padding-left: 1.25rem;
}

.news__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .news__single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.news__thumbnail {
  overflow: hidden;
  height: 70vh;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .news__thumbnail {
    padding-right: 1rem;
    height: auto;
    width: calc( 30% + 4rem);
  }
}

@media screen and (min-width: 1200px) {
  .news__thumbnail {
    padding-right: 0;
    position: relative;
    left: -4rem;
  }
}

.news__thumbnail__img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.news__thumbnail__img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.news__thumbnail__square {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 768px) {
  .news__thumbnail__square {
    margin-left: 4rem;
    width: calc( 100% - 4rem);
  }
}

.news__content {
  width: 100%;
  padding: 1rem 0;
}

@media screen and (min-width: 768px) {
  .news__content {
    width: 70%;
  }
}

.news__title {
  font-family: 'Baloo', cursive;
  color: #000;
  font-size: 1.75rem;
}

.news__excerpt {
  font-size: 0.87rem;
  line-height: 1.75;
  padding: 1rem;
  text-align: justify;
}

.news__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-about__title {
  text-align: center;
  padding: 0 0 5rem;
}

.page-about__start {
  margin-top: -10.5rem;
  padding: 10.5rem 0 4rem;
  background: url(../img/about/about-1.jpg) center center/cover no-repeat;
}

.icons-important {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.icons-important__single {
  width: 100%;
  padding: 2rem;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .icons-important__single {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .icons-important__single {
    width: 25%;
  }
}

.icons-important__img {
  height: 4rem;
  width: 4rem;
}

.icons-important__title {
  font-family: 'Baloo', cursive;
  font-size: 1.75rem;
  padding-top: 1.5rem;
}

.icons-important__info {
  margin: 0;
  font-size: 0.75rem;
}

.icons-important__separator {
  display: none;
}

@media screen and (min-width: 992px) {
  .icons-important__separator {
    background: #64c4d6;
    width: 0.125rem;
    height: 4rem;
    position: absolute;
    top: 2rem;
    right: 0;
    display: block;
  }
  .icons-important__separator:before {
    content: '';
    background: #64c4d6;
    position: absolute;
    top: -0.5rem;
    left: -0.1875rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
  }
  .icons-important__separator:after {
    content: '';
    background: #64c4d6;
    position: absolute;
    bottom: -0.5rem;
    left: -0.1875rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
  }
}

.mission {
  -webkit-box-shadow: 0 -2rem 2rem #004167;
          box-shadow: 0 -2rem 2rem #004167;
  padding: 3rem 0 5rem;
}

.mission__title {
  padding-bottom: 3rem;
  width: 80%;
  margin-left: auto;
}

.mission__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0 1rem;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .mission__content {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: auto;
  }
}

@media screen and (min-width: 1200px) {
  .mission__content {
    width: 80%;
  }
}

.mission__text {
  width: 100%;
  text-align: justify;
  font-weight: 200;
  font-size: 1.0625rem;
}

@media screen and (min-width: 992px) {
  .mission__text {
    padding: 0 2rem;
    width: 60%;
    max-width: 62.5rem;
  }
}

.mission__img {
  margin: 0 0 1rem;
  height: 70vh;
  width: 100%;
  background: url(../img/about/about-2.jpg) center center/cover no-repeat;
}

@media screen and (min-width: 992px) {
  .mission__img {
    margin: 0;
    height: unset;
    width: 40%;
  }
}

.why-us {
  padding: 5rem 0;
  overflow: hidden;
  background: url(../img/about/about-3.jpg) center center/cover no-repeat;
}

.why-us__title {
  padding-bottom: 3rem;
  margin-left: auto;
}

.why-us__text {
  text-align: justify;
  font-weight: 200;
  font-size: 1.0625rem;
}

@media screen and (min-width: 992px) {
  .why-us__text {
    padding: 0 2rem;
  }
}

.how-we-invest {
  padding: 5rem 0 10rem;
}

.how-we-invest__title {
  padding-bottom: 3rem;
  width: 68%;
  margin-left: auto;
}

.how-we-invest__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .how-we-invest__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 90%;
  }
}

.how-we-invest__text {
  text-align: justify;
  width: 100%;
  padding: 0 1rem;
  font-weight: 200;
  font-size: 1.0625rem;
}

@media screen and (min-width: 992px) {
  .how-we-invest__text {
    width: 60%;
    padding: 0 2rem;
    max-width: 62.5rem;
  }
}

.how-we-invest__img {
  width: calc( 100% - 2rem);
  height: 70vh;
  margin: 0 1rem 1rem;
  display: block;
  background: url(../img/about/about-4.jpg) center center/cover no-repeat;
}

@media screen and (min-width: 992px) {
  .how-we-invest__img {
    height: unset;
    width: 40%;
    margin: 0;
    position: relative;
    left: -2rem;
    top: 4rem;
  }
}

.should-have {
  overflow: hidden;
  padding: 5rem 0;
  background: url(../img/about/about-5.jpg) center center/cover no-repeat;
}

.should-have__title {
  padding-bottom: 3rem;
  width: 75%;
  margin-left: auto;
}

.should-have__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .should-have__content {
    margin: 0 -2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.should-have__col {
  width: 100%;
  padding: 1rem 0;
}

@media screen and (min-width: 992px) {
  .should-have__col {
    padding: 2rem;
    width: 33.333333%;
  }
}

.should-have__subtitle {
  font-family: 'Baloo', cursive;
  font-size: 1.5rem;
}

.should-have__text {
  text-align: justify;
  font-weight: 200;
  font-size: 1.0625rem;
}

.what-we-invests {
  padding: 5rem 0 1rem;
}

.what-we-invests__title {
  padding-bottom: 3rem;
  width: 60%;
  margin-left: auto;
}

.what-we-invests__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .what-we-invests__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: auto;
  }
}

@media screen and (min-width: 1200px) {
  .what-we-invests__content {
    width: 80%;
  }
}

.what-we-invests__text {
  padding: 1rem 1rem 3rem;
  width: 100%;
  text-align: justify;
  font-weight: 200;
  font-size: 1.0625rem;
}

@media screen and (min-width: 992px) {
  .what-we-invests__text {
    padding: 0 2rem 5rem;
    width: 65%;
    max-width: 62.5rem;
  }
}

.what-we-invests__img {
  height: 70vh;
  width: calc( 100% - 2rem);
  display: block;
  margin: 0 auto;
  background: url(../img/about/about-6.jpg) center center/cover no-repeat;
}

@media screen and (min-width: 992px) {
  .what-we-invests__img {
    height: unset;
    width: 35%;
    margin: 0;
  }
}

.homepage {
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.homepage--blur {
  -webkit-filter: blur(0.25rem);
          filter: blur(0.25rem);
}

.homepage .section .fp-tableCell {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2rem;
}

.homepage__title {
  font-size: 3rem;
  text-align: right;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .homepage__title {
    font-size: 5rem;
  }
}

.homepage__title__quote {
  color: #64c4d6;
}

.homepage__subtitle {
  font-size: 2.5rem;
  padding-bottom: 2rem;
}

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

.homepage__subtitle--vc {
  margin-left: 36%;
}

@media screen and (min-width: 1200px) {
  .homepage .contact__row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.homepage__privacy {
  font-weight: 200;
  font-size: 0.75rem;
}

.homepage__copyright {
  font-size: 0.75rem;
  text-align: center;
  padding-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
  .homepage__copyright {
    padding-bottom: 0;
  }
}

.home-news {
  max-width: 35rem;
  margin-left: auto;
}

.home-news__title {
  font-size: 1.25rem;
  font-weight: 600;
}

.home-news__excerpt {
  padding: 0.5rem 0 2rem 2rem;
  text-align: justify;
}

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

.js-opacity {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
}

.js-opacity--active {
  opacity: 0;
  -webkit-transform: scaleY(0.8);
          transform: scaleY(0.8);
}

.section {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: relative;
  overflow: hidden;
}

.section--mobile {
  height: auto !important;
}

.section--mobile .fp-tableCell {
  height: auto !important;
}

@media screen and (min-width: 1200px) {
  .section--condensed {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.section--start {
  margin-top: -8.5rem;
}

.section--start .section__bg {
  background: url(../img/home/bg-1.jpg) center center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: 10s infinite alternate sectionBG;
          animation: 10s infinite alternate sectionBG;
}

.section--about .section__bg {
  background: url(../img/home/bg-2.jpg) center center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: 10s infinite alternate sectionBG;
          animation: 10s infinite alternate sectionBG;
}

.section--investments .section__bg {
  background: url(../img/home/bg-3.jpg) center center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: 10s infinite alternate sectionBG;
          animation: 10s infinite alternate sectionBG;
}

.section--vc .section__bg {
  background: url(../img/home/bg-4.jpg) center center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: 10s infinite alternate sectionBG;
          animation: 10s infinite alternate sectionBG;
}

.section--team .section__bg {
  background: url(../img/home/bg-5.jpg) center center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: 10s infinite alternate sectionBG;
          animation: 10s infinite alternate sectionBG;
}

.section--contact .section__bg {
  background: url(../img/home/bg-6.jpg) center center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: 10s infinite alternate sectionBG;
          animation: 10s infinite alternate sectionBG;
}

@media screen and (min-width: 1200px) {
  .section--contact .homepage__subtitle {
    margin-bottom: -3rem;
    margin-top: 2rem;
  }
}

.section__bg {
  z-index: -1;
}

.section__bottom {
  text-align: center;
  padding-bottom: 1rem;
}

@-webkit-keyframes sectionBG {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes sectionBG {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.intro {
  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;
  height: calc( 100vh - 9rem);
  width: 100%;
}

.intro__bottom {
  padding: 1rem;
  text-align: center;
  font-size: 2rem;
  cursor: pointer;
}

.about__title {
  font-size: 2rem;
  font-family: 'Baloo', cursive;
}

.about__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .about__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.about__col {
  width: 100%;
  padding: 0 1rem 1rem;
  text-align: justify;
  font-weight: 200;
}

@media screen and (min-width: 992px) {
  .about__col {
    width: 50%;
    padding: 1rem;
    line-height: 2;
    font-size: 0.75rem;
  }
}

@media screen and (min-height: 780px) {
  .about__col {
    line-height: 1.5;
    font-size: 1rem;
  }
}

.about__bottom {
  text-align: center;
  padding-bottom: 3rem;
}

@media screen and (min-width: 992px) {
  .about__bottom {
    text-align: right;
  }
}

@media screen and (min-width: 1200px) {
  .about__bottom {
    padding-bottom: 0;
  }
}

.vc__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 3rem;
}

@media screen and (min-width: 1200px) {
  .vc__row {
    padding-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.vc__text {
  padding: 1rem;
  width: 100%;
  text-align: justify;
  font-weight: 200;
}

@media screen and (min-width: 992px) {
  .vc__text {
    padding: 1rem 2rem;
    line-height: 2;
  }
}

@media screen and (min-width: 1200px) {
  .vc__text {
    width: 50%;
    font-size: 0.75rem;
  }
}

@media screen and (min-height: 780px) {
  .vc__text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .vc__actions {
    width: 50%;
  }
}

.vc__action {
  padding: 2rem 1rem 0;
}

@media screen and (min-width: 1200px) {
  .vc__action {
    padding: 2rem 2rem 5rem;
  }
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.team__photo {
  width: 100%;
  margin-bottom: 0.5rem;
}

.team__single {
  width: 100%;
  padding: 1rem;
}

.team__name {
  font-family: 'Baloo', cursive;
  color: #64c4d6;
  font-size: 1.0625rem;
}

.team__title {
  font-size: 1rem;
  font-weight: 200;
}

.team__action {
  display: inline-block;
  padding: 0.25em 1em 0.25em 0;
}

.team__trigger {
  cursor: pointer;
}

.team__modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 1002;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: rgba(18, 20, 27, 0.9);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

.team__modal--active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.team__modal__name {
  font-family: 'Baloo', cursive;
  font-size: 2rem;
  padding-left: 1rem;
}

.team__modal__title {
  font-weight: 600;
  margin: 1.5rem 0 2rem;
  padding-left: 1rem;
}

.team__modal__scroll {
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.team__modal__text {
  font-weight: 200;
  line-height: 2;
  text-align: justify;
  padding-right: 2rem;
}

.team__modal__close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  border: 0;
  background: 0;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

.simplebar-track.simplebar-vertical {
  right: 0.5rem;
  background: rgba(255, 255, 255, 0.5);
  width: 7px;
  border-radius: 7px;
}

.simplebar-scrollbar {
  right: 0;
}

.simplebar-scrollbar:before {
  background: #fff;
}

.page-contact {
  background: url(../img/home/bg-6b.jpg) bottom center/cover no-repeat;
  margin-top: -10.5rem;
  padding: 10.5rem 0 2rem;
  min-height: calc( 100vh + 2rem);
}

.page-contact .contact {
  font-size: 1.0625rem;
}

.contact {
  font-weight: 200;
}

@media screen and (min-width: 1200px) {
  .contact {
    font-size: 0.75rem;
  }
}

@media screen and (min-height: 780px) {
  .contact {
    font-size: 1rem;
  }
}

.contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .contact__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.contact__left {
  padding: 0 2rem 3rem;
}

@media screen and (min-width: 1200px) {
  .contact__left {
    width: 60%;
  }
}

.contact__right {
  padding: 0 2rem 3rem;
}

@media screen and (min-width: 1200px) {
  .contact__right {
    width: 40%;
  }
}

.contact__paragraph--space-top {
  padding-top: 2em;
}

.contact__icon {
  color: #64c4d6;
}

.contact__link {
  color: #fff;
}

.contact__info {
  line-height: 2;
}

.contact__info__mail {
  margin-right: 2rem;
  width: 7rem;
  display: inline-block;
}

.contact__btn {
  font-size: 0.75rem;
  display: inline-block;
  margin: 0.5rem 0 0;
}

.contact__address {
  padding: 1.75em 0;
}

.contact__social {
  padding-top: 1rem;
}

.contact__social__single {
  color: #fff;
  font-size: 1.5rem;
  margin-right: 1rem;
}

.map {
  text-align: center;
  padding: 2rem 1rem 0;
}

.map__img {
  max-width: 22rem;
}

.description {
  pointer-events: none;
  position: absolute;
  font-size: 1rem;
  text-align: center;
  background: #12141b;
  padding: 0.375rem 1rem;
  z-index: 998;
  line-height: 1.5;
  margin: 0 auto;
  color: #fff;
  border-radius: 0.35rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.4);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.description.active {
  display: block;
}

.newsletter__input, .tnp-subscription input[type=email] {
  border-radius: 2em;
  background: rgba(255, 255, 255, 0.2);
  border: 0.0625rem solid #fff;
  padding: 0.45rem 1rem;
  margin: 0.25rem 0;
  width: 100%;
  max-width: 16rem;
}

.newsletter__input::-webkit-input-placeholder, .tnp-subscription input[type=email]::-webkit-input-placeholder {
  color: #fff;
}

.newsletter__input:-ms-input-placeholder, .tnp-subscription input[type=email]:-ms-input-placeholder {
  color: #fff;
}

.newsletter__input::-ms-input-placeholder, .tnp-subscription input[type=email]::-ms-input-placeholder {
  color: #fff;
}

.newsletter__input::placeholder, .tnp-subscription input[type=email]::placeholder {
  color: #fff;
}

.newsletter__btn {
  font-size: 0.75rem;
  display: inline-block;
  margin: 0.5rem 0 0;
}

.tnp-subscription input[type=email] {
  height: auto;
  line-height: 1.5;
  color: #fff;
}

.tnp-subscription label {
  font-weight: 200;
  padding: 0;
}

.tnp-subscription div.tnp-field {
  margin: 0;
}

.tnp-field input[type="submit"] {
  background: #64c4d6;
  color: #000;
  padding: 0.45rem 2.5rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 2em;
  font-weight: 200;
  font-size: 0.75rem;
  display: inline-block;
  margin: 0.5rem 0 0;
  width: unset;
  height: unset;
  border: 0;
  line-height: 1.5;
  cursor: pointer;
}

.page-team {
  overflow: hidden;
  background: url(../img/home/bg-5b.jpg) bottom center/cover no-repeat;
  margin-top: -10.5rem;
  padding: 10.5rem 0 2rem;
  min-height: calc( 100vh + 2rem);
}

.page-investments {
  overflow: hidden;
  background: url(../img/home/bg-3b.jpg) bottom center/cover no-repeat;
  margin-top: -10.5rem;
  padding: 10.5rem 0 2rem;
  min-height: calc( 100vh + 2rem);
}

.page-vc {
  background: url(../img/home/bg-4b.jpg) bottom center/cover no-repeat;
  margin-top: -10.5rem;
  padding: 10.5rem 0 2rem;
}

.page-vc .vc__text {
  font-size: 1.0625rem;
}

.error-page {
  text-align: center;
  padding: 5rem 0;
}

.error-page__title {
  font-size: 4rem;
}

.error-page__info {
  font-size: 1.25rem;
  font-weight: 200;
}

.capital__top {
  background: url(../img/vc/vc-top.jpg) center center/cover no-repeat;
  margin-top: -10.5rem;
  padding: 10.5rem 0 0.5rem;
  overflow: hidden;
}

.capital__title {
  text-align: center;
  padding: 3rem 0 7rem;
}

.capital__subtitle {
  margin-bottom: 2rem;
}

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

.capital__subtitle--bottom-space {
  margin-bottom: 4rem;
}

.capital__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .capital__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

.capital__actions__col {
  padding: 1rem 3rem;
}

.capital__actions__info {
  font-weight: 200;
  font-size: 1rem;
  margin: 0 0 1rem;
}

.capital__process {
  padding: 8rem 0 0;
}

.capital__icons {
  overflow: hidden;
  padding: 8rem 0;
}

.capital__law__title {
  font-weight: 600;
}

.capital__law__icons {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 40rem;
  margin: 0 auto;
}

.capital__law__icons--big {
  max-width: 60rem;
}

.capital__law__box {
  text-align: center;
  padding: 2rem;
  width: 100%;
  max-width: 19.75rem;
}

.capital__law__svg {
  width: 6rem;
  height: 6rem;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.capital__law__info {
  font-weight: 500;
}

.capital__law__text {
  font-weight: 200;
  font-size: 1rem;
  line-height: 2;
  text-align: justify;
}

.capital__law__paragraph {
  padding: 1rem 0;
}

.capital__law__img {
  width: 100%;
  margin: 2rem 0 1.5rem;
}

.border-list__single {
  border: 0.0625rem solid #64c4d6;
  border-radius: 3em;
  font-weight: 200;
  padding: 0.5rem 3rem;
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
}

.process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 992px) {
  .process {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.process__single {
  border: 0.0625rem solid #64c4d6;
  padding: 1rem;
  border-radius: 1rem;
  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;
  text-align: center;
  font-weight: 200;
  width: 100%;
  font-size: 1.0625rem;
}

@media screen and (min-width: 992px) {
  .process__single {
    width: 20%;
  }
}

.process__icon {
  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: 1rem;
}

@media screen and (min-width: 992px) {
  .process__icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

.investments-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: .875rem;
  margin: 2rem auto;
  background: rgba(0, 82, 132, 0.75);
  -webkit-backdrop-filter: blur(0.25rem);
          backdrop-filter: blur(0.25rem);
  border-radius: .375rem;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .investments-filter {
    font-size: 1rem;
  }
}

@media screen and (min-width: 992px) {
  .investments-filter {
    font-size: 1.25rem;
  }
}

.investments-filter--blocked:before {
  content: '';
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: wait;
}

.investments-filter__label {
  padding: .8em;
  border-right: 0.125rem solid #005284;
  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;
}

.investments-filter__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .investments-filter__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.investments-filter__single {
  background: none;
  border: 0;
  color: #fff;
  font-size: 1em;
  font-family: inherit;
  padding: .8em;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.investments-filter__single:before {
  bottom: 50%;
  left: 0;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 0;
  margin-left: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  .investments-filter__single:before {
    bottom: 0;
    left: 50%;
    border-left-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
  }
}

.investments-filter__single:after {
  content: '';
  position: absolute;
  top: 1rem;
  bottom: 1rem;
  left: 0;
  margin: auto 0;
  width: .125rem;
  height: 0;
  background: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  .investments-filter__single:after {
    left: 1rem;
    right: 1rem;
    top: unset;
    bottom: 0;
    margin: 0 auto;
    width: 0;
    height: .125rem;
  }
}

.investments-filter__single:hover:after, .investments-filter__single--active:after {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .investments-filter__single:hover:after, .investments-filter__single--active:after {
    width: calc( 100% - 2rem);
    height: .125rem;
  }
}

.investments-filter__single--active {
  background: rgba(0, 82, 132, 0.85);
}

.investments-filter__single--active:before {
  border-width: .5rem;
  margin-bottom: -.5rem;
}

@media screen and (min-width: 768px) {
  .investments-filter__single--active:before {
    margin: 0 0 0 -.5rem;
  }
}

.investments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.25rem;
  -webkit-transition: .2s;
  transition: .2s;
}

.investments--changing {
  opacity: 0;
}

.investments__single {
  width: 100%;
  max-width: 22rem;
  padding: 1rem 0;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .investments__single {
    width: 50%;
    max-width: unset;
  }
}

@media screen and (min-width: 992px) {
  .investments__single {
    width: 33.333333%;
  }
}

.investments__single--changing {
  opacity: 0;
}

.investments__single--hidden {
  display: none;
}

.investments__logo {
  width: 100%;
  max-width: 12rem;
  background: #fff;
  padding: 1rem;
  height: auto;
  border-radius: .375rem;
}

@media screen and (min-width: 992px) {
  .investments__logo {
    max-width: 14rem;
  }
}

.investments__content {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  background: #005284;
  border-radius: 3rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 0;
  position: absolute;
  top: -1rem;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  margin: auto 0;
}

.investments__name {
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0 0 0.5rem;
}

.investments__text {
  font-weight: 200;
}

.investments__money {
  padding: 0.5rem 0;
  font-weight: 600;
}

.investments__url {
  color: #fff;
  font-size: 2rem;
}

.investments__url:hover, .investments__url:focus {
  color: #fff;
  opacity: 0.7;
}

.investments__single:hover .investments__content {
  z-index: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  height: calc( 100% + 2rem);
  opacity: 1;
}

.page-partners {
  background: url(../img/partners-bg.jpg) bottom center/cover no-repeat;
  margin-top: -10.5rem;
  padding: 10.5rem 0 2rem;
  min-height: calc( 100vh + 2rem);
}

.partners-subtitle {
  padding: 4rem 0 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .partners-subtitle {
    text-align: left;
  }
}

.partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .partner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.partner__photo {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  padding: .5rem;
  max-width: 10rem;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .partner__photo {
    width: 30%;
    max-width: unset;
    margin: 0;
  }
}

.partner__photo:after {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.partner__img {
  position: absolute;
  top: .5rem;
  left: .5rem;
  width: calc( 100% - 1rem);
  height: calc( 100% - 1rem);
  -o-object-fit: contain;
     object-fit: contain;
}

.partner__main {
  width: 100%;
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .partner__main {
    margin: 0 0 0 2rem;
    width: 70%;
  }
}

.partner__title {
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .partner__title {
    text-align: left;
  }
}

.partner__text {
  text-align: justify;
  padding: 1rem 0;
}

.partner__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .partner__bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/*# sourceMappingURL=style.css.map */