@charset "UTF-8";
/*
Theme Name: Lindsay Goldberg LLC
Description: Description
Author: Darien Group
Version: 1.1
Text Domain: lindsaygoldbergllc.com
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Fonts
# Normalize
# Common
# Custom Styles
# Navbars
# Pageheader
# Footer
# Contacts / Forms
# Columns
# Articles / Investments - single
# Investments
# Filters
# News
# Affiliate Partners
# Team
# Popups
# Confirmation Popups
# Сommunities
# Holistic Partnerships
# Slider (text)
# Timeline
# Case Studies
# Quick Links
# Complex Block
# Infoblocks
# Blockqoute
# Key Numbers
# Diagrams
# Video block
# MQ

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
  font-family: "FuturaPTBold";
  src: url(fonts/FuturaPTBold.woff);
  font-display: swap;
}
@font-face {
  font-family: "FuturaPTBook";
  src: url(fonts/FuturaPTBook.woff);
  font-display: swap;
}
@font-face {
  font-family: "FuturaPTBookObl";
  src: url(fonts/FuturaPTBookOblique.woff);
  font-display: swap;
}
@font-face {
  font-family: "FuturaPTDemi";
  src: url(fonts/FuturaPT-Demi.woff);
  font-display: swap;
}
@font-face {
  font-family: "FuturaPTDemiObl";
  src: url(fonts/FuturaPT-DemiObl.woff);
  font-display: swap;
}
@font-face {
  font-family: "FuturaPTBoldOblique";
  src: url(fonts/FuturaPTBoldOblique.woff);
  font-display: swap;
}
@font-face {
  font-family: "WilliamsCaslonText-Bold";
  src: url(fonts/WilliamsCaslonText-Bold.woff);
  font-display: swap;
}
@font-face {
  font-family: "WilliamsCaslonText-Regular";
  src: url(fonts/WilliamsCaslonText-Regular.woff);
  font-display: swap;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend {
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.wp-block-image figcaption {
  margin: 0;
  text-align: left;
}

a {
  color: inherit;
  text-decoration: none;
}

p, ul, td, h1, h2, h3, h4, h5, h6 {
  cursor: default;
}

body {
  background-color: #222432;
  color: #222432;
  font-size: 62.5%;
  font-family: "FuturaPTBook";
}

/*
body.lock {
    overflow: hidden;
}
*/
main {
  background-color: #FFFFFF;
  display: block;
}

main.noph,
main.article-invest {
  padding-top: 143px;
}

#wpadminbar {
  top: -100% !important;
}

.plaintext figure.wp-block-image,
.plaintext .wp-block-image figure {
  float: none;
  display: inline-block;
  width: 100%;
  margin: 40px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

figure {
  margin: 0;
  position: relative;
  border-top: 2px solid #96835D;
}

figure figcaption {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  left: 0;
  padding: 40px 180px 40px 40px;
  text-align: left;
  width: 100%;
  color: #FFFFFF;
  background-color: rgba(52, 54, 70, 0.5);
  margin: 0;
  z-index: 100;
}

figure figcaption span,
.article_body .wp-block-image figcaption {
  font-size: 1.3em;
}

figure figcaption.single {
  padding: 40px;
}

figure img {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 90;
  margin-bottom: -3px;
}

figure.alignright.wp-block-image img,
figure.alignleft.wp-block-image img,
figure.aligncenter.wp-block-image img,
.wp-block-image figure.alignright img,
.wp-block-image figure.alignleft img,
.wp-block-image figure.aligncenter img {
  width: auto;
}

figure.alignright.wp-block-image,
.wp-block-image figure.alignright {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

figure.aligncenter.wp-block-image,
.wp-block-image figure.aligncenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

figure.alignright.wp-block-image figcaption,
.wp-block-image figure.alignright figcaption {
  text-align: right;
}

figure.aligncenter.wp-block-image figcaption,
.wp-block-image figure.aligncenter figcaption {
  text-align: center;
}

ul.wp-block-gallery {
  margin-left: 0;
}

ul.wp-block-gallery li:before {
  display: none;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
*:focus {
  outline: 3px solid rgba(0, 0, 0, 0.5);
}

noscript {
  font: 2em/1.5em "FuturaPTBold";
  color: #EB5600;
  position: fixed;
  left: 40px;
  top: 40px;
  z-index: 10000;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.flex.justifysb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex.justifyc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex > * {
  width: 100%;
}

.fauto > * {
  width: auto !important;
}

.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img_box > *,
.plaintext img.size-full,
.plaintext img.alignnone {
  display: block;
  width: 100%;
  height: auto;
}

.cont {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}

.upper {
  text-transform: uppercase;
}

.mheight {
  min-height: 435px;
}

.cursor *,
.cursor {
  cursor: pointer;
}

.overhead {
  font: 1em/1em "FuturaPTBook";
  letter-spacing: 2px;
  white-space: nowrap;
}

.icon_box.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
}

.button_box {
  display: block;
  position: relative;
}

.text_link a,
.line_link a {
  display: inline-block;
  white-space: nowrap;
  letter-spacing: 3px;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  text-decoration: none !important;
}

.text_link a img {
  width: auto;
  display: inline-block;
  margin-top: -3px;
  width: 35px;
  height: 6px;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  filter: brightness(1);
  -webkit-filter: brightness(1);
}

.line_link a span {
  position: relative;
  font: 1.4em/1em "FuturaPTBook";
  letter-spacing: 5px;
  color: #96835D;
}

.text_link a:hover img {
  filter: brightness(0.35);
  -webkit-filter: brightness(0.35);
}

.line_link a:before,
.view_block.list_view h4 a:before,
.aff_partners .row_item > .partners h4:before {
  content: "";
  width: 10px;
  height: 1px;
  display: inline-block;
  background-color: #96835D;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  margin-right: 10px;
  vertical-align: super;
}

.aff_partners .row_item > .partners h4:before {
  background-color: #343646;
  width: 0;
  margin-right: -4px;
}

html.ie .aff_partners .row_item > .partners h4:before {
  display: none;
}

.line_link a:hover:before,
.aff_partners .row_item:hover > .partners h4:before {
  width: 20px;
  background-color: #96835D;
  margin-right: 10px;
}

.button a,
.form_box .wpforms-container button[type=submit] {
  display: inline-block;
  border: 1px solid #96835D;
  color: #FFFFFF;
  padding: 25px 70px;
  font: 1.4em/1em "FuturaPTBook";
  white-space: nowrap;
  letter-spacing: 5px;
  position: relative;
  background-color: #96835D;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  opacity: 1;
}

.button a:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  background-color: #a79572;
  border-color: #a79572;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
}

h1 {
  font: 6.5em/1.29em "WilliamsCaslonText-Regular";
}

h2 {
  font: 4.5em/1.29em "WilliamsCaslonText-Regular";
}

h3 {
  font: 2.5em/1.36em "WilliamsCaslonText-Regular";
}

h3.bold {
  font-family: "WilliamsCaslonText-Bold";
}

h4 {
  font: 2.2em/1.36em "WilliamsCaslonText-Regular";
}

h4.bold {
  font-family: "WilliamsCaslonText-Bold";
}

.margin_b.mxxxl > * {
  margin-bottom: 120px;
}

.margin_b.mxxl > * {
  margin-bottom: 100px;
}

.margin_b.mxl > * {
  margin-bottom: 80px;
}

.margin_b.ml > * {
  margin-bottom: 60px;
}

.margin_b.mm > * {
  margin-bottom: 40px;
}

.margin_b.ms > * {
  margin-bottom: 30px;
}

.margin_b.mxs > *,
.text ul > li {
  margin-bottom: 15px;
}

.margin_b.mxxs > * {
  margin-bottom: 8px;
}

.margin_b.mxxxs > * {
  margin-bottom: 8px;
}

.margin_r.mrxl > * {
  margin-right: 100px;
}

.margin_r.mrl > * {
  margin-right: 80px;
}

.margin_r.mrm > * {
  margin-right: 60px;
}

.margin_r.mrls > * {
  margin-right: 40px;
}

.margin_r.mrs > * {
  margin-right: 30px;
}

.margin_r.mrxs > * {
  margin-right: 15px;
}

.margin_r.mrxxs > * {
  margin-right: 8px;
}

.margin_b:not(.columns) > *:last-child,
script {
  margin-bottom: 0 !important;
}

.margin_r > *:last-child {
  margin-right: 0 !important;
  border-right: none;
}

p.plaintext,
div.plaintext p,
address.plaintext p,
div.plaintext li,
.main_content p,
article.text li {
  font: 1.6em/1.625em "FuturaPTBook";
  color: #7A7A7A;
}

li li {
  font-size: 1em !important;
}

.plaintext em,
.main_content em,
.plaintext li em {
  font-family: "FuturaPTBookObl";
}

.plaintext strong,
.main_content strong,
.plaintext li strong {
  font-family: "FuturaPTDemi";
}

.plaintext em strong,
.main_content em strong,
.plaintext strong em,
.main_content strong em {
  font-family: "FuturaPTDemiObl";
}

.plaintext a,
.subtitle a,
.main_content a {
  text-decoration: underline;
  color: #96835D;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.plaintext a:hover,
.subtitle a:hover,
.main_content a:hover {
  color: #222432;
}

.subtitle {
  font: 2.5em/1.36em "WilliamsCaslonText-Bold";
  color: #222432;
}

.subtitle em {
  font-style: italic;
}

.text ul,
.text ol {
  margin-left: 1.2em;
}

ul ol,
ul ul,
ol ol,
ol ul {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

article.text ul,
article.text ol {
  margin-left: 1.6em;
}

.text ul li {
  list-style: square;
  padding-left: 10px;
  margin-bottom: 5px;
}

.text ol li {
  padding-left: 10px;
  margin-bottom: 5px;
}

.plaintext.margin_b > hr,
.main_content .margin_b > hr,
aside.margin_b > hr {
  background-color: #CECECE;
  height: 1px;
  outline: none;
  border: none;
  margin: 40px 0;
}

aside.margin_b > hr {
  margin: 25px 0;
}

#select_bar {
  background-color: #96835D;
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  z-index: 3500;
}

article h1,
.text.plaintext h1 {
  font: 4.5em/1.36em "WilliamsCaslonText-Bold";
  color: #343646;
}

article h2,
.text.plaintext h2 {
  font: 3.5em/1.36em "WilliamsCaslonText-Bold";
  color: #343646;
}

article h3,
.text.plaintext h3 {
  font: 2.5em/1.36em "WilliamsCaslonText-Bold";
  color: #343646;
}

article h4,
.text.plaintext h4 {
  font: 2.2em/1.36em "WilliamsCaslonText-Bold";
  color: #343646;
}

article h5,
.text.plaintext h5 {
  font: 2em/1.36em "WilliamsCaslonText-Bold";
  color: #343646;
}

article h6,
.text.plaintext h6 {
  font: 1.8em/1.36em "WilliamsCaslonText-Bold";
  color: #343646;
}

html.ie section {
  background-color: #FFFFFF;
}

section:first-of-type {
  padding-top: 100px;
  padding-bottom: 100px;
}

section + section,
main > section:last-child {
  padding-bottom: 100px;
}

.separator_box {
  overflow: hidden;
  position: relative;
  height: 60px;
}

.separator_box.widescreen .pattern.separator {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2560px;
  height: 60px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.separator_box:not(.widescreen) .pattern.separator {
  height: 60px;
  width: 1170px;
}

.user_sel,
.user_sel * {
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.footnote {
  opacity: 0.65;
  padding: 40px 0;
}

.but_group_wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.but_group_wrapper .button_box {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 0;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 2px solid #343646;
  max-width: calc(50% - 42px);
  text-align: right;
}

.but_group_wrapper > .button_box:nth-of-type(2) {
  border-right: 2px solid transparent;
  text-align: left;
  margin-right: 0;
  max-width: calc(50% - 82px);
}

.but_group.equal_width .button a {
  min-width: 240px;
  text-align: center;
}

/*--------------------------------------------------------------
# Custom Styles
--------------------------------------------------------------*/
.margin_t_none {
  margin-top: 0 !important;
}

.margin_b_none {
  margin-bottom: 0 !important;
}

.padding_b_none {
  padding-bottom: 0 !important;
}

.padding_t_none {
  padding-top: 0 !important;
}

.padding_t_sm {
  padding-top: 50px !important;
}

.padding_b_sm {
  padding-bottom: 50px !important;
}

.padding_t_exists {
  padding-top: 100px;
}

.gray_background {
  background-color: #F5F5F5;
}

/*--------------------------------------------------------------
# Navbars
--------------------------------------------------------------*/
#primary-menu {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  color: #8A8A8A;
  background-color: #FFFFFF;
}

#primary-menu .cont,
#primary-menu nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#primary-menu .logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 180px;
          flex: 1 1 180px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: table-cell;
  width: 180px;
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

#primary-menu .logo a,
#primary-menu .logo a img {
  width: 180px;
  display: block;
}

#primary-menu nav {
  padding: 18px 0;
}

#primary-menu nav ul #primary-menu li {
  height: 100%;
}

#primary-menu nav > ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  transform: translateX(25px);
  -webkit-transform: translateX(25px);
  cursor: default !important;
}

#primary-menu li,
.legal_menu li,
.footer_menu li {
  list-style: none;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

#primary-menu li a {
  text-align: center;
  font-size: 1.3em;
  white-space: nowrap;
  padding: 0 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.35s ease-in color;
  transition: 0.35s ease-in color;
  letter-spacing: 0.5px;
}

.hide_sub .sub-menu,
.cont_load,
.sub-menu .sub-menu {
  display: none !important;
}

.cont_load {
  overflow: hidden;
  z-index: -5;
  width: 0 !important;
  height: 0 !important;
}

.sub-menu {
  position: absolute;
  left: 50%;
  top: calc(100% - 2px);
  background-color: #343646;
  color: #FFFFFF;
  width: auto;
  min-width: 100%;
  padding: 10px 0;
  border-top: 2px solid #96835D;
  z-index: 3600;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sub-menu a {
  width: 100%;
  padding: 10px 30px;
  background-color: transparent;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  display: inline-block;
}

#primary-menu .sub-menu {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  color: #8A8A8A;
  background-color: #FFFFFF;
}

#primary-menu .sub-menu a {
  padding: 8px 25px;
  text-transform: capitalize;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: capitalize;
}

#primary-menu.navbar nav > ul > li.current_page_ancestor > a,
#primary-menu.navbar nav > ul > li.current-menu-item > a,
#primary-menu.navbar nav > ul > li:hover > a,
.sub-menu li.current_page_ancestor > a,
.sub-menu li.current-menu-item > a,
.sub-menu li:hover > a,
footer .navbar .footer_menu li.current_page_ancestor > a,
footer .navbar .footer_menu li.current-menu-item > a,
footer .navbar .footer_menu li:hover > a {
  color: #96835D;
}

#primary-menu nav > ul > li.menu-item-has-children > a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #8A8A8A;
  border-bottom: 2px solid #8A8A8A;
  -webkit-transform: rotate(45deg) translateY(-1px);
          transform: rotate(45deg) translateY(-1px);
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  vertical-align: middle;
  margin-left: 5px;
}

#primary-menu nav > ul > li.menu-item-has-children:hover > a:after,
#primary-menu nav > ul > li.menu-item-has-children.current-menu-item > a:after,
#primary-menu nav > ul > li.menu-item-has-children.current_page_ancestor > a:after {
  border-right: 2px solid #96835D;
  border-bottom: 2px solid #96835D;
}

#mobile_trigger {
  display: none;
}

#mobile_trigger {
  display: none;
  right: 0;
  top: calc(50% - 1em);
  height: 20px;
  width: 30px;
  position: absolute;
  z-index: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

#mobile_trigger span {
  height: 1px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  position: relative;
}

#mobile_trigger span:after {
  top: 1px;
}

#mobile_trigger:before,
#mobile_trigger:after,
#mobile_trigger span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}

