body {
  min-width: 320px;
  margin: 0;
  font-family: 'Open Sans', serif;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

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

.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .container {
      padding-left: 80px;
      padding-right: 80px; } }
  @media (max-width: 767px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

h1, h2, h3, h4 {
  font-weight: 300;
  margin: 0; }

h2 {
  text-transform: uppercase; }

h3 {
  text-transform: uppercase; }

h4 {
  font-size: 24px; }

p {
  margin: 0;
  font-size: 16px;
  line-height: 28px; }
  p + p {
    margin-top: 16px; }

@media (min-width: 1200px) {
  h1 {
    font-size: 36px;
    line-height: 49px; }

  h2 {
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 5px; }

  h3 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 3px; } }
@media (min-width: 1024px) and (max-width: 1199px) {
  h1 {
    font-size: 26px;
    line-height: 36px; }

  h2 {
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 4px; }

  h3 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 3px; } }
@media (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 36px;
    line-height: 49px; }

  h2 {
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 5px; }

  h3 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 3px; } }
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 36px; }

  h2 {
    font-sie: 30px;
    line-height: 41px; }

  h3 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 3px; } }
.button {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  background-color: #29A5D8;
  color: #fff;
  height: 40px;
  border-radius: 20px;
  font-size: 11px;
  display: inline-block;
  line-height: 12px;
  padding: 14px 0;
  transition: background-color 0.33s ease-out; }
  .button:hover {
    background-color: #66B8D8; }

.icon-button {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #66B8D8;
  transition: background-color 0.33s ease-out;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center; }
  .icon-button:hover {
    background-color: #29A5D8; }
  .icon-button--external {
    background-image: url("../img/icon-external.svg");
    background-size: 15px 15px; }
  .icon-button--download {
    background-image: url("../img/icon-download.svg");
    background-size: 9px 12px;
    width: 30px;
    height: 30px; }
  .icon-button--expand {
    background-image: url("../img/expand.svg");
    background-size: 13px 19px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.info-highlight {
  min-height: 40px;
  position: relative;
  display: flex; }
  .info-highlight:before {
    display: block;
    content: 'i';
    color: #66B8D8;
    border: dotted 1px #66B8D8;
    line-height: 38px;
    width: 40px;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-right: 20px; }
  @media (min-width: 768px) {
    .info-highlight {
      align-items: center; } }
  @media (max-width: 767px) {
    .info-highlight {
      align-items: flex-start; } }

@media (max-width: 1023px) {
  .navigation-button {
    display: block;
    width: 51px;
    height: 51px;
    background-color: #66B8D8;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 30;
    border-radius: 50%;
    cursor: pointer; }
    .navigation-button span, .navigation-button:before, .navigation-button:after {
      position: absolute;
      left: 18px;
      display: inline-block;
      width: 16px;
      height: 1px;
      background-color: #fff;
      transition: all 0.33s ease-out; }
    .navigation-button:before, .navigation-button:after {
      content: ''; }
    .navigation-button span {
      top: 25px; }
    .navigation-button:before {
      top: 21px; }
    .navigation-button:after {
      top: 29px; }
    .navigation-button--isOpen {
      position: fixed; }
      .navigation-button--isOpen span {
        width: 0;
        left: 25px;
        opacity: 0; }
      .navigation-button--isOpen:before {
        transform: translateY(4px) rotate(45deg); }
      .navigation-button--isOpen:after {
        transform: translateY(-4px) rotate(-45deg); } }
@media (min-width: 1200px) {
  .showxl {
    display: block; }

  .hidexl {
    display: none; } }
@media (max-width: 1199px) {
  .showxl {
    display: none; }

  .hidexl {
    display: block; } }
@media (min-width: 768px) {
  .showmd {
    display: block; }

  .hidemd {
    display: none; } }
@media (max-width: 767px) {
  .showmd {
    display: none; }

  .hidemd {
    display: block; } }
@media (min-width: 768px) {
  .showmd {
    display: block; }

  .hidemd {
    display: none; } }
@media (min-width: 1024px) {
  .showlg {
    display: block; }

  .navigation:before {
    content: "";
    left: 0;
    right: 0;
    z-index: 0;
    display: block;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.75)), url("../img/hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px); } }
@media (max-width: 1023px) {
  .showlg {
    display: none; } }
.navigation {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2; }
  .navigation__overlay {
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    height: 100%; }
  .navigation__item {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.33s ease-out;
    z-index: 9999;
    position: relative; }
    .navigation__item:hover {
      color: #66B8D8; }
  @media (min-width: 1200px) {
    .navigation {
      top: 740px; }
      .navigation__inner {
        width: 1130px;
        display: inline-block;
        border-top: solid 1px #fff; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .navigation {
      top: 550px; } }
  @media (min-width: 1024px) {
    .navigation {
      position: absolute;
      left: 0;
      transition: background-color 0.33s linear; }
      .navigation__inner {
        width: 960px;
        display: inline-block;
        border-top: solid 1px #fff; }
      .navigation__item {
        display: inline-block;
        color: #fff;
        line-height: 50px;
        padding: 0 30px;
        transition: color 0.33s ease-out; }
        .navigation__item:hover {
          color: #66B8D8; }
      .navigation--isFixed {
        position: fixed;
        left: 0;
        top: 0;
        background-color: #F7F7F7;
        z-index: 10; }
        .navigation--isFixed .navigation__inner {
          border-top: 0; }
        .navigation--isFixed .navigation__item {
          color: #29A5D8; }
          .navigation--isFixed .navigation__item:hover {
            color: #66B8D8; }
      .navigation--isFixed:before {
        display: none !important; } }
  @media (min-width: 1200px) {
    .navigation__inner {
      width: 1130px; }
    .navigation .showxl {
      display: inline-block; }
    .navigation .hidexl {
      display: none; } }
  @media (max-width: 1199px) {
    .navigation .showxl {
      display: none; }
    .navigation .hidexl {
      display: inline-block; } }
  @media (max-width: 1023px) {
    .navigation {
      height: 100%;
      position: absolute;
      left: -100%;
      background-color: #fff;
      z-index: 20;
      transition: transform 0.33s ease-out; }
      .navigation__item {
        display: block;
        width: 100%;
        color: #004E6C;
        padding: 20px 0;
        margin-top: 5px;
        font-size: 20px; }
        .navigation__item:first-child {
          margin-top: 0; }
      .navigation__inner {
        width: 100%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      .navigation__mobile-logo {
        position: absolute;
        left: 50%;
        background-image: url("../img/logo-mobile-valor.png");
        background-size: cover; } }
    @media (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 1023px) and (min-resolution: 144dpi) {
      .navigation__mobile-logo {
        background-image: url("../img/logo-mobile@2x-valor.png"); } }
  @media (max-width: 1023px) {
      .navigation--isOpen {
        position: fixed;
        transform: translateX(100%); }
      .navigation .hidesm {
        display: none; }
      .navigation__overlay {
        background-color: #fff;
        padding-top: 260px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .navigation {
      min-height: 690px; }
      .navigation__mobile-logo {
        margin-left: -59px;
        width: 118px;
        height: 125px;
        top: 80px; } }
  @media (max-width: 767px) {
    .navigation {
      min-height: 510px; }
      .navigation__mobile-logo {
        margin-left: -42px;
        width: 84px;
        height: 89px;
        top: 80px; }
      .navigation__item {
        font-size: 14px; }
      .navigation__overlay {
        background-color: #fff;
        padding-top: 200px; } }

.hero {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.75)), url("../img/hero-valor.jpg");
  background-size: 100% 200px, cover;
  background-repeat: no-repeat;
  background-position: bottom, center;
  width: 100%; }
  .hero__contain {
    margin: auto;
    position: relative; }
    .hero__contain-inner {
      width: 100%;
      padding: 20px;
      position: absolute;
      text-align: center; }
  .hero h1 {
    color: #fff;
    display: inline;
    line-height: 147%;
    font-weight: 400; }
    .hero h1 span {
      background-color: #29A5D8;
      padding: 0 20px;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone; }
  .hero__logo {
    height: 169px;
    display: block;
    margin: 0 auto 86px; }
  .hero__cta-section {
    position: relative;
    padding-top: 50px;
    margin-top: 30px; }
    .hero__cta-section:before {
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -30px;
      content: '';
      width: 60px;
      height: 2px;
      background-color: #fff; }
  .hero__video-stroke, .hero__video-icon {
    transition: all 0.33s ease-out; }
  .hero__video-button {
    padding-left: 50px;
    padding-right: 30px;
    position: relative; }
    .hero__video-button svg {
      width: 32px;
      height: 32px;
      position: absolute;
      left: 4px;
      top: 4px; }
    .hero__video-button:hover .hero__video-stroke {
      stroke-width: 32px; }
    .hero__video-button:hover .hero__video-icon {
      fill: #29A5D8; }
  @media (max-width: 1023px) {
    .hero {
      position: relative; }
      .hero:after {
        content: '';
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        background-image: url("../img/arrow-down.svg");
        background-repeat: no-repeat;
        background-position: center bottom;
        left: 50%;
        bottom: 30px;
        margin-left: -25px; } }
  @media (min-width: 1200px) {
    .hero {
      padding: 50px 0 100px 0; }
      .hero__contain {
        width: 820px;
        height: 640px; }
      .hero h1 {
        margin: 70px 0 50px 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .hero {
      padding: 20px 0 70px 0; }
      .hero__contain {
        width: 510px;
        height: 510px; }
      .hero h1 {
        margin: 40px 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .hero {
      padding: 180px 0 200px 0; }
      .hero__contain {
        width: 640px;
        height: 640px; }
      .hero h1 {
        margin: 70px 0 50px 0; } }
  @media (max-width: 767px) {
    .hero {
      padding: 0 0 20px 0; }
      .hero__contain {
        width: 100%;
        height: 548px; }
      .hero h1 {
        margin: 40px 0 30px 0; } }

.projects {
  width: 100%;
  overflow: hidden; }
  .projects h4 {
    text-align: center;
    margin-bottom: 20px; }
  .projects h3 {
    margin-bottom: 40px;
    letter-spacing: 0 !important; }
    .projects h3 a {
      width: 55%;
      margin: -30px auto 0;
      display: block;
      position: relative; }
  .projects img {
    max-width: 100%;
    margin-bottom: 20px;
    height: auto; }
  .projects__button-group {
    margin-top: 40px; }
    .projects__button-group .button {
      width: 30%;
      margin: 0 auto;
      display: block; }
  @media (min-width: 1200px) {
    .projects h2 {
      text-align: center;
      margin-bottom: 40px;}
    .projects h4 {
      margin-bottom: 20px; }
    .projects .container {
      padding-top: 90px;
      padding-bottom: 90px;
      background-size: auto 720px;
      background-position: 420px 200px; }
    .projects__col {
      width: 47%;
      float: left;
      position: relative; }
      .projects__col--left {
        margin-right: 6%; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .projects h2 {
      text-align: center;
      margin-bottom: 40px;}
    .projects h4 {
      margin-bottom: 20px; }
    .projects .container {
      padding-top: 75px;
      padding-bottom: 75px; }
    .projects__col {
      width: 47%;
      float: left;
      position: relative; }
      .projects__col--left {
        margin-right: 6%; } }
  @media (max-width: 767px) {
    .projects h2 {
      text-align: center;
      margin-bottom: 20px;}
    .projects_end {
        margin-bottom: 20px;}
    .projects .container {
        padding-top: 50px;
        padding-bottom: 50px; }
    .projects__col {
      width: 100%;
      float: left;
      position: relative; }
      .projects__col--left {
        margin-right: 0; } }

.investorshd {
  width: 100%;
  background-color: #3A3A3A;
  color: #fff;
  position: relative; }
  .investorshd .info-highlight {
    min-height: 40px; }
    .investorshd .info-highlight:before {
      line-height: 40px;
      width: 40px;
      font-size: 18px;
      border-radius: 50%;
      margin-right: 20px; }
  .investorshd hr {
    border: none;
    border-top: 1px dashed #fff;
    margin: 100px 0; }
  .investorshd h2, .investorshd h3, .investorshd h4 {
    text-align: center; }
  .investorshd h3.margin {
    margin-top: 60px; }
  .investorshd h2 {
    margin-bottom: 20px; }
  .investorshd a.download-doc {
    font-size: 12px;
    color: black;
    text-decoration: none;
    padding-top: 30px;
    display: block; }
    .investorshd a.download-doc span {
      display: inline-block; }
  .investorshd a.download-doc:before {
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #66B8D8;
    transition: background-color 0.33s ease-out;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/icon-download.svg");
    background-size: 9px 12px;
    width: 30px;
    height: 30px;
    margin-right: 20px; }
  .investorshd__icon-button {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%); }
  .investorshd__button-group {
    margin-top: 40px; }
    .investorshd__button-group:after {
      content: "";
      display: table;
      clear: both; }
  .investorshd__3colcontainer {
    text-align: center;
    margin-bottom: 70px;
    margin-top: 60px; }
    .investorshd__3colcontainer div {
      height: auto;
      justify-content: center;
      align-self: center; }
      .investorshd__3colcontainer div h4 {
        font-size: 2em;
        margin-bottom: 0; }
      .investorshd__3colcontainer div h4:after {
        display: block;
        width: 64px;
        border-top: 1px solid #66B8D8;
        margin: 15px auto;
        content: ''; }
      .investorshd__3colcontainer div p {
        font-size: 0.9em; }
    .investorshd__3colcontainer iframe {
      width: 100%;
      border: none;
      height: 174px; }
  .investorshd__announcement {
    display: block;
    text-align: center;
    border: 1px solid #979797;
    background-color: #D8D8D8;
    padding: 40px;
    margin: 60px 0; }
    .investorshd__announcement iframe {
      width: 100%;
      border: none;
      height: 174px; }
  .investorshd__shareholders h3 {
    margin: 60px 0 20px; }
  .investorshd__shareholders a.expand-shareholders {
    text-align: center;
    color: white;
    display: block;
    margin: 34px 0 0; }
  .investorshd .rotate {
    -webkit-transform: rotate(180deg) translate(50%, 39%);
    -moz-transform: rotate(180deg) translate(50%, 39%);
    -o-transform: rotate(180deg) translate(50%, 39%);
    -ms-transform: rotate(180deg) translate(50%, 39%);
    transform: rotate(180deg) translate(50%, -39%);
    transition: transform 300ms ease; }
  .investorshd__shareholderscontain.margin {
    margin-top: 60px; }
  .investorshd__shareholderscontain {
    border: 1px solid #979797;
    background-color: #D8D8D8;
    padding: 20px;
    position: relative; }
    .investorshd__shareholderscontain span {
      font-size: 12px; }
      .investorshd__shareholderscontain span a {
        color: black; }
    .investorshd__shareholderscontain table {
      border-collapse: collapse;
      border-style: hidden;
      width: 100%; }
      .investorshd__shareholderscontain table th {
        padding: 26px 28px; }
      .investorshd__shareholderscontain table th, .investorshd__shareholderscontain table td {
        color: black; }
      .investorshd__shareholderscontain table tr.active td, .investorshd__shareholderscontain table tr.active th {
        border: 1px dashed #979797; }
      .investorshd__shareholderscontain table th {
        font-weight: 300;
        text-align: left; }
      .investorshd__shareholderscontain table tr:first-child th:nth-child(2), .investorshd__shareholderscontain table tr:first-child th:nth-child(3) {
        width: 20%; }
      .investorshd__shareholderscontain table tr td div {
        max-height: 0;
        box-sizing: border-box;
        overflow: hidden;
        transition: all 0.3s;
        padding: 0 28px; }
      .investorshd__shareholderscontain table tr.active td div {
        max-height: 100px;
        transition: all 0.6s;
        padding: 26px 28px; }
  .investorshd__accordian {
    border: 1px solid #979797;
    background-color: #D8D8D8;
    padding: 0 20px;
    position: relative;
    margin: 60px 0; }
    .investorshd__accordian a {
      color: black; }
    .investorshd__accordian [data-accordion] {
      border-bottom: 1px dashed #979797;
      margin: 30px 0; }
    .investorshd__accordian [data-accordion] [data-control] {
      color: black;
      padding-bottom: 30px;
      padding-left: 28px;
      font-size: 20px;
      cursor: pointer; }
    .investorshd__accordian [data-accordion] [data-control]:before {
      content: '';
      width: 30px;
      height: 30px;
      display: inline-block;
      background-color: #66B8D8;
      transition: background-color 0.33s ease-out;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url("../img/expand.svg");
      background-size: 10px 11px;
      cursor: pointer;
      transition: transform 300ms ease;
      margin-right: 15px;
      vertical-align: middle; }
    .investorshd__accordian .open [data-control]:before {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .investorshd__accordian [data-accordion] [data-content] {
      color: black;
      padding: 0 28px 0 77px; }
    .investorshd__accordian .open {
      padding-bottom: 30px; }
      .investorshd__accordian .open p {
        padding-left: 0; }
    .investorshd__accordian .accordion:last-child {
      border-bottom: none;
      margin-bottom: 0; }
  .investorshd .text.expandable {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 50px 30px;
    color: black;
    margin-bottom: 90px;
    margin-top: 60px; }
    .investorshd .text.expandable .entry {
      position: relative; }
    .investorshd .text.expandable .entry-content {
      overflow: hidden; }
    .investorshd .text.expandable .more-link {
      content: '';
      width: 50px;
      height: 50px;
      position: absolute;
      left: 50%;
      bottom: -45px;
      background-color: #66B8D8;
      transition: background-color 0.33s ease-out;
      border-radius: 50%;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url("../img/expand.svg");
      background-size: 13px 19px;
      cursor: pointer;
      transition: transform 300ms ease;
      transform: translate(-50%, 50%); }
    .investorshd .text.expandable .more-link.open {
      -webkit-transform: rotate(180deg) translate(50%, -50%);
      -moz-transform: rotate(180deg) translate(50%, -50%);
      -o-transform: rotate(180deg) translate(50%, -50);
      -ms-transform: rotate(180deg) translate(50%, -50%);
      transform: rotate(180deg) translate(50%, -50%); }
    .investorshd .text.expandable .more-link-txt {
      width: 100%;
      position: absolute;
      left: 50%;
      bottom: -110px;
      color: #66B8D8;
      transform: translate(-50%, 0);
      text-align: center; }
  @media (min-width: 1200px) {
    .investorshd:before {
      content: '';
      position: absolute;
      width: 252px;
      height: 518px;
      background-image: url("../img/investors-polygon.svg");
      top: 55px; }
    .investorshd .container {
      position: relative; }
    .investorshd h4 {
      font-weight: 300;
      max-width: 900px;
      margin: 0 auto 30px auto; }
    .investorshd p.narrow {
      max-width: 800px;
      margin: 0 auto; }
    .investorshd__button-group {
      width: 60%;
      margin: 40px auto 0;
      position: relative;
      display: block; }
      .investorshd__button-group .button {
        width: 48%;
        float: left; }
        .investorshd__button-group .button:first-child {
          margin-right: 4%; }
    .investorshd .container {
      padding-top: 90px;
      padding-bottom: 90px;
      background-position: top center; }
    .investorshd__3colcontainer {
      display: flex;
      align-items: stretch;
      text-align: center;
      justify-content: center; }
      .investorshd__3colcontainer div {
        width: 33.3333%; }
    .investorshd__col {
      width: 46%; }
      .investorshd__col--left {
        margin-right: 8%; }
      .investorshd__col--right {
        margin-top: 20px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .investorshd h4 {
      margin-bottom: 40px;
      font-weight: 300;
      max-width: 900px;
      margin: 0 auto 40px auto; }
    .investorshd p.narrow {
      max-width: 800px;
      margin: 0 auto; }
    .investorshd__button-group {
      width: 80%;
      margin: 40px auto 0;
      position: relative;
      display: block; }
      .investorshd__button-group .button {
        width: 48%;
        float: left; }
        .investorshd__button-group .button:first-child {
          margin-right: 4%; }
    .investorshd__3colcontainer div {
      margin-bottom: 40px; }
    .investorshd .container {
      padding-top: 75px;
      padding-bottom: 75px;
      background-position: top center; }
    .investorshd p, .investorshd h4 {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .investorshd .container {
      padding-top: 40px;
      padding-bottom: 40px;
      background-position: top center;
      padding-left: 0;
      padding-right: 0; }
    .investorshd .project__button-group .button {
      width: 80%; }
    .investorshd p, .investorshd h4 {
      padding-left: 40px;
      padding-right: 40px; }
    .investorshd h4 {
      font-size: 17px; }
    .investorshd__3colcontainer div {
      margin-bottom: 40px; }
    .investorshd__shareholderscontain {
      margin-top: 20px; }
    .investorshd table {
      border-collapse: collapse;
      border-style: hidden;
      width: 100%; }
      .investorshd table th {
        padding: 18px 18px; }
      .investorshd table th, .investorshd table td {
        color: black; }
      .investorshd table tr.active td, .investorshd table tr.active th {
        border: 1px dashed #979797; }
      .investorshd table th {
        font-weight: 300;
        text-align: left; }
      .investorshd table tr:first-child th:nth-child(2), .investorshd table tr:first-child th:nth-child(3) {
        width: 20%; }
      .investorshd table tr td div {
        max-height: 0;
        box-sizing: border-box;
        overflow: hidden;
        transition: all 0.3s;
        padding: 0 18px;
        font-size: 14px; }
      .investorshd table tr.active td div {
        max-height: 100px;
        transition: all 0.6s;
        padding: 18px 18px; } }
  @media (max-width: 1023px) {
    .investorshd__button-group {
      width: 60%;
      margin: 40px auto 0;
      position: relative;
      display: block; }
      .investorshd__button-group .button {
        width: 100%;
        float: left; }
        .investorshd__button-group .button:first-child {
          margin-bottom: 30px; } }

.dataTables_info, .dataTables_paginate {
  text-align: center;
  padding: 0.25em; }

@media (max-width: 800px) {
  .dataTables_paginate span {
    display: none; } }
div.table {
  margin: 0; }

div.news {
  margin-top: 110px; }

table.dataTable {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  border-bottom: 1px dashed #ffffff;
  color: #ffffff; }

table.dataTable td, table.dataTable th {
  padding: 1em 0.25em !important; }

.dataTables_wrapper {
  position: relative; }

table.dataTable thead th {
  text-align: left;
  position: relative;
  background-image: none !important;
  border-bottom: 1px dashed #ffffff;
  font-size: 1em;
  font-weight: 300; }

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
  margin: 0 0 0 0.5em;
  font-family: FontAwesome;
  color: #65b8d8; }

table.dataTable thead th.sorting:after {
  content: "\f0dc";
  color: #ddd; }

table.dataTable thead th.sorting_asc:after {
  content: "\f0d8"; }

table.dataTable thead th.sorting_desc:after {
  content: "\f0d7"; }

table.dataTable thead th[class*="sorting"]:not(.sorting_disabled) {
  cursor: pointer; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 0.5em;
  color: #50cc33; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "\f056";
  color: #cc3333; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:first-child:before {
  display: none; }

table.dataTable tbody tr:first-of-type td {
  padding: 1.5em 0.25em 1em !important; }

table.dataTable tbody tr:last-of-type td {
  padding: 1em 0.25em 1.5em !important; }

table.dataTable td a {
  color: #ffffff; }

table.dataTable td.child {
  padding: 0 0 1em 0; }

table.dataTable td.child ul {
  margin: 0;
  list-style: none; }

table.dataTable td.child ul li .dtr-title {
  font-weight: bold;
  width: 5em;
  display: inline-block; }

.fa-file-pdf-o:before {
  content: ''!important;
  display: inline-block;
  height: 1.5em;
  width: 2em;
  background-image: url("../img/pdf_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
  padding: 0 0.5em; }

.ui-datepicker select, .ui-datepicker-title {
  height: 2em; }

.dataTables_paginate a {
  color: #ffffff;
  font-weight: 300;
  padding: 0 0.25em;
  cursor: pointer; }

.dataTables_paginate span {
  display: inline-block;
  margin: 0 1em; }

.pagination.table_information, .dataTables_paginate {
  margin-top: 2em;
  color: #ffffff; }

.paginate_button:before {
  font-family: FontAwesome;
  margin-right: 20px; }

.paginate_button:after {
  font-family: FontAwesome;
  margin-left: 20px; }

.paginate_button.first:before {
  content: "\f100"; }

.paginate_button.previous:before {
  content: "\f104"; }

.paginate_button.next:after {
  content: "\f105"; }

.paginate_button.last:after {
  content: "\f101"; }

.paginate_button.current, .paginate_button.disabled, .paginate_button.current:hover, .paginate_button.disabled:hover {
  font-weight: 300;
  color: inherit;
  cursor: default;
  opacity: initial; }

.dataTables_paginate span .paginate_button {
  text-decoration: underline; }

.dataTables_paginate span .paginate_button.current {
  text-decoration: none;
  color: #65b8d8; }

a.paginate_button.disabled:hover {
  text-decoration: none; }

a.paginate_button.first, a.paginate_button.last {
  display: none; }

.information.table_information, .dataTables_info {
  display: none; }

.key-reading {
  width: 100%;
  background-color: #3A3A3A;
  margin-bottom: 70px; }
  .key-reading__article {
    float: left;
    background-color: #fff;
    height: 210px;
    position: relative;
    color: black;
    text-decoration: none;
    padding: 20px;
    transition: box-shadow 0.33s ease-out; }
    .key-reading__article h4 {
      height: 104px;
      overflow: hidden; }
    .key-reading__article-link {
      position: absolute;
      bottom: 40px;
      left: 20px;
      text-decoration: underline; }
    .key-reading__article:hover {
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); }
      .key-reading__article:hover .key-reading__icon-button {
        background-color: #29A5D8; }
  .key-reading__title h3 {
    width: 100%; }
  .key-reading__icon-button {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%); }
  .key-reading__regulatory-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .key-reading__regulatory-list li {
      margin-bottom: 20px; }
  .key-reading__content:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .key-reading {
      padding: 0; } }
  @media (min-width: 1200px) {
    .key-reading__title {
      width: 100%;
      float: none;
      text-align: center;
      margin-bottom: 45px; }
    .key-reading__content {
      width: 100%;
      float: none; }
      .key-reading__content:after {
        content: "";
        display: table;
        clear: both; }
    .key-reading__article {
      width: calc(33.33333% - 26.66667px);
      margin-left: 40px;
      margin-top: 50px; }
      .key-reading__article:nth-child(3n + 1) {
        margin-left: 0; }
      .key-reading__article:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .key-reading__title {
      width: 25%;
      float: left; }
    .key-reading__content {
      width: 75%;
      float: left; }
      .key-reading__content:after {
        content: "";
        display: table;
        clear: both; }
    .key-reading__article {
      width: calc(50% - 10px);
      margin-left: 20px;
      margin-top: 40px; }
      .key-reading__article:nth-child(2n + 1) {
        margin-left: 0; }
      .key-reading__article:nth-child(-n + 2) {
        margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .key-reading__title {
      margin-bottom: 45px;
      text-align: center; }
    .key-reading__article {
      width: calc(50% - 22.5px);
      margin-left: 45px;
      margin-top: 60px; }
      .key-reading__article:nth-child(2n + 1) {
        margin-left: 0; }
      .key-reading__article:nth-child(-n + 2) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .key-reading {
      padding: 40px 0; }
      .key-reading__title {
        margin-bottom: 20px; }
      .key-reading__article {
        width: 100%;
        margin-bottom: 40px; }
        .key-reading__article:last-child {
          margin-bottom: 0; } }

.board {
  width: 100%;
  background-image: radial-gradient(circle farthest-corner at 0 0, #FFFFFF, #EDEDED);
  position: relative; }
  .board h2 {
    text-align: center; }
  .board img {
    display: none; }
  .board .lnkexpand {
    display: none; }
  @media (min-width: 768px) {
    .board {
      padding: 75px 0; } }
  @media (min-width: 1024px) {
    .board:before {
      content: '';
      position: absolute;
      width: 348px;
      height: 759px;
      background-image: url("../img/board-overlay.svg");
      right: 0;
      top: -363px; }
    .board h2 {
      margin-bottom: 60px; }
    .board img {
      display: block;
      float: left;
      margin: 0 30px 15px 0; }
    .board__navigation, .board__bio {
      display: inline-block;
      vertical-align: middle; }
    .board__bio {
      display: none; }
      .board__bio--active {
        display: inline-block; }
    .board__bio-title {
      display: none; }
    .board__navigation {
      list-style: none;
      padding: 0;
      margin: 0;
      border-right: dashed 1px #29A5D8; }
    .board__navigation-item {
      padding: 20px 0;
      text-align: center;
      border-radius: 50px 0 0 50px;
      cursor: pointer;
      transition-property: color, background-color;
      transition-duration: 0.33s;
      transition-timing-function: ease-out;
      margin-bottom: 10px; }
      .board__navigation-item:hover {
        color: #66B8D8; }
      .board__navigation-item--active {
        background-color: #29A5D8;
        color: #fff;
        cursor: auto; }
        .board__navigation-item--active:hover {
          color: #fff; }
    .board__corporate-container {
      margin-top: 160px; }
      .board__corporate-container h3, .board__corporate-container .info-highlight {
        float: left; }
      .board__corporate-container h3 {
        width: 40%; }
      .board__corporate-container .info-highlight {
        width: 60%; } }
  @media (min-width: 1200px) {
    .board__navigation {
      width: 30%; }
    .board__bio {
      margin-left: 120px;
      width: 50%; }
    .board__corporate-container h3 {
      padding-top: 10px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .board__navigation {
      width: 33%; }
    .board__bio {
      width: 66%;
      padding-left: 40px; }
    .board__corporate-container h3 {
      padding-top: 20px; } }
  @media (max-width: 1023px) {
    .board__navigation {
      display: none; }
    .board__bio-title {
      text-align: center;
      margin-bottom: 30px; }
    .board__bio {
      border-bottom: dashed 1px #29A5D8; }
      .board__bio:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
    .board__corporate-container {
      margin-top: 90px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .board h2 {
      margin-bottom: 45px; }
    .board__bio {
      padding-bottom: 30px;
      margin-bottom: 30px;
      height: 96px;
      overflow: hidden;
      position: relative;
      transition: all 300ms ease; }
      .board__bio .lnkexpand {
        position: absolute;
        width: 80px;
        height: auto;
        right: 0;
        top: 15px;
        display: block;
        color: black; }
      .board__bio--active {
        height: auto; }
        .board__bio--active .lnkexpand {
          display: none; }
    .board__corporate-container h3 {
      margin-bottom: 45px; } }
  @media (max-width: 767px) {
    .board {
      padding: 40px 0; }
      .board h2 {
        margin-bottom: 30px; }
      .board__bio {
        padding-bottom: 30px;
        margin-bottom: 30px;
        height: 108px;
        overflow: hidden;
        position: relative;
        transition: all 300ms ease; }
        .board__bio .lnkexpand {
          display: block;
          color: black;
          text-align: center;
          margin-top: -29px;
          margin-bottom: 30px; }
        .board__bio--active {
          height: auto; }
          .board__bio--active .lnkexpand {
            display: none; }
      .board__corporate-container h3 {
        margin-bottom: 30px; } }

.documents {
  background-color: #3A3A3A;
  color: #fff;
  overflow-x: hidden; }
  .documents h2 {
    text-align: center; }
  .documents__list {
    padding: 0;
    list-style: none;
    width: 960px;
    margin: 0 auto 0 auto;
    z-index: 1; }
  .documents__list-item {
    width: 100px;
    height: 225px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.33s linear;
    display: block; }
    .documents__list-item[aria-hidden="true"] {
      opacity: 0.1;
      pointer-events: none; }
    .documents__list-item-icon {
      width: 95px;
      height: 95px;
      margin-bottom: 20px;
      background-color: #fff;
      border-radius: 50%;
      position: relative;
      background-image: url("../img/icon-document.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 35px 44px; }
    .documents__list-item p {
      font-size: 12px;
      line-height: 18px;
      font-weight: 400; }
    .documents__list-item .icon-button {
      position: absolute;
      right: 0;
      bottom: 0; }
    .documents__list-item:hover .icon-button {
      background-color: #29A5D8; }
  .documents .type-img .documents__list-item-icon, .documents .type-vid .documents__list-item-icon {
    background-size: cover;
    background-color: transparent; }
  .documents .filter {
    margin-bottom: 30px; }
    .documents .filter label {
      display: inline-block;
      margin-right: 15px; }
    .documents .filter ul {
      list-style-type: none;
      display: inline-block;
      padding: 0; }
      .documents .filter ul li {
        display: inline-block;
        margin-right: 13px; }
        .documents .filter ul li a {
          text-transform: uppercase;
          text-decoration: none;
          text-align: center;
          font-weight: 700;
          background-color: transparent;
          color: #29A5D8;
          border: 1px solid #29A5D8;
          height: 40px;
          border-radius: 20px;
          font-size: 11px;
          line-height: 12px;
          padding: 14px 24px;
          display: block;
          transition: background-color 0.33s ease-out;
          cursor: pointer; }
          .documents .filter ul li a:hover {
            background-color: #66B8D8;
            color: #fff; }
      .documents .filter ul li.active a {
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        font-weight: 700;
        background-color: #29A5D8;
        color: #fff;
        height: 40px;
        border-radius: 20px;
        font-size: 11px;
        line-height: 12px;
        padding: 14px 24px;
        display: block;
        transition: background-color 0.33s ease-out;
        cursor: pointer; }
        .documents .filter ul li.active a:hover {
          background-color: #66B8D8; }
  @media (min-width: 768px) {
    .documents {
      padding: 0 0 75px; } }
  @media (min-width: 1024px) {
    .documents .fltr {
      border-bottom: 1px dashed #fff; }
    .documents__slider-wrapper {
      position: relative;
      padding: 50px 0 100px; }
    .documents__arrow {
      display: block;
      width: 25px;
      height: 50px;
      position: absolute;
      background-size: 100% 100%;
      top: 50%;
      margin-top: -25px;
      transition: opacity 0.33s ease-out;
      cursor: pointer;
      z-index: 2; }
      .documents__arrow.slick-disabled {
        opacity: 0.2;
        cursor: default; }
      .documents__arrow--prev {
        background-image: url("../img/arrow-left.svg");
        left: 40px; }
      .documents__arrow--next {
        background-image: url("../img/arrow-right.svg");
        right: 40px; }
    .documents__list-item {
      margin: 0 35px; } }
  @media (min-width: 1200px) {
    .documents h2 {
      margin-bottom: 45px; }
    .documents p {
      text-align: left; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .documents h2 {
      margin-bottom: 50px; }
    .documents .container {
      overflow: hidden; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .documents h2 {
      margin-bottom: 75px; }
    .documents .container {
      overflow: hidden; }
    .documents__list {
      width: 660px;
      margin: auto; }
    .documents__list-item {
      float: left;
      margin: 0 25px; }
      .documents__list-item:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .documents {
      padding: 0 0 40px; }
      .documents h2 {
        margin-bottom: 40px; }
      .documents__list {
        margin: auto;
        width: 80%; }
      .documents .container {
        overflow: hidden; } }

.announcements {
  width: 100%;
  background-color: #F7F7F7; }
  .announcements h2 {
    text-align: center; }
  .announcements__list {
    list-style: none;
    padding: 0;
    margin: 0; }
  .announcements__list-item {
    float: left;
    padding-left: 70px;
    position: relative;
    padding-right: 30px; }
    .announcements__list-item a {
      color: #000;
      text-decoration: none; }
      .announcements__list-item a:hover .icon-button {
        background-color: #29A5D8; }
    .announcements__list-item .icon-button {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -25px; }
    .announcements__list-item p {
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .announcements__timestamp {
    font-size: 12px; }
  @media (min-width: 768px) {
    .announcements {
      padding: 75px 0; }
      .announcements__list-item {
        margin-top: 40px; } }
  @media (min-width: 1200px) {
    .announcements h2 {
      margin-bottom: 75px; }
    .announcements__list-item {
      width: 25%; }
      .announcements__list-item:nth-child(-n + 4) {
        margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .announcements h2 {
      margin-bottom: 50px; }
    .announcements__list-item {
      width: 33%; }
      .announcements__list-item:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .announcements h2 {
      margin-bottom: 75px; }
    .announcements__list-item {
      width: 50%; }
      .announcements__list-item:nth-child(-n + 2) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .announcements {
      padding: 40px 0; }
      .announcements h2 {
        margin-bottom: 40px; }
      .announcements__list-item {
        width: 100%;
        margin-top: 20px; }
        .announcements__list-item:first-child {
          margin-top: 0; } }

.announcementsHD h2 {
  margin-top: 75px;
  margin-bottom: 25px; }
.announcementsHD iframe {
  border: 0px solid black;
  width: 100%;
  height: 742px;
  overflow: hidden; }

.contact {
  width: 100%;
  padding: 75px 0;
  text-align: center; }
  .contact__link, .contact__address {
    display: inline-block;
    vertical-align: middle; }
  .contact__address {
    width: 230px;
    margin: 0 70px; }
  .contact__link {
    width: 230px;
    color: #000;
    text-decoration: none;
    margin-top: -40px; }
  .contact__map {
    display: block;
    width: 230px;
    height: 230px;
    background-size: cover;
    background-image: url("../img/location-map-valor.png");
    margin-bottom: 45px; }
    @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
      .contact__map {
        background-image: url("../img/location-map@2x-valor.png"); } }
  .contact__icon {
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: center;
    height: 40px;
    margin-bottom: 30px; }
    .contact__icon--mail {
      background-image: url("../img/icon-mail.svg"); }
    .contact__icon--mobile {
      background-image: url("../img/icon-mobile.svg"); }
  @media (min-width: 1200px) {
    .contact {
      padding: 75px 0 75px 0; }
      .contact h2 {
        margin-bottom: 75px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .contact h2 {
      margin-bottom: 50px; } }
  @media (max-width: 1023px) {
    .contact__link, .contact__address {
      display: block;
      width: 100%;
      margin: 60px 0 0; }
    .contact__map {
      display: block;
      width: 100%;
      background-repeat: no-repeat;
      background-size: auto 40px;
      background-position: center;
      height: 40px;
      margin-bottom: 30px;
      background-image: url("../img/icon-map.svg"); } }

.footer {
  width: 100%;
  background-color: #0772B8;
  color: #fff; }
  .footer__legal a {
    color: #fff;
    text-decoration: none; }
  .footer__text {
    border-bottom: dashed 1px #66B8D8; }
    .footer__text a {
      color: #fff;
      text-decoration: none; }
  @media (min-width: 1024px) {
    .footer__legal {
      display: flex;
      align-items: center; }
      .footer__legal-left {
        flex-grow: 1; }
      .footer__legal-right {
        flex-shrink: 0; }
    .footer__text {
      padding: 70px 0; }
      .footer__text p {
        font-size: 14px; }
    .footer__footnotes {
      padding: 70px 0 40px; }
      .footer__footnotes p {
        font-size: 14px; } }
  @media (max-width: 1023px) {
    .footer__legal-left {
      margin-bottom: 20px; }
    .footer__text {
      padding: 38px 0; }
      .footer__text p {
        font-size: 14px; }
    .footer__footnotes {
      padding: 50px 0 40px; }
      .footer__footnotes p {
        font-size: 14px; } }
  @media (min-width: 768px) {
    .footer__legal {
      padding: 45px 0 0 0; }
    .footer h3 {
      margin: 50px 0; }
    .footer__block {
      height: 235px;
      float: left; } }
  @media (min-width: 1200px) {
    .footer__block {
      width: calc(33.33333% - 46.66667px);
      margin-left: 70px;
      margin-top: 40px; }
      .footer__block:nth-child(3n + 1) {
        margin-left: 0; }
      .footer__block:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .footer__block {
      width: calc(33.33333% - 26.66667px);
      margin-left: 40px;
      margin-top: 40px; }
      .footer__block:nth-child(3n + 1) {
        margin-left: 0; }
      .footer__block:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer__block {
      width: calc(50% - 35px);
      margin-left: 70px;
      margin-top: 40px; }
      .footer__block:nth-child(2n + 1) {
        margin-left: 0; }
      .footer__block:nth-child(-n + 2) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .footer {
      padding: 40px 0; }
      .footer__legal {
        padding-bottom: 30px; }
      .footer h3 {
        margin: 30px 0 20px 0; }
      .footer__block {
        margin-top: 20px; }
        .footer__block:first-child {
          margin-top: 0; } }

.advisors {
  width: 100%;
  border-top: 1px dashed #66B8D8;
  margin-top: 70px; }
  .advisors__legal {
    border-bottom: dashed 1px #fff; }
    .advisors__legal a {
      color: #fff;
      text-decoration: none; }
  @media (min-width: 1024px) {
    .advisors__legal {
      display: flex;
      align-items: center; }
      .advisors__legal-left {
        flex-grow: 1; }
      .advisors__legal-right {
        flex-shrink: 0; } }
  @media (max-width: 1023px) {
    .advisors__legal-left {
      margin-bottom: 20px; } }
  @media (min-width: 768px) {
    .advisors__legal {
      padding: 45px 0 40px 0; }
    .advisors h3 {
      margin: 70px 0;
      text-align: center; }
    .advisors__block {
      height: 235px;
      float: left; } }
  @media (min-width: 1200px) {
    .advisors__block {
      width: calc(33.33333% - 46.66667px);
      margin-left: 70px;
      margin-top: 40px; }
      .advisors__block:nth-child(3n + 1) {
        margin-left: 0; }
      .advisors__block:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .advisors__block {
      width: calc(33.33333% - 26.66667px);
      margin-left: 40px;
      margin-top: 40px; }
      .advisors__block:nth-child(3n + 1) {
        margin-left: 0; }
      .advisors__block:nth-child(-n + 3) {
        margin-top: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .advisors__block {
      width: calc(50% - 35px);
      margin-left: 70px;
      margin-top: 40px; }
      .advisors__block:nth-child(2n + 1) {
        margin-left: 0; }
      .advisors__block:nth-child(-n + 2) {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .advisors {
      padding: 40px 0; }
      .advisors__legal {
        padding-bottom: 30px; }
      .advisors h3 {
        margin: 30px 0 20px 0; }
      .advisors__block {
        margin-top: 20px; }
        .advisors__block:first-child {
          margin-top: 0; } }