#mobile_trigger:before,
#mobile_trigger:after,
#mobile_trigger span:after {
  background-color: #222432;
  height: 2px;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  opacity: 1;
}

#mobile_trigger:after {
  bottom: 0;
}

#mobile_trigger:before {
  top: 0;
}

/*--------------------------------------------------------------
# Pageheader
--------------------------------------------------------------*/
.pageheader {
  padding-top: 143px;
  padding-bottom: 100px;
  background-color: #FFFFFF;
  min-height: 27vw;
  overflow: hidden;
}

html.ie .pageheader {
  min-height: inherit;
}

.pageheader.homepage {
  padding-top: 193px;
}

.pageheader.no_slider {
  padding-bottom: 0;
  min-height: inherit;
}

.pageheader > * {
  z-index: 150;
}

html.ie .pageheader > * {
  min-height: 17vw;
}

.pageheader .ph_body {
  padding: 50px 415px 50px calc(50% - 585px);
  width: 585px;
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 50px;
}

.pageheader.homepage .ph_body {
  padding: 50px 360px 50px calc(50% - 585px);
  width: 395px;
}

.pageheader.no_slider .ph_body,
.pageheader.homepage.no_slider .ph_body {
  padding-right: calc(50% - 585px);
  width: 100%;
  margin-bottom: 0;
}

.pageheader.no_slider .ph_body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pageheader .ph_body > * {
  position: relative;
  z-index: 160;
}

.pageheader .ph_body:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
}

.pageheader.dis_back.no_slider .ph_body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pageheader.dis_back .ph_body:after {
  display: none !important;
}

.pageheader figure {
  margin-top: 50px;
  width: calc(50% - 125px);
  margin-left: -260px;
  overflow: hidden;
  background-color: #222432;
}

.pageheader figure .slide {
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 80;
}

.pageheader figure.header_video {
  background-color: transparent;
}

.pageheader.homepage figure {
  width: calc(50% + 90px);
}

.pageheader figure figcaption {
  font-size: 1em;
}

.pageheader figure figcaption * {
  color: #FFFFFF;
}

.pageheader figure.gallery .nav_box {
  bottom: 45px;
}

.pageheader figure figcaption a {
  text-decoration: underline;
}

.pageheader figure figcaption a:hover {
  color: #96835D;
}

.pageheader .pattern {
  position: absolute;
  right: -60px;
  width: 390px;
  height: 200px;
  bottom: -140px;
  z-index: 50;
  margin-bottom: 0 !important;
}

.pageheader.homepage .add_gal.ph-block-gallery {
  position: absolute;
  left: 360px;
  top: 0;
  height: calc(100% - 53px);
  z-index: 100;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.p404.pageheader h1 {
  font-size: 18em;
  line-height: 1em;
}

.pageheader figure .hq {
  color: #B8B8B8;
}

.pageheader .ph_body .lang_switcher {
  position: absolute;
  right: 415px;
  top: 10px;
  width: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 300;
}

.lang_switcher ul {
  background-color: #FFFFFF;
  border-top: 2px solid #96835D;
  display: none;
}

.lang_switcher li {
  list-style-type: none;
}

.lang_switcher li a {
  color: #8A8A8A;
  display: inline-block;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.lang_switcher p {
  color: #96835D;
  vertical-align: middle;
}

.lang_switcher p:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-bottom: 1.5px solid #96835D;
  border-right: 1.5px solid #96835D;
  -webkit-transform: rotateZ(45deg) translateY(-4px);
          transform: rotateZ(45deg) translateY(-4px);
  margin-left: 5px;
}

.lang_switcher li a,
.lang_switcher p {
  font: 1.4em/1em "FuturaPTBook";
  white-space: nowrap;
  padding: 6px 10px 6px 23px;
}

.lang_switcher li a:hover {
  color: #343646;
}

.lang_switcher .globe_icon {
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: -15px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  background-color: #222432;
  padding: 40px 0;
  color: #8D919E;
}

footer .logo {
  width: 105px;
  margin: 0 auto;
}

footer .navbar .footer_menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .navbar .footer_menu ul {
  width: auto;
  padding: 15px 0;
  border-bottom: 1px solid #96835D;
}

footer .navbar .footer_menu li a {
  text-align: center;
  font-size: 1.3em;
  white-space: nowrap;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  color: #FFFFFF;
}

footer .navbar .footer_menu li:nth-of-type(1) a {
  padding-left: 0;
}

footer .navbar .footer_menu li:last-child a {
  padding-right: 0;
}

footer address.plaintext {
  text-align: center;
  color: #B8B8B8;
}

footer address.plaintext span {
  display: inline-block;
  white-space: nowrap;
}

footer .legal_wrapper {
  font: 1.3em/1.3em "FuturaPTBook";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .legal_wrapper a {
  text-decoration: underline;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

footer .legal_wrapper a:hover {
  color: #96835D;
}

footer .legal_menu a,
.copyright {
  white-space: nowrap;
}

footer .copyright.copy_2 {
  text-align: right;
}

/*--------------------------------------------------------------
# Contacts / Forms
--------------------------------------------------------------*/
section.contacts_map .right_side {
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 50px calc(50% - 585px) 50px 80px;
  width: calc(100% - 2 * (50% - 585px) - 160px);
}

.contact-map.mheight {
  min-height: 32vw;
}

.contact-map .gm-style-cc,
.contact-map [target=_blank],
.partners-map .gm-style-cc,
.partners-map [target=_blank] {
  display: none !important;
}

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
.columns {
  width: calc(100% + 30px);
  margin-right: -30px;
  margin-bottom: -30px;
}

.columns > .c_block {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 30px;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.columns.c-1,
.columns.c-1 > .c_block {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}

.columns.c-2 > .c_block {
  max-width: calc(49.99% - 30px);
}

.columns.c-3 > .c_block {
  max-width: calc(33.329% - 30px);
}

.columns.c-4 > .c_block {
  max-width: calc(24.99% - 30px);
}

.columns.c-5 > .c_block {
  max-width: calc(19.99% - 30px);
}

.columns.c-6 > .c_block {
  max-width: calc(16.66% - 30px);
}

/*--------------------------------------------------------------
# Articles / Investments - single
--------------------------------------------------------------*/
.article-invest .article_body {
  margin-bottom: 30px;
  position: relative;
  z-index: 150;
}

.article-invest .article_body .main_content {
  padding-bottom: 0;
}

.article-invest header h1 {
  padding-bottom: 25px;
  border-bottom: 1px solid #96835D;
}

.article-invest aside {
  background-color: #F5F5F5;
  padding: 50px 30px 50px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 370px;
          flex: 1 1 370px;
  min-width: 370px;
  margin-right: 30px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.article-invest aside .plaintext {
  font-size: 1.5em;
  line-height: 1.33em;
}

.article-invest aside .title.plaintext {
  line-height: 1em;
  white-space: nowrap;
  color: #222432;
}

.article-invest aside .cs_flag.plaintext.title {
  background-color: #343646;
  color: #FFFFFF;
  width: calc(100% + 80px);
  margin-top: -50px;
  margin-left: -50px;
  margin-right: -30px;
  padding: 30px 30px 30px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_content {
  padding-bottom: 0;
}

.invest_logo > img {
  height: 90px;
  max-width: 100%;
  width: auto;
}

.invest_logo > img.hor {
  height: 70px;
}

.article-invest .invest_logo > img {
  height: 130px;
  max-width: 280px;
}

.article-invest .invest_logo > img.hor {
  height: 110px;
}

.article-invest .article_body > section:first-of-type {
  padding-top: 0;
}

.article-invest aside .follow_invest header .title.plaintext {
  line-height: 1.33em;
}

aside .follow_invest .f_invest_body {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.article-invest .article_nav_box {
  padding-bottom: 30px;
  padding-right: 220px;
  padding-top: 40px;
  z-index: 40;
}

.article-invest .nopattern .article_nav_box {
  padding-bottom: 10px;
  padding-right: 0;
  margin-right: -3px;
}

.article-invest .article_nav_box p {
  font-size: 1.4em;
}

.article-invest .article_nav_box p.sep {
  color: #96835D;
}

.article_wrapper .pattern {
  position: absolute;
  right: -65px;
  bottom: 0;
  width: 260px;
  height: 190px;
  z-index: 50;
}

.article_wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.wp-block-gallery {
  display: none !important;
}

figure.gallery {
  overflow: hidden;
}

figure figcaption,
.wp-block-image figcaption {
  color: #FFFFFF;
}

figure.gallery figcaption > * {
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  opacity: 1;
}

figure.gallery .nav_box {
  position: absolute;
  z-index: 150;
  right: 40px;
  bottom: 43px;
}

figure.gallery .nav_box img {
  display: inline-block;
  width: 35px;
  height: 6px;
  filter: grayscale(1) brightness(2);
  -webkit-filter: grayscale(1) brightness(2);
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  opacity: 0.5;
  padding: 5px;
}

figure.gallery .nav_box img:hover {
  opacity: 1;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

figure.gallery .nav_box img.next {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}

figure.gallery .clone,
.case_studies .gallery .clone {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 95;
  -webkit-transition: 0.7s ease-in;
  transition: 0.7s ease-in;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  opacity: 1;
  background-position: center;
  background-size: cover;
}

figure.gallery.active1 .clone,
.case_studies .gallery.active1 .clone {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: 0.75;
}

figure.gallery.active3 .clone,
.case_studies .gallery.active3 .clone {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: 0.75;
}

figure.gallery.active1 figcaption > *,
figure.gallery.active3 figcaption > * {
  opacity: 0;
}

figure.gallery.active1.active2 figcaption > *,
figure.gallery.active3.active2 figcaption > * {
  opacity: 1;
}

/*--------------------------------------------------------------
# Investments
--------------------------------------------------------------*/
.investments_wrapper {
  background-color: #F5F5F5;
  padding-top: 50px;
  padding-bottom: 100px;
}

section.investments.dark_back .investments_wrapper {
  background-color: #343646;
}

section.investments.dark_back h2.main_title {
  color: #FFFFFF;
  margin-bottom: 50px;
  text-align: center;
}

section.investments.hide_filters .filters_container,
section.investments.hide_filters .invest_indicator {
  display: none;
}

section.investments.hide_filters .investments_wrapper {
  padding-top: 100px;
}

.columns.invest .c_block {
  background-color: #FFFFFF;
  padding: 0;
  border-top: 2px solid #96835D;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.columns.invest .c_block:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.columns.invest .c_block > * {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.columns.invest .c_block .invest_logo {
  border-bottom: 1px solid #CECECE;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 150px;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}

.columns.invest .c_block .plaintext {
  -webkit-transition: 0.35s linear;
  transition: 0.35s linear;
}

.columns.invest .c_block:hover .plaintext {
  color: #343646;
}

.columns.invest .c_block .overhead {
  color: #96835D;
}

.columns.invest .c_block .in_body {
  -ms-flex-line-pack: justify;
      align-content: space-between;
  height: calc(100% - 150px);
}

.columns.invest .c_block:hover .line_link a:before {
  width: 30px;
  background-color: #343646;
}

.columns.invest .c_block .line_link a span {
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.columns.invest .c_block.hov .line_link a span {
  color: #343646;
}

.columns.invest .c_block .icon {
  position: absolute;
  bottom: 23px;
  right: 23px;
  background-color: #CECECE;
  color: #FFFFFF;
  font-size: 1.1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 0;
  -webkit-transition: 0.35s linear;
  transition: 0.35s linear;
}

.columns.invest .c_block.hov .icon {
  background-color: #B8B8B8;
}

.columns.invest .c_block .button_box {
  width: calc(100% - 40px);
}

.invest_indicator {
  margin-bottom: 40px;
}

.invest_indicator .label {
  width: auto !important;
  white-space: nowrap;
}

.invest_indicator .value {
  font-family: "FuturaPTBook";
  color: #222432;
}

.temp_hide {
  display: none;
}

/*--------------------------------------------------------------
# Filters
--------------------------------------------------------------*/
.filters {
  font: 1.4em/1.3em "FuturaPTBook";
  letter-spacing: 2px;
  background-color: #343646;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
}

.filters p {
  padding: 30px 50px;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.filters .filter_group > p {
  white-space: nowrap;
}

.filters header,
.filters .switch_view.filter_group {
  background-color: #F5F5F5;
  color: #343646;
}

.filters .switch_view.filter_group p {
  color: #343646;
  opacity: 1;
}

.filters .filter_group p {
  color: #FFFFFF;
  opacity: 0.3;
}

html.touch .filters .filter_group:hover p {
  opacity: 0.3;
}

html.touch .filters .filter_group.active_hov p,
.filters .filter_group.active_hov p,
.filters .filter_group:hover p {
  opacity: 1;
}

.filters .filter_group p i {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.7em;
}

.filters .switch_view.filter_group p i {
  margin-right: 10px;
  margin-left: 0;
  font-size: 1.2em;
  vertical-align: text-bottom;
}

.filters li {
  list-style: none;
}

.filters .sub-menu {
  width: 100%;
  padding: 0;
  border-top: 1px solid #F5F5F5;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.filters .by_year li {
  text-align: center;
}

.filters li a {
  display: table-cell;
  padding: 12px 30px;
}

.filters .by_year li a {
  width: 40px;
}

.filters .filter_group li a.active {
  color: #96835D;
}

.hidden {
  display: none;
}

.filters .switch_view.filter_group {
  width: 200% !important;
  text-align: center;
}

.filters .switch_view p {
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.filters .switch_view:hover p {
  color: #96835D;
}

.view_block.list_view {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-columns: 2 auto;
     -moz-columns: 2 auto;
          columns: 2 auto;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

html.safari .view_block.list_view h4 {
  margin-bottom: 0 !important;
  padding-top: 15px;
}

.view_block.list_view h4 a {
  display: inline-block;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.view_block.list_view h4 a:hover {
  color: #96835D;
}

.view_block.list_view h4 a:before {
  display: inline-block;
  width: 0;
  transform: translateY(2px);
  -webkit-transform: translateY(2px);
  margin-right: 0;
}

.view_block.list_view h4 a:hover:before {
  width: 20px;
  margin-right: 10px;
}

.filters .switch_view.active_hov p {
  background-color: #343646;
  color: #FFFFFF;
}

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.row_item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #F5F5F5;
}

.row_item h4 {
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.row_item:hover h4 {
  color: #96835D;
}

.row_item .overhead {
  width: 150px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 150px;
          flex: 1 1 150px;
  max-width: 150px;
  min-width: 150px;
  letter-spacing: 1px;
  color: #8A8A8A;
  font-size: 1.5em;
}

.news_wrapper header.news_item {
  font: 2.7em/1em "WilliamsCaslonText-Bold";
  white-space: nowrap;
  border-bottom: 2px solid #96835D;
  padding: 30px 0;
}

main.article-invest.news .article_nav_box {
  border-top: 1px solid #222432;
  padding-top: 30px;
}

.pagi_box {
  border-top: 1px solid #222432;
  padding-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1500;
}

.pagi_box .count_box,
.cs_wrapper .count_box {
  font: 1.4em/1em "FuturaPTBook";
  letter-spacing: 2px;
  color: #CECECE;
  white-space: nowrap;
}

.pagi_box span,
.cs_wrapper .count_box span {
  display: inline-block;
  padding: 0 4px;
}

.count_box .amount_box {
  display: none !important;
}

.pagi_box .next img {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}

/*--------------------------------------------------------------
# Affiliate Partners
--------------------------------------------------------------*/
.partners-map {
  height: 520px;
  margin-top: -76px;
  position: relative;
  z-index: 100;
}

.aff_partners .filters {
  margin-bottom: 0;
  position: relative;
  z-index: 150;
}

.aff_partners header.row_item {
  font: 1.5em/1em "FuturaPTBook";
  white-space: nowrap;
  letter-spacing: 1px;
  border-bottom: 2px solid #96835D;
  margin-top: 40px;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.aff_partners.list_view header.row_item {
  margin-top: 100px;
}

.aff_partners .row_item > .location {
  width: 210px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 210px;
          flex: 1 1 210px;
  max-width: 210px;
  min-width: 210px;
}

.aff_partners .row_item > .focus {
  width: 260px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 260px;
          flex: 1 1 260px;
  max-width: 260px;
  min-width: 260px;
}

.aff_partners .row_item > .biography {
  width: 120px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 120px;
          flex: 1 1 120px;
  max-width: 120px;
  min-width: 120px;
}

.aff_partners .row_item > .partners > * {
  display: inline-block;
  vertical-align: middle;
}

.aff_partners .row_item > .partners h4 {
  position: relative;
  white-space: normal;
}

.aff_partners .row_item .photo {
  background-size: cover;
  background-position: center;
  width: 0;
  height: 0;
  margin-right: 0;
  -webkit-transition: 0.6s linear 0.4s width, 0.6s linear 0.4s width, 0.6s linear 0.4s height, 0.6s linear 0.4s margin-right, 0.35s ease-in 0s filter;
  transition: 0.6s linear 0.4s width, 0.6s linear 0.4s width, 0.6s linear 0.4s height, 0.6s linear 0.4s margin-right, 0.35s ease-in 0s filter;
  filter: grayscale(0.15);
  -webkit-filter: grayscale(0.15);
}

.aff_partners .row_item:hover .text_link a {
  color: #343646;
}

.aff_partners .row_item:hover .photo {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.aff_partners.list_view .row_item .photo {
  width: 96px;
  height: 121px;
  display: inline-block;
  margin-right: 30px;
  -webkit-transition: 0.6s linear 0s width, 0.6s linear 0s width, 0.6s linear 0.4s height, 0.6s linear 0s margin-right, 0.35s ease-in 0s filter;
  transition: 0.6s linear 0s width, 0.6s linear 0s width, 0.6s linear 0.4s height, 0.6s linear 0s margin-right, 0.35s ease-in 0s filter;
}

/*--------------------------------------------------------------
# Advisors
--------------------------------------------------------------*/
#advisors,
section.advisors {
  display: none;
}

section.advisors header.row_item {
  font: 1.5em/1em "FuturaPTBook";
  white-space: nowrap;
  letter-spacing: 1px;
  border-bottom: 2px solid #96835D;
  margin-top: 40px;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

section.advisors.list_view header.row_item {
  margin-top: 100px;
}

section.advisors .row_item > .focus {
  width: 260px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 260px;
          flex: 1 1 260px;
  max-width: 260px;
  min-width: 260px;
}

section.advisors .row_item > .biography {
  width: 120px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 120px;
          flex: 1 1 120px;
  max-width: 120px;
  min-width: 120px;
}

section.advisors .row_item > .advisors > * {
  display: inline-block;
  vertical-align: middle;
}

section.advisors .row_item > .advisors h4 {
  position: relative;
  white-space: normal;
}

section.advisors .row_item .photo {
  background-size: cover;
  background-position: center;
  width: 0;
  height: 0;
  display: inline-block;
  margin-right: 0;
  -webkit-transition: 0.6s linear 0.4s width, 0.6s linear 0.4s width, 0.6s linear 0.4s height, 0.6s linear 0.4s margin-right, 0.35s ease-in 0s filter;
  transition: 0.6s linear 0.4s width, 0.6s linear 0.4s width, 0.6s linear 0.4s height, 0.6s linear 0.4s margin-right, 0.35s ease-in 0s filter;
  filter: grayscale(0.15);
  -webkit-filter: grayscale(0.15);
}

section.advisors .row_item:hover .text_link a {
  color: #343646;
}

section.advisors .row_item h4:before {
  content: "";
  height: 1px;
  display: inline-block;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  vertical-align: super;
  background-color: #343646;
  width: 0;
  margin-right: -4px;
}

section.advisors .row_item:hover h4:before {
  width: 20px;
  background-color: #96835d;
  margin-right: 10px;
}

section.advisors .row_item:hover .photo {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

section.advisors.list_view .row_item .photo {
  width: 96px;
  height: 121px;
  margin-right: 30px;
  -webkit-transition: 0.6s linear 0s width, 0.6s linear 0s width, 0.6s linear 0.4s height, 0.6s linear 0s margin-right, 0.35s ease-in 0s filter;
  transition: 0.6s linear 0s width, 0.6s linear 0s width, 0.6s linear 0.4s height, 0.6s linear 0s margin-right, 0.35s ease-in 0s filter;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.c_block.team {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  padding: 0;
  margin-bottom: 60px;
}

.c_block.team .photo {
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  filter: grayscale(0.15);
  -webkit-filter: grayscale(0.15);
  padding-top: 129%;
}

.c_block.team .photo.flex {
  background-color: #F5F5F5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c_block.team .photo.flex img {
  max-width: 50%;
  filter: invert(1);
  -webkit-filter: invert(1);
  opacity: 0.4;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.c_block.team:hover .photo.flex img {
  opacity: 0.75;
}

.team_wrapper {
  position: relative;
}

.team_wrapper:after {
  content: "";
  background-color: #F5F5F5;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 175px;
  width: 100%;
  height: calc(100% - 105px);
}

.team_wrapper.noback:after {
  display: none;
}

.team_wrapper .gal_view {
  position: relative;
  z-index: 50;
}

.team_nav_box,
.invest_nav_box {
  margin-top: 50px;
}

.team_nav_box .count_box,
.partners_nav_box .count_box,
.invest_nav_box .count_box {
  display: none !important;
}

/*--------------------------------------------------------------
# Popups
--------------------------------------------------------------*/
.popup {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: rgba(52, 54, 70, 0.95);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.6s ease-in;
  transition: 0.6s ease-in;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 0;
}

.popup_overlay {
  position: absolute;
  z-index: 5001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup.active {
  height: 100%;
  padding-top: 10vh;
}

.popup .nav_box {
  position: absolute;
  top: 34px;
  right: 34px;
  width: 32px;
  z-index: 5150;
}

.popup .nav_box > * {
  display: block;
  text-align: center;
  width: 100%;
}

.popup .nav_box > img {
  padding: 8px 0;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  filter: brightness(1);
  -webkit-filter: brightness(1);
}

.popup .nav_box > img:hover {
  filter: brightness(0.35);
  -webkit-filter: brightness(0.35);
}

.popup .nav_box .icon {
  font-size: 2.3em;
  margin-bottom: 30px;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.popup .nav_box .icon:hover,
.popup .popup_wrapper.video .nav_box i:hover {
  color: #96835D;
}

.popup .nav_box .next {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}

.popup .popup_wrapper {
  background-color: #FFFFFF;
  padding: 50px 100px 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 80vh;
  position: relative;
  z-index: 5100;
  overflow: hidden;
  margin: 0;
}

html.ie .popup .popup_wrapper,
html.ie .popup .popup_body {
  height: 100%;
}

.popup .popup_wrapper.letter {
  padding: 0 0 75px 0;
}

.popup .popup_wrapper.letter.sign_exists {
  padding-bottom: 0;
}

.popup .popup_wrapper.letter .lp_body {
  padding: 60px 100px 25px 100px;
  background: linear-gradient(45deg, #FFFFFF 25%, transparent 25%), linear-gradient(-45deg, #FFFFFF 25%, transparent 25%), linear-gradient(0deg, #F5F5F5 0%, #F5F5F5 100%);
  background-size: 2em 2em;
  background-repeat: repeat-x;
}

.popup .popup_wrapper.letter.sign_exists .lp_body {
  padding-bottom: 0;
  border-bottom: 3px solid #96835D;
}

.popup .popup_wrapper.letter.sign_exists .signs.columns {
  margin-left: -100px;
  width: calc(100% + 230px);
  text-align: center;
  background-color: #F5F5F5;
  margin-top: 60px;
}

.popup .popup_wrapper.letter.sign_exists .signs.columns .c_block {
  margin-bottom: 0;
}

.popup .popup_body {
  position: relative;
  overflow: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  z-index: 5100;
  margin-bottom: -1px;
}

.popup .popup_body::-webkit-scrollbar {
  display: none;
}

@-moz-document url-prefix() {
  .popup .popup_body::-webkit-scrollbar {
    display: none;
  }
}
.popup_body .team_row > header {
  font: 1.4em/1.64em "FuturaPTBook";
  letter-spacing: 2px;
  color: #FFFFFF;
  background-color: #343646;
  padding: 35px;
  width: 125px;
  position: relative;
  z-index: 5100;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 125px;
          flex: 1 1 125px;
}

.popup_body .team_row.main_info > header {
  max-height: calc(100% - 60px);
  margin-top: 60px;
  padding-bottom: 250px;
}

#partners_loc .team_row.main_info {
  border-top: 1px solid #96835D;
}

#partners_loc .team_row.main_info:first-of-type {
  border-top: none;
}

#partners_loc .team_row.main_info > header {
  padding-bottom: 50px;
  margin-top: 0;
}

#partners_loc .team_row.main_info:first-of-type > header {
  margin-top: 60px;
}

.popup_body .team_row.main_info > header.nophoto:after {
  content: "";
  position: absolute;
  left: 0;
  top: -60px;
  height: 58px;
  width: 80px;
  z-index: 5090;
  background-color: #FFFFFF;
}

.popup_body position {
  font-size: 1.5em;
}

.popup canvas {
  position: absolute;
  left: 0;
  width: 275px;
  top: 140px;
  z-index: 5050;
  height: 160px;
}

.popup canvas.nophoto {
  top: 0;
}

.popup_body .photo {
  position: absolute;
  left: 35px;
  top: -60px;
  width: 100%;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.popup_body .team_row {
  border-top: 1px solid #96835D;
}

.popup_body .team_row.main_info {
  border-top: none;
}

.popup_body .portfolio.team_row .columns {
  margin-bottom: 0;
  padding-bottom: 0;
}

.popup_body .portfolio.team_row .columns .c_block {
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.35s linear;
  transition: 0.35s linear;
  transform: scale(1);
  -webkit-transform: scale(1);
  margin-right: 60px;
  max-width: calc(25% - 45px);
}

.popup_body .portfolio.team_row .columns .c_block:nth-of-type(4n) {
  margin-right: 0;
}

.popup_body .portfolio.team_row .columns .c_block:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.popup_body .content_part {
  padding: 35px 0;
  width: calc(100% - 305px);
  margin-left: 110px;
  margin-right: 0;
}

.popup_body .team_row.main_info .content_part {
  padding-top: 0;
}

#partners_loc .team_row.main_info:last-of-type .content_part {
  padding-bottom: 50px;
}

#partners_loc .team_row.main_info .content_part {
  padding-top: 35px;
}

#partners_loc .team_row.main_info:first-of-type .content_part {
  padding-top: 0;
}

.scroll_box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 12px;
  z-index: 5500;
}

.scroll_bar {
  background-color: #96835D;
  position: absolute;
  left: 0;
  width: 100%;
}

.popup .popup_wrapper.letter h2,
.popup .popup_wrapper.letter .button_box,
.popup .popup_wrapper.letter .overhead {
  text-align: center;
}

.popup .popup_wrapper.letter h2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.popup .popup_wrapper.letter .overhead {
  background-color: #F5F5F5;
  padding: 50px 100px;
}

.popup .popup_wrapper.letter .overhead a {
  text-decoration: none;
  font: 1.3em/1em "WilliamsCaslonText-Bold";
  white-space: nowrap;
  color: #343646;
  letter-spacing: 0;
}

.popup .popup_wrapper.letter .overhead a:hover {
  color: #96835D;
}

.popup .popup_wrapper.letter .button_box {
  margin-top: 60px;
}

.popup .popup_wrapper.letter .plaintext p {
  font-family: "WilliamsCaslonText-Bold";
}

.popup .popup_wrapper.video {
  padding-bottom: 50px;
  background-color: transparent;
}

.popup .popup_wrapper.video iframe {
  min-width: 100%;
  max-width: 100%;
  min-height: 60vh;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.popup .popup_wrapper.video .nav_box i {
  color: #FFFFFF;
}

.popup .popup_wrapper.video i.fa-times {
  position: fixed;
  z-index: 6000;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 23px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/*--------------------------------------------------------------
# Confirmation Popups
--------------------------------------------------------------*/
.confirm_body {
  position: fixed;
  z-index: 6000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.confirm_close_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in 0.1s;
  transition: opacity 0.3s ease-in 0.1s;
  background-color: rgba(52, 54, 70, 0.95);
}

.confirm_body.active .confirm_close_overlay {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.confirm_body .confirm_box {
  position: relative;
  padding: 60px 40px 55px;
  max-width: 600px;
  background-color: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.confirm_body.active .confirm_box {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  transition: opacity 0.3s ease-in-out 0.3s;
}

.confirm_body .confirm_box i {
  font-size: 2.3em;
  position: absolute;
  right: 20px;
  top: 15px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.confirm_body .confirm_box i:hover {
  color: #96835d;
}

.confirm_body .confirm_box .confirm_title {
  text-align: center;
  margin-bottom: 40px;
}

#confirmation_popup > .button_box > .button a {
  white-space: normal;
  line-height: 1.4em;
}

/*--------------------------------------------------------------
# Сommunities
--------------------------------------------------------------*/
.communities > header {
  padding-top: 100px;
  background-color: #343646;
}

.communities > header div.cont {
  position: relative;
  padding-bottom: 300px;
}

.communities > header .cont > * {
  color: #FFFFFF;
}

.communities canvas {
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 50;
  bottom: -100px;
  margin-bottom: 0 !important;
}

.communities canvas.left {
  left: -100px;
}

.communities canvas.right {
  right: -100px;
}

.communities_body {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  margin-top: -240px;
  background-color: #FFFFFF;
  z-index: 150;
}

.communities_body header {
  text-align: center;
  padding: 0 120px;
  border-bottom: 2px solid #F5F5F5;
  margin-bottom: 40px;
}

.communities_body header h3 {
  margin: 0 auto;
  padding: 50px 0 40px 0;
  display: inline-block;
  position: relative;
}

.communities .invest_logo {
  min-height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html.edge .communities .invest_logo,
html.edge .infoblock .infoblock_inner .logos_wrapper .logo,
html.ie .communities .invest_logo,
html.ie .infoblock .infoblock_inner .logos_wrapper .logo {
  display: none !important;
}

html.edge .infoblock .infoblock_inner .logos_wrapper .logo:nth-of-type(1),
html.ie .infoblock .infoblock_inner .logos_wrapper .logo:nth-of-type(1) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.communities .columns {
  padding: 0 90px 50px 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.communities .columns .c_block {
  position: relative;
  padding: 0 0 30px 0;
  margin-bottom: 100px;
}

.communities .columns .c_block:last-child {
  margin-bottom: 0;
}

.communities .columns .text_link {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
}

/*--------------------------------------------------------------
# Holistic Partnerships
--------------------------------------------------------------*/
.holistic_partnerships {
  background-color: #343646;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}

.holistic_partnerships .hp_wrapper {
  width: 44%;
  text-align: center;
  margin: 0 auto;
  padding-top: 115px;
  padding-left: 70px;
  padding-right: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.holistic_partnerships .hp_wrapper:before {
  content: "";
  position: absolute;
  left: 70px;
  top: 0;
  height: 15px;
  width: calc(100% - 140px);
  background-color: #96835D;
}

.holistic_partnerships .hp_wrapper > h2,
.holistic_partnerships .hp_wrapper > .add_info {
  color: #A3926F;
}

.holistic_partnerships .hp_wrapper > .main {
  color: #FFFFFF;
}

.holistic_partnerships .hp_wrapper .lg_sep_icon_wr {
  width: 182px;
  height: 61px;
  margin-left: auto;
  margin-right: auto;
}

.holistic_partnerships .hp_wrapper > .add_info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 70px;
  padding-right: 70px;
}

.holistic_partnerships .hp_wrapper > .add_info hr {
  opacity: 0.5;
  height: 2px;
  width: 46px;
  margin-left: auto;
  margin-right: auto;
  background-color: #96835D;
  outline: none;
  border: none;
}

.holistic_partnerships .hp_img {
  position: absolute;
  height: 29vw;
  bottom: 100px;
  width: 28%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.holistic_partnerships .hp_img canvas {
  position: absolute;
  top: -100px;
  width: 700px;
  height: 100px;
}

.holistic_partnerships .hp_img.limg {
  left: 0;
}

.holistic_partnerships .hp_img.rimg {
  right: 0;
}

.holistic_partnerships .hp_img.limg canvas {
  right: 140px;
}

.holistic_partnerships .hp_img.rimg canvas {
  left: 140px;
}

.holistic_partnerships a:hover {
  color: #A79572;
}

/*--------------------------------------------------------------
# Slider (text)
--------------------------------------------------------------*/
.slider_text {
  overflow: hidden;
  position: relative;
}

.slider_text .cont {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.slider_text .canvas_wrapper {
  position: absolute;
  overflow: hidden;
  width: calc(50% - 585px);
  height: calc(100% - 100px);
  left: 0;
  bottom: 100px;
}

.slider_text .canvas_wrapper canvas {
  position: absolute;
  right: 70px;
  bottom: 0;
  width: 280px;
  height: 390px;
}

.slider_text .desc > hr {
  width: 180px;
  opacity: 0.5;
  height: 1px;
  background-color: #96835D;
  border: none;
  margin-left: 0;
}

.st_outer_wrapper {
  border: 1px solid #96835D;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 27vw;
  margin-left: 70px;
  position: relative;
}

.st_inner_wrapper {
  background-color: #343646;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 0;
}

.st_inner_wrapper h3 {
  color: #FFFFFF;
  font-size: 3.4em;
  padding: 0 40px;
  padding-bottom: 35px;
  margin-bottom: 35px;
}

.st_inner_wrapper h3:after {
  content: "";
  position: absolute;
  width: 180px;
  opacity: 0.5;
  height: 1px;
  background-color: #96835D;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.st_visible_part {
  position: relative;
}

.st_front_part {
  position: absolute;
  left: 40px;
  top: 0;
  width: calc(100% - 80px);
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.st_back_part {
  width: calc(270vw - 220px);
  opacity: 0;
}

.st_slide {
  width: calc(27vw - 22px);
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.st_front_part > h4,
.st_slide > h4 {
  color: #A3926F;
  font-size: 2.5em;
}

.st_front_part > .plaintext,
.st_slide > .plaintext {
  color: #FFFFFF;
}

.st_indicator_wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 27vw;
  margin-left: 70px;
}

.st_indicator_point {
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  border: 2px solid #96835D !important;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  background-color: transparent;
  opacity: 0.5;
}

.st_indicator_point.active,
.st_indicator_point:hover {
  background-color: #96835D;
  opacity: 1;
}

.st_outer_wrapper .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 600;
  padding: 5px;
  background-color: #96835D;
  color: #FFFFFF;
}

.st_outer_wrapper .arrow.left {
  left: 0;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.st_outer_wrapper .arrow.right {
  right: 0;
  transform: translateY(-50%) translateX(50%);
  -webkit-transform: translateY(-50%) translateX(50%);
}

.st_outer_wrapper .arrow div.inner {
  padding: 15px;
  width: 15px;
  height: 15px;
  background-color: #96835D;
  border: 1px solid #FFFFFF;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.st_outer_wrapper .arrow div.inner span {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-top: 1px solid #FFFFFF;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.st_outer_wrapper .arrow:hover div.inner {
  background-color: #FFFFFF;
}

.st_outer_wrapper .arrow:hover div.inner span {
  border-color: #96835D !important;
}

.st_outer_wrapper .arrow.left div.inner span {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-left: 1px solid #FFFFFF;
  transform: rotateZ(-45deg) translateX(2px) translateY(2px);
  -webkit-transform: rotateZ(-45deg) translateX(2px) translateY(2px);
}

.st_outer_wrapper .arrow.right div.inner span {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-right: 1px solid #FFFFFF;
  transform: rotateZ(45deg) translateX(-2px) translateY(2px);
  -webkit-transform: rotateZ(45deg) translateX(-2px) translateY(2px);
}

.st_main_box.active .st_front_part {
  opacity: 0;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

/*--------------------------------------------------------------
# Timeline
--------------------------------------------------------------*/
.timeline {
  position: relative;
}

.timeline canvas {
  position: absolute;
  z-index: 40;
  right: calc(50% - 685px);
  width: 100px;
  height: 100px;
  top: 30px;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: calc(100% - 100px);
  background-color: #343646;
  z-index: 50;
}

.timeline_wrapper {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  padding-left: calc(50% - 585px);
  width: 1170px;
  background-color: #FFFFFF;
  z-index: 150;
}

.timeline_wrapper .vert_line {
  position: absolute;
  bottom: 0;
  left: -2px;
  background-color: #343646;
  width: 2px !important;
  z-index: 300;
}

.timeline_wrapper .vert_line:before {
  content: "";
  position: absolute;
  left: -6px;
  top: 0;
  background-color: #343646;
  width: 14px;
  height: 2px;
  -webkit-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
  transform: scale(0);
  -webkit-transform: scale(0);
}

.timeline_wrapper .vert_line.active:before {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.timeline_wrapper .left_part {
  padding: 100px 50px 100px 0;
  width: calc(100% - 100px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px solid #F5F5F5;
}

.timeline_wrapper .left_part a.letter_trigger {
  padding: 25px 50px;
  letter-spacing: 3px;
}

.timeline_wrapper .right_part {
  background-size: cover;
  background-position: center;
  position: relative;
}

.timeline_wrapper .right_part .time_point_wrapper {
  background-color: #FFFFFF;
  padding: 150px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 200;
  width: auto;
}

.timeline_wrapper .right_part .time_point_box {
  padding: 0 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: static;
}

.timeline_wrapper .right_part .time_point_box p {
  font: 3.1em/1em "WilliamsCaslonText-Regular";
  white-space: nowrap;
  color: #CECECE;
  margin-bottom: 5vw;
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: left;
  -webkit-transform-origin: left;
  -webkit-transition: 0.35s ease-in color, 0.8s ease-in-out transform;
  transition: 0.35s ease-in color, 0.8s ease-in-out transform;
}

.timeline_wrapper .right_part .time_point_box p:hover,
.timeline_wrapper .right_part .time_point_box p.active {
  color: #343646;
}

.timeline_wrapper .right_part .time_point_box p.active {
  transform: scale(3);
  -webkit-transform: scale(3);
}

.timeline_wrapper .plaintext > *,
.cs_inner_box {
  -webkit-transition: 0.35s ease-in opacity;
  transition: 0.35s ease-in opacity;
  opacity: 1;
}

.timeline_wrapper .plaintext > *.active,
.cs_inner_box.active {
  opacity: 0;
}

.timeline_wrapper .background_box,
.timeline_wrapper .background_box .slide,
.cs-block-gallery .slide,
.cs_wrapper .add_gal .slide {
  position: absolute;
  left: 100px;
  top: 0;
  z-index: 180;
  height: 100%;
  overflow: hidden;
  width: calc(100% - 100px);
}

.timeline_wrapper .background_box .slide,
.cs-block-gallery .slide,
.cs_wrapper .add_gal .slide {
  background-size: cover;
  background-position: center;
  left: 0;
  width: 100%;
  z-index: 180;
}

.timeline_wrapper .background_box .slide.clone {
  z-index: 190;
  -webkit-transition: 0.7s ease-in;
  transition: 0.7s ease-in;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  opacity: 1;
}

.timeline_wrapper .background_box.active .clone {
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: 0.75;
}

/*--------------------------------------------------------------
# Case Studies
--------------------------------------------------------------*/
section.case_studies {
  background-color: #F5F5F5;
  position: relative;
}

section.case_studies:before {
  content: "";
  position: absolute;
  left: calc(50% - 585px);
  top: -60px;
  background-color: #FFFFFF;
  width: calc(50% + 585px);
  height: calc(100% + 60px);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  z-index: 40;
}

.cs-block-gallery {
  position: relative;
  z-index: 60;
  border-top: none;
}

.cs_gal_box {
  min-height: 32vw;
}

html.ie .cs_gal_box {
  min-height: inherit;
}

html.ie .cs_gal_box > * {
  min-height: 22vw;
}

html.ie .cs_gal_box .invest_logo {
  display: none !important;
}

.cs_wrapper {
  position: relative;
  padding: 0 calc(50% - 585px) 100px 120px;
  width: calc(100% - 240px - 2 * (50% - 585px));
  z-index: 100;
  overflow: hidden;
}

.cs_wrapper .nav_box {
  position: absolute;
  z-index: 150;
  bottom: 40px;
  left: 70px;
  height: auto;
  width: calc(100% - 70px - 270px);
}

.cs_wrapper .nav_box > .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs_wrapper .add_gal {
  position: absolute;
  z-index: 150;
  right: 0;
  top: 0;
  width: 200px;
  height: 100%;
  opacity: 0.31;
  border-top: none;
}

.cs_wrapper > * {
  position: relative;
  z-index: 100;
}

.cs_wrapper canvas {
  position: absolute;
  top: calc(50% - 145px);
  width: 70px;
  height: 290px;
  z-index: 50;
}

.cs_wrapper canvas.left {
  left: 0;
}

.cs_wrapper canvas.right {
  right: 200px;
}

.cs_wrapper .nav_box p {
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.cs_wrapper .nav_box p.disable,
.pagi_box p.disable {
  opacity: 0.3;
  cursor: default !important;
}

.cs_wrapper .nav_box p.disable *,
.pagi_box p.disable * {
  color: #96835D !important;
  cursor: default !important;
}

.cs_wrapper .nav_box .next img {
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
}

.cs_wrapper .count_box {
  display: none;
}

.cs_body .button_box {
  margin-top: 40px;
}

.cs_gal_box .gallery .clone {
  z-index: 200;
}

.case_studies .gallery.add_gal .clone {
  -webkit-transition: 0.4s ease-in;
  transition: 0.4s ease-in;
}

/*--------------------------------------------------------------
# Quick Links
--------------------------------------------------------------*/
.quick_links > .cont {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.quick_links header {
  width: 50%;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.quick_links .c_block {
  padding: 0;
  text-align: right;
}

.quick_links .c_block a {
  white-space: nowrap;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.quick_links .c_block a .icon {
  width: 34px;
  display: inline-block;
  vertical-align: middle;
  transform: rotateZ(180deg) translateX(0px);
  -webkit-transform: rotateZ(180deg) translateX(0px);
  margin-left: 10px;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.quick_links .c_block a:hover {
  color: #96835D;
}

.quick_links .c_block a:hover .icon {
  transform: rotateZ(180deg) translateX(-10px);
  -webkit-transform: rotateZ(180deg) translateX(-10px);
}

/*--------------------------------------------------------------
# Complex Block
--------------------------------------------------------------*/
section.complex_block > h2,
section.complex_block > h3,
section.complex_block .title_h3_wrapper > .cont,
section.complex_block > .text,
section.complex_block > .button_box,
.communities header .cont,
section.complex_block .main_title_h2 h2 {
  text-align: center;
}

section.complex_block > h2,
section.complex_block > h3,
section.complex_block > .text,
.communities header .cont {
  padding: 0 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section.complex_block .main_title_h2 {
  background-color: #F5F5F5;
  padding: 25px 0;
}

section.complex_block .main_title_h2 h2 {
  font-size: 6.5em;
}

section.complex_block .title_h3_wrapper {
  border-top: 1px solid #FFFFFF;
}

section.complex_block .title_h3_wrapper .border-wrap {
  padding-top: 40px;
  display: inline-block;
  position: relative;
}

section.complex_block .title_container .border-wrap,
section.complex_block .title_container h3 {
  position: relative;
}

section.complex_block .title_h3_wrapper > .border-wrap:before {
  top: -4px;
}

section.complex_block .has-tooltip .border-wrap {
  padding-right: 0;
  background-size: 22px 22px;
  background-position: 100% 40px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22800%22%20height%3D%22800%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M12.267%2021c4.97%200%209-4.03%209-9s-4.03-9-9-9c-4.971%200-9%204.03-9%209s4.029%209%209%209zm0-5v-4m0-4h.01%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
}

section.complex_block .has-tooltip h3 {
  padding-right: 30px;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 10px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 25px;
  width: 420px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: calc(50% - 20px);
  margin-bottom: -20px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
}

@media screen and (max-width: 768px) {
  /* Base styles for the entire tooltip */
  [data-tooltip]:before,
  [data-tooltip]:after,
  .tooltip:before,
  .tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
  }
  /* Show the entire tooltip on hover and focus */
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after,
  [data-tooltip]:focus:before,
  [data-tooltip]:focus:after,
  .tooltip:hover:before,
  .tooltip:hover:after,
  .tooltip:focus:before,
  .tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* Base styles for the tooltip's directional arrow */
  .tooltip:before,
  [data-tooltip]:before {
    z-index: 1001;
    border: 10px solid transparent;
    background: transparent;
    content: "";
  }
  /* Base styles for the tooltip's content area */
  .tooltip:after,
  [data-tooltip]:after {
    z-index: 1000;
    padding: 25px;
    width: calc(100vw - 40px);
    background-color: #000;
    background-color: hsla(0, 0%, 20%, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  /* Directions */
  /* Top (default) */
  [data-tooltip]:before,
  [data-tooltip]:after,
  .tooltip:before,
  .tooltip:after,
  .tooltip-top:before,
  .tooltip-top:after {
    bottom: 100%;
    left: 0;
  }
  [data-tooltip]:before,
  .tooltip:before,
  .tooltip-top:before {
    margin-left: 50%;
    margin-bottom: -20px;
    border-top-color: #000;
    border-top-color: hsla(0, 0%, 20%, 0.9);
  }
  /* Horizontally align top/bottom tooltips */
  [data-tooltip]:after,
  .tooltip:after,
  .tooltip-top:after {
    margin-left: calc(-50vw + 106px);
  }
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after,
  [data-tooltip]:focus:before,
  [data-tooltip]:focus:after,
  .tooltip:hover:before,
  .tooltip:hover:after,
  .tooltip:focus:before,
  .tooltip:focus:after,
  .tooltip-top:hover:before,
  .tooltip-top:hover:after,
  .tooltip-top:focus:before,
  .tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
}
section.complex_block.side_borders {
  position: relative;
}

section.complex_block.side_borders:before,
section.complex_block.side_borders:after {
  position: absolute;
  content: "";
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #96835D;
}

section.complex_block.side_borders:before {
  left: calc((100% - 1170px) / 2);
}

section.complex_block.side_borders:after {
  right: calc((100% - 1170px) / 2);
}

section.complex_block .main_partners_wrapper .main_partners_block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

section.complex_block .main_partners_wrapper .main_partners_block .partners_photo {
  position: relative;
  background-color: #96835D;
  width: 256px;
  margin-right: 100px;
}

section.complex_block .main_partners_wrapper .main_partners_block .partners_photo .pattern {
  position: absolute;
  width: 210px;
  height: 210px;
  bottom: -50px;
  right: -50px;
  z-index: 10;
}

section.complex_block .main_partners_wrapper .main_partners_block .partners_photo .img_box {
  position: relative;
  background-color: #96835D;
  z-index: 50;
  overflow: hidden;
  padding-top: 129%;
}

section.complex_block .main_partners_wrapper .main_partners_block .partners_photo .img_box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 100;
}

section.complex_block .main_partners_wrapper .main_partners_block .bio > * {
  color: #222432;
}

/*--------------------------------------------------------------
# Infoblocks
--------------------------------------------------------------*/
.infoblock {
  position: relative;
  padding-bottom: 100px;
}

.style_2 .infoblock {
  padding-top: 100px;
}

.infoblock:after {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(50% + 585px);
  z-index: 100;
}

.style_1 .infoblock:after {
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.style_2 .infoblock:after {
  background-color: #F5F5F5;
}

.infoblock .main_image {
  background-position: center;
  background-size: cover;
  position: relative;
}

.style_1 .infoblock .main_image {
  width: 60%;
  margin-top: -120px;
}

.infoblock .infoblock_inner {
  z-index: 150;
  padding-top: 60px;
}

.style_2 .infoblock .infoblock_inner {
  padding-top: 0;
}

.infoblock canvas {
  position: absolute;
  z-index: 50;
}

.style_1 .infoblock canvas {
  left: calc(50% - 685px);
  width: 200px;
  height: 220px;
  bottom: -100px;
}

.style_2 .infoblock canvas {
  left: calc(50% - 685px);
  width: 100px;
  height: 100px;
}

.style_2 .infoblock canvas.top {
  top: 40px;
}

.style_2 .infoblock canvas.bottom {
  bottom: 40px;
}

.infoblock .desc {
  padding-right: calc(50% - 585px);
  padding-left: 50px;
  width: calc(100% - 100px - 2 * (50% - 585px));
}

.style_2 .infoblock .desc {
  padding-top: 50px;
  padding-bottom: 50px;
}

.infoblock .desc .invest_logo > img {
  width: auto;
}

.infoblock .desc .text_link {
  margin-top: -20px;
  line-height: 1em;
  white-space: nowrap;
}

.infoblock .desc > .columns.flex {
  margin-bottom: 0;
}

.infoblock .columns .c_block {
  padding: 0;
}

.mi_description {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 250;
  width: auto;
}

.mi_description .icon {
  border-radius: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-size: 1.3em;
  overflow: hidden;
}

.mi_description .icon:after,
.mi_description .mi_text:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #343646;
  opacity: 0.7;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  width: 100%;
  height: 100%;
  z-index: 260;
}

.mi_description .icon:after {
  border-radius: 15px;
}

.mi_description .icon:hover:after,
.mi_description .icon.active:after {
  opacity: 1;
}

.mi_description .icon i {
  position: relative;
  z-index: 270;
}

.mi_description .mi_text {
  position: absolute;
  right: 0;
  bottom: 25px;
  color: #FFFFFF;
  padding: 8px 20px 22px 20px;
  letter-spacing: 2px;
  font: 0.9em/1.3em "FuturaPTBook";
  white-space: nowrap;
}

.mi_description .mi_text:after {
  border-radius: 2px;
  opacity: 1;
  height: calc(100% - 14px);
  z-index: 280;
}

.mi_description .mi_text p {
  z-index: 300;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.mi_description .mi_text.active p {
  opacity: 1;
}

.mi_description .mi_text span {
  position: absolute;
  bottom: 0;
  right: 8px;
  border: 7px solid transparent;
  border-top: 7px solid #343646;
}

/*--------------------------------------------------------------
# Blockqoute
--------------------------------------------------------------*/
.bq_wrapper,
.blockquote {
  position: relative;
}

.blockquote:before {
  content: "";
  position: absolute;
  width: calc(50% + 585px);
  height: 100%;
  left: 0;
  top: 0;
  background-color: #343646;
  z-index: 100;
}

.blockquote.trigger_exists:before {
  width: calc(50% + 387px);
}

.blockquote.half_back:after,
.video_block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: #F5F5F5;
  z-index: 40;
}

.bq_wrapper .bq_body {
  padding: 100px 180px 100px 50px;
  position: relative;
  z-index: 150;
}

.trigger_exists .bq_wrapper .bq_body {
  width: calc(100% - 200px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bq_wrapper .bq_body blockquote {
  color: #FFFFFF;
  font: 2.7em/1.36em "WilliamsCaslonText-Regular";
}

.bq_wrapper .bq_body .signature {
  color: #96835D;
}

.bq_wrapper .bq_body:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #96835D;
}

.blockquote canvas {
  width: 200px;
  height: 190px;
  position: absolute;
  z-index: 50;
  top: calc(50% - 95px);
  right: -80px;
}

.blockquote.trigger_exists canvas {
  right: 125px;
}

.blockquote .button_box {
  position: absolute;
  top: 50%;
  right: 71px;
  z-index: 200;
  transform: translateY(-50%) translateX(100%);
  -webkit-transform: translateY(-50%) translateX(100%);
}

.blockquote.trigger_exists .button_box {
  right: 270px;
}

/*--------------------------------------------------------------
# Key Numbers
--------------------------------------------------------------*/
.k_n_wrapper,
.key_numbers {
  position: relative;
}

.key_numbers:before {
  content: "";
  position: absolute;
  width: calc(50% + 362px);
  height: 100%;
  left: 0;
  top: 0;
  background-color: #343646;
  z-index: 100;
}

.k_n_wrapper {
  padding: 100px 0 130px 0;
}

.key_numbers .k_n_wrapper .date {
  font: 1em/1em "WilliamsCaslonText-Regular";
  color: #fff;
  position: relative;
  top: 40px;
  z-index: 999;
  opacity: 0.6;
}

.k_n_wrapper .k_n_body {
  padding: 50px 20px 20px 50px;
  position: relative;
  z-index: 150;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.k_n_wrapper .k_n_body:before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 200px);
  left: -100px;
  top: -100px;
  background-color: #96835D;
}

.key_numbers canvas {
  width: 100px;
  height: 200px;
  position: absolute;
  z-index: 50;
  right: 122px;
}

.key_numbers canvas.top {
  top: 30px;
}

.key_numbers canvas.bottom {
  bottom: 30px;
}

.key_numbers .columns .c_block {
  padding: 0;
  text-align: center;
}

.key_numbers .number {
  font: 7em/1em "WilliamsCaslonText-Regular";
  white-space: nowrap;
  color: #96835D;
}

/*--------------------------------------------------------------
# Diagrams
--------------------------------------------------------------*/
html.ie .diagrams_wrapper {
  display: none;
}

.diagrams_wrapper h4 {
  text-align: center;
  white-space: nowrap;
}

.diagrams_wrapper .diagram {
  margin-bottom: 0;
  padding-bottom: 0;
}

.diagram_box {
  position: relative;
  width: 310px;
  height: 310px;
  width: 100%;
}

.diagram_rotate {
  transform: rotateZ(31deg);
  -webkit-transform: rotateZ(31deg);
}

.diagram svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.diagram svg .circle {
  fill: transparent;
  stroke-width: 55;
  position: relative;
  -webkit-transition: 0.5s ease-in opacity;
  transition: 0.5s ease-in opacity;
  opacity: 1;
}

.diagram svg .circle.not_active {
  opacity: 0.1;
}

.diagram.d-1 svg .circle {
  -webkit-transform-origin: center;
          transform-origin: center;
}

.diagram.d-1 svg .circle1 {
  stroke: #96835D;
  stroke-dasharray: 800;
  stroke-dashoffset: 267;
}

.diagram.d-1 svg .circle2 {
  stroke: #222432;
  stroke-dasharray: 800;
  stroke-dashoffset: 653.5;
}

.diagram.d-1 .init svg .circle2 {
  transform: rotateZ(294.3deg);
  -webkit-transform: rotateZ(294.3deg);
}

.diagram.d-1 svg .circle3 {
  stroke: #424560;
  stroke-dasharray: 800;
  stroke-dashoffset: 678;
}

.diagram.d-1 .init svg .circle3 {
  transform: rotateZ(239.6deg);
  -webkit-transform: rotateZ(239.6deg);
}

.diagram.d-3 svg .circle {
  stroke-dasharray: 800;
  stroke-dashoffset: 599.5;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.diagram.d-3 .init svg .circle1 {
  stroke: #96835D;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(119.3deg);
  stroke-dashoffset: 464.9;
}

.diagram.d-3 .init svg .circle2 {
  stroke: #222432;
  transform: rotateZ(59.5deg);
  -webkit-transform: rotateZ(59.5deg);
  stroke-dashoffset: 667;
}

.diagram.d-3 .init svg .circle3 {
  stroke: #424560;
  transform: rotateZ(270deg);
  -webkit-transform: rotateZ(270deg);
}

.diagram.d-3 .init svg .circle4 {
  stroke: #9596A8;
  stroke-dashoffset: 667;
}

.legend.columns {
  width: calc(100% + 75px);
  margin-left: -30px;
}

.legend.columns > .c_block {
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.legend.columns.c-2 > .c_block {
  margin-bottom: 15px;
  margin-right: 15px;
  max-width: calc(49.99% - 15px);
}

.legend.columns > .c_block span {
  width: 22px;
  max-width: 22px;
  min-width: 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 22px;
          flex: 1 1 22px;
  height: 8px;
  margin-top: 0.7em;
}

.legend.columns > .c_block p {
  font-size: 1.5em;
  line-height: 1.33em;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.legend.columns > .c_block.cursor.active p,
.legend.columns > .c_block.cursor:hover p {
  color: #343646;
}

.d-1.diagram .legend.columns > .c_block[data-circle=circle1] span {
  background: #96835D;
}

.d-1.diagram .legend.columns > .c_block[data-circle=circle2] span {
  background: #222432;
}

.d-1.diagram .legend.columns > .c_block[data-circle=circle3] span {
  background: #424560;
}

.d-1.diagram .legend.columns > .c_block[data-circle=circle4] span {
  background: repeating-linear-gradient(32deg, #F5F5F5 0.1em, #F5F5F5 0.15em, #424560 0.25em, #424560 0.4em, #F5F5F5 0.4em, #F5F5F5 0.65em) 0 0;
  opacity: 0.9;
}

.d-2.diagram .legend.columns {
  width: 100%;
  margin-left: 18px;
}

.d-2.diagram .legend.columns > .c_block {
  max-width: 51%;
  margin-bottom: 15px;
}

.d-2.diagram .legend.columns > .c_block[data-globe=America] span {
  background: #222432;
}

.d-2.diagram .legend.columns > .c_block[data-globe=Europe] span {
  background: #424560;
}

.d-3.diagram .legend.columns > .c_block[data-circle=circle1] span {
  background: #96835D;
}

.d-3.diagram .legend.columns > .c_block[data-circle=circle2] span {
  background: #222432;
}

.d-3.diagram .legend.columns > .c_block[data-circle=circle3] span {
  background: #424560;
}

.d-3.diagram .legend.columns > .c_block[data-circle=circle4] span {
  background: #9596A8;
}

/*--------------------------------------------------------------
# Video block
--------------------------------------------------------------*/
.video_block {
  position: relative;
  overflow: hidden;
}

.video_block:before {
  height: 100%;
  left: calc(50% - 585px);
  width: calc(50% + 585px);
}

.video_block .inner_block {
  padding: 80px 0;
}

.header_video_block.video_block .inner_block {
  padding: 0;
  height: 100%;
}

.header_video_block.video_block {
  height: 100%;
}

.video_block .video_wrapper {
  position: relative;
  min-height: 28vw;
  z-index: 150;
}

html.ie .video_block .video_wrapper {
  width: 70%;
}

.video_block .video_wrapper .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: 200;
}

.video_block .video_wrapper .cover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #343646;
  opacity: 0.69;
  z-index: 250;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.header_video_block .video_block .video_wrapper .cover:before {
  display: none;
}

.video_block .video_wrapper .cover:hover:before {
  opacity: 0.39;
}

.video_block .video_wrapper .cover .caption {
  position: absolute;
  left: 80px;
  bottom: 40px;
  z-index: 350;
  opacity: 1;
  color: #ffffff;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.video_block .video_wrapper .cover .caption > * {
  display: inline-block;
  vertical-align: middle;
}

.video_block .video_wrapper .cover .caption .icon {
  width: 100px;
  height: 100px;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.video_block .video_wrapper .cover .caption p {
  font: 1.4em/1em "FuturaPTBook";
  letter-spacing: 5px;
  white-space: nowrap;
}

.video_block .video_wrapper .cover:hover .caption {
  color: #96835D;
}

.video_block .video_wrapper .cover:hover .caption .icon {
  filter: brightness(1);
  -webkit-filter: brightness(1);
}

.video_block canvas {
  position: absolute;
  width: 100px;
  height: 200px;
  z-index: 50;
  left: calc(50% - 685px);
}

.video_block canvas.top {
  top: 30px;
}

.video_block canvas.bottom {
  bottom: 30px;
}

.video_block .video_infoblock {
  position: relative;
  z-index: 200;
  margin-right: calc(50% - 585px);
  width: calc(100% - 2 * (50% - 585px) - 100px);
  padding: 0 50px 130px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
  text-align: center;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.video_block .video_infoblock h3,
.video_block .v_cover_title {
  font: 2.7em/1.36em "WilliamsCaslonText-Bold";
  padding-top: 40px;
  position: relative;
  display: inline-block;
}

.video_block .video_infoblock h3:before,
section.complex_block .title_h3_wrapper .border-wrap:before,
.communities_body header h3:before {
  content: "";
  position: absolute;
  z-index: 200;
  background-color: #96835D;
  height: 7px;
  width: 80%;
  left: 10%;
  top: 0;
}

.video_block .video_infoblock .columns {
  position: relative;
  padding-top: 30px;
}

.video_block .video_infoblock .columns:before {
  position: absolute;
  content: "";
  left: -50px;
  width: calc(100% + 70px);
  background-color: #F5F5F5;
  height: 2px;
  top: 0;
}

.video_block .video_infoblock .c_block {
  padding: 0 20px;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transform: scale(1) translateZ(1px);
  -webkit-transform: scale(1) translateZ(1px);
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
}

.video_block .video_infoblock .c_block a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video_block .video_infoblock .c_block:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  transform: scale(1.1) translateZ(1px);
  -webkit-transform: scale(1.1) translateZ(1px);
}

.video_block .video_infoblock .button_box {
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 200;
}

.video_block .video_infoblock .content_part .invest_logo > img {
  height: 90px;
  margin-left: auto;
  margin-right: auto;
}

.video_block .video_infoblock .content_part .invest_logo > img.hor {
  height: 50px;
}

.video_block .v_cover_title {
  border-top: 7px solid #96835D;
  color: #FFFFFF;
  z-index: 300;
  margin-left: 80px;
  padding-top: 33px;
}

/*--------------------------------------------------------------
# SLIDER BLOCK
--------------------------------------------------------------*/
.slider_block figure .slide {
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 80;
}

.slider_block figure .hq {
  color: #B8B8B8;
}

.slider_block figure figcaption * {
  color: #FFFFFF;
}

.slider_block figure.gallery .nav_box {
  bottom: 45px;
}

.slider_block figure figcaption a {
  text-decoration: underline;
}

.slider_block figure figcaption a:hover {
  color: #96835D;
}

/*--------------------------------------------------------------
# SIMPLE BLOCKS
--------------------------------------------------------------*/
section.simpleblocks_wrapper {
  position: relative;
  overflow: hidden;
}

section.simpleblocks_wrapper .simple_block {
  padding-top: 60px;
  border-top: 2px solid #F5F5F5;
}

section.simpleblocks_wrapper .simple_block .title_box {
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(75% - 50px);
  position: relative;
}

section.simpleblocks_wrapper .simple_block .title_box:before {
  content: "";
  position: absolute;
  left: 0;
  top: -62px;
  width: calc(100% - 50px);
  height: 2px;
  background-color: #96835D;
}

section.simpleblocks_wrapper .simple_block h3 {
  font-size: 3.2em;
}

section.simpleblocks_wrapper .simple_block .img_box {
  margin-right: 50px;
  border: 1px solid #CECECE;
}

section.simpleblocks_wrapper .simple_block .img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.simpleblocks_wrapper .simple_block .description_wr {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

/*--------------------------------------------------------------
# JRD additions for ADA
--------------------------------------------------------------*/
#skipnav {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#skipnav:focus {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.filter_group > button {
  padding: 30px 50px;
  color: #fff;
  border: none;
  background-color: transparent;
  opacity: 0.3;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  white-space: nowrap;
  font: 100%/1.3em "FuturaPTBook";
  letter-spacing: 2px;
  text-transform: uppercase;
}

.filter_group > #galleryFilter {
  opacity: 1;
  color: #343646;
}

.filter_group > button i {
  display: inline-block;
  margin-left: 8px;
  font-size: 0.7em;
}

.filter_group.active_hov > button,
.filter_group:focus > button,
.filter_group > button:focus,
.filter_group > button:hover,
.filter_group:hover button {
  opacity: 1;
}

.filter_group > .sub-menu > li {
  display: inline-block;
}

.filter_group > .sub-menu *[role=option][aria-selected=true] {
  color: #96835D;
}

#yearFilter.open,
#statusFilter.open,
#industryFilter.open {
  opacity: 1;
  display: block !important;
}

/*--------------------------------------------------------------
# MQ
--------------------------------------------------------------*/
@media screen and (min-width: 1440px) {
  .cont {
    width: 1240px;
  }
  .pageheader .ph_body {
    padding: 50px 415px 50px calc(50% - 620px);
    width: 620px;
  }
  .pageheader.homepage .ph_body {
    padding: 50px 360px 50px calc(50% - 620px);
    width: 430px;
  }
  .blockquote:before {
    width: calc(50% + 620px);
  }
  .blockquote.trigger_exists:before {
    width: calc(50% + 420px);
  }
  .key_numbers:before {
    width: calc(50% + 396px);
  }
  .infoblock .desc {
    padding-right: calc(50% - 620px);
    width: calc(100% - 100px - 2 * (50% - 620px));
  }
  section.case_studies:before {
    left: calc(50% - 620px);
    width: calc(50% + 620px);
  }
  .cs_wrapper {
    padding: 0 calc(50% - 620px) 100px 120px;
    width: calc(100% - 240px - 2 * (50% - 620px));
  }
}
@media screen and (min-width: 1600px) {
  .cont {
    width: 1440px;
  }
  .pageheader .ph_body {
    padding: 50px 415px 50px calc(50% - 720px);
    width: 720px;
  }
  .pageheader.homepage .ph_body {
    padding: 50px 360px 50px calc(50% - 720px);
    width: 530px;
  }
  .blockquote:before {
    width: calc(50% + 720px);
  }
  .blockquote.trigger_exists:before {
    width: calc(50% + 520px);
  }
  .key_numbers:before {
    width: calc(50% + 496px);
  }
  .infoblock .desc {
    padding-right: calc(50% - 720px);
    width: calc(100% - 100px - 2 * (50% - 720px));
  }
  section.case_studies:before {
    left: calc(50% - 720px);
    width: calc(50% + 720px);
  }
  .cs_wrapper {
    padding: 0 calc(50% - 720px) 100px 120px;
    width: calc(100% - 240px - 2 * (50% - 720px));
  }
  section.complex_block .main_partners_wrapper .main_partners_block .partners_photo {
    width: 350px;
  }
}
@media screen and (min-width: 1921px) {
  body {
    font-size: 72%;
  }
  .cont {
    width: 1600px;
  }
  .pageheader .ph_body {
    padding: 50px 415px 50px calc(50% - 800px);
    width: 800px;
  }
  .pageheader.homepage .ph_body {
    padding: 50px 360px 50px calc(50% - 800px);
    width: 610px;
  }
  .blockquote:before {
    width: calc(50% + 800px);
  }
  .blockquote.trigger_exists:before {
    width: calc(50% + 590px);
  }
  .key_numbers:before {
    width: calc(50% + 576px);
  }
  .infoblock .desc {
    padding-right: calc(50% - 800px);
    width: calc(100% - 100px - 2 * (50% - 800px));
  }
  section.case_studies:before {
    left: calc(50% - 800px);
    width: calc(50% + 800px);
  }
  .cs_wrapper {
    padding: 0 calc(50% - 800px) 100px 120px;
    width: calc(100% - 240px - 2 * (50% - 800px));
  }
  .pageheader.homepage figure {
    width: 50%;
  }
  .line_link a span {
    letter-spacing: 4px;
  }
  .filters .by_year li a {
    width: 45px;
  }
  .view_block.list_view {
    -webkit-columns: 2 auto;
       -moz-columns: 2 auto;
            columns: 2 auto;
  }
  .blockquote.trigger_exists .button_box {
    right: 280px;
  }
  .trigger_exists .bq_wrapper .bq_body {
    width: calc(100% - 210px);
  }
  .bq_wrapper .bq_body {
    padding-right: 150px;
  }
  .blockquote.trigger_exists canvas {
    right: 140px;
  }
  .quick_links .c_block a .icon {
    width: 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40px;
            flex: 1 1 40px;
  }
  .key_numbers .number {
    font-size: 6em;
  }
  .invest_logo > img {
    height: 120px;
  }
  .invest_logo > img.hor {
    height: 90px;
  }
  .columns.invest .c_block .invest_logo {
    height: 180px;
  }
  .columns.invest .c_block .in_body {
    height: calc(100% - 180px);
  }
  .news_item .overhead {
    width: 180px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 180px;
            flex: 1 1 180px;
    max-width: 180px;
    min-width: 180px;
  }
  .partners-map {
    margin-top: -79px;
  }
  .aff_partners .row_item > .biography,
  section.advisors .row_item > .biography {
    width: 133px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 133px;
            flex: 1 1 133px;
    max-width: 133px;
    min-width: 133px;
  }
  .legend.columns > .c_block p {
    font-size: 1.3em;
  }
  .filters.invest,
  .popup_body .team_row > header {
    font-size: 1.2em;
  }
  .columns.invest .c_block {
    font-size: 0.9em;
  }
  section.complex_block .main_partners_wrapper .main_partners_block .partners_photo {
    width: 420px;
  }
}
@media screen and (min-width: 2100px) {
  .st_inner_wrapper h3,
  .st_slide {
    padding: 0 50px;
  }
  .st_inner_wrapper h3 {
    padding-bottom: 35px;
  }
  .st_outer_wrapper,
  .st_indicator_wrapper {
    width: 20vw;
  }
  .st_back_part {
    width: calc(200vw - 220px);
  }
  .st_slide {
    width: calc(20vw - 22px);
  }
  .st_front_part {
    left: 50px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 1870px) {
  .cs_wrapper .add_gal {
    width: 100px;
  }
  .cs_wrapper canvas.right {
    right: 100px;
  }
  .cs_wrapper .nav_box {
    width: calc(100% - 70px - 170px);
  }
  .cs_gal_box {
    min-height: 40vw;
  }
  .st_outer_wrapper,
  .st_indicator_wrapper {
    width: 34vw;
  }
  .st_back_part {
    width: calc(340vw - 220px);
  }
  .st_slide {
    width: calc(34vw - 22px);
  }
}
@media screen and (max-width: 1600px) {
  .cs_wrapper .add_gal {
    width: 50px;
  }
  .cs_wrapper canvas.right {
    right: 50px;
  }
  .cs_wrapper .nav_box {
    width: calc(100% - 70px - 120px);
  }
  .st_outer_wrapper,
  .st_indicator_wrapper {
    width: 38vw;
  }
  .st_back_part {
    width: calc(380vw - 220px);
  }
  .st_slide {
    width: calc(38vw - 22px);
  }
  .slider_text .canvas_wrapper canvas {
    right: 50px;
  }
  .holistic_partnerships .hp_wrapper {
    width: 50%;
  }
  .holistic_partnerships .hp_img {
    width: 25%;
    height: 25vw;
  }
}
@media screen and (max-width: 1500px) {
  .cs_inner_box {
    width: 70%;
  }
  .cs_gal_box {
    min-height: 50vw;
  }
  .pageheader.homepage .add_gal.ph-block-gallery {
    left: 310px;
  }
  .timeline_wrapper .right_part .time_point_box p {
    margin-bottom: 7vw;
  }
}
@media screen and (max-width: 1440px) {
  h1,
  section.complex_block .main_title_h2 h2 {
    font-size: 5.3em;
  }
  h2 {
    font-size: 4em;
  }
  .subtitle {
    font-size: 2.2em;
  }
  section.simpleblocks_wrapper .simple_block h3 {
    font-size: 2.8em;
  }
  .pageheader figure figcaption {
    font-size: 0.8em;
  }
  .timeline canvas,
  .style_2 .infoblock canvas {
    right: calc(50% - 650px);
  }
  .communities canvas.left {
    left: -55px;
  }
  .communities canvas.right,
  .blockquote canvas {
    right: -55px;
  }
  .cs_wrapper canvas.right {
    display: none;
  }
  .cs_wrapper canvas.left {
    left: -20px;
  }
  .style_1 .infoblock canvas {
    left: calc(50% - 640px);
  }
  .slider_text .canvas_wrapper canvas {
    right: 25px;
  }
  .holistic_partnerships .hp_wrapper,
  .holistic_partnerships .hp_wrapper > .add_info {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1365px) {
  .cont,
  .separator_box .pattern.separator,
  .timeline_wrapper {
    width: 924px;
  }
  .pageheader .ph_body {
    width: 462px;
  }
  section.case_studies:before,
  .infoblock:after,
  .blockquote:before,
  .video_block:before {
    width: calc(50% + 462px);
  }
  section.contacts_map .right_side {
    width: calc(100% - 2 * (50% - 462px) - 160px);
  }
  .cs_wrapper {
    width: calc(100% - 240px - 2 * (50% - 462px));
  }
  .infoblock .desc {
    width: calc(100% - 100px - 2 * (50% - 462px));
  }
  .video_block .video_infoblock {
    margin-right: calc(50% - 462px);
    width: calc(100% - 2 * (50% - 462px) - 100px);
  }
  section.complex_block.side_borders:before {
    left: calc((100% - 924px) / 2);
  }
  section.complex_block.side_borders:after {
    right: calc((100% - 924px) / 2);
  }
  .pageheader .ph_body,
  .pageheader.homepage .ph_body,
  .timeline_wrapper {
    padding-left: calc(50% - 462px);
  }
  .pageheader.no_slider .ph_body,
  .pageheader.homepage.no_slider .ph_body,
  section.contacts_map .right_side,
  .cs_wrapper,
  .infoblock .desc {
    padding-right: calc(50% - 462px);
  }
  section.case_studies:before,
  .video_block:before {
    left: calc(50% - 462px);
  }
  #primary-menu li a {
    padding: 0 15px;
    font-size: 1.25em;
  }
  #primary-menu nav ul {
    margin-right: 10px;
  }
  #primary-menu .logo a,
  #primary-menu .logo a img,
  #primary-menu .logo {
    width: 150px;
  }
  #primary-menu .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 150px;
            flex: 1 1 150px;
  }
  .pageheader,
  .pageheader.homepage,
  main.noph,
  main.article-invest {
    padding-top: 128px;
  }
  .pageheader .pattern {
    bottom: -100px;
  }
  .button a,
  .form_box .wpforms-container button[type=submit] {
    padding: 20px 40px;
    letter-spacing: 4px;
  }
  .pageheader,
  section + section,
  main > section:last-child,
  .infoblock {
    padding-bottom: 50px;
  }
  section:first-of-type {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .blockquote.trigger_exists .button_box {
    right: 0;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
  }
  .blockquote.trigger_exists canvas {
    right: 80px;
  }
  .trigger_exists .bq_wrapper .bq_body {
    width: calc(100% - 160px);
  }
  .bq_wrapper .bq_body {
    padding-right: 80px;
  }
  .blockquote.trigger_exists:before {
    width: calc(50% + 305px);
  }
  .popup .popup_wrapper.letter .overhead {
    padding-bottom: 25px;
  }
  .video_block .inner_block {
    padding: 50px 0;
  }
  .video_block .video_infoblock .c_block {
    padding: 0 10px;
  }
  .video_block .video_wrapper .cover .caption .icon {
    width: 70px;
    height: 70px;
  }
  .key_numbers .number {
    font-size: 5em;
  }
  .key_numbers .columns .c_block {
    margin-right: 20px;
  }
  .k_n_wrapper {
    padding: 50px 0 80px 0;
  }
  .pageheader figure {
    width: calc(80% - 125px);
    margin-left: -260px;
  }
  .pageheader .ph_body {
    padding-right: 340px;
  }
  .pageheader .pattern {
    right: -80px;
  }
  .timeline canvas, .style_2 .infoblock canvas {
    right: calc(50% - 520px);
  }
  .timeline_wrapper .right_part .time_point_wrapper {
    padding: 150px 0;
  }
  .timeline_wrapper .right_part .time_point_box p {
    margin-bottom: 8vw;
  }
  .style_1 .infoblock .main_image {
    margin-top: -100px;
  }
  .infoblock .infoblock_inner,
  section.investments.hide_filters .investments_wrapper {
    padding-top: 50px;
  }
  .style_1 .infoblock canvas {
    left: calc(50% - 420px);
    bottom: -50px;
  }
  section.complex_block .title_h3_wrapper {
    padding-bottom: 50px;
  }
  .communities .columns {
    padding: 0 50px 50px 50px;
    margin-bottom: 0;
  }
  .style_2 .infoblock,
  .padding_t_exists {
    padding-top: 50px;
  }
  .key_numbers canvas,
  .cs_wrapper .add_gal,
  .cs_wrapper .nav_box img,
  .article_wrapper .pattern {
    display: none;
  }
  .style_2 .infoblock .desc {
    padding-top: 0;
    padding-bottom: 0;
  }
  .diagram_box {
    margin-top: -50px;
  }
  .legend.columns {
    margin-top: -40px;
    font-size: 0.85em;
  }
  .cs_inner_box {
    width: 100%;
  }
  .cs_gal_box {
    min-height: 54vw;
  }
  .cs_wrapper .nav_box span {
    margin-right: 0;
  }
  section.case_studies {
    padding-top: 50px;
  }
  section.case_studies:before {
    top: -10px;
    height: calc(100% + 10px);
  }
  .style_1.margin_b > .infoblock {
    margin-bottom: 100px;
  }
  .popup_body .portfolio.team_row .columns .c_block {
    margin-right: 30px;
    max-width: calc(25% - 22.5px);
  }
  .filters.invest {
    font-size: 1.2em;
  }
  .filters.invest p {
    padding: 30px 34px;
  }
  .columns.invest .c_block .in_body {
    font-size: 0.85em;
  }
  .article-invest .article_nav_box {
    padding-right: 0;
  }
  .columns.invest .c_block .icon {
    bottom: calc(100% - 15px);
  }
  .view_block.list_view {
    -webkit-columns: 2 auto;
       -moz-columns: 2 auto;
            columns: 2 auto;
  }
  .pageheader {
    min-height: 35vw;
  }
  .k_n_wrapper .k_n_body:before {
    height: calc(100% + 100px);
    top: -50px;
    left: -50px;
  }
  .popup_body .content_part {
    width: calc(100% - 275px);
    margin-left: 80px;
  }
  .partners-map {
    height: 45vw;
  }
  .aff_partners .row_item > .focus,
  .aff_partners .row_item > .location,
  section.advisors .row_item > .focus {
    width: 140px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 140px;
            flex: 1 1 140px;
    max-width: 140px;
    min-width: 140px;
    white-space: normal;
    line-height: 1.35em;
  }
  .aff_partners .row_item.margin_r.mrs > *,
  section.advisors .row_item.margin_r.mrs > * {
    margin-right: 40px;
  }
  .aff_partners .row_item,
  section.advisors .row_item {
    font-size: 0.9em;
  }
  .communities > header {
    padding-top: 50px;
  }
  .team_wrapper:after {
    height: calc(100% - 115px);
    top: 135px;
  }
  .investments_wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .filters {
    margin-bottom: 50px;
  }
  .team_nav_box,
  .invest_nav_box {
    margin-top: 30px;
  }
  .st_outer_wrapper,
  .st_indicator_wrapper {
    width: 34.5vw;
  }
  .st_back_part {
    width: calc(345vw - 220px);
  }
  .st_slide {
    width: calc(34.5vw - 22px);
  }
  .slider_text .canvas_wrapper {
    width: calc(50% - 462px);
    bottom: 50px;
  }
  .slider_text .canvas_wrapper canvas {
    right: 50px;
  }
  .holistic_partnerships .hp_wrapper {
    padding-top: 65px;
  }
  .holistic_partnerships .hp_img {
    bottom: 50px;
  }
  .holistic_partnerships .hp_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .pageheader {
    padding-top: 106px;
  }
  main.noph,
  main.article-invest {
    padding-top: 146px;
  }
  #select_bar {
    display: none !important;
  }
  footer {
    padding-top: 0;
  }
  .pageheader .ph_body .lang_switcher {
    right: 350px;
  }
  footer .top_part .navbar {
    padding-top: 40px;
  }
  footer .top_part .navbar ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .navbar .footer_menu li:nth-of-type(1) a {
    padding-left: 25px;
  }
  footer .top_part .navbar ul > li {
    width: 33.33%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1239px) {
  .holistic_partnerships .hp_wrapper {
    width: 924px;
  }
  .holistic_partnerships .hp_img {
    width: 50%;
    bottom: 0;
    height: 50vw;
  }
  .holistic_partnerships {
    padding-bottom: calc(50vw + 50px);
  }
  .holistic_partnerships .hp_img canvas {
    display: none;
  }
  #mobile_trigger {
    display: block;
  }
  #primary-menu .logo,
  #primary-menu.scroll .logo {
    padding: 15px 0;
  }
  #primary-menu nav {
    position: fixed;
    top: 106px;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    background-color: #F5F5F5;
    font-size: 1.2em;
    max-height: calc(100vh - 164px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    min-width: 230px;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0);
  }
  #primary-menu.mobile_show nav {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  }
  #primary-menu nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0 60px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    margin-left: -25px;
  }
  #primary-menu nav > ul::-webkit-scrollbar {
    display: none;
  }
  #primary-menu li {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #primary-menu li a {
    width: 100%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #222432;
  }
  #primary-menu nav > ul > li {
    display: block !important;
    margin-bottom: 10px;
  }
  #primary-menu nav > ul > li > a {
    width: auto !important;
    padding: 15px 0 5px 0;
    margin: 0 40px;
    display: inline-block !important;
    text-align: left;
    white-space: normal;
  }
  #primary-menu.navbar .sub-menu {
    position: relative !important;
    display: block !important;
    top: inherit !important;
    margin-right: 0 !important;
    margin-top: 30px !important;
    height: auto !important;
    background-color: #F5F5F5;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 2px solid #96835D;
  }
  #primary-menu.navbar .sub-menu li {
    margin-bottom: 15px;
    padding: 15px 30px 15px 60px;
    display: block;
  }
  #primary-menu.navbar .sub-menu a {
    display: inline-block;
    padding: 0;
    width: auto;
    text-align: left;
    white-space: normal;
  }
  #primary-menu.navbar .sub-menu .current_page_item a,
  #primary-menu.navbar .sub-menu li:hover a {
    background-color: transparent;
  }
  #primary-menu .button a {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #primary-menu nav > ul > li.current-menu-item > a,
  #primary-menu nav > ul > li.current-page-ancestor > a,
  #primary-menu .current_page_item > a {
    border-bottom: 1px solid #96835D;
    color: #96835D;
  }
  #primary-menu .button a:hover:after {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
  #primary-menu.mobile_show #mobile_trigger:before,
  #primary-menu.mobile_show #mobile_trigger:after {
    opacity: 0;
  }
  #primary-menu .logo {
    opacity: 1 !important;
  }
  #primary-menu nav ul {
    margin-right: 0;
  }
  #primary-menu nav > ul > li.menu-item-has-children > a:after {
    display: none;
  }
  #primary-menu.navbar .sub-menu li {
    margin-bottom: 5px;
    padding: 5px 30px 5px 50px;
  }
}
@media screen and (max-width: 1180px) {
  .st_outer_wrapper,
  .st_indicator_wrapper {
    width: 42vw;
  }
  .st_back_part {
    width: calc(420vw - 220px);
  }
  .st_slide {
    width: calc(42vw - 22px);
  }
  .st_indicator_wrapper {
    width: 42vw;
  }
}
@media screen and (max-width: 1139px) {
  canvas,
  .pageheader.homepage .add_gal.ph-block-gallery,
  .k_n_wrapper .k_n_body:before,
  .slider_text .canvas_wrapper {
    display: none !important;
  }
  .pageheader {
    padding-bottom: 0;
  }
  .cs_gal_box {
    min-height: 56vw;
  }
  .cs_wrapper {
    padding-left: 50px;
    width: calc(100% - 100px - 2 * (50% - 462px));
  }
  .cs_wrapper .nav_box {
    left: 50px;
    width: calc(100% - 50px - 120px);
  }
  section.contacts_map .right_side {
    width: calc(100% - 2 * (50% - 462px) - 100px);
    padding-left: 50px;
  }
  .pageheader .ph_body,
  .pageheader.homepage .ph_body {
    padding-right: 310px;
  }
  .popup_body .team_row.main_info > header.nophoto,
  #partners_loc .team_row.main_info:first-of-type > header.nophoto {
    margin-top: 0;
  }
  footer .legal_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .legal_wrapper > * {
    margin-bottom: 30px;
    margin-right: 0 !important;
    text-align: center;
  }
  footer .copyright.copy_2 {
    text-align: center;
  }
  footer .legal_wrapper > *:last-child {
    margin-bottom: 0;
  }
  .popup .nav_box .next {
    margin-bottom: 20px;
  }
  .copyright {
    white-space: normal;
    line-height: 1.35em;
  }
  footer .menu_part {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .menu_part > * {
    margin-right: 0;
    margin-bottom: 20px;
  }
  footer .menu_part > *:last-child {
    margin-bottom: 0;
  }
  footer .menu_part .navbar ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.complex_block .main_partners_wrapper .main_partners_block {
    margin-bottom: 80px;
  }
  section.complex_block .main_partners_wrapper .main_partners_block .partners_photo {
    width: 306px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 1080px) {
  .popup .popup_wrapper.video i.fa-times {
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .c_block.team:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  .c_block.team:hover .photo {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 1024px) {
  .cursor,
  .cursor * {
    cursor: default !important;
  }
  html.ie .video_block .video_wrapper {
    width: 100%;
  }
  .popup .popup_wrapper.video i.fa-times {
    right: 10px;
  }
  .popup .popup_wrapper.letter.sign_exists .signs.columns {
    margin-left: -60px;
    width: calc(100% + 150px);
  }
  .article-invest .invest_logo > img {
    max-width: 240px;
  }
  .st_outer_wrapper,
  .st_indicator_wrapper {
    width: 47vw;
  }
  .st_back_part {
    width: calc(470vw - 220px);
  }
  .st_slide {
    width: calc(47vw - 22px);
  }
  .st_indicator_wrapper {
    width: 47vw;
  }
}
@media screen and (max-width: 1023px) {
  .blockquote.trigger_exists:before,
  .video_block:before,
  .timeline:before,
  .infoblock:after,
  .blockquote:before,
  .blockquote.half_back:after,
  section.case_studies:before,
  .aff_partners header.row_item,
  .aff_partners .row_item > .partners h4:before,
  section.advisors header.row_item,
  section.advisors .advisors h4:before {
    display: none;
  }
  .cont,
  .separator_box .pattern.separator,
  .timeline_wrapper,
  .pageheader .ph_body,
  .pageheader.homepage .ph_body,
  .cs_wrapper,
  .holistic_partnerships .hp_wrapper {
    width: calc(100% - 100px);
    padding-left: 50px;
    padding-right: 50px;
  }
  .holistic_partnerships .hp_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  section.case_studies:before,
  .infoblock:after,
  .blockquote:before,
  .video_block:before {
    width: 50%;
  }
  section.contacts_map .right_side {
    width: calc(100% - 60px);
  }
  .k_n_wrapper .k_n_body {
    padding-right: 30px;
  }
  .infoblock .desc,
  .pageheader figure,
  .key_numbers:before,
  .key_numbers .columns .c_block,
  .video_block .video_infoblock,
  .blockquote .bq_wrapper .bq_body,
  .pageheader.homepage figure,
  .style_1 .infoblock .main_image {
    width: 100%;
  }
  .pageheader figure {
    margin-left: 0;
    height: auto;
    margin-top: 0;
  }
  .video_block .video_wrapper,
  .pageheader figure,
  .infoblock .main_image,
  .contact-map.mheight,
  .cs-block-gallery,
  .slider_block figure {
    min-height: 55vw;
  }
  section.complex_block.side_borders:before, section.complex_block.side_borders:after {
    display: none;
  }
  .partners-map {
    height: 55vw;
  }
  .pageheader .ph_body {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .timeline_wrapper {
    padding-left: 50px;
  }
  .pageheader.no_slider .ph_body,
  .pageheader.homepage.no_slider .ph_body,
  section.contacts_map .right_side,
  .cs_wrapper,
  .infoblock .desc,
  .popup .popup_wrapper.video {
    padding-right: 50px;
  }
  #mobile_trigger,
  .blockquote.trigger_exists .button_box {
    right: 50px;
  }
  .popup .nav_box {
    top: 20px;
    right: 20px;
    width: 25px;
  }
  .popup .popup_wrapper.letter .overhead {
    padding: 50px;
    font-size: 1.5em;
  }
  .popup .popup_wrapper.letter .lp_body {
    padding: 60px 60px 25px 60px;
  }
  .popup .popup_wrapper {
    padding-right: 60px;
    padding-left: 0;
  }
  .popup .popup_wrapper.letter {
    padding-bottom: 50px;
  }
  .blockquote {
    background-color: #343646;
    padding-bottom: 50px;
  }
  .bq_wrapper {
    position: static;
  }
  .blockquote.trigger_exists .button_box {
    position: relative;
    top: inherit;
    right: 0;
    margin-left: 50px;
    transform: none;
    -webkit-transform: none;
  }
  .blockquote .bq_wrapper .bq_body {
    padding-right: 0;
    padding-top: 50px;
    position: static;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .blockquote.trigger_exists .bq_wrapper .bq_body {
    padding-bottom: 50px;
  }
  .bq_wrapper .bq_body:before {
    left: 50px;
  }
  .video_block {
    overflow: visible;
  }
  .columns.c-6 > .c_block {
    max-width: calc(33.33% - 30px);
  }
  .timeline_wrapper .right_part .time_point_box p {
    margin-bottom: 15vw;
  }
  .timeline_wrapper {
    padding-right: 0;
    width: calc(100% - 50px);
  }
  .timeline_wrapper .right_part .time_point_box p.active {
    transform: scale(2.6);
    -webkit-transform: scale(2.6);
  }
  section.complex_block > h2,
  section.complex_block > h3,
  section.complex_block > .text,
  .communities header .cont,
  .video_block .inner_block,
  .communities_body,
  section.case_studies {
    padding: 0;
  }
  .pageheader,
  .home_gal_box,
  .video_block .inner_block,
  .cs_gal_box,
  .article_wrapper,
  .filters.news,
  .quick_links > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .infoblock .infoblock_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .style_1 .infoblock .main_image {
    margin-top: 0;
  }
  .style_1.margin_b > .infoblock {
    margin-bottom: 0;
  }
  section.complex_block .title_h3_wrapper,
  .infoblock,
  .style_1.margin_b > .infoblock {
    padding-bottom: 0;
  }
  .infoblock .desc {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 40px;
  }
  .style_2.infoblocks_wrapper {
    background-color: #F5F5F5;
  }
  .style_2 .infoblock .desc {
    padding-bottom: 20px;
  }
  section.contacts_map {
    padding-top: 0;
  }
  .cs_gal_box {
    min-height: inherit;
  }
  .cs_wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #FFFFFF;
  }
  .cs_wrapper .nav_box {
    position: relative;
    left: inherit;
    bottom: inherit;
    padding-top: 50px;
    width: 100%;
  }
  .aff_partners .row_item,
  .filters.invest,
  section.advisors .row_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .aff_partners .row_item > .location {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 30px;
  }
  .aff_partners .row_item > .biography,
  .aff_partners .row_item > .focus,
  section.advisors .row_item > .biography,
  section.advisors .row_item > .focus {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .aff_partners .row_item > .focus,
  section.advisors .row_item > .focus {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .aff_partners .row_item,
  section.advisors .row_item {
    font-size: 1.2em;
  }
  .partners_wrapper {
    padding-top: 50px;
  }
  .aff_partners .row_item > .partners,
  section.advisors .row_item > .advisors {
    margin-bottom: 20px;
  }
  .aff_partners .row_item > .biography,
  section.advisors .row_item > .advisors {
    text-align: right;
  }
  .aff_partners.list_view .row_item .photo,
  section.advisors.list_view .row_item .photo {
    width: 120px;
    height: 151px;
  }
  .aff_partners .row_item .text_link a,
  section.advisors .row_item .text_link a {
    font-size: 0.85em;
  }
  .aff_partners .row_item.margin_r.mrs > *,
  section.advisors .row_item.margin_r.mrs > * {
    margin-right: 0;
    text-align: left;
  }
  .aff_partners .row_item > .partners h4,
  section.advisors .row_item > .advisors h4 {
    margin-left: -4px;
  }
  .filters.invest,
  .filters.news {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .filters.invest header,
  .filters.invest .view_all,
  .filters.news header,
  .filters.news .view_all {
    width: 100% !important;
    text-align: center;
  }
  .filters.invest .view_all,
  .filters.news .view_all {
    border-bottom: 1px solid #F5F5F5;
  }
  .article-invest aside {
    margin-bottom: 50px;
    padding-right: 50px;
    margin-right: 0;
    min-width: inherit;
  }
  .filter_group.by_year > p {
    text-align: center;
  }
  .quick_links > .flex header {
    margin-bottom: 40px;
    padding-right: 0;
    width: 100%;
  }
  .quick_links .c_block {
    text-align: left;
  }
  .legend.columns {
    font-size: 1em;
    width: 100%;
  }
  .legend.columns.c-2 > .c_block,
  .d-2.diagram .legend.columns > .c_block {
    max-width: 100%;
    margin-right: 0;
  }
  .d-2.diagram .legend.columns,
  .legend.columns {
    margin-left: 0;
  }
  .popup .popup_wrapper.video {
    padding-left: 50px;
  }
  .video_block .video_wrapper .cover .caption {
    left: 50px;
  }
  .video_block .v_cover_title {
    margin-left: 50px;
  }
  .columns.c-4 > .c_block {
    max-width: calc(33.33% - 30px);
  }
  .columns.invest .c_block .in_body {
    font-size: 1em;
  }
  .p404.pageheader h1 {
    font-size: 13em;
  }
  figure figcaption {
    padding: 30px 180px 30px 50px;
  }
  .communities_body header {
    padding-left: 0;
    padding-right: 0;
  }
  .pageheader figure.gallery .nav_box,
  figure.gallery .nav_box {
    bottom: 34px;
  }
  .article-invest aside .cs_flag.plaintext.title {
    width: calc(100% + 100px);
    margin-right: -50px;
    padding-right: 50px;
  }
  .scroll_box {
    width: 5px;
  }
  .pageheader .ph_body .lang_switcher {
    right: 50px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  section.simpleblocks_wrapper .simple_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.simpleblocks_wrapper .simple_block .title_box {
    width: 100%;
    padding-right: 0;
    margin-bottom: 25px;
  }
  section.simpleblocks_wrapper .simple_block .title_box:before {
    width: calc(50% - 50px);
    top: -42px;
  }
  section.simpleblocks_wrapper .simple_block {
    padding-top: 40px;
  }
  section.simpleblocks_wrapper .simple_block .description_wr {
    width: 100%;
    margin-top: 20px;
  }
  section.simpleblocks_wrapper .simple_block .img_box {
    width: calc(75% - 50px);
  }
  .slider_text .cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .st_main_box {
    margin-top: 40px;
  }
  .st_outer_wrapper,
  .st_indicator_wrapper {
    width: 100%;
  }
  .st_back_part {
    width: calc(1000vw - 220px);
  }
  .st_slide {
    width: calc(100vw - 138px);
  }
  .st_indicator_wrapper {
    margin-left: 0;
  }
  .st_outer_wrapper {
    margin-left: 0;
  }
}
@media screen and (max-width: 920px) {
  .diagram_box,
  .legend.columns {
    margin-top: -60px;
  }
  .view_block.list_view.invest {
    -webkit-columns: 1 auto;
       -moz-columns: 1 auto;
            columns: 1 auto;
  }
  .view_block.list_view > * {
    margin-bottom: 40px;
  }
  .view_block.list_view > *:last-child {
    margin-bottom: 0;
  }
  .but_group.equal_width .button a {
    min-width: 200px;
  }
}
@media screen and (max-width: 860px) {
  section.communities {
    overflow: hidden;
  }
  .communities_body {
    margin-left: -50px;
    margin-right: -50px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
  .text_link a,
  .line_link a {
    letter-spacing: 2px;
  }
  .columns.c-3 > .c_block.diagram {
    padding: 0;
  }
  .diagram_box,
  .legend.columns {
    margin-top: -50px;
  }
  .popup_body .portfolio.team_row .columns .c_block {
    margin-right: 30px;
    max-width: calc(33.33% - 20px);
  }
  .popup_body .portfolio.team_row .columns .c_block:nth-of-type(3n) {
    margin-right: 0;
  }
  .popup .popup_wrapper.letter h2 {
    width: 100%;
    font-size: 3.2em;
  }
  .but_group_wrapper .button_box {
    max-width: 100% !important;
    margin-right: 0;
    padding-right: 0;
    text-align: center !important;
    border: none !important;
  }
  .but_group.equal_width .button a {
    min-width: 240px;
  }
  .columns.c-4 > .c_block {
    max-width: calc(50% - 30px);
  }
  section.complex_block .main_partners_wrapper .main_partners_block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.complex_block .main_partners_wrapper .main_partners_block .partners_photo {
    margin: 0 auto 30px auto;
  }
  section.complex_block .main_partners_wrapper .main_partners_block header {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .timeline_wrapper .background_box,
  .timeline_wrapper .vert_line {
    display: none !important;
  }
  .timeline_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    padding-right: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .timeline_wrapper .right_part .time_point_wrapper {
    padding: 0;
  }
  .timeline_wrapper .right_part .time_point_box {
    padding: 40px 50px 20px 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .timeline_wrapper .right_part .time_point_box p {
    margin-bottom: 0;
    margin-right: 40px;
    transform-origin: center;
    -webkit-transform-origin: center;
    margin-bottom: 30px !important;
  }
  .timeline_wrapper .left_part {
    border-right: 0;
    padding-right: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0;
  }
  .timeline_wrapper .right_part .time_point_wrapper,
  .timeline_wrapper .right_part .time_point_box {
    width: 100% !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .timeline_wrapper .right_part .time_point_box {
    width: calc(100% + 40px);
    margin-right: -40px;
  }
  .timeline_wrapper .right_part .time_point_box p.active {
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
  }
  .columns.c-3 > .c_block.diagram {
    max-width: calc(50% - 30px);
  }
  .diagram_box,
  .legend.columns {
    margin-top: 0;
  }
  .popup_body .team_row,
  a.row_item.news_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popup_body .team_row > header {
    width: 100%;
    padding: 30px;
  }
  .popup_body .photo {
    left: 30px;
    top: -30px;
    width: 200px;
  }
  .popup_body .team_row.main_info > header {
    padding-bottom: 250px;
    margin-bottom: 40px;
  }
  .popup_body .content_part {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
  .popup_body .team_row.main_info > header.nophoto {
    display: none;
  }
  #partners_loc .team_row.main_info header {
    padding: 10px 0;
    margin-bottom: 0;
  }
  #partners_loc .team_row.main_info:first-of-type > header.nophoto {
    display: block;
    padding: 30px;
    margin-bottom: 40px;
  }
  .row_item.news_item > * {
    margin-bottom: 20px;
  }
  .row_item.news_item > *:last-child {
    margin-bottom: 0;
  }
  .popup_owners_image {
    float: none !important;
    margin-bottom: 30px !important;
    width: 100% !important;
    margin-right: 0 !important;
  }
  .filters .sub-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .filters li a {
    text-align: center;
  }
  .popup .popup_wrapper.video {
    padding-top: 0;
    padding-bottom: 0;
  }
  section.simpleblocks_wrapper .simple_block .description_wr,
  section.simpleblocks_wrapper .simple_block .img_box {
    width: 100%;
    margin-right: 0;
  }
  section.simpleblocks_wrapper .simple_block .img_box {
    margin-bottom: 25px;
  }
  section.simpleblocks_wrapper .simple_block .title_box:before {
    width: 50%;
  }
  .confirm_body .confirm_box {
    padding: 50px 40px 45px;
    margin: 0 30px;
  }
  .confirm_button_box.margin_r.mrm > * {
    margin-right: 20px;
  }
  .confirm_button_box.margin_r.mrm > *:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 680px) {
  .diagram_box,
  .legend.columns {
    margin-top: -30px;
  }
  footer .top_part .navbar ul > li {
    width: 50%;
  }
}
@media screen and (max-width: 620px) {
  body {
    font-size: 55%;
  }
  h1,
  section.complex_block .main_title_h2 h2 {
    font-size: 4.5em;
  }
  h2 {
    font-size: 3.8em;
  }
  .st_inner_wrapper h3 {
    font-size: 3em;
  }
  .columns.c-2 {
    width: 100%;
  }
  .columns.c-2 > .c_block {
    max-width: 100%;
    margin-right: 0;
  }
  .columns.c-3 > .c_block {
    max-width: calc(50% - 30px);
  }
  .popup.active {
    padding-top: 60px;
  }
  .popup .popup_wrapper {
    max-height: calc(100vh - 120px);
    width: 100%;
  }
  .communities .columns .c_block {
    margin-bottom: 50px;
  }
  .columns.c-6 > .c_block {
    max-width: calc(50% - 30px);
  }
  .video_block .video_wrapper,
  .pageheader figure,
  .infoblock .main_image,
  .contact-map.mheight,
  .cs-block-gallery,
  .slider_block figure {
    min-height: 60vw;
  }
  .partners-map {
    height: 60vw;
  }
  .contact-map.mheight {
    height: 500px;
  }
  .partners-map {
    height: 350px;
    margin-top: -75px;
  }
  .popup .popup_wrapper.letter .lp_body {
    padding: 60px 50px 25px 50px;
  }
  .popup .popup_wrapper.letter.sign_exists .signs.columns {
    margin-left: -50px;
    width: calc(100% + 100px);
  }
  .article-invest .invest_logo > img {
    max-width: 200px;
  }
  section.complex_block .main_partners_wrapper .main_partners_block .partners_photo {
    width: 240px;
  }
  footer .top_part .navbar ul > li a {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 600px) {
  .st_slide {
    width: calc(100vw - 120px);
  }
  .but_group.equal_width .button a {
    min-width: 200px;
  }
}
@media screen and (max-width: 520px) {
  .video_block .video_wrapper .cover .caption .icon {
    width: 50px;
    height: 50px;
  }
  .cont,
  .separator_box .pattern.separator,
  .timeline_wrapper,
  .pageheader .ph_body,
  .pageheader.homepage .ph_body,
  .cs_wrapper,
  .article-invest aside,
  .holistic_partnerships .hp_wrapper {
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
  }
  .holistic_partnerships .hp_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .timeline_wrapper,
  .communities_body {
    width: 100%;
    overflow: hidden;
  }
  .communities_body {
    margin-left: -30px;
    margin-right: -30px;
  }
  #mobile_trigger {
    right: 30px;
  }
  .bq_wrapper .bq_body:before,
  .video_block .video_wrapper .cover .caption {
    left: 30px;
  }
  .bq_wrapper .bq_body,
  .communities .columns,
  .infoblock .desc,
  .holistic_partnerships .hp_wrapper > .add_info {
    padding-left: 30px;
  }
  .communities .columns,
  .infoblock .desc,
  .holistic_partnerships .hp_wrapper > .add_info {
    padding-right: 30px;
  }
  .blockquote.trigger_exists .button_box,
  .video_block .v_cover_title {
    margin-left: 30px;
  }
  .button a,
  .form_box .wpforms-container button[type=submit],
  .timeline_wrapper .left_part a.letter_trigger {
    padding: 16px 30px;
    letter-spacing: 2px;
  }
  #primary-menu .logo a,
  #primary-menu .logo a img,
  #primary-menu .logo {
    width: 120px;
  }
  #primary-menu .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 120px;
            flex: 1 1 120px;
  }
  #primary-menu {
    height: 91px;
  }
  .pageheader, main.noph {
    padding-top: 91px;
  }
  #primary-menu nav {
    top: 91px;
  }
  .pageheader figure figcaption {
    font-size: 0.9em;
  }
  .pageheader figure.gallery .nav_box,
  .wp-block-image .nav_box {
    bottom: 20px;
    right: 30px;
  }
  .wp-block-image figcaption {
    padding: 20px 30px;
  }
  figure figcaption,
  .wp-block-image.gallery figcaption {
    padding: 20px 30px 50px 30px;
  }
  figure figcaption.nonav {
    padding-bottom: 20px;
  }
  .k_n_wrapper .k_n_body {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
  .columns.c-3 > .c_block.diagram {
    max-width: 60%;
    margin: 0 auto 60px auto;
  }
  .columns.c-3 > .c_block.diagram:last-child {
    margin-bottom: 20px;
  }
  .diagram_box,
  .legend.columns {
    margin-top: -2vw;
  }
  .diagrams_wrapper {
    overflow: hidden;
  }
  .filters.team,
  .invest_indicator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .filters .switch_view.filter_group {
    width: 100% !important;
  }
  .aff_partners .filters {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
  .aff_partners .filters p {
    padding: 20px 34px;
  }
  .partners-map {
    margin-top: -50px;
  }
  .aff_partners .row_item > .partners,
  section.advisors .row_item > .advisors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .aff_partners .row_item > .partners h4,
  section.advisors .row_item > .advisors h4 {
    width: 100%;
    margin-top: 15px;
  }
  .columns.invest .c_block {
    max-width: 100%;
  }
  .article-invest aside {
    width: 100%;
  }
  .invest_indicator > * {
    margin-bottom: 20px;
  }
  .invest_indicator > *:last-child {
    margin-bottom: 0;
  }
  .invest_indicator > * > * {
    width: auto;
  }
  .view_block.list_view.team {
    -webkit-columns: 1 auto;
       -moz-columns: 1 auto;
            columns: 1 auto;
  }
  figure.gallery .nav_box {
    bottom: 20px;
    right: 30px;
  }
  .article-invest aside .cs_flag.plaintext.title {
    width: calc(100% + 60px);
    margin-right: -30px;
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .popup .popup_wrapper.letter .lp_body {
    padding: 60px 50px 25px 30px;
  }
  .popup .popup_wrapper.letter.sign_exists .signs.columns {
    margin-left: -30px;
    width: calc(100% + 60px);
    padding-right: 20px;
  }
  .cont.diagrams_wrapper {
    padding-left: 0;
    padding-right: 30px;
    width: calc(100% - 30px);
  }
  .st_slide {
    width: calc(100vw - 80px);
  }
  .pageheader .ph_body .lang_switcher {
    right: 30px;
  }
  footer .top_part .navbar ul > li {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .navbar .footer_menu li:last-child a {
    padding-right: 25px;
  }
  .confirm_body .confirm_box {
    padding: 45px 30px 35px;
    margin: 0 30px;
  }
  .confirm_body .confirm_box .confirm_title {
    font-size: 2.2em;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 460px) {
  .button a,
  .form_box .wpforms-container button[type=submit],
  .timeline_wrapper .left_part a.letter_trigger {
    padding: 16px 25px;
    font-size: 1.3em;
  }
  .text_link a,
  .line_link a {
    font-size: 0.75em;
  }
  .timeline_wrapper .right_part .time_point_box {
    padding: 40px 15px 20px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .communities .columns .c_block {
    max-width: 100%;
  }
  .cs_wrapper .nav_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cs_wrapper .nav_box > .flex {
    position: static;
  }
  .cs_wrapper .nav_box > .flex > .text_link {
    margin-bottom: 10px;
  }
  .cs_wrapper .count_box {
    position: absolute;
    right: 0;
    bottom: 6px;
  }
  .popup_body .portfolio.team_row .columns .c_block {
    max-width: calc(50% - 15px);
  }
  .popup_body .portfolio.team_row .columns .c_block:nth-of-type(3n) {
    margin-right: 30px;
  }
  .popup_body .portfolio.team_row .columns .c_block:nth-of-type(2n) {
    margin-right: 0;
  }
  .article-invest aside {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px);
  }
  .diagram_box,
  .legend.columns {
    margin-top: -6vw;
  }
}
@media screen and (max-width: 420px) {
  .filters .by_year li a {
    width: 35px;
  }
  .filters li a {
    padding: 12px 25px;
  }
  .diagram_box,
  .legend.columns {
    margin-top: -8vw;
  }
  .holistic_partnerships .hp_wrapper > .add_info {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 360px) {
  .text_link a i,
  .line_link a i,
  .text_link a img,
  .line_link a img,
  .text_link a .icon,
  .line_link a .icon {
    display: none;
  }
  .aff_partners .filters {
    font-size: 0.9em;
  }
  .partners-map {
    margin-top: -45px;
  }
  .diagram_box,
  .legend.columns {
    margin-top: -14vw;
  }
  .pagi_box .next a span {
    margin-right: 0 !important;
  }
  .but_group.equal_width .button a {
    min-width: auto;
    display: block;
  }
}
@media screen and (max-width: 340px) {
  .button a,
  .form_box .wpforms-container button[type=submit],
  .timeline_wrapper .left_part a.letter_trigger {
    padding: 14px 20px;
    font-size: 1.2em;
  }
}
@media screen and (max-height: 500px) {
  .popup.active {
    padding-top: 10px;
    height: calc(100% - 60px);
    padding-bottom: 50px;
  }
  .popup .popup_wrapper.video {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .popup .popup_wrapper.video iframe {
    min-height: inherit;
  }
}
.esg-text p {
  font-size: 17px;
  color: #7A7A7A;
  line-height: 1.3em;
  margin-bottom: 0.7em;
}

.esg-table {
  margin: 80px 0;
  -webkit-box-shadow: inset 0 0 0 1px #DCDCDC;
          box-shadow: inset 0 0 0 1px #DCDCDC;
}
.esg-table, .esg-table * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.esg-table--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.esg-table--row > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.esg-table--row h3 {
  padding: 15px 30px;
  background-color: #343646;
  color: #fff;
  text-align: center;
  font-family: "FuturaPTDemi";
  font-size: 25px;
  line-height: 1.32em;
}
.esg-table--row--body {
  border-bottom: 1px solid #DCDCDC;
}
.esg-table--row--body > * {
  padding: 40px 30px;
}
.esg-table--row--body h4 {
  font-family: "FuturaPTDemi";
  font-size: 17px;
  color: #343646;
  line-height: 1.3em;
}
.esg-table .esg-mobile-only {
  display: none;
}
@media screen and (max-width: 570px) {
  .esg-table--row {
    display: block;
    padding: 40px 30px;
  }
  .esg-table--row--head {
    display: none;
  }
  .esg-table--row--body > * {
    padding: 0;
  }
  .esg-table--row--body h4 {
    font-size: 20px;
  }
  .esg-table .esg-mobile-only {
    display: block;
    font-size: 17px;
    margin: 0.7em 0;
    font-family: FuturaPTBook;
  }
  .esg-table .esg-mobile-only:first-child {
    margin-top: 0;
  }
}

.esg-dots {
  margin-top: 65px;
  text-align: center;
}